/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./wwwroot/scss/norrbotten/main.scss ***!
  \********************************************************************************************************************************************************/
@charset "UTF-8";
*[class^=bg-] {
  width: 50px;
  height: 50px;
}

.bg-primary-50 {
  background-color: #EDF5FA;
}

.bg-primary-100 {
  background-color: #B9D8EE;
}

.bg-primary-200 {
  background-color: #9ABCD6;
}

.bg-primary-300 {
  background-color: #78A0BE;
}

.bg-primary-400 {
  background-color: #5F8BAB;
}

.bg-primary-500 {
  background-color: #447799;
}

.bg-primary-600 {
  background-color: #366887;
}

.bg-primary-700 {
  background-color: #275571;
}

.bg-primary-800 {
  background-color: #19425B;
}

.bg-primary-900 {
  background-color: #032E43;
}

.bg-secondary-50 {
  background-color: #EBF9FB;
}

.bg-secondary-100 {
  background-color: #B2E7F0;
}

.bg-secondary-200 {
  background-color: #80D7E6;
}

.bg-secondary-300 {
  background-color: #51C7DA;
}

.bg-secondary-400 {
  background-color: #34BCD2;
}

.bg-secondary-500 {
  background-color: #26B0CA;
}

.bg-secondary-600 {
  background-color: #23A0B7;
}

.bg-secondary-700 {
  background-color: #1F8C9D;
}

.bg-secondary-800 {
  background-color: #1B7986;
}

.bg-secondary-900 {
  background-color: #16565B;
}

.bg-third-50 {
  background-color: #fbe6ee;
}

.bg-third-100 {
  background-color: #f7bfd6;
}

.bg-third-200 {
  background-color: #f497ba;
}

.bg-third-300 {
  background-color: #f16e9f;
}

.bg-third-400 {
  background-color: #ed5289;
}

.bg-third-500 {
  background-color: #ec3b74;
}

.bg-third-600 {
  background-color: #da3770;
}

.bg-third-700 {
  background-color: #c3336a;
}

.bg-third-800 {
  background-color: #ae2f64;
}

.bg-third-900 {
  background-color: #87295a;
}

/*
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #3F0492;
  --bs-purple: #5c36a1;
  --bs-pink: #d63384;
  --bs-red: #a21b22;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6D7C82;
  --bs-gray-dark: #32393D;
  --bs-gray-100: #F7F8F8;
  --bs-gray-200: #EBECED;
  --bs-gray-300: #DFE1E2;
  --bs-gray-400: #9EA5A8;
  --bs-gray-500: #7D878B;
  --bs-gray-600: #6D7C82;
  --bs-gray-700: #4D5B61;
  --bs-gray-800: #32393D;
  --bs-gray-900: #141516;
  --bs-primary: #032E43;
  --bs-secondary: #1B7986;
  --bs-third: #872959;
  --bs-fourth: #006ea9;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #a21b22;
  --bs-light: #EBECED;
  --bs-dark: #141516;
  --bs-primary-rgb: 3, 46, 67;
  --bs-secondary-rgb: 27, 121, 134;
  --bs-third-rgb: 135, 41, 89;
  --bs-fourth-rgb: 0, 110, 169;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 162, 27, 34;
  --bs-light-rgb: 235, 236, 237;
  --bs-dark-rgb: 20, 21, 22;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 20, 21, 22;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Source Sans Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #141516;
  --bs-body-bg: #fff;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0.0625rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.2;
  color: #032E43;
}

h1, .h1 {
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.625rem;
  }
}

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

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

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

h5, .h5 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}

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

p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

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: 700;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #032E43;
  text-decoration: underline;
}
a:hover {
  color: #12535c;
}

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: #141516;
  border-radius: 0.2rem;
}
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: #6D7C82;
  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;
}

.lead {
  font-size: 110%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container,
.container-fluid,
.c,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 18rem;
}

@media (min-width: 23.5rem) {
  .container-xs, .container {
    max-width: 22rem;
  }
}
@media (min-width: 36rem) {
  .container-sm, .container-xs, .container {
    max-width: 34rem;
  }
}
@media (min-width: 48rem) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 45rem;
  }
}
@media (min-width: 57rem) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 55rem;
  }
}
@media (min-width: 75rem) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 73rem;
  }
}
@media (min-width: 90rem) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 88rem;
  }
}
.row, .c-r__w, .c-r, .epi-editContainer {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .c-r__w > *, .c-r > *, .epi-editContainer > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 23.5rem) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 36rem) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 48rem) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 57rem) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 90rem) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #141516;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #141516;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #141516;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #141516;
  vertical-align: top;
  border-color: #DFE1E2;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0.0625rem;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 0.125rem solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 0.0625rem 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 0.0625rem;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #e6eaec;
  --bs-table-striped-bg: #dbdee0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cfd3d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d5d8da;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cfd3d4;
}

.table-secondary {
  --bs-table-bg: #e8f2f3;
  --bs-table-striped-bg: #dce6e7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d1dadb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d7e0e1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d1dadb;
}

.table-success {
  --bs-table-bg: #e8f3ee;
  --bs-table-striped-bg: #dce7e2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d1dbd6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d7e1dc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d1dbd6;
}

.table-info {
  --bs-table-bg: #e7fafe;
  --bs-table-striped-bg: #dbeef1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d0e1e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d6e7eb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d0e1e5;
}

.table-warning {
  --bs-table-bg: #fff9e6;
  --bs-table-striped-bg: #f2eddb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e0cf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece6d5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6e0cf;
}

.table-danger {
  --bs-table-bg: #f6e8e9;
  --bs-table-striped-bg: #eadcdd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ddd1d2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4d7d8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ddd1d2;
}

.table-light {
  --bs-table-bg: #EBECED;
  --bs-table-striped-bg: #dfe0e1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4d4d5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9dadb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4d4d5;
}

.table-dark {
  --bs-table-bg: #141516;
  --bs-table-striped-bg: #202122;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2c2c2d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #262727;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #2c2c2d;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 23.48rem) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 35.98rem) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 47.98rem) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 56.98rem) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 74.98rem) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 89.98rem) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.col-form-label {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.75em + 0.0625rem);
  padding-bottom: calc(0.75em + 0.0625rem);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.375em + 0.0625rem);
  padding-bottom: calc(0.375em + 0.0625rem);
  font-size: 1rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6D7C82;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141516;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #9EA5A8;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #141516;
  background-color: #fff;
  border-color: #426272;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::placeholder {
  color: #6D7C82;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EBECED;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #141516;
  background-color: #EBECED;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.0625rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dfe0e1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #141516;
  background-color: #EBECED;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.0625rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dfe0e1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #141516;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.0625rem 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.6em + 0.75em + 0.125rem);
  padding: 0.375em 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.375em 0.75em;
  margin: -0.375em -0.75em;
  margin-inline-end: 0.75em;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.375em 0.75em;
  margin: -0.375em -0.75em;
  margin-inline-end: 0.75em;
}

.form-control-lg {
  min-height: calc(1.6em + 1.5em + 0.125rem);
  padding: 0.75em 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75em 1.25em;
  margin: -0.75em -1.25em;
  margin-inline-end: 1.25em;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75em 1.25em;
  margin: -0.75em -1.25em;
  margin-inline-end: 1.25em;
}

textarea.form-control {
  min-height: calc(1.6em + 1.125rem);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.75em + 0.125rem);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1.5em + 0.125rem);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141516;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  border: 0.0625rem solid #9EA5A8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #426272;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #EBECED;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141516;
}

.form-select-sm {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #9EA5A8;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #426272;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.form-check-input:checked {
  background-color: #032E43;
  border-color: #032E43;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #032E43;
  border-color: #032E43;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23426272%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .c-pop, .Form--VGW .btn-check[disabled] + button[type=submit]:disabled, .Form--VGW .btn-check[disabled] + button[type=submit]:not(:disabled), .btn-check:disabled + .btn, .btn-check:disabled + .c-pop, .Form--VGW .btn-check:disabled + button[type=submit]:disabled, .Form--VGW .btn-check:disabled + button[type=submit]:not(:disabled) {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #032E43;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3c0c7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE1E2;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #032E43;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3c0c7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE1E2;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #7D878B;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #7D878B;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 3.625rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 0.0625rem solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .c-pop, .input-group .Form--VGW button[type=submit]:disabled, .Form--VGW .input-group button[type=submit]:disabled, .input-group .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .input-group button[type=submit]:not(:disabled) {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .c-pop:focus, .input-group .Form--VGW button[type=submit]:focus:disabled, .Form--VGW .input-group button[type=submit]:focus:disabled, .input-group .Form--VGW button[type=submit]:focus:not(:disabled), .Form--VGW .input-group button[type=submit]:focus:not(:disabled) {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141516;
  text-align: center;
  white-space: nowrap;
  background-color: #EBECED;
  border: 0.0625rem solid #9EA5A8;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .c-pop,
.Form--VGW .input-group-lg > button[type=submit]:disabled,
.Form--VGW .input-group-lg > button[type=submit]:not(:disabled) {
  padding: 0.75em 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .c-pop,
.Form--VGW .input-group-sm > button[type=submit]:disabled,
.Form--VGW .input-group-sm > button[type=submit]:not(:disabled) {
  padding: 0.375em 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -0.0625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #a21b22;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(162, 27, 34, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #a21b22;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #a21b22;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #a21b22;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .c-pop, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled) {
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  color: #141516;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  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, .c-pop, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled) {
    transition: none;
  }
}
.btn:hover, .c-pop:hover, .Form--VGW button[type=submit]:hover:disabled, .Form--VGW button[type=submit]:hover:not(:disabled) {
  color: #141516;
}
.btn-check:focus + .btn, .btn-check:focus + .c-pop, .Form--VGW .btn-check:focus + button[type=submit]:disabled, .Form--VGW .btn-check:focus + button[type=submit]:not(:disabled), .btn:focus, .c-pop:focus, .Form--VGW button[type=submit]:focus:disabled, .Form--VGW button[type=submit]:focus:not(:disabled) {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.btn:disabled, .c-pop:disabled, .Form--VGW button[type=submit]:disabled, .btn.disabled, .disabled.c-pop, .Form--VGW button.disabled[type=submit]:not(:disabled), fieldset:disabled .btn, fieldset:disabled .c-pop, fieldset:disabled .Form--VGW button[type=submit]:not(:disabled), .Form--VGW fieldset:disabled button[type=submit]:not(:disabled) {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .Form--VGW button[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}
.btn-primary:hover, .Form--VGW button[type=submit]:hover:not(:disabled) {
  color: #fff;
  background-color: #032739;
  border-color: #022536;
}
.btn-check:focus + .btn-primary, .Form--VGW .btn-check:focus + button[type=submit]:not(:disabled), .btn-primary:focus, .Form--VGW button[type=submit]:focus:not(:disabled) {
  color: #fff;
  background-color: #032739;
  border-color: #022536;
  box-shadow: 0 0 0 0.25rem rgba(41, 77, 95, 0.5);
}
.btn-check:checked + .btn-primary, .Form--VGW .btn-check:checked + button[type=submit]:not(:disabled), .btn-check:active + .btn-primary, .Form--VGW .btn-check:active + button[type=submit]:not(:disabled), .btn-primary:active, .Form--VGW button[type=submit]:active:not(:disabled), .btn-primary.active, .Form--VGW button.active[type=submit]:not(:disabled), .show > .btn-primary.dropdown-toggle, .Form--VGW .show > button.dropdown-toggle[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #022536;
  border-color: #022332;
}
.btn-check:checked + .btn-primary:focus, .Form--VGW .btn-check:checked + button[type=submit]:focus:not(:disabled), .btn-check:active + .btn-primary:focus, .Form--VGW .btn-check:active + button[type=submit]:focus:not(:disabled), .btn-primary:active:focus, .Form--VGW button[type=submit]:active:focus:not(:disabled), .btn-primary.active:focus, .Form--VGW button.active[type=submit]:focus:not(:disabled), .show > .btn-primary.dropdown-toggle:focus, .Form--VGW .show > button.dropdown-toggle[type=submit]:focus:not(:disabled) {
  box-shadow: 0 0 0 0.25rem rgba(41, 77, 95, 0.5);
}
.btn-primary:disabled, .Form--VGW button[type=submit]:disabled:not(:disabled), .btn-primary.disabled, .Form--VGW button.disabled[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}

.btn-secondary {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #176772;
  border-color: #16616b;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #176772;
  border-color: #16616b;
  box-shadow: 0 0 0 0.25rem rgba(61, 141, 152, 0.5);
}
.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: #16616b;
  border-color: #145b65;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 141, 152, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}

.btn-third {
  color: #fff;
  background-color: #872959;
  border-color: #872959;
}
.btn-third:hover {
  color: #fff;
  background-color: #73234c;
  border-color: #6c2147;
}
.btn-check:focus + .btn-third, .btn-third:focus {
  color: #fff;
  background-color: #73234c;
  border-color: #6c2147;
  box-shadow: 0 0 0 0.25rem rgba(153, 73, 114, 0.5);
}
.btn-check:checked + .btn-third, .btn-check:active + .btn-third, .btn-third:active, .btn-third.active, .show > .btn-third.dropdown-toggle {
  color: #fff;
  background-color: #6c2147;
  border-color: #651f43;
}
.btn-check:checked + .btn-third:focus, .btn-check:active + .btn-third:focus, .btn-third:active:focus, .btn-third.active:focus, .show > .btn-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(153, 73, 114, 0.5);
}
.btn-third:disabled, .btn-third.disabled {
  color: #fff;
  background-color: #872959;
  border-color: #872959;
}

.btn-fourth {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-fourth:hover {
  color: #fff;
  background-color: #005e90;
  border-color: #005887;
}
.btn-check:focus + .btn-fourth, .btn-fourth:focus {
  color: #fff;
  background-color: #005e90;
  border-color: #005887;
  box-shadow: 0 0 0 0.25rem rgba(38, 132, 182, 0.5);
}
.btn-check:checked + .btn-fourth, .btn-check:active + .btn-fourth, .btn-fourth:active, .btn-fourth.active, .show > .btn-fourth.dropdown-toggle {
  color: #fff;
  background-color: #005887;
  border-color: #00537f;
}
.btn-check:checked + .btn-fourth:focus, .btn-check:active + .btn-fourth:focus, .btn-fourth:active:focus, .btn-fourth.active:focus, .show > .btn-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 132, 182, 0.5);
}
.btn-fourth:disabled, .btn-fourth.disabled {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.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: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.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: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8a171d;
  border-color: #82161b;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #8a171d;
  border-color: #82161b;
  box-shadow: 0 0 0 0.25rem rgba(176, 61, 67, 0.5);
}
.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: #82161b;
  border-color: #7a141a;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 61, 67, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}

.btn-light, .Form--VGW button[type=submit]:disabled {
  color: #000;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-light:hover, .Form--VGW button[type=submit]:hover:disabled {
  color: #000;
  background-color: #eeeff0;
  border-color: #edeeef;
}
.btn-check:focus + .btn-light, .Form--VGW .btn-check:focus + button[type=submit]:disabled, .btn-light:focus, .Form--VGW button[type=submit]:focus:disabled {
  color: #000;
  background-color: #eeeff0;
  border-color: #edeeef;
  box-shadow: 0 0 0 0.25rem rgba(200, 201, 201, 0.5);
}
.btn-check:checked + .btn-light, .Form--VGW .btn-check:checked + button[type=submit]:disabled, .btn-check:active + .btn-light, .Form--VGW .btn-check:active + button[type=submit]:disabled, .btn-light:active, .Form--VGW button[type=submit]:active:disabled, .btn-light.active, .Form--VGW button.active[type=submit]:disabled, .show > .btn-light.dropdown-toggle, .Form--VGW .show > button.dropdown-toggle[type=submit]:disabled {
  color: #000;
  background-color: #eff0f1;
  border-color: #edeeef;
}
.btn-check:checked + .btn-light:focus, .Form--VGW .btn-check:checked + button[type=submit]:focus:disabled, .btn-check:active + .btn-light:focus, .Form--VGW .btn-check:active + button[type=submit]:focus:disabled, .btn-light:active:focus, .Form--VGW button[type=submit]:active:focus:disabled, .btn-light.active:focus, .Form--VGW button.active[type=submit]:focus:disabled, .show > .btn-light.dropdown-toggle:focus, .Form--VGW .show > button.dropdown-toggle[type=submit]:focus:disabled {
  box-shadow: 0 0 0 0.25rem rgba(200, 201, 201, 0.5);
}
.btn-light:disabled, .Form--VGW button[type=submit]:disabled, .btn-light.disabled {
  color: #000;
  background-color: #EBECED;
  border-color: #EBECED;
}

.btn-dark {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}
.btn-dark:hover {
  color: #fff;
  background-color: #111213;
  border-color: #101112;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #111213;
  border-color: #101112;
  box-shadow: 0 0 0 0.25rem rgba(55, 56, 57, 0.5);
}
.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: #101112;
  border-color: #0f1011;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 56, 57, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}

.btn-outline-primary {
  color: #032E43;
  border-color: #032E43;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #032E43;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #1B7986;
  border-color: #1B7986;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 121, 134, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 121, 134, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #1B7986;
  background-color: transparent;
}

.btn-outline-third {
  color: #872959;
  border-color: #872959;
}
.btn-outline-third:hover {
  color: #fff;
  background-color: #872959;
  border-color: #872959;
}
.btn-check:focus + .btn-outline-third, .btn-outline-third:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 41, 89, 0.5);
}
.btn-check:checked + .btn-outline-third, .btn-check:active + .btn-outline-third, .btn-outline-third:active, .btn-outline-third.active, .btn-outline-third.dropdown-toggle.show {
  color: #fff;
  background-color: #872959;
  border-color: #872959;
}
.btn-check:checked + .btn-outline-third:focus, .btn-check:active + .btn-outline-third:focus, .btn-outline-third:active:focus, .btn-outline-third.active:focus, .btn-outline-third.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 41, 89, 0.5);
}
.btn-outline-third:disabled, .btn-outline-third.disabled {
  color: #872959;
  background-color: transparent;
}

.btn-outline-fourth {
  color: #006ea9;
  border-color: #006ea9;
}
.btn-outline-fourth:hover {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-check:focus + .btn-outline-fourth, .btn-outline-fourth:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 110, 169, 0.5);
}
.btn-check:checked + .btn-outline-fourth, .btn-check:active + .btn-outline-fourth, .btn-outline-fourth:active, .btn-outline-fourth.active, .btn-outline-fourth.dropdown-toggle.show {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-check:checked + .btn-outline-fourth:focus, .btn-check:active + .btn-outline-fourth:focus, .btn-outline-fourth:active:focus, .btn-outline-fourth.active:focus, .btn-outline-fourth.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 110, 169, 0.5);
}
.btn-outline-fourth:disabled, .btn-outline-fourth.disabled {
  color: #006ea9;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.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: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  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:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.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-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.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: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #a21b22;
  border-color: #a21b22;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}
.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: #a21b22;
  border-color: #a21b22;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #a21b22;
  background-color: transparent;
}

.btn-outline-light {
  color: #EBECED;
  border-color: #EBECED;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 236, 237, 0.5);
}
.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: #EBECED;
  border-color: #EBECED;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 236, 237, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #EBECED;
  background-color: transparent;
}

.btn-outline-dark {
  color: #141516;
  border-color: #141516;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 21, 22, 0.5);
}
.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: #141516;
  border-color: #141516;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 21, 22, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #141516;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #032E43;
  text-decoration: underline;
}
.btn-link:hover {
  color: #12535c;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6D7C82;
}

.btn-lg {
  padding: 0.75em 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.375em 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.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.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.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.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #141516;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.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: 23.5rem) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 36rem) {
  .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: 48rem) {
  .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: 57rem) {
  .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: 75rem) {
  .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: 90rem) {
  .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 rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #141516;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #121314;
  background-color: #EBECED;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #032E43;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7D878B;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6D7C82;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #141516;
}

.dropdown-menu-dark {
  color: #DFE1E2;
  background-color: #32393D;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #DFE1E2;
}
.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: #032E43;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #7D878B;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #DFE1E2;
}
.dropdown-menu-dark .dropdown-header {
  color: #7D878B;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #032E43;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #12535c;
}
.nav-link.disabled {
  color: #6D7C82;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0.0625rem solid #DFE1E2;
}
.nav-tabs .nav-link {
  margin-bottom: -0.0625rem;
  background: none;
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EBECED #EBECED #DFE1E2;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6D7C82;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4D5B61;
  background-color: #fff;
  border-color: #DFE1E2 #DFE1E2 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -0.0625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #032E43;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #141516;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  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: #fff;
  background-color: #e6eaec;
  box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3e%3cpath d=%27M22,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h20c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%2820, 21, 22, 0.999%29%27%3e%3cpath d=%27M22,11h-9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v9H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h9v9c0,0.6,0.4,1,1,1s1-0.4,1-1v-9h9 c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #426272;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}

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

.accordion-item {
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1.5rem 1rem;
}

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

.badge {
  display: inline-block;
  padding: 0.5em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .c-pop .badge, .Form--VGW button[type=submit]:disabled .badge, .Form--VGW button[type=submit]:not(:disabled) .badge {
  position: relative;
  top: -1px;
}

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0.0625rem solid #DFE1E2;
  border-top-left-radius: 0.2375rem;
  border-top-right-radius: 0.2375rem;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0.0625rem solid #DFE1E2;
  border-bottom-right-radius: 0.2375rem;
  border-bottom-left-radius: 0.2375rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 36rem) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 57rem) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 75rem) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 23.48rem) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 35.98rem) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 47.98rem) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 56.98rem) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 74.98rem) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 89.98rem) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1010;
  display: block;
  max-width: 20rem;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.95);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: -0.5rem;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(255, 255, 255, 0.95);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: -0.5rem;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(255, 255, 255, 0.95);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: -0.5rem;
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0 solid transparent;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: -0.5rem;
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(255, 255, 255, 0.95);
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #032E43;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #141516;
}

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

.link-primary {
  color: #032E43;
}
.link-primary:hover, .link-primary:focus {
  color: #03293c;
}

.link-secondary {
  color: #1B7986;
}
.link-secondary:hover, .link-secondary:focus {
  color: #186d79;
}

.link-third {
  color: #872959;
}
.link-third:hover, .link-third:focus {
  color: #7a2550;
}

.link-fourth {
  color: #006ea9;
}
.link-fourth:hover, .link-fourth:focus {
  color: #006398;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #177a4c;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #25cff2;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffc720;
}

.link-danger {
  color: #a21b22;
}
.link-danger:hover, .link-danger:focus {
  color: #92181f;
}

.link-light {
  color: #EBECED;
}
.link-light:hover, .link-light:focus {
  color: #edeeef;
}

.link-dark {
  color: #141516;
}
.link-dark:hover, .link-dark:focus {
  color: #121314;
}

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

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

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

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

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

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

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

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

@media (min-width: 23.5rem) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 36rem) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 48rem) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 57rem) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 75rem) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 90rem) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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: 0.0625rem solid #DFE1E2 !important;
}

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

.border-top {
  border-top: 0.0625rem solid #DFE1E2 !important;
}

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

.border-end {
  border-right: 0.0625rem solid #DFE1E2 !important;
}

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

.border-bottom {
  border-bottom: 0.0625rem solid #DFE1E2 !important;
}

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

.border-start {
  border-left: 0.0625rem solid #DFE1E2 !important;
}

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

.border-primary {
  border-color: #032E43 !important;
}

.border-secondary {
  border-color: #1B7986 !important;
}

.border-third {
  border-color: #872959 !important;
}

.border-fourth {
  border-color: #006ea9 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #a21b22 !important;
}

.border-light {
  border-color: #EBECED !important;
}

.border-dark {
  border-color: #141516 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 0.0625rem !important;
}

.border-2 {
  border-width: 0.125rem !important;
}

.border-3 {
  border-width: 0.1875rem !important;
}

.border-4 {
  border-width: 0.25rem !important;
}

.border-5 {
  border-width: 0.3125rem !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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-1 {
  font-size: calc(1.3875rem + 1.65vw) !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: calc(1.2625rem + 0.15vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6D7C82 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  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: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 23.5rem) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 36rem) {
  .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.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 48rem) {
  .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.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 57rem) {
  .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.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 75rem) {
  .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.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 90rem) {
  .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.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .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.625rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-5 {
    font-size: 1.375rem !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;
  }
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.epi-editContainer {
  padding: 0;
  margin: 0;
}

/*! purgecss start ignore */
.js .lazyload,
.js .lazyloading {
  opacity: 0;
}
.js .lazyloaded {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}

/*! purgecss end ignore */
/*
*	Layout
*/
/*! purgecss start ignore */
.c-service__toggle::after, .c-promo__title a::after, .c-highlight__title a::after, .c-guide-list__link::after, .c-placard-item__text a:not([class*=btn])::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  content: "";
}

.c-qs__sr a[href$=".pdf"]:not([data-filetype])::after,
.c-qs__sr a[href*=".doc"]:not([data-filetype])::after,
.c-qs__sr a[href*=".xsl"]:not([data-filetype])::after, a[href^=http][target=_blank]::after {
  /*! purgecss ignore current */
  background: transparent url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27rgba%280, 0, 0, 0.999%29%27%3E%3Cpath d=%27M11.829.124A.5.5,0,0,0,11,.5V3A5.006,5.006,0,0,0,6,8,1,1,0,0,0,8,8a3,3,0,0,1,3-3V7.5a.5.5,0,0,0,.829.376l4-3.5a.5.5,0,0,0,0-.752Z%27%3E%3C/path%3E%3Cpath d=%27M13,10a1,1,0,0,0-1,1v2H2V5H4A1,1,0,0,0,4,3H2A2,2,0,0,0,0,5v8a2,2,0,0,0,2,2H12a2,2,0,0,0,2-2V11A1,1,0,0,0,13,10Z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 100%;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: 0.25em;
  vertical-align: middle;
  width: 1rem;
  transition: filter 0.25s ease;
}

a {
  display: inline-block;
  transition-property: background-color, border, color, opacity, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:visited {
  color: #5c36a1;
}
a:visited:hover {
  color: #3F0492;
}
a[href^="mailto:"], a[href^="tel:"] {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
a[href$=".pdf"]:not([data-filetype])::after, a[href*=".doc"]:not([data-filetype])::after, a[href*=".xsl"]:not([data-filetype])::after {
  background: #EDF5FA url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cg stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%283, 46, 67, 0.999%29%27 %3E%3Cpolygon points=%2710.5 11.5 1.5 11.5 1.5 0.5 7.5 0.5 10.5 3.5 10.5 11.5%27%3E%3C/polygon%3E%3Cpolyline points=%277.5 0.5 7.5 3.5 10.5 3.5%27%3E%3C/polyline%3E%3C/g%3E%3Cpolygon points=%277.5 0.5 7.5 3.5 10.5 3.5 7.5 0.5%27 fill=%27rgba%283, 46, 67, 0.999%29%27%3E%3C/polygon%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 50%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-left: 0.25em;
  vertical-align: middle;
  width: 1.5rem;
}
a[href$=".pdf"][data-filetype]::after, a[href*=".doc"][data-filetype]::after, a[href*=".xsl"][data-filetype]::after {
  content: attr(data-filetype);
  background: #19425B;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  color: #EDF5FA;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0 0.25em;
  text-transform: uppercase;
  user-select: none;
  vertical-align: text-top;
  margin: 0.25em;
  width: auto;
  height: auto;
}
[data-theme=primary] a:not([class*=btn]) {
  color: #032E43;
}
[data-theme=primary] a:not([class*=btn]):hover, [data-theme=primary] a:not([class*=btn]):active, [data-theme=primary] a:not([class*=btn]):focus {
  color: #01151e;
}
[data-theme=primary] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=primary] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=primary] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=primary] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=primary] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #032E43;
  color: #032E43;
}
.accordion[data-theme=primary] a[data-filetype]::after {
  background-color: transparent;
  border-color: #032E43;
  color: #032E43;
}

[data-theme=secondary] a:not([class*=btn]) {
  color: #1B7986;
}
[data-theme=secondary] a:not([class*=btn]):hover, [data-theme=secondary] a:not([class*=btn]):active, [data-theme=secondary] a:not([class*=btn]):focus {
  color: #155c66;
}
[data-theme=secondary] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=secondary] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=secondary] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=secondary] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=secondary] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #1B7986;
  color: #1B7986;
}
.accordion[data-theme=secondary] a[data-filetype]::after {
  background-color: transparent;
  border-color: #1B7986;
  color: #1B7986;
}

[data-theme=third] a:not([class*=btn]) {
  color: #872959;
}
[data-theme=third] a:not([class*=btn]):hover, [data-theme=third] a:not([class*=btn]):active, [data-theme=third] a:not([class*=btn]):focus {
  color: #6a2046;
}
[data-theme=third] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=third] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=third] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=third] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=third] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #872959;
  color: #872959;
}
.accordion[data-theme=third] a[data-filetype]::after {
  background-color: transparent;
  border-color: #872959;
  color: #872959;
}

[data-theme=fourth] a:not([class*=btn]) {
  color: #006ea9;
}
[data-theme=fourth] a:not([class*=btn]):hover, [data-theme=fourth] a:not([class*=btn]):active, [data-theme=fourth] a:not([class*=btn]):focus {
  color: #005583;
}
[data-theme=fourth] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=fourth] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=fourth] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=fourth] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=fourth] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #006ea9;
  color: #006ea9;
}
.accordion[data-theme=fourth] a[data-filetype]::after {
  background-color: transparent;
  border-color: #006ea9;
  color: #006ea9;
}

[data-theme=success] a:not([class*=btn]) {
  color: #198754;
}
[data-theme=success] a:not([class*=btn]):hover, [data-theme=success] a:not([class*=btn]):active, [data-theme=success] a:not([class*=btn]):focus {
  color: #136740;
}
[data-theme=success] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=success] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=success] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=success] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=success] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #198754;
  color: #198754;
}
.accordion[data-theme=success] a[data-filetype]::after {
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}

[data-theme=info] a:not([class*=btn]) {
  color: #0dcaf0;
}
[data-theme=info] a:not([class*=btn]):hover, [data-theme=info] a:not([class*=btn]):active, [data-theme=info] a:not([class*=btn]):focus {
  color: #0babcc;
}
[data-theme=info] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=info] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=info] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=info] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=info] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #0dcaf0;
  color: #0dcaf0;
}
.accordion[data-theme=info] a[data-filetype]::after {
  background-color: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}

[data-theme=warning] a:not([class*=btn]) {
  color: #ffc107;
}
[data-theme=warning] a:not([class*=btn]):hover, [data-theme=warning] a:not([class*=btn]):active, [data-theme=warning] a:not([class*=btn]):focus {
  color: #e0a800;
}
[data-theme=warning] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=warning] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=warning] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=warning] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=warning] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #ffc107;
  color: #ffc107;
}
.accordion[data-theme=warning] a[data-filetype]::after {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}

[data-theme=danger] a:not([class*=btn]) {
  color: #a21b22;
}
[data-theme=danger] a:not([class*=btn]):hover, [data-theme=danger] a:not([class*=btn]):active, [data-theme=danger] a:not([class*=btn]):focus {
  color: #81161b;
}
[data-theme=danger] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=danger] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=danger] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=danger] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=danger] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #a21b22;
  color: #a21b22;
}
.accordion[data-theme=danger] a[data-filetype]::after {
  background-color: transparent;
  border-color: #a21b22;
  color: #a21b22;
}

[data-theme=light] a:not([class*=btn]) {
  color: #EBECED;
}
[data-theme=light] a:not([class*=btn]):hover, [data-theme=light] a:not([class*=btn]):active, [data-theme=light] a:not([class*=btn]):focus {
  color: #d7d9db;
}
[data-theme=light] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=light] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=light] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=light] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=light] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #EBECED;
  color: #EBECED;
}
.accordion[data-theme=light] a[data-filetype]::after {
  background-color: transparent;
  border-color: #EBECED;
  color: #EBECED;
}

[data-theme=dark] a:not([class*=btn]) {
  color: #141516;
}
[data-theme=dark] a:not([class*=btn]):hover, [data-theme=dark] a:not([class*=btn]):active, [data-theme=dark] a:not([class*=btn]):focus {
  color: #020202;
}
[data-theme=dark] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=dark] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=dark] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=dark] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=dark] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #141516;
  color: #141516;
}
.accordion[data-theme=dark] a[data-filetype]::after {
  background-color: transparent;
  border-color: #141516;
  color: #141516;
}

.no-js a:active:focus, .tab-active a:active:focus, .no-js a:focus, .tab-active a:focus,
.no-js button:active:focus,
.tab-active button:active:focus,
.no-js button:focus,
.tab-active button:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}

