@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #848484;
  --bs-gray-dark: #5b5b5b;
  --bs-gray-100: #eaeaea;
  --bs-gray-200: #d6d6d6;
  --bs-gray-300: #c1c1c1;
  --bs-gray-400: #adadad;
  --bs-gray-500: #989898;
  --bs-gray-600: #848484;
  --bs-gray-700: #6f6f6f;
  --bs-gray-800: #5b5b5b;
  --bs-gray-900: #474747;
  --bs-gray-950: #333333;
  --bs-primary: #cc0022;
  --bs-secondary: #876247;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #eaeaea;
  --bs-dark: #474747;
  --bs-primary-rgb: 204, 0, 34;
  --bs-secondary-rgb: 135, 98, 71;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 234, 234, 234;
  --bs-dark-rgb: 71, 71, 71;
  --bs-primary-text-emphasis: #52000e;
  --bs-secondary-text-emphasis: #36271c;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #6f6f6f;
  --bs-dark-text-emphasis: #6f6f6f;
  --bs-primary-bg-subtle: #fff0f3;
  --bs-secondary-bg-subtle: #f3efe6;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: whitesmoke;
  --bs-dark-bg-subtle: #adadad;
  --bs-primary-border-subtle: #eb99a7;
  --bs-secondary-border-subtle: #cfc0b5;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #d6d6d6;
  --bs-dark-border-subtle: #989898;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", Meiryo, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75;
  --bs-body-color: #333333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(51, 51, 51, 0.75);
  --bs-secondary-color-rgb: 51, 51, 51;
  --bs-secondary-bg: #d6d6d6;
  --bs-secondary-bg-rgb: 214, 214, 214;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb: 51, 51, 51;
  --bs-tertiary-bg: #eaeaea;
  --bs-tertiary-bg-rgb: 234, 234, 234;
  --bs-heading-color: inherit;
  --bs-link-color: #66a;
  --bs-link-color-rgb: 102, 102, 170;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #448;
  --bs-link-hover-color-rgb: 68, 68, 136;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333333;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #c1c1c1;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(204, 0, 34, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.34;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.34;
  font-size: 5rem;
}

.display-2 {
  font-weight: 300;
  line-height: 1.34;
  font-size: 4.5rem;
}

.display-3 {
  font-weight: 300;
  line-height: 1.34;
  font-size: 4rem;
}

.display-4 {
  font-weight: 300;
  line-height: 1.34;
  font-size: 3.5rem;
}

.display-5 {
  font-weight: 300;
  line-height: 1.34;
  font-size: 3rem;
}

.display-6 {
  font-weight: 300;
  line-height: 1.34;
  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: #848484;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xs {
  --bs-gutter-x: 6rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 81rem;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-pc: 0.02px;
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.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.66666667%;
}

.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.125rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.125rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.25rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.25rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 0.75rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 0.75rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 2.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 2.5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 3rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 3rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 3.5rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 3.5rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 4rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 4rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 4.5rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 4.5rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 5rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 5rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 6rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 6rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 7rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 7rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 8rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 8rem;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 9rem;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 9rem;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.75;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #ffffff;
  --bs-backdrop-opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow);
}

.modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
}

.modal-sm {
  --bs-modal-width: 300px;
}

.modal-lg,
.modal-xl {
  --bs-modal-width: 800px;
}

.modal-xl {
  --bs-modal-width: 1140px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(163, 0, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(163, 0, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(108, 78, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(108, 78, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(238, 238, 238, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 238, 238, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(57, 57, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(57, 57, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
.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,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.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-inline-grid {
  display: inline-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;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.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;
}

.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;
}

.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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.125rem !important;
}

.m-2 {
  margin: 0.25rem !important;
}

.m-3 {
  margin: 0.5rem !important;
}

.m-4 {
  margin: 0.75rem !important;
}

.m-5 {
  margin: 1rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 2rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.m-9 {
  margin: 3rem !important;
}

.m-10 {
  margin: 3.5rem !important;
}

.m-11 {
  margin: 4rem !important;
}

.m-12 {
  margin: 4.5rem !important;
}

.m-13 {
  margin: 5rem !important;
}

.m-14 {
  margin: 6rem !important;
}

.m-15 {
  margin: 7rem !important;
}

.m-16 {
  margin: 8rem !important;
}

.m-17 {
  margin: 9rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

.mx-2 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-3 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-4 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-5 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-9 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-10 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-11 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-12 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-13 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-14 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-15 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-16 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-17 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-2 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-3 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-4 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-9 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-10 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-11 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-12 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-13 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-14 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-15 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-16 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-17 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.125rem !important;
}

.mt-2 {
  margin-top: 0.25rem !important;
}

.mt-3 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 0.75rem !important;
}

.mt-5 {
  margin-top: 1rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 2rem !important;
}

.mt-8 {
  margin-top: 2.5rem !important;
}

.mt-9 {
  margin-top: 3rem !important;
}

.mt-10 {
  margin-top: 3.5rem !important;
}

.mt-11 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 4.5rem !important;
}

.mt-13 {
  margin-top: 5rem !important;
}

.mt-14 {
  margin-top: 6rem !important;
}

.mt-15 {
  margin-top: 7rem !important;
}

.mt-16 {
  margin-top: 8rem !important;
}

.mt-17 {
  margin-top: 9rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.125rem !important;
}

.me-2 {
  margin-right: 0.25rem !important;
}

.me-3 {
  margin-right: 0.5rem !important;
}

.me-4 {
  margin-right: 0.75rem !important;
}

.me-5 {
  margin-right: 1rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 2rem !important;
}

.me-8 {
  margin-right: 2.5rem !important;
}

.me-9 {
  margin-right: 3rem !important;
}

.me-10 {
  margin-right: 3.5rem !important;
}

.me-11 {
  margin-right: 4rem !important;
}

.me-12 {
  margin-right: 4.5rem !important;
}

.me-13 {
  margin-right: 5rem !important;
}

.me-14 {
  margin-right: 6rem !important;
}

.me-15 {
  margin-right: 7rem !important;
}

.me-16 {
  margin-right: 8rem !important;
}

.me-17 {
  margin-right: 9rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.125rem !important;
}

.mb-2 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 0.75rem !important;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 2rem !important;
}

.mb-8 {
  margin-bottom: 2.5rem !important;
}

.mb-9 {
  margin-bottom: 3rem !important;
}

.mb-10 {
  margin-bottom: 3.5rem !important;
}

.mb-11 {
  margin-bottom: 4rem !important;
}

.mb-12 {
  margin-bottom: 4.5rem !important;
}

.mb-13 {
  margin-bottom: 5rem !important;
}

.mb-14 {
  margin-bottom: 6rem !important;
}

.mb-15 {
  margin-bottom: 7rem !important;
}

.mb-16 {
  margin-bottom: 8rem !important;
}

.mb-17 {
  margin-bottom: 9rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.125rem !important;
}

.ms-2 {
  margin-left: 0.25rem !important;
}

.ms-3 {
  margin-left: 0.5rem !important;
}

.ms-4 {
  margin-left: 0.75rem !important;
}

.ms-5 {
  margin-left: 1rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 2rem !important;
}

.ms-8 {
  margin-left: 2.5rem !important;
}

.ms-9 {
  margin-left: 3rem !important;
}

.ms-10 {
  margin-left: 3.5rem !important;
}

.ms-11 {
  margin-left: 4rem !important;
}

.ms-12 {
  margin-left: 4.5rem !important;
}

.ms-13 {
  margin-left: 5rem !important;
}

.ms-14 {
  margin-left: 6rem !important;
}

.ms-15 {
  margin-left: 7rem !important;
}

.ms-16 {
  margin-left: 8rem !important;
}

.ms-17 {
  margin-left: 9rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.my-n1 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.my-n2 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n3 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n4 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n5 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n7 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n8 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n9 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n10 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n11 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n12 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n13 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n14 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n15 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n16 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n17 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.125rem !important;
}

.p-2 {
  padding: 0.25rem !important;
}

.p-3 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 0.75rem !important;
}

.p-5 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 2rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.p-9 {
  padding: 3rem !important;
}

.p-10 {
  padding: 3.5rem !important;
}

.p-11 {
  padding: 4rem !important;
}

.p-12 {
  padding: 4.5rem !important;
}

.p-13 {
  padding: 5rem !important;
}

.p-14 {
  padding: 6rem !important;
}

.p-15 {
  padding: 7rem !important;
}

.p-16 {
  padding: 8rem !important;
}

.p-17 {
  padding: 9rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}

.px-2 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-3 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-4 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-9 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-10 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-11 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-12 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-13 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-14 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-15 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-16 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-17 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-2 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-9 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-10 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-11 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-12 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-13 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-14 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-15 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-16 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-17 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.125rem !important;
}

.pt-2 {
  padding-top: 0.25rem !important;
}

.pt-3 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 0.75rem !important;
}

.pt-5 {
  padding-top: 1rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 2rem !important;
}

.pt-8 {
  padding-top: 2.5rem !important;
}

.pt-9 {
  padding-top: 3rem !important;
}

.pt-10 {
  padding-top: 3.5rem !important;
}

.pt-11 {
  padding-top: 4rem !important;
}

.pt-12 {
  padding-top: 4.5rem !important;
}

.pt-13 {
  padding-top: 5rem !important;
}

.pt-14 {
  padding-top: 6rem !important;
}

.pt-15 {
  padding-top: 7rem !important;
}

.pt-16 {
  padding-top: 8rem !important;
}

.pt-17 {
  padding-top: 9rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.125rem !important;
}

.pe-2 {
  padding-right: 0.25rem !important;
}

.pe-3 {
  padding-right: 0.5rem !important;
}

.pe-4 {
  padding-right: 0.75rem !important;
}

.pe-5 {
  padding-right: 1rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 2rem !important;
}

.pe-8 {
  padding-right: 2.5rem !important;
}

.pe-9 {
  padding-right: 3rem !important;
}

.pe-10 {
  padding-right: 3.5rem !important;
}

.pe-11 {
  padding-right: 4rem !important;
}

.pe-12 {
  padding-right: 4.5rem !important;
}

.pe-13 {
  padding-right: 5rem !important;
}

.pe-14 {
  padding-right: 6rem !important;
}

.pe-15 {
  padding-right: 7rem !important;
}

.pe-16 {
  padding-right: 8rem !important;
}

.pe-17 {
  padding-right: 9rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.125rem !important;
}

.pb-2 {
  padding-bottom: 0.25rem !important;
}

.pb-3 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 0.75rem !important;
}

.pb-5 {
  padding-bottom: 1rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 2rem !important;
}

.pb-8 {
  padding-bottom: 2.5rem !important;
}

.pb-9 {
  padding-bottom: 3rem !important;
}

.pb-10 {
  padding-bottom: 3.5rem !important;
}

.pb-11 {
  padding-bottom: 4rem !important;
}

.pb-12 {
  padding-bottom: 4.5rem !important;
}

.pb-13 {
  padding-bottom: 5rem !important;
}

.pb-14 {
  padding-bottom: 6rem !important;
}

.pb-15 {
  padding-bottom: 7rem !important;
}

.pb-16 {
  padding-bottom: 8rem !important;
}

.pb-17 {
  padding-bottom: 9rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.125rem !important;
}

.ps-2 {
  padding-left: 0.25rem !important;
}

.ps-3 {
  padding-left: 0.5rem !important;
}

.ps-4 {
  padding-left: 0.75rem !important;
}

.ps-5 {
  padding-left: 1rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 2rem !important;
}

.ps-8 {
  padding-left: 2.5rem !important;
}

.ps-9 {
  padding-left: 3rem !important;
}

.ps-10 {
  padding-left: 3.5rem !important;
}

.ps-11 {
  padding-left: 4rem !important;
}

.ps-12 {
  padding-left: 4.5rem !important;
}

.ps-13 {
  padding-left: 5rem !important;
}

.ps-14 {
  padding-left: 6rem !important;
}

.ps-15 {
  padding-left: 7rem !important;
}

.ps-16 {
  padding-left: 8rem !important;
}

.ps-17 {
  padding-left: 9rem !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fs-7 {
  font-size: 1rem !important;
}

.fs-8 {
  font-size: 0.875rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fw-lighter {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: 600 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.75 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.wm-horizontal {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
}

.wm-vertical {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --brand: #333333;
  --brand-subtle: #eaeaea;
}

.Sblue {
  --brand: #00238c;
  --brand-subtle: #e5e8f3;
}

body {
  min-width: 87rem;
}

.list {
  list-style-type: none;
  padding: 0;
}
.list--primary {
  --list-marker-color: #cc0022;
}
.list--brand {
  --list-marker-color: var(--brand);
}
.list__item {
  padding: 0 0 0 2em;
  position: relative;
}
.list__marker {
  color: var(--list-marker-color, inherit);
  inset: auto calc(100% - 1.5em) auto auto;
  position: absolute;
  text-align: end;
  width: 1.5em;
}
.icon {
  fill: currentcolor;
  height: 1em;
  width: auto;
  vertical-align: -0.125em;
  display: inline-block;
}
.icon-xmark {
  aspect-ratio: 1;
}
.icon-window-restore {
  aspect-ratio: 1;
}
.icon-user {
  aspect-ratio: 1;
}
.icon-play {
  aspect-ratio: 1;
}
.icon-pause {
  aspect-ratio: 1;
}
.icon-download {
  aspect-ratio: 1;
}
.icon-circle-plus {
  aspect-ratio: 1;
}
.icon-circle-exclamation {
  aspect-ratio: 1;
}
.icon-circle-chevron-right {
  aspect-ratio: 1;
}
.icon-circle-chevron-left {
  aspect-ratio: 1;
}
.icon-circle-check {
  aspect-ratio: 1;
}
.icon-angle-up {
  aspect-ratio: 0.71484375;
}
.icon-angle-right {
  aspect-ratio: 0.46484375;
}
.icon-angle-left {
  aspect-ratio: 0.46484375;
}
.icon-angle-down {
  aspect-ratio: 0.71484375;
}

#topicpath_area {
  margin: 0 auto;
  padding: 0.875rem 3rem 0.75rem;
  width: 81rem;
}

#topicpath {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.5rem 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.32;
}
#topicpath li {
  background-image: url("../images/topicpath_arrow.gif");
  background-position: right 0.25em center;
  background-repeat: no-repeat;
  padding: 0 1.25em 0 0;
}
#topicpath li:last-child {
  background-image: none;
  padding: 0;
}
#topicpath li a {
  display: block;
  text-decoration: none;
}
#topicpath li a:hover {
  text-decoration: underline;
}

#topcontrol {
  cursor: pointer;
  inset: auto auto 0 0;
  min-width: 81rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

#topcontrolwrapper {
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  width: 81rem;
}

#topcontrolarea {
  inset: auto 3rem 0 auto;
  position: absolute;
}
#topcontrolarea p {
  margin: 0;
}
.pagetitle-wrap {
  margin: 0 auto;
  padding: 1.5625rem 3rem;
  width: 81rem;
}

#pagetitle > * {
  display: block;
}
#pagetitle .parent {
  font-size: 1.125rem;
  margin: 0 0 0.3125rem;
}
#pagetitle .title {
  font-size: 1.875rem;
  margin: 0 0 1.25rem;
}
#pagetitle .inceptionArea {
  color: #cc0022;
  font-size: 1rem;
  font-weight: normal;
}

.l-sns {
  margin: 0 auto 1.75rem;
  padding: 0 3rem;
  width: 81rem;
}
.l-sns ul {
  background: #efefef;
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 1.5rem 0;
}
.l-sns ul li.sns-facebook a {
  background-image: url(../images/sns_icon_facebook.png);
}
.l-sns ul li.sns-twitter a {
  background-image: url(../images/sns_icon_twitter.png);
}
.l-sns ul li.sns-line a {
  background-image: url(../images/sns_icon_line.png);
}
.l-sns ul li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  height: 80px;
  width: 84px;
}
.l-sns ul li a:hover {
  opacity: 0.75;
}

/*base*/
/*color*/
/*new vi */
/*new vi coolgray*/
/*text_color*/
/*link_color*/
/*jikosupportLPcolor*/
/*notelist*/
/*margin bottom*/
/*font-size*/
/*line-height*/
/*mixinarea*/
/*sm-grd-button*/
/*titlearea*/
/*border frame set*/
/*bgflame*/
/*extendarea*/
/*side main contact base*/
.contactbox {
  margin-bottom: 15px;
  border: 3px solid #00a9cc;
}
.contactbox:after {
  content: "";
  display: table;
  clear: both;
}
.contactbox h3 {
  background: #00a9cc;
  color: #ffffff;
  text-align: center;
}
.contactbox h3 img {
  margin: 10px;
}
.contactbox ul li {
  margin: 0 10px 10px;
}

#newsTopicsArea {
  position: relative;
}
#newsTopicsArea h3 {
  position: relative;
  font-size: 144%;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 18px;
  padding: 20px 10px 23px;
  border-top: 3px solid #777777;
  margin-bottom: 18px;
}
#newsTopicsArea h3:after {
  content: "";
  display: table;
  clear: both;
}

/*linkicon*/
.linkiconG {
  padding: 0 0 0 12px;
  background: url(../images/icon_arrow_g.gif) no-repeat 0 4px;
}

/*new vi button*/
.block-skip {
  align-items: center;
  background-color: #fbf1f2;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: -48px;
  position: relative;
  text-align: center;
  top: -48px;
}
.block-skip:focus-visible {
  margin-bottom: 0;
  top: 0;
}

#header {
  border-bottom: 1px solid #cc0022;
}

#headerwrapper {
  height: 82px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  width: 81rem;
}
#headerwrapper > p {
  margin: 0;
}

#logo {
  font-size: 1rem;
  left: 3rem;
  margin: 0;
  position: absolute;
  top: calc(50% - 19px);
}
#logo a {
  display: block;
}
#logo a:hover {
  opacity: 0.75;
}
#logo a img {
  height: 38px;
  width: auto;
}

#headernavi {
  color: #6f6f6f;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.34;
  list-style-type: none;
  margin: 0;
  position: absolute;
  right: calc(168px + 3rem);
  top: 20px;
}
#headernavi li {
  border-right: 1px solid #c1c1c1;
}
#headernavi li:first-child {
  border-left: 1px solid #c1c1c1;
}
#headernavi li a {
  color: inherit;
  display: block;
  padding: 0 1em;
  text-decoration: none;
}
#headernavi li a:hover {
  text-decoration: underline;
}

#group_logo {
  display: block;
  position: absolute;
  right: 3rem;
  top: calc(50% - 18px);
}
#group_logo:hover {
  opacity: 0.75;
}
#group_logo img {
  height: 36px;
  width: auto;
}

#search_form {
  font-size: 0.75rem;
  position: absolute;
  right: calc(168px + 3rem);
  top: 45px;
}
#search_form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#search_form .searchBox {
  border: 1px solid #c1c1c1;
  color: #848484;
  height: 1.375rem;
  padding: 0 0.25em 0.125em;
  width: 12rem;
}
#search_form legend {
  display: none;
}
#search_form .search_but {
  background-color: #c1c1c1;
  border: none;
  font-size: 0.75rem;
  height: 1.375rem;
  padding: 0 1em 0.125em;
}
#search_form .search_but:hover {
  background-color: #6f6f6f;
  color: #ffffff;
}

#globalnaviWrapper {
  background-color: #ffffff;
  padding: 0 3rem;
  position: sticky;
  top: 0;
  z-index: 1020;
}
#globalnaviWrapper.is-fixed {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#globalnavi {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 75rem;
}
#globalnavi .globalnaviItem {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
#globalnavi .globalnaviItem:first-child .itemBtn::before {
  display: none;
}
#globalnavi .itemBtn {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #333333;
  display: flex;
  font-size: 0.875rem;
  height: 46px;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#globalnavi .itemBtn::before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 20px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 10px);
  width: 1px;
}
#globalnavi .itemBtn.ac {
  font-weight: 600;
}
#globalnavi .itemBtn.ac::after {
  background-color: #cc0022;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
}
#globalnavi .itemBtn:hover {
  background-color: #ededed;
  font-weight: 600;
}
#globalnavi .itemContent {
  display: none;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  z-index: 1020;
}

.megamenu {
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.megamenu-row {
  --bs-gutter-x: 3rem;
  --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));
}

.megamenu-col {
  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: 1 1 0;
  max-width: 100%;
}

.megamenu-col-3 {
  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);
}

.megamenu-col-4 {
  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: 33.33333333%;
}

.megamenuHeader {
  align-items: center;
  background-color: #cc0022;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 20px;
}
.megamenuHeader .heading {
  font-size: 1.5rem;
  font-weight: 600;
}
.megamenuHeader .heading a {
  color: inherit;
  text-decoration: none;
}
.megamenuHeader .heading a:hover {
  text-decoration: underline;
}
.megamenuHeader .heading a::after {
  border-right: 2px solid currentcolor;
  border-top: 2px solid currentcolor;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: 0.125em;
  width: 13px;
}
.megamenuHeader .close button {
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 40px 0 0;
  position: relative;
}
.megamenuHeader .close button::before, .megamenuHeader .close button::after {
  background-color: currentcolor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 30px;
}
.megamenuHeader .close button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.megamenuHeader .close button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.megamenuHeader .js-closeMegamenu:hover {
  opacity: 0.75;
}

.megamenuBody {
  background-color: #eaeaea;
  line-height: 1;
  padding: 30px 30px 10px;
}
.megamenuBody .verticalLinkBox {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: inherit;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  margin: 0 0 20px;
  text-decoration: none;
}
.megamenuBody .verticalLinkBox:hover {
  opacity: 0.75;
}
.megamenuBody .verticalLinkBox.bdTopRed {
  border-top: 2px solid #cc0022;
}
.megamenuBody .verticalLinkBox .image img {
  height: auto;
  width: 100%;
}
.megamenuBody .verticalLinkBox .content .arrowlinkR {
  display: block;
  line-height: 1.34;
  padding: 0 0 0 18px;
}
.megamenuBody .verticalBox {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  height: calc(100% - 20px);
  margin: 0 0 20px;
}
.megamenuBody .verticalBox .verticalBoxBody .bodyItem .imageContentArea .image img {
  height: auto;
  width: 100%;
}
.megamenuBody .btnTypeWhite {
  height: calc(100% - 20px);
  margin: 0 0 20px;
}
.megamenuBody .btnTypeWhite.altextC a .btnInner {
  justify-content: center;
}
.megamenuBody .btnTypeWhite.mb0 {
  height: 100%;
}
.megamenuBody .btnTypeWhite a {
  background-color: #ffffff;
  background-position: 5px calc(50% - 0.125em);
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: inherit;
  display: block;
  height: 100%;
  padding: 12px 35px;
  text-decoration: none;
}
.megamenuBody .btnTypeWhite a:hover {
  opacity: 0.75;
}
.megamenuBody .btnTypeWhite a .btnInner {
  align-items: center;
  display: flex;
  gap: 15px;
  height: 100%;
  min-height: 45px;
}
.megamenuBody .btnTypeWhite a .btnInner .btImage {
  flex: 0 0 45px;
  max-width: 45px;
}
.megamenuBody .btnTypeWhite a .btnInner .btImage img {
  width: 100%;
}
.megamenuBody .btnTypeWhite a .btnInner .btText {
  line-height: 1.34;
}
.megamenuBody .btnTypeWhite a .btnInner .btText .btTitle {
  font-size: 1.125rem;
  font-weight: 600;
}
.megamenuBody .bgflameWhite {
  background-color: #ffffff;
  margin: 0 0 20px;
}
.megamenuBody .title2A {
  border-left: 4px solid #cc0022;
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
  padding: 8px 0 8px 15px;
}
.megamenuBody .arrowlinkR {
  background-image: url(../images/icon_bt_arrow_r.gif);
  background-position: -8px calc(50% - 0.125em);
  background-repeat: no-repeat;
  padding: 0 0 0 18px;
  text-decoration: none;
}
.megamenuBody a.arrowlinkR {
  text-decoration: none;
}
.megamenuBody a.arrowlinkR:hover {
  text-decoration: underline;
}
.megamenuBody .arrowlistR {
  line-height: 1.34;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.megamenuBody .arrowlistR li {
  background-image: url(../images/icon_arrow_r.gif);
  background-position: left calc(50% - 0.125em);
  background-repeat: no-repeat;
  margin: 0 0 6px;
  padding: 0 0 0 12px;
}
.megamenuBody .arrowlistR li a {
  text-decoration: none;
}
.megamenuBody .arrowlistR li a:hover {
  text-decoration: underline;
}
.megamenuBody .pt10 {
  padding-top: 10px !important;
}
.megamenuBody .pr20 {
  padding-right: 20px !important;
}
.megamenuBody .pb10 {
  padding-bottom: 10px !important;
}
.megamenuBody .pl20 {
  padding-left: 20px !important;
}
.megamenuBody .pa20 {
  padding: 20px !important;
}
.megamenuBody .mb0 {
  margin-bottom: 0 !important;
}
.megamenuBody .mb10 {
  margin-bottom: 10px !important;
}
.megamenuBody .mb20 {
  margin-bottom: 20px !important;
}
.megamenuBody .BtR {
  background-image: url(../images/icon_bt_arrow_r.gif);
}
.megamenuBody .sttextG {
  font-weight: 600;
}
.megamenuBody .sttextR {
  color: #cc0022;
}
.megamenuBody .textL {
  font-size: 1.125rem;
}

#girdText {
  font-size: 0.875rem;
  line-height: 1.34;
  margin: 0 auto;
  padding: 12px 3rem 10px;
  position: relative;
  width: 81rem;
}
#girdText::before {
  border-top: 1px solid #c1c1c1;
  content: "";
  inset: 0 3rem auto 3rem;
  position: absolute;
}