button {
  user-select: none;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg {
  pointer-events: none;
}

.ratio {
  margin-bottom: 1.25em;
}

ol,
ul,
dl {
  margin-bottom: 1.5em;
}

mark, .mark {
  color: inherit;
  font-weight: 600;
  background-color: #fff4d3;
}

.badge {
  display: inline-flex;
  align-items: center;
}
.badge__icon {
  display: inline-block;
  margin-right: 0.5em;
}
.badge__text {
  display: inline-block;
  font-size: 1rem;
}

.js .visually-hidden-nojs {
  /*! purgecss ignore current */
}

.brand {
  --brand-color: #032E43;
  --brand-color-ligthen: #043f5b;
  --brand-dot-color: #fe6326;
  --brand-dot-color-lighten: #fe753f;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  padding: 1rem;
  transition: fill 0.25s ease;
}
.brand, .brand:visited {
  fill: var(--brand-color);
  color: var(--brand-dot-color);
}
.brand:hover, .brand:visited:hover, .brand:focus {
  fill: var(--brand-color-ligthen);
  color: var(--brand-dot-color-lighten);
}
.brand__logo {
  width: 16rem;
  height: 100%;
  transition: color 0.25s ease;
}
@media (max-width: 56.98rem) {
  .brand__logo {
    width: 10rem;
  }
}

/*! purgecss start ignore */
.edge .collapse:not(.show), .no-js .collapse:not(.show) {
  position: relative;
  display: block;
}

/*! purgecss end ignore */
* {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.25rem;
}
@supports (font-size: min(max(1rem, 0.6756756757vw), 1.25rem)) {
  body {
    font-size: min(max(1rem, 0.6756756757vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  body {
    font-size: clamp(1rem, 0.7567567568rem + 0.6756756757vw, 1.25rem);
  }
}

b,
strong {
  font-weight: 600;
}

.small,
small {
  line-height: 1.5;
}

h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .display-title {
  /*! purgecss ignore current */
  letter-spacing: -0.025em;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6,
* + .h1, * + .h2, * + .h3, * + .h4, * + .h5, * + .h6,
* + .display-1, * + .display-2, * + .display-3, * + .display-4, * + .display-5, * + .display-6, * + .display-title {
  margin-top: 1.75em;
}
.sup-title + h1, .form-control-wrapper .form-label:not(.form-label--special) + h1, .c-card__sup-title + h1, .c-sr-title .hit + h1, .sup-title + h2, .form-control-wrapper .form-label:not(.form-label--special) + h2, .c-card__sup-title + h2, .c-sr-title .hit + h2, .sup-title + h3, .form-control-wrapper .form-label:not(.form-label--special) + h3, .c-card__sup-title + h3, .c-sr-title .hit + h3, .sup-title + h4, .form-control-wrapper .form-label:not(.form-label--special) + h4, .c-card__sup-title + h4, .c-sr-title .hit + h4, .sup-title + h5, .form-control-wrapper .form-label:not(.form-label--special) + h5, .c-card__sup-title + h5, .c-sr-title .hit + h5, .sup-title + h6, .form-control-wrapper .form-label:not(.form-label--special) + h6, .c-card__sup-title + h6, .c-sr-title .hit + h6,
.sup-title + .h1,
.form-control-wrapper .form-label:not(.form-label--special) + .h1,
.c-card__sup-title + .h1,
.c-sr-title .hit + .h1, .sup-title + .h2, .form-control-wrapper .form-label:not(.form-label--special) + .h2, .c-card__sup-title + .h2, .c-sr-title .hit + .h2, .sup-title + .h3, .form-control-wrapper .form-label:not(.form-label--special) + .h3, .c-card__sup-title + .h3, .c-sr-title .hit + .h3, .sup-title + .h4, .form-control-wrapper .form-label:not(.form-label--special) + .h4, .c-card__sup-title + .h4, .c-sr-title .hit + .h4, .sup-title + .h5, .form-control-wrapper .form-label:not(.form-label--special) + .h5, .c-card__sup-title + .h5, .c-sr-title .hit + .h5, .sup-title + .h6, .form-control-wrapper .form-label:not(.form-label--special) + .h6, .c-card__sup-title + .h6, .c-sr-title .hit + .h6,
.sup-title + .display-1,
.form-control-wrapper .form-label:not(.form-label--special) + .display-1,
.c-card__sup-title + .display-1,
.c-sr-title .hit + .display-1, .sup-title + .display-2, .form-control-wrapper .form-label:not(.form-label--special) + .display-2, .c-card__sup-title + .display-2, .c-sr-title .hit + .display-2, .sup-title + .display-3, .form-control-wrapper .form-label:not(.form-label--special) + .display-3, .c-card__sup-title + .display-3, .c-sr-title .hit + .display-3, .sup-title + .display-4, .form-control-wrapper .form-label:not(.form-label--special) + .display-4, .c-card__sup-title + .display-4, .c-sr-title .hit + .display-4, .sup-title + .display-5, .form-control-wrapper .form-label:not(.form-label--special) + .display-5, .c-card__sup-title + .display-5, .c-sr-title .hit + .display-5, .sup-title + .display-6, .form-control-wrapper .form-label:not(.form-label--special) + .display-6, .c-card__sup-title + .display-6, .c-sr-title .hit + .display-6, .sup-title + .display-title, .form-control-wrapper .form-label:not(.form-label--special) + .display-title, .c-card__sup-title + .display-title, .c-sr-title .hit + .display-title {
  margin-top: 0;
}
h1 > .sup-title, .form-control-wrapper h1 > .form-label:not(.form-label--special), h1 > .c-card__sup-title, .c-sr-title h1 > .hit, h2 > .sup-title, .form-control-wrapper h2 > .form-label:not(.form-label--special), h2 > .c-card__sup-title, .c-sr-title h2 > .hit, h3 > .sup-title, .form-control-wrapper h3 > .form-label:not(.form-label--special), h3 > .c-card__sup-title, .c-sr-title h3 > .hit, h4 > .sup-title, .form-control-wrapper h4 > .form-label:not(.form-label--special), h4 > .c-card__sup-title, .c-sr-title h4 > .hit, h5 > .sup-title, .form-control-wrapper h5 > .form-label:not(.form-label--special), h5 > .c-card__sup-title, .c-sr-title h5 > .hit, h6 > .sup-title, .form-control-wrapper h6 > .form-label:not(.form-label--special), h6 > .c-card__sup-title, .c-sr-title h6 > .hit,
.h1 > .sup-title,
.form-control-wrapper .h1 > .form-label:not(.form-label--special),
.h1 > .c-card__sup-title,
.c-sr-title .h1 > .hit, .h2 > .sup-title, .form-control-wrapper .h2 > .form-label:not(.form-label--special), .h2 > .c-card__sup-title, .c-sr-title .h2 > .hit, .h3 > .sup-title, .form-control-wrapper .h3 > .form-label:not(.form-label--special), .h3 > .c-card__sup-title, .c-sr-title .h3 > .hit, .h4 > .sup-title, .form-control-wrapper .h4 > .form-label:not(.form-label--special), .h4 > .c-card__sup-title, .c-sr-title .h4 > .hit, .h5 > .sup-title, .form-control-wrapper .h5 > .form-label:not(.form-label--special), .h5 > .c-card__sup-title, .c-sr-title .h5 > .hit, .h6 > .sup-title, .form-control-wrapper .h6 > .form-label:not(.form-label--special), .h6 > .c-card__sup-title, .c-sr-title .h6 > .hit,
.display-1 > .sup-title,
.form-control-wrapper .display-1 > .form-label:not(.form-label--special),
.display-1 > .c-card__sup-title,
.c-sr-title .display-1 > .hit, .display-2 > .sup-title, .form-control-wrapper .display-2 > .form-label:not(.form-label--special), .display-2 > .c-card__sup-title, .c-sr-title .display-2 > .hit, .display-3 > .sup-title, .form-control-wrapper .display-3 > .form-label:not(.form-label--special), .display-3 > .c-card__sup-title, .c-sr-title .display-3 > .hit, .display-4 > .sup-title, .form-control-wrapper .display-4 > .form-label:not(.form-label--special), .display-4 > .c-card__sup-title, .c-sr-title .display-4 > .hit, .display-5 > .sup-title, .form-control-wrapper .display-5 > .form-label:not(.form-label--special), .display-5 > .c-card__sup-title, .c-sr-title .display-5 > .hit, .display-6 > .sup-title, .form-control-wrapper .display-6 > .form-label:not(.form-label--special), .display-6 > .c-card__sup-title, .c-sr-title .display-6 > .hit, .display-title > .sup-title, .form-control-wrapper .display-title > .form-label:not(.form-label--special), .display-title > .c-card__sup-title, .c-sr-title .display-title > .hit {
  margin-bottom: 0;
  color: #32393D;
}

.c-block--image.displayMode-half .c-block__header > .title, .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half .c-block__header > .title, .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half .c-block__header > .title, .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .title--underline, .form-fs__legend, .display-title {
  color: #032E43;
  padding-bottom: 0.5em;
  border-bottom: 0.125rem solid #032E43;
}
[data-theme=primary] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=primary] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=primary] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=primary] .c-block__header > .form-fs__legend, [data-theme=primary] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=primary] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=primary] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=primary] .c-block__header > .form-fs__legend, [data-theme=primary] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=primary] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=primary] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=primary] .c-block__header > .form-fs__legend, [data-theme=primary] .title--underline, [data-theme=primary] .form-fs__legend, [data-theme=primary] .display-title {
  color: #032E43;
  border-color: #032E43;
}
[data-theme=secondary] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=secondary] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=secondary] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=secondary] .c-block__header > .form-fs__legend, [data-theme=secondary] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=secondary] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=secondary] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=secondary] .c-block__header > .form-fs__legend, [data-theme=secondary] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=secondary] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=secondary] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=secondary] .c-block__header > .form-fs__legend, [data-theme=secondary] .title--underline, [data-theme=secondary] .form-fs__legend, [data-theme=secondary] .display-title {
  color: #1B7986;
  border-color: #1B7986;
}
[data-theme=third] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=third] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=third] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=third] .c-block__header > .form-fs__legend, [data-theme=third] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=third] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=third] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=third] .c-block__header > .form-fs__legend, [data-theme=third] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=third] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=third] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=third] .c-block__header > .form-fs__legend, [data-theme=third] .title--underline, [data-theme=third] .form-fs__legend, [data-theme=third] .display-title {
  color: #872959;
  border-color: #872959;
}
[data-theme=fourth] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=fourth] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=fourth] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=fourth] .c-block__header > .form-fs__legend, [data-theme=fourth] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=fourth] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=fourth] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=fourth] .c-block__header > .form-fs__legend, [data-theme=fourth] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=fourth] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=fourth] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=fourth] .c-block__header > .form-fs__legend, [data-theme=fourth] .title--underline, [data-theme=fourth] .form-fs__legend, [data-theme=fourth] .display-title {
  color: #006ea9;
  border-color: #006ea9;
}
[data-theme=success] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=success] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=success] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=success] .c-block__header > .form-fs__legend, [data-theme=success] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=success] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=success] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=success] .c-block__header > .form-fs__legend, [data-theme=success] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=success] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=success] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=success] .c-block__header > .form-fs__legend, [data-theme=success] .title--underline, [data-theme=success] .form-fs__legend, [data-theme=success] .display-title {
  color: #198754;
  border-color: #198754;
}
[data-theme=info] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=info] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=info] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=info] .c-block__header > .form-fs__legend, [data-theme=info] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=info] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=info] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=info] .c-block__header > .form-fs__legend, [data-theme=info] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=info] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=info] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=info] .c-block__header > .form-fs__legend, [data-theme=info] .title--underline, [data-theme=info] .form-fs__legend, [data-theme=info] .display-title {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
[data-theme=warning] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=warning] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=warning] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=warning] .c-block__header > .form-fs__legend, [data-theme=warning] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=warning] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=warning] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=warning] .c-block__header > .form-fs__legend, [data-theme=warning] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=warning] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=warning] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=warning] .c-block__header > .form-fs__legend, [data-theme=warning] .title--underline, [data-theme=warning] .form-fs__legend, [data-theme=warning] .display-title {
  color: #ffc107;
  border-color: #ffc107;
}
[data-theme=danger] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=danger] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=danger] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=danger] .c-block__header > .form-fs__legend, [data-theme=danger] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=danger] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=danger] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=danger] .c-block__header > .form-fs__legend, [data-theme=danger] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=danger] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=danger] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=danger] .c-block__header > .form-fs__legend, [data-theme=danger] .title--underline, [data-theme=danger] .form-fs__legend, [data-theme=danger] .display-title {
  color: #a21b22;
  border-color: #a21b22;
}
[data-theme=light] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=light] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=light] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=light] .c-block__header > .form-fs__legend, [data-theme=light] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=light] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=light] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=light] .c-block__header > .form-fs__legend, [data-theme=light] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=light] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=light] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=light] .c-block__header > .form-fs__legend, [data-theme=light] .title--underline, [data-theme=light] .form-fs__legend, [data-theme=light] .display-title {
  color: #EBECED;
  border-color: #EBECED;
}
[data-theme=dark] .c-block--image.displayMode-half .c-block__header > .title, [data-theme=dark] .c-block--image.displayMode-half .c-block__header > .form-fs__legend, .c-block--image.displayMode-half [data-theme=dark] .c-block__header > .title, .c-block--image.displayMode-half [data-theme=dark] .c-block__header > .form-fs__legend, [data-theme=dark] .c-block--newsfeed.displayMode-half .c-block__header > .title, [data-theme=dark] .c-block--newsfeed.displayMode-half .c-block__header > .form-fs__legend, .c-block--newsfeed.displayMode-half [data-theme=dark] .c-block__header > .title, .c-block--newsfeed.displayMode-half [data-theme=dark] .c-block__header > .form-fs__legend, [data-theme=dark] .c-block--links.displayMode-half .c-block__header > .title, [data-theme=dark] .c-block--links.displayMode-half .c-block__header > .form-fs__legend, .c-block--links.displayMode-half [data-theme=dark] .c-block__header > .title, .c-block--links.displayMode-half [data-theme=dark] .c-block__header > .form-fs__legend, [data-theme=dark] .title--underline, [data-theme=dark] .form-fs__legend, [data-theme=dark] .display-title {
  color: #141516;
  border-color: #141516;
}

.title, .form-fs__legend {
  word-break: break-word;
  hyphens: auto;
}
.c-qs-ao__toggle, .sup-title, .form-control-wrapper .form-label:not(.form-label--special), .c-card__sup-title, .c-sr-title .hit {
  color: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.sup-title, .form-control-wrapper .form-label:not(.form-label--special), .c-card__sup-title, .c-sr-title .hit {
  /*! purgecss ignore current */
  display: block;
  margin-bottom: 1em;
}
[data-theme=primary] .sup-title, [data-theme=primary] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=primary] .form-label:not(.form-label--special), [data-theme=primary] .c-card__sup-title, [data-theme=primary] .c-sr-title .hit, .c-sr-title [data-theme=primary] .hit {
  color: #032E43;
}
[data-theme=secondary] .sup-title, [data-theme=secondary] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=secondary] .form-label:not(.form-label--special), [data-theme=secondary] .c-card__sup-title, [data-theme=secondary] .c-sr-title .hit, .c-sr-title [data-theme=secondary] .hit {
  color: #1B7986;
}
[data-theme=third] .sup-title, [data-theme=third] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=third] .form-label:not(.form-label--special), [data-theme=third] .c-card__sup-title, [data-theme=third] .c-sr-title .hit, .c-sr-title [data-theme=third] .hit {
  color: #872959;
}
[data-theme=fourth] .sup-title, [data-theme=fourth] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=fourth] .form-label:not(.form-label--special), [data-theme=fourth] .c-card__sup-title, [data-theme=fourth] .c-sr-title .hit, .c-sr-title [data-theme=fourth] .hit {
  color: #006ea9;
}
[data-theme=success] .sup-title, [data-theme=success] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=success] .form-label:not(.form-label--special), [data-theme=success] .c-card__sup-title, [data-theme=success] .c-sr-title .hit, .c-sr-title [data-theme=success] .hit {
  color: #198754;
}
[data-theme=info] .sup-title, [data-theme=info] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=info] .form-label:not(.form-label--special), [data-theme=info] .c-card__sup-title, [data-theme=info] .c-sr-title .hit, .c-sr-title [data-theme=info] .hit {
  color: #0dcaf0;
}
[data-theme=warning] .sup-title, [data-theme=warning] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=warning] .form-label:not(.form-label--special), [data-theme=warning] .c-card__sup-title, [data-theme=warning] .c-sr-title .hit, .c-sr-title [data-theme=warning] .hit {
  color: #ffc107;
}
[data-theme=danger] .sup-title, [data-theme=danger] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=danger] .form-label:not(.form-label--special), [data-theme=danger] .c-card__sup-title, [data-theme=danger] .c-sr-title .hit, .c-sr-title [data-theme=danger] .hit {
  color: #a21b22;
}
[data-theme=light] .sup-title, [data-theme=light] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=light] .form-label:not(.form-label--special), [data-theme=light] .c-card__sup-title, [data-theme=light] .c-sr-title .hit, .c-sr-title [data-theme=light] .hit {
  color: #EBECED;
}
[data-theme=dark] .sup-title, [data-theme=dark] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=dark] .form-label:not(.form-label--special), [data-theme=dark] .c-card__sup-title, [data-theme=dark] .c-sr-title .hit, .c-sr-title [data-theme=dark] .hit {
  color: #141516;
}
.sup-title > .o-svg-icon, .form-control-wrapper .form-label:not(.form-label--special) > .o-svg-icon, .c-card__sup-title > .o-svg-icon, .c-sr-title .hit > .o-svg-icon {
  vertical-align: top;
}

.fs-base {
  font-size: 1rem;
}

.pre-line {
  white-space: pre-line;
}