#footerSitemap {
  border-top: 1px solid #cc0022;
  padding: 23px 0 18px;
}
#footerSitemap > ul {
  box-sizing: border-box;
  color: #6f6f6f;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  line-height: 129%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 3rem;
  width: 81rem;
}
#footerSitemap > ul > li {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 0 18px;
  max-width: 100%;
}
#footerSitemap > ul > li.home {
  flex: 0 0 100%;
}
#footerSitemap > ul > li a {
  color: inherit;
  text-decoration: none;
}
#footerSitemap > ul > li a:hover {
  text-decoration: underline;
}
#footerSitemap > ul > li ul {
  font-size: 11px;
  font-weight: 400;
  list-style-type: none;
  margin: 18px 0 15px;
  padding: 0;
}
#footerSitemap > ul > li ul li {
  margin: 6px 10px 6px 0;
}

#footer {
  border-top: 1px solid #989898;
  line-height: 1;
}
#footer ul {
  color: #6f6f6f;
  display: flex;
  font-size: 0.75rem;
  list-style-type: none;
  margin: 0 auto;
  padding: 10px 3rem;
  width: 81rem;
}
#footer ul li {
  border-right: 1px solid #c1c1c1;
}
#footer ul li:first-child {
  border-left: 1px solid #c1c1c1;
}
#footer ul li a {
  color: inherit;
  display: block;
  padding: 0 1em;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}

#copy_area {
  background: #cc0022;
  color: #ffffff;
  font-size: 12px;
  height: 36px;
  width: 100%;
}

#copy {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 3rem;
  width: 81rem;
}
#copy p {
  margin: 0;
}

.text-brand {
  color: var(--brand) !important;
}

.bg-brand {
  background-color: var(--brand) !important;
}

.bg-brand-subtle {
  background-color: var(--brand-subtle) !important;
}

.border-brand {
  --bs-border-color: var(--brand) !important;
}

.text-bg-brand {
  background-color: var(--brand);
  color: #ffffff;
}

.revisedSummary {
  background-color: #DADFE2;
  padding: 1rem 0;
}
.revisedSummary__inner {
  line-height: 1.34;
  text-align: center;
  font-size: 1rem;
}
.revisedSummary__inner > span {
  display: inline-block;
}

.insuranceVoiceCard {
  --insurance-voice-card-border-color: #333333;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.insuranceVoiceCard--primary {
  --insurance-voice-card-border-color: #cc0022;
}
.insuranceVoiceCard--brand {
  --insurance-voice-card-border-color: var(--brand);
}
.insuranceVoiceCard__body {
  background-color: #ffffff;
  border: 2px solid var(--insurance-voice-card-border-color);
  border-radius: 0.75rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.insuranceVoiceCard__body::after {
  background-color: #ffffff;
  border: 2px solid transparent;
  border-bottom-color: var(--insurance-voice-card-border-color);
  border-right-color: var(--insurance-voice-card-border-color);
  content: "";
  height: 1.5rem;
  inset: calc(100% - 0.75rem) auto auto calc(50% - 0.75rem);
  position: absolute;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
          transform: rotate(45deg) skew(15deg, 15deg);
  width: 1.5rem;
}
.insuranceVoiceCard__text {
  margin-bottom: 2.5rem;
}
.insuranceVoiceCard__tags {
  display: flex;
  gap: 0.5rem;
  margin: auto 0 0;
}
.insuranceTable {
  --insurance-table-border-color: #989898;
  --insurance-table-border-width: 2px;
}
.insuranceTable th,
.insuranceTable td {
  border: var(--insurance-table-border-width) solid var(--insurance-table-border-color);
}
.insuranceTable__slash {
  position: relative;
}
.insuranceTable__slash__border {
  height: 100%;
  inset: 0 auto auto 0;
  position: absolute;
  width: 100%;
}
.insuranceTable__slash__item {
  inset: var(--insurance-table-slash-inset);
  position: absolute;
}
.insuranceTable__slash__item--row {
  --insurance-table-slash-inset: 0 0 auto auto;
}
.insuranceTable__slash__item--col {
  --insurance-table-slash-inset: auto auto 0 0;
}

.insuranceSupportCard {
  --insurance-support-card-color: #333333;
  --insurance-support-card-bg: #ffffff;
  background-color: var(--insurance-support-card-bg);
  border-radius: 0.75rem;
  color: var(--insurance-support-card-color);
  display: flex;
  flex-direction: column;
}
.insuranceSupportCard--primary-subtle {
  --insurance-support-card-bg: #ffdde3;
}
.insuranceSupportCard--brand-subtle {
  --insurance-support-card-bg: var(--brand-subtle);
}
.insuranceSupportCard__img {
  border-radius: 0.75rem 0.75rem 0 0;
  height: auto;
  width: 100%;
  border: 1px solid #eaeaea;
}
.insuranceSupportCard__body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.insuranceStartPanel {
  --header-bg: #333333;
  --header-color: #ffffff;
  --body-bg: #f3efe6;
  --body-color: #333333;
}
.insuranceStartPanel--primary {
  --header-bg: #cc0022;
  --header-color: #ffffff;
  --header-angle-color: #ffffff;
}
.insuranceStartPanel--brand-subtle {
  --header-bg: var(--brand-subtle);
  --header-color: #333333;
  --header-angle-color: var(--brand);
}
.insuranceStartPanel__header {
  align-items: center;
  background-color: var(--header-bg);
  color: var(--header-color);
  display: flex;
  justify-content: space-between;
  min-height: 3.5rem;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem;
}
.insuranceStartPanel__header__title {
  flex: 1 1 0;
  margin: 0;
  text-align: left;
  font-size: 1.125rem;
  margin-right: 1.5rem;
}
.insuranceStartPanel__header__icon {
  font-size: 1.875rem;
}
.insuranceStartPanel__header__icon--angle {
  align-self: center;
  fill: var(--brand);
}
.insuranceStartPanel__header::marker {
  display: none;
}
.insuranceStartPanel__body {
  background-color: var(--body-bg);
  border-radius: 0 0 0.25rem 0.25rem;
  color: var(--body-color);
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.insuranceStartPanel[open] .insuranceStartPanel__header {
  border-radius: 0.25rem 0.25rem 0 0;
}
.insuranceStartPanel[open] .insuranceStartPanel__header > .insuranceStartPanel__header__icon--angle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.insuranceRevisedSummary {
  background-color: #dadfe2;
  padding: 1rem 0;
}
.insuranceRevisedSummary__inner {
  line-height: 1.34;
  text-align: center;
  font-size: 1rem;
}
.insuranceRevisedSummary__inner > span {
  display: inline-block;
}

.insuranceQAPanel {
  --header-bg: #333333;
  --header-color: #ffffff;
  --body-bg: #eaeaea;
  --body-color: #333333;
}
.insuranceQAPanel--primary {
  --header-bg: #cc0022;
  --header-color: #ffffff;
}
.insuranceQAPanel--brand {
  --header-bg: var(--brand);
  --header-color: #ffffff;
}
.insuranceQAPanel__header {
  align-items: baseline;
  background-color: var(--header-bg);
  color: var(--header-color);
  display: flex;
  justify-content: space-between;
  min-height: 3.5rem;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem;
}
.insuranceQAPanel__header__title {
  flex: 1 1 0;
  margin: 0;
  text-align: left;
  font-size: 1.125rem;
  margin-inline: 1.5rem;
}
.insuranceQAPanel__header__icon {
  line-height: 1;
}
.insuranceQAPanel__header__icon--angle {
  align-self: center;
  font-size: 1.875rem;
}
.insuranceQAPanel__header__qIcon {
  line-height: 1;
  font-size: 1.5rem;
}
.insuranceQAPanel__header::marker {
  display: none;
}
.insuranceQAPanel__body {
  background-color: var(--body-bg);
  border-radius: 0 0 0.25rem 0.25rem;
  color: var(--body-color);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  padding: 1rem 1.5rem;
}
.insuranceQAPanel__body__aIcon {
  color: var(--header-bg);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-right: 1.5rem;
}
.insuranceQAPanel__body__text {
  color: #333333;
  flex: 1 1 auto;
  margin: 0;
}
.insuranceQAPanel[open] .insuranceQAPanel__header {
  border-radius: 0.25rem 0.25rem 0 0;
}
.insuranceQAPanel[open] .insuranceQAPanel__header > .insuranceQAPanel__header__icon--angle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.insuranceQAList {
  --insurance-qa-list-header-bg: #333333;
  --insurance-qa-list-header-color: #ffffff;
  --insurance-qa-list-body-bg: #eaeaea;
  --insurance-qa-list-body-color: #333333;
  --insurance-qa-list-accent-color: var(--insurance-qa-list-header-bg);
  --insurance-qa-list-gap: 2.5rem;
  --insurance-qa-list-radius: 0.25rem;
  --insurance-qa-list-padding: 1rem 1.5rem;
  --insurance-qa-list-title-size: 1.125rem;
  --insurance-qa-list-title-margin: 1.5rem;
  --insurance-qa-list-icon-size: 1.5rem;
  --insurance-qa-list-angle-size: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: var(--insurance-qa-list-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
.insuranceQAList--primary {
  --insurance-qa-list-header-bg: #cc0022;
}
.insuranceQAList--brand {
  --insurance-qa-list-header-bg: var(--brand);
}
.insuranceQAList__item {
  display: block;
}
.insuranceQAList__header {
  background-color: var(--insurance-qa-list-header-bg);
  border-radius: var(--insurance-qa-list-radius);
  color: var(--insurance-qa-list-header-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: var(--insurance-qa-list-padding);
}
.insuranceQAList__header__title {
  flex: 1 1 0;
  font-size: var(--insurance-qa-list-title-size);
  margin: 0.125rem var(--insurance-qa-list-title-margin) 0;
  text-align: left;
}
.insuranceQAList__header__icon {
  font-size: var(--insurance-qa-list-icon-size);
  max-width: 1em;
  line-height: 1;
  background-color: #ffffff;
  height: 1em;
  flex: 0 0 1em;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzI4Ljk2LDQ3OS4yM2MtOS4yMi0xMi44LTE0Ljg1LTE4Ljk0LTQ0LjU0LTQ4LjEzLTI4LjY3LDE2LjktNTQuNzgsMjQuMDYtOTAuMTEsMjQuMDYtMTA3LjUyLDAtMTc2LjY0LTc4Ljg1LTE3Ni42NC0yMDEuNzNTODcuMyw1MC43LDE5NC44Miw1MC43czE3Ni42NCw3OC44NSwxNzYuNjQsMjAxLjczYzAsMzYuODYtNi4xNCw2OS42My0xOC40Myw5OC4zLTkuNzMsMjMuMDQtMTguNDMsMzUuMzMtNDAuOTYsNTkuMzksMjMuNTUsMjMuMDQsMzAuMjEsMjkuMTgsNDQuNTQsNDAuNDVsLTI3LjY1LDI4LjY3Wk0yNDMuNDYsMzM5Ljk3YzguNywxMC4yNCwxNS4zNiwxNy45Miw0MC45Niw0My41MiwxNS44Ny0xNi45LDIxLjUtMjUuNiwyOC42Ny00MS45OCwxMC43NS0yNi42MiwxNi4zOC01NS44MSwxNi4zOC04OS42LDAtMTAwLjg2LTUyLjIyLTE2NS4zNy0xMzQuMTQtMTY1LjM3UzU5LjE0LDE1Mi4wNyw1OS4xNCwyNTIuOTNzNTMuNzYsMTY2LjQsMTM3LjczLDE2Ni40YzIzLjA0LDAsNDEuNDctNC42MSw2MC40Mi0xNS4zNi0xNy40MS0xNi45LTI2LjYyLTI1LjA5LTQxLjk4LTM2LjM1bDI4LjE2LTI3LjY1Wk00ODQuNjEsMzk2Ljh2NTAuNjloLTUwLjY5di01MC42OWg1MC42OVoiLz48L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzI4Ljk2LDQ3OS4yM2MtOS4yMi0xMi44LTE0Ljg1LTE4Ljk0LTQ0LjU0LTQ4LjEzLTI4LjY3LDE2LjktNTQuNzgsMjQuMDYtOTAuMTEsMjQuMDYtMTA3LjUyLDAtMTc2LjY0LTc4Ljg1LTE3Ni42NC0yMDEuNzNTODcuMyw1MC43LDE5NC44Miw1MC43czE3Ni42NCw3OC44NSwxNzYuNjQsMjAxLjczYzAsMzYuODYtNi4xNCw2OS42My0xOC40Myw5OC4zLTkuNzMsMjMuMDQtMTguNDMsMzUuMzMtNDAuOTYsNTkuMzksMjMuNTUsMjMuMDQsMzAuMjEsMjkuMTgsNDQuNTQsNDAuNDVsLTI3LjY1LDI4LjY3Wk0yNDMuNDYsMzM5Ljk3YzguNywxMC4yNCwxNS4zNiwxNy45Miw0MC45Niw0My41MiwxNS44Ny0xNi45LDIxLjUtMjUuNiwyOC42Ny00MS45OCwxMC43NS0yNi42MiwxNi4zOC01NS44MSwxNi4zOC04OS42LDAtMTAwLjg2LTUyLjIyLTE2NS4zNy0xMzQuMTQtMTY1LjM3UzU5LjE0LDE1Mi4wNyw1OS4xNCwyNTIuOTNzNTMuNzYsMTY2LjQsMTM3LjczLDE2Ni40YzIzLjA0LDAsNDEuNDctNC42MSw2MC40Mi0xNS4zNi0xNy40MS0xNi45LTI2LjYyLTI1LjA5LTQxLjk4LTM2LjM1bDI4LjE2LTI3LjY1Wk00ODQuNjEsMzk2Ljh2NTAuNjloLTUwLjY5di01MC42OWg1MC42OVoiLz48L3N2Zz4=");
}
.insuranceQAList__header__icon--angle {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjM2LjU2LDM2Ni4zN2MxMC42MywxMC43LDI3LjkzLDEwLjc2LDM4LjY0LjEzLjA4LS4wOC4xNi0uMTYuMjQtLjI0bDE1NS41LTE1NS44NmMxMC43My0xMC43LDEwLjc1LTI4LjA3LjA1LTM4LjgtLjAyLS4wMi0uMDMtLjAzLS4wNS0uMDVsLTI1Ljk2LTI1LjljLTEwLjYxLTEwLjctMjcuODgtMTAuNzgtMzguNTgtLjE4LS4wNi4wNi0uMTIuMTItLjE4LjE4bC0xMTAuMjIsMTEwLjQ3LTExMC4zNC0xMTAuMzZjLTEwLjYxLTEwLjctMjcuODgtMTAuNzgtMzguNTktLjE3LS4wNi4wNi0uMTIuMTItLjE3LjE3bC0yNS44NCwyNS45Yy0xMC43MywxMC43LTEwLjc1LDI4LjA3LS4wNSwzOC44LjAyLjAyLjAzLjAzLjA1LjA1bDE1NS41LDE1NS44NloiLz48L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjM2LjU2LDM2Ni4zN2MxMC42MywxMC43LDI3LjkzLDEwLjc2LDM4LjY0LjEzLjA4LS4wOC4xNi0uMTYuMjQtLjI0bDE1NS41LTE1NS44NmMxMC43My0xMC43LDEwLjc1LTI4LjA3LjA1LTM4LjgtLjAyLS4wMi0uMDMtLjAzLS4wNS0uMDVsLTI1Ljk2LTI1LjljLTEwLjYxLTEwLjctMjcuODgtMTAuNzgtMzguNTgtLjE4LS4wNi4wNi0uMTIuMTItLjE4LjE4bC0xMTAuMjIsMTEwLjQ3LTExMC4zNC0xMTAuMzZjLTEwLjYxLTEwLjctMjcuODgtMTAuNzgtMzguNTktLjE3LS4wNi4wNi0uMTIuMTItLjE3LjE3bC0yNS44NCwyNS45Yy0xMC43MywxMC43LTEwLjc1LDI4LjA3LS4wNSwzOC44LjAyLjAyLjAzLjAzLjA1LjA1bDE1NS41LDE1NS44NloiLz48L3N2Zz4=");
  font-size: var(--insurance-qa-list-angle-size);
}
.insuranceQAList__header::marker {
  display: none;
}
.insuranceQAList__body {
  background-color: var(--insurance-qa-list-body-bg);
  border-radius: 0 0 var(--insurance-qa-list-radius) var(--insurance-qa-list-radius);
  color: var(--insurance-qa-list-body-color);
  display: flex;
  justify-content: space-between;
  padding: var(--insurance-qa-list-padding);
}
.insuranceQAList__body__icon {
  color: var(--insurance-qa-list-accent-color);
  max-width: 1em;
  flex: 0 0 1em;
  height: 1em;
  font-size: var(--insurance-qa-list-icon-size);
  background-color: var(--insurance-qa-list-accent-color);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzI2LjY1LDQ0Ny40OWMtNC4xLTE4LjQzLTkuNzMtMzYuMzUtMTUuODctNTIuMjJsLTI2LjYyLTY2LjA1SDEwNS40N2wtMjYuNjIsNjYuMDVjLTcuNjgsMTkuNDYtMTIuMjksMzQuMy0xNS44Nyw1Mi4yMkg5LjczYzEwLjI0LTE2LjksMTMuODItMjQuNTgsMjcuNjUtNTguODhMMTUyLjA2LDEwNS45OWM5LjczLTI0LjA2LDEzLjgyLTM1Ljg0LDE2LjM4LTQ3LjYyaDUxLjcxYzIuMDUsOS43Myw0LjYxLDE2LjM4LDE3LjQxLDQ3LjYybDExNC42OSwyODIuNjJjMTIuOCwzMC43MiwxOS40Niw0NS41NywyNy4xNCw1OC44OGgtNTIuNzRaTTIwNS44MiwxMjQuOTNjLTEuNTQtNC4xLTEuNTQtNC42MS0xMS4yNi0zMi43Ny0yLjU2LDcuNjgtNC42MSwxMy4zMS01LjYzLDE2LjktMy4wNyw4LjE5LTQuNjEsMTMuODItNS42MywxNS44N2wtNjUuNTQsMTY4Ljk2aDE1NC4xMWwtNjYuMDUtMTY4Ljk2Wk00NzMuMDksMzk2Ljh2NTAuNjloLTUwLjY5di01MC42OWg1MC42OVoiLz48L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzI2LjY1LDQ0Ny40OWMtNC4xLTE4LjQzLTkuNzMtMzYuMzUtMTUuODctNTIuMjJsLTI2LjYyLTY2LjA1SDEwNS40N2wtMjYuNjIsNjYuMDVjLTcuNjgsMTkuNDYtMTIuMjksMzQuMy0xNS44Nyw1Mi4yMkg5LjczYzEwLjI0LTE2LjksMTMuODItMjQuNTgsMjcuNjUtNTguODhMMTUyLjA2LDEwNS45OWM5LjczLTI0LjA2LDEzLjgyLTM1Ljg0LDE2LjM4LTQ3LjYyaDUxLjcxYzIuMDUsOS43Myw0LjYxLDE2LjM4LDE3LjQxLDQ3LjYybDExNC42OSwyODIuNjJjMTIuOCwzMC43MiwxOS40Niw0NS41NywyNy4xNCw1OC44OGgtNTIuNzRaTTIwNS44MiwxMjQuOTNjLTEuNTQtNC4xLTEuNTQtNC42MS0xMS4yNi0zMi43Ny0yLjU2LDcuNjgtNC42MSwxMy4zMS01LjYzLDE2LjktMy4wNyw4LjE5LTQuNjEsMTMuODItNS42MywxNS44N2wtNjUuNTQsMTY4Ljk2aDE1NC4xMWwtNjYuMDUtMTY4Ljk2Wk00NzMuMDksMzk2Ljh2NTAuNjloLTUwLjY5di01MC42OWg1MC42OVoiLz48L3N2Zz4=");
  line-height: 1.2;
  margin-right: var(--insurance-qa-list-title-margin);
}
.insuranceQAList__body__text {
  color: inherit;
  flex: 1 1 auto;
  margin: 0;
}
.insuranceQAList__item[open] .insuranceQAList__header {
  border-radius: var(--insurance-qa-list-radius) var(--insurance-qa-list-radius) 0 0;
}
.insuranceQAList__item[open] .insuranceQAList__header__icon--angle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.insurancePanel {
  --insurance-panel-header-bg: #eaeaea;
  --insurance-panel-header-color: inherit;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
}
.insurancePanel--primary-subtle {
  --insurance-panel-header-bg: #fff0f3;
  --insurance-panel-header-color: #cc0022;
}
.insurancePanel--brand-subtle {
  --insurance-panel-header-bg: var(--brand-subtle);
  --insurance-panel-header-color: var(--brand);
}
.insurancePanel__header {
  background-color: var(--insurance-panel-header-bg);
  border-radius: 0.75rem 0.75rem 0 0;
  color: var(--insurance-panel-header-color);
  padding: 2.5rem;
}
.insurancePanel__body {
  padding: 3.375rem 2.5rem 2.5rem;
}

.insurancePanel[id^=reason_] {
  scroll-margin-top: 3rem;
}

.insuranceNoticePanel {
  --insurance-notice-panel-header-bg: #5b5b5b;
  --insurance-notice-panel-header-color: #ffffff;
  --insurance-notice-panel-body-bg: #ffffff;
  --insurance-notice-panel-body-color: #333333;
}
.insuranceNoticePanel--primary {
  --insurance-notice-panel-header-bg: #cc0022;
  --insurance-notice-panel-header-color: #ffffff;
}
.insuranceNoticePanel--brand {
  --insurance-notice-panel-header-bg: var(--brand);
  --insurance-notice-panel-header-color: #ffffff;
}
.insuranceNoticePanel__header {
  align-items: center;
  background-color: var(--insurance-notice-panel-header-bg);
  color: var(--insurance-notice-panel-header-color);
  display: flex;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem 0.5rem 1.1875rem;
}
.insuranceNoticePanel__header__title {
  flex: 1 1 0;
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  padding-inline: 1.5rem 2.5rem;
}
.insuranceNoticePanel__header__icon {
  font-size: 1.5rem;
}
.insuranceNoticePanel__header__icon--angle {
  font-size: 1.875rem;
}
.insuranceNoticePanel__header::marker {
  display: none;
}
.insuranceNoticePanel__body {
  color: var(--body-color);
  padding-top: 1rem;
}
.insuranceNoticePanel[open] .insuranceNoticePanel__header > .insuranceNoticePanel__header__icon--angle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.insuranceModal {
  --bs-modal-width: 75rem;
  --bs-modal-padding: 5rem 2.5rem;
  --bs-modal-border-width: none;
  --bs-modal-border-radius: 0.75rem;
  --bs-modal-header-padding: 0;
  --bs-modal-header-border-width: none;
  --bs-modal-footer-border-width: none;
  --insurance-modal-close-bg: #333333;
}
.insuranceModal--sm {
  --bs-modal-width: 61.25rem;
}
.insuranceModal .modal-dialog {
  margin: 8rem auto;
}
.insuranceModal .modal-content {
  box-shadow: var(--bs-modal-box-shadow);
}
.insuranceModal--primary {
  --insurance-modal-close-bg: #cc0022;
}
.insuranceModal--brand {
  --insurance-modal-close-bg: var(--brand);
  --bs-modal-box-shadow: 0 0 1.5rem rgb(from #022a58 r g b/55%);
}
.insuranceModal__close {
  aspect-ratio: 1/1;
  background-color: var(--insurance-modal-close-bg);
  border: none;
  border-radius: 0 0.75rem;
  inset: 0 0 auto auto;
  position: absolute;
  width: 3.5rem;
  z-index: 1;
}
.insuranceModal__close::before, .insuranceModal__close::after {
  background-color: #ffffff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
}
.insuranceModal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.insuranceModal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.insuranceInformationCard {
  --insurance-information-card-label-bg: #333333;
  --insurance-information-card-label-color: #ffffff;
  background-color: #f3efe6;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.insuranceInformationCard--primary {
  --insurance-information-card-label-bg: #cc0022;
  --insurance-information-card-label-color: #ffffff;
}
.insuranceInformationCard--brand {
  --insurance-information-card-label-bg: var(--brand);
  --insurance-information-card-label-color: #ffffff;
}
.insuranceInformationCard__label {
  background-color: var(--insurance-information-card-label-bg);
  border-radius: 0.375rem;
  color: var(--insurance-information-card-label-color);
  inset: 0 auto auto 50%;
  line-height: 1.34;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: max-content;
  font-size: 1rem;
  padding: 0.625rem;
}
.insuranceInformationCard__img {
  border-radius: 0.375rem 0.375rem 0 0;
  height: auto;
  width: 100%;
}
.insuranceInformationCard__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.25rem;
}
.insuranceInformationCard__button {
  align-items: center;
  background-color: var(--insurance-information-card-label-bg);
  border: none;
  border-radius: 0 0 0.375rem 0.375rem;
  color: var(--insurance-information-card-label-color);
  display: flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1.34;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  height: 4rem;
}
.insuranceInformationCard__button__icon {
  line-height: 1;
  position: absolute;
  inset: calc(50% - 0.5em) 0.75rem auto auto;
}

.insuranceHolidayNight {
  --insurance-holiday-night-card-label-bg: #333333;
  --insurance-holiday-night-card-label-color: #ffffff;
}
.insuranceHolidayNight--primary {
  --insurance-holiday-night-tab-bg: #cc0022;
  --insurance-holiday-night-tab-color: #ffffff;
  --insurance-holiday-night-content-bg: var($monza-50);
  --insurance-holiday-night-content-border: var($primary);
}
.insuranceHolidayNight--brand {
  --insurance-holiday-night-tab-bg: var(--brand);
  --insurance-holiday-night-tab-color: #ffffff;
  --insurance-holiday-night-content-bg: var(--brand-subtle);
  --insurance-holiday-night-content-border: var(--brand);
}
.insuranceHolidayNight__tabButtons {
  display: flex;
  gap: 0 0.125rem;
  display: none;
}
.insuranceHolidayNight__tabButton {
  background-color: unset;
  border: none;
  flex: 1;
  height: 3rem;
  padding: 0;
  padding-top: 0.5rem;
}
.insuranceHolidayNight__tabButton.active {
  padding-top: 0;
}
.insuranceHolidayNight__tabButtonInner {
  align-items: center;
  border-radius: 0.25rem 0.25rem 0 0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
}
.insuranceHolidayNight__tabButton .insuranceHolidayNight__tabButtonInner {
  background-color: #d6d6d6;
  color: #333333;
}
.insuranceHolidayNight__tabButton.active .insuranceHolidayNight__tabButtonInner {
  background-color: var(--insurance-holiday-night-tab-bg);
  color: var(--insurance-holiday-night-tab-color);
}
.insuranceHolidayNight__contents {
  align-items: flex-start;
  display: flex;
  gap: 0 1.5rem;
  justify-content: space-between;
}
.insuranceHolidayNight__content {
  background-color: var(--insurance-holiday-night-content-bg);
  border: none;
  border-radius: 0;
  display: block !important;
  flex: 1;
}
.insuranceHolidayNight__content[data-tab-content=night] {
  background-color: #eaeaea;
}
.insuranceHolidayNight__content.active {
  display: block;
}
.insuranceHolidayNight__title {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  height: 2.5rem;
  justify-content: center;
  margin: 0;
}
.insuranceHolidayNight__title--holiday {
  background-color: var(--insurance-holiday-night-tab-bg);
}
.insuranceHolidayNight__title--night {
  background-color: #474747;
}
.insuranceHolidayNight__imgOuter {
  padding: 1.875rem 3.4375rem;
}
.insuranceHolidayNight__img {
  height: auto;
  width: 100%;
}

.insuranceHeading-4, .insuranceHeading-3, .insuranceHeading-2, .insuranceHeading--bordered {
  --insurance-heading-color: inherit;
  --insurance-heading-title-font-size: null;
  --insurance-heading-lead-font-size: null;
  color: var(--insurance-heading-color);
  line-height: 1.34;
  margin: 0;
  text-align: center;
}

.insuranceHeading__lead {
  font-size: var(--insurance-heading-lead-font-size);
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 0.3125rem;
}
.insuranceHeading__title {
  font-size: var(--insurance-heading-title-font-size);
  margin: 0;
}
.insuranceHeading--primary {
  --insurance-heading-color: #cc0022;
}
.insuranceHeading--brand {
  --insurance-heading-color: var(--brand);
}
.insuranceHeading--underline {
  background-image: linear-gradient(to bottom, currentcolor, currentcolor);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: var(--insurance-heading-underline-width) 3px;
  padding: 0 0 calc(1.5rem + 3px);
}
.insuranceHeading--bordered {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
}
.insuranceHeading--bordered::before {
  background-color: var(--brand);
  content: "";
  display: block;
  flex: 1 1 0;
  height: 1px;
  width: auto;
}
.insuranceHeading--bordered::after {
  background-color: var(--brand);
  content: "";
  display: block;
  flex: 1 1 0;
  height: 1px;
  width: auto;
}
.insuranceHeading--bordered .insuranceHeading__title {
  padding-inline: 2.125rem;
}
.insuranceHeading-2 {
  --insurance-heading-underline-width: 2.5rem;
  --insurance-heading-lead-font-size: 1.5rem;
  --insurance-heading-title-font-size: 2.5rem;
}
.insuranceHeading-3 {
  --insurance-heading-underline-width: 1.5rem;
  --insurance-heading-lead-font-size: 1.25rem;
  --insurance-heading-title-font-size: 1.5rem;
}
.insuranceHeading-4 {
  --insurance-heading-title-font-size: 1.25rem;
  font-size: 1.25rem;
}
.insuranceHeading-5 {
  background-color: var(--brand);
  color: #ffffff;
  line-height: 1.34;
  padding: 0.25rem 0.25rem 0.25rem 1.5em;
  position: relative;
  font-size: 1.125rem;
}
.insuranceHeading-5::before {
  background-color: currentcolor;
  content: "";
  display: block;
  height: 0.75em;
  inset: 0.5em auto auto 0.5em;
  position: absolute;
  width: 0.75em;
}

.insuranceHeaderCTA {
  display: flex;
  gap: 1px;
  padding: 1px 0 0;
}
.insuranceHeaderCTA__item {
  --insurance-header-cta-bg: transparent;
  background-color: var(--insurance-header-cta-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 3rem;
}
.insuranceHeaderCTA__item--prospect {
  --insurance-header-cta-bg: #e5e8f3;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.insuranceHeaderCTA__item--policyholder {
  --insurance-header-cta-bg: #f3efe6;
  flex: 30%;
  max-width: 30%;
}
.insuranceHeaderCTA__header {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 1.75rem;
}
.insuranceHeaderCTA__header__small {
  font-size: 1.375rem;
}
.insuranceHeaderCTA__balloon {
  background-color: #ffffff;
  border-radius: 100vw;
  font-weight: 600;
  line-height: 1.34;
  margin: 0 0 1.5rem;
  position: relative;
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
  font-size: 1.125rem;
  padding: 0.375rem 3rem 0.5rem;
}
.insuranceHeaderCTA__balloon::after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 16px 7px 0;
  content: "";
  display: block;
  height: 0;
  inset: 100% auto auto calc(50% - 7px);
  position: absolute;
  width: 0;
}
.insuranceHeaderCTA__balloon__primary {
  color: #cc0022;
  line-height: 1;
  font-size: 1.5rem;
}
.insuranceHeaderCTA__lead {
  font-weight: 600;
  line-height: 1.34;
  margin: 0.5rem 0 2rem;
  text-align: center;
  font-size: 1.125rem;
}
.insuranceHeaderCTA__button__label {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #ffef8b;
  border-radius: 50%;
  color: var(--insurance-button-bg-color);
  display: flex;
  justify-content: center;
  width: 5rem;
}
.insuranceHeaderCTA__button__label--sm {
  width: 4.1875rem;
}

:root {
  --sticky-footer-height: 7.5rem;
}

.insuranceFooterCTA {
  background-color: #ffffff;
  inset: auto auto 0;
  z-index: 1020;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  padding: 1.75rem 0;
  position: sticky;
}
.insuranceFooterCTA.is-hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.insuranceFooterCTA__balloon {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.34;
}
.insuranceFooterCTA__balloon__primary {
  color: #cc0022;
  font-size: 1.125rem;
  line-height: 1;
}
.insuranceFooterCTA__button {
  align-items: center;
  background-color: #cc0022;
  border-radius: 100vw;
  box-shadow: 0 3px 0 rgb(from #000000 r g b/50%), 0 3px 0 #cc0022;
  color: #ffffff;
  display: flex;
  font-weight: 600;
  gap: 1.375rem;
  justify-content: center;
  line-height: 1.34;
  position: relative;
  text-decoration: none;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  block-size: 4rem;
  font-size: 1.25rem;
  inline-size: 25rem;
  max-inline-size: 27.5rem;
}
.insuranceFooterCTA__button:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23));
  box-shadow: 0 0 0 rgb(from #000000 r g b/50%), 0 0 0 var(--insurance-button-bg-color);
  text-decoration: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.insuranceFooterCTA__button__icon {
  inset: calc(50% - 0.5em) 1.25rem auto auto;
  line-height: 1;
  position: absolute;
}
.insuranceFooterCTA__button__image {
  align-items: center;
  background-color: #ffef8b;
  block-size: 1.75rem;
  border-radius: 100vw;
  color: #cc0022;
  display: flex;
  inline-size: 6rem;
  justify-content: center;
  text-align: center;
}

.insuranceFlowCard {
  --insurance-flow-card-index-bg: #333333;
  --insurance-flow-card-index-color: #ffffff;
  background-color: #f3efe6;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.insuranceFlowCard--primary {
  --insurance-flow-card-index-bg: #cc0022;
}
.insuranceFlowCard--brand {
  --insurance-flow-card-index-bg: var(--brand);
}
.insuranceFlowCard__index {
  background-color: var(--insurance-flow-card-index-bg);
  border-radius: 0.75rem 0.75rem 0 0;
  color: var(--insurance-flow-card-index-color);
  font-weight: 600;
  inset: 0 auto auto 50%;
  line-height: 1.34;
  padding: 0.5rem 1.5rem;
  position: absolute;
  inset: auto auto 100% 0;
}
.insuranceFlowCard__img {
  height: auto;
  width: 100%;
  border-radius: 0 0.75rem 0 0;
}
.insuranceFlowCard__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.25rem;
}

.insuranceFeaturedCard {
  --insurance-featured-card-index-bg: #333333;
  background-color: #ffffff;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.insuranceFeaturedCard--primary {
  --insurance-featured-card-index-bg: #cc0022;
}
.insuranceFeaturedCard--brand {
  --insurance-featured-card-index-bg: var(--brand);
}
.insuranceFeaturedCard__index {
  aspect-ratio: 1/1;
  background-color: var(--insurance-featured-card-index-bg);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  text-align: center;
  font-size: 2.5rem;
  inset: -2.25rem auto auto calc(50% - 2.25rem);
  line-height: 4.5rem;
  width: 4.5rem;
}
.insuranceFeaturedCard__img {
  border-radius: 0.75rem 0.75rem 0 0;
  height: auto;
  width: 100%;
}
.insuranceFeaturedCard__body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.insuranceDetailPageHeader {
  --insurance-detail-page-header-color: currentcolor;
  position: relative;
}
.insuranceDetailPageHeader--brand {
  --insurance-detail-page-header-color: var(--brand);
}
.insuranceDetailPageHeader__inner {
  display: flex;
}
.insuranceDetailPageHeader__inner > * {
  position: relative;
}
.insuranceDetailPageHeader__bg {
  height: 100%;
  inset: 0 auto auto 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.insuranceDetailPageHeader__header {
  text-align: center;
  margin: 7.125rem 2.875rem 0 0;
}
.insuranceDetailPageHeader__header ._biggest {
  font-size: 3.5rem;
}
.insuranceDetailPageHeader__body {
  margin: 4.25rem 8.4375rem 5rem 0;
}
.insuranceDetailPageHeader__logo {
  color: var(--insurance-detail-page-header-color);
  font-weight: 600;
  line-height: 1.34;
  text-align: center;
  margin: 0 0 1.5625rem;
}
.insuranceDetailPageHeader__logo__text {
  font-size: 1.875rem;
  margin: 0 0 1.5625rem;
}
.insuranceDetailPageHeader__points {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
.insuranceDetailPageHeader__points__item {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 0.25rem;
  display: flex;
  font-weight: 600;
  line-height: 1.34;
  padding: 0.375rem 0.4375rem;
  gap: 0.875rem;
}
.insuranceDetailPageHeader__points__item__icon {
  color: var(--insurance-detail-page-header-color);
  line-height: 1;
  font-size: 1.625rem;
}
.insuranceDetailPageHeader__points__item__text {
  font-size: 1.25rem;
}
.insuranceDetailPageHeader__points__item__text__primary {
  color: #cc0022;
}
.insuranceDetailPageHeader__points__item__text__label {
  background-color: #f3efe6;
  color: #cc0022;
  display: inline-block;
  padding: 0.125rem;
  vertical-align: 0.25em;
  font-size: 0.875rem;
  margin: 0 0.5rem 0 0;
}
.insuranceDetailPageHeader__points__item__text__small {
  font-size: 0.875rem;
}
.insuranceDetailPageHeader__footer {
  text-align: center;
  margin: 1.625rem 0 0;
}
.insuranceConnectionIcon {
  color: #7f90c5;
  line-height: 1;
  position: relative;
  font-size: 5.125rem;
}

.insuranceCarousel {
  --insurance-carousel-color: currentcolor;
}
.insuranceCarousel--primary {
  --insurance-carousel-color: #cc0022;
}
.insuranceCarousel--brand {
  --insurance-carousel-color: var(--brand);
}
.insuranceCarousel--gap-1 {
  --insurance-carousel-gap: 1.5rem;
}
.insuranceCarousel--gap-2 {
  --insurance-carousel-gap: 3rem;
}
.insuranceCarousel--per-page-1 {
  --insurance-carousel-slide-width: calc(100% - var(--insurance-carousel-gap) * 0 / 1);
}
.insuranceCarousel--per-page-2 {
  --insurance-carousel-slide-width: calc(50% - var(--insurance-carousel-gap) * 1 / 2);
}
.insuranceCarousel--per-page-3 {
  --insurance-carousel-slide-width: calc(33.3333333333% - var(--insurance-carousel-gap) * 2 / 3);
}
.insuranceCarousel--insection {
  --insurance-carousel-padding: calc((100% - 81rem + 6rem) * 0.5);
}
.insuranceCarousel--inpanel-narrow {
  --insurance-carousel-padding: 7.5rem;
  margin-inline: -2.5rem;
}
.insuranceCarousel--inpanel {
  --insurance-carousel-padding: 2.5rem;
  margin-inline: -2.5rem;
}
.insuranceCarousel--flow:not(.is-initialized) {
  overflow: hidden;
}
.insuranceCarousel--flow:not(.is-initialized) .splide__pagination,
.insuranceCarousel--flow:not(.is-initialized) .splide__arrows {
  display: none;
}
.insuranceCarousel--flow .splide__track {
  padding-inline: var(--insurance-carousel-padding);
}
.insuranceCarousel .splide__pagination {
  gap: 0.5rem;
  line-height: 1;
  padding: 0;
  margin: 1.375rem 0 0;
}
.insuranceCarousel .splide__pagination__page {
  aspect-ratio: 1/1;
  background-color: var(--insurance-carousel-color);
  border: none;
  border-radius: 50%;
  opacity: 0.5;
  padding: 0;
  width: 0.5rem;
}
.insuranceCarousel .splide__pagination__page.is-active {
  opacity: 1;
}
.insuranceCarousel .splide__arrows {
  display: flex;
  gap: 3rem;
  justify-content: center;
  line-height: 1;
  margin: 2rem 0 0;
}
.insuranceCarousel .splide__toggle,
.insuranceCarousel .splide__arrow {
  background-color: transparent;
  border: none;
  color: var(--insurance-carousel-color);
  font-size: 2.5rem;
}
.insuranceCarousel .splide__toggle:hover,
.insuranceCarousel .splide__arrow:hover {
  opacity: 0.75;
}
.insuranceCarousel .splide__arrow--prev {
  order: 1;
}
.insuranceCarousel .splide__toggle {
  order: 2;
}
.insuranceCarousel .splide__arrow--next {
  order: 3;
}

.insuranceBtn {
  --insurance-button-bg-color: transparent;
  --insurance-button-color: inherit;
  --insurance-button-width: auto;
  --insurance-button-height: auto;
  --insurance-button-padding-x: 3rem;
  --insurance-button-padding-y: 0.5rem;
  --insurance-button-icon-font-size: 1.5rem;
  --insurance-button-border-color: transparent;
  --insurance-button-border-radius: 0.5rem;
  --insurance-button-box-shadow: 0 var(--insurance-button-shadow-height) 0 rgb(from #000000 r g b / 50%), 0 var(--insurance-button-shadow-height) 0 var(--insurance-button-bg-color);
  --insurance-button-hover-box-shadow: 0 0 0 rgb(from #000000 r g b / 50%), 0 0 0 var(--insurance-button-bg-color);
  --insurance-button-transform: translateY(calc(var(--insurance-button-shadow-height) * -1));
  --insurance-button-hover-transform: translateY(0);
  --insurance-button-font-size: 1.125rem;
  --insurance-button-shadow-height: 0.25rem;
  align-items: center;
  background-color: var(--insurance-button-bg-color);
  border: 2px solid var(--insurance-button-border-color);
  border-radius: var(--insurance-button-border-radius);
  box-shadow: var(--insurance-button-box-shadow);
  color: var(--insurance-button-color);
  display: inline-flex;
  font-size: var(--insurance-button-font-size);
  font-weight: 600;
  height: var(--insurance-button-height);
  justify-content: center;
  line-height: 1.34;
  max-width: 100%;
  padding: var(--insurance-button-padding-y) var(--insurance-button-padding-x);
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transform: var(--insurance-button-transform);
          transform: var(--insurance-button-transform);
  width: var(--insurance-button-width);
}
.insuranceBtn-primary {
  --insurance-button-bg-color: #cc0022;
  --insurance-button-color: #ffffff;
}
.insuranceBtn-primary-outline {
  --insurance-button-border-color: #cc0022;
  --insurance-button-color: #cc0022;
  --insurance-button-bg-color: #ffffff;
}
.insuranceBtn-brand {
  --insurance-button-bg-color: var(--brand);
  --insurance-button-color: #ffffff;
}
.insuranceBtn-brand-outline {
  --insurance-button-border-color: var(--brand);
  --insurance-button-color: var(--brand);
  --insurance-button-bg-color: #ffffff;
}
.insuranceBtn > ._image {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  inset: 50% auto auto 1.125rem;
}
.insuranceBtn > ._icon {
  font-size: var(--insurance-button-icon-font-size);
  inset: calc(50% - 0.5em) 1.25rem auto auto;
  line-height: 1;
  position: absolute;
}
.insuranceBtn:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23));
  box-shadow: var(--insurance-button-hover-box-shadow);
  text-decoration: none;
  -webkit-transform: var(--insurance-button-hover-transform);
          transform: var(--insurance-button-hover-transform);
}
.insuranceBtn-pill {
  --insurance-button-border-radius: 100vw;
}
.insuranceBtn-height-1, .insuranceBtn-height-pc-1 {
  --insurance-button-padding-y: 0;
  --insurance-button-height: 5rem;
}
.insuranceBtn-height-2, .insuranceBtn-height-pc-2 {
  --insurance-button-padding-y: 0;
  --insurance-button-height: 6.25rem;
}
.insuranceBtn-height-3, .insuranceBtn-height-pc-3 {
  --insurance-button-padding-y: 0;
  --insurance-button-height: 7.5rem;
}
.insuranceBtn-width-1, .insuranceBtn-width-pc-1 {
  --insurance-button-padding-x: 0;
  --insurance-button-width: 390px;
}
.insuranceBtn-width-2, .insuranceBtn-width-pc-2 {
  --insurance-button-padding-x: 0;
  --insurance-button-width: 492px;
}
.insuranceBtn-width-3, .insuranceBtn-width-pc-3 {
  --insurance-button-padding-x: 0;
  --insurance-button-width: 100%;
}

.insuranceBtn-primary-outline, .insuranceBtn-brand-outline {
  --insurance-button-box-shadow: none;
  --insurance-button-transform: none;
  --insurance-button-hover-box-shadow: none;
  --insurance-button-hover-transform: none;
}

.insuranceAnnouncePanel {
  --insurance-announce-panel-header-bg: #333333;
  --insurance-announce-panel-header-color: #ffffff;
  --insurance-announce-panel-body-bg: #ffffff;
  --insurance-announce-panel-body-color: #333333;
  --insurance-announce-panel-body-border-color: #d6d6d6;
}
.insuranceAnnouncePanel--primary {
  --insurance-announce-panel-header-bg: #cc0022;
  --insurance-announce-panel-header-color: #ffffff;
}
.insuranceAnnouncePanel--brand {
  --insurance-announce-panel-header-bg: var(--brand);
  --insurance-announce-panel-header-color: #ffffff;
  --insurance-announce-panel-body-border-color: var(--brand);
}
.insuranceAnnouncePanel__header {
  align-items: center;
  background-color: var(--insurance-announce-panel-header-bg);
  color: var(--insurance-announce-panel-header-color);
  display: flex;
  justify-content: space-between;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.insuranceAnnouncePanel__header__title {
  flex: 1 1 0;
  font-weight: 600;
  line-height: 1.34;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}
.insuranceAnnouncePanel__header__icon {
  font-size: 1.875rem;
}
.insuranceAnnouncePanel__header::marker {
  display: none;
}
.insuranceAnnouncePanel__body {
  background-color: var(--insurance-announce-panel-body-bg);
  border: 2px solid var(--insurance-announce-panel-body-border-color);
  border-radius: 0 0 0.75rem 0.75rem;
  color: var(--insurance-announce-panel-body-color);
  padding: 1.5rem 3rem;
  padding: 2.5rem;
}
.insuranceAnnouncePanel__lead {
  font-size: 1rem;
  text-align: center;
  margin: 0 0 2.5rem;
}
.insuranceAnnouncePanel__label {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
}
.insuranceAnnouncePanel[open] .insuranceAnnouncePanel__header {
  border-radius: 0.75rem 0.75rem 0 0;
}
.insuranceAnnouncePanel[open] .insuranceAnnouncePanel__header > .insuranceAnnouncePanel__header__icon--angle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-shown=hide][aria-expanded=true] {
  display: none;
}

@media (min-width: 0.02px){
  .col-pc {
    flex: 1 0 0;
  }
  .row-cols-pc-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-pc-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-pc-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-pc-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-pc-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-pc-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-pc-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-pc-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-pc-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-pc-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-pc-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-pc-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-pc-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-pc-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-pc-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-pc-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-pc-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-pc-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-pc-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-pc-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-pc-0 {
    margin-left: 0;
  }
  .offset-pc-1 {
    margin-left: 8.33333333%;
  }
  .offset-pc-2 {
    margin-left: 16.66666667%;
  }
  .offset-pc-3 {
    margin-left: 25%;
  }
  .offset-pc-4 {
    margin-left: 33.33333333%;
  }
  .offset-pc-5 {
    margin-left: 41.66666667%;
  }
  .offset-pc-6 {
    margin-left: 50%;
  }
  .offset-pc-7 {
    margin-left: 58.33333333%;
  }
  .offset-pc-8 {
    margin-left: 66.66666667%;
  }
  .offset-pc-9 {
    margin-left: 75%;
  }
  .offset-pc-10 {
    margin-left: 83.33333333%;
  }
  .offset-pc-11 {
    margin-left: 91.66666667%;
  }
  .g-pc-0,
  .gx-pc-0 {
    --bs-gutter-x: 0;
  }
  .g-pc-0,
  .gy-pc-0 {
    --bs-gutter-y: 0;
  }
  .g-pc-1,
  .gx-pc-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-pc-1,
  .gy-pc-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-pc-2,
  .gx-pc-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-pc-2,
  .gy-pc-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-pc-3,
  .gx-pc-3 {
    --bs-gutter-x: 0.5rem;
  }
  .g-pc-3,
  .gy-pc-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-pc-4,
  .gx-pc-4 {
    --bs-gutter-x: 0.75rem;
  }
  .g-pc-4,
  .gy-pc-4 {
    --bs-gutter-y: 0.75rem;
  }
  .g-pc-5,
  .gx-pc-5 {
    --bs-gutter-x: 1rem;
  }
  .g-pc-5,
  .gy-pc-5 {
    --bs-gutter-y: 1rem;
  }
  .g-pc-6,
  .gx-pc-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-pc-6,
  .gy-pc-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-pc-7,
  .gx-pc-7 {
    --bs-gutter-x: 2rem;
  }
  .g-pc-7,
  .gy-pc-7 {
    --bs-gutter-y: 2rem;
  }
  .g-pc-8,
  .gx-pc-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-pc-8,
  .gy-pc-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-pc-9,
  .gx-pc-9 {
    --bs-gutter-x: 3rem;
  }
  .g-pc-9,
  .gy-pc-9 {
    --bs-gutter-y: 3rem;
  }
  .g-pc-10,
  .gx-pc-10 {
    --bs-gutter-x: 3.5rem;
  }
  .g-pc-10,
  .gy-pc-10 {
    --bs-gutter-y: 3.5rem;
  }
  .g-pc-11,
  .gx-pc-11 {
    --bs-gutter-x: 4rem;
  }
  .g-pc-11,
  .gy-pc-11 {
    --bs-gutter-y: 4rem;
  }
  .g-pc-12,
  .gx-pc-12 {
    --bs-gutter-x: 4.5rem;
  }
  .g-pc-12,
  .gy-pc-12 {
    --bs-gutter-y: 4.5rem;
  }
  .g-pc-13,
  .gx-pc-13 {
    --bs-gutter-x: 5rem;
  }
  .g-pc-13,
  .gy-pc-13 {
    --bs-gutter-y: 5rem;
  }
  .g-pc-14,
  .gx-pc-14 {
    --bs-gutter-x: 6rem;
  }
  .g-pc-14,
  .gy-pc-14 {
    --bs-gutter-y: 6rem;
  }
  .g-pc-15,
  .gx-pc-15 {
    --bs-gutter-x: 7rem;
  }
  .g-pc-15,
  .gy-pc-15 {
    --bs-gutter-y: 7rem;
  }
  .g-pc-16,
  .gx-pc-16 {
    --bs-gutter-x: 8rem;
  }
  .g-pc-16,
  .gy-pc-16 {
    --bs-gutter-y: 8rem;
  }
  .g-pc-17,
  .gx-pc-17 {
    --bs-gutter-x: 9rem;
  }
  .g-pc-17,
  .gy-pc-17 {
    --bs-gutter-y: 9rem;
  }
  .sticky-pc-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-pc-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
  .d-pc-inline {
    display: inline !important;
  }
  .d-pc-inline-block {
    display: inline-block !important;
  }
  .d-pc-block {
    display: block !important;
  }
  .d-pc-grid {
    display: grid !important;
  }
  .d-pc-inline-grid {
    display: inline-grid !important;
  }
  .d-pc-table {
    display: table !important;
  }
  .d-pc-table-row {
    display: table-row !important;
  }
  .d-pc-table-cell {
    display: table-cell !important;
  }
  .d-pc-flex {
    display: flex !important;
  }
  .d-pc-inline-flex {
    display: inline-flex !important;
  }
  .d-pc-none {
    display: none !important;
  }
  .flex-pc-fill {
    flex: 1 1 auto !important;
  }
  .flex-pc-row {
    flex-direction: row !important;
  }
  .flex-pc-column {
    flex-direction: column !important;
  }
  .flex-pc-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-pc-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-pc-start {
    justify-content: flex-start !important;
  }
  .justify-content-pc-end {
    justify-content: flex-end !important;
  }
  .justify-content-pc-center {
    justify-content: center !important;
  }
  .justify-content-pc-between {
    justify-content: space-between !important;
  }
  .justify-content-pc-around {
    justify-content: space-around !important;
  }
  .justify-content-pc-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-pc-start {
    align-items: flex-start !important;
  }
  .align-items-pc-end {
    align-items: flex-end !important;
  }
  .align-items-pc-center {
    align-items: center !important;
  }
  .align-items-pc-baseline {
    align-items: baseline !important;
  }
  .align-items-pc-stretch {
    align-items: stretch !important;
  }
  .m-pc-0 {
    margin: 0 !important;
  }
  .m-pc-1 {
    margin: 0.125rem !important;
  }
  .m-pc-2 {
    margin: 0.25rem !important;
  }
  .m-pc-3 {
    margin: 0.5rem !important;
  }
  .m-pc-4 {
    margin: 0.75rem !important;
  }
  .m-pc-5 {
    margin: 1rem !important;
  }
  .m-pc-6 {
    margin: 1.5rem !important;
  }
  .m-pc-7 {
    margin: 2rem !important;
  }
  .m-pc-8 {
    margin: 2.5rem !important;
  }
  .m-pc-9 {
    margin: 3rem !important;
  }
  .m-pc-10 {
    margin: 3.5rem !important;
  }
  .m-pc-11 {
    margin: 4rem !important;
  }
  .m-pc-12 {
    margin: 4.5rem !important;
  }
  .m-pc-13 {
    margin: 5rem !important;
  }
  .m-pc-14 {
    margin: 6rem !important;
  }
  .m-pc-15 {
    margin: 7rem !important;
  }
  .m-pc-16 {
    margin: 8rem !important;
  }
  .m-pc-17 {
    margin: 9rem !important;
  }
  .m-pc-auto {
    margin: auto !important;
  }
  .mx-pc-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-pc-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-pc-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-pc-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-pc-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-pc-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-pc-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-pc-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-pc-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-pc-9 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-pc-10 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-pc-11 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-pc-12 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-pc-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-pc-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-pc-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-pc-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-pc-17 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-pc-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-pc-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-pc-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-pc-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-pc-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-pc-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-pc-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-pc-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-pc-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-pc-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-pc-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-pc-10 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-pc-11 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-pc-12 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-pc-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-pc-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-pc-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-pc-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-pc-17 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-pc-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-pc-0 {
    margin-top: 0 !important;
  }
  .mt-pc-1 {
    margin-top: 0.125rem !important;
  }
  .mt-pc-2 {
    margin-top: 0.25rem !important;
  }
  .mt-pc-3 {
    margin-top: 0.5rem !important;
  }
  .mt-pc-4 {
    margin-top: 0.75rem !important;
  }
  .mt-pc-5 {
    margin-top: 1rem !important;
  }
  .mt-pc-6 {
    margin-top: 1.5rem !important;
  }
  .mt-pc-7 {
    margin-top: 2rem !important;
  }
  .mt-pc-8 {
    margin-top: 2.5rem !important;
  }
  .mt-pc-9 {
    margin-top: 3rem !important;
  }
  .mt-pc-10 {
    margin-top: 3.5rem !important;
  }
  .mt-pc-11 {
    margin-top: 4rem !important;
  }
  .mt-pc-12 {
    margin-top: 4.5rem !important;
  }
  .mt-pc-13 {
    margin-top: 5rem !important;
  }
  .mt-pc-14 {
    margin-top: 6rem !important;
  }
  .mt-pc-15 {
    margin-top: 7rem !important;
  }
  .mt-pc-16 {
    margin-top: 8rem !important;
  }
  .mt-pc-17 {
    margin-top: 9rem !important;
  }
  .mt-pc-auto {
    margin-top: auto !important;
  }
  .me-pc-0 {
    margin-right: 0 !important;
  }
  .me-pc-1 {
    margin-right: 0.125rem !important;
  }
  .me-pc-2 {
    margin-right: 0.25rem !important;
  }
  .me-pc-3 {
    margin-right: 0.5rem !important;
  }
  .me-pc-4 {
    margin-right: 0.75rem !important;
  }
  .me-pc-5 {
    margin-right: 1rem !important;
  }
  .me-pc-6 {
    margin-right: 1.5rem !important;
  }
  .me-pc-7 {
    margin-right: 2rem !important;
  }
  .me-pc-8 {
    margin-right: 2.5rem !important;
  }
  .me-pc-9 {
    margin-right: 3rem !important;
  }
  .me-pc-10 {
    margin-right: 3.5rem !important;
  }
  .me-pc-11 {
    margin-right: 4rem !important;
  }
  .me-pc-12 {
    margin-right: 4.5rem !important;
  }
  .me-pc-13 {
    margin-right: 5rem !important;
  }
  .me-pc-14 {
    margin-right: 6rem !important;
  }
  .me-pc-15 {
    margin-right: 7rem !important;
  }
  .me-pc-16 {
    margin-right: 8rem !important;
  }
  .me-pc-17 {
    margin-right: 9rem !important;
  }
  .me-pc-auto {
    margin-right: auto !important;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .mb-pc-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-pc-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-pc-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-pc-4 {
    margin-bottom: 0.75rem !important;
  }
  .mb-pc-5 {
    margin-bottom: 1rem !important;
  }
  .mb-pc-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-pc-7 {
    margin-bottom: 2rem !important;
  }
  .mb-pc-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-pc-9 {
    margin-bottom: 3rem !important;
  }
  .mb-pc-10 {
    margin-bottom: 3.5rem !important;
  }
  .mb-pc-11 {
    margin-bottom: 4rem !important;
  }
  .mb-pc-12 {
    margin-bottom: 4.5rem !important;
  }
  .mb-pc-13 {
    margin-bottom: 5rem !important;
  }
  .mb-pc-14 {
    margin-bottom: 6rem !important;
  }
  .mb-pc-15 {
    margin-bottom: 7rem !important;
  }
  .mb-pc-16 {
    margin-bottom: 8rem !important;
  }
  .mb-pc-17 {
    margin-bottom: 9rem !important;
  }
  .mb-pc-auto {
    margin-bottom: auto !important;
  }
  .ms-pc-0 {
    margin-left: 0 !important;
  }
  .ms-pc-1 {
    margin-left: 0.125rem !important;
  }
  .ms-pc-2 {
    margin-left: 0.25rem !important;
  }
  .ms-pc-3 {
    margin-left: 0.5rem !important;
  }
  .ms-pc-4 {
    margin-left: 0.75rem !important;
  }
  .ms-pc-5 {
    margin-left: 1rem !important;
  }
  .ms-pc-6 {
    margin-left: 1.5rem !important;
  }
  .ms-pc-7 {
    margin-left: 2rem !important;
  }
  .ms-pc-8 {
    margin-left: 2.5rem !important;
  }
  .ms-pc-9 {
    margin-left: 3rem !important;
  }
  .ms-pc-10 {
    margin-left: 3.5rem !important;
  }
  .ms-pc-11 {
    margin-left: 4rem !important;
  }
  .ms-pc-12 {
    margin-left: 4.5rem !important;
  }
  .ms-pc-13 {
    margin-left: 5rem !important;
  }
  .ms-pc-14 {
    margin-left: 6rem !important;
  }
  .ms-pc-15 {
    margin-left: 7rem !important;
  }
  .ms-pc-16 {
    margin-left: 8rem !important;
  }
  .ms-pc-17 {
    margin-left: 9rem !important;
  }
  .ms-pc-auto {
    margin-left: auto !important;
  }
  .my-pc-n1 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-pc-n2 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-pc-n3 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-pc-n4 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-pc-n5 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-pc-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-pc-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-pc-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-pc-n9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-pc-n10 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-pc-n11 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-pc-n12 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-pc-n13 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-pc-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-pc-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-pc-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-pc-n17 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .p-pc-0 {
    padding: 0 !important;
  }
  .p-pc-1 {
    padding: 0.125rem !important;
  }
  .p-pc-2 {
    padding: 0.25rem !important;
  }
  .p-pc-3 {
    padding: 0.5rem !important;
  }
  .p-pc-4 {
    padding: 0.75rem !important;
  }
  .p-pc-5 {
    padding: 1rem !important;
  }
  .p-pc-6 {
    padding: 1.5rem !important;
  }
  .p-pc-7 {
    padding: 2rem !important;
  }
  .p-pc-8 {
    padding: 2.5rem !important;
  }
  .p-pc-9 {
    padding: 3rem !important;
  }
  .p-pc-10 {
    padding: 3.5rem !important;
  }
  .p-pc-11 {
    padding: 4rem !important;
  }
  .p-pc-12 {
    padding: 4.5rem !important;
  }
  .p-pc-13 {
    padding: 5rem !important;
  }
  .p-pc-14 {
    padding: 6rem !important;
  }
  .p-pc-15 {
    padding: 7rem !important;
  }
  .p-pc-16 {
    padding: 8rem !important;
  }
  .p-pc-17 {
    padding: 9rem !important;
  }
  .px-pc-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-pc-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-pc-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-pc-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-pc-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-pc-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-pc-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-pc-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-pc-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-pc-9 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-pc-10 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-pc-11 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-pc-12 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-pc-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-pc-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-pc-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-pc-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-pc-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-pc-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-pc-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-pc-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-pc-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-pc-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-pc-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-pc-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-pc-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-pc-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-pc-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-pc-10 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-pc-11 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-pc-12 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-pc-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-pc-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-pc-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-pc-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-pc-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-pc-0 {
    padding-top: 0 !important;
  }
  .pt-pc-1 {
    padding-top: 0.125rem !important;
  }
  .pt-pc-2 {
    padding-top: 0.25rem !important;
  }
  .pt-pc-3 {
    padding-top: 0.5rem !important;
  }
  .pt-pc-4 {
    padding-top: 0.75rem !important;
  }
  .pt-pc-5 {
    padding-top: 1rem !important;
  }
  .pt-pc-6 {
    padding-top: 1.5rem !important;
  }
  .pt-pc-7 {
    padding-top: 2rem !important;
  }
  .pt-pc-8 {
    padding-top: 2.5rem !important;
  }
  .pt-pc-9 {
    padding-top: 3rem !important;
  }
  .pt-pc-10 {
    padding-top: 3.5rem !important;
  }
  .pt-pc-11 {
    padding-top: 4rem !important;
  }
  .pt-pc-12 {
    padding-top: 4.5rem !important;
  }
  .pt-pc-13 {
    padding-top: 5rem !important;
  }
  .pt-pc-14 {
    padding-top: 6rem !important;
  }
  .pt-pc-15 {
    padding-top: 7rem !important;
  }
  .pt-pc-16 {
    padding-top: 8rem !important;
  }
  .pt-pc-17 {
    padding-top: 9rem !important;
  }
  .pe-pc-0 {
    padding-right: 0 !important;
  }
  .pe-pc-1 {
    padding-right: 0.125rem !important;
  }
  .pe-pc-2 {
    padding-right: 0.25rem !important;
  }
  .pe-pc-3 {
    padding-right: 0.5rem !important;
  }
  .pe-pc-4 {
    padding-right: 0.75rem !important;
  }
  .pe-pc-5 {
    padding-right: 1rem !important;
  }
  .pe-pc-6 {
    padding-right: 1.5rem !important;
  }
  .pe-pc-7 {
    padding-right: 2rem !important;
  }
  .pe-pc-8 {
    padding-right: 2.5rem !important;
  }
  .pe-pc-9 {
    padding-right: 3rem !important;
  }
  .pe-pc-10 {
    padding-right: 3.5rem !important;
  }
  .pe-pc-11 {
    padding-right: 4rem !important;
  }
  .pe-pc-12 {
    padding-right: 4.5rem !important;
  }
  .pe-pc-13 {
    padding-right: 5rem !important;
  }
  .pe-pc-14 {
    padding-right: 6rem !important;
  }
  .pe-pc-15 {
    padding-right: 7rem !important;
  }
  .pe-pc-16 {
    padding-right: 8rem !important;
  }
  .pe-pc-17 {
    padding-right: 9rem !important;
  }
  .pb-pc-0 {
    padding-bottom: 0 !important;
  }
  .pb-pc-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-pc-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-pc-3 {
    padding-bottom: 0.5rem !important;
  }
  .pb-pc-4 {
    padding-bottom: 0.75rem !important;
  }
  .pb-pc-5 {
    padding-bottom: 1rem !important;
  }
  .pb-pc-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-pc-7 {
    padding-bottom: 2rem !important;
  }
  .pb-pc-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-pc-9 {
    padding-bottom: 3rem !important;
  }
  .pb-pc-10 {
    padding-bottom: 3.5rem !important;
  }
  .pb-pc-11 {
    padding-bottom: 4rem !important;
  }
  .pb-pc-12 {
    padding-bottom: 4.5rem !important;
  }
  .pb-pc-13 {
    padding-bottom: 5rem !important;
  }
  .pb-pc-14 {
    padding-bottom: 6rem !important;
  }
  .pb-pc-15 {
    padding-bottom: 7rem !important;
  }
  .pb-pc-16 {
    padding-bottom: 8rem !important;
  }
  .pb-pc-17 {
    padding-bottom: 9rem !important;
  }
  .ps-pc-0 {
    padding-left: 0 !important;
  }
  .ps-pc-1 {
    padding-left: 0.125rem !important;
  }
  .ps-pc-2 {
    padding-left: 0.25rem !important;
  }
  .ps-pc-3 {
    padding-left: 0.5rem !important;
  }
  .ps-pc-4 {
    padding-left: 0.75rem !important;
  }
  .ps-pc-5 {
    padding-left: 1rem !important;
  }
  .ps-pc-6 {
    padding-left: 1.5rem !important;
  }
  .ps-pc-7 {
    padding-left: 2rem !important;
  }
  .ps-pc-8 {
    padding-left: 2.5rem !important;
  }
  .ps-pc-9 {
    padding-left: 3rem !important;
  }
  .ps-pc-10 {
    padding-left: 3.5rem !important;
  }
  .ps-pc-11 {
    padding-left: 4rem !important;
  }
  .ps-pc-12 {
    padding-left: 4.5rem !important;
  }
  .ps-pc-13 {
    padding-left: 5rem !important;
  }
  .ps-pc-14 {
    padding-left: 6rem !important;
  }
  .ps-pc-15 {
    padding-left: 7rem !important;
  }
  .ps-pc-16 {
    padding-left: 8rem !important;
  }
  .ps-pc-17 {
    padding-left: 9rem !important;
  }
  .fs-pc-1 {
    font-size: 2.5rem !important;
  }
  .fs-pc-2 {
    font-size: 2rem !important;
  }
  .fs-pc-3 {
    font-size: 1.75rem !important;
  }
  .fs-pc-4 {
    font-size: 1.5rem !important;
  }
  .fs-pc-5 {
    font-size: 1.25rem !important;
  }
  .fs-pc-6 {
    font-size: 1.125rem !important;
  }
  .fs-pc-7 {
    font-size: 1rem !important;
  }
  .fs-pc-8 {
    font-size: 0.875rem !important;
  }
  .fs-pc-9 {
    font-size: 0.75rem !important;
  }
  .fs-pc-10 {
    font-size: 0.625rem !important;
  }
  .text-pc-start {
    text-align: left !important;
  }
  .text-pc-end {
    text-align: right !important;
  }
  .text-pc-center {
    text-align: center !important;
  }
  .rounded-pc {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-pc-0 {
    border-radius: 0 !important;
  }
  .rounded-pc-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-pc-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-pc-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-pc-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-pc-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-pc-circle {
    border-radius: 50% !important;
  }
  .rounded-pc-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .wm-pc-horizontal {
    -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
            writing-mode: horizontal-tb !important;
  }
  .wm-pc-vertical {
    -webkit-writing-mode: vertical-rl !important;
        -ms-writing-mode: tb-rl !important;
            writing-mode: vertical-rl !important;
  }
}

@media (max-width: 0px){
  .modal-fullscreen-pc-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-pc-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-pc-down .modal-header,
  .modal-fullscreen-pc-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-pc-down .modal-body {
    overflow-y: auto;
  }
}

@media (prefers-reduced-motion: no-preference){
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce){
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
  .collapsing.collapse-horizontal {
    transition: none;
  }
  .modal.fade .modal-dialog {
    transition: none;
  }
  .icon-link > .bi {
    transition: none;
  }
}

@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-inline-grid {
    display: inline-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;
  }
}