/* source-sans-pro-300 - latin */
/*
@font-face {
	font-display: swap;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'),
		local('SourceSansPro-Light'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300.woff2') format('woff2'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300.woff') format('woff');
}
*/
/* source-sans-pro-300italic - latin */
/*
@font-face {
	font-display: swap;
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local('Source Sans Pro LightItalic'),
		local('SourceSansPro-LightItalic'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300italic.woff2') format('woff2'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300italic.woff') format('woff');
}
*/
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/dist/fonts/16c0b7497e77742ecb85.woff2?22022) format("woff2"), url(/dist/fonts/03f4e5094113b1eac844.woff?22022) format("woff");
}
/* source-sans-pro-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(/dist/fonts/1ba3bed5c141762863d6.woff2?22022) format("woff2"), url(/dist/fonts/96e386102d2ac6d469be.woff?22022) format("woff");
}
/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/dist/fonts/35ab5b65f5c70ff94fb8.woff2?22022) format("woff2"), url(/dist/fonts/bd1e99faf13cc24ea945.woff?22022) format("woff");
}
/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(/dist/fonts/5abb91054649912196d8.woff2?22022) format("woff2"), url(/dist/fonts/71bbc397d9940906268f.woff?22022) format("woff");
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: local("Source Sans Pro BoldItalic"), local("SourceSansPro-BoldItalic"), url(/dist/fonts/e5de5b09fddd7bf1bed9.woff2?22022) format("woff2"), url(/dist/fonts/cb30555267df4cf5b154.woff?22022) format("woff");
}
.btn, .c-pop, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled),
.o-btn,
.c-qs-ao__toggle {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
  min-height: 3rem;
}
@media (max-width: 47.98rem) {
  .btn, .c-pop, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled),
  .o-btn,
  .c-qs-ao__toggle {
    font-size: 1rem;
  }
}
.btn[disabled], [disabled].c-pop, .Form--VGW button[disabled][type=submit]:disabled, .Form--VGW button[disabled][type=submit]:not(:disabled),
.o-btn[disabled],
[disabled].c-qs-ao__toggle {
  cursor: not-allowed;
  pointer-events: visible;
}

.btn, .c-pop, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled) {
  display: inline-flex;
  justify-content: center;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  gap: 0.5rem;
}
.btn-outline-primary {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-primary:visited {
  color: #141516;
}
.btn-outline-primary:visited:hover {
  color: #fff;
}
.btn-outline-primary.is-active {
  /*! purgecss ignore current */
  background: #032E43;
  color: #fff;
}
.btn-primary, .Form--VGW button[type=submit]:not(:disabled) {
  gap: 0.5rem;
}
.btn-primary:visited, .Form--VGW button[type=submit]:visited:not(:disabled), .btn-primary:visited:hover {
  color: #fff;
}
.btn-outline-secondary {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-secondary:visited {
  color: #141516;
}
.btn-outline-secondary:visited:hover {
  color: #fff;
}
.btn-outline-secondary.is-active {
  /*! purgecss ignore current */
  background: #1B7986;
  color: #fff;
}
.btn-secondary {
  gap: 0.5rem;
}
.btn-secondary:visited, .btn-secondary:visited:hover {
  color: #fff;
}
.btn-outline-third {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-third:visited {
  color: #141516;
}
.btn-outline-third:visited:hover {
  color: #fff;
}
.btn-outline-third.is-active {
  /*! purgecss ignore current */
  background: #872959;
  color: #fff;
}
.btn-third {
  gap: 0.5rem;
}
.btn-third:visited, .btn-third:visited:hover {
  color: #fff;
}
.btn-outline-fourth {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-fourth:visited {
  color: #141516;
}
.btn-outline-fourth:visited:hover {
  color: #fff;
}
.btn-outline-fourth.is-active {
  /*! purgecss ignore current */
  background: #006ea9;
  color: #fff;
}
.btn-fourth {
  gap: 0.5rem;
}
.btn-fourth:visited, .btn-fourth:visited:hover {
  color: #fff;
}
.btn-outline-success {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-success:visited {
  color: #141516;
}
.btn-outline-success:visited:hover {
  color: #fff;
}
.btn-outline-success.is-active {
  /*! purgecss ignore current */
  background: #198754;
  color: #fff;
}
.btn-success {
  gap: 0.5rem;
}
.btn-success:visited, .btn-success:visited:hover {
  color: #fff;
}
.btn-outline-info {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-info:visited {
  color: #141516;
}
.btn-outline-info:visited:hover {
  color: #fff;
}
.btn-outline-info.is-active {
  /*! purgecss ignore current */
  background: #0dcaf0;
  color: #fff;
}
.btn-info {
  gap: 0.5rem;
}
.btn-info:visited, .btn-info:visited:hover {
  color: #fff;
}
.btn-outline-warning {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-warning:visited {
  color: #141516;
}
.btn-outline-warning:visited:hover {
  color: #fff;
}
.btn-outline-warning.is-active {
  /*! purgecss ignore current */
  background: #ffc107;
  color: #fff;
}
.btn-warning {
  gap: 0.5rem;
}
.btn-warning:visited, .btn-warning:visited:hover {
  color: #fff;
}
.btn-outline-danger {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-danger:visited {
  color: #141516;
}
.btn-outline-danger:visited:hover {
  color: #fff;
}
.btn-outline-danger.is-active {
  /*! purgecss ignore current */
  background: #a21b22;
  color: #fff;
}
.btn-danger {
  gap: 0.5rem;
}
.btn-danger:visited, .btn-danger:visited:hover {
  color: #fff;
}
.btn-outline-light {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-light:visited {
  color: #141516;
}
.btn-outline-light:visited:hover {
  color: #fff;
}
.btn-outline-light.is-active {
  /*! purgecss ignore current */
  background: #EBECED;
  color: #fff;
}
.btn-light, .Form--VGW button[type=submit]:disabled {
  gap: 0.5rem;
}
.btn-light:visited, .Form--VGW button[type=submit]:visited:disabled, .btn-light:visited:hover {
  color: #fff;
}
.btn-outline-dark {
  border-width: 2px;
  color: #141516;
  gap: 0.75rem;
}
.btn-outline-dark:visited {
  color: #141516;
}
.btn-outline-dark:visited:hover {
  color: #fff;
}
.btn-outline-dark.is-active {
  /*! purgecss ignore current */
  background: #141516;
  color: #fff;
}
.btn-dark {
  gap: 0.5rem;
}
.btn-dark:visited, .btn-dark:visited:hover {
  color: #fff;
}
.btn__icon {
  display: flex;
  align-self: stretch;
  margin: -0.5rem 0 -0.5rem -1rem;
  min-width: 3rem;
}
.btn__icon .o-svg-icon {
  display: block;
  align-self: center;
  margin: 0 auto;
}
.btn__text + .btn__icon {
  margin-right: -1rem;
  margin-left: 0;
}
.btn-outline-primary .btn__icon {
  background: #032E43;
  color: #fff;
}
.btn-outline-secondary .btn__icon {
  background: #1B7986;
  color: #fff;
}
.btn-outline-third .btn__icon {
  background: #872959;
  color: #fff;
}
.btn-outline-fourth .btn__icon {
  background: #006ea9;
  color: #fff;
}
.btn-outline-success .btn__icon {
  background: #198754;
  color: #fff;
}
.btn-outline-info .btn__icon {
  background: #0dcaf0;
  color: #fff;
}
.btn-outline-warning .btn__icon {
  background: #ffc107;
  color: #fff;
}
.btn-outline-danger .btn__icon {
  background: #a21b22;
  color: #fff;
}
.btn-outline-light .btn__icon {
  background: #EBECED;
  color: #fff;
}
.btn-outline-dark .btn__icon {
  background: #141516;
  color: #fff;
}
.btn__text {
  position: relative;
  text-align: left;
}
.btn-reset .btn__icon {
  margin: 0;
  min-width: 0;
}
.btn--arrow {
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  text-align: left;
  gap: 1rem;
}
.btn--arrow {
  display: inline-flex;
}
.btn--arrow:hover::after, .btn--arrow:hover::before, .btn--arrow:active::after, .btn--arrow:active::before, .btn--arrow:focus::after, .btn--arrow:focus::before {
  opacity: 1;
  transform: translateX(0.25rem);
}
.btn--arrow::after, .btn--arrow::before {
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%280, 0, 0, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0;
  opacity: 0.6;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-block;
  vertical-align: middle;
}
.btn--arrow::after {
  content: "";
}
@media (max-width: 35.98rem) {
  .btn--arrow {
    display: flex;
  }
}

.o-btn, .c-qs-ao__toggle {
  background: transparent;
  border: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.o-btn, .c-qs-ao__toggle, .o-btn:visited {
  color: #32393D;
}
.o-btn:hover, .c-qs-ao__toggle:hover, .o-btn:visited:hover, .o-btn.is-active, .is-active.c-qs-ao__toggle {
  background: #f2f2f2;
  color: #000;
}
.o-btn--primary, .o-btn--primary:visited {
  background: #032E43;
  color: #fff;
}
.o-btn--primary:hover, .o-btn--primary:visited:hover, .o-btn--primary.is-active {
  background: #021d2b;
  color: #fff;
}
.o-btn--secondary, .o-btn--secondary:visited {
  background: #1B7986;
  color: #fff;
}
.o-btn--secondary:hover, .o-btn--secondary:visited:hover, .o-btn--secondary.is-active {
  background: #176671;
  color: #fff;
}
.o-btn--third, .o-btn--third:visited {
  background: #872959;
  color: #fff;
}
.o-btn--third:hover, .o-btn--third:visited:hover, .o-btn--third.is-active {
  background: #73234c;
  color: #fff;
}
.o-btn--fourth, .o-btn--fourth:visited {
  background: #006ea9;
  color: #fff;
}
.o-btn--fourth:hover, .o-btn--fourth:visited:hover, .o-btn--fourth.is-active {
  background: #005d90;
  color: #fff;
}
.o-btn--success, .o-btn--success:visited {
  background: #198754;
  color: #fff;
}
.o-btn--success:hover, .o-btn--success:visited:hover, .o-btn--success.is-active {
  background: #157147;
  color: #fff;
}
.o-btn--info, .o-btn--info:visited {
  background: #0dcaf0;
  color: #000;
}
.o-btn--info:hover, .o-btn--info:visited:hover, .o-btn--info.is-active {
  background: #0cb6d8;
  color: #000;
}
.o-btn--warning, .o-btn--warning:visited {
  background: #ffc107;
  color: #000;
}
.o-btn--warning:hover, .o-btn--warning:visited:hover, .o-btn--warning.is-active {
  background: #edb100;
  color: #000;
}
.o-btn--danger, .o-btn--danger:visited {
  background: #a21b22;
  color: #fff;
}
.o-btn--danger:hover, .o-btn--danger:visited:hover, .o-btn--danger.is-active {
  background: #8c171d;
  color: #fff;
}
.o-btn--light, .o-btn--light:visited {
  background: #EBECED;
  color: #000;
}
.o-btn--light:hover, .o-btn--light:visited:hover, .o-btn--light.is-active {
  background: #dedfe1;
  color: #000;
}
.o-btn--dark, .o-btn--dark:visited {
  background: #141516;
  color: #fff;
}
.o-btn--dark:hover, .o-btn--dark:visited:hover, .o-btn--dark.is-active {
  background: #080809;
  color: #fff;
}
.o-btn--sm, .c-qs-ao__toggle {
  font-size: 1rem;
}
.o-btn--lg {
  font-size: 1.25rem;
}
.o-btn__icon {
  position: relative;
}
svg.o-btn__icon {
  display: block;
}

.o-btn-outline--primary .o-btn__icon {
  background: #032E43;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  padding: 0.5rem 0.75em;
  color: #fff;
}
.o-btn__icon + .o-btn__text {
  margin-left: 1rem;
  margin-right: auto;
}
.o-btn--toggle, .c-qs-ao__toggle {
  border: 0;
  background: none;
}
.o-btn--toggle:hover, .c-qs-ao__toggle:hover, .o-btn--toggle:visited:hover, .o-btn--toggle.is-active, .is-active.c-qs-ao__toggle {
  background: none;
}
.o-btn--toggle .o-svg-icon, .c-qs-ao__toggle .o-svg-icon {
  transition: transform 0.25s ease;
}
.o-btn--toggle:not(.collapsed) .o-svg-icon, .c-qs-ao__toggle:not(.collapsed) .o-svg-icon {
  transform: rotate(-180deg);
}

.o-btn-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #141516;
  height: 100%;
  background-color: transparent;
  border-radius: 0.2rem;
  text-decoration: none;
  padding: 10%;
}
.o-btn-icon__symbol {
  max-width: 2rem;
  max-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  color: #032E43;
  fill: #032E43;
  width: 50%;
  height: 50%;
}
[data-theme=primary] .o-btn-icon__symbol {
  fill: #032E43;
  color: #032E43;
}
[data-theme=secondary] .o-btn-icon__symbol {
  fill: #1B7986;
  color: #1B7986;
}
[data-theme=third] .o-btn-icon__symbol {
  fill: #872959;
  color: #872959;
}
[data-theme=fourth] .o-btn-icon__symbol {
  fill: #006ea9;
  color: #006ea9;
}
[data-theme=success] .o-btn-icon__symbol {
  fill: #198754;
  color: #198754;
}
[data-theme=info] .o-btn-icon__symbol {
  fill: #0dcaf0;
  color: #0dcaf0;
}
[data-theme=warning] .o-btn-icon__symbol {
  fill: #ffc107;
  color: #ffc107;
}
[data-theme=danger] .o-btn-icon__symbol {
  fill: #a21b22;
  color: #a21b22;
}
[data-theme=light] .o-btn-icon__symbol {
  fill: #EBECED;
  color: #EBECED;
}
[data-theme=dark] .o-btn-icon__symbol {
  fill: #141516;
  color: #141516;
}
.o-btn-icon__text {
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .o-btn-icon__text {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .o-btn-icon__text {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.o-btn-icon--lg .o-btn-icon__symbol {
  max-width: 3rem;
  max-height: 3rem;
}
.o-btn-icon--lg .o-btn-icon__text {
  font-size: 1.25rem;
  font-weight: 600;
}
@supports (font-size: min(max(1rem, 0.6756756757vw), 1.25rem)) {
  .o-btn-icon--lg .o-btn-icon__text {
    font-size: min(max(1rem, 0.6756756757vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .o-btn-icon--lg .o-btn-icon__text {
    font-size: clamp(1rem, 0.7567567568rem + 0.6756756757vw, 1.25rem);
  }
}
.o-btn-icon:visited, .o-btn-icon:visited:active {
  color: inherit;
}
.o-btn-icon.is-active, .o-btn-icon.is-active:visited, .o-btn-icon:hover, .o-btn-icon:visited:hover {
  background: #EDF5FA;
  color: #032E43;
}
[data-theme=primary] .o-btn-icon.is-active, [data-theme=primary] .o-btn-icon.is-active:visited, [data-theme=primary] .o-btn-icon:hover, [data-theme=primary] .o-btn-icon:visited:hover {
  background: #EDF5FA;
  color: #032E43;
}
[data-theme=secondary] .o-btn-icon.is-active, [data-theme=secondary] .o-btn-icon.is-active:visited, [data-theme=secondary] .o-btn-icon:hover, [data-theme=secondary] .o-btn-icon:visited:hover {
  background: #EBF9FB;
  color: #1B7986;
}
[data-theme=third] .o-btn-icon.is-active, [data-theme=third] .o-btn-icon.is-active:visited, [data-theme=third] .o-btn-icon:hover, [data-theme=third] .o-btn-icon:visited:hover {
  background: #fbe6ee;
  color: #872959;
}
[data-theme=fourth] .o-btn-icon.is-active, [data-theme=fourth] .o-btn-icon.is-active:visited, [data-theme=fourth] .o-btn-icon:hover, [data-theme=fourth] .o-btn-icon:visited:hover {
  color: #006ea9;
}
[data-theme=success] .o-btn-icon.is-active, [data-theme=success] .o-btn-icon.is-active:visited, [data-theme=success] .o-btn-icon:hover, [data-theme=success] .o-btn-icon:visited:hover {
  color: #198754;
}
[data-theme=info] .o-btn-icon.is-active, [data-theme=info] .o-btn-icon.is-active:visited, [data-theme=info] .o-btn-icon:hover, [data-theme=info] .o-btn-icon:visited:hover {
  color: #0dcaf0;
}
[data-theme=warning] .o-btn-icon.is-active, [data-theme=warning] .o-btn-icon.is-active:visited, [data-theme=warning] .o-btn-icon:hover, [data-theme=warning] .o-btn-icon:visited:hover {
  color: #ffc107;
}
[data-theme=danger] .o-btn-icon.is-active, [data-theme=danger] .o-btn-icon.is-active:visited, [data-theme=danger] .o-btn-icon:hover, [data-theme=danger] .o-btn-icon:visited:hover {
  background: #f6e8e9;
  color: #a21b22;
}
[data-theme=light] .o-btn-icon.is-active, [data-theme=light] .o-btn-icon.is-active:visited, [data-theme=light] .o-btn-icon:hover, [data-theme=light] .o-btn-icon:visited:hover {
  color: #EBECED;
}
[data-theme=dark] .o-btn-icon.is-active, [data-theme=dark] .o-btn-icon.is-active:visited, [data-theme=dark] .o-btn-icon:hover, [data-theme=dark] .o-btn-icon:visited:hover {
  color: #141516;
}

.o-btn-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.o-btn-group > * {
  flex: 1;
  padding: 0.25rem;
}
@media (max-width: 23.48rem) {
  .o-btn-group > * {
    flex: 0 1 50%;
  }
}

.o-badge {
  background-color: #F7F8F8;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  padding: 0.125em 0.375em;
  color: #32393D;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: uppercase;
  vertical-align: middle;
}
.o-badge--outline {
  background-color: transparent;
  border-color: #32393D;
  color: #32393D;
}
[data-theme=primary] .o-badge {
  background-color: #EDF5FA;
  color: #032E43;
}
[data-theme=primary] .o-badge--outline {
  background-color: transparent;
  border-color: #032E43;
  color: #032E43;
}
.p-article-sidebar [data-theme=primary] .o-badge {
  background-color: #032E43;
  color: #fff;
}

[data-theme=secondary] .o-badge {
  background-color: #EBF9FB;
  color: #1B7986;
}
[data-theme=secondary] .o-badge--outline {
  background-color: transparent;
  border-color: #1B7986;
  color: #1B7986;
}
.p-article-sidebar [data-theme=secondary] .o-badge {
  background-color: #16565B;
  color: #fff;
}

[data-theme=third] .o-badge {
  background-color: #fbe6ee;
  color: #872959;
}
[data-theme=third] .o-badge--outline {
  background-color: transparent;
  border-color: #872959;
  color: #872959;
}
.p-article-sidebar [data-theme=third] .o-badge {
  background-color: #87295a;
  color: #fff;
}

[data-theme=fourth] .o-badge {
  color: #006ea9;
}
[data-theme=fourth] .o-badge--outline {
  background-color: transparent;
  border-color: #006ea9;
  color: #006ea9;
}
.p-article-sidebar [data-theme=fourth] .o-badge {
  color: #fff;
}

[data-theme=success] .o-badge {
  color: #198754;
}
[data-theme=success] .o-badge--outline {
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}
.p-article-sidebar [data-theme=success] .o-badge {
  color: #fff;
}

[data-theme=info] .o-badge {
  color: #0dcaf0;
}
[data-theme=info] .o-badge--outline {
  background-color: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.p-article-sidebar [data-theme=info] .o-badge {
  color: #000;
}

[data-theme=warning] .o-badge {
  color: #ffc107;
}
[data-theme=warning] .o-badge--outline {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}
.p-article-sidebar [data-theme=warning] .o-badge {
  color: #000;
}

[data-theme=danger] .o-badge {
  background-color: #f6e8e9;
  color: #a21b22;
}
[data-theme=danger] .o-badge--outline {
  background-color: transparent;
  border-color: #a21b22;
  color: #a21b22;
}
.p-article-sidebar [data-theme=danger] .o-badge {
  background-color: #200507;
  color: #fff;
}

[data-theme=light] .o-badge {
  color: #EBECED;
}
[data-theme=light] .o-badge--outline {
  background-color: transparent;
  border-color: #EBECED;
  color: #EBECED;
}
.p-article-sidebar [data-theme=light] .o-badge {
  color: #000;
}

[data-theme=dark] .o-badge {
  color: #141516;
}
[data-theme=dark] .o-badge--outline {
  background-color: transparent;
  border-color: #141516;
  color: #141516;
}
.p-article-sidebar [data-theme=dark] .o-badge {
  color: #fff;
}

* + .o-badge {
  margin-left: 0.5em;
}
.o-badge:first-child:not(:last-child) {
  margin-right: 0.5em;
}

.o-date {
  display: flex;
  color: #32393D;
  font-size: 1rem;
  gap: 0.25rem;
}
.o-date__end::before {
  content: "-";
  display: inline-flex;
  margin-right: 0.25em;
}

.c-footer .o-date {
  display: block;
  font-size: 0.875em;
}
@media (max-width: 47.98rem) {
  .c-footer .o-date {
    margin-bottom: 1em;
  }
}

.c-newsfeed-list .o-date {
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}

.o-fig__pic, .o-fig__vid {
  position: relative;
  display: block;
}
.no-js .o-fig__pic, .no-js .o-fig__vid {
  display: none;
}
.o-fig__obj {
  width: 100%;
}
.o-fig__caption {
  font-size: 1rem;
  color: #4D5B61;
  margin-top: 0.5em;
}
.o-fig--pix-left .o-fig__pic::before, .o-fig--pix-right .o-fig__pic::before {
  content: "";
  background: #032E43;
}
.o-fig--pix-left .o-fig__pic::before {
  position: absolute;
  width: 10%;
  height: 10%;
  z-index: 0;
  right: 100%;
  bottom: 100%;
}
.o-fig--pix-right .o-fig__pic::before {
  position: absolute;
  width: 10%;
  height: 10%;
  z-index: 0;
  left: 100%;
  top: 100%;
}

.o-link-list {
  padding-left: 0;
  list-style: none;
}
.o-link-list > li, .o-link-list-item {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.o-link-list > li a, .o-link-list-item a {
  display: inline;
  padding: 0.375em 0;
}
.o-link-list > li a + span, .o-link-list-item a + span {
  display: inline-block;
  color: #32393D;
  margin-left: 0.25em;
}
.o-link-list:last-child {
  margin-bottom: 0;
}
.o-link-list--docs a[href] {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
}
.o-link-list--docs a[href]::before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27rgba%283, 46, 67, 0.999%29%27%3E%3Cpath d=%27M11,0C9.7,0,8.4,0.5,7.5,1.5L6.3,2.6C5.9,3,5.9,3.6,6.3,4s1,0.4,1.4,0l1.2-1.2c1.1-1.1,3.1-1.1,4.2,0 C13.7,3.4,14,4.2,14,5s-0.3,1.6-0.9,2.1L12,8.3c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l1.2-1.2 C15.5,7.6,16,6.3,16,5s-0.5-2.6-1.5-3.5C13.6,0.5,12.3,0,11,0z%27%3E%3C/path%3E%3Cpath d=%27M8.3,12l-1.2,1.2c-1.1,1.1-3.1,1.1-4.2,0C2.3,12.6,2,11.8,2,11s0.3-1.6,0.9-2.1L4,7.7c0.4-0.4,0.4-1,0-1.4 s-1-0.4-1.4,0L1.5,7.5C0.5,8.4,0,9.7,0,11s0.5,2.6,1.5,3.5C2.4,15.5,3.7,16,5,16s2.6-0.5,3.5-1.5l1.2-1.2c0.4-0.4,0.4-1,0-1.4 S8.7,11.6,8.3,12z%27%3E%3C/path%3E%3Cpath d=%27M9.4,5.2L5.2,9.4c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l4.2-4.2 c0.4-0.4,0.4-1,0-1.4C10.4,4.8,9.8,4.8,9.4,5.2z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  display: inline-block;
  content: "";
  margin-left: -1.75rem;
  margin-right: 0.5rem;
  height: 1rem;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1rem;
}
.o-link-list--docs a[href][download]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27rgba%283, 46, 67, 0.999%29%27%3E%3Cpath d=%27M8,12c0.3,0,0.5-0.1,0.7-0.3L14.4,6L13,4.6l-4,4V0H7v8.6l-4-4L1.6,6l5.7,5.7C7.5,11.9,7.7,12,8,12z%27%3E%3C/path%3E%3Crect x=%271%27 y=%2714%27 width=%2714%27 height=%272%27%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}
.o-link-list--docs .o-badge:last-child {
  margin-left: 0.5em;
  top: -0.0625em;
  position: relative;
}
.o-link-list--arrows {
  border-top: 1px solid #DFE1E2;
}
.o-link-list--arrows > li {
  display: flex;
  border-bottom: 1px solid #DFE1E2;
}
.o-link-list--arrows > li a {
  flex: 2;
  align-items: center;
}
.o-link-list--arrows > li a {
  display: inline-flex;
}
.o-link-list--arrows > li a:hover::after, .o-link-list--arrows > li a:hover::before, .o-link-list--arrows > li a:active::after, .o-link-list--arrows > li a:active::before, .o-link-list--arrows > li a:focus::after, .o-link-list--arrows > li a:focus::before {
  opacity: 1;
  transform: translateX(0.25rem);
}
.o-link-list--arrows > li a::after, .o-link-list--arrows > li a::before {
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%280, 0, 0, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 1rem 0 0;
  opacity: 0.6;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-block;
  vertical-align: middle;
}
.o-link-list--arrows > li a::before {
  content: "";
}
.no-js .o-link-list--arrows > li {
  flex-direction: column;
}

.o-list,
.o-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.o-list > *,
.o-list-unstyled > * {
  display: block;
}
.o-list li,
.o-list-unstyled li {
  margin-bottom: 0.5em;
}
.o-list a,
.o-list-unstyled a {
  padding: 0.25em 0;
}

@media (min-width: 36rem) {
  .o-list-columns {
    position: relative;
    column-count: 2;
  }
  .o-list-columns li {
    break-inside: avoid-column;
  }
}

.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.o-list-ao {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-flow: row wrap;
  background-color: #F7F8F8;
  border-radius: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}
@media (min-width: 57rem) {
  .o-list-ao {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.o-list-ao li > a {
  border-bottom: 0.25rem solid transparent;
  color: #32393D;
  display: block;
  padding: 0.25rem 0.5rem;
  padding-top: 0.5rem;
  text-decoration: none;
}
.o-list-ao li > a:hover, .o-list-ao li > a:active {
  border-color: #1B7986;
}
.tab-active .o-list-ao li > a:focus, .tab-active .o-list-ao li > a:active:focus {
  /*! purgecss ignore current */
  background-color: #1B7986;
  color: #EBF9FB;
  box-shadow: 0 0 0 0.25rem #1B7986;
}

.o-list-ctaNav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  background-color: #F7F8F8;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.o-list-ctaNav li {
  padding: 0.5rem;
  padding: 0.25rem;
}
.o-list-ctaNav .btn, .o-list-ctaNav .c-pop, .o-list-ctaNav .Form--VGW button[type=submit]:disabled, .Form--VGW .o-list-ctaNav button[type=submit]:disabled, .o-list-ctaNav .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .o-list-ctaNav button[type=submit]:not(:disabled) {
  margin: 0;
}

.c-block--ctaNav {
  margin-top: 0;
}

.o-list-grid,
.o-list-grid li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-list-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25em;
}
@media (min-width: 36rem) {
  .o-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o-list-grid p {
  margin-bottom: 0;
}

.o-icon-list {
  color: #032E43;
  list-style: none;
  padding: 0 0 0 2.75rem;
}
.o-icon-list li {
  padding: 0;
  margin-bottom: 0.5em;
}
.o-icon-list li > * {
  display: inline-block;
  vertical-align: middle;
}
.o-icon-list .o-svg-icon {
  margin-left: -2.5rem;
  margin-right: 0.75rem;
}
.o-icon-list a {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o-list {
  margin: 0;
  padding: 0.5rem;
}
.o-list__title {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  float: none;
  margin: 0;
  padding: 1rem 1rem 0;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .o-list__title {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .o-list__title {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (max-width: 47.98rem) {
  .o-list__title {
    border-bottom: 0.0625rem solid #DFE1E2;
    padding-bottom: 0.5rem;
  }
}
.o-list li {
  margin: 0.125rem 0;
}
.o-list__toggle {
  display: flex;
  align-items: center;
  padding: 0.5em;
  width: 100%;
  border: 0;
  background: transparent;
  color: #1B7986;
  text-align: left;
}
.o-list__toggle > span {
  display: block;
  flex: auto;
}
.o-list__toggle:not(.collapsed) {
  font-weight: 600;
  border-radius: 0.25rem 0.25rem 0 0;
  color: #16565B;
}
.o-list__toggle:not(.collapsed), .o-list__toggle:not(.collapsed) + * {
  /*! purgecss ignore current */
  background-color: #F7F8F8;
}
.o-list__toggle:not(.collapsed) + * {
  /*! purgecss ignore current */
  border-radius: 0 0 0.25rem 0.25rem;
}
.o-list__toggle:not(.collapsed) .o-svg-icon {
  transform: rotate(-180deg);
}

.o-list-dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.o-list-dl dd {
  min-width: 1%;
}

.o-list-group {
  display: flex;
}
@media (max-width: 47.98rem) {
  .o-list-group {
    flex-direction: column;
  }
}
.o-list-group > * {
  flex: 1;
}

@media (max-width: 35.98rem) {
  .o-social {
    text-align: center;
  }
}
.o-social-title {
  margin-bottom: 0;
}
.o-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  gap: 0.5rem;
}
@media (max-width: 35.98rem) {
  .o-social-list {
    justify-content: center;
  }
}
.o-social__link {
  position: relative;
  padding: 0.75rem;
}
.o-social__link, .o-social__link:visited {
  color: #4D5B61;
}
.o-social__link:focus, .o-social__link:hover, .o-social__link:active, .o-social__link:visited:hover {
  color: #032E43;
}
.o-social__link:focus::after, .o-social__link:hover::after, .o-social__link:active::after, .o-social__link:visited:hover::after {
  transform: scale(1);
}
.o-social__link,
.o-social__link .o-svg-icon {
  display: block;
}
button.o-social__link {
  background: none;
  border: 0;
}

.o-social__link::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  background: #EDF5FA;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.o-svg-icon {
  display: inline-block;
  min-width: 1rem;
  transition: all 0.2s ease;
}

.o-tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-flow: row wrap;
  gap: 0.25rem;
}
.o-tag-list:not(:last-child) {
  margin-bottom: 1.25em;
}

.o-tag {
  border: 1px solid #447799;
  border-radius: 0.2rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.375rem 1.25rem;
  user-select: none;
}
.no-js .o-tag:active:focus, .tab-active .o-tag:active:focus, .no-js .o-tag:focus, .tab-active .o-tag:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.o-tag, .o-tag:visited {
  color: #032E43;
}
.o-tag:hover, .o-tag:active, .o-tag:focus, .o-tag:visited:hover {
  background: #032E43;
  border-color: #032E43;
  color: #EDF5FA;
}
[data-theme=primary] .o-tag {
  border-color: #032E43;
}
[data-theme=primary] .o-tag, [data-theme=primary] .o-tag:not(.btn):not(.c-pop):visited {
  color: #032E43;
}
[data-theme=primary] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=primary] .o-tag:not(.btn):not(.c-pop):active, [data-theme=primary] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=primary] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #032E43;
  border-color: #032E43;
  color: #EDF5FA;
}
[data-theme=secondary] .o-tag {
  border-color: #1B7986;
}
[data-theme=secondary] .o-tag, [data-theme=secondary] .o-tag:not(.btn):not(.c-pop):visited {
  color: #1B7986;
}
[data-theme=secondary] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=secondary] .o-tag:not(.btn):not(.c-pop):active, [data-theme=secondary] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=secondary] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #1B7986;
  border-color: #1B7986;
  color: #EBF9FB;
}
[data-theme=third] .o-tag {
  border-color: #872959;
}
[data-theme=third] .o-tag, [data-theme=third] .o-tag:not(.btn):not(.c-pop):visited {
  color: #872959;
}
[data-theme=third] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=third] .o-tag:not(.btn):not(.c-pop):active, [data-theme=third] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=third] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #872959;
  border-color: #872959;
  color: #fbe6ee;
}
[data-theme=fourth] .o-tag {
  border-color: #006ea9;
}
[data-theme=fourth] .o-tag, [data-theme=fourth] .o-tag:not(.btn):not(.c-pop):visited {
  color: #006ea9;
}
[data-theme=fourth] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=fourth] .o-tag:not(.btn):not(.c-pop):active, [data-theme=fourth] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=fourth] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #006ea9;
  border-color: #006ea9;
}
[data-theme=success] .o-tag {
  border-color: #198754;
}
[data-theme=success] .o-tag, [data-theme=success] .o-tag:not(.btn):not(.c-pop):visited {
  color: #198754;
}
[data-theme=success] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=success] .o-tag:not(.btn):not(.c-pop):active, [data-theme=success] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=success] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #198754;
  border-color: #198754;
}
[data-theme=info] .o-tag {
  border-color: #0dcaf0;
}
[data-theme=info] .o-tag, [data-theme=info] .o-tag:not(.btn):not(.c-pop):visited {
  color: #0dcaf0;
}
[data-theme=info] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=info] .o-tag:not(.btn):not(.c-pop):active, [data-theme=info] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=info] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
[data-theme=warning] .o-tag {
  border-color: #ffc107;
}
[data-theme=warning] .o-tag, [data-theme=warning] .o-tag:not(.btn):not(.c-pop):visited {
  color: #ffc107;
}
[data-theme=warning] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=warning] .o-tag:not(.btn):not(.c-pop):active, [data-theme=warning] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=warning] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}
[data-theme=danger] .o-tag {
  border-color: #a21b22;
}
[data-theme=danger] .o-tag, [data-theme=danger] .o-tag:not(.btn):not(.c-pop):visited {
  color: #a21b22;
}
[data-theme=danger] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=danger] .o-tag:not(.btn):not(.c-pop):active, [data-theme=danger] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=danger] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #a21b22;
  border-color: #a21b22;
  color: #f6e8e9;
}
[data-theme=light] .o-tag {
  border-color: #EBECED;
}
[data-theme=light] .o-tag, [data-theme=light] .o-tag:not(.btn):not(.c-pop):visited {
  color: #EBECED;
}
[data-theme=light] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=light] .o-tag:not(.btn):not(.c-pop):active, [data-theme=light] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=light] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #EBECED;
  border-color: #EBECED;
}
[data-theme=dark] .o-tag {
  border-color: #141516;
}
[data-theme=dark] .o-tag, [data-theme=dark] .o-tag:not(.btn):not(.c-pop):visited {
  color: #141516;
}
[data-theme=dark] .o-tag:not(.btn):not(.c-pop):hover, [data-theme=dark] .o-tag:not(.btn):not(.c-pop):active, [data-theme=dark] .o-tag:not(.btn):not(.c-pop):focus, [data-theme=dark] .o-tag:not(.btn):not(.c-pop):visited:hover {
  background-color: #141516;
  border-color: #141516;
}
.o-tag--sm {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
.o-tag--xs {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}

.table {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .table {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .table {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.table > :not(:first-child) {
  border-top: 0;
}
.table > thead > tr:first-child th:first-child {
  border-radius: 0.25rem 0 0 0;
}
.table > thead > tr:first-child th:last-child {
  border-radius: 0 0.25rem 0 0;
}
.table td,
.table th {
  min-width: 6rem;
  padding: 0.75rem 1rem;
}
.table th {
  font-weight: 600;
  white-space: nowrap;
}
.table caption {
  font-size: 1rem;
}
.table thead {
  background-color: #032E43;
  color: #fff;
}
.table tbody {
  background-color: #fff;
}
.table tbody tr:hover {
  background-color: #F7F8F8;
}
.table-responsive {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
@media (hover: none) {
  .table-responsive {
    scroll-snap-type: x mandatory;
  }
}
.table-responsive::-webkit-scrollbar {
  display: none;
}
.table--nowrap {
  white-space: nowrap;
}
.table--sticky tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.table--sticky thead tr > th:first-child {
  background-color: #032E43;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
}
.table--sticky tbody tr > th:first-child {
  background-color: #fff;
  box-shadow: inset -1px 0 0 0 #DFE1E2;
}
.table--sticky tbody tr:hover > th:first-child {
  background-color: #F7F8F8;
}
.table--sm {
  font-size: 1rem;
}
.table--sm td, .table--sm th {
  padding: 0.5rem 1rem;
}
.table--light thead {
  background-color: #F7F8F8;
  color: #4D5B61;
}
.table--light thead > tr:first-child th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.table--light thead > tr:first-child th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.table--light thead th {
  border-bottom: 0;
  font-size: 1rem;
  user-select: none;
}
.table--light thead th:has(> .sort) {
  padding: 0;
}
.table--light thead th .sort {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  width: 100%;
}
.table--light thead th .sort::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewbox=%270 0 12 12%27 width=%2712%27 height=%2712%27%3E%3Cg fill=%27none%27 stroke=%27rgba%2877, 91, 97, 0.99%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%279.5 8.5 6 11.5 2.5 8.5%27%3E%3C/polyline%3E%3Cpolyline points=%272.5 3.5 6 0.5 9.5 3.5%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 0.75rem;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.15s ease;
}
.table--light thead th.asc > .sort, .table--light thead th.desc > .sort {
  color: #000;
}
.table--light thead th.asc > .sort::after, .table--light thead th.desc > .sort::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27none%27 stroke=%27%23000000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cline x1=%276%27 y1=%2711.5%27 x2=%276%27 y2=%270.5%27%3E%3C/line%3E%3Cpolyline points=%2710 7.5 6 11.5 2 7.5%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
}
.table--light thead th.desc > .sort::after {
  transform: rotate(180deg);
}
.table--light tbody > tr > td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.table--light:has(.sort) tbody > tr {
  cursor: pointer;
}
@media (max-width: 47.98rem) {
  .table--light,
  .table--light thead,
  .table--light tbody,
  .table--light tr {
    display: flex;
    flex-direction: column;
  }
  .table--light thead th,
  .table--light tbody > tr > td {
    flex: 1;
    border: 0;
    padding: 0;
  }
  .table--light thead {
    border-radius: 0.2rem;
    margin-bottom: 0.25rem;
    padding: 0.25rem;
  }
  .table--light thead:not(:has(.sort)) th {
    padding: 0.5rem;
  }
  .table--light thead:not(:has(.sort)) th:nth-child(n+2) {
    display: none;
  }
  .table--light thead:has(.sort) > tr:first-child th:first-child, .table--light thead:has(.sort) > tr:first-child th:last-child {
    border-radius: 0;
  }
  .table--light thead:has(.sort) tr {
    flex-flow: row wrap;
    gap: 1px;
    background-color: #DFE1E2;
  }
  .table--light thead:has(.sort) th {
    flex: auto;
    min-width: 0;
    background-color: #F7F8F8;
  }
  .table--light thead .sort {
    justify-content: space-between;
  }
  .table--light tr {
    margin-bottom: 0.25rem;
  }
  .table--light tbody > tr {
    border-bottom: inset 3px solid #fff;
    box-shadow: 0 1px 0 0 #DFE1E2;
    padding: 0.5rem 1rem;
  }
  .table--light tbody > tr > *:first-child {
    font-weight: 600;
    order: -3;
  }
  .table--light tbody > tr > *:nth-child(2) {
    order: -1;
  }
  .table--light tbody > tr > *:nth-child(3) {
    order: -2;
  }
}

.fw {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.fw-h, .fw-m {
  flex: 0;
}
.fw-m {
  display: flex;
  flex-direction: column;
  border-top: 5.25rem solid #032E43;
  flex: 2;
}
.fw-m > * {
  width: 100%;
}
@media (max-width: 47.98rem) {
  .fw-m {
    border-top-width: 8.25rem;
  }
}
.js .has-alert .fw-m {
  border-top-width: 9.25rem;
}
@media (max-width: 47.98rem) {
  .js .has-alert .fw-m {
    border-top-width: 12.25rem;
  }
}
.edge .fw-m, .no-js .fw-m {
  /*! purgecss ignore current */
  border-top: 0 !important;
}
.fw-skip {
  position: fixed;
  width: 1px;
  height: 1px;
  z-index: 1080;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.fw-skip:focus-within {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  background: #032E43;
  width: 100%;
  height: auto;
}
.fw-skip__link:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.fw-skip__link:focus {
  display: block;
  color: #fff;
  padding: 1rem;
}

.c {
  max-width: 75rem;
}
@media (max-width: 56.98rem) {
  .c-r {
    --bs-gutter-x: 1rem;
  }
}
.c-r > * {
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-r > * {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}
.c-r__w {
  flex: auto;
  max-width: none;
  width: auto;
  margin-top: 0;
}
.c-r__w > * {
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-r__w > * {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}

.modal--consentBanner, .modal--consentWindow {
  pointer-events: none;
}
.modal--consentBanner .modal-dialog {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 36rem) {
  .modal--consentBanner .modal-dialog {
    max-width: 36rem;
  }
}
.modal--consentBanner .modal-content {
  font-size: 1.125rem;
  line-height: 1.5;
  border: 0;
  text-align: center;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .modal--consentBanner .modal-content {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .modal--consentBanner .modal-content {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.modal--consentBanner .modal-header {
  border: 0;
  justify-content: center;
  padding: 1.5rem;
  padding-bottom: 0;
}
.modal--consentBanner .modal-header .icon {
  margin-bottom: 0.5rem;
}
.modal--consentBanner .modal-title {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .modal--consentBanner .modal-title {
    font-size: 1.75rem;
  }
}
.modal--consentBanner .modal-body {
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal--consentBanner .modal-body p:last-child {
  margin-bottom: 0;
}
.modal--consentBanner .modal-footer {
  border: 0;
  padding: 1.5rem;
  padding-top: 0;
  justify-content: center;
}
.modal--consentWindow .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 36rem) {
  .modal--consentWindow .modal-dialog {
    max-width: 36rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 35.98rem) {
  .modal--consentWindow .modal-dialog {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal--consentWindow .modal-dialog > * {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}
.modal--consentWindow .modal-content {
  border: 0;
}
@media (min-width: 36rem) {
  .modal--consentWindow .modal-content {
    max-height: calc(100vh - 3.5rem);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  }
}
.modal--consentWindow .modal-header {
  display: block;
  padding: 1.5rem;
}
.modal--consentWindow .modal-title {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .modal--consentWindow .modal-title {
    font-size: 1.75rem;
  }
}
.modal--consentWindow .modal-body {
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.5rem;
}
@media (hover: none) {
  .modal--consentWindow .modal-body {
    scroll-snap-type: y mandatory;
  }
}
.modal--consentWindow .modal-body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 36rem) {
  .modal--consentWindow .modal-body {
    max-height: 500px;
  }
}
.modal--consentWindow .modal-body .form {
  margin-top: 1.5rem;
}
.modal--consentWindow .modal-body .form-group {
  padding-top: 1.5rem;
  border-top: 1px solid #EBECED;
}
.modal--consentWindow .modal-body .form-checkbox__visual {
  height: 2rem;
  width: 2rem;
}
.modal--consentWindow .modal-body .form-checkbox__text {
  padding-left: 1em;
}
.modal--consentWindow .modal-footer {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}
.modal--consentWindow .modal-footer > * {
  flex: 1;
}
.modal-backdrop {
  /*! purgecss ignore current */
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1050;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fw-f {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #EDF5FA;
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .fw-f {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .fw-f {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.fw-f-t {
  position: relative;
  z-index: 2;
}
@media (min-width: 36rem) {
  .fw-f-t {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-t .c {
    --bs-gutter-x: 0;
  }
}
.fw-f-t__nav {
  position: relative;
}
@media (min-width: 36rem) {
  .fw-f-t__nav {
    display: inline-block;
  }
}
.fw-f-t__nav .c-r {
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .c-r {
    --bs-gutter-x: 0;
  }
}
.fw-f-t__nav .c-r > * {
  --bs-gutter-y: 0;
  min-width: 1px;
  padding: 0;
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .c-r > .c-block {
    flex: 1;
  }
}
.fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
  color: #fff;
  display: flex;
  background: #032E43;
  letter-spacing: 0.0625rem;
  padding: 1rem 1.5rem;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
    padding: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
    flex-direction: column;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.fw-f-t__nav .o-btn__icon {
  min-width: 1.25rem;
}
.fw-f-t__nav .o-btn__text {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .o-btn__text {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.fw-f-t__nav .o-btn:hover, .fw-f-t__nav .c-qs-ao__toggle:hover, .fw-f-t__nav .o-btn:active, .fw-f-t__nav .c-qs-ao__toggle:active, .fw-f-t__nav .o-btn:focus, .fw-f-t__nav .c-qs-ao__toggle:focus, .fw-f-t__nav .o-btn:visited:hover {
  background: #010c12;
  color: #fff;
}
.fw-f-t::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: #032E43;
  content: "";
  width: calc((100% - 73rem) * 0.5);
}
@media (max-width: 56.98rem) {
  .fw-f-t::before {
    width: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-t::before {
    content: none;
  }
}
@media (min-width: 57rem) {
  .fw-f-c {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-f-c {
    padding-top: 1.5rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-f-c {
    padding-top: 1.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (min-width: 90rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-c {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-f-c {
    padding-bottom: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-f-c {
    padding-bottom: 3rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-f-c {
    padding-bottom: 3rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .fw-f-c {
    padding-bottom: 4rem;
  }
}
@media (min-width: 90rem) {
  .fw-f-c {
    padding-bottom: 4rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-f-c .c-r {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.fw-f-c .c-c {
  flex: 1;
}
@media (max-width: 47.98rem) {
  .fw-f-c .c-c {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.fw-f-c .o-btn, .fw-f-c .c-qs-ao__toggle {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.fw-f-b {
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 47.98rem) {
  .fw-f-b {
    background: #032E43;
    color: #fff;
  }
}
@media (max-width: 47.98rem) and (max-width: 35.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 75rem) and (max-width: 89.98rem) {
  .fw-f-b {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 90rem) {
  .fw-f-b {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.fw-f-b .c-r {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.98rem) {
  .fw-f-b .c-r {
    flex-direction: column-reverse;
  }
}
.fw-f-b .c-r > * {
  --bs-gutter-y: 0;
}
.fw-f-b__copy {
  width: auto;
  flex: 2;
  color: #366887;
}
@media (max-width: 47.98rem) {
  .fw-f-b__copy {
    color: #fff;
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
.fw-f-b__logo {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 47.98rem) {
  .fw-f-b__logo {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
}
.fw-f-b::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  top: 0;
  content: "";
  width: calc((100% - 75rem) / 2);
  background: #032E43;
}
.fw-f .brand {
  --brand-color: #fff;
  --brand-color-ligthen: #EDF5FA;
  --brand-dot-color: #fff;
  padding: 2rem;
  margin-right: -1rem;
  background: #032E43;
}
@media (max-width: 47.98rem) {
  .fw-f .brand {
    display: inline-flex;
    margin: 0 auto 0.5rem auto;
    padding: 1rem;
  }
}
.fw-f .brand__logo {
  width: 100%;
  height: auto;
  max-width: 16rem;
}

.fw-h {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1020;
  left: 0;
  top: 0;
  background: var(--bs-white);
  font-size: 1.125rem;
  transition: transform 0.25s ease;
}
@media (max-width: 47.98rem) {
  .fw-h {
    font-size: 1rem;
  }
}
.fw-h__title {
  padding: 1rem 0;
  display: inline-flex;
  align-items: center;
}
.fw-h__title a {
  padding: 1rem;
}
.fw-h__title a, .fw-h__title a:visited {
  color: #032E43;
  text-decoration: none;
}
.fw-h__title a:hover, .fw-h__title a:active, .fw-h__title a:focus {
  color: #021d2b;
  text-decoration: underline;
}
.fw-h__title::before {
  content: "";
  border-left: 1px solid #EBECED;
  height: 100%;
  display: block;
}
.fw-h__alert {
  display: none;
  height: 4rem;
}
@media (max-width: 47.98rem) {
  .fw-h__alert {
    height: 4rem;
  }
}
.has-alert .fw-h__alert {
  display: block;
}
.fw-h__main {
  height: 5rem;
}
@media (max-width: 47.98rem) {
  .fw-h__main {
    height: 8rem;
    z-index: 2;
  }
}
.fw-h__main .c {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 75rem;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.fw-h__main .c__l, .fw-h__main .c__r {
  display: flex;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__l, .fw-h__main .c__r {
    height: 4rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__r > * {
    flex: 1;
  }
}
.fw-h__main .c__r .o-btn, .fw-h__main .c__r .c-qs-ao__toggle {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 1px;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__r .o-btn, .fw-h__main .c__r .c-qs-ao__toggle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .fw-h__main .c__r .o-btn__icon {
    min-height: 1.5rem;
    min-width: 1.5rem;
  }
  .fw-h__main .c__r .o-btn__text {
    margin-left: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.25rem;
    line-height: 1.5;
  }
}
.fw-h__main .c__r .o-btn[data-bs-toggle], .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle {
  background: #021d2b;
  height: 100%;
}
.fw-h__main .c__r .o-btn[data-bs-toggle] path:first-child, .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle path:first-child {
  display: none;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle {
  background: #032E43;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed path:first-child, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle path:first-child {
  display: block;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed path:last-child, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle path:last-child {
  display: none;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed:hover, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle:hover, .fw-h__main .c__r .o-btn[data-bs-toggle].collapsed:active, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle:active {
  background: #021d2b;
}
.edge .fw-h__main .c__r button, .no-js .fw-h__main .c__r button {
  /*! purgecss ignore current */
  display: none;
}
@media (max-width: 47.98rem) {
  .fw-h--min {
    /*! purgecss ignore current */
  }
  :not(.is-zoom) .fw-h--min {
    transform: translateY(-4rem);
  }
}
.has-alert:not(.is-zoom) .fw-h--min {
  /*! purgecss ignore current */
  transform: translateY(-4rem);
}
@media (max-width: 47.98rem) {
  .has-alert:not(.is-zoom) .fw-h--min {
    /*! purgecss ignore current */
    transform: translateY(-8rem);
  }
}
.is-scrolled:not(.is-zoom) .fw-h {
  /*! purgecss ignore current */
  will-change: transform;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.no-js .fw-h {
  /*! purgecss ignore current */
  position: relative;
}
.is-zoom .fw-h {
  /*! purgecss ignore current */
  position: relative;
}

.fw-n {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1019;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-n {
    height: 100%;
    max-width: 66.667%;
  }
}
@media (max-width: 35.98rem) {
  .fw-n {
    height: 100%;
    max-width: 23.5rem;
  }
}
.fw-n__inner {
  position: relative;
  color: #fff;
  background: #021d2b;
  padding-top: 5rem;
}
@media (max-width: 47.98rem) {
  .fw-n__inner {
    padding-top: 8rem;
    height: 100%;
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
  }
  .js .fw-n__inner {
    /*! purgecss ignore current */
    transform: translateX(100%);
  }
  .collaping .fw-n__inner, .collapse.show .fw-n__inner {
    /*! purgecss ignore current */
    transform: translateX(0);
  }
}
.has-alert .fw-n__inner {
  /*! purgecss ignore current */
  padding-top: 9rem;
}
@media (max-width: 47.98rem) {
  .has-alert .fw-n__inner {
    padding-top: 12rem;
  }
}
.fw-h--min + .fw-n > .fw-n__inner {
  /*! purgecss ignore current */
  padding-top: 5rem;
}
@media (max-width: 47.98rem) {
  .fw-h--min + .fw-n > .fw-n__inner {
    /*! purgecss ignore current */
    padding-top: 4rem;
  }
}
.no-js .fw-n__inner {
  /*! purgecss ignore current */
  padding-top: 0 !important;
}
.fw-n__inner > .c {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 47.98rem) {
  .fw-n__inner > .c {
    height: 100%;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex: 2;
  }
}
.fw-n__inner > .c > .c-r {
  --bs-gutter-x: 2rem;
  margin-bottom: 0;
}
.fw-n__footer {
  border-top: 1px solid #010c12;
}
.fw-n__footer .c-r {
  --bs-gutter-x: 2rem;
  flex-wrap: nowrap;
  align-items: center;
}
.fw-n__footer .c-r > * {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
  min-width: 1px;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .c-r > * {
    flex: 1;
  }
}
.fw-n__footer .o-btn, .fw-n__footer .c-qs-ao__toggle {
  color: #fff;
  display: flex;
  font-weight: 400;
  padding: 1rem 1.5rem;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .o-btn, .fw-n__footer .c-qs-ao__toggle {
    flex: 1;
    flex-direction: column;
    font-size: 0.875rem;
    padding: 0.5rem;
    text-align: center;
  }
}
.fw-n__footer .o-btn__icon {
  min-width: 1.25rem;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .o-btn__icon {
    margin-top: 0.25rem;
  }
}
.fw-n__footer .o-btn__text {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .o-btn__text {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.fw-n__footer .o-btn:hover, .fw-n__footer .c-qs-ao__toggle:hover, .fw-n__footer .o-btn:active, .fw-n__footer .c-qs-ao__toggle:active, .fw-n__footer .o-btn:focus, .fw-n__footer .c-qs-ao__toggle:focus, .fw-n__footer .o-btn.is-active, .fw-n__footer .is-active.c-qs-ao__toggle {
  color: inherit;
  background: #010c12;
  text-decoration: underline;
}
.fw-n .nav {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  column-count: 3;
  column-gap: 1.5rem;
}
@media (max-width: 56.98rem) {
  .fw-n .nav {
    column-count: 2;
  }
}
@media (max-width: 47.98rem) {
  .fw-n .nav {
    column-count: 1;
  }
}
.fw-n .nav-item {
  border-bottom: none;
}
.fw-n .nav-item a {
  position: relative;
  display: block;
  padding: 0.75em 0.5em;
  color: inherit;
  z-index: 1;
  text-decoration: none;
}
.fw-n .nav-item a:hover, .fw-n .nav-item a:focus {
  text-decoration: underline;
}
.fw-n .nav-item a:hover::before, .fw-n .nav-item a:focus::before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.fw-n .nav-item a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  background: #010c12;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: 100% 0;
}
.fw-n .nav-item.is-active a::before {
  transform: scaleX(1);
}
.fw-n .nav-item:first-child {
  border-top: none;
}
@media (max-width: 35.98rem) {
  .fw-n .nav-item:first-child {
    border-top: 0;
  }
}

.s {
  position: relative;
}
@media (max-width: 35.98rem) {
  .s {
    padding-bottom: 1rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 90rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) {
  .s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.s-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.s-bg__obj {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 35.98rem) {
  :not(.c-block) > .s:last-child {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  :not(.c-block) > .s:last-child {
    padding-bottom: 8rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  :not(.c-block) > .s:last-child {
    padding-bottom: 8rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  :not(.c-block) > .s:last-child {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  :not(.c-block) > .s:last-child {
    padding-bottom: 9rem;
  }
}
@media (min-width: 90rem) {
  :not(.c-block) > .s:last-child {
    padding-bottom: 9rem;
  }
}

.s--hero {
  color: #fff;
  background: #032E43;
}
.s--hero .c {
  position: relative;
  z-index: 2;
}
.s--hero .title, .s--hero .form-fs__legend {
  color: inherit;
}
.s--hero .display-title {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .s--hero .display-title {
    font-size: 4rem;
  }
}
@supports (font-size: min(max(2.625rem, 3.7162162162vw), 4rem)) {
  .s--hero .display-title {
    font-size: min(max(2.625rem, 3.7162162162vw), 4rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .s--hero .display-title {
    font-size: clamp(2.625rem, 1.2871621622rem + 3.7162162162vw, 4rem);
  }
}
.s--hero a:visited {
  color: #fff;
}
.s--hero .s-content {
  align-self: center;
}
.s--hero .s-bg {
  height: calc(100% + 0.25rem);
  top: auto;
  bottom: 0;
}
.s--hero .s-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  content: "";
  background-color: #032E43;
  mix-blend-mode: multiply;
}
.s--hero .s-bg__obj {
  background-blend-mode: luminosity;
  background-color: #032E43;
  background-position: 50% 50%;
  background-size: cover;
}
.s--hero .s-bg__obj, .s--hero .s-bg__obj.lazyloaded {
  opacity: 0.6;
}
.s--hero-care {
  color: #fff;
  background-color: #1B7986;
}
.s--hero-care .c {
  position: relative;
  z-index: 2;
}
.s--hero-care .title, .s--hero-care .form-fs__legend {
  font-size: calc(1.3875rem + 1.65vw);
  color: inherit;
}
@media (min-width: 1200px) {
  .s--hero-care .title, .s--hero-care .form-fs__legend {
    font-size: 2.625rem;
  }
}
@supports (font-size: min(max(1.75rem, 2.3648648649vw), 2.625rem)) {
  .s--hero-care .title, .s--hero-care .form-fs__legend {
    font-size: min(max(1.75rem, 2.3648648649vw), 2.625rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .s--hero-care .title, .s--hero-care .form-fs__legend {
    font-size: clamp(1.75rem, 0.8986486486rem + 2.3648648649vw, 2.625rem);
  }
}
.s--hero-care .form {
  margin-bottom: 0;
}
.s--hero-care .s-bg {
  height: calc(100% + 0.25rem);
  top: auto;
  bottom: 0;
}
.s--hero-care .s-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #1B7986;
  content: "";
  opacity: 0.9;
}
.s--hero-care .s-bg__obj {
  background-blend-mode: luminosity;
  background-color: #1B7986;
  background-position: 50% 50%;
  background-size: cover;
}
.s--hero-care + * {
  z-index: 1;
}

@media (max-width: 35.98rem) {
  .p-article {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-article {
    padding-bottom: 6rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .p-article {
    padding-bottom: 6rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-article {
    padding-bottom: 8rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .p-article {
    padding-bottom: 8rem;
  }
}
@media (min-width: 90rem) {
  .p-article {
    padding-bottom: 8rem;
  }
}
@media (min-width: 36rem) {
  .p-article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-article-top .c-r > * {
  --bs-gutter-y: 0;
  display: flex;
  width: auto;
}
@media (min-width: 36rem) {
  .p-article-top .c-r > * {
    min-height: 4rem;
  }
}
.p-article-top .c-r > *:first-child {
  flex: auto;
  align-items: center;
}
.p-article-top .c-r > *:not(:first-child) {
  align-items: flex-end;
}
.p-article-top .c::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #DFE1E2;
  margin-top: -2px;
}
.p-article-sidebar {
  font-size: 1.125rem;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .p-article-sidebar {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .p-article-sidebar {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-article-sidebar {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }
}
@media (max-width: 35.98rem) {
  .p-article-sidebar {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
.p-article-sidebar > * {
  margin-bottom: 1rem;
}
.p-article-sidebar .title, .p-article-sidebar .form-fs__legend {
  font-size: calc(1.2625rem + 0.15vw);
  color: #141516;
}
@media (min-width: 1200px) {
  .p-article-sidebar .title, .p-article-sidebar .form-fs__legend {
    font-size: 1.375rem;
  }
}
.p-article-sidebar .title--underline, .p-article-sidebar .form-fs__legend {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-article-sidebar .btn, .p-article-sidebar .c-pop, .p-article-sidebar .Form--VGW button[type=submit]:disabled, .Form--VGW .p-article-sidebar button[type=submit]:disabled, .p-article-sidebar .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .p-article-sidebar button[type=submit]:not(:disabled) {
  font-size: inherit;
}
.p-article-sidebar .row > *, .p-article-sidebar .epi-editContainer > *, .p-article-sidebar .c-r > *, .p-article-sidebar .c-r__w > * {
  --bs-gutter-x: 1rem;
}
.p-article-sidebar > .c-block {
  background-color: #F7F8F8;
}
.p-article-sidebar > .c-block[data-theme=primary] {
  background-color: #EDF5FA;
}
.p-article-sidebar > .c-block[data-theme=secondary] {
  background-color: #EBF9FB;
}
.p-article-sidebar > .c-block[data-theme=third] {
  background-color: #fbe6ee;
}
.p-article-sidebar > .c-block[data-theme=danger] {
  background-color: #f6e8e9;
}
.p-article-sidebar .c-block {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
}
.p-article-sidebar .c-block__footer {
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
  margin-bottom: calc(var(--bs-gutter-y) * -1);
  padding: 0;
  position: relative;
}
.p-article-sidebar .c-block__footer > .btn, .p-article-sidebar .c-block__footer > .c-pop, .p-article-sidebar .Form--VGW .c-block__footer > button[type=submit]:disabled, .Form--VGW .p-article-sidebar .c-block__footer > button[type=submit]:disabled, .p-article-sidebar .Form--VGW .c-block__footer > button[type=submit]:not(:disabled), .Form--VGW .p-article-sidebar .c-block__footer > button[type=submit]:not(:disabled) {
  padding: calc(var(--bs-gutter-y) * 0.5) calc(var(--bs-gutter-x));
}
.p-article-sidebar .c-block p:not(:first-child):last-child {
  margin-bottom: 0;
}
.p-article-sidebar .c-block--button {
  background: none;
  padding: 0;
}
.p-article-footer {
  --footer-margin: 1.5rem;
}
@media (max-width: 35.98rem) {
  .p-article-footer {
    --footer-margin: 1rem;
  }
}
.p-article-footer > .c::before {
  content: "";
  display: block;
  border-top: 1px solid #DFE1E2;
  margin-top: var(--footer-margin);
}
.p-article-footer .c-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: var(--footer-margin);
}
@media (max-width: 35.98rem) {
  .p-article-footer .c-footer {
    flex-direction: column;
    align-items: normal;
  }
}
.p-article-footer .c-footer .o-date,
.p-article-footer .c-footer .o-social-list {
  margin: 0;
}
.p-article .title:has(+ .meta), .p-article .form-fs__legend:has(+ .meta) {
  margin-bottom: 0.25em;
}
.p-article .meta {
  margin-bottom: 1rem;
}
.p-article .meta > * {
  display: inline-flex;
  background-color: #F7F8F8;
  padding: 0.25rem 0.5rem;
}

.o-info {
  background: #F7F8F8;
  border-radius: 0.3rem;
  font-size: 1rem;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0.25em 0.65em;
  margin-bottom: 0.25rem;
}
.o-info strong {
  margin-right: 0.25em;
}

@media (max-width: 35.98rem) {
  .p-page {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-page {
    padding-bottom: 6rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .p-page {
    padding-bottom: 6rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-page {
    padding-bottom: 8rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .p-page {
    padding-bottom: 8rem;
  }
}
@media (min-width: 90rem) {
  .p-page {
    padding-bottom: 8rem;
  }
}
@media (min-width: 36rem) {
  .p-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 36rem) {
  .p-page-top .c-r {
    flex-wrap: nowrap;
  }
}
.p-page-top .c-r > * {
  --bs-gutter-y: 0;
  display: flex;
  width: auto;
}
@media (min-width: 36rem) {
  .p-page-top .c-r > * {
    min-height: 4rem;
  }
}
.p-page-top .c-r > *:first-child {
  flex: 1;
  align-items: center;
}
.p-page-top .c-r > *:not(:first-child) {
  align-items: flex-end;
}
.p-page-top .c::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #DFE1E2;
  margin-top: -2px;
}
.p-page--search .p-page-content {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 1rem;
}

.p-sf .form-control-wrapper {
  border: 1px solid #DFE1E2;
  transition: border-color 0.25s ease;
}
.p-sf .form-control-wrapper:focus-within {
  border-color: #032E43;
}
.p-sf .form,
.p-sf .form:not(:last-child) {
  margin-bottom: 1rem;
}
.p-sf__info {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.c-sr {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-sr-item {
  display: flex;
  border-radius: 0.25rem;
  padding: 1rem;
  transition: background-color 0.15s ease, border 0.15s ease;
}
.c-sr-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-sr-item:not(.c-sr-item--highlight) {
  border: 1px solid #EBECED;
}
@media (max-width: 35.98rem) {
  .c-sr-item:not(.c-sr-item--highlight) {
    border-radius: 0;
    border: 0;
    padding: 0 0 1rem;
  }
}
.c-sr-item:not(.c-sr-item--highlight):hover, .c-sr-item:not(.c-sr-item--highlight):focus-within {
  background-color: #F7F8F8;
  border: 1px solid #DFE1E2;
}
@media (max-width: 35.98rem) {
  .c-sr-item:not(.c-sr-item--highlight):hover, .c-sr-item:not(.c-sr-item--highlight):focus-within {
    background: none;
    border: 0;
  }
}
@media (max-width: 35.98rem) {
  .c-sr-item:not(.c-sr-item--highlight):not(:last-child) {
    border-bottom: 1px solid #DFE1E2;
  }
}
.c-sr-item__content {
  flex: 2;
  max-width: 57rem;
}
.c-sr-item__head {
  position: relative;
}
@media (max-width: 47.98rem) {
  .c-sr-item__head {
    margin-bottom: 0.5rem;
  }
}
.c-sr-item__head a {
  text-decoration: none;
}
.c-sr-item__head .meta {
  order: -1;
}
.c-sr-item__body {
  position: relative;
  flex: 2;
  display: flex;
  flex-direction: column;
}
.c-sr-item__media {
  margin-left: auto;
  padding-left: 2rem;
  flex: 0 0 25%;
  max-width: 10rem;
}
.c-sr-item__media img {
  width: 100%;
  border-radius: 0.25rem;
}
@media (max-width: 35.98rem) {
  .c-sr-item__media {
    display: none;
  }
}
.no-js .c-sr-item__media {
  display: none;
}
.c-sr-item--highlight {
  background-color: #EDF5FA;
  border: 1px solid #B9D8EE;
}
.c-sr-item--highlight:hover, .c-sr-item--highlight:focus-within {
  border: 1px solid #9ABCD6;
}
.c-sr-item--highlight mark, .c-sr-item--highlight .mark {
  background-color: transparent;
  font-weight: 700;
}
.c-sr-title {
  display: inline;
  margin-bottom: 0.5rem;
}
.c-sr-title .hit {
  color: #032E43;
  margin-bottom: 0;
  margin-bottom: 0.25em;
}
.c-sr-title .category {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: normal;
}
.c-sr-title .category__color {
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5rem;
  border-radius: 50rem;
  background-color: #F7F8F8;
}
.c-sr-title .title, .c-sr-title .form-fs__legend {
  font-size: calc(1.275rem + 0.3vw);
  color: #032E43;
  text-decoration: underline;
  transition: color 0.25s ease;
}
@media (min-width: 1200px) {
  .c-sr-title .title, .c-sr-title .form-fs__legend {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem)) {
  .c-sr-title .title, .c-sr-title .form-fs__legend {
    font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr-title .title, .c-sr-title .form-fs__legend {
    font-size: clamp(1.125rem, 0.7601351351rem + 1.0135135135vw, 1.5rem);
  }
}
a:hover .c-sr-title .title, a:hover .c-sr-title .form-fs__legend, a:active .c-sr-title .title, a:active .c-sr-title .form-fs__legend, a:focus .c-sr-title .title, a:focus .c-sr-title .form-fs__legend {
  color: #12535c;
}
.c-sr-title .title:not(:last-child), .c-sr-title .form-fs__legend:not(:last-child) {
  margin-right: 0.25em;
}
.c-sr-title .title:not(:first-child), .c-sr-title .form-fs__legend:not(:first-child) {
  margin-top: 0.25em;
}
.c-sr-title .o-badge {
  margin-left: 0;
}
.c-sr-desc {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-sr-desc {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr-desc {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-sr-desc .o-date {
  display: inline-block;
  font-weight: 400;
}
.c-sr-desc > .o-date:first-child:not(:last-child) {
  font-size: inherit;
  font-weight: 600;
}
.c-sr-desc > .o-date:first-child:not(:last-child)::after {
  content: "—";
  margin-left: 0.25em;
  margin-right: 0.125em;
}
.c-sr-desc .o-desc {
  display: inline;
}
.c-sr-desc .o-tag-list {
  margin-top: 0.5em;
}
.c-sr-tags:last-child {
  margin-top: 1rem;
}
.c-sr-tags:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-sr-url {
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-style: normal;
  margin: 0 -0.25rem;
  padding: 0.25rem 0;
}
.c-sr-url > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  white-space: nowrap;
}
@media (max-width: 23.48rem) {
  .c-sr-url > * {
    display: none;
  }
  .c-sr-url > *:nth-last-child(-n+2) {
    display: block;
  }
}
.c-sr-url > a {
  text-decoration: none;
  color: #32393D;
}
.c-sr-url > a:hover, .c-sr-url > a:active, .c-sr-url > a:focus {
  color: #141516;
  text-decoration: underline;
}
@media (max-width: 47.98rem) {
  .c-sr-url {
    display: none;
  }
}
.c-sr-hits {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DFE1E2;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-sr-hits {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr-hits {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-sr-hits__text {
  font-weight: 600;
  margin-right: 1rem;
}
.c-sr-hits__selected {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  order: 2;
}
.c-sr-hits__selected__text {
  font-weight: 600;
  margin-right: 1rem;
  padding: 0.25em 0;
  white-space: nowrap;
}
.c-sr-hits__selected__filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.c-sr-hits__selected .o-filter {
  flex-flow: nowrap;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
}
.c-sr-no-hits {
  border-top: 1px solid #EBECED;
  padding-top: 1.5rem;
  padding-top: 1.5rem;
}
.c-sr--events .c-sr-item {
  margin-bottom: 2rem;
  padding: 0;
}
.c-sr--events .c-sr-item__head a {
  display: flex;
  flex-direction: column;
}
.c-sr .meta {
  font-size: 1.125rem;
  display: flex;
  flex-flow: row wrap;
  color: #32393D;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-sr .meta {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr .meta {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-sr .meta > * + *::before {
  display: inline-block;
  content: "•";
  color: #32393D;
  margin-left: 0.125em;
  margin-right: 0.5rem;
}
.c-sr .meta .o-date__start {
  font-size: inherit;
  font-weight: 600;
}
.c-sr .meta .o-date__start::before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27rgba%2850, 57, 61, 0.99%29%27%3E%3Cpath d=%27M15,3h-2V1c0-.552-.447-1-1-1s-1,.448-1,1V3H5V1c0-.552-.447-1-1-1s-1,.448-1,1V3H1c-.553,0-1,.448-1,1V15c0,.552,.447,1,1,1H15c.553,0,1-.448,1-1V4c0-.552-.447-1-1-1Zm-1,11H2V6H14V14Z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 0.25em;
  position: relative;
  top: 1px;
}
.c-sr .meta .o-status {
  font-size: inherit;
}
.c-sr .meta--bg {
  background-color: #F7F8F8;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}
.c-sr-filter-hit {
  color: #4D5B61;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}

.accordion {
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 3rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .accordion {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .accordion {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.accordion-item, .accordion-button {
  background-color: transparent;
}
.accordion-button {
  color: #032E43;
  font-size: 1.125rem;
  font-weight: 600;
}
[data-theme=primary] .accordion-button {
  color: #032E43;
}
[data-theme=secondary] .accordion-button {
  color: #1B7986;
}
[data-theme=third] .accordion-button {
  color: #872959;
}
[data-theme=fourth] .accordion-button {
  color: #006ea9;
}
[data-theme=success] .accordion-button {
  color: #198754;
}
[data-theme=info] .accordion-button {
  color: #0dcaf0;
}
[data-theme=warning] .accordion-button {
  color: #ffc107;
}
[data-theme=danger] .accordion-button {
  color: #a21b22;
}
[data-theme=light] .accordion-button {
  color: #EBECED;
}
[data-theme=dark] .accordion-button {
  color: #141516;
}
.accordion-button:hover {
  background: #F7F8F8;
}
[data-theme=secondary] .accordion-button.collapsed::after {
  filter: invert(36%) sepia(14%) saturate(3241%) hue-rotate(143deg) brightness(97%) contrast(79%);
}
[data-theme=third] .accordion-button.collapsed::after {
  filter: invert(17%) sepia(68%) saturate(2024%) hue-rotate(302deg) brightness(75%) contrast(86%);
}
[data-theme=fourth] .accordion-button.collapsed::after {
  filter: invert(22%) sepia(42%) saturate(6110%) hue-rotate(186deg) brightness(89%) contrast(101%);
}
.accordion-item:first-child > .accordion-header .accordion-button {
  border-top: 1px solid transparent;
}
.accordion-item:first-child > .accordion-header .accordion-button.collapsed {
  border-top-color: rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed) {
  background-color: #032E43;
  color: #fff;
}
[data-theme=primary] .accordion-button:not(.collapsed) {
  background-color: #032E43;
  color: #fff;
}
[data-theme=secondary] .accordion-button:not(.collapsed) {
  background-color: #1B7986;
  color: #fff;
}
[data-theme=third] .accordion-button:not(.collapsed) {
  background-color: #872959;
  color: #fff;
}
[data-theme=fourth] .accordion-button:not(.collapsed) {
  background-color: #006ea9;
  color: #fff;
}
[data-theme=success] .accordion-button:not(.collapsed) {
  background-color: #198754;
  color: #fff;
}
[data-theme=info] .accordion-button:not(.collapsed) {
  background-color: #0dcaf0;
  color: #000;
}
[data-theme=warning] .accordion-button:not(.collapsed) {
  background-color: #ffc107;
  color: #000;
}
[data-theme=danger] .accordion-button:not(.collapsed) {
  background-color: #a21b22;
  color: #fff;
}
[data-theme=light] .accordion-button:not(.collapsed) {
  background-color: #EBECED;
  color: #000;
}
[data-theme=dark] .accordion-button:not(.collapsed) {
  background-color: #141516;
  color: #fff;
}
.accordion-item:first-child > .accordion-header .accordion-button:not(.collapsed) {
  border-top-color: transparent;
  border-radius: 0.3rem 0.3rem 0 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background-color: #EDF5FA;
  border-bottom: 0.125rem solid #032E43;
}
[data-theme=primary] .accordion-body {
  background-color: #EDF5FA;
  border-color: #032E43;
}
[data-theme=secondary] .accordion-body {
  background-color: #EBF9FB;
  border-color: #1B7986;
}
[data-theme=third] .accordion-body {
  background-color: #fbe6ee;
  border-color: #872959;
}
[data-theme=fourth] .accordion-body {
  border-color: #006ea9;
}
[data-theme=success] .accordion-body {
  border-color: #198754;
}
[data-theme=info] .accordion-body {
  border-color: #0dcaf0;
}
[data-theme=warning] .accordion-body {
  border-color: #ffc107;
}
[data-theme=danger] .accordion-body {
  background-color: #f6e8e9;
  border-color: #a21b22;
}
[data-theme=light] .accordion-body {
  border-color: #EBECED;
}
[data-theme=dark] .accordion-body {
  border-color: #141516;
}
.accordion > .c-block {
  margin-bottom: 0 !important;
}
.no-js .accordion-button.collapsed {
  background-color: #032E43;
  color: #fff;
}
.no-js [data-theme=primary] .accordion-button.collapsed {
  background-color: #032E43;
  color: #fff;
}
.no-js [data-theme=secondary] .accordion-button.collapsed {
  background-color: #1B7986;
  color: #fff;
}
.no-js [data-theme=third] .accordion-button.collapsed {
  background-color: #872959;
  color: #fff;
}
.no-js [data-theme=fourth] .accordion-button.collapsed {
  background-color: #006ea9;
  color: #fff;
}
.no-js [data-theme=success] .accordion-button.collapsed {
  background-color: #198754;
  color: #fff;
}
.no-js [data-theme=info] .accordion-button.collapsed {
  background-color: #0dcaf0;
  color: #000;
}
.no-js [data-theme=warning] .accordion-button.collapsed {
  background-color: #ffc107;
  color: #000;
}
.no-js [data-theme=danger] .accordion-button.collapsed {
  background-color: #a21b22;
  color: #fff;
}
.no-js [data-theme=light] .accordion-button.collapsed {
  background-color: #EBECED;
  color: #000;
}
.no-js [data-theme=dark] .accordion-button.collapsed {
  background-color: #141516;
  color: #fff;
}
.accordion--cols {
  display: grid;
  border-bottom: 0;
}
@media (min-width: 48rem) {
  .accordion--cols > *:not(:last-child) > .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
}
.accordion--cols > *:last-child > .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 48rem) {
  .displayMode-full .accordion--cols, .displayMode-auto .accordion--cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.accordion--cols .form-group[class*=col] {
  width: 100%;
}
.accordion--cols .form-checkbox__text {
  font-size: 1rem;
  line-height: 1.5;
}

.c-block--accordion .accordion:last-child {
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .c-block--accordion.displayMode-half + .c-block--accordion.displayMode-half {
    margin-top: -1px;
  }
}

.c-article-index {
  padding: 1.5rem;
  background-color: #EDF5FA;
}
[data-theme=primary] .c-article-index {
  background-color: #EDF5FA;
}
[data-theme=secondary] .c-article-index {
  background-color: #EBF9FB;
}
[data-theme=third] .c-article-index {
  background-color: #fbe6ee;
}
[data-theme=danger] .c-article-index {
  background-color: #f6e8e9;
}
.c-article-index .title, .c-article-index .form-fs__legend {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .c-article-index .title, .c-article-index .form-fs__legend {
    font-size: 1.75rem;
  }
}
.c-article-index__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 36rem) {
  .c-article-index__list {
    column-count: 2;
  }
}
.c-article-index__list > * {
  border-left: 0.125rem solid #B9D8EE;
}
[data-theme=primary] .c-article-index__list > * {
  border-color: #B9D8EE;
}
[data-theme=secondary] .c-article-index__list > * {
  border-color: #B2E7F0;
}
[data-theme=third] .c-article-index__list > * {
  border-color: #f7bfd6;
}
[data-theme=danger] .c-article-index__list > * {
  border-color: #ecd1d3;
}
.c-article-index__list a {
  position: relative;
  padding: 0.5rem;
  padding-left: 1.5rem;
}
.c-article-index__list a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.125rem;
  height: 100%;
  border-left: 0.25rem solid #032E43;
}
[data-theme=primary] .c-article-index__list a:hover::before {
  border-color: #032E43;
}
[data-theme=secondary] .c-article-index__list a:hover::before {
  border-color: #1B7986;
}
[data-theme=third] .c-article-index__list a:hover::before {
  border-color: #872959;
}
[data-theme=fourth] .c-article-index__list a:hover::before {
  border-color: #006ea9;
}
[data-theme=success] .c-article-index__list a:hover::before {
  border-color: #198754;
}
[data-theme=info] .c-article-index__list a:hover::before {
  border-color: #0dcaf0;
}
[data-theme=warning] .c-article-index__list a:hover::before {
  border-color: #ffc107;
}
[data-theme=danger] .c-article-index__list a:hover::before {
  border-color: #a21b22;
}
[data-theme=light] .c-article-index__list a:hover::before {
  border-color: #EBECED;
}
[data-theme=dark] .c-article-index__list a:hover::before {
  border-color: #141516;
}

.c-block, .c-block.displayMode-auto, .c-block.displayMode-full {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 48rem) {
  .c-block.displayMode-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .c-block.displayMode-quarter {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 57rem) {
  .c-block.displayMode-quarter {
    flex: 0 0 auto;
    width: 25%;
  }
}
.c-block.displayMode-third {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-block.displayMode-third {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block.displayMode-third {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (min-width: 48rem) {
  .c-block.displayMode-third {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
*:not(.c-r):not(.row):not(.epi-editContainer):not(.c-r):not(.c-r__w):not(.p-article-sidebar):not(.c-card-group) > .c-block:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 36rem) {
  *:not(.c-r):not(.row):not(.epi-editContainer):not(.c-r):not(.c-r__w):not(.p-article-sidebar):not(.c-card-group) > .c-block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-block__header {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.25em;
  flex-direction: column;
}
@media (min-width: 36rem) {
  .c-block__header {
    display: grid;
    gap: 0;
    align-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "header other" "desc other";
  }
}
.c-block__header > *:first-child {
  margin-bottom: 0;
  grid-area: header;
}
.c-block__header > *:first-child + desc {
  margin-top: 0.5em;
}
.c-block__header > .title, .c-block__header > .form-fs__legend {
  word-break: break-word;
  hyphens: auto;
}
.c-block__header > .desc {
  grid-area: desc;
  max-width: 48rem;
}
.c-block__header > .desc p:last-child {
  margin-bottom: 0;
}
.c-block__header .btn, .c-block__header .c-pop, .c-block__header .Form--VGW button[type=submit]:disabled, .Form--VGW .c-block__header button[type=submit]:disabled, .c-block__header .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-block__header button[type=submit]:not(:disabled) {
  display: inline-flex;
}
.c-block__body:has(+ .c-block__footer) {
  margin-bottom: 1.25em;
}
.c-block__footer {
  border-top: 1px solid #DFE1E2;
}
.p-article-sidebar .c-block__footer .btn, .p-article-sidebar .c-block__footer .c-pop, .p-article-sidebar .c-block__footer .Form--VGW button[type=submit]:disabled, .Form--VGW .p-article-sidebar .c-block__footer button[type=submit]:disabled, .p-article-sidebar .c-block__footer .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .p-article-sidebar .c-block__footer button[type=submit]:not(:disabled) {
  display: flex;
}
.c-block__title + .o-date {
  margin-top: -0.5em;
}
.c-block__title + .o-date:last-child {
  margin-bottom: 1em;
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .c-block--service.displayMode-half {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 57rem) {
  .c-block--service.displayMode-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
.c-block--image, .c-block--newsfeed, .c-block--links {
  align-self: center;
}
.c-block--image .o-fig {
  margin-bottom: 0;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--promo.displayMode-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--promo.displayMode-quarter {
    flex: 0 0 auto;
    width: 50%;
  }
}
.c-block--heroSearchContainer .c-block--highlight {
  margin-bottom: 0 !important;
}
.c-block--article .c-block__body {
  max-width: 48rem;
}
.c-block--btnIcon, .c-block--btnIcon.displayMode-auto {
  width: auto;
}
@media (max-width: 35.98rem) {
  .c-block--error {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--error {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .c-block--error {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .c-block--error {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .c-block--error {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 90rem) {
  .c-block--error {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.c-block--error .c-block__body {
  position: relative;
}
.c-block--error .c-block__body::before {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  left: 0;
  top: 0;
  font-size: calc(2.375rem + 13.5vw);
  content: attr(data-bg-text);
  color: #EDF5FA;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .c-block--error .c-block__body::before {
    font-size: 12.5rem;
  }
}
@supports (font-size: min(max(5rem, 20.2702702703vw), 12.5rem)) {
  .c-block--error .c-block__body::before {
    font-size: min(max(5rem, 20.2702702703vw), 12.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--error .c-block__body::before {
    font-size: clamp(5rem, -2.2972972973rem + 20.2702702703vw, 12.5rem);
  }
}

.c-breadcrumb {
  position: relative;
  font-size: 1rem;
}
.c-breadcrumb > * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0.25rem;
  margin: 0.5rem 0;
  padding: 0;
}
.c-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 47.98rem) {
  .c-breadcrumb-item {
    white-space: nowrap;
  }
}
.c-breadcrumb-item > a {
  display: inline-block;
  padding: 0.25rem;
}
@media (max-width: 47.98rem) {
  .c-breadcrumb-item > a {
    padding: 0.5rem 0.25rem;
  }
}
.c-breadcrumb-item:last-child {
  color: #141516;
  font-weight: 600;
}
.c-breadcrumb-item:last-child > a {
  text-decoration: none;
}
.c-breadcrumb-item + li::before {
  content: "›";
  display: inline-block;
  color: #7D878B;
  font-weight: 700;
}
@media (max-width: 47.98rem) {
  .c-breadcrumb-item {
    display: none;
  }
  .c-breadcrumb-item:nth-last-child(2) {
    display: block;
  }
  .c-breadcrumb-item + li::before {
    transform: scaleX(-1);
  }
}

.c-card-group {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-card-group {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
.c-card-group > * {
  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);
}
@media (max-width: 56.98rem) {
  .c-card-group--scroll {
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    --bs-gutter-x: 4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
  }
}
@media (max-width: 56.98rem) and (hover: none) {
  .c-card-group--scroll {
    scroll-snap-type: x mandatory;
  }
}
@media (max-width: 56.98rem) {
  .c-card-group--scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 56.98rem) {
  .c-card-group--scroll::before, .c-card-group--scroll::after {
    content: "";
    display: block;
    flex: 0 0 1.5rem;
  }
}
@media (max-width: 35.98rem) {
  .c-card-group--scroll {
    --bs-gutter-x: 2rem;
  }
  .c-card-group--scroll::before, .c-card-group--scroll::after {
    flex: 0 0 0.5rem;
  }
}
@media (max-width: 56.98rem) {
  .c-card-group--scroll > * {
    flex: 1 !important;
    width: auto;
    min-width: 18rem;
  }
}

.c-card-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #F7F8F8;
}
.c-card__media {
  position: relative;
  background: #000;
}
.c-card__media .o-fig {
  margin-bottom: 0;
}
.c-card__body {
  order: 2;
  padding: 1rem 1.5rem 1.5rem;
}
@media (max-width: 35.98rem) {
  .c-card__body {
    padding: 1rem;
  }
}
.c-card__body:focus-within > .btn, .c-card__body:focus-within > .c-pop, .Form--VGW .c-card__body:focus-within > button[type=submit]:disabled, .Form--VGW .c-card__body:focus-within > button[type=submit]:not(:disabled) {
  position: relative;
}
.no-js .c-card__body .btn, .no-js .c-card__body .c-pop, .no-js .c-card__body .Form--VGW button[type=submit]:disabled, .Form--VGW .no-js .c-card__body button[type=submit]:disabled, .no-js .c-card__body .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .no-js .c-card__body button[type=submit]:not(:disabled) {
  display: none;
}
.c-card__info {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.c-card__title {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 0.25em;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .c-card__title {
    font-size: 1.75rem;
  }
}
.c-card__title a {
  text-decoration: none;
  outline: none;
}
.tab-active .c-card__title a {
  /*! purgecss ignore current */
  box-shadow: none;
}
.js .c-card:hover .c-card__title a, .c-card__title a:focus, .c-card__title a:hover {
  text-decoration: underline;
}
.tab-active .c-card:focus-within {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem #a21b22;
}
.c-card--free .c-card-inner {
  background-color: transparent;
  overflow: initial;
}
.c-card--free .c-card__body {
  color: #4D5B61;
  padding: 1rem 0;
}
.displayMode-quarter .c-card--free .c-card__body {
  font-size: 1rem;
}
.c-card--free .c-card__body p:last-child {
  margin-bottom: 0;
}
.displayMode-quarter .c-card--free .c-card__title {
  font-size: 1.125rem;
}
@media (min-width: 57rem) {
  .displayMode-quarter .c-card--free .c-card__title {
    font-size: 1.25rem;
  }
}
.c-card--full .c-card__inner {
  z-index: 1;
  background: none;
}
.c-card--full .c-card-media__pic {
  display: block;
}
.no-js .c-card--full .c-card-media__pic {
  display: none;
}
.c-card--full .c-card-media__obj {
  width: 100%;
}
.c-card--full .c-card-body {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
  padding-top: 3rem;
  max-height: 100%;
}
.c-card--full .c-card__sup-title {
  color: #B9D8EE;
}
.c-card--full .c-card__title {
  margin-bottom: 0.5em;
}
.c-card--full .c-card__title a {
  color: #fff;
}

.s--hero .c-card, .s--hero .c-card__inner {
  height: 100%;
}

.c-placard-list {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-y: 2rem;
  display: flex;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
@media (max-width: 56.98rem) {
  .c-placard-list {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
.c-placard-list > * {
  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);
  flex: 0 0 auto;
  width: 50%;
}
.displayMode-full .c-placard-list > *, .displayMode-auto .c-placard-list > * {
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 56.98rem) {
  .displayMode-full .c-placard-list > *, .displayMode-auto .c-placard-list > * {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .displayMode-full .c-placard-list > *, .displayMode-auto .c-placard-list > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
.c-placard-item {
  background-color: #fff;
  border-radius: 0.25rem;
  color: #141516;
  display: flex;
  flex-flow: column wrap;
  min-height: 100%;
  padding: 1rem;
  position: relative;
  transition-property: background-color, box-shadow, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  z-index: 1;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-placard-item {
    padding: 0.5rem;
  }
}
.p-page [data-theme=primary] .c-placard-item, .p-article [data-theme=primary] .c-placard-item {
  background-color: #EDF5FA;
}
.p-page [data-theme=secondary] .c-placard-item, .p-article [data-theme=secondary] .c-placard-item {
  background-color: #EBF9FB;
}
.p-page [data-theme=third] .c-placard-item, .p-article [data-theme=third] .c-placard-item {
  background-color: #fbe6ee;
}
.p-page [data-theme=danger] .c-placard-item, .p-article [data-theme=danger] .c-placard-item {
  background-color: #f6e8e9;
}
.c-placard-item__image {
  padding: 0.5rem;
  color: #032E43;
}
[data-theme=primary] .c-placard-item__image {
  color: #032E43;
}
[data-theme=secondary] .c-placard-item__image {
  color: #1B7986;
}
[data-theme=third] .c-placard-item__image {
  color: #872959;
}
[data-theme=fourth] .c-placard-item__image {
  color: #006ea9;
}
[data-theme=success] .c-placard-item__image {
  color: #198754;
}
[data-theme=info] .c-placard-item__image {
  color: #0dcaf0;
}
[data-theme=warning] .c-placard-item__image {
  color: #ffc107;
}
[data-theme=danger] .c-placard-item__image {
  color: #a21b22;
}
[data-theme=light] .c-placard-item__image {
  color: #EBECED;
}
[data-theme=dark] .c-placard-item__image {
  color: #141516;
}
.c-placard-item__image img,
.c-placard-item__image .o-svg-icon {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: auto;
  color: inherit;
}
.c-placard-item__text {
  text-align: center;
  font-weight: 600;
  color: inherit;
  line-height: 1.2;
  word-break: break-word;
  flex: 2;
  display: flex;
}
.c-placard-item__text a:not([class*=btn]) {
  padding: 0.25rem;
  margin: auto;
}
.c-placard-item__text a:not([class*=btn]), .c-placard-item__text a:not([class*=btn]):hover, .c-placard-item__text a:not([class*=btn]):hover:visited, .c-placard-item__text a:not([class*=btn]):active, .c-placard-item__text a:not([class*=btn]):focus, .c-placard-item__text a:not([class*=btn]):visited {
  color: inherit;
  text-decoration: none;
}
.c-placard-item:hover, .c-placard-item:focus-within {
  background-color: #EDF5FA;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.125rem);
}
.p-page [data-theme=primary] .c-placard-item:hover, .p-article [data-theme=primary] .c-placard-item:hover, .p-page [data-theme=primary] .c-placard-item:focus-within, .p-article [data-theme=primary] .c-placard-item:focus-within {
  background-color: #032E43;
  color: #fff;
}
.p-page [data-theme=primary] .c-placard-item:hover img, .p-article [data-theme=primary] .c-placard-item:hover img, .p-page [data-theme=primary] .c-placard-item:focus-within img, .p-article [data-theme=primary] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=primary] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=primary] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=primary] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=primary] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=secondary] .c-placard-item:hover, .p-article [data-theme=secondary] .c-placard-item:hover, .p-page [data-theme=secondary] .c-placard-item:focus-within, .p-article [data-theme=secondary] .c-placard-item:focus-within {
  background-color: #1B7986;
  color: #fff;
}
.p-page [data-theme=secondary] .c-placard-item:hover img, .p-article [data-theme=secondary] .c-placard-item:hover img, .p-page [data-theme=secondary] .c-placard-item:focus-within img, .p-article [data-theme=secondary] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=secondary] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=secondary] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=secondary] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=secondary] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=third] .c-placard-item:hover, .p-article [data-theme=third] .c-placard-item:hover, .p-page [data-theme=third] .c-placard-item:focus-within, .p-article [data-theme=third] .c-placard-item:focus-within {
  background-color: #872959;
  color: #fff;
}
.p-page [data-theme=third] .c-placard-item:hover img, .p-article [data-theme=third] .c-placard-item:hover img, .p-page [data-theme=third] .c-placard-item:focus-within img, .p-article [data-theme=third] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=third] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=third] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=third] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=third] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=fourth] .c-placard-item:hover, .p-article [data-theme=fourth] .c-placard-item:hover, .p-page [data-theme=fourth] .c-placard-item:focus-within, .p-article [data-theme=fourth] .c-placard-item:focus-within {
  background-color: #006ea9;
  color: #fff;
}
.p-page [data-theme=fourth] .c-placard-item:hover img, .p-article [data-theme=fourth] .c-placard-item:hover img, .p-page [data-theme=fourth] .c-placard-item:focus-within img, .p-article [data-theme=fourth] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=fourth] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=fourth] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=fourth] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=fourth] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=success] .c-placard-item:hover, .p-article [data-theme=success] .c-placard-item:hover, .p-page [data-theme=success] .c-placard-item:focus-within, .p-article [data-theme=success] .c-placard-item:focus-within {
  background-color: #198754;
  color: #fff;
}
.p-page [data-theme=success] .c-placard-item:hover img, .p-article [data-theme=success] .c-placard-item:hover img, .p-page [data-theme=success] .c-placard-item:focus-within img, .p-article [data-theme=success] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=success] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=success] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=success] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=success] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=info] .c-placard-item:hover, .p-article [data-theme=info] .c-placard-item:hover, .p-page [data-theme=info] .c-placard-item:focus-within, .p-article [data-theme=info] .c-placard-item:focus-within {
  background-color: #0dcaf0;
  color: #fff;
}
.p-page [data-theme=info] .c-placard-item:hover img, .p-article [data-theme=info] .c-placard-item:hover img, .p-page [data-theme=info] .c-placard-item:focus-within img, .p-article [data-theme=info] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=info] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=info] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=info] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=info] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=warning] .c-placard-item:hover, .p-article [data-theme=warning] .c-placard-item:hover, .p-page [data-theme=warning] .c-placard-item:focus-within, .p-article [data-theme=warning] .c-placard-item:focus-within {
  background-color: #ffc107;
  color: #fff;
}
.p-page [data-theme=warning] .c-placard-item:hover img, .p-article [data-theme=warning] .c-placard-item:hover img, .p-page [data-theme=warning] .c-placard-item:focus-within img, .p-article [data-theme=warning] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=warning] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=warning] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=warning] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=warning] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=danger] .c-placard-item:hover, .p-article [data-theme=danger] .c-placard-item:hover, .p-page [data-theme=danger] .c-placard-item:focus-within, .p-article [data-theme=danger] .c-placard-item:focus-within {
  background-color: #a21b22;
  color: #fff;
}
.p-page [data-theme=danger] .c-placard-item:hover img, .p-article [data-theme=danger] .c-placard-item:hover img, .p-page [data-theme=danger] .c-placard-item:focus-within img, .p-article [data-theme=danger] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=danger] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=danger] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=danger] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=danger] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=light] .c-placard-item:hover, .p-article [data-theme=light] .c-placard-item:hover, .p-page [data-theme=light] .c-placard-item:focus-within, .p-article [data-theme=light] .c-placard-item:focus-within {
  background-color: #EBECED;
  color: #fff;
}
.p-page [data-theme=light] .c-placard-item:hover img, .p-article [data-theme=light] .c-placard-item:hover img, .p-page [data-theme=light] .c-placard-item:focus-within img, .p-article [data-theme=light] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=light] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=light] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=light] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=light] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=dark] .c-placard-item:hover, .p-article [data-theme=dark] .c-placard-item:hover, .p-page [data-theme=dark] .c-placard-item:focus-within, .p-article [data-theme=dark] .c-placard-item:focus-within {
  background-color: #141516;
  color: #fff;
}
.p-page [data-theme=dark] .c-placard-item:hover img, .p-article [data-theme=dark] .c-placard-item:hover img, .p-page [data-theme=dark] .c-placard-item:focus-within img, .p-article [data-theme=dark] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=dark] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=dark] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=dark] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=dark] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.c-placard__more {
  background: none;
  border: 0;
  width: 100%;
  color: #032E43;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  user-select: none;
}
.c-placard__more, .c-placard__more::after {
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.c-placard__more::after {
  content: "";
  display: block;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%283, 46, 67, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
}
.c-placard__more:hover, .c-placard__more:active, .c-placard__more:focus {
  opacity: 0.8;
}
.c-placard__more:hover::after, .c-placard__more:active::after, .c-placard__more:focus::after {
  transform: translateY(0.125rem);
}
.c-placard__more.is-active::after {
  transform: rotate(-180deg);
}
.c-placard__more.is-active:hover::after, .c-placard__more.is-active:active::after, .c-placard__more.is-active:focus::after {
  transform: rotate(-180deg) translateY(0.125rem);
}
[data-theme=primary] + .c-placard__more {
  color: #032E43;
}
[data-theme=primary] + .c-placard__more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%283, 46, 67, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
}
[data-theme=secondary] + .c-placard__more {
  color: #16565B;
}
[data-theme=secondary] + .c-placard__more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2822, 86, 91, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
}
[data-theme=third] + .c-placard__more {
  color: #87295a;
}
[data-theme=third] + .c-placard__more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28135, 41, 90, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
}
[data-theme=danger] + .c-placard__more {
  color: #200507;
}
[data-theme=danger] + .c-placard__more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2832, 5, 7, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
}
*[class*="--hero"] .c-placard__more {
  color: #fff;
}
*[class*="--hero"] .c-placard__more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28255, 255, 255, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
}

.c-block--careerInfo {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-block--careerInfo .c-block__image {
  order: -1;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 10rem;
  max-height: 10rem;
  width: 40%;
  margin: -2rem -1rem 0 0;
}
.c-career-search .form:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-career-filter {
  display: flex;
  flex-direction: column;
}
.c-career-filter .btn, .c-career-filter .c-pop, .c-career-filter .Form--VGW button[type=submit]:disabled, .Form--VGW .c-career-filter button[type=submit]:disabled, .c-career-filter .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-career-filter button[type=submit]:not(:disabled) {
  border: 1px solid #DFE1E2;
  justify-content: flex-start;
  margin: 0;
  font-weight: 400;
}
.c-career-filter .btn__icon:first-child {
  color: #032E43;
}
.c-career-filter .btn__icon:last-child {
  margin-left: auto;
  transition: transform 0.25s ease;
}
.c-career-filter .btn:hover, .c-career-filter .c-pop:hover, .c-career-filter .Form--VGW button[type=submit]:hover:disabled, .Form--VGW .c-career-filter button[type=submit]:hover:disabled, .c-career-filter .Form--VGW button[type=submit]:hover:not(:disabled), .Form--VGW .c-career-filter button[type=submit]:hover:not(:disabled), .c-career-filter .btn:focus, .c-career-filter .c-pop:focus, .c-career-filter .Form--VGW button[type=submit]:focus:disabled, .Form--VGW .c-career-filter button[type=submit]:focus:disabled, .c-career-filter .Form--VGW button[type=submit]:focus:not(:disabled), .Form--VGW .c-career-filter button[type=submit]:focus:not(:disabled) {
  background-color: #F7F8F8;
}
.c-career-filter .btn:not(.collapsed), .c-career-filter .c-pop:not(.collapsed), .c-career-filter .Form--VGW button[type=submit]:not(.collapsed):disabled, .Form--VGW .c-career-filter button[type=submit]:not(.collapsed):disabled, .c-career-filter .Form--VGW button[type=submit]:not(.collapsed):not(:disabled), .Form--VGW .c-career-filter button[type=submit]:not(.collapsed):not(:disabled) {
  background-color: #EDF5FA;
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 600;
}
.c-career-filter .btn:not(.collapsed) .btn__icon:last-child, .c-career-filter .c-pop:not(.collapsed) .btn__icon:last-child, .c-career-filter .Form--VGW button[type=submit]:not(.collapsed):disabled .btn__icon:last-child, .Form--VGW .c-career-filter button[type=submit]:not(.collapsed):disabled .btn__icon:last-child, .c-career-filter .Form--VGW button[type=submit]:not(.collapsed):not(:disabled) .btn__icon:last-child, .Form--VGW .c-career-filter button[type=submit]:not(.collapsed):not(:disabled) .btn__icon:last-child {
  transform: rotate(-180deg);
}
.c-career-filter__dd {
  background-color: #EDF5FA;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.c-career-filter__dd-inner {
  padding: 0.5rem;
}
.c-career-filter__dd .row, .c-career-filter__dd .epi-editContainer, .c-career-filter__dd .c-r, .c-career-filter__dd .c-r__w {
  gap: 0.5rem;
  margin: 0;
}
.c-career-filter__dd .row > *, .c-career-filter__dd .epi-editContainer > *, .c-career-filter__dd .c-r > *, .c-career-filter__dd .c-r__w > * {
  padding-left: 0;
  padding-right: 0;
}
.c-career-filter__dd .col {
  padding: 0;
  flex: 1;
}

.c-box {
  background-color: #F7F8F8;
  padding: 1.5rem;
}
.c-box p:last-child {
  margin-bottom: 0;
}
.c-box[data-theme=primary] {
  background-color: #EDF5FA;
}
.c-box[data-theme=primary] a {
  color: #19425B;
}
.c-box[data-theme=primary] a:hover, .c-box[data-theme=primary] a:active, .c-box[data-theme=primary] a:focus {
  color: #032E43;
}
.c-box[data-theme=secondary] {
  background-color: #EBF9FB;
}
.c-box[data-theme=secondary] a {
  color: #1B7986;
}
.c-box[data-theme=secondary] a:hover, .c-box[data-theme=secondary] a:active, .c-box[data-theme=secondary] a:focus {
  color: #16565B;
}
.c-box[data-theme=third] {
  background-color: #fbe6ee;
}
.c-box[data-theme=third] a {
  color: #ae2f64;
}
.c-box[data-theme=third] a:hover, .c-box[data-theme=third] a:active, .c-box[data-theme=third] a:focus {
  color: #87295a;
}
.c-box[data-theme=danger] {
  background-color: #f6e8e9;
}
.c-box[data-theme=danger] a {
  color: #410b0e;
}
.c-box[data-theme=danger] a:hover, .c-box[data-theme=danger] a:active, .c-box[data-theme=danger] a:focus {
  color: #200507;
}
.c-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.displayMode-full .c-contact, .displayMode-auto .c-contact {
  /*! purgecss ignore current */
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 35.98rem) {
  .displayMode-full .c-contact, .displayMode-auto .c-contact {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-article-sidebar .displayMode-full .c-contact, .p-article-sidebar .displayMode-auto .c-contact {
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-article-sidebar .displayMode-full .c-contact, .p-article-sidebar .displayMode-auto .c-contact {
    flex-direction: row;
    gap: 2rem;
  }
}
.displayMode-half .c-contact {
  /*! purgecss ignore current */
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .displayMode-half .c-contact {
    flex-direction: row;
    gap: 2rem;
  }
}
.c-contact__body {
  font-size: 1.125rem;
  flex: 2;
  min-width: 1px;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-contact__body {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-contact__body {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-contact__media {
  flex: 1;
  order: -1;
}
.c-contact__media > * {
  margin: 0;
}
.c-contact__name {
  color: #032E43;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.c-contact__jobtitle {
  margin-bottom: 0.5em;
  color: #4D5B61;
  line-height: 1.5;
}
@media (max-width: 35.98rem) {
  .c-contact__jobtitle span {
    display: block;
  }
}
.c-contact__jobtitle p {
  margin: 0;
}
.c-contact__desc {
  font-size: 1rem;
}
.c-contact__info {
  margin-bottom: 0;
}
@media (min-width: 36rem) {
  .displayMode-full .c-contact__info, .displayMode-auto .c-contact__info {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto;
    gap: 0.5rem 1rem;
  }
  .displayMode-full .c-contact__info > *, .displayMode-auto .c-contact__info > * {
    min-width: 1%;
    margin: 0;
  }
  .p-article-sidebar .displayMode-full .c-contact__info, .p-article-sidebar .displayMode-auto .c-contact__info {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-article-sidebar .displayMode-full .c-contact__info dd, .p-article-sidebar .displayMode-auto .c-contact__info dd {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .displayMode-half .c-contact__info {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto;
    gap: 0.5rem 1rem;
  }
  .displayMode-half .c-contact__info > * {
    min-width: 1%;
    margin: 0;
  }
}
.c-contact__info a {
  word-break: break-all;
  white-space: normal;
  overflow: visible;
  line-height: 1.5;
}
.c-contact__info .o-badge {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.p-article-sidebar .c-contact__info .o-badge {
  background-color: #EBECED;
}

@media (max-width: 47.98rem) {
  .c-block--personblock + .c-block--personblock.displayMode-half {
    margin-top: 1rem;
  }
}

.c-crisis {
  position: relative;
  background: #a21b22;
  z-index: 1050;
}
.c-crisis,
.c-crisis a,
.c-crisis a:visited,
.c-crisis a:visited:hover {
  color: #fff;
}
.c-crisis-bar, .c-crisis-bar > .c {
  position: relative;
  height: 100%;
}
.c-crisis-bar {
  font-weight: 400;
}
.c-crisis-bar .c {
  position: relative;
  display: flex;
  align-items: center;
}
.c-crisis-bar__count {
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 2rem;
}
.c-crisis-bar__title {
  line-height: 1.5;
  max-height: 100%;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
}
@media (max-width: 23.48rem) {
  .c-crisis-bar__title {
    font-size: 0.875rem;
  }
}
.c-crisis-bar__btn {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 0;
  color: #fff;
}
.c-crisis-bar__btn span {
  margin-right: 0.5em;
}
@media (max-width: 47.98rem) {
  .c-crisis-bar__btn span {
    display: none;
  }
}
.c-crisis-bar__btn .o-svg-icon {
  border: 0.125rem solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  transition: transform 0.25s ease;
}
.no-js .c-crisis-bar__btn[aria-hidden] {
  display: none;
}
.c-crisis-bar__btn:hover, .c-crisis-bar__btn:active, .c-crisis-bar__btn:focus, .c-crisis-bar__btn:visited, .c-crisis-bar__btn:hover:visited {
  color: inherit;
}
.c-crisis-bar__toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: none;
  border: 0;
  color: #fff;
}
.no-js .c-crisis-bar__toggle:active:focus, .tab-active .c-crisis-bar__toggle:active:focus, .no-js .c-crisis-bar__toggle:focus, .tab-active .c-crisis-bar__toggle:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.c-crisis-bar__toggle:not(.collapsed) + .c .o-svg-icon {
  transform: rotate(-180deg);
}
.no-js .c-crisis-bar__toggle {
  display: none;
}
.c-crisis-bar noscript {
  margin-left: auto;
}
.c-crisis-messages {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 100%;
  border-top: 0.0625rem solid #8c171d;
  background: #a21b22;
  max-height: calc(100vh - 4rem);
  overflow-y: hidden;
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}
.c-crisis-messages-item + .c-crisis-messages-item {
  border-top: 0.0625rem solid #8c171d;
}
.no-js .c-crisis-messages-item:focus-within, .tab-active .c-crisis-messages-item:focus-within {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.no-js .c-crisis-messages-item:focus-within button:focus,
.no-js .c-crisis-messages-item:focus-within a:focus, .tab-active .c-crisis-messages-item:focus-within button:focus,
.tab-active .c-crisis-messages-item:focus-within a:focus {
  /*!purgecss ignore current */
  box-shadow: none;
}
.c-crisis-messages.show {
  overflow-y: auto;
}
.c-crisis-messages.collapsing {
  height: 0;
}
.edge .c-crisis-messages.collapse:not(.show), .no-js .c-crisis-messages.collapse:not(.show) {
  display: none;
}
.c-crisis-message {
  display: flex;
  gap: 2rem;
  width: 100%;
  padding: 1.5rem 1rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media (max-width: 47.98rem) {
  .c-crisis-message {
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 23.48rem) {
  .c-crisis-message {
    font-size: 0.875rem;
  }
}
.c-crisis-message a {
  text-decoration: none;
}
.c-crisis-message a, .c-crisis-message a:hover, .c-crisis-message a:visited, .c-crisis-message a:active {
  color: #fff;
}
.c-crisis-message__desc {
  color: #EDF5FA;
  display: block;
  max-width: 57rem;
}
.c-crisis-message::before {
  display: block;
  content: "";
  flex: 0 0 2rem;
  align-self: center;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27rgba%28237, 245, 250, 0.999%29%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M23.1,24H0.9c-0.3,0-0.6-0.2-0.8-0.4c-0.2-0.3-0.2-0.6,0-0.9L11.2,0.5c0.3-0.6,1.3-0.6,1.7,0l11.1,22.2 c0.1,0.3,0.1,0.7,0,0.9C23.7,23.8,23.4,24,23.1,24zM2.4,22.1h19.2L12,2.9L2.4,22.1zM11.4,16.1c0,0.3,0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6l0.3-6.2c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9L11.4,16.1zM12.8,17.5c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.9c0,0.4,0.1,0.6,0.3,0.9 s0.5,0.3,0.8,0.3c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.9C13.2,18,13.1,17.7,12.8,17.5z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 47.98rem) {
  .c-crisis-message::before {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-fc-header {
  border-bottom: 1px solid #EBECED;
  padding-bottom: 1rem;
}
@media (min-width: 57rem) {
  .c-fc-header {
    padding-bottom: 2rem;
  }
}
.c-fc-results {
  margin-bottom: 1rem;
}
@media (min-width: 57rem) {
  .c-fc-results {
    margin-bottom: 2rem;
  }
}
.c-fc-results .o-list {
  display: grid;
  gap: 1rem;
  padding: 1rem 0 0 0;
  font-size: 1rem;
}
@media (min-width: 23.5rem) and (max-width: 56.98rem) {
  .c-fc-results .o-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 57rem) {
  .c-fc-results .o-list {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2rem;
    font-size: 1.125rem;
  }
}
.c-fc-results-item {
  margin: 0;
  min-width: 1px;
  border: 1px solid #EBECED;
  padding: 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.25s ease, border 0.25s ease;
}
.c-fc-results-item:hover, .c-fc-results-item:focus-within {
  background-color: #F7F8F8;
  border-color: #DFE1E2;
}
@media (max-width: 23.48rem) {
  .c-fc-results-item {
    padding: 0 0 1rem;
    border: 0;
    border-bottom: 1px solid #DFE1E2;
  }
}
.c-fc-results__title {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .c-fc-results__title {
    font-size: 1.375rem;
  }
}
@supports (font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem)) {
  .c-fc-results__title {
    font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-fc-results__title {
    font-size: clamp(1.125rem, 0.8817567568rem + 0.6756756757vw, 1.375rem);
  }
}
.c-fc-results__list {
  padding: 0;
  /*

  & > li {
  	&:hover .o-svg-icon,
  	&:focus-within .o-svg-icon {
  		color: $body-color;
  	}
  	& > a {
  		padding: 0;
  	}
  }

  .o-svg-icon {
  	color: $gray-600;
  }
  */
}
.c-fc-results__list > * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  padding: 0.25em 0;
}
.c-fc-results__list .o-svg-icon {
  align-self: flex-start;
  margin: 0.5rem;
}
.c-fc-results__list a {
  padding: 0;
}
.c-fc .c-pager-nav {
  border-top: 0;
  padding-top: 1rem;
}

.c-feedback {
  width: 100%;
  background: #EDF5FA;
}
.c-feedback:not(:last-child) {
  margin-bottom: 2rem;
}
.c-feedback__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .c-feedback__title {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-feedback__title {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
@media (max-width: 35.98rem) {
  .c-feedback__title {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.c-feedback-intro {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
@media (max-width: 35.98rem) {
  .c-feedback-intro {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 47.98rem) {
  .c-feedback-intro {
    padding: 1rem;
  }
}
.c-feedback-intro__left {
  display: flex;
  align-items: center;
  min-height: 3rem;
}
.c-feedback-intro__right {
  white-space: nowrap;
}
.c-feedback-intro__right .btn, .c-feedback-intro__right .c-pop, .c-feedback-intro__right .Form--VGW button[type=submit]:disabled, .Form--VGW .c-feedback-intro__right button[type=submit]:disabled, .c-feedback-intro__right .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro__right button[type=submit]:not(:disabled) {
  margin-top: 0;
  margin-bottom: 0;
}
.c-feedback-intro .btn, .c-feedback-intro .c-pop, .c-feedback-intro .Form--VGW button[type=submit]:disabled, .Form--VGW .c-feedback-intro button[type=submit]:disabled, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) {
  display: inline-block;
  min-width: 5rem;
  text-align: center;
}
.c-feedback-intro .btn + .btn, .c-feedback-intro .c-pop + .btn, .c-feedback-intro .btn + .c-pop, .c-feedback-intro .c-pop + .c-pop, .c-feedback-intro .Form--VGW button[type=submit]:disabled + .btn, .c-feedback-intro .Form--VGW button[type=submit]:disabled + .c-pop, .Form--VGW .c-feedback-intro button[type=submit]:disabled + .btn, .Form--VGW .c-feedback-intro button[type=submit]:disabled + .c-pop, .c-feedback-intro .Form--VGW .btn + button[type=submit]:disabled, .c-feedback-intro .Form--VGW .c-pop + button[type=submit]:disabled, .Form--VGW .c-feedback-intro .btn + button[type=submit]:disabled, .Form--VGW .c-feedback-intro .c-pop + button[type=submit]:disabled, .c-feedback-intro .Form--VGW button[type=submit]:disabled + button[type=submit]:disabled, .Form--VGW .c-feedback-intro button[type=submit]:disabled + button[type=submit]:disabled, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + .btn, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + .c-pop, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + button[type=submit]:disabled, .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + .btn, .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + .c-pop, .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + button[type=submit]:disabled, .c-feedback-intro .Form--VGW .btn + button[type=submit]:not(:disabled), .c-feedback-intro .Form--VGW .c-pop + button[type=submit]:not(:disabled), .c-feedback-intro .Form--VGW button[type=submit]:disabled + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro .btn + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro .c-pop + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro button[type=submit]:disabled + button[type=submit]:not(:disabled), .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + button[type=submit]:not(:disabled) {
  margin-left: 0.5rem;
}
.c-feedback-content__inner {
  padding: 1rem 1.5rem;
}
@media (max-width: 47.98rem) {
  .c-feedback-content__inner {
    padding: 1rem;
  }
}
.c-feedback .form {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-feedback .form {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-feedback .form {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-feedback .form-desc {
  border-top: 0.0625rem solid #9ABCD6;
  padding-top: 1rem;
}
.c-feedback .form-radio__visual, .c-feedback .form-checkbox__visual {
  background-color: #fff;
}
.c-feedback .form-footer {
  margin: 1rem 0;
}
.no-js .c-feedback {
  display: none;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #a21b22;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(162, 27, 34, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #a21b22;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #a21b22;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #a21b22;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.c-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  /*! purgecss ignore current */
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-filter {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-filter {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.c-filter-inner {
  background-color: #F7F8F8;
}
.c-filter-form {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  gap: 0.5rem;
}
@media (max-width: 47.98rem) {
  .c-filter-form {
    flex-direction: column;
  }
}
.c-filter-form > *:last-child {
  margin-left: auto;
}
.c-filter-form > .dropdown {
  flex: 1;
}
.c-filter-form > .dropdown > .btn, .c-filter-form > .dropdown > .c-pop, .Form--VGW .c-filter-form > .dropdown > button[type=submit]:disabled, .Form--VGW .c-filter-form > .dropdown > button[type=submit]:not(:disabled) {
  width: 100%;
}
.c-filter .btn, .c-filter .c-pop, .c-filter .Form--VGW button[type=submit]:disabled, .Form--VGW .c-filter button[type=submit]:disabled, .c-filter .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-filter button[type=submit]:not(:disabled) {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 47.98rem) {
  .c-filter .btn, .c-filter .c-pop, .c-filter .Form--VGW button[type=submit]:disabled, .Form--VGW .c-filter button[type=submit]:disabled, .c-filter .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-filter button[type=submit]:not(:disabled) {
    width: 100%;
  }
}
.c-filter .btn .o-svg-icon, .c-filter .c-pop .o-svg-icon, .c-filter .Form--VGW button[type=submit]:disabled .o-svg-icon, .Form--VGW .c-filter button[type=submit]:disabled .o-svg-icon, .c-filter .Form--VGW button[type=submit]:not(:disabled) .o-svg-icon, .Form--VGW .c-filter button[type=submit]:not(:disabled) .o-svg-icon {
  color: #7D878B;
}
.c-filter .btn:hover .o-svg-icon, .c-filter .c-pop:hover .o-svg-icon, .c-filter .Form--VGW button[type=submit]:hover:disabled .o-svg-icon, .Form--VGW .c-filter button[type=submit]:hover:disabled .o-svg-icon, .c-filter .Form--VGW button[type=submit]:hover:not(:disabled) .o-svg-icon, .Form--VGW .c-filter button[type=submit]:hover:not(:disabled) .o-svg-icon, .c-filter .btn:focus .o-svg-icon, .c-filter .c-pop:focus .o-svg-icon, .c-filter .Form--VGW button[type=submit]:focus:disabled .o-svg-icon, .Form--VGW .c-filter button[type=submit]:focus:disabled .o-svg-icon, .c-filter .Form--VGW button[type=submit]:focus:not(:disabled) .o-svg-icon, .Form--VGW .c-filter button[type=submit]:focus:not(:disabled) .o-svg-icon {
  color: inherit;
}
.c-filter .btn-toggle {
  align-self: flex-end;
  order: 2;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #F7F8F8;
  justify-content: flex-start;
}
.c-filter .btn-toggle .o-svg-icon {
  color: #32393D;
}
.c-filter .btn-toggle.collapsed {
  /*! purgecss ignore current */
  background-color: transparent;
}
.c-filter .btn-toggle.collapsed .o-svg-icon {
  color: #7D878B;
}
.c-filter .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #DFE1E2;
  border-radius: 0.2rem;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .c-filter .dropdown-toggle {
    min-width: 12rem;
  }
}
.c-filter .dropdown-toggle::after {
  margin-left: 1rem;
}
.c-filter .dropdown-toggle:hover {
  border-color: #32393D;
}
.c-filter .dropdown-toggle:active, .c-filter .dropdown-toggle:focus {
  border-color: #032E43;
}
.c-filter .dropdown-title {
  font-weight: 600;
  padding-bottom: 0.25rem;
  user-select: none;
}
.c-filter .dropdown-menu {
  min-width: 100%;
}
.c-filter .dropdown-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  min-width: 12rem;
}
.c-filter .dropdown-menu ul > li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-filter .dropdown-menu ul > li:not([class]):hover, .c-filter .dropdown-menu ul > li:not([class]):focus-within {
  background-color: #F7F8F8;
}
.c-filter .dropdown-menu ul .form-radio,
.c-filter .dropdown-menu ul .form-checkbox {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.c-filter .dropdown-menu ul .form-radio--tick,
.c-filter .dropdown-menu ul .form-checkbox--tick {
  padding-right: 1rem;
  margin-left: -0.5rem;
}
.c-filter .dropdown-menu ul .form-radio__visual,
.c-filter .dropdown-menu ul .form-checkbox__visual {
  margin-bottom: 0;
}
.c-filter .dropdown-menu ul .form-radio__text,
.c-filter .dropdown-menu ul .form-checkbox__text {
  font-size: inherit;
}
.c-filter .dropdown-menu fieldset + fieldset {
  border-top: 1px solid #DFE1E2;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.c-filter .dropdown-menu legend {
  font-size: inherit;
  font-weight: 600;
  padding-bottom: 0.25rem;
  user-select: none;
  padding-bottom: 0;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-count {
  /*! purgecss ignore current */
  background-color: #EBF9FB;
  border-radius: 50rem;
  color: #16565B;
  padding: 0.25em 0.75em;
  min-width: 1.5rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: auto;
}
.Form--VGW .Form__Element > :is(select):not([multiple]), .Form--VGW .Form__Element > :is(button.FormTextbox__Select), .form-control:is(select) {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27none%27 stroke=%27rgba%280, 0, 0, 0.99%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%273.5,4.5 8,0.5 12.5,4.5 %27%3E%3C/polyline%3E%3Cpolyline points=%273.5,11.5 8,15.5 12.5,11.5%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  cursor: pointer;
  padding-right: 3rem;
}

.form:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .form:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.form-fs + .form-fs {
  margin-top: 1rem;
}
.form-label {
  font-size: 1rem;
  cursor: pointer;
}
.form-control-wrapper .form-label--special {
  font-size: 1.25rem;
  align-items: center;
  color: #4D5B61;
  display: flex;
  font-weight: 400;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1rem;
  pointer-events: none;
  position: absolute;
  transition-property: height, transform, padding;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .form-control-wrapper .form-label--special {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-control-wrapper .form-label--special {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
.form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-control {
  font-size: 1.125rem;
  min-height: 3rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .form-control {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-control {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.form-control:not(:disabled):hover {
  border-color: #52585b;
}
.form-control-wrapper .form-control {
  font-size: 1.25rem;
  min-width: 12rem;
  min-height: 3.5rem;
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .form-control-wrapper .form-control {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-control-wrapper .form-control {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
@media (min-width: 48rem) {
  .form-control-wrapper .form-control {
    min-height: 4.5rem;
  }
}
.form-control-wrapper .form-control:focus {
  box-shadow: none;
  outline: none;
  z-index: 2;
}
.tab-active .form-control-wrapper .form-control:focus {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
}
.form-control-wrapper .form-control, .form-control-wrapper .form-control::-webkit-search-decoration, .form-control-wrapper .form-control::-webkit-search-cancel-button, .form-control-wrapper .form-control::-webkit-search-results-button, .form-control-wrapper .form-control::-webkit-search-results-decoration {
  appearance: none;
}
.form-control-wrapper .form-control:not(:placeholder-shown) + .form-label--special, .form-control-wrapper .form-control:focus + .form-label--special {
  color: #141516;
  height: 75%;
  padding-left: 1.5rem;
  transform: scale(0.75);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.form-control-wrapper .form-control--special {
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
}
.form-control-wrapper {
  display: flex;
  background: #fff;
  border: 1px solid #9EA5A8;
  border-radius: 0.25rem;
  flex: auto;
  position: relative;
  transition: border 0.25s ease, box-shadow 0.25s ease;
}
.form-control-wrapper:hover {
  border-color: #52585b;
}
.form-control-wrapper:focus-within {
  border-color: #426272;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.c-qs .dropdown + .form-control-wrapper {
  border-radius: 0;
}
.form-control-wrapper .o-btn:focus, .form-control-wrapper .c-qs-ao__toggle:focus {
  box-shadow: none;
  outline: none;
}
.tab-active .form-control-wrapper .o-btn:focus, .tab-active .form-control-wrapper .c-qs-ao__toggle:focus {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
}
.form-control-wrapper + .form-control-wrapper {
  margin-top: 0.5rem;
}
.form-text {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.form-footer {
  text-align: center;
}
@media (min-width: 48rem) {
  .form-footer {
    margin-top: 1rem;
    text-align: left;
  }
}
.form-indicator {
  color: #a21b22;
  font-weight: 400;
  font-size: 90%;
  font-style: italic;
}
.form-indicator::before {
  content: "(";
}
.form-indicator::after {
  content: ")";
}
.form-label, .form-check-input, .form-check-label {
  cursor: pointer;
}
.form-radio, .form-checkbox {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  user-select: none;
  margin-bottom: 0.5rem;
}
.form-radio__input, .form-checkbox__input {
  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;
}
.form-radio__input:not(:disabled) + *, .form-radio__input:not(:disabled) + * + *, .form-checkbox__input:not(:disabled) + *, .form-checkbox__input:not(:disabled) + * + * {
  cursor: pointer;
}
.form-radio__visual, .form-checkbox__visual {
  background-color: #fff;
  border: 1px solid #9EA5A8;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  top: 0.1875em;
  margin-bottom: 0.5rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
*:hover > input:not(:disabled):not(:checked) + .form-radio__visual, *:hover > input:not(:disabled):not(:checked) + .form-checkbox__visual {
  border-color: #52585b;
}
input:not(:disabled):not(:checked):focus + .form-radio__visual, input:not(:disabled):not(:checked):focus + .form-checkbox__visual {
  border-color: #426272;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
  outline: 0;
}
input:checked:focus + .form-radio__visual, input:checked:focus + .form-checkbox__visual {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
  outline: 0;
}
input:checked + .form-radio__visual, input:checked + .form-checkbox__visual {
  border-color: #426272;
}
input:disabled + .form-radio__visual, input:disabled + .form-checkbox__visual {
  filter: grayscale(100);
  opacity: 0.5;
}
.form-radio__text, .form-checkbox__text {
  font-size: 1.125rem;
  flex: 2;
  padding-left: 0.75em;
  align-self: center;
  hyphens: auto;
  max-width: 100%;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .form-radio__text, .form-checkbox__text {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-radio__text, .form-checkbox__text {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.form-radio__text .o-badge, .form-checkbox__text .o-badge {
  margin-left: 0.25em;
}
.form-radio--lg .form-radio__visual, .form-radio--lg .form-checkbox__visual, .form-checkbox--lg .form-radio__visual, .form-checkbox--lg .form-checkbox__visual {
  height: 2rem;
  width: 2rem;
}
.form-radio--lg .form-radio__text, .form-radio--lg .form-checkbox__text, .form-checkbox--lg .form-radio__text, .form-checkbox--lg .form-checkbox__text {
  font-size: 1.25rem;
}
.form-radio__visual {
  border-radius: 50%;
}
.form-radio__visual::after {
  background-color: #032E43;
  border-radius: 50rem;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
input:checked + .form-radio__visual::after {
  opacity: 1;
  transform: scale(0.5);
}
.form-radio--tick .form-radio__visual {
  border: 0;
  background-color: transparent;
}
.form-radio--tick .form-radio__visual::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%283, 46, 67, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  transition: opacity 0.15s ease;
}
.form-radio--tick > input:checked + .form-radio__visual {
  box-shadow: none;
}
.form-radio--tick > input:checked + .form-radio__visual::after {
  transform: scale(1);
}

.form-radio--tick .form-radio__text {
  padding-left: 0.25em;
}
.form-checkbox__visual {
  border-radius: 0.25em;
}
.form-checkbox__visual::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28255, 255, 255, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
input:checked + .form-checkbox__visual::after {
  opacity: 1;
  transform: translateY(0);
}
input:checked + .form-checkbox__visual {
  background-color: #032E43;
}
.was-validated input:valid:checked + .form-checkbox__visual {
  /*! purgecss ignore current */
  background-color: #198754;
  border-color: #198754;
}

.was-validated input:valid:focus:checked + .form-checkbox__visual {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.was-validated input:invalid + .form-checkbox__visual {
  /*! purgecss ignore current */
  border-color: #a21b22;
}
.was-validated input:invalid + .form-checkbox__visual + .form-checkbox__text {
  /*! purgecss ignore current */
  color: #a21b22;
}

.was-validated input:invalid:focus + .form-checkbox__visual {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}

.form-check {
  font-size: 1.125rem;
  cursor: pointer;
  padding-left: 0;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .form-check {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-check {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.form-check-label {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  user-select: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.form-switch .form-check-input {
  margin: 0;
  float: none;
}

.form-check-text {
  flex: 2;
  padding-left: 0.75em;
}
.form-checkgroup > *:not(.form-checkbox) {
  padding-left: 1rem;
}
.form-tag-select {
  display: flex;
  flex-flow: row wrap;
  user-select: none;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.form-tag-select > input {
  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;
}
.form-tag-select > input:not(:disabled) + *, .form-tag-select > input:not(:disabled) + * + * {
  cursor: pointer;
}
.form-tag-select__visual {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  border: 0.0625rem solid #6D7C82;
  background-color: transparent;
  border-radius: 50rem;
  transition: all 0.2s ease;
}
input:checked + .form-tag-select__visual {
  background-color: #EBF9FB;
  border-color: #1B7986;
}
input:disabled + .form-tag-select__visual {
  border-color: #4D5B61;
  opacity: 0.5;
}
.no-js input:focus + .form-tag-select__visual, .tab-active input:focus + .form-tag-select__visual {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
  outline: none;
}
*:hover > .form-tag-select__visual {
  border-color: #32393D;
}
.form-tag-select__text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.form-tag-select__text::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%271.5%27 fill=%27none%27 stroke=%27rgba%280, 0, 0, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.5rem;
  margin-left: -0.25rem;
  margin-right: 0.25rem;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: transform 0.25s ease, opacity 0.15s ease, width 0.1s ease 0.15s;
  width: 0;
}
input:checked + * + .form-tag-select__text::before {
  width: 1.5rem;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.25s ease, opacity 0.15s ease, width 0.1s ease;
}
input:disabled + * + .form-tag-select__text {
  color: #4D5B61;
  opacity: 0.5;
  cursor: not-allowed;
}

/* EPI/Optimizly */
.Form--VGW button[type=submit]:disabled {
  opacity: 0.5;
}
.Form--VGW button[type=submit].Form__Element {
  margin-bottom: 1.25em;
}
.Form--VGW .hide {
  display: none !important;
}
.Form--VGW .Form__Original__ParagraphText {
  display: none;
}
.Form--VGW .Validation__Summary .Validation__Summary__Item {
  margin-bottom: 0.25em;
}
.Form--VGW .Form__Title + .Form__Description {
  margin-top: -0.5em;
}
.Form--VGW .Form__Description {
  margin-bottom: 1.25em;
}
.Form--VGW .Form__Element {
  display: block;
}
.Form--VGW .Form__Element__Caption {
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-bottom: 0.125em;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .Form__Element__Caption {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .Form__Element__Caption {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.Form--VGW .Form__Element__Caption:is(legend) {
  cursor: default;
  margin-bottom: 0.25em;
}
.Form--VGW .Form__Element.ValidationRequired .Form__Element__Caption::after {
  content: "*";
  color: #a21b22;
  margin-left: 0.25em;
}
.Form--VGW .Form__Element:is(div) {
  display: flex;
  flex-flow: column wrap;
}
.Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select) {
  font-size: 1.125rem;
  background-color: #fff;
  border: 0.0625rem solid #9EA5A8;
  border-radius: 0.25rem;
  min-height: 3rem;
  padding: 0.5em 0.75em;
  transition: border 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select) {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select) {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select):hover {
  border-color: #52585b;
}
.Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select):focus {
  outline: none;
  border-color: #426272;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.Form--VGW .Form__Element > :is(select):not([multiple]), .Form--VGW .Form__Element > :is(button.FormTextbox__Select) {
  text-align: left;
}
.Form--VGW .Form__Element.ValidationFail > :is(input, textarea, select, button.FormTextbox__Select) {
  background-color: #f6e8e9;
  border-color: #a21b22;
}
.Form--VGW .Form__Element.ValidationFail > :is(input, textarea, select, button.FormTextbox__Select):hover {
  border-color: #82161b;
}
.Form--VGW .Form__Element.ValidationFail > :is(input, textarea, select, button.FormTextbox__Select):focus {
  background-color: #fff;
}
.Form--VGW .Form__Element__ValidationError {
  font-size: 1rem;
  color: #a21b22;
  display: flex;
  gap: 0.375em;
  line-height: 1.5;
  margin-top: 0.25em;
}
.Form--VGW .Form__Element__ValidationError::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27rgba%28162, 27, 34, 0.999%29%27 viewBox=%270 0 18 18%27%3E%3Cpath d=%27M9 1.03c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM10 13H8v-2h2v2zm0-3H8V5h2v5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  vertical-align: middle;
  aspect-ratio: 1/1;
  flex: 0 0 1rem;
  position: relative;
  top: 0.25em;
}
.Form--VGW .Form__Element .dropdown-menu {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.Form--VGW .Form__Element .dropdown-header {
  /*! purgecss ignore current */
  color: #4D5B61;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.Form--VGW .Form__Element .item:hover {
  background-color: #EBECED;
}
.Form--VGW .Form__Element .item .form-checkbox {
  margin: 0;
  padding: 0.25rem 0.5rem;
}
.Form--VGW .Form__Element .item .form-checkbox__visual {
  transform: scale(0.83333);
}
.Form--VGW .Form__Element .ddmFilter-body {
  max-height: 17rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  overflow: auto;
  position: relative;
}
@media (min-width: 36rem) {
  .Form--VGW .Form__Element .ddmFilter-body {
    display: flex;
  }
  .Form--VGW .Form__Element .ddmFilter-body > * {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
  }
}
.Form--VGW .Form__Element .ddmFilterSearch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  white-space: nowrap;
}
.Form--VGW .Form__Element .ddmFilterSearch > .form-control {
  flex: 2;
  min-width: 16rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M12.7,11.3c0.9-1.2,1.4-2.6,1.4-4.2C14.1,3.2,11,0,7.1,0S0,3.2,0,7.1c0,3.9,3.2,7.1,7.1,7.1 c1.6,0,3.1-0.5,4.2-1.4l3,3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L12.7,11.3z M7.1,12.1 C4.3,12.1,2,9.9,2,7.1S4.3,2,7.1,2s5.1,2.3,5.1,5.1S9.9,12.1,7.1,12.1z%27%3E%3C/path%3E%3C/svg%3E") 1rem center no-repeat;
  background-size: 1rem;
  border: 0;
  font-size: 1rem;
  padding-left: 2.5rem;
}
.Form--VGW .Form__Element .ddmFilterSearch > div {
  display: flex;
  flex-flow: row wrap;
  margin: 0.125rem 0;
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link {
  text-decoration: none;
  border-radius: 50rem;
  border: 1px solid #4D5B61;
  color: #4D5B61;
  padding: 0.25em 1em;
  margin: 0.125rem;
  font-weight: 400;
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link:hover, .Form--VGW .Form__Element .ddmFilterSearch .btn-link:focus {
  border-color: #141516;
  color: #141516;
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 21, 22, 0.25);
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link:active {
  background-color: #032E43;
  border-color: #032E43;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
  color: #fff;
}
.Form--VGW .Form__NavigationBar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 0.0625rem solid #DFE1E2;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.Form--VGW .Form__NavigationBar__ProgressBar__ProgressLabel {
  margin-right: 0.5em;
}
.Form--VGW .Form__NavigationBar__ProgressBar--Text {
  font-size: 1rem;
  color: #4D5B61;
  display: flex;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
}
.Form--VGW .Form__Success > *, .Form--VGW .Form__Error > * {
  border-radius: 0.25rem;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}
.Form--VGW .Form__Success > * *:last-child, .Form--VGW .Form__Error > * *:last-child {
  margin-bottom: 0;
}
.Form--VGW .Form__Success > * .title, .Form--VGW .Form__Success > * .form-fs__legend, .Form--VGW .Form__Error > * .title, .Form--VGW .Form__Error > * .form-fs__legend {
  color: inherit;
  margin-bottom: 0.25em;
}
.Form--VGW .Form__Success > * a, .Form--VGW .Form__Error > * a {
  font-weight: 600;
  color: inherit;
}
.Form--VGW .Form__Success > * {
  border: 0.0625rem solid #badbcc;
  background-color: #e8f3ee;
  color: #0f5132;
}
.Form--VGW .Form__Success > * a:hover, .Form--VGW .Form__Success > * a:active, .Form--VGW .Form__Success > * a:focus {
  color: #072617;
}
.Form--VGW .Form__Error > * {
  border: 0.0625rem solid #e3bbbd;
  background-color: #f6e8e9;
  color: #611014;
}
.Form--VGW .Form__Error > * a:hover, .Form--VGW .Form__Error > * a:active, .Form--VGW .Form__Error > * a:focus {
  color: #35090b;
}
.Form--VGW .FormStep > * {
  margin-bottom: 1.25em;
}
.Form--VGW .FormTextbox__Input {
  max-width: 100%;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) fieldset > div {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.5rem;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) fieldset > div, .Form--VGW .FormChoice:not(.FormChoice--Custom) fieldset > div > * {
  cursor: pointer;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  accent-color: #032E43;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Label {
  font-size: 1.125rem;
  flex: 2;
  align-self: center;
  padding-left: 0.5rem;
  user-select: none;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Label {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Label {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.Form--VGW .FormChoice--Custom .FormChoice__Label {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  user-select: none;
  margin-bottom: 0.5rem;
}
.Form--VGW .FormChoice--Custom .FormChoice__Label:hover > input:not(:disabled):not(:checked) + .FormChoice__Visual {
  border-color: #52585b;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input {
  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;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:not(:disabled) + *, .Form--VGW .FormChoice--Custom .FormChoice__Input:not(:disabled) + * + * {
  cursor: pointer;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:not(:disabled):not(:checked):focus + .FormChoice__Visual {
  border-color: #426272;
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
  outline: 0;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:checked:focus + .FormChoice__Visual {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
  outline: 0;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:checked + .FormChoice__Visual {
  border-color: #426272;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:disabled + .FormChoice__Visual {
  filter: grayscale(100);
  opacity: 0.5;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=radio] + .FormChoice__Visual {
  border-radius: 50%;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=radio] + .FormChoice__Visual::after {
  background-color: #032E43;
  border-radius: 50rem;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=radio]:checked + .FormChoice__Visual::after {
  opacity: 1;
  transform: scale(0.5);
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox] + .FormChoice__Visual {
  border-radius: 0.25em;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox] + .FormChoice__Visual::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28255, 255, 255, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox]:checked + .FormChoice__Visual {
  background-color: #032E43;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox]:checked + .FormChoice__Visual::after {
  opacity: 1;
  transform: translateY(0);
}
.Form--VGW .FormChoice--Custom .FormChoice__Visual {
  background-color: #fff;
  border: 1px solid #9EA5A8;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  top: 0.1875em;
  margin-bottom: 0.5rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.Form--VGW .FormChoice--Custom .FormChoice__Text {
  font-size: 1.125rem;
  flex: 2;
  padding-left: 0.75em;
  align-self: center;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .FormChoice--Custom .FormChoice__Text {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .FormChoice--Custom .FormChoice__Text {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}

/*
[type="search"]{
	//webkit
	&::-webkit-search-decoration,
	&::-webkit-search-cancel-button,
	&::-webkit-search-results-button,
	&::-webkit-search-results-decoration {
		-webkit-appearance:none;
	}
	//ie
	&::-ms-clear,
	&::-ms-reveal {
		display: none;
		width: 0;
		height: 0;
	}
}
*/
.c-guide-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
  counter-reset: item;
}
.c-guide-list:last-child {
  margin-bottom: 0;
}
.c-guide-list__item {
  position: relative;
  display: flex;
  gap: 1rem;
  flex: 2;
}
.c-guide-list__item > * {
  align-self: center;
  width: 100%;
}
.c-guide-list__item h2, .c-guide-list__item .h2, .c-guide-list__item h3, .c-guide-list__item .h3, .c-guide-list__item h4, .c-guide-list__item .h4, .c-guide-list__item h5, .c-guide-list__item .h5, .c-guide-list__item h6, .c-guide-list__item .h6 {
  margin-bottom: 0.2em;
}
[data-theme=primary] .c-guide-list__item h2, [data-theme=primary] .c-guide-list__item .h2, [data-theme=primary] .c-guide-list__item h3, [data-theme=primary] .c-guide-list__item .h3, [data-theme=primary] .c-guide-list__item h4, [data-theme=primary] .c-guide-list__item .h4, [data-theme=primary] .c-guide-list__item h5, [data-theme=primary] .c-guide-list__item .h5, [data-theme=primary] .c-guide-list__item h6, [data-theme=primary] .c-guide-list__item .h6 {
  color: #032E43;
}
[data-theme=secondary] .c-guide-list__item h2, [data-theme=secondary] .c-guide-list__item .h2, [data-theme=secondary] .c-guide-list__item h3, [data-theme=secondary] .c-guide-list__item .h3, [data-theme=secondary] .c-guide-list__item h4, [data-theme=secondary] .c-guide-list__item .h4, [data-theme=secondary] .c-guide-list__item h5, [data-theme=secondary] .c-guide-list__item .h5, [data-theme=secondary] .c-guide-list__item h6, [data-theme=secondary] .c-guide-list__item .h6 {
  color: #1B7986;
}
[data-theme=third] .c-guide-list__item h2, [data-theme=third] .c-guide-list__item .h2, [data-theme=third] .c-guide-list__item h3, [data-theme=third] .c-guide-list__item .h3, [data-theme=third] .c-guide-list__item h4, [data-theme=third] .c-guide-list__item .h4, [data-theme=third] .c-guide-list__item h5, [data-theme=third] .c-guide-list__item .h5, [data-theme=third] .c-guide-list__item h6, [data-theme=third] .c-guide-list__item .h6 {
  color: #872959;
}
[data-theme=fourth] .c-guide-list__item h2, [data-theme=fourth] .c-guide-list__item .h2, [data-theme=fourth] .c-guide-list__item h3, [data-theme=fourth] .c-guide-list__item .h3, [data-theme=fourth] .c-guide-list__item h4, [data-theme=fourth] .c-guide-list__item .h4, [data-theme=fourth] .c-guide-list__item h5, [data-theme=fourth] .c-guide-list__item .h5, [data-theme=fourth] .c-guide-list__item h6, [data-theme=fourth] .c-guide-list__item .h6 {
  color: #006ea9;
}
[data-theme=success] .c-guide-list__item h2, [data-theme=success] .c-guide-list__item .h2, [data-theme=success] .c-guide-list__item h3, [data-theme=success] .c-guide-list__item .h3, [data-theme=success] .c-guide-list__item h4, [data-theme=success] .c-guide-list__item .h4, [data-theme=success] .c-guide-list__item h5, [data-theme=success] .c-guide-list__item .h5, [data-theme=success] .c-guide-list__item h6, [data-theme=success] .c-guide-list__item .h6 {
  color: #198754;
}
[data-theme=info] .c-guide-list__item h2, [data-theme=info] .c-guide-list__item .h2, [data-theme=info] .c-guide-list__item h3, [data-theme=info] .c-guide-list__item .h3, [data-theme=info] .c-guide-list__item h4, [data-theme=info] .c-guide-list__item .h4, [data-theme=info] .c-guide-list__item h5, [data-theme=info] .c-guide-list__item .h5, [data-theme=info] .c-guide-list__item h6, [data-theme=info] .c-guide-list__item .h6 {
  color: #0dcaf0;
}
[data-theme=warning] .c-guide-list__item h2, [data-theme=warning] .c-guide-list__item .h2, [data-theme=warning] .c-guide-list__item h3, [data-theme=warning] .c-guide-list__item .h3, [data-theme=warning] .c-guide-list__item h4, [data-theme=warning] .c-guide-list__item .h4, [data-theme=warning] .c-guide-list__item h5, [data-theme=warning] .c-guide-list__item .h5, [data-theme=warning] .c-guide-list__item h6, [data-theme=warning] .c-guide-list__item .h6 {
  color: #ffc107;
}
[data-theme=danger] .c-guide-list__item h2, [data-theme=danger] .c-guide-list__item .h2, [data-theme=danger] .c-guide-list__item h3, [data-theme=danger] .c-guide-list__item .h3, [data-theme=danger] .c-guide-list__item h4, [data-theme=danger] .c-guide-list__item .h4, [data-theme=danger] .c-guide-list__item h5, [data-theme=danger] .c-guide-list__item .h5, [data-theme=danger] .c-guide-list__item h6, [data-theme=danger] .c-guide-list__item .h6 {
  color: #a21b22;
}
[data-theme=light] .c-guide-list__item h2, [data-theme=light] .c-guide-list__item .h2, [data-theme=light] .c-guide-list__item h3, [data-theme=light] .c-guide-list__item .h3, [data-theme=light] .c-guide-list__item h4, [data-theme=light] .c-guide-list__item .h4, [data-theme=light] .c-guide-list__item h5, [data-theme=light] .c-guide-list__item .h5, [data-theme=light] .c-guide-list__item h6, [data-theme=light] .c-guide-list__item .h6 {
  color: #EBECED;
}
[data-theme=dark] .c-guide-list__item h2, [data-theme=dark] .c-guide-list__item .h2, [data-theme=dark] .c-guide-list__item h3, [data-theme=dark] .c-guide-list__item .h3, [data-theme=dark] .c-guide-list__item h4, [data-theme=dark] .c-guide-list__item .h4, [data-theme=dark] .c-guide-list__item h5, [data-theme=dark] .c-guide-list__item .h5, [data-theme=dark] .c-guide-list__item h6, [data-theme=dark] .c-guide-list__item .h6 {
  color: #141516;
}
.c-guide-list__item::before {
  font-size: calc(1.325rem + 0.9vw);
  background-color: #032E43;
  color: #fff;
  counter-increment: item;
  content: counter(item);
  display: flex;
  align-items: center;
  align-self: flex-start;
  flex: 0 0 1.75em;
  height: 1.75em;
  justify-content: center;
  line-height: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  transition: background-color 0.25s ease;
  width: 1.75em;
}
@media (min-width: 1200px) {
  .c-guide-list__item::before {
    font-size: 2rem;
  }
}
@supports (font-size: min(max(1.5rem, 1.3513513514vw), 2rem)) {
  .c-guide-list__item::before {
    font-size: min(max(1.5rem, 1.3513513514vw), 2rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-guide-list__item::before {
    font-size: clamp(1.5rem, 1.0135135135rem + 1.3513513514vw, 2rem);
  }
}
[data-theme=primary] .c-guide-list__item::before {
  background-color: #032E43;
}
[data-theme=secondary] .c-guide-list__item::before {
  background-color: #1B7986;
}
[data-theme=third] .c-guide-list__item::before {
  background-color: #872959;
}
[data-theme=fourth] .c-guide-list__item::before {
  background-color: #006ea9;
}
[data-theme=success] .c-guide-list__item::before {
  background-color: #198754;
}
[data-theme=info] .c-guide-list__item::before {
  background-color: #0dcaf0;
}
[data-theme=warning] .c-guide-list__item::before {
  background-color: #ffc107;
}
[data-theme=danger] .c-guide-list__item::before {
  background-color: #a21b22;
}
[data-theme=light] .c-guide-list__item::before {
  background-color: #EBECED;
}
[data-theme=dark] .c-guide-list__item::before {
  background-color: #141516;
}
.c-guide-list__item p:last-child {
  margin-bottom: 1.25em;
}
.c-guide-list__item:hover::before, .c-guide-list__item:focus-within::before {
  background: #055074;
}
[data-theme=primary] .c-guide-list__item:hover::before, [data-theme=primary] .c-guide-list__item:focus-within::before {
  background-color: #055074;
}
[data-theme=secondary] .c-guide-list__item:hover::before, [data-theme=secondary] .c-guide-list__item:focus-within::before {
  background-color: #249fb0;
}
[data-theme=third] .c-guide-list__item:hover::before, [data-theme=third] .c-guide-list__item:focus-within::before {
  background-color: #ae3573;
}
[data-theme=fourth] .c-guide-list__item:hover::before, [data-theme=fourth] .c-guide-list__item:focus-within::before {
  background-color: #008fdc;
}
[data-theme=success] .c-guide-list__item:hover::before, [data-theme=success] .c-guide-list__item:focus-within::before {
  background-color: #21b26f;
}
[data-theme=info] .c-guide-list__item:hover::before, [data-theme=info] .c-guide-list__item:focus-within::before {
  background-color: #3cd5f4;
}
[data-theme=warning] .c-guide-list__item:hover::before, [data-theme=warning] .c-guide-list__item:focus-within::before {
  background-color: #ffce3a;
}
[data-theme=danger] .c-guide-list__item:hover::before, [data-theme=danger] .c-guide-list__item:focus-within::before {
  background-color: #ce222b;
}
[data-theme=light] .c-guide-list__item:hover::before, [data-theme=light] .c-guide-list__item:focus-within::before {
  background-color: white;
}
[data-theme=dark] .c-guide-list__item:hover::before, [data-theme=dark] .c-guide-list__item:focus-within::before {
  background-color: #2c2f31;
}
.c-guide-list__link {
  font-weight: 600;
}

.c-block--guide {
  padding-top: var(--bs-gutter-y);
  padding-bottom: var(--bs-gutter-y);
  border-bottom: 1px solid #DFE1E2;
}
.c-block--guide[data-theme=primary] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  background-color: #EDF5FA;
  border-bottom: 0;
}
.c-block--guide[data-theme=primary] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=primary] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=primary] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=primary] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=primary] .c-block__footer {
  border-top: 1px solid #B9D8EE;
}
.c-block--guide[data-theme=secondary] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  background-color: #EBF9FB;
  border-bottom: 0;
}
.c-block--guide[data-theme=secondary] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=secondary] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=secondary] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=secondary] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=secondary] .c-block__footer {
  border-top: 1px solid #B2E7F0;
}
.c-block--guide[data-theme=third] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  background-color: #fbe6ee;
  border-bottom: 0;
}
.c-block--guide[data-theme=third] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=third] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=third] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=third] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=third] .c-block__footer {
  border-top: 1px solid #f7bfd6;
}
.c-block--guide[data-theme=fourth] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-bottom: 0;
}
.c-block--guide[data-theme=fourth] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=fourth] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=fourth] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=fourth] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=fourth] .c-block__footer {
  border-top: 1px solid;
}
.c-block--guide[data-theme=success] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-bottom: 0;
}
.c-block--guide[data-theme=success] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=success] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=success] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=success] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=success] .c-block__footer {
  border-top: 1px solid;
}
.c-block--guide[data-theme=info] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-bottom: 0;
}
.c-block--guide[data-theme=info] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=info] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=info] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=info] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=info] .c-block__footer {
  border-top: 1px solid;
}
.c-block--guide[data-theme=warning] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-bottom: 0;
}
.c-block--guide[data-theme=warning] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=warning] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=warning] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=warning] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=warning] .c-block__footer {
  border-top: 1px solid;
}
.c-block--guide[data-theme=danger] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  background-color: #f6e8e9;
  border-bottom: 0;
}
.c-block--guide[data-theme=danger] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=danger] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=danger] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=danger] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=danger] .c-block__footer {
  border-top: 1px solid #ecd1d3;
}
.c-block--guide[data-theme=light] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-bottom: 0;
}
.c-block--guide[data-theme=light] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=light] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=light] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=light] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=light] .c-block__footer {
  border-top: 1px solid;
}
.c-block--guide[data-theme=dark] {
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-bottom: 0;
}
.c-block--guide[data-theme=dark] .c-guide-list__item::before {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .c-block--guide[data-theme=dark] .c-guide-list__item::before {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-block--guide[data-theme=dark] .c-guide-list__item::before {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--guide[data-theme=dark] .c-guide-list__item::before {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-block--guide[data-theme=dark] .c-block__footer {
  border-top: 1px solid;
}

.c-hero {
  position: relative;
  color: #fff;
  background: #032E43;
}
@media (max-width: 35.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 90rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) {
  .c-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-hero .c {
  position: relative;
  z-index: 2;
}
.c-hero .title, .c-hero .form-fs__legend {
  color: inherit;
}
.c-hero h1.display-title, .c-hero .display-title.h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .c-hero h1.display-title, .c-hero .display-title.h1 {
    font-size: 4rem;
  }
}
@supports (font-size: min(max(2.625rem, 3.7162162162vw), 4rem)) {
  .c-hero h1.display-title, .c-hero .display-title.h1 {
    font-size: min(max(2.625rem, 3.7162162162vw), 4rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-hero h1.display-title, .c-hero .display-title.h1 {
    font-size: clamp(2.625rem, 1.2871621622rem + 3.7162162162vw, 4rem);
  }
}
.c-hero a:visited {
  color: #fff;
}
.c-hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  overflow: hidden;
  bottom: 0;
  height: calc(100% + 0.25rem);
  top: auto;
}
.c-hero__bg .o-bg-obj {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background-blend-mode: luminosity;
  background-color: #032E43;
  background-position: 50% 50%;
  background-size: cover;
}
.c-hero__bg .o-bg-obj.lazyloaded {
  /* purgecss ignore current */
  opacity: 0.6;
}
.c-hero__bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  content: "";
  background-color: #032E43;
  mix-blend-mode: multiply;
}

.c-highlight {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}
.c-highlight__media {
  border-radius: 0.3rem;
  overflow: hidden;
  width: 4rem;
  order: -1;
  margin-right: 1rem;
}
.c-highlight__content {
  flex: 2;
  align-self: center;
}
.c-highlight__title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@supports (font-size: min(max(1rem, 0.6756756757vw), 1.25rem)) {
  .c-highlight__title {
    font-size: min(max(1rem, 0.6756756757vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-highlight__title {
    font-size: clamp(1rem, 0.7567567568rem + 0.6756756757vw, 1.25rem);
  }
}
.c-hero .c-highlight a {
  color: #fff;
}
.c-hero .c-highlight a:focus, .c-hero .c-highlight a:hover, .c-hero .c-highlight a:active, .c-hero .c-highlight a:visited:hover {
  color: #B9D8EE;
}

.c-links-list {
  padding-left: 0;
  list-style: none;
}
.c-links-list__item {
  border-bottom: 0.0625rem solid #DFE1E2;
}
.c-links-list__link {
  padding: 0.75em 0;
}
.c-links-list--arrows .c-links-list__link {
  text-decoration: none;
}
.c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.c-links-list--arrows .c-links-list__link:hover::after, .c-links-list--arrows .c-links-list__link:hover::before, .c-links-list--arrows .c-links-list__link:active::after, .c-links-list--arrows .c-links-list__link:active::before, .c-links-list--arrows .c-links-list__link:focus::after, .c-links-list--arrows .c-links-list__link:focus::before {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-links-list--arrows .c-links-list__link::after, .c-links-list--arrows .c-links-list__link::before {
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%280, 0, 0, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 1rem;
  opacity: 0.6;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-links-list--arrows .c-links-list__link::after {
  content: "";
}

.c-nav {
  padding-left: 0;
  list-style: none;
}
.c-nav__header {
  position: relative;
  border-bottom: 1px solid #B9D8EE;
}
.c-nav__header__title {
  font-size: 1.25rem;
  color: #032E43;
  font-weight: 600;
  padding: 0.75em 0;
  margin: 0;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .c-nav__header__title {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-nav__header__title {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
@media (max-width: 47.98rem) {
  .c-nav__header__title {
    pointer-events: none;
    position: relative;
    z-index: 2;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (max-width: 47.98rem) {
  .c-nav__header {
    transition: color 0.25s ease;
  }
  .c-nav__header:hover, .c-nav__header:has(.o-btn:active, .c-qs-ao__toggle:active), .c-nav__header:has(.o-btn:focus, .c-qs-ao__toggle:focus) {
    color: #032E43;
  }
}
.c-nav__header .o-btn--toggle, .c-nav__header .c-qs-ao__toggle {
  display: none;
}
@media (max-width: 47.98rem) {
  .c-nav__header .o-btn--toggle, .c-nav__header .c-qs-ao__toggle {
    display: block;
    text-align: right;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 48rem) {
  .c-nav__header + .c-nav__content.collapse:not(.show) {
    display: block;
  }
}
.c-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-nav-menu > * {
  display: block;
}
.c-nav-menu > li {
  border-bottom: 1px solid #B9D8EE;
  /*
  .o-btn--toggle {
  	border-left: 1px solid transparent;
  	border-right: 1px solid transparent;

  	&.collapsed {
  		border-color: map-get($palette, primary-100);
  		border-color: map-get($palette, primary-100);
  	}
  }
  */
}
.c-nav-menu > li ul {
  border-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.c-nav-menu > li ul > li {
  border-bottom-color: #9ABCD6;
}
.c-nav-menu > li ul > li:last-child {
  border-bottom: 0;
}
.c-nav-menu > li.is-active > a {
  font-weight: 600;
  text-decoration: underline;
}
.c-nav-menu__content {
  border-top: 1px solid #cee3f3;
}
.c-nav-menu__link-wrapper {
  display: flex;
}
.c-nav-menu__link-wrapper a {
  flex: auto;
}
.c-nav-menu .c-nav-menu {
  background-color: #cee3f3;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-nav-menu .o-btn--toggle, .c-nav-menu .c-qs-ao__toggle {
  border-left: 1px solid #cee3f3;
}
.c-nav-menu .o-btn--toggle.collapsed, .c-nav-menu .collapsed.c-qs-ao__toggle {
  border-color: #B9D8EE;
}
.c-nav .o-btn--toggle:not(.collapsed), .c-nav .c-qs-ao__toggle:not(.collapsed) {
  background-color: #cee3f3;
}
.c-nav .o-btn--toggle.collapsed:hover, .c-nav .collapsed.c-qs-ao__toggle:hover, .c-nav .o-btn--toggle.collapsed:focus-visible, .c-nav .collapsed.c-qs-ao__toggle:focus-visible {
  background-color: #cee3f3;
}
.c-nav .o-btn--toggle .o-svg-icon, .c-nav .c-qs-ao__toggle .o-svg-icon {
  color: #19425B;
}
.c-nav a {
  display: flex;
  align-items: center;
  padding: 0.5em;
  color: #19425B;
  text-decoration: none;
}
.c-nav a:hover, .c-nav a:active, .c-nav a:focus {
  color: #032E43;
  text-decoration: underline;
}
.c-nav a:visited {
  color: #5c36a1;
}
.c-nav a:visited:hover {
  color: #3F0492;
}

.c-newsfeed-list {
  padding-left: 0;
  list-style: none;
}
.c-newsfeed-list__item {
  display: flex;
  margin-bottom: 1rem;
}
.no-js .c-newsfeed-list__item:focus-within, .tab-active .c-newsfeed-list__item:focus-within {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.no-js .c-newsfeed-list__item:focus-within button:focus,
.no-js .c-newsfeed-list__item:focus-within a:focus, .tab-active .c-newsfeed-list__item:focus-within button:focus,
.tab-active .c-newsfeed-list__item:focus-within a:focus {
  /*!purgecss ignore current */
  box-shadow: none;
}
.c-newsfeed-list__info {
  display: flex;
  align-items: center;
}
.c-newsfeed-list__body {
  flex: 2;
}
.c-newsfeed-list__media {
  box-sizing: content-box;
  flex: 1;
  width: 100%;
  max-width: 4rem;
  padding-left: 1rem;
}
.c-newsfeed-list__link {
  display: block;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item::before {
  position: absolute;
  top: 0.65rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #DFE1E2;
  content: "";
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item:hover::before, .c-newsfeed-list--showIndicators .c-newsfeed-list__item:focus-within::before {
  background: #9EA5A8;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item.is-new::before {
  background: #da3770;
  box-shadow: 0 0 0 0.25rem rgba(218, 55, 112, 0.2);
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item.is-new:hover::before, .c-newsfeed-list--showIndicators .c-newsfeed-list__item.is-new:focus-within::before {
  background: #c3336a;
  box-shadow: 0 0 0 0.375rem rgba(218, 55, 112, 0.2);
}
.c-newsfeed-list--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 36rem) {
  .c-newsfeed-list--split {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.c-newsfeed-list--split .c-newsfeed-list__media {
  order: -1;
  padding-left: 0;
  padding-right: 1rem;
}
.c-newsfeed-list--split .c-newsfeed-list__media img {
  border-radius: 0.25rem;
}
.c-newsfeed-list--split .c-newsfeed-list__item {
  margin-bottom: 0;
}

.c-newsfeed--archive .c-newsfeed-list__item {
  padding-bottom: 1rem;
}
@media (max-width: 23.48rem) {
  .c-newsfeed--archive .c-newsfeed-list__item {
    padding-left: 0;
  }
}
@media (min-width: 48rem) {
  .c-newsfeed--archive .c-newsfeed-list__media {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    max-width: 10rem;
  }
}
.c-newsfeed--archive .c-newsfeed-list__title {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.c-newsfeed--archive .c-newsfeed-list__link {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .c-newsfeed--archive .c-newsfeed-list__link {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem)) {
  .c-newsfeed--archive .c-newsfeed-list__link {
    font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-newsfeed--archive .c-newsfeed-list__link {
    font-size: clamp(1.125rem, 0.7601351351rem + 1.0135135135vw, 1.5rem);
  }
}

.c-message {
  display: flex;
  padding: 1.5rem 2rem;
  background-color: #EDF5FA;
}
@media (max-width: 47.98rem) {
  .c-message {
    padding: 1rem;
  }
}
.c-message:not(:last-child) {
  margin-bottom: 1rem;
}
.c-message__icon {
  --icon-size: 3rem;
  color: #032E43;
  min-width: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-message__icon {
    --icon-size: 2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-message__icon {
    --icon-size: 1.5rem;
  }
}
.c-message__icon + .c-message-body {
  padding-left: 2rem;
}
@media (max-width: 47.98rem) {
  .c-message__icon + .c-message-body {
    padding-left: 1rem;
  }
}
.c-message-body {
  min-width: 1px;
  align-self: center;
}
.c-message__date {
  font-size: 1rem;
  display: block;
  color: #275571;
}
.c-message__title {
  font-size: calc(1.275rem + 0.3vw);
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .c-message__title {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem)) {
  .c-message__title {
    font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-message__title {
    font-size: clamp(1.125rem, 0.7601351351rem + 1.0135135135vw, 1.5rem);
  }
}
.c-message__content > p:last-child {
  margin-bottom: 0;
}
.c-message .c-more::before {
  background: linear-gradient(0deg, #EDF5FA 30%, rgba(237, 245, 250, 0) 100%);
}
.c-message p:last-child {
  margin-bottom: 0;
}
.c-message[data-theme=primary] {
  background-color: #e1e6e8;
}
.c-message[data-theme=primary] a {
  color: #021c28;
}
.c-message[data-theme=primary] a:hover, .c-message[data-theme=primary] a:active, .c-message[data-theme=primary] a:focus {
  color: #010b10;
}
.c-message[data-theme=primary] .c-message__date {
  color: #01090d;
}
.c-message[data-theme=primary] .c-message__title {
  color: #010b10;
}
.c-message[data-theme=primary] .c-message__icon {
  color: #010b10;
}
.c-message[data-theme=primary] .c-more::before {
  background: linear-gradient(0deg, #e1e6e8 30%, rgba(225, 230, 232, 0) 100%);
}
.c-message[data-theme=secondary] {
  background-color: #e4eff0;
}
.c-message[data-theme=secondary] a {
  color: #104950;
}
.c-message[data-theme=secondary] a:hover, .c-message[data-theme=secondary] a:active, .c-message[data-theme=secondary] a:focus {
  color: #0c363b;
}
.c-message[data-theme=secondary] .c-message__date {
  color: #05181b;
}
.c-message[data-theme=secondary] .c-message__title {
  color: #0c363b;
}
.c-message[data-theme=secondary] .c-message__icon {
  color: #0c363b;
}
.c-message[data-theme=secondary] .c-more::before {
  background: linear-gradient(0deg, #e4eff0 30%, rgba(228, 239, 240, 0) 100%);
}
.c-message[data-theme=third] {
  background-color: #f1e5eb;
}
.c-message[data-theme=third] a {
  color: #511935;
}
.c-message[data-theme=third] a:hover, .c-message[data-theme=third] a:active, .c-message[data-theme=third] a:focus {
  color: #3e1328;
}
.c-message[data-theme=third] .c-message__date {
  color: #1b0812;
}
.c-message[data-theme=third] .c-message__title {
  color: #3e1328;
}
.c-message[data-theme=third] .c-message__icon {
  color: #3e1328;
}
.c-message[data-theme=third] .c-more::before {
  background: linear-gradient(0deg, #f1e5eb 30%, rgba(241, 229, 235, 0) 100%);
}
.c-message[data-theme=fourth] {
  background-color: #e0eef5;
}
.c-message[data-theme=fourth] a {
  color: #004265;
}
.c-message[data-theme=fourth] a:hover, .c-message[data-theme=fourth] a:active, .c-message[data-theme=fourth] a:focus {
  color: #00314c;
}
.c-message[data-theme=fourth] .c-message__date {
  color: #001622;
}
.c-message[data-theme=fourth] .c-message__title {
  color: #00314c;
}
.c-message[data-theme=fourth] .c-message__icon {
  color: #00314c;
}
.c-message[data-theme=fourth] .c-more::before {
  background: linear-gradient(0deg, #e0eef5 30%, rgba(224, 238, 245, 0) 100%);
}
.c-message[data-theme=success] {
  background-color: #e3f1ea;
}
.c-message[data-theme=success] a {
  color: #0f5132;
}
.c-message[data-theme=success] a:hover, .c-message[data-theme=success] a:active, .c-message[data-theme=success] a:focus {
  color: #0b3b25;
}
.c-message[data-theme=success] .c-message__date {
  color: #051b11;
}
.c-message[data-theme=success] .c-message__title {
  color: #0b3b25;
}
.c-message[data-theme=success] .c-message__icon {
  color: #0b3b25;
}
.c-message[data-theme=success] .c-more::before {
  background: linear-gradient(0deg, #e3f1ea 30%, rgba(227, 241, 234, 0) 100%);
}
.c-message[data-theme=info] {
  background-color: #e2f9fd;
}
.c-message[data-theme=info] a {
  color: #087990;
}
.c-message[data-theme=info] a:hover, .c-message[data-theme=info] a:active, .c-message[data-theme=info] a:focus {
  color: #076578;
}
.c-message[data-theme=info] .c-message__date {
  color: #032830;
}
.c-message[data-theme=info] .c-message__title {
  color: #076578;
}
.c-message[data-theme=info] .c-message__icon {
  color: #076578;
}
.c-message[data-theme=info] .c-more::before {
  background: linear-gradient(0deg, #e2f9fd 30%, rgba(226, 249, 253, 0) 100%);
}
.c-message[data-theme=warning] {
  background-color: #fff8e1;
}
.c-message[data-theme=warning] a {
  color: #997404;
}
.c-message[data-theme=warning] a:hover, .c-message[data-theme=warning] a:active, .c-message[data-theme=warning] a:focus {
  color: #806103;
}
.c-message[data-theme=warning] .c-message__date {
  color: #332701;
}
.c-message[data-theme=warning] .c-message__title {
  color: #806103;
}
.c-message[data-theme=warning] .c-message__icon {
  color: #806103;
}
.c-message[data-theme=warning] .c-more::before {
  background: linear-gradient(0deg, #fff8e1 30%, rgba(255, 248, 225, 0) 100%);
}
.c-message[data-theme=danger] {
  background-color: #f4e4e4;
}
.c-message[data-theme=danger] a {
  color: #611014;
}
.c-message[data-theme=danger] a:hover, .c-message[data-theme=danger] a:active, .c-message[data-theme=danger] a:focus {
  color: #4b0c0f;
}
.c-message[data-theme=danger] .c-message__date {
  color: #200507;
}
.c-message[data-theme=danger] .c-message__title {
  color: #4b0c0f;
}
.c-message[data-theme=danger] .c-message__icon {
  color: #4b0c0f;
}
.c-message[data-theme=danger] .c-more::before {
  background: linear-gradient(0deg, #f4e4e4 30%, rgba(244, 228, 228, 0) 100%);
}
.c-message[data-theme=light] {
  background-color: #fdfdfd;
}
.c-message[data-theme=light] a {
  color: #8d8e8e;
}
.c-message[data-theme=light] a:hover, .c-message[data-theme=light] a:active, .c-message[data-theme=light] a:focus {
  color: #808181;
}
.c-message[data-theme=light] .c-message__date {
  color: #2f2f2f;
}
.c-message[data-theme=light] .c-message__title {
  color: #808181;
}
.c-message[data-theme=light] .c-message__icon {
  color: #808181;
}
.c-message[data-theme=light] .c-more::before {
  background: linear-gradient(0deg, #fdfdfd 30%, rgba(253, 253, 253, 0) 100%);
}
.c-message[data-theme=dark] {
  background-color: #e3e3e3;
}
.c-message[data-theme=dark] a {
  color: #0c0d0d;
}
.c-message[data-theme=dark] a:hover, .c-message[data-theme=dark] a:active, .c-message[data-theme=dark] a:focus {
  color: black;
}
.c-message[data-theme=dark] .c-message__date {
  color: #040404;
}
.c-message[data-theme=dark] .c-message__title {
  color: black;
}
.c-message[data-theme=dark] .c-message__icon {
  color: black;
}
.c-message[data-theme=dark] .c-more::before {
  background: linear-gradient(0deg, #e3e3e3 30%, rgba(227, 227, 227, 0) 100%);
}

@media (min-width: 57rem) {
  :not(.c-r) > .c-block--message {
    margin-bottom: 2rem !important;
  }
}

.c-more {
  position: relative;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
.c-more-inner {
  padding-bottom: 4rem;
}
.c-more::before {
  position: absolute;
  width: 100%;
  height: 8rem;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.c-more--min[style]::before {
  opacity: 1;
}
.c-more__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem 1rem;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
.no-js .c-more__btn:active:focus, .tab-active .c-more__btn:active:focus, .no-js .c-more__btn:focus, .tab-active .c-more__btn:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.c-more__btn::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27  viewBox=%270 0 24 24%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%280, 0, 0, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E") 50% no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.25s ease;
}
.c-more__btn:hover, .c-more__btn:focus {
  opacity: 1;
}
.c-more__btn:hover::after, .c-more__btn:focus::after {
  transform: translateY(0.125rem);
}
.c-more__btn.is-active::after {
  transform: rotate(-180deg);
}
.c-more__btn.is-active:hover::after {
  transform: rotate(-180deg) translateY(0.125rem);
}
.c-more:not(:last-child) {
  margin-bottom: 1.25em;
}

.c-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.c-pager-item {
  display: block;
  text-align: center;
  margin: 1px;
}
.c-pager-item > * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  min-height: 100%;
}
.c-pager__space {
  color: #7D878B;
  user-select: none;
}
.c-pager__link {
  border-radius: 0.2rem;
  color: #32393D;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.5rem;
  min-width: 2.5rem;
  text-decoration: underline;
  user-select: none;
}
.c-pager__link:focus, .c-pager__link:hover, .c-pager__link:visited:hover {
  background-color: #EBECED;
  color: #141516;
  text-decoration: underline;
}
.c-pager__link:active, .c-pager__link:active:hover {
  background-color: #EBECED;
}
.is-active .c-pager__link:not([class*=btn]) {
  background-color: #19425B;
  color: #EDF5FA;
  text-decoration: none;
}
.is-active .c-pager__link:not([class*=btn]):hover, .is-active .c-pager__link:not([class*=btn]):focus {
  background-color: #032E43;
  color: #fff;
}
[data-theme=primary] .is-active .c-pager__link:not([class*=btn]) {
  background-color: #19425B;
  color: #EDF5FA;
}
[data-theme=primary] .is-active .c-pager__link:not([class*=btn]):hover, [data-theme=primary] .is-active .c-pager__link:not([class*=btn]):focus {
  background-color: #032E43;
  color: #fff;
}
[data-theme=secondary] .is-active .c-pager__link:not([class*=btn]) {
  background-color: #1B7986;
  color: #EBF9FB;
}
[data-theme=secondary] .is-active .c-pager__link:not([class*=btn]):hover, [data-theme=secondary] .is-active .c-pager__link:not([class*=btn]):focus {
  background-color: #16565B;
  color: #fff;
}
[data-theme=third] .is-active .c-pager__link:not([class*=btn]) {
  background-color: #ae2f64;
  color: #fbe6ee;
}
[data-theme=third] .is-active .c-pager__link:not([class*=btn]):hover, [data-theme=third] .is-active .c-pager__link:not([class*=btn]):focus {
  background-color: #87295a;
  color: #fff;
}
[data-theme=danger] .is-active .c-pager__link:not([class*=btn]) {
  background-color: #410b0e;
  color: #f6e8e9;
}
[data-theme=danger] .is-active .c-pager__link:not([class*=btn]):hover, [data-theme=danger] .is-active .c-pager__link:not([class*=btn]):focus {
  background-color: #200507;
  color: #fff;
}
.is-disabled .c-pager__link, .is-disabled .c-pager__link:visited {
  color: #9EA5A8 !important;
  background-color: transparent;
  cursor: not-allowed;
}
.c-pager-nav {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 0;
}
@media (min-width: 36rem) {
  .c-pager-nav {
    flex-direction: row;
    align-items: center;
  }
}
.c-pager-nav__result {
  display: flex;
  align-items: center;
  font-size: 1rem;
  flex: 2;
  position: relative;
  white-space: nowrap;
}
.c-pager-nav__result > * {
  padding: 0.25em 0;
}

.c-pop {
  padding: 0;
  min-height: 0;
  width: 2.5rem;
  margin: 0;
}
.c-pop__icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(3, 46, 67, 0.2);
  transition: box-shadow 0.2s ease;
}
.c-pop__icon > use:first-child {
  display: block;
}
[aria-describedby] .c-pop__icon > use:first-child {
  display: none;
}

.c-pop__icon > use:last-child {
  display: none;
}
[aria-describedby] .c-pop__icon > use:last-child {
  display: block;
}

:hover > .c-pop__icon, :focus > .c-pop__icon {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.2);
}
.no-js .c-pop {
  display: none;
}
.c-pop-content {
  display: none;
}
.no-js .c-pop-content {
  display: block;
}
@media (min-width: 36rem) {
  .no-js .c-pop-content {
    padding-left: 2.5rem;
  }
}

.popover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.popover-header {
  font-size: 1.25rem;
  margin-top: 0;
  padding-top: 1rem;
}
.popover-header + .popover-body {
  padding-top: 0;
}
.popover-body p:last-child {
  margin-bottom: 0;
}

.c-promo {
  position: relative;
  height: 100%;
  background-color: #000;
}
.no-js .c-promo:focus-within, .tab-active .c-promo:focus-within {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.no-js .c-promo:focus-within button:focus,
.no-js .c-promo:focus-within a:focus, .tab-active .c-promo:focus-within button:focus,
.tab-active .c-promo:focus-within a:focus {
  /*!purgecss ignore current */
  box-shadow: none;
}
.c-promo:not(.c-promo--sign) .c-promo-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.c-promo-media {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 75%;
}
@media (max-width: 35.98rem) {
  .c-promo-media {
    padding-bottom: 100%;
  }
}
.c-promo-media__pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.c-promo-media__pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-promo-media:not([aria-hidden])::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
}
.c-promo__title {
  font-size: calc(1.275rem + 0.3vw);
  color: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 1.5rem;
  transition: background-color 0.25s ease;
}
@media (min-width: 1200px) {
  .c-promo__title {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-promo__title {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-promo__title {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
@media (max-width: 56.98rem) {
  .c-promo__title {
    padding: 1rem;
  }
}
.c-promo__title a {
  color: inherit;
  text-decoration: none;
}
.c-promo .sup-title, .c-promo .c-sr-title .hit, .c-sr-title .c-promo .hit, .c-promo .c-card__sup-title, .c-promo .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper .c-promo .form-label:not(.form-label--special) {
  color: inherit;
}
.c-promo--sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10rem;
}
.c-promo--sign .c-promo-content {
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  z-index: 2;
}
@media (max-width: 56.98rem) {
  .c-promo--sign .c-promo-content {
    padding: 1rem;
  }
}
.c-promo--sign .c-promo__title {
  padding: 0;
}
.c-promo--sign .c-promo__title a,
.c-promo--sign .c-promo__title a:visited,
.c-promo--sign .c-promo__title a:visited:hover {
  color: #fff;
}
.c-promo--sign::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  content: "";
  background: #000;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.c-promo--sign:focus-within::after, .c-promo--sign:hover::after {
  opacity: 0.2;
}
.c-promo[data-theme=primary] .c-promo__title {
  background: rgba(3, 46, 67, 0.9);
  color: #fff;
}
.c-promo[data-theme=primary]:hover .c-promo__title, .c-promo[data-theme=primary]:focus-within .c-promo__title {
  background: #032E43;
  color: #fff;
}
.c-promo[data-theme=secondary] .c-promo__title {
  background: rgba(27, 121, 134, 0.9);
  color: #fff;
}
.c-promo[data-theme=secondary]:hover .c-promo__title, .c-promo[data-theme=secondary]:focus-within .c-promo__title {
  background: #1B7986;
  color: #fff;
}
.c-promo[data-theme=third] .c-promo__title {
  background: rgba(135, 41, 89, 0.9);
  color: #fff;
}
.c-promo[data-theme=third]:hover .c-promo__title, .c-promo[data-theme=third]:focus-within .c-promo__title {
  background: #872959;
  color: #fff;
}
.c-promo[data-theme=fourth] .c-promo__title {
  background: rgba(0, 110, 169, 0.9);
  color: #fff;
}
.c-promo[data-theme=fourth]:hover .c-promo__title, .c-promo[data-theme=fourth]:focus-within .c-promo__title {
  background: #006ea9;
  color: #fff;
}
.c-promo[data-theme=success] .c-promo__title {
  background: rgba(25, 135, 84, 0.9);
  color: #fff;
}
.c-promo[data-theme=success]:hover .c-promo__title, .c-promo[data-theme=success]:focus-within .c-promo__title {
  background: #198754;
  color: #fff;
}
.c-promo[data-theme=info] .c-promo__title {
  background: rgba(13, 202, 240, 0.9);
  color: #000;
}
.c-promo[data-theme=info]:hover .c-promo__title, .c-promo[data-theme=info]:focus-within .c-promo__title {
  background: #0dcaf0;
  color: #000;
}
.c-promo[data-theme=warning] .c-promo__title {
  background: rgba(255, 193, 7, 0.9);
  color: #000;
}
.c-promo[data-theme=warning]:hover .c-promo__title, .c-promo[data-theme=warning]:focus-within .c-promo__title {
  background: #ffc107;
  color: #000;
}
.c-promo[data-theme=danger] .c-promo__title {
  background: rgba(162, 27, 34, 0.9);
  color: #fff;
}
.c-promo[data-theme=danger]:hover .c-promo__title, .c-promo[data-theme=danger]:focus-within .c-promo__title {
  background: #a21b22;
  color: #fff;
}
.c-promo[data-theme=light] .c-promo__title {
  background: rgba(235, 236, 237, 0.9);
  color: #000;
}
.c-promo[data-theme=light]:hover .c-promo__title, .c-promo[data-theme=light]:focus-within .c-promo__title {
  background: #EBECED;
  color: #000;
}
.c-promo[data-theme=dark] .c-promo__title {
  background: rgba(20, 21, 22, 0.9);
  color: #fff;
}
.c-promo[data-theme=dark]:hover .c-promo__title, .c-promo[data-theme=dark]:focus-within .c-promo__title {
  background: #141516;
  color: #fff;
}
.c-promo a, .c-promo[data-theme] a {
  color: inherit;
}
.c-promo a:hover,
.c-promo a:active,
.c-promo a:focus,
.c-promo a:visited,
.c-promo a:visited:hover, .c-promo[data-theme] a:hover,
.c-promo[data-theme] a:active,
.c-promo[data-theme] a:focus,
.c-promo[data-theme] a:visited,
.c-promo[data-theme] a:visited:hover {
  color: #fff;
}

.c-service {
  --service-color: #032E43;
  padding: 1rem;
}
.c-service[data-theme=secondary] {
  --service-color: #1B7986;
}
.c-service[data-theme=third] {
  --service-color: #872959;
}
@media (max-width: 56.98rem) {
  .c-service {
    border: 0.125rem solid #F7F8F8;
  }
}
.c-service__header {
  display: flex;
  color: var(--service-color);
  position: relative;
}
@media (min-width: 57rem) {
  .c-service__header {
    border-bottom: 0.125rem solid var(--service-color);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.c-service__title {
  color: inherit;
  margin-bottom: 0;
  flex: 2;
}
.c-service__toggle {
  background: none;
  border: 0;
}
.c-service__toggle .o-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.c-service__toggle .o-icon::before, .c-service__toggle .o-icon::after {
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  z-index: 0;
  left: 0;
  top: 0;
  content: "";
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--service-color);
  transform-origin: 50%;
  transition: transform 0.25s ease;
}
.c-service__toggle.collapsed .o-icon::before {
  /*! purgecss ignore current */
  transform: rotate(-90deg);
}
.c-service__toggle.collapsed .o-icon::after {
  /*! purgecss ignore current */
  transform: rotate(-180deg);
}
@media (min-width: 57rem) {
  .c-service__toggle {
    display: none !important;
  }
}
@media (min-width: 57rem) {
  .c-service__body.collapse:not(.show) {
    display: block !important;
  }
}
.c-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 57rem) {
  .c-service-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 56.98rem) {
  .c-service-list {
    border-top: 0.125rem solid var(--service-color);
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .c-service-list {
    display: block;
  }
}
.c-service-list__item {
  width: 50%;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 8rem;
  font-size: 1rem;
}
@media (max-width: 56.98rem) {
  .c-service-list__item {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 35.98rem) {
  .c-service-list__item {
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .col-md-6 .c-service-list__item {
    width: auto;
  }
}
.c-service-list__item p {
  margin: 0;
}
.c-service-list__title {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .c-service-list__title {
    font-size: 1.375rem;
  }
}
@supports (font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem)) {
  .c-service-list__title {
    font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-service-list__title {
    font-size: clamp(1.125rem, 0.8817567568rem + 0.6756756757vw, 1.375rem);
  }
}
.c-service-list__title a {
  padding: 0.25em 0;
}
[data-theme=primary] .c-service-list__title a {
  color: #032E43;
}
[data-theme=third] .c-service-list__title a {
  color: #872959;
}
.c-service-list__title a:hover, .c-service-list__title a:active, .c-service-list__title a:focus {
  text-decoration: underline;
}
[data-theme=primary] .c-service-list__title a:hover, [data-theme=primary] .c-service-list__title a:active, [data-theme=primary] .c-service-list__title a:focus {
  color: #19425B;
}
[data-theme=third] .c-service-list__title a:hover, [data-theme=third] .c-service-list__title a:active, [data-theme=third] .c-service-list__title a:focus {
  color: #c3336a;
}

.c-spotlight {
  background-color: #F7F8F8;
  border-radius: 0.2rem;
  padding: 1.5rem;
}
@media (max-width: 35.98rem) {
  .c-spotlight {
    padding: 1rem;
  }
}
.c-spotlight[data-theme=primary] {
  background-color: #EDF5FA;
}
.c-spotlight[data-theme=secondary] {
  background-color: #EBF9FB;
}
.c-spotlight[data-theme=third] {
  background-color: #fbe6ee;
}
.c-spotlight[data-theme=danger] {
  background-color: #f6e8e9;
}
.c-spotlight-list {
  display: grid;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 56.98rem) {
  .c-spotlight-list {
    gap: 1rem;
  }
}
@media (min-width: 57rem) {
  .displayMode-full .c-spotlight-list, .displayMode-auto .c-spotlight-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-spotlight-list__item {
  display: flex;
}
.tab-active .c-spotlight-list__item:focus-within {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem #a21b22;
}
.c-spotlight-list__body {
  flex: 2;
}
.c-spotlight-list__media {
  order: -1;
  box-sizing: content-box;
  flex: 1;
  width: 100%;
  max-width: 6rem;
  padding-right: 1rem;
}
@media (max-width: 35.98rem) {
  .c-spotlight-list__media {
    max-width: 4rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .displayMode-full .c-spotlight-list__media, .displayMode-auto .c-spotlight-list__media {
    max-width: 4rem;
  }
}
.c-spotlight__body + .c-spotlight-list__media {
  padding-left: 1rem;
  padding-right: 0;
}
.c-spotlight-list__media img {
  width: 100%;
  border-radius: 0.2rem;
}
.c-spotlight-list__link {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-spotlight-list__link {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-spotlight-list__link {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .c-spotlight-list__link {
    font-size: 1.25rem;
  }
}
.tab-active .c-spotlight-list__link:focus, .tab-active .c-spotlight-list__link:active:focus {
  /*! purgecss ignore current */
  box-shadow: none;
}

.c-block--spotlight .c-block__header {
  margin-bottom: 1rem;
}
.c-block--spotlight .c-block__body {
  margin-bottom: 0;
}
.c-block--spotlight {
  margin-bottom: 1rem;
}

.c-tabs {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  box-shadow: inset 0 -2px 0 0 #DFE1E2;
  position: relative;
}
@media (hover: none) {
  .c-tabs {
    scroll-snap-type: x mandatory;
  }
}
.c-tabs::-webkit-scrollbar {
  display: none;
}
.c-tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-tabs__nav {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-tabs__nav {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop) {
  position: relative;
  display: inline-block;
  background: none;
  border: 0;
  padding: 1rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop), .c-tabs__nav-item > *:not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop)::after {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  z-index: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #7D878B;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 100%;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.active):hover::after {
  transform: scaleY(1);
  opacity: 1;
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop):hover, .c-tabs__nav-item > *:not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop).active {
  color: #000;
  font-weight: 600;
}
.c-tabs__nav-item > *:not(.btn):not(.c-pop).active::after {
  background-color: #032E43;
  transform: scaleY(2);
  opacity: 1;
}
[data-theme=primary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=primary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=primary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=primary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=primary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=primary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #032E43;
}
[data-theme=secondary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=secondary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=secondary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=secondary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=secondary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=secondary] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #1B7986;
}
[data-theme=third] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=third] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=third] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=third] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=third] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=third] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #872959;
}
[data-theme=fourth] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=fourth] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=fourth] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=fourth] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=fourth] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=fourth] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #006ea9;
}
[data-theme=success] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=success] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=success] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=success] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=success] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=success] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #198754;
}
[data-theme=info] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=info] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=info] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=info] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=info] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=info] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #0dcaf0;
}
[data-theme=warning] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=warning] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=warning] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=warning] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=warning] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=warning] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #ffc107;
}
[data-theme=danger] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=danger] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=danger] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=danger] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=danger] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=danger] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #a21b22;
}
[data-theme=light] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=light] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=light] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=light] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=light] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=light] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #EBECED;
}
[data-theme=dark] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop), [data-theme=dark] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited {
  color: #4D5B61;
}
[data-theme=dark] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):hover, [data-theme=dark] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop):visited:hover {
  color: #32393D;
}
[data-theme=dark] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active {
  color: #000;
}
[data-theme=dark] .c-tabs__nav-item > *:not(.btn):not(.c-pop):not(.btn):not(.c-pop).active::after {
  background-color: #141516;
}
@media (max-width: 47.98rem) {
  .c-tabs__nav::before, .c-tabs__nav::after {
    content: "";
    flex: 0 0 2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-tabs__nav::before, .c-tabs__nav::after {
    flex: 0 0 1rem;
  }
}
.c-tabs__nav .btn-reset,
.c-tabs__nav .btn-submit {
  font-weight: 400;
  height: 100%;
  margin: 0;
}
.c-tabs__nav .btn-reset:hover, .c-tabs__nav .btn-reset:active, .c-tabs__nav .btn-reset:focus,
.c-tabs__nav .btn-submit:hover,
.c-tabs__nav .btn-submit:active,
.c-tabs__nav .btn-submit:focus {
  box-shadow: none;
}
.no-js .c-tabs__nav .btn-reset:active:focus, .tab-active .c-tabs__nav .btn-reset:active:focus, .no-js .c-tabs__nav .btn-reset:focus, .tab-active .c-tabs__nav .btn-reset:focus,
.no-js .c-tabs__nav .btn-submit:active:focus,
.tab-active .c-tabs__nav .btn-submit:active:focus,
.no-js .c-tabs__nav .btn-submit:focus,
.tab-active .c-tabs__nav .btn-submit:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.c-tabs__nav .btn-reset {
  color: #6D7C82;
}
.c-tabs__nav .btn-reset:hover, .c-tabs__nav .btn-reset:active, .c-tabs__nav .btn-reset:focus {
  color: #141516;
}
.c-tabs__nav .btn-submit {
  font-weight: 600;
}
@media (max-width: 35.98rem) {
  .c-tabs__nav .btn-submit {
    display: none;
  }
}
[data-theme=primary] .c-tabs__nav .btn-submit {
  color: #032E43;
}
[data-theme=primary] .c-tabs__nav .btn-submit:hover, [data-theme=primary] .c-tabs__nav .btn-submit:active, [data-theme=primary] .c-tabs__nav .btn-submit:focus {
  color: #010c12;
}
[data-theme=secondary] .c-tabs__nav .btn-submit {
  color: #1B7986;
}
[data-theme=secondary] .c-tabs__nav .btn-submit:hover, [data-theme=secondary] .c-tabs__nav .btn-submit:active, [data-theme=secondary] .c-tabs__nav .btn-submit:focus {
  color: #12535c;
}
[data-theme=third] .c-tabs__nav .btn-submit {
  color: #872959;
}
[data-theme=third] .c-tabs__nav .btn-submit:hover, [data-theme=third] .c-tabs__nav .btn-submit:active, [data-theme=third] .c-tabs__nav .btn-submit:focus {
  color: #601d3f;
}
[data-theme=fourth] .c-tabs__nav .btn-submit {
  color: #006ea9;
}
[data-theme=fourth] .c-tabs__nav .btn-submit:hover, [data-theme=fourth] .c-tabs__nav .btn-submit:active, [data-theme=fourth] .c-tabs__nav .btn-submit:focus {
  color: #004d76;
}
[data-theme=success] .c-tabs__nav .btn-submit {
  color: #198754;
}
[data-theme=success] .c-tabs__nav .btn-submit:hover, [data-theme=success] .c-tabs__nav .btn-submit:active, [data-theme=success] .c-tabs__nav .btn-submit:focus {
  color: #115c39;
}
[data-theme=info] .c-tabs__nav .btn-submit {
  color: #0dcaf0;
}
[data-theme=info] .c-tabs__nav .btn-submit:hover, [data-theme=info] .c-tabs__nav .btn-submit:active, [data-theme=info] .c-tabs__nav .btn-submit:focus {
  color: #0aa1c0;
}
[data-theme=warning] .c-tabs__nav .btn-submit {
  color: #ffc107;
}
[data-theme=warning] .c-tabs__nav .btn-submit:hover, [data-theme=warning] .c-tabs__nav .btn-submit:active, [data-theme=warning] .c-tabs__nav .btn-submit:focus {
  color: #d39e00;
}
[data-theme=danger] .c-tabs__nav .btn-submit {
  color: #a21b22;
}
[data-theme=danger] .c-tabs__nav .btn-submit:hover, [data-theme=danger] .c-tabs__nav .btn-submit:active, [data-theme=danger] .c-tabs__nav .btn-submit:focus {
  color: #761419;
}
[data-theme=light] .c-tabs__nav .btn-submit {
  color: #EBECED;
}
[data-theme=light] .c-tabs__nav .btn-submit:hover, [data-theme=light] .c-tabs__nav .btn-submit:active, [data-theme=light] .c-tabs__nav .btn-submit:focus {
  color: #d0d3d5;
}
[data-theme=dark] .c-tabs__nav .btn-submit {
  color: #141516;
}
[data-theme=dark] .c-tabs__nav .btn-submit:hover, [data-theme=dark] .c-tabs__nav .btn-submit:active, [data-theme=dark] .c-tabs__nav .btn-submit:focus {
  color: black;
}
.c-tabs__nav .show-on-checked {
  display: none;
}
.is-checked .c-tabs__nav .show-on-checked {
  /*! purgecss ignore current */
  display: inline-flex;
}
.js .c-tabs__content .c-tabs-pane {
  /*! purgecss ignore current */
  display: none;
}
.js .c-tabs__content .c-tabs-pane.active {
  /*! purgecss ignore current */
  display: block;
}
.no-js .c-tabs__content .fade:not(.show) {
  /*! purgecss ignore current */
  opacity: 1;
}

.c-tabs-filter {
  background: #F7F8F8;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.c-tabs-filter-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-tabs-filter-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .c-tabs-filter-inner.collapse:not(.show) {
    display: block;
  }
}
.c-tabs-filter .c-r {
  --bs-gutter-x: 0;
  padding-bottom: 0.5rem;
}
.c-tabs-filter .c-r > * {
  --bs-gutter-y: 0.5rem;
  --bs-gutter-x: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 36rem) {
  .c-tabs-filter .c-r > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .c-tabs-filter .c-r > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.c-tabs-filter .form-control {
  height: auto;
}
.c-tabs-filter .o-btn, .c-tabs-filter .c-qs-ao__toggle {
  width: 100%;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-tabs-filter .o-btn, .c-tabs-filter .c-qs-ao__toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-tabs-filter .o-btn:not(.collapsed) .o-btn__icon, .c-tabs-filter .c-qs-ao__toggle:not(.collapsed) .o-btn__icon {
  transform: rotate(-180deg);
}

@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-tabs,
  .c-tabs-filter {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-tabs,
  .c-tabs-filter {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.c-qs {
  position: relative;
}
.c-qs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 36rem) {
  .c-qs-wrapper {
    flex-flow: row-reverse nowrap;
    gap: 0;
  }
}
.c-qs-wrapper .form-control-wrapper {
  flex-wrap: nowrap;
}
.c-qs-wrapper .form-control-wrapper__col {
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 36rem) {
  .c-qs-wrapper .form-control-wrapper__col {
    width: auto;
  }
  .c-qs-wrapper .form-control-wrapper__col::after {
    display: block;
    position: relative;
    height: calc(100% - 1rem);
    border-left: 1px solid #DFE1E2;
    content: "";
    align-self: center;
  }
}
.c-qs-wrapper .form-control-wrapper__col + .form-control-wrapper__col {
  border-top: 1px solid #9EA5A8;
}
@media (min-width: 36rem) {
  .c-qs-wrapper .form-control-wrapper__col + .form-control-wrapper__col {
    border-top: 0;
  }
}
.c-qs--extended .c-qs-wrapper .form-control-wrapper {
  flex-wrap: wrap;
}

.c-qs-wrapper .form-control-wrapper .form-control {
  min-width: 0;
}
@media (min-width: 36rem) {
  .c-qs-wrapper .form-control-wrapper:has(+ .dropdown) {
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
.c-qs-wrapper .dropdown {
  position: inherit;
}
.c-qs-wrapper .dropdown-toggle {
  display: flex;
  height: 100%;
  margin: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.c-qs-wrapper .dropdown-toggle::after {
  margin-left: 1em;
}
@media (max-width: 35.98rem) {
  .c-qs-wrapper .dropdown-toggle {
    width: 100%;
    min-height: 3.5rem;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    border-radius: 0.25rem;
  }
}
.c-qs [data-theme=primary] .dropdown-toggle {
  background-color: #032E43;
  color: #fff;
}
.c-qs [data-theme=primary] .dropdown-toggle:hover, .c-qs [data-theme=primary] .dropdown-toggle:focus, .c-qs [data-theme=primary] .dropdown-toggle.show {
  background-color: #021d2b;
  color: #fff;
}

.c-qs [data-theme=secondary] .dropdown-toggle {
  background-color: #1B7986;
  color: #fff;
}
.c-qs [data-theme=secondary] .dropdown-toggle:hover, .c-qs [data-theme=secondary] .dropdown-toggle:focus, .c-qs [data-theme=secondary] .dropdown-toggle.show {
  background-color: #176671;
  color: #fff;
}

.c-qs [data-theme=third] .dropdown-toggle {
  background-color: #872959;
  color: #fff;
}
.c-qs [data-theme=third] .dropdown-toggle:hover, .c-qs [data-theme=third] .dropdown-toggle:focus, .c-qs [data-theme=third] .dropdown-toggle.show {
  background-color: #73234c;
  color: #fff;
}

.c-qs [data-theme=fourth] .dropdown-toggle {
  background-color: #006ea9;
  color: #fff;
}
.c-qs [data-theme=fourth] .dropdown-toggle:hover, .c-qs [data-theme=fourth] .dropdown-toggle:focus, .c-qs [data-theme=fourth] .dropdown-toggle.show {
  background-color: #005d90;
  color: #fff;
}

.c-qs [data-theme=success] .dropdown-toggle {
  background-color: #198754;
  color: #fff;
}
.c-qs [data-theme=success] .dropdown-toggle:hover, .c-qs [data-theme=success] .dropdown-toggle:focus, .c-qs [data-theme=success] .dropdown-toggle.show {
  background-color: #157147;
  color: #fff;
}

.c-qs [data-theme=info] .dropdown-toggle {
  background-color: #0dcaf0;
  color: #000;
}
.c-qs [data-theme=info] .dropdown-toggle:hover, .c-qs [data-theme=info] .dropdown-toggle:focus, .c-qs [data-theme=info] .dropdown-toggle.show {
  background-color: #0cb6d8;
  color: #000;
}

.c-qs [data-theme=warning] .dropdown-toggle {
  background-color: #ffc107;
  color: #000;
}
.c-qs [data-theme=warning] .dropdown-toggle:hover, .c-qs [data-theme=warning] .dropdown-toggle:focus, .c-qs [data-theme=warning] .dropdown-toggle.show {
  background-color: #edb100;
  color: #000;
}

.c-qs [data-theme=danger] .dropdown-toggle {
  background-color: #a21b22;
  color: #fff;
}
.c-qs [data-theme=danger] .dropdown-toggle:hover, .c-qs [data-theme=danger] .dropdown-toggle:focus, .c-qs [data-theme=danger] .dropdown-toggle.show {
  background-color: #8c171d;
  color: #fff;
}

.c-qs [data-theme=light] .dropdown-toggle {
  background-color: #EBECED;
  color: #000;
}
.c-qs [data-theme=light] .dropdown-toggle:hover, .c-qs [data-theme=light] .dropdown-toggle:focus, .c-qs [data-theme=light] .dropdown-toggle.show {
  background-color: #dedfe1;
  color: #000;
}

.c-qs [data-theme=dark] .dropdown-toggle {
  background-color: #141516;
  color: #fff;
}
.c-qs [data-theme=dark] .dropdown-toggle:hover, .c-qs [data-theme=dark] .dropdown-toggle:focus, .c-qs [data-theme=dark] .dropdown-toggle.show {
  background-color: #080809;
  color: #fff;
}

.no-js .c-qs-wrapper .dropdown-toggle:active:focus, .tab-active .c-qs-wrapper .dropdown-toggle:active:focus, .no-js .c-qs-wrapper .dropdown-toggle:focus, .tab-active .c-qs-wrapper .dropdown-toggle:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #000, inset 0 0 0 6px #fff;
  outline: none;
  z-index: 99;
}
.c-qs-wrapper .dropdown-menu {
  width: 100%;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border: 0;
  padding-top: 0;
}
@media (max-width: 35.98rem) {
  .choice-opened .c-qs-wrapper .dropdown-menu {
    /*! purgecss ignore current */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0) !important;
    z-index: 100000;
    display: flex;
    flex-direction: column;
  }
  .choice-opened .c-qs-wrapper .dropdown-menu__content {
    /*! purgecss ignore current */
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    flex: 2;
  }
}
.c-qs-wrapper .dropdown-menu__header, .c-qs-wrapper .dropdown-menu__footer {
  display: none;
  padding: 0.5rem 1rem;
}
.c-qs-wrapper .dropdown-menu__header {
  padding-top: 1rem;
}
@media (max-width: 35.98rem) {
  .c-qs-wrapper .dropdown-menu__header {
    display: flex;
    align-items: center;
  }
}
.c-qs-wrapper .dropdown-menu__header span {
  flex: 2;
  font-weight: 600;
}
.c-qs-wrapper .dropdown-menu__footer {
  border-top: 1px solid #EBECED;
}
@media (max-width: 35.98rem) {
  .c-qs-wrapper .dropdown-menu__footer {
    display: block;
  }
}
.c-qs-wrapper .dropdown-menu__footer .btn, .c-qs-wrapper .dropdown-menu__footer .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-qs-wrapper .dropdown-menu__footer button[type=submit]:not(:disabled), .c-qs-wrapper .dropdown-menu__footer .Form--VGW button[type=submit]:disabled, .Form--VGW .c-qs-wrapper .dropdown-menu__footer button[type=submit]:disabled, .c-qs-wrapper .dropdown-menu__footer .c-pop {
  width: 100%;
}
@media (min-width: 48rem) and (max-width: 74.98rem) {
  .c-qs-wrapper .dropdown .o-list-columns {
    column-count: 3;
    column-gap: 1em;
  }
}
@media (min-width: 75rem) {
  .c-qs-wrapper .dropdown .o-list-columns {
    column-count: 4;
  }
}
.c-qs-wrapper .dropdown .o-list__title:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 47.98rem) {
  .c-qs-wrapper .dropdown .c-tabs {
    margin-left: 0;
    margin-right: 0;
  }
  .c-qs-wrapper .dropdown .c-tabs__nav::after, .c-qs-wrapper .dropdown .c-tabs__nav::before {
    content: none;
  }
  .c-qs-wrapper .dropdown .c-tabs__nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit {
  display: inline-flex;
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit:hover::after, .c-qs-wrapper .dropdown .c-tabs .btn-submit:hover::before, .c-qs-wrapper .dropdown .c-tabs .btn-submit:active::after, .c-qs-wrapper .dropdown .c-tabs .btn-submit:active::before, .c-qs-wrapper .dropdown .c-tabs .btn-submit:focus::after, .c-qs-wrapper .dropdown .c-tabs .btn-submit:focus::before {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit::after, .c-qs-wrapper .dropdown .c-tabs .btn-submit::before {
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%283, 46, 67, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0 0 0;
  opacity: 0.6;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-block;
  vertical-align: middle;
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit::after {
  content: "";
}
@media (max-width: 47.98rem) {
  .c-qs-wrapper .dropdown .c-tabs .btn-submit {
    display: none;
  }
}
.c-qs-wrapper .dropdown .show-on-check {
  display: none;
}
.c-qs-wrapper .dropdown.is-checked .show-on-check {
  /*! purgecss ignore current */
  display: block;
  margin-left: auto;
}
.c-qs-choice {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.c-qs-choice__input {
  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-qs-choice__text {
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  user-select: none;
}
[data-theme=primary] .c-qs-choice__text {
  color: #19425B;
}
[data-theme=primary] .c-qs-choice__text:hover, [data-theme=primary] .c-qs-choice__text:active, [data-theme=primary] .c-qs-choice__text:focus {
  color: #032E43;
}
[data-theme=secondary] .c-qs-choice__text {
  color: #1B7986;
}
[data-theme=secondary] .c-qs-choice__text:hover, [data-theme=secondary] .c-qs-choice__text:active, [data-theme=secondary] .c-qs-choice__text:focus {
  color: #16565B;
}
[data-theme=third] .c-qs-choice__text {
  color: #ae2f64;
}
[data-theme=third] .c-qs-choice__text:hover, [data-theme=third] .c-qs-choice__text:active, [data-theme=third] .c-qs-choice__text:focus {
  color: #87295a;
}
[data-theme=danger] .c-qs-choice__text {
  color: #410b0e;
}
[data-theme=danger] .c-qs-choice__text:hover, [data-theme=danger] .c-qs-choice__text:active, [data-theme=danger] .c-qs-choice__text:focus {
  color: #200507;
}
input:checked + .c-qs-choice__text {
  color: #fff;
}
input:checked + .c-qs-choice__text::before {
  content: "";
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25em;
  margin-right: 0.5em;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27#fff%27%20d=%27M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z%27%3E%3C/path%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
}
[data-theme=primary] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #032E43;
}
[data-theme=secondary] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #1B7986;
}
[data-theme=third] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #872959;
}
[data-theme=fourth] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #006ea9;
}
[data-theme=success] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #198754;
}
[data-theme=info] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #0dcaf0;
}
[data-theme=warning] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #ffc107;
}
[data-theme=danger] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #a21b22;
}
[data-theme=light] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #EBECED;
}
[data-theme=dark] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #141516;
}
.tab-active input:focus + .c-qs-choice__text {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
  outline: none;
}
:hover > .c-qs-choice__text {
  background-color: #F7F8F8;
}

.c-qs__dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 100;
  left: 0;
  top: 100%;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 0.25rem;
}
.c-qs__dropdown.is-active {
  /*! purgecss ignore current */
  display: block;
}
.c-qs__sr {
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-height: 23.5rem;
}
@media (hover: none) {
  .c-qs__sr {
    scroll-snap-type: y mandatory;
  }
}
.c-qs__sr::-webkit-scrollbar {
  display: none;
}
.c-qs .o-btn--reset {
  position: relative;
  background: none;
  color: #6D7C82;
}
.c-qs .o-btn--reset .o-btn__icon {
  width: 0.75rem;
  height: 0.75rem;
  z-index: 2;
}
@media (min-width: 36rem) {
  .c-qs--extended.c-qs .o-btn--reset .o-btn__text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.c-qs .o-btn--reset::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  left: auto;
  top: auto;
  content: "";
  right: auto;
  bottom: auto;
  background-color: #F7F8F8;
  border-radius: 50%;
  transform: scale(2);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
@media (min-width: 48rem) {
  .c-qs div + .o-btn--reset {
    margin-left: 1rem;
  }
}

.c-qs .o-btn--reset:focus, .c-qs .o-btn--reset:hover, .c-qs .o-btn--reset:active {
  color: #000;
}
.c-qs .o-btn--reset:focus::after, .c-qs .o-btn--reset:hover::after, .c-qs .o-btn--reset:active::after {
  background-color: #EBECED;
  transform: scale(3);
}
.c-qs .o-btn--search {
  background: #fff;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .c-qs .o-btn--search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-qs .o-btn--search .o-btn__icon {
  margin: 0;
  color: #7D878B;
}
.c-qs .o-btn--search:focus .o-btn__icon, .c-qs .o-btn--search:hover .o-btn__icon, .c-qs .o-btn--search:active .o-btn__icon {
  color: #000;
}
.c-qs--extended.c-qs .o-btn--search {
  flex: none;
}
@media (max-width: 35.98rem) {
  .c-qs--extended.c-qs .o-btn--search {
    flex: auto;
    text-align: center;
    background-color: #032E43;
    color: #EDF5FA;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .c-qs--extended.c-qs .o-btn--search .o-btn__icon {
    color: inherit;
  }
  .c-qs--extended.c-qs .o-btn--search .o-btn__text {
    margin-right: 1rem;
  }
}
@media (min-width: 36rem) {
  .c-qs--extended.c-qs .o-btn--search .o-btn__text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.choice-opened {
  /*! purgecss ignore current */
}
@media (max-width: 35.98rem) {
  .choice-opened {
    overflow: hidden;
  }
  .choice-opened .s--hero-care .c {
    /*! purgecss ignore current */
    z-index: auto;
  }
}

.o-list-result {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #141516;
  padding: 0.25rem;
}
.o-list-result__separator {
  border-bottom: 1px solid #EBECED;
}
.o-list-result__link {
  align-items: center;
  border-radius: 0.2rem;
  display: flex;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.o-list-result__link .o-svg-icon {
  color: #6D7C82;
  margin-right: 1rem;
  width: 1rem;
}
.o-list-result__link, .o-list-result__link:visited {
  color: #4D5B61;
}
.c-qs .o-list-result__link, .c-qs .o-list-result__link:visited {
  color: inherit;
}
.o-list-result__link.is-selected, .o-list-result__link:hover, .o-list-result__link:active, .o-list-result__link:focus {
  background: #F7F8F8;
}
.o-list-result__link.is-selected, .o-list-result__link.is-selected:visited, .o-list-result__link:hover, .o-list-result__link:hover:visited, .o-list-result__link:active, .o-list-result__link:active:visited, .o-list-result__link:focus, .o-list-result__link:focus:visited {
  color: #000;
}
.o-list-result__link.is-selected .o-svg-icon, .o-list-result__link:hover .o-svg-icon, .o-list-result__link:active .o-svg-icon, .o-list-result__link:focus .o-svg-icon {
  color: inherit;
}
.tab-active .o-list-result__link:focus {
  /*! purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
}
.o-list-result__no-hits {
  display: block;
  padding: 0.75rem 1.5rem;
  font-style: italic;
}
.o-list-result__phrase {
  display: block;
  flex: 2;
}
a:hover .o-list-result__phrase, a:active .o-list-result__phrase, a:focus .o-list-result__phrase {
  text-decoration: underline;
}
.o-list-result__goto {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (max-width: 35.98rem) {
  .o-list-result__goto {
    display: none;
  }
}
a:hover .o-list-result__goto, a:active .o-list-result__goto, a:focus .o-list-result__goto {
  opacity: 1;
}

.c-qs-ao {
  margin-bottom: 0.5rem;
}
.c-qs-ao__toggle {
  padding-left: 0;
  padding-right: 0;
}
.c-qs-ao__toggle:hover, .c-qs-ao__toggle:active {
  background: none;
}
.c-qs-ao__toggle .o-svg-icon {
  margin-left: 0.5em;
}
.c-qs-ao__toggle:not(.collapsed) {
  color: #032E43;
}
.c-qs-resultinfo {
  font-size: 1rem;
  color: #4D5B61;
}

.c-qs-hint {
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem 0;
}
.c-qs-hint__title {
  font-size: 100%;
  font-weight: 600;
  margin: 0.25rem 0.5rem 0.25rem 0;
}
@media (min-width: 36rem) {
  .c-qs-hint__title {
    padding: 0.5rem 0;
  }
}
.c-qs-hint ul {
  justify-items: center;
  align-self: center;
  gap: 0;
}
.c-qs-hint ul li:not(:last-child)::after {
  content: ",";
  margin-right: 0.25em;
}
@media (min-width: 36rem) {
  .c-qs-hint ul a {
    padding: 0.5rem 0;
  }
}

.c-quickInfo {
  background: #032E43;
  border-radius: 0.25rem;
  color: #fff;
  list-style: none;
  margin-bottom: 0;
  padding: 0.125rem;
}
.c-quickInfo .o-btn, .c-quickInfo .c-qs-ao__toggle {
  position: relative;
  display: flex;
  background: #032E43;
  color: #fff;
}
.c-quickInfo .o-btn:hover, .c-quickInfo .c-qs-ao__toggle:hover, .c-quickInfo .o-btn:active, .c-quickInfo .c-qs-ao__toggle:active, .c-quickInfo .o-btn:focus, .c-quickInfo .c-qs-ao__toggle:focus {
  background: #021d2b;
  color: #fff;
  z-index: 2;
}
.c-quickInfo .o-btn__icon {
  min-width: 1.5rem;
}
.c-quickInfo--primary {
  background: #032E43;
  color: #fff;
}
.c-quickInfo--primary .o-btn, .c-quickInfo--primary .c-qs-ao__toggle {
  background: #032E43;
  color: #fff;
}
.c-quickInfo--primary .o-btn:hover, .c-quickInfo--primary .c-qs-ao__toggle:hover, .c-quickInfo--primary .o-btn:active, .c-quickInfo--primary .c-qs-ao__toggle:active, .c-quickInfo--primary .o-btn:focus, .c-quickInfo--primary .c-qs-ao__toggle:focus {
  background: #021d2b;
  color: #fff;
}
.c-quickInfo--secondary {
  background: #1B7986;
  color: #fff;
}
.c-quickInfo--secondary .o-btn, .c-quickInfo--secondary .c-qs-ao__toggle {
  background: #1B7986;
  color: #fff;
}
.c-quickInfo--secondary .o-btn:hover, .c-quickInfo--secondary .c-qs-ao__toggle:hover, .c-quickInfo--secondary .o-btn:active, .c-quickInfo--secondary .c-qs-ao__toggle:active, .c-quickInfo--secondary .o-btn:focus, .c-quickInfo--secondary .c-qs-ao__toggle:focus {
  background: #176671;
  color: #fff;
}
.c-quickInfo--third {
  background: #872959;
  color: #fff;
}
.c-quickInfo--third .o-btn, .c-quickInfo--third .c-qs-ao__toggle {
  background: #872959;
  color: #fff;
}
.c-quickInfo--third .o-btn:hover, .c-quickInfo--third .c-qs-ao__toggle:hover, .c-quickInfo--third .o-btn:active, .c-quickInfo--third .c-qs-ao__toggle:active, .c-quickInfo--third .o-btn:focus, .c-quickInfo--third .c-qs-ao__toggle:focus {
  background: #73234c;
  color: #fff;
}
.c-quickInfo--fourth {
  background: #006ea9;
  color: #fff;
}
.c-quickInfo--fourth .o-btn, .c-quickInfo--fourth .c-qs-ao__toggle {
  background: #006ea9;
  color: #fff;
}
.c-quickInfo--fourth .o-btn:hover, .c-quickInfo--fourth .c-qs-ao__toggle:hover, .c-quickInfo--fourth .o-btn:active, .c-quickInfo--fourth .c-qs-ao__toggle:active, .c-quickInfo--fourth .o-btn:focus, .c-quickInfo--fourth .c-qs-ao__toggle:focus {
  background: #005d90;
  color: #fff;
}
.c-quickInfo--success {
  background: #198754;
  color: #fff;
}
.c-quickInfo--success .o-btn, .c-quickInfo--success .c-qs-ao__toggle {
  background: #198754;
  color: #fff;
}
.c-quickInfo--success .o-btn:hover, .c-quickInfo--success .c-qs-ao__toggle:hover, .c-quickInfo--success .o-btn:active, .c-quickInfo--success .c-qs-ao__toggle:active, .c-quickInfo--success .o-btn:focus, .c-quickInfo--success .c-qs-ao__toggle:focus {
  background: #157147;
  color: #fff;
}
.c-quickInfo--info {
  background: #0dcaf0;
  color: #000;
}
.c-quickInfo--info .o-btn, .c-quickInfo--info .c-qs-ao__toggle {
  background: #0dcaf0;
  color: #000;
}
.c-quickInfo--info .o-btn:hover, .c-quickInfo--info .c-qs-ao__toggle:hover, .c-quickInfo--info .o-btn:active, .c-quickInfo--info .c-qs-ao__toggle:active, .c-quickInfo--info .o-btn:focus, .c-quickInfo--info .c-qs-ao__toggle:focus {
  background: #0cb6d8;
  color: #000;
}
.c-quickInfo--warning {
  background: #ffc107;
  color: #000;
}
.c-quickInfo--warning .o-btn, .c-quickInfo--warning .c-qs-ao__toggle {
  background: #ffc107;
  color: #000;
}
.c-quickInfo--warning .o-btn:hover, .c-quickInfo--warning .c-qs-ao__toggle:hover, .c-quickInfo--warning .o-btn:active, .c-quickInfo--warning .c-qs-ao__toggle:active, .c-quickInfo--warning .o-btn:focus, .c-quickInfo--warning .c-qs-ao__toggle:focus {
  background: #edb100;
  color: #000;
}
.c-quickInfo--danger {
  background: #a21b22;
  color: #fff;
}
.c-quickInfo--danger .o-btn, .c-quickInfo--danger .c-qs-ao__toggle {
  background: #a21b22;
  color: #fff;
}
.c-quickInfo--danger .o-btn:hover, .c-quickInfo--danger .c-qs-ao__toggle:hover, .c-quickInfo--danger .o-btn:active, .c-quickInfo--danger .c-qs-ao__toggle:active, .c-quickInfo--danger .o-btn:focus, .c-quickInfo--danger .c-qs-ao__toggle:focus {
  background: #8c171d;
  color: #fff;
}
.c-quickInfo--light {
  background: #EBECED;
  color: #000;
}
.c-quickInfo--light .o-btn, .c-quickInfo--light .c-qs-ao__toggle {
  background: #EBECED;
  color: #000;
}
.c-quickInfo--light .o-btn:hover, .c-quickInfo--light .c-qs-ao__toggle:hover, .c-quickInfo--light .o-btn:active, .c-quickInfo--light .c-qs-ao__toggle:active, .c-quickInfo--light .o-btn:focus, .c-quickInfo--light .c-qs-ao__toggle:focus {
  background: #dedfe1;
  color: #000;
}
.c-quickInfo--dark {
  background: #141516;
  color: #fff;
}
.c-quickInfo--dark .o-btn, .c-quickInfo--dark .c-qs-ao__toggle {
  background: #141516;
  color: #fff;
}
.c-quickInfo--dark .o-btn:hover, .c-quickInfo--dark .c-qs-ao__toggle:hover, .c-quickInfo--dark .o-btn:active, .c-quickInfo--dark .c-qs-ao__toggle:active, .c-quickInfo--dark .o-btn:focus, .c-quickInfo--dark .c-qs-ao__toggle:focus {
  background: #080809;
  color: #fff;
}
@media (min-width: 36rem) {
  .c-quickInfo--alt {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .c-quickInfo--alt > li {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-quickInfo--alt .o-btn, .c-quickInfo--alt .c-qs-ao__toggle {
    border-radius: 0.25rem;
    min-height: 4rem;
  }
}

/*! purgecss end ignore */
h4.PanelHeading, .PanelHeading.h4 {
  font-size: 1.125rem;
  margin-bottom: 0px;
}

/*# sourceMappingURL=main.min.css.map*/