@charset "UTF-8";
/*
Color palette
*/
/*
Rem-calc
example:
font-size: rem-calc(16)
*/
/*
Bootstrap Variables below
you can override Bootstrap sass variables by defining them below
https://getbootstrap.com/docs/4.0/getting-started/theming/
*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.125rem;
  font-weight: 600;
}

.display-1 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.75rem;
  }
}

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

.display-3 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 32px;
  --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: 1024px) {
  .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: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1600px;
}

.row {
  --bs-gutter-x: 32px;
  --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: 1024px) {
  .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;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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.4;
  --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: 1024px) {
  .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: 1023.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;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.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%;
}

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

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100%/75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20%/25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20%/100%);
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

:root {
  --bs-body-font-family: nocturne-serif, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #051c2c;
  --bs-body-bg: #fff;
  --bs-link-color: #051c2c;
  --bs-link-hover-color: #051c2c;
  --bs-heading-color: inherit;
}

html {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  scroll-padding-top: 7rem;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  html,
  body {
    scroll-padding-top: 10rem;
  }
}

.site-content {
  width: 100%;
  overflow: hidden;
}
.site-content.top-offset {
  margin-top: 91px;
}

iframe {
  border: 0;
  max-width: 100%;
}

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

.no-transition * {
  transition: none !important;
}

@media (min-width: 1400px) {
  .text-xxl-right {
    text-align: right;
  }
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  pointer-events: none;
  stroke-width: 0;
  stroke: currentColor;
  transition: fill 0.2s ease;
  vertical-align: middle;
  width: 24px;
}

.icon--sm {
  height: 1.25rem;
  width: 1.25rem;
}

.icon--md {
  height: 2rem;
  width: 2rem;
}

.icon--lg {
  height: 2.5rem;
  width: 2.5rem;
}

.icon--xl {
  height: 5rem;
  width: 5rem;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #051c2c;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.75rem 2rem 0.6875rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s ease, border-color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.375rem;
  }
}
.btn:focus, .btn:hover {
  background-color: #051c2c;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.btn[disabled] {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #636363;
  cursor: not-allowed;
}
.btn--small {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .btn--small {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (min-width: 1400px) {
  .btn--small {
    font-size: 1rem;
  }
}
.btn--red {
  border-color: #ff6d6a;
}
.btn--red:focus, .btn--red:hover {
  background-color: #ff6d6a;
  color: #fff;
}
.btn--white {
  border-color: #fff;
  color: #fff;
}
.btn--white:focus, .btn--white:hover {
  background-color: #fff;
  color: #051c2c;
}

.btn__icon {
  margin-left: 0.75rem;
}

/*
Component - Icon Button
*/
.icon-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: inline-flex;
  height: 2rem;
  margin: 0;
  outline: 0;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 2rem;
  z-index: 1;
}
@media (min-width: 1024px) {
  .icon-btn {
    height: 2.875rem;
    width: 2.875rem;
  }
}
.icon-btn--red {
  background-color: #ff6d6a;
  color: #fff;
}
.icon-btn--red:focus, .icon-btn--red:hover {
  background-color: #051c2c;
}

.link-btn {
  font-size: 1.25rem;
  font-weight: 700;
  background-image: url("../images/icons/single/external-link.svg");
  background-repeat: no-repeat;
  background-position: right bottom 4px;
  background-size: 20px;
  padding: 0 2rem 0 0;
}

label {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
}
@media (min-width: 1200px) {
  label {
    font-size: 0.9375rem;
  }
}

input,
select,
textarea {
  background-color: transparent;
  border: 1px solid #051c2c;
  border-radius: 0;
  color: inherit;
  font-family: nocturne-serif, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 1400px) {
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
}
.text-white input,
.text-white select,
.text-white textarea {
  border-color: #fff;
}

input[type=submit] {
  border-width: 1px;
  width: auto;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  padding: 0.5625rem 0.75rem;
}

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

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.93 5.855a2.292 2.292 0 013.212-.356 2.272 2.272 0 01.522 2.966L31.5 8.7 16 28 .501 8.7a2.271 2.271 0 01.357-3.2 2.293 2.293 0 013.02.143l.193.212L16 20.709 27.93 5.855z' fill='%23100761' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-size: 12px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 0.5625rem 2rem 0.5625rem 0.75rem;
  width: 100%;
}
.text-white select {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.93 5.855a2.292 2.292 0 013.212-.356 2.272 2.272 0 01.522 2.966L31.5 8.7 16 28 .501 8.7a2.271 2.271 0 01.357-3.2 2.293 2.293 0 013.02.143l.193.212L16 20.709 27.93 5.855z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
}

select::-ms-expand {
  display: none;
}

.text-white option {
  background-color: #051c2c;
}

.input-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}

.input-group__btn {
  border: 0;
  height: 2.875rem;
  padding: 0;
  width: 2.875rem;
}

.site-footer {
  font-size: 0.9375rem;
  padding: 1.5rem 0;
  position: relative;
}
@media (min-width: 1200px) {
  .site-footer {
    padding: 3.5rem 0 3.5rem;
  }
}

.site-footer__bottom {
  align-items: flex-end;
  margin-top: 10rem;
}

/*
Footer Menus
*/
.footer-nav {
  list-style: none;
  margin-top: 1.5rem;
  padding-left: 0;
}
@media (min-width: 1400px) {
  .footer-nav {
    display: flex;
    justify-content: center;
    margin: 0 0 1rem;
  }
}
.footer-nav .menu-item {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .footer-nav .menu-item {
    margin-right: 1rem;
  }
}
.footer-nav a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 0.125rem 0;
  text-decoration: none;
}
.footer-nav a:focus, .footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav .current-menu-item a {
  text-decoration: underline;
}

.home .home-hide {
  display: none;
}

/*
Container
*/
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 102.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container-fluid.full, .full.container-sm, .full.container-md, .full.container-lg, .full.container-xl, .full.container-xxl {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/*
Rows
*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1400px) {
  .gutters-lg {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .gutters-lg > .col,
  .gutters-lg > [class*=col-] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

/*
Default GF CSS is disabled so simpler to style
*/
.gfield {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .gfield {
    margin-bottom: 0.6rem;
  }
}

.gfield--type-radio .gfield_label {
  margin-bottom: 2rem;
}

.gform-field-label--type-sub {
  font-size: 0.875rem;
}

.gf_placeholder {
  color: #636363;
}

.gform_submission_error {
  font-size: 1rem;
}

.gfield_validation_message {
  color: #ff6d6a;
  font-size: 0.875rem;
  padding-top: 0.25rem;
}

.gform-field-label--type-inline {
  margin-bottom: 1.25rem;
}

.hidden_label .gfield_label,
.hidden_sub_label {
  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;
}
.hidden_label .gfield_label:not(caption),
.hidden_sub_label:not(caption) {
  position: absolute !important;
}

.gform-grid-col {
  display: block;
}

.gfield_required_text {
  font-size: 0.875rem;
  padding-left: 0.5rem;
}

.gfield_required_custom {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0.5rem;
}

.gform_button[type=submit] {
  border-color: #ff6d6a;
}
.gform_button[type=submit]:focus, .gform_button[type=submit]:hover {
  background-color: #ff6d6a;
}

.gfield_visibility_hidden {
  inset-inline-start: -9999px;
  position: absolute;
  visibility: hidden;
}

/*
Default GF CSS is disabled so simpler to style
*/
.gfield {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .gfield {
    margin-bottom: 0.6rem;
  }
}

.gfield--type-radio .gfield_label {
  margin-bottom: 2rem;
}

.gform-field-label--type-sub {
  font-size: 0.875rem;
}

.gf_placeholder {
  color: #636363;
}

.gform_submission_error {
  font-size: 1rem;
}

.gfield_validation_message {
  color: #ff6d6a;
  font-size: 0.875rem;
  padding-top: 0.25rem;
}

.gform-field-label--type-inline {
  margin-bottom: 1.25rem;
}

.hidden_label .gfield_label,
.hidden_sub_label {
  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;
}
.hidden_label .gfield_label:not(caption),
.hidden_sub_label:not(caption) {
  position: absolute !important;
}

.gform-grid-col {
  display: block;
}

.gfield_required_text {
  font-size: 0.875rem;
  padding-left: 0.5rem;
}

.gfield_required_custom {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0.5rem;
}

.gform_button[type=submit] {
  border-color: #ff6d6a;
}
.gform_button[type=submit]:focus, .gform_button[type=submit]:hover {
  background-color: #ff6d6a;
}

.gfield_visibility_hidden {
  inset-inline-start: -9999px;
  position: absolute;
  visibility: hidden;
}

.site-header {
  background-color: #fff;
  box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 100;
}
.admin-bar .site-header {
  top: 2rem;
}

.site-header__container {
  margin: 0 auto;
  max-width: 102.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.site-brand {
  position: relative;
}
@media (min-width: 1200px) {
  .site-brand {
    z-index: 30;
  }
}

.site-link {
  display: block;
}

.site-logo {
  fill: #051c2c;
  display: block;
  height: 2rem;
  transition: fill 0.3s ease;
  width: 8.75rem;
}
@media (min-width: 1400px) {
  .site-logo {
    height: 2.5rem;
    width: 10.9375rem;
  }
}

.site-toolbar {
  align-items: flex-end;
  display: flex;
  margin-left: auto;
  z-index: 20;
}

.site-toolbar__nav {
  z-index: 20;
}

/*
Variations light / dark header
*/
.site-header.is-white {
  background-color: transparent;
  color: #fff;
}
@media (min-width: 1200px) {
  .site-header.is-white .btn {
    border-color: #fff;
  }
  .site-header.is-white .btn:focus, .site-header.is-white .btn:hover {
    background-color: #fff;
    color: #051c2c;
  }
}
.site-header.is-dark-blue {
  background-color: transparent;
  color: #051c2c;
}
@media (min-width: 1200px) {
  .site-header.is-dark-blue .btn {
    border-color: #051c2c;
  }
  .site-header.is-dark-blue .btn:focus, .site-header.is-dark-blue .btn:hover {
    background-color: #051c2c;
    color: #fff;
  }
}
.site-header.is-opaque {
  background-color: #fff;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.1);
  color: #051c2c;
}
.site-header.is-opaque .btn {
  border-color: #051c2c;
}
.site-header.is-opaque .btn:focus, .site-header.is-opaque .btn:hover {
  background-color: #051c2c;
  color: #fff;
}
.site-header.is-solid-dark-blue {
  background-color: #051c2c;
  color: #fff;
}
.site-header.is-solid-dark-blue .btn {
  border-color: #fff;
}
.site-header.is-solid-dark-blue .btn:focus, .site-header.is-solid-dark-blue .btn:hover {
  background-color: #fff;
  color: #051c2c;
}
.site-header.menu-is-open, .site-header.search-is-open {
  color: #051c2c;
}

.is-white .site-logo {
  fill: #fff;
}
.is-opaque .site-logo, .menu-is-open .site-logo, .search-is-open .site-logo {
  fill: #051c2c;
}
.is-solid-dark-blue .site-logo {
  fill: #fff;
}

.is-white .navbar-toggle__bars {
  background-color: #fff;
}
.is-opaque .navbar-toggle__bars {
  background-color: #051c2c;
}
.is-solid-dark-blue .navbar-toggle__bars {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .is-white .navbar__utility {
    border-left-color: #fff;
  }
  .is-opaque .navbar__utility {
    border-left-color: #051c2c;
  }
  .is-solid-dark-blue .navbar__utility {
    border-left-color: #fff;
  }
}

@media (min-width: 1200px) {
  .is-white .nav__link--level-0::before {
    background-color: #fff;
  }
  .is-opaque .nav__link--level-0::before {
    background-color: #051c2c;
  }
  .is-solid-dark-blue .nav__link--level-0::before {
    background-color: #fff;
  }
}

/*
Login nav
*/
.login-nav {
  position: relative;
}
.login-nav .btn {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .login-nav .btn {
    width: 100%;
  }
}

.login-nav__dropdown {
  background-color: #fff;
  left: 0;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .login-nav__dropdown {
    left: unset;
    right: 0;
  }
}
.login-nav__dropdown.is-open {
  max-height: none;
  overflow: visible;
}
.is-white .login-nav__dropdown {
  background-color: transparent;
}
.is-opaque .login-nav__dropdown {
  background-color: #fff;
}
.is-solid-dark-blue .login-nav__dropdown {
  background-color: #051c2c;
}
.login-nav__dropdown .btn {
  text-align: left;
  width: 100%;
}

.login-nav__menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.login-nav__menuitem {
  margin-bottom: 0;
  margin-top: -2px;
}

/*
Responsive Embeds
*/
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-16by6::before {
  padding-top: 37.5%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive .embed-responsive__item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.caption {
  margin-top: 1.5rem;
}
@media (min-width: 1400px) {
  .caption {
    margin-top: 2rem;
  }
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.object-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.object-contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  align-items: center;
  bottom: 0;
  background: rgba(5, 28, 44, 0.8);
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  overflow-y: auto;
  max-height: 90vh;
  max-width: 90%;
  padding: 1.5rem;
  width: 75rem;
}
.modal__container::-webkit-scrollbar {
  background-color: #051c2c;
  width: 0.5rem;
}
.modal__container::-webkit-scrollbar-thumb {
  background-color: #ff6d6a;
}

.modal__content {
  height: 100%;
  overflow-y: auto;
}

.modal__close {
  right: 1.5rem;
  position: absolute;
  top: 0;
}

/*
variation
*/
.modal--video .modal__container {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100%;
  overflow-y: unset;
  padding: 0;
}
.modal--video .ratio {
  max-height: 100%;
}

@media (min-width: 1024px) {
  .modal--disclaimer .modal__container {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .modal--disclaimer .modal__container {
    padding: 5rem 3.5rem;
  }
}

.modal--crm-form .modal__container {
  height: 100%;
  max-width: 95%;
  overflow: hidden;
  padding: 0;
  width: 100rem;
}
@media (min-width: 1200px) {
  .modal--crm-form .form-container__body {
    padding-left: 0;
  }
}

/*
transition
*/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.disclaimer-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #051c2c;
  display: flex;
  gap: 1.25rem;
  outline: none;
  justify-content: space-between;
  padding: 0;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  transition: color 0.1s ease;
  width: 100%;
}
.disclaimer-btn:hover {
  color: #ff6d6a;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.disclaimer-btn:hover .disclaimer-btn__icon {
  border-color: #ff6d6a;
  opacity: 1;
}
@media (min-width: 768px) {
  .disclaimer-btn {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .disclaimer-btn {
    font-size: 1.5rem;
  }
}

.disclaimer-btn__icon {
  border: 2px solid #051c2c;
  flex-shrink: 0;
  height: 2.5rem;
  opacity: 0;
  padding: 0.5rem;
  transition: border-color 0.1s ease, opacity 0.2s ease;
  width: 2.5rem;
}

@media (max-width: 1199.98px) {
  .navbar {
    background-color: #fff;
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
}
.navbar.is-open {
  transform: none;
  visibility: visible;
}

.navbar__inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 7.75rem 2rem 0;
}
@media (min-width: 1200px) {
  .navbar__inner {
    align-items: center;
    display: flex;
    height: auto;
    overflow: visible;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .navbar__utility {
    align-items: center;
    display: flex;
    padding-left: 1rem;
    position: relative;
    z-index: 20;
  }
}

.navbar__utility__item {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .navbar__utility__item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .navbar__utility__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .navbar__utility__item {
    margin-right: 1.5rem;
  }
}

.nav {
  list-style: none;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .nav {
    display: flex;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .nav--level-0 {
    margin-right: 1rem;
  }
}
@media (min-width: 1600px) {
  .nav--level-0 {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .nav--level-1 .nav__item {
    flex: 1 0 auto;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .nav--level-1 > .nav__item {
    max-width: 30%;
  }
}

.nav--level-2 {
  margin: 0.5rem 0 3rem;
}
@media (min-width: 1200px) {
  .nav--level-2 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.nav--level-2 .nav__item {
  margin-bottom: 0.25rem;
}

.nav__item {
  margin-bottom: 1.25rem;
}
.nav__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .nav__item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .nav__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .nav__item {
    margin-right: 1.75rem;
  }
}

.nav__link {
  color: inherit;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.25rem;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav__link::before {
  background-color: #051c2c;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease;
  width: 0;
}
@media (min-width: 1200px) {
  .nav__link {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (min-width: 1400px) {
  .nav__link {
    font-size: 1rem;
  }
}
.nav__link:focus, .nav__link:hover, .is-current > .nav__link, .is-current-ancestor > .nav__link {
  color: inherit;
  outline: none;
}
.nav__link:focus::before, .nav__link:hover::before, .is-current > .nav__link::before, .is-current-ancestor > .nav__link::before {
  width: 100%;
}
.is-current-parent > .nav__link.nav__link--level-0 {
  color: inherit;
  outline: none;
}
.is-current-parent > .nav__link.nav__link--level-0::before {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav__link--level-1 {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (min-width: 1400px) {
  .nav__link--level-1 {
    font-size: 1.25rem;
  }
}
.nav__link--level-2 {
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .nav__link--level-2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .nav__link--level-2 {
    font-size: 1rem;
  }
}

.nav__icon {
  color: inherit;
  display: inline-flex;
  fill: currentColor;
  height: 0.625rem;
  margin-left: 0.375rem;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
  width: 0.75rem;
}
@media (min-width: 1200px) {
  .nav__icon {
    height: auto;
    transform: rotate(0);
    width: 0.625rem;
  }
  .nav__link.is-active .nav__icon {
    transform: rotate(180deg);
  }
}
@media (min-width: 1600px) {
  .nav__icon {
    height: 0.625rem;
    width: 0.75rem;
  }
}

.nav__back-button {
  color: #ff6d6a;
  position: absolute;
  left: 2.75rem;
  margin: 0;
  top: 1.5rem;
}

/*
Subnav
*/
.subnav {
  color: #051c2c;
  z-index: 1;
}

.subnav__title {
  border-bottom: 2px solid #ff6d6a;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  padding-bottom: 0.25rem;
  position: absolute;
  left: 3rem;
  top: 6rem;
}

.subnav-level-1 {
  background-color: #fff;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12rem 3rem 3rem;
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.4s ease;
  visibility: hidden;
  width: 100%;
}
.subnav-level-1.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
@media (min-width: 1200px) {
  .subnav-level-1 {
    bottom: unset;
    left: 0;
    height: auto;
    overflow: visible;
    padding: 1.5rem 2rem;
    position: absolute;
    top: 100%;
    transform: none;
    transition: none;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .subnav-level__inner {
    margin: 0 auto;
    max-width: 75rem;
  }
}

.navbar-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  height: 2rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  transition: color 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 2rem;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus, .navbar-toggle:hover {
  outline: 0;
}
.navbar-toggle:focus .navbar-toggle__bars, .navbar-toggle:hover .navbar-toggle__bars {
  background-color: #051c2c;
}
.is-white .navbar-toggle:focus .navbar-toggle__bars, .is-white .navbar-toggle:hover .navbar-toggle__bars {
  background-color: #ff6d6a;
}

.navbar-toggle__icon {
  align-items: center;
  display: flex;
  height: 20px;
  pointer-events: none;
  position: relative;
  width: 26px;
  overflow: hidden;
}

.navbar-toggle__bars {
  background-color: #051c2c;
  display: block;
  position: relative;
}
[aria-expanded=true] .navbar-toggle__bars {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-toggle__bars, .navbar-toggle__bars::before, .navbar-toggle__bars::after {
  height: 2px;
  transition: transform 50ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 100%;
}
.navbar-toggle__bars::before, .navbar-toggle__bars::after {
  background-color: inherit;
  content: "";
  display: block;
  position: absolute;
}
.is-active .navbar-toggle__bars::before, .is-active .navbar-toggle__bars::after {
  background-color: #ff6d6a;
}
.navbar-toggle__bars::before {
  top: -8px;
  transition: top 50ms ease 0.12s, opacity 50ms ease;
}
[aria-expanded=true] .navbar-toggle__bars::before {
  top: 0;
  transition: top 50ms ease, opacity 50ms ease 0.12s;
}
.navbar-toggle__bars::after {
  bottom: -8px;
  transition: bottom 50ms ease 0.12s, transform 50ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
[aria-expanded=true] .navbar-toggle__bars::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 50ms ease, transform 50ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

.pagination {
  margin: 2rem auto;
  padding: 1.25rem 0;
}

.pagination__menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination__link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0.375rem;
  padding: 0 0.375rem;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.3s ease, transform 0.2s ease;
}
.pagination__link.current {
  font-weight: 600;
  text-decoration: none;
}
.pagination__link:focus, .pagination__link:hover {
  color: #ff6d6a;
  text-decoration: underline;
}
.pagination__link.prev, .pagination__link.next {
  background-color: transparent;
  height: 3rem;
  padding: 0;
  transform: scale(1);
  width: 3rem;
}
.pagination__link.prev:focus, .pagination__link.prev:hover, .pagination__link.next:focus, .pagination__link.next:hover {
  color: #ff6d6a;
  transform: scale(1.2);
}
.pagination__footer {
  margin: 1rem 0;
  text-align: center;
}

.pagination__icon {
  height: 2rem;
  width: 2rem;
}

.site-search {
  background: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
}

.site-search__inner {
  padding: 5rem 2rem 3rem;
}
@media (min-width: 1024px) {
  .site-search__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 9rem 1.5rem 3rem;
    width: 40rem;
  }
}
@media (min-width: 1400px) {
  .site-search__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 12.25rem;
  }
}

.search-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0;
  transition: color 0.1s ease;
}
.search-toggle:focus, .search-toggle:hover {
  color: #ff6d6a;
}
@media (min-width: 1200px) {
  .search-toggle {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (min-width: 1400px) {
  .search-toggle {
    font-size: 1rem;
  }
}

.search-toggle__icon {
  margin-right: 0.625rem;
}

.search-group {
  margin-bottom: 0;
  position: relative;
}

.search-group__control {
  background-color: transparent;
  border-color: #000;
  border-width: 0 0 2px 0;
  color: inherit;
  font-size: 1.125rem;
  padding-left: 0;
  transition: border-color 0.1s ease;
  width: 100%;
}
.search-group__control[type=search] {
  padding-left: 0;
  padding-right: 3rem;
}
@media (min-width: 1024px) {
  .search-group__control {
    font-size: 1.5rem;
  }
}
.search-group__control::-moz-placeholder {
  color: inherit;
}
.search-group__control::placeholder {
  color: inherit;
}
.menu-is-open .search-group__control {
  border-color: #fff;
}
.menu-is-open .search-group__control::-moz-placeholder {
  color: #fff;
}
.menu-is-open .search-group__control::placeholder {
  color: #fff;
}
.search-group__control:focus {
  outline: 0;
}

.search-group__btn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  bottom: 6px;
  color: inherit;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
}
.search-group__btn:focus, .search-group__btn:hover {
  color: #051c2c;
}

/*
Open state
*/
.search-is-open .site-search {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/*
Search Card 
*/
.search-result {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .search-result {
    margin-bottom: 3rem;
  }
}

.search-result__title {
  margin-bottom: 1rem;
}

.search-result__excerpt {
  margin-bottom: 1rem;
}

.search-result__link {
  text-decoration: none;
}
.search-result__link:focus, .search-result__link:hover {
  outline: none;
  text-decoration: underline;
}

.sitemap ul {
  margin: 1rem 0;
}
.sitemap li {
  margin: 0.75rem 0;
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:focus, .sitemap a:hover {
  text-decoration: underline;
}

.skiplinks {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.skiplinks li {
  margin-bottom: 0;
}

.skiplink {
  background: #051c2c;
  clip: rect(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 1px;
  z-index: 150;
}
.skiplink:focus, .skiplink:active {
  clip: auto;
  color: #fff;
  height: auto;
  margin: 1.25rem;
  padding: 0.25rem 0.5rem;
  overflow: visible;
  width: auto;
}

table {
  margin-bottom: 1.5rem;
  width: 100%;
}

th,
td {
  border-top: 1px solid #f7f7f7;
  padding: 0.5rem 1rem 0.5rem 0;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: 600;
}

.table-striped th,
.table-striped td {
  padding: 1rem;
}
.table-striped th:first-child,
.table-striped td:first-child {
  padding-left: 1rem;
}
.table-striped tbody tr:nth-child(odd) {
  background-color: #f8fcff;
}

.table-responsive-wrapper {
  overflow-x: auto;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.table-responsive-wrapper::-webkit-scrollbar {
  background-color: #051c2c;
  height: 0.5rem;
  width: 0.5rem;
}
.table-responsive-wrapper::-webkit-scrollbar-thumb {
  background-color: #a3ccee;
}

@media (min-width: 1400px) {
  body {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1.5rem;
}

a {
  transition: color 0.1s ease;
}

ol,
ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

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

small,
.small {
  font-weight: 400;
  font-size: 0.9375rem;
}

/*
Headings - Default (Editorial content)
*/
@media (min-width: 1200px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  h3,
  .h3 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1400px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1400px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  h6,
  .h6 {
    font-size: 1.0625rem;
  }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-xl {
  font-weight: 700;
  line-height: 1.1;
}

.display-xl {
  font-size: 3.75rem;
}
@media (min-width: 1400px) {
  .display-xl {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .display-xl {
    font-size: 6.25rem;
  }
}

@media (min-width: 1400px) {
  .display-1 {
    font-size: 4.0625rem;
  }
}

@media (min-width: 1400px) {
  .display-2 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .display-3 {
    font-size: 2.1875rem;
  }
}

@media (min-width: 1400px) {
  .display-4 {
    font-size: 1.625rem;
  }
}

sup,
sub {
  font-size: 0.75rem;
  text-decoration: none;
}
@media (min-width: 1400px) {
  sup,
  sub {
    font-size: 1rem;
  }
}
sup a,
sub a {
  text-decoration: none;
}

/*
Headings - 
*/
.title-border-top {
  border-top: 1px solid #051c2c;
  font-weight: 300;
  padding-top: 1rem;
}
@media (min-width: 1200px) {
  .title-border-top {
    font-size: 2.25rem;
    padding-top: 2rem;
  }
}

/*
Font Size modifiers
*/
.lead {
  font-size: 1.125rem;
}
@media (min-width: 1400px) {
  .lead {
    font-size: 1.375rem;
  }
}

.text-small {
  font-size: 0.875rem;
}
@media (min-width: 1400px) {
  .text-small {
    font-size: 1rem;
  }
}

.text-medium {
  font-size: 1.25rem;
}
@media (min-width: 1400px) {
  .text-medium {
    font-size: 1.5rem;
  }
}

.text-large {
  font-size: 1.375rem;
}
@media (min-width: 1200px) {
  .text-large {
    font-size: 1.875rem;
  }
}

.text-xlarge {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .text-xlarge {
    font-size: 2.5rem;
  }
}

.fw-light {
  font-family: nocturne-serif-lights, serif;
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

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

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

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

.fw-extrabold {
  font-weight: 800;
}

span.color-red {
  color: #ff6d6a;
}

/*
Blockquotes
*/
blockquote {
  border-left: 5px solid #ff6d6a;
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 1.5rem 0;
  padding: 0 0 0 1.25rem;
}
blockquote p {
  line-height: 1.2;
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 1.625rem;
  }
}
@media (min-width: 1400px) {
  blockquote {
    font-size: 2rem;
    margin: 3rem 0;
    padding: 0 2.5rem;
  }
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.font-size-normal {
  font-size: inherit;
}

cite {
  display: block;
  font-style: normal;
  font-weight: 400;
}
cite:before {
  content: "— ";
}

.blockquote--white {
  border-left-color: #fff;
}

.blockquote--sm {
  font-size: 1.125rem;
}
.blockquote--sm:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .blockquote--sm {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .blockquote--sm {
    font-size: 1.75rem;
  }
}

/*
Styleguide header
*/
.sg-subheader {
  color: #051c2c;
  font-size: 1.25rem;
  border-bottom: 1px solid #051c2c;
  margin-top: 3rem;
  padding-bottom: 0.5rem;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hidden-sm {
  display: block;
}
@media (min-width: 576px) {
  .hidden-sm {
    display: none;
  }
}

.hidden-md {
  display: block;
}
@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

.hidden-lg {
  display: block;
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

.hidden-xl {
  display: block;
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.hidden-xxl {
  display: block;
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none;
  }
}

.visible-sm {
  display: block;
}

.visible-md {
  display: none;
}
@media (min-width: 768px) {
  .visible-md {
    display: block;
  }
}

.visible-lg {
  display: none;
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block;
  }
}

.visible-xl {
  display: none;
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block;
  }
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-placement^=top] > .tippy-backdrop {
  transform-origin: 0 25%;
  border-radius: 40% 40% 0 0;
}

.tippy-box[data-placement^=top] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -55%);
}

.tippy-box[data-placement^=top] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-50%, -45%);
}

.tippy-box[data-placement^=bottom] > .tippy-backdrop {
  transform-origin: 0 -50%;
  border-radius: 0 0 30% 30%;
}

.tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -45%);
}

.tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-50%);
}

.tippy-box[data-placement^=left] > .tippy-backdrop {
  transform-origin: 50% 0;
  border-radius: 50% 0 0 50%;
}

.tippy-box[data-placement^=left] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -50%);
}

.tippy-box[data-placement^=left] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-75%, -50%);
}

.tippy-box[data-placement^=right] > .tippy-backdrop {
  transform-origin: -50% 0;
  border-radius: 0 50% 50% 0;
}

.tippy-box[data-placement^=right] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -50%);
}

.tippy-box[data-placement^=right] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-25%, -50%);
}

.tippy-box[data-animatefill] {
  background-color: transparent !important;
}

.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 32px);
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  backface-visibility: hidden;
}

.tippy-backdrop[data-state=hidden] {
  opacity: 0;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

.tippy-backdrop + .tippy-content {
  transition-property: opacity;
  will-change: opacity;
}

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0;
}

.tippy-box {
  border: 1px transparent;
}

.tippy-box[data-placement^=top] > .tippy-arrow:after {
  border-top-color: inherit;
  border-width: 8px 8px 0;
  bottom: -8px;
  left: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: inherit;
  border-width: 0 8px 8px;
  top: -8px;
  left: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:after {
  border-left-color: inherit;
  border-width: 8px 0 8px 8px;
  right: -8px;
  top: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:after {
  border-width: 8px 8px 8px 0;
  left: -8px;
  top: 0;
  border-right-color: inherit;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  top: 17px;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  bottom: 17px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  left: 12px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
  right: 12px;
}

.tippy-arrow {
  border-color: inherit;
}

.tippy-arrow:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow:after, .tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
  transform: rotate(180deg);
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow:after, .tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
  transform: rotate(90deg);
  top: calc(50% - 3px);
  left: 11px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow:after, .tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
  transform: rotate(-90deg);
  top: calc(50% - 3px);
  right: 11px;
}

.tippy-svg-arrow {
  width: 16px;
  height: 16px;
  fill: #333;
  text-align: initial;
}

.tippy-svg-arrow, .tippy-svg-arrow > svg {
  position: absolute;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.box-corner {
  width: 60px;
  height: 60px;
  position: absolute;
}
.box-corner:before, .box-corner:after {
  content: "";
  position: absolute;
  background-color: #ff6d6a;
}
.box-corner:before {
  width: 25%;
  height: 100%;
}
.box-corner:after {
  width: 100%;
  height: 25%;
}
.box-corner.top-right {
  top: 2rem;
  right: 2rem;
}
.box-corner.top-right:before, .box-corner.top-right:after {
  right: 0;
  top: 0;
}
.box-corner.bottom-left {
  bottom: 2rem;
  left: 2rem;
}
.box-corner.bottom-left:before, .box-corner.bottom-left:after {
  bottom: 0;
  left: 0;
}

.section {
  margin: 3.375rem 0;
  position: relative;
}
@media (min-width: 1200px) {
  .section {
    margin: 4.5rem 0;
  }
}
.section--padded {
  margin: 0;
  padding: 3.375rem 0;
}
@media (min-width: 1400px) {
  .section--padded {
    padding: 5rem 0;
  }
}
.section--padded-short {
  padding: 2rem 0;
}
@media (min-width: 1400px) {
  .section--padded-short {
    padding: 3.375rem 0;
  }
}

.section__title {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .section__title {
    margin-bottom: 2.5rem;
  }
}

.section__footer {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .section__footer {
    margin-top: 4rem;
  }
}

.section__bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.section__bg__image {
  display: block;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .section__bg__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.blog-listing {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .blog-listing {
    margin-bottom: 4rem;
  }
}

.card {
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
}
.card:focus-within .card__link, .card:hover .card__link {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #051c2c;
          text-decoration-color: #051c2c;
}
.card:focus-within .card__fauxbutton .icon, .card:hover .card__fauxbutton .icon {
  transform: translate3d(4px, 0, 0);
}

.card__media {
  position: relative;
  width: 100%;
}

.card__embed {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.card__image {
  bottom: 0;
  height: auto;
  left: 0;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease-out;
  width: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .card__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
}

.card__body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.card__media + .card__body {
  padding-top: 2rem;
}

.card__content {
  padding-bottom: 1rem;
}

.card__excerpt {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .card__excerpt {
    max-width: 37rem;
  }
}

.card__footer {
  margin-top: auto;
}

.card__meta {
  font-size: 0.875rem;
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .card__meta {
    font-size: 1rem;
  }
}
.card__meta:hover + .card__title .card__link, .card__meta:focus + .card__title .card__link {
  text-decoration: none;
}

.card__meta__item {
  margin-bottom: 0.125rem;
}
.card__meta__item:last-child {
  margin-bottom: 0;
}

.card__date {
  display: inline-block;
}

.card__tag {
  color: #ff6d6a;
  font-weight: 700;
  position: relative;
  text-underline-offset: 3px;
  text-decoration: none;
  z-index: 2;
}
.card__tag:focus, .card__tag:hover {
  color: #ff6d6a;
  text-decoration: underline;
}

.card__title {
  margin-bottom: 1.5rem;
}
.card__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .card__title {
    font-size: 1.625rem;
    font-weight: 900;
  }
}

.card__link {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(5, 28, 44, 0);
          text-decoration-color: rgba(5, 28, 44, 0);
  text-underline-offset: 2px;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.card__link:focus, .card__link:hover {
  color: inherit;
  outline: none;
  -webkit-text-decoration-color: #051c2c;
          text-decoration-color: #051c2c;
}
.card__link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card__fauxbutton {
  color: #ff6d6a;
  font-size: 1rem;
}
.card__fauxbutton .icon {
  transition: transform 0.3s ease;
}

/*
variation - news/insight 'post' post type
*/
.card--post .card__embed {
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .card--small {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card--small .card__body {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .card--featured {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .card--featured .card__media {
    flex: 1 0 50%;
    padding-right: 4rem;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .card--featured .card__embed {
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .card--featured .card__body {
    flex: 1 0 40%;
    padding-top: 0;
    max-width: 40%;
  }
}

/*
variation - standard 'page' post type
*/
.card--page {
  margin-bottom: 4rem;
  padding-top: 0;
}
.card--page .card__media {
  padding-left: 0;
}
.card--page .card__body {
  padding: 1.5rem 1.875rem;
}
.card--page .card__title {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .card--page .card__title {
    font-size: 2rem;
  }
}
.card--page .card__footer {
  margin-top: auto;
}

.carousel {
  margin: 2.5rem 0;
}
@media (min-width: 1200px) {
  .carousel {
    margin: 3.75rem 0;
  }
}
@media (min-width: 768px) {
  .carousel {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.carousel__cell {
  width: 100%;
}
.is-ready .carousel__cell {
  height: 100%;
}
.is-fade .carousel__cell {
  opacity: 0 !important;
  transition: opacity 0.6s ease-in-out !important;
}
.is-fade .carousel__cell.is-selected {
  opacity: 1 !important;
}

/*
Default items
*/
.carousel-card {
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .carousel-card {
    min-height: 21rem;
    padding: 2.5rem 2.5rem 2rem;
  }
}
.carousel-card p:last-child {
  margin-bottom: 0;
}

/*
Variation - Carousel
*/
.carousel--cards {
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .carousel--cards {
    padding-bottom: 2rem;
  }
}
.carousel--cards .flickity-viewport {
  overflow: visible;
}
.carousel--cards .flickity-control {
  bottom: -2rem;
}
@media (min-width: 1200px) {
  .carousel--cards .flickity-control {
    bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .carousel--cards .carousel__cell {
    padding: 0 0.625rem;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .carousel--cards .carousel__cell {
    width: 35%;
  }
}

/*
Flickity overrides
*/
.flickity-control {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.flickity-button {
  background-color: transparent;
  color: #ff6d6a;
  position: relative;
  transition: color 0.3s ease;
  transform: none;
}
.flickity-button:focus, .flickity-button:hover {
  background-color: transparent;
  color: #051c2c;
  box-shadow: none;
}

.flickity-prev-next-button {
  border-radius: 0;
  height: 3.5rem;
  padding: 0;
  top: unset;
  width: 3.5rem;
}
.flickity-prev-next-button.previous {
  left: unset;
}
.flickity-prev-next-button.next {
  right: unset;
}
.flickity-prev-next-button .flickity-button-icon {
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
}

.carousel-bg {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.video-carousel-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: all 0.6s;
}
.video-carousel-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-carousel-bg.hide {
  opacity: 0;
}

.carousel-videocard {
  background-color: #051c2c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 30rem;
  min-height: 30rem;
  margin: auto;
  padding: 0.875rem;
  position: relative;
  width: 90%;
}
@media (min-width: 1200px) {
  .carousel-videocard {
    min-height: 32rem;
  }
}
.carousel-videocard .frame--top {
  transform: translate3d(-2rem, -2rem, 0);
}
.carousel-videocard .frame--bottom {
  transform: translate3d(2rem, 2rem, 0);
}

.carousel-videocard__header {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 1.25rem;
}
.carousel-videocard__header :last-child {
  margin-bottom: 0;
}

.carousel-videocard__btn {
  border: 0;
  padding: 0;
}
.carousel-videocard__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/single/play-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15%;
}

/*
Variation - Carousel
*/
.carousel--videos {
  margin: 0;
  z-index: 3;
}
.carousel--videos .carousel__cell {
  padding: 6rem 0;
}
@media (min-width: 1600px) {
  .carousel--videos .carousel__cell {
    padding: 8rem 0 10rem;
  }
}
.carousel--videos .flickity-control {
  background-color: #ff6d6a;
}
.carousel--videos .flickity-button {
  color: #fff;
}
.carousel--videos .flickity-prev-next-button:focus, .carousel--videos .flickity-prev-next-button:hover {
  background-color: #fff;
  color: #ff6d6a;
}
@media (min-width: 1200px) {
  .carousel--videos .flickity-prev-next-button {
    height: 6rem;
    width: 6rem;
  }
}

/*
Frame/corners - was used on other components too previously
*/
.frame {
  height: 4.5rem;
  position: absolute;
  width: 4.5rem;
}
.frame::before, .frame::after {
  background-color: #ff6d6a;
  content: "";
  display: block;
  position: absolute;
}
.frame::before {
  height: 1.25rem;
  width: 100%;
}
.frame::after {
  height: 100%;
  width: 1.25rem;
}

.frame--top {
  right: 0;
  top: 0;
}
.frame--top::before {
  top: 0;
}
.frame--top::after {
  right: 0;
}
.banner .frame--top {
  transform: translate3d(1.25rem, 0, 0);
}
@media (min-width: 1400px) {
  .banner .frame--top {
    transform: translate3d(100%, 0, 0);
  }
}

.frame--bottom {
  bottom: 0;
  left: 0;
}
.frame--bottom::before {
  bottom: 0;
}
.frame--bottom::after {
  left: 0;
}
.banner .frame--bottom {
  transform: translate3d(-1.25rem, 0, 0);
}
@media (min-width: 1400px) {
  .banner .frame--bottom {
    transform: translate3d(-100%, 0, 0);
  }
}

.form-container {
  height: 100%;
}
@media (min-width: 1200px) {
  .form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.form-container__media {
  height: 100%;
  overflow: hidden;
  padding: 3rem;
}

.form-container__block {
  align-items: center;
  display: grid;
  height: 100%;
  position: relative;
  text-align: center;
}

.form-container__image {
  inset: 0;
  position: absolute;
}

.form-container__body {
  height: 100%;
  overflow-y: auto;
  padding: 3rem;
}
.form-container__body::-webkit-scrollbar {
  background-color: #051c2c;
  width: 0.5rem;
}
.form-container__body::-webkit-scrollbar-thumb {
  background-color: #ff6d6a;
}
.form-container__body p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/*
GForm
*/
@media (min-width: 768px) {
  .crm-form .gform_fields {
    display: grid;
    gap: 0 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .crm-form .gform_fields .gfield {
    grid-column: 1/3;
  }
  .crm-form .gform_fields .gfield:nth-child(1) {
    grid-column: 1/2;
  }
  .crm-form .gform_fields .gfield:nth-child(2) {
    grid-column: 2/3;
  }
}
.crm-form .gform_footer {
  margin-top: 1.5rem;
}
.crm-form input[type=submit] {
  width: 100%;
}
.crm-form .gform_confirmation_message {
  font-size: 1.125rem;
}

.download-cta {
  background-color: transparent;
  border: 0;
  display: block;
  padding: 0;
  text-align: left;
}
.download-cta:focus .download-cta__label, .download-cta:hover .download-cta__label {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1200px) {
  .download-cta {
    font-size: 1.25rem;
  }
}

.download-cta__icon {
  margin-left: 0.5rem;
}

.download-cta__label {
  align-items: center;
  display: inline-flex;
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .download-thumbnail {
    display: block;
    margin: auto;
    max-width: 18rem;
  }
}

.border-bottom-1 {
  border-bottom: 1px solid #051c2c;
}

.border-top-1 {
  border-bottom: 1px solid #051c2c;
}

.hero {
  align-items: center;
  display: flex;
  margin: 7rem 0 3.375rem;
  position: relative;
}
@media (min-width: 1200px) {
  .hero {
    margin: 12rem 0 7rem;
  }
}

.hero__media {
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.hero__image,
.hero__video {
  left: 50%;
  max-width: none;
  position: relative;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero__image,
  .hero__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    transform: none;
    width: 100%;
  }
}

.colour-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__content {
  position: relative;
}
@media (min-width: 1024px) {
  .hero__content {
    text-align: center;
  }
}

.hero__title {
  margin-bottom: 0;
}

.hero__footer {
  bottom: 2.5rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__footer {
    bottom: 4rem;
  }
}

/*
Variations - with a bgcolor
*/
.hero[class*=bg-] {
  margin: 0;
  padding: 7rem 0 3.375rem 0;
}
@media (min-width: 1600px) {
  .hero[class*=bg-] {
    padding: 12rem 0 7rem;
  }
}

/*
Variations - has media/image
*/
.hero--has-media {
  height: 37rem;
  margin: 0;
  padding: 3.375rem 0;
}
@media (min-width: 1600px) {
  .hero--has-media {
    height: 45rem;
    padding-top: 9.25rem;
  }
}

/*
Variations - fullheight
*/
.hero--fullheight {
  margin: 0;
}
@media (min-width: 1024px) {
  .hero--fullheight {
    height: 100vh;
    min-height: 48rem;
  }
}

/*
Variations - short
*/
.hero--short[class*=bg-] {
  padding-bottom: 1rem;
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .hero--short[class*=bg-] {
    padding-bottom: 1.5rem;
    padding-top: 7rem;
  }
}
@media (min-width: 1600px) {
  .hero--short[class*=bg-] {
    padding-bottom: 1.875rem;
    padding-top: 11.125rem;
  }
}

/*
Variations - shortest
*/
.hero--shortest {
  height: 31.25rem;
}
@media (min-width: 1600px) {
  .hero--shortest {
    height: 31.25rem;
  }
}
.hero--shortest[class*=bg-] {
  padding-bottom: 1rem;
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .hero--shortest[class*=bg-] {
    padding-bottom: 1.5rem;
    padding-top: 7rem;
  }
}
@media (min-width: 1600px) {
  .hero--shortest[class*=bg-] {
    padding-bottom: 1.875rem;
    padding-top: 10rem;
  }
}

.hero__body {
  text-wrap: pretty;
}
@media (min-width: 1200px) {
  .hero__body {
    text-wrap: balance;
  }
}
.hero__body p {
  padding: 0;
  margin: 0;
}

/*
cta
*/
.cta-group {
  list-style: none;
  margin: 1.5rem 0 0;
  padding-left: 0;
}
@media (min-width: 1400px) {
  .cta-group {
    margin-top: 2.5rem;
  }
}
.cta-group > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-group > li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.hero__footer .cta-group {
  max-width: 25rem;
  pointer-events: all;
}

.cta {
  background-color: transparent;
  border: 0;
  border-left: 5px solid #fff;
  color: inherit;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 1rem;
  text-align: left;
  text-decoration: none;
}
.cta:focus, .cta:hover {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .cta {
    font-size: 1.25rem;
    padding-right: 1.25rem;
  }
}
.hero__footer .cta {
  min-height: 2.5rem;
}
@media (min-width: 1400px) {
  .hero__footer .cta {
    min-height: 4.5rem;
  }
}

/*
animations
*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.1s;
  }
  .hero__body {
    animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.2s;
  }
  .hero__media {
    animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
.scroll-btn {
  align-items: center;
  background-color: #ff6d6a;
  border-radius: 50%;
  bottom: -2rem;
  color: #fff;
  display: flex;
  height: 5rem;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-decoration: none;
  transition: background-color 0.6s ease;
  width: 5rem;
  z-index: 1;
}
@media (min-width: 1400px) {
  .scroll-btn {
    height: 8.5rem;
    width: 8.5rem;
  }
}
.scroll-btn:focus, .scroll-btn:hover {
  background-color: #051c2c;
  color: #fff;
  text-decoration: none;
}
.scroll-btn:focus .scroll-btn__icon, .scroll-btn:hover .scroll-btn__icon {
  transform: translate3d(0, 4px, 0);
}

.scroll-btn__icon {
  height: 3rem;
  transition: transform 0.3s ease;
  transform: translate3d(0, 0, 0);
  width: 3rem;
}

.pagenav {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  .pagenav {
    margin-top: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .pagenav {
    margin-top: 9.25rem;
  }
}

.pagenav__top {
  padding: 1rem 0;
}
@media (min-width: 1024px) {
  .pagenav__top {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1600px) {
  .pagenav__top {
    min-height: 7rem;
    padding: 1.875rem 0;
  }
}

.pagenav__bottom {
  border-bottom: 1px solid #051c2c;
  padding: 1.25rem 0;
}

.pagenav__title {
  margin-bottom: 0;
  text-align: center;
}
.pagenav__title a {
  text-decoration: none;
}
.pagenav__title a:focus, .pagenav__title a:hover {
  text-decoration: underline;
}

.pagenav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.pagenav__item {
  margin: 0.5rem;
}
@media (min-width: 1024px) {
  .pagenav__item {
    margin: 0.5rem 0.625rem;
  }
}

.pagenav__link {
  color: #ff6d6a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0.125rem 0.375rem;
  position: relative;
  text-underline-offset: 2px;
  text-decoration: none;
}
.pagenav__link::before {
  background-color: #ff6d6a;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate3d(0, 4px, 0);
}
.pagenav__link:focus, .pagenav__link:hover, .pagenav__link.is-active {
  color: #ff6d6a;
  text-decoration: none;
}
.pagenav__link:focus::before, .pagenav__link:hover::before, .pagenav__link.is-active::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.pagenav__link--dark-blue {
  color: #051c2c;
}
.pagenav__link--dark-blue::before {
  background-color: #051c2c;
}
.pagenav__link--dark-blue:focus, .pagenav__link--dark-blue:hover, .pagenav__link--dark-blue.is-active {
  color: #051c2c;
}

.has-border-bottom {
  padding-bottom: 3.375rem;
  position: relative;
}
@media (min-width: 1400px) {
  .has-border-bottom {
    padding-bottom: 6rem;
  }
}
.has-border-bottom:after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 4rem;
  position: absolute;
  right: 4rem;
}

.media-item {
  position: relative;
}
.media-item::after {
  background: linear-gradient(210deg, rgba(0, 66, 160, 0) 46.26%, #0042A0 101.46%);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}

.media-item__caption {
  bottom: 0;
  height: unset;
  top: unset;
}
.media-item__caption :last-child {
  margin-bottom: 0;
}

.media-item__footer {
  bottom: 1.25rem;
  left: 0;
  height: auto;
  padding: 1.5rem 2rem 0 2rem;
  position: absolute;
  top: unset;
  z-index: 1;
}
@media (min-width: 1200px) {
  .media-item__footer {
    bottom: 3rem;
    padding-top: 3rem;
    padding-left: 5.5rem;
  }
}
.media-item__footer :last-child {
  margin-bottom: 0;
}

.media-item__footer__icon {
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
@media (min-width: 1200px) {
  .media-item__footer__icon {
    height: 5.5rem;
    width: 5.5rem;
  }
}

.statistic {
  text-align: center;
  margin-bottom: 2rem;
}

.statistic__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .statistic__title {
    font-size: 2rem;
  }
}

.statistic__text {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .statistic__text {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .statistic--xl .statistic__text {
    font-size: 7rem;
  }
}
@media (min-width: 1400px) {
  .statistic--xl .statistic__text {
    font-size: 10rem;
  }
}

.statistic__inner {
  align-items: baseline;
  color: inherit;
  display: flex;
  font-size: 4rem;
  justify-content: center;
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .statistic__inner {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .statistic--xl .statistic__inner {
    font-size: 7rem;
  }
}
@media (min-width: 1400px) {
  .statistic--xl .statistic__inner {
    font-size: 10rem;
  }
}

@media (min-width: 1400px) {
  .statistic__desc {
    font-size: 1.625rem;
  }
}
.statistic__desc small, .statistic__desc .small {
  display: block;
  font-size: 1.125rem;
  font-family: nocturne-serif-lights, serif;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .statistic__desc small, .statistic__desc .small {
    font-size: 1.25rem;
  }
}

.statistic__icon {
  display: block;
  margin: 0 auto;
  width: 7rem;
}

/*
Carousel - see carousel.scss
*/
.video-player {
  position: relative;
}
@media (min-width: 1024px) {
  .video-player--fullwidth {
    max-height: calc(100vh - 5rem);
  }
}
@media (min-width: 1600px) {
  .video-player--fullwidth {
    max-height: calc(100vh - 9.25rem);
  }
}

.video-player__poster {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out 0.6s;
  visibility: visible;
  width: 100%;
}
.video-player__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
  visibility: hidden;
}
.video-player__poster::after {
  background: linear-gradient(245deg, rgba(0, 66, 160, 0) 50%, #0042A0 100%);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  pointer-events: none;
}

.video-player__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.video-player__btn {
  height: auto;
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
  width: auto;
}

.video-player__header {
  bottom: 2rem;
  left: 2rem;
  height: auto;
  padding: 1.5rem 2rem 0 2rem;
  position: absolute;
  top: unset;
  z-index: 1;
}
.video-player__header p {
  font-size: 1.375rem;
}
@media (min-width: 1200px) {
  .video-player__header {
    bottom: 4rem;
    padding-top: 7rem;
    padding-left: 7.5rem;
  }
}
.video-player__header :last-child {
  margin-bottom: 0;
}

.video-player__header_small {
  padding: 1.5rem 2rem 0 2rem;
  position: relative;
  z-index: 1;
}

.video-player__footer__icon {
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
@media (min-width: 1200px) {
  .video-player__footer__icon {
    height: 8rem;
    width: 8rem;
  }
}

/*
Animation
*/
[data-animate=video] .video-player {
  clip-path: inset(1rem 1rem 1rem 1rem);
  transition: clip-path 0.8s ease 0.1s;
}
@media (min-width: 1200px) {
  [data-animate=video] .video-player {
    clip-path: inset(3rem 3rem 3rem 3rem);
  }
}
[data-animate=video] .video-player__image {
  transform: scale(0.95);
  transition: transform 0.8s ease 0.1s;
}
[data-animate=video].animate-in .video-player {
  clip-path: inset(0 0 0 0);
}
[data-animate=video].animate-in .video-player__image {
  transform: scale(1);
}

section.chaptered-video .chapter-links {
  text-decoration: none;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.4rem 0;
}
section.chaptered-video .chapter-links:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
section.chaptered-video .chapter-links > * {
  pointer-events: none;
}
section.chaptered-video .chapter-links h4, section.chaptered-video .chapter-links .h4 {
  background-image: url("../images/icons/single/chevron-down-red.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 10px top 5px;
  padding: 0 3rem 0 4rem;
}
section.chaptered-video .chapter-links h4:after, section.chaptered-video .chapter-links .h4:after {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/icons/single/play-red.svg");
}
section.chaptered-video .chapter-links h4, section.chaptered-video .chapter-links .h4, section.chaptered-video .chapter-links .chapter-text {
  padding-left: 4rem;
}
section.chaptered-video .chapter-links .chapter-text {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
section.chaptered-video .chapter-links.open h4, section.chaptered-video .chapter-links.open .h4 {
  background-image: url("../images/icons/single/chevron-up-red.svg"), url("../images/icons/single/play-red.svg");
  background-position: left 10px top 5px, right 10px top 0;
  background-size: 20px, 25px;
}
section.chaptered-video #chaptered-player {
  display: block;
  width: 100%;
}
section.chaptered-video .video-wrapper {
  position: relative;
}
section.chaptered-video .video-wrapper .controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.chaptered-video .video-wrapper .controls:hover #mute-unmute {
  opacity: 0.9;
}
section.chaptered-video .video-wrapper #play-pause, section.chaptered-video .video-wrapper #mute-unmute {
  outline: none;
  border: none;
  background-color: transparent;
}
section.chaptered-video .video-wrapper #play-pause {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-image: url("../images/icons/single/pause-black.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s;
}
section.chaptered-video .video-wrapper #play-pause:after {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/icons/single/pause-black.svg");
}
@media (min-width: 768px) {
  section.chaptered-video .video-wrapper #play-pause {
    background-size: 65px;
  }
}
section.chaptered-video .video-wrapper #play-pause.paused {
  opacity: 0.9;
  background-image: url("../images/icons/single/play-black.svg");
}
section.chaptered-video .video-wrapper #play-pause:hover {
  opacity: 0.9;
}
section.chaptered-video .video-wrapper #mute-unmute {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 11;
  top: 5px;
  left: 5px;
  background-image: url("../images/icons/single/unmute-white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s;
}
section.chaptered-video .video-wrapper #mute-unmute:after {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/icons/single/mute-white.svg");
}
@media (min-width: 768px) {
  section.chaptered-video .video-wrapper #mute-unmute {
    top: 15px;
    left: 15px;
    background-size: 35px;
  }
}
section.chaptered-video .video-wrapper #mute-unmute.muted {
  background-image: url("../images/icons/single/mute-white.svg");
}
section.chaptered-video .chapter-title {
  background-color: #fff;
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
}
@media (min-width: 768px) {
  section.chaptered-video .chapter-title {
    transform: translateY(-20px);
  }
}
section.chaptered-video .track {
  position: relative;
  height: 14px;
  width: 100%;
  background-color: rgba(255, 109, 106, 0.2);
  overflow: hidden;
}
@media (min-width: 768px) {
  section.chaptered-video .track {
    transform: translateY(-20px);
  }
}
section.chaptered-video .track #indicator {
  background-color: #ff6d6a;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 14px;
}
section.chaptered-video .track .time-divider {
  background-color: #fff;
  height: 14px;
  width: 4px;
  position: absolute;
  top: 0;
  transform: translateX(-4px);
}
section.chaptered-video .track .chapter-trigger {
  position: absolute;
  height: 14px;
  width: 100%;
  cursor: pointer;
}

[data-tippy-root] h4, [data-tippy-root] .h4 {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}

section.cards .link-card {
  position: relative;
  padding-bottom: 2.5rem;
}
section.cards .link-card .link-btn {
  position: absolute;
  left: 1rem;
  bottom: 0;
}
@media (min-width: 576px) {
  section.cards h3, section.cards .h3 {
    min-height: 105px;
  }
}
section.cards .document-thumb, section.cards .video-thumb {
  position: relative;
  display: block;
}
section.cards .document-thumb:after, section.cards .video-thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  z-index: 10;
}
section.cards .document-thumb:after {
  background-image: url("../images/icons/single/file-small.svg");
}
section.cards .video-thumb:after {
  background-image: url("../images/icons/single/play-small.svg");
}
section.cards .thumb-wrapper {
  aspect-ratio: 9/5;
}
section.cards .thumb-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section.statistics-grid .stat-row {
  border-bottom: 1px solid #fff;
}
section.statistics-grid .stat {
  font-size: 5rem;
}
@media (min-width: 1200px) {
  section.statistics-grid .stat {
    font-size: 7rem;
  }
}

section.link-cards .link-card {
  aspect-ratio: 4/3;
}
section.link-cards .link-card.col-lg-4 {
  aspect-ratio: 4/3;
}
section.link-cards .link-card.col-lg-6, section.link-cards .link-card.col-lg-12 {
  aspect-ratio: 16/9;
}
section.link-cards .link-card .inner {
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  overflow: hidden;
  position: relative;
}
section.link-cards .link-card .inner h3, section.link-cards .link-card .inner .h3 {
  position: relative;
  z-index: 2;
}
section.link-cards .link-card .inner .card-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
section.link-cards .link-card .inner:hover .card-image {
  transform: scale(1.1);
}
@media (min-width: 576px) {
  section.link-cards.gutters .link-card {
    padding: 0 1rem;
  }
}
section.link-cards .link-cards-carousel {
  padding-bottom: 5rem;
}

section.logo-grid .inner {
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.2);
}

section.portfolio .portfolio-card {
  aspect-ratio: 1/1;
  cursor: pointer;
}
section.portfolio .portfolio-card img {
  width: 75%;
  pointer-events: none;
}
section.portfolio .modal-image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
section.portfolio .modal-image .thumb {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.portfolio .modal-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(211deg, rgba(0, 66, 160, 0) 35.54%, rgba(0, 66, 160, 0.8) 86.52%);
}
section.portfolio .modal-image .light-logo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 40%;
}
section.portfolio .info {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.accordion .accordion-row {
  border-bottom: 1px solid #000;
}
section.accordion .accordion-row:first-child {
  border-top: 1px solid #000;
}
section.accordion .accordion-row .accordion-heading {
  background-size: 55px;
  background-position: left center;
  position: relative;
  padding-right: 5em;
  cursor: pointer;
}
section.accordion .accordion-row .accordion-heading h3, section.accordion .accordion-row .accordion-heading .h3 {
  pointer-events: none;
}
section.accordion .accordion-row .accordion-heading:after, section.accordion .accordion-row .accordion-heading:before {
  content: "";
  background-color: #000;
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  top: 50%;
}
section.accordion .accordion-row .accordion-heading:before {
  width: 41px;
  height: 1px;
  right: 0;
}
section.accordion .accordion-row .accordion-heading:after {
  width: 1px;
  height: 41px;
  right: 20px;
  margin-top: -20px;
}
section.accordion .accordion-row .accordion-heading.open:after {
  transform: scale(0);
}
section.accordion .accordion-row .accordion-content {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
section.accordion .accordion-row .document-list {
  padding: 0;
  margin: 0;
}
section.accordion .accordion-row .document-list li {
  position: relative;
}
section.accordion .accordion-row .document-list li a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/single/pdf-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
section.accordion .accordion-row .document-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.accordion .accordion-row .document-list li:nth-child(even) {
  background-color: #f8fcff;
}
section.accordion .accordion-row .document-list li:first-child {
  background-color: #000;
}

@media (max-width: 767.98px) {
  section.tables .tables-container {
    padding-right: 0 !important;
  }
}
section.tables .table-wrapper {
  width: 100%;
  overflow-x: scroll;
  padding-left: 15px;
  padding-right: 15px;
  scrollbar-color: #051c2c #a3ccee;
  scrollbar-width: auto;
}
@media (max-width: 1399.98px) {
  section.tables .table-wrapper .table-inner {
    font-size: 0.875rem;
    min-width: 1170px;
  }
}
section.tables .table-wrapper .table-inner sup,
section.tables .table-wrapper .table-inner sub {
  font-size: 0.5rem;
  text-decoration: none;
}
@media (min-width: 1400px) {
  section.tables .table-wrapper .table-inner sup,
  section.tables .table-wrapper .table-inner sub {
    font-size: 0.75rem;
  }
}
section.tables .table-wrapper .table-inner sup a,
section.tables .table-wrapper .table-inner sub a {
  text-decoration: none;
}
section.tables .table-row:nth-child(odd) {
  background-color: #f8fcff;
}
section.tables .file-link {
  background-image: url("../images/icons/single/pdf-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}
section.tables .table-outer {
  position: relative;
  width: 100%;
}
section.tables .scroll-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("../images/icons/single/scroll-right.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: right 5rem center;
  transition: all 1s;
}
section.tables .scroll-indicator:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(248, 252, 255, 0) 0%, rgba(248, 252, 255, 0.95) 100%);
}
@media (min-width: 768px) {
  section.tables .scroll-indicator {
    display: none;
  }
}

section.people {
  background-color: #f8fcff;
}

.people-thumb-wrapper {
  aspect-ratio: 1/1;
  position: relative;
  background-image: url("../images/icons/single/avatar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.people-thumb-wrapper .thumb {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn-close {
  width: 46px;
  height: 46px;
  background-color: #ff6d6a;
  border: 0;
  outline: none;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}
.btn-close:before, .btn-close:after {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 7px;
  left: 23px;
  pointer-events: none;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

section.charts .positioned-footnotes {
  position: relative;
}
section.charts .positioned-footnotes p {
  display: inline-block;
  position: absolute;
  top: 0;
}

section.cards-grid .inner {
  position: relative;
}
@media (max-width: 1023.98px) {
  section.cards-grid .inner {
    aspect-ratio: unset !important;
    min-height: 400px;
  }
}
section.cards-grid .inner .card-top, section.cards-grid .inner .card-bottom {
  width: 100%;
  height: 100%;
}
section.cards-grid .inner .card-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.6s;
  opacity: 1;
}
section.cards-grid .inner .card-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.cards-grid .inner .card-top .card-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cards-grid .inner .card-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: linear-gradient(270deg, #01429F 0%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), lightgray 50%/cover no-repeat;
}
@media (max-width: 1023.98px) {
  section.cards-grid .inner .card-bottom {
    min-height: 400px;
  }
}
section.cards-grid .inner:hover .card-top {
  opacity: 0;
  pointer-events: none;
}

section.portfolio-snapshot .snapshot-nav {
  width: 100%;
  border-bottom: 1px solid #fff;
}
section.portfolio-snapshot .snapshot-nav a {
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.4s;
}
section.portfolio-snapshot .snapshot-nav a.current:after {
  content: "";
  background-color: #ff6d6a;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.portfolio-snapshot .snapshot-carousel {
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
section.portfolio-snapshot .snapshot-carousel.show {
  opacity: 1;
}
section.portfolio-snapshot .snapshot-carousel .carousel-cell {
  width: 100%;
}
section.portfolio-snapshot .snapshot-carousel .carousel-cell .inner {
  flex-wrap: wrap;
}
section.portfolio-snapshot .snapshot-carousel .carousel-cell .logo-wrapper {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media (min-width: 768px) {
  section.portfolio-snapshot .snapshot-carousel .carousel-cell .logo-wrapper {
    width: 20%;
  }
}
section.portfolio-snapshot .snapshot-carousel .carousel-cell .logo-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 80%;
  width: 80%;
}

.is-fade .carousel-cell {
  opacity: 0 !important;
  transition: opacity 0.4s ease-in-out !important;
}
.is-fade .carousel-cell.is-selected {
  opacity: 1 !important;
}

section.investment-carousel .investment-nav a {
  display: block;
  opacity: 0.4;
  text-decoration: none;
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 0;
}
section.investment-carousel .investment-nav a:hover {
  opacity: 1;
}
section.investment-carousel .investment-nav a.current {
  opacity: 1;
  font-size: 1.875rem;
  font-weight: 700;
  border-left: 2px solid #ff6d6a;
}
section.investment-carousel .investment-carousel-wrapper {
  width: 100%;
}
section.investment-carousel .investment-carousel-wrapper .carousel-cell {
  width: 100%;
}
@media (max-width: 1023.98px) {
  section.investment-carousel .investment-carousel-wrapper .carousel-cell {
    height: auto !important;
  }
}
section.investment-carousel .investment-carousel-wrapper .inner {
  height: auto;
  position: relative;
  padding: 2.5rem 2.5rem;
}
@media (min-width: 1024px) {
  section.investment-carousel .investment-carousel-wrapper .inner {
    padding: 4rem 6rem;
  }
}
section.investment-carousel .investment-carousel-wrapper .frame {
  height: 40px;
  width: 40px;
}
section.investment-carousel .investment-carousel-wrapper .frame:before {
  height: 30%;
}
section.investment-carousel .investment-carousel-wrapper .frame:after {
  width: 30%;
}
@media (min-width: 1024px) {
  section.investment-carousel .investment-carousel-wrapper .frame {
    height: 60px;
    width: 60px;
  }
}
section.investment-carousel .investment-carousel-wrapper .blue-border {
  border-top: 1px solid #a3ccee;
}
section.investment-carousel .investment-carousel-wrapper .stat {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1024px) {
  section.investment-carousel .investment-carousel-wrapper .stat {
    font-size: 4.8125rem;
  }
}

.modal-blocker .modal__container {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-height: 90vh;
}
@media (min-width: 768px) {
  .modal-blocker .modal__container {
    max-height: 70vh;
  }
}
.modal-blocker .modal__container .modal-inner {
  height: 100%;
  max-height: 90vh;
  min-height: 90vh;
  overflow-y: scroll;
  padding: 3rem 1.5rem 14rem 1.5rem;
}
@media (min-width: 768px) {
  .modal-blocker .modal__container .modal-inner {
    max-height: 70vh;
    min-height: 70vh;
    padding: 3rem 2.5rem 8rem 2.5rem;
  }
}
.modal-blocker .modal__container .modal-inner ul, .modal-blocker .modal__container .modal-inner ol {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.modal-blocker .modal__container .modal-inner ul li, .modal-blocker .modal__container .modal-inner ol li {
  padding-bottom: 1rem;
}
.modal-blocker .modal__container .modal-inner ul li:last-child, .modal-blocker .modal__container .modal-inner ol li:last-child {
  padding-bottom: 0;
}
.modal-blocker .modal__container .modal-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -24px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .modal-blocker .modal__container .modal-footer {
    padding: 1.5rem 2.5rem;
  }
}
.modal-blocker .modal__container .modal-footer > * {
  margin: 0;
}
.modal-blocker .modal__container .modal-footer select {
  font-size: 1.4375rem;
  font-weight: 800;
  border: 2px solid #051c2c;
  width: 50%;
}
.modal-blocker .modal__container .modal-footer .site-logo {
  width: 150px;
}
.modal-blocker .modal__container .option {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-blocker .modal__container .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .modal-blocker .modal__container .option .btn {
    width: 100%;
  }
  .modal-blocker .modal__container .option select {
    width: 100%;
  }
}
.modal-blocker .modal__container .countdown-option span {
  color: #ff6d6a;
}
.modal-blocker .modal__container .hide {
  display: none;
}

section.icon-list .wrapper {
  position: relative;
}
section.icon-list .box-corner.top-right {
  top: 0;
  right: 0;
}
section.icon-list .box-corner.bottom-left {
  bottom: 0;
  left: 0;
}
section.icon-list ul.main-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
section.icon-list ul.main-list > li {
  border-bottom: 1px solid #a3ccee;
}
section.icon-list ul.main-list > li:last-child {
  border: none;
}
section.icon-list h3, section.icon-list .h3 {
  min-height: 80px;
  font-size: 1.5625rem;
}
@media (min-width: 1400px) {
  section.icon-list h3, section.icon-list .h3 {
    font-size: 2.1875rem;
  }
}
section.icon-list h3.heading-icon, section.icon-list .heading-icon.h3 {
  position: relative;
  padding: 0 0 0 100px;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon, section.icon-list .heading-icon.h3 {
    padding: 0 0 0 125px;
  }
}
section.icon-list h3.heading-icon.heading-icon-diversified, section.icon-list .heading-icon.heading-icon-diversified.h3 {
  background-image: url("../images/icons/single/diversified.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-diversified, section.icon-list .heading-icon.heading-icon-diversified.h3 {
    background-position: left center;
  }
}
section.icon-list h3.heading-icon.heading-icon-sourcing, section.icon-list .heading-icon.heading-icon-sourcing.h3 {
  background-image: url("../images/icons/single/sourcing.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-sourcing, section.icon-list .heading-icon.heading-icon-sourcing.h3 {
    background-position: left center;
  }
}
section.icon-list h3.heading-icon.heading-icon-structure, section.icon-list .heading-icon.heading-icon-structure.h3 {
  background-image: url("../images/icons/single/structure.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-structure, section.icon-list .heading-icon.heading-icon-structure.h3 {
    background-position: left center;
  }
}
section.icon-list h3.heading-icon.heading-icon-pioneers, section.icon-list .heading-icon.heading-icon-pioneers.h3 {
  background-image: url("../images/icons/single/pioneers.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-pioneers, section.icon-list .heading-icon.heading-icon-pioneers.h3 {
    background-position: left center;
  }
}
section.icon-list h3.heading-icon.heading-icon-operational, section.icon-list .heading-icon.heading-icon-operational.h3 {
  background-image: url("../images/icons/single/operational.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-operational, section.icon-list .heading-icon.heading-icon-operational.h3 {
    background-position: left center;
  }
}
section.icon-list h3.heading-icon.heading-icon-protection, section.icon-list .heading-icon.heading-icon-protection.h3 {
  background-image: url("../images/icons/single/protection.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-protection, section.icon-list .heading-icon.heading-icon-protection.h3 {
    background-position: left center;
  }
}
section.icon-list h3.heading-icon.heading-icon-scaled, section.icon-list .heading-icon.heading-icon-scaled.h3 {
  background-image: url("../images/icons/single/scaled.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left top;
}
@media (min-width: 1024px) {
  section.icon-list h3.heading-icon.heading-icon-scaled, section.icon-list .heading-icon.heading-icon-scaled.h3 {
    background-position: left center;
  }
}
section.icon-list .stat {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1024px) {
  section.icon-list .stat {
    font-size: 4.8125rem;
  }
}
section.icon-list .list-content ul {
  list-style: none;
  padding: 0 0 1rem 0;
}
section.icon-list .list-content ul li {
  position: relative;
  border-bottom: 1px solid #a3ccee;
  padding: 20px 0 20px 40px;
}
section.icon-list .list-content ul li:last-child {
  border-bottom: none;
}
section.icon-list .list-content ul li:before {
  content: "";
  background-image: url("../images/icons/single/bullet.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
}

section.asset-value {
  background: linear-gradient(90deg, #051C2C 0%, #0042A0 100%);
  padding: 0;
  margin: 0;
}
section.asset-value select {
  max-width: 100%;
}
@media (min-width: 768px) {
  section.asset-value select {
    max-width: 60%;
  }
}
section.asset-value .class-value {
  color: #ff6d6a;
}

.share-performance {
  position: relative;
}

.share-performance__panel[aria-hidden=true] {
  display: none;
}

.share-performance__control {
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.share-performance__control__form {
  padding: 2rem 0;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .share-performance__control__form {
    padding: 3.375rem 0;
  }
}

.share-performance__highlights {
  padding: 10rem 0 2.5rem 0;
}
@media (min-width: 1024px) {
  .share-performance__highlights {
    padding-top: 3.375rem;
  }
}

.share-table-fixed th {
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .share-table-fixed {
    table-layout: fixed;
  }
}

.filter-table th,
.filter-table td {
  white-space: nowrap;
}
.filter-table a {
  text-underline-offset: 4px;
}
@media (min-width: 1024px) {
  .filter-table {
    table-layout: fixed;
  }
}

@media (min-width: 1024px) {
  .filter-table--details th:nth-child(1), .filter-table--details th:nth-child(2) {
    width: 15%;
  }
}

.tabs {
  position: relative;
}

.tabs-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  .tabs-nav {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 576px) {
  .tabs-nav__item:not(:last-child) {
    border-right: 2px solid #051c2c;
    padding-right: 1.5rem;
  }
}

.tabs-nav__button {
  border: 0;
  line-height: 1.25;
  text-decoration: none;
}
.tabs-nav__button:focus, .tabs-nav__button:hover, .tabs-nav__button[aria-selected=true] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tabs-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.tabs-content__pane {
  grid-column: 1/1;
  grid-row: 1/1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
}
.tabs-content__pane.is-active {
  opacity: 1;
  pointer-events: all;
}

.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-black .cta::after {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.icon-black {
  fill: #000;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.icon-white {
  fill: #fff;
}

.bg-dark-grey {
  background-color: #636363;
  color: #fff;
}
.bg-dark-grey .cta::after {
  background-color: #fff;
}

.text-dark-grey {
  color: #636363;
}

.icon-dark-grey {
  fill: #636363;
}

.bg-grey {
  background-color: #cbcccf;
  color: #fff;
}
.bg-grey .cta::after {
  background-color: #fff;
}

.text-grey {
  color: #cbcccf;
}

.icon-grey {
  fill: #cbcccf;
}

.bg-light-grey {
  background-color: #f7f7f7;
}

.text-light-grey {
  color: #f7f7f7;
}

.icon-light-grey {
  fill: #f7f7f7;
}

.bg-dark-blue {
  background-color: #051c2c;
  color: #fff;
}
.bg-dark-blue .cta::after {
  background-color: #fff;
}

.text-dark-blue {
  color: #051c2c;
}

.icon-dark-blue {
  fill: #051c2c;
}

.bg-navy-blue {
  background-color: #193775;
}

.text-navy-blue {
  color: #193775;
}

.icon-navy-blue {
  fill: #193775;
}

.bg-mid-blue {
  background-color: #537088;
  color: #fff;
}
.bg-mid-blue .cta::after {
  background-color: #fff;
}

.text-mid-blue {
  color: #537088;
}

.icon-mid-blue {
  fill: #537088;
}

.bg-light-blue {
  background-color: #a3ccee;
}

.text-light-blue {
  color: #a3ccee;
}

.icon-light-blue {
  fill: #a3ccee;
}

.bg-extra-light-blue {
  background-color: #f8fcff;
}

.text-extra-light-blue {
  color: #f8fcff;
}

.icon-extra-light-blue {
  fill: #f8fcff;
}

.bg-dark-green {
  background-color: #1f4d41;
  color: #fff;
}
.bg-dark-green .cta::after {
  background-color: #fff;
}

.text-dark-green {
  color: #1f4d41;
}

.icon-dark-green {
  fill: #1f4d41;
}

.bg-green {
  background-color: #79c0a3;
}

.text-green {
  color: #79c0a3;
}

.icon-green {
  fill: #79c0a3;
}

.bg-light-green {
  background-color: #f8fcfb;
}

.text-light-green {
  color: #f8fcfb;
}

.icon-light-green {
  fill: #f8fcfb;
}

.bg-red {
  background-color: #ff6d6a;
}

.text-red {
  color: #ff6d6a;
}

.icon-red {
  fill: #ff6d6a;
}

.bg-pink {
  background-color: #ffece9;
}

.text-pink {
  color: #ffece9;
}

.icon-pink {
  fill: #ffece9;
}

.bg-blue-gradient {
  background: linear-gradient(90deg, #051C2C 0%, #0042A0 100%);
}

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

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

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

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

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

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

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

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

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

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-last {
  order: 6;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

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

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

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

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

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

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 1.5rem;
}

.m-3 {
  margin: 2rem;
}

.m-4 {
  margin: 3rem;
}

.m-5 {
  margin: 4rem;
}

.m-auto {
  margin: auto;
}

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

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 1.5rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 4rem;
}

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

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

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 4rem;
}

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

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

.ms-1 {
  margin-left: 1rem;
}

.ms-2 {
  margin-left: 1.5rem;
}

.ms-3 {
  margin-left: 2rem;
}

.ms-4 {
  margin-left: 3rem;
}

.ms-5 {
  margin-left: 4rem;
}

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

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

.me-1 {
  margin-right: 1rem;
}

.me-2 {
  margin-right: 1.5rem;
}

.me-3 {
  margin-right: 2rem;
}

.me-4 {
  margin-right: 3rem;
}

.me-5 {
  margin-right: 4rem;
}

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 1.5rem;
}

.p-3 {
  padding: 2rem;
}

.p-4 {
  padding: 3rem;
}

.p-5 {
  padding: 4rem;
}

.p-auto {
  padding: auto;
}

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 4rem;
}

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

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 1.5rem;
}

.pt-3 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 3rem;
}

.pt-5 {
  padding-top: 4rem;
}

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

.ps-1 {
  padding-left: 1rem;
}

.ps-2 {
  padding-left: 1.5rem;
}

.ps-3 {
  padding-left: 2rem;
}

.ps-4 {
  padding-left: 3rem;
}

.ps-5 {
  padding-left: 4rem;
}

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

.pe-1 {
  padding-right: 1rem;
}

.pe-2 {
  padding-right: 1.5rem;
}

.pe-3 {
  padding-right: 2rem;
}

.pe-4 {
  padding-right: 3rem;
}

.pe-5 {
  padding-right: 4rem;
}

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

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

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

@media (min-width: 576px) {
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 1rem;
  }
  .mt-sm-2 {
    margin-top: 1.5rem;
  }
  .mt-sm-3 {
    margin-top: 2rem;
  }
  .mt-sm-4 {
    margin-top: 3rem;
  }
  .mt-sm-5 {
    margin-top: 4rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 1rem;
  }
  .mb-sm-2 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 2rem;
  }
  .mb-sm-4 {
    margin-bottom: 3rem;
  }
  .mb-sm-5 {
    margin-bottom: 4rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 1rem;
  }
  .ms-sm-2 {
    margin-left: 1.5rem;
  }
  .ms-sm-3 {
    margin-left: 2rem;
  }
  .ms-sm-4 {
    margin-left: 3rem;
  }
  .ms-sm-5 {
    margin-left: 4rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 1rem;
  }
  .me-sm-2 {
    margin-right: 1.5rem;
  }
  .me-sm-3 {
    margin-right: 2rem;
  }
  .me-sm-4 {
    margin-right: 3rem;
  }
  .me-sm-5 {
    margin-right: 4rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 1rem;
  }
  .p-sm-2 {
    padding: 1.5rem;
  }
  .p-sm-3 {
    padding: 2rem;
  }
  .p-sm-4 {
    padding: 3rem;
  }
  .p-sm-5 {
    padding: 4rem;
  }
  .p-sm-auto {
    padding: auto;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 1rem;
  }
  .pb-sm-2 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 2rem;
  }
  .pb-sm-4 {
    padding-bottom: 3rem;
  }
  .pb-sm-5 {
    padding-bottom: 4rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 1rem;
  }
  .pt-sm-2 {
    padding-top: 1.5rem;
  }
  .pt-sm-3 {
    padding-top: 2rem;
  }
  .pt-sm-4 {
    padding-top: 3rem;
  }
  .pt-sm-5 {
    padding-top: 4rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 1rem;
  }
  .ps-sm-2 {
    padding-left: 1.5rem;
  }
  .ps-sm-3 {
    padding-left: 2rem;
  }
  .ps-sm-4 {
    padding-left: 3rem;
  }
  .ps-sm-5 {
    padding-left: 4rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 1rem;
  }
  .pe-sm-2 {
    padding-right: 1.5rem;
  }
  .pe-sm-3 {
    padding-right: 2rem;
  }
  .pe-sm-4 {
    padding-right: 3rem;
  }
  .pe-sm-5 {
    padding-right: 4rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-last {
    order: 6;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 1rem;
  }
  .mt-md-2 {
    margin-top: 1.5rem;
  }
  .mt-md-3 {
    margin-top: 2rem;
  }
  .mt-md-4 {
    margin-top: 3rem;
  }
  .mt-md-5 {
    margin-top: 4rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 1rem;
  }
  .mb-md-2 {
    margin-bottom: 1.5rem;
  }
  .mb-md-3 {
    margin-bottom: 2rem;
  }
  .mb-md-4 {
    margin-bottom: 3rem;
  }
  .mb-md-5 {
    margin-bottom: 4rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 1rem;
  }
  .ms-md-2 {
    margin-left: 1.5rem;
  }
  .ms-md-3 {
    margin-left: 2rem;
  }
  .ms-md-4 {
    margin-left: 3rem;
  }
  .ms-md-5 {
    margin-left: 4rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 1rem;
  }
  .me-md-2 {
    margin-right: 1.5rem;
  }
  .me-md-3 {
    margin-right: 2rem;
  }
  .me-md-4 {
    margin-right: 3rem;
  }
  .me-md-5 {
    margin-right: 4rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 1rem;
  }
  .p-md-2 {
    padding: 1.5rem;
  }
  .p-md-3 {
    padding: 2rem;
  }
  .p-md-4 {
    padding: 3rem;
  }
  .p-md-5 {
    padding: 4rem;
  }
  .p-md-auto {
    padding: auto;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 1rem;
  }
  .pb-md-2 {
    padding-bottom: 1.5rem;
  }
  .pb-md-3 {
    padding-bottom: 2rem;
  }
  .pb-md-4 {
    padding-bottom: 3rem;
  }
  .pb-md-5 {
    padding-bottom: 4rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 1rem;
  }
  .pt-md-2 {
    padding-top: 1.5rem;
  }
  .pt-md-3 {
    padding-top: 2rem;
  }
  .pt-md-4 {
    padding-top: 3rem;
  }
  .pt-md-5 {
    padding-top: 4rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 1rem;
  }
  .ps-md-2 {
    padding-left: 1.5rem;
  }
  .ps-md-3 {
    padding-left: 2rem;
  }
  .ps-md-4 {
    padding-left: 3rem;
  }
  .ps-md-5 {
    padding-left: 4rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 1rem;
  }
  .pe-md-2 {
    padding-right: 1.5rem;
  }
  .pe-md-3 {
    padding-right: 2rem;
  }
  .pe-md-4 {
    padding-right: 3rem;
  }
  .pe-md-5 {
    padding-right: 4rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-last {
    order: 6;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 1rem;
  }
  .mt-lg-2 {
    margin-top: 1.5rem;
  }
  .mt-lg-3 {
    margin-top: 2rem;
  }
  .mt-lg-4 {
    margin-top: 3rem;
  }
  .mt-lg-5 {
    margin-top: 4rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
  .mb-lg-2 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 2rem;
  }
  .mb-lg-4 {
    margin-bottom: 3rem;
  }
  .mb-lg-5 {
    margin-bottom: 4rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 1rem;
  }
  .ms-lg-2 {
    margin-left: 1.5rem;
  }
  .ms-lg-3 {
    margin-left: 2rem;
  }
  .ms-lg-4 {
    margin-left: 3rem;
  }
  .ms-lg-5 {
    margin-left: 4rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 1rem;
  }
  .me-lg-2 {
    margin-right: 1.5rem;
  }
  .me-lg-3 {
    margin-right: 2rem;
  }
  .me-lg-4 {
    margin-right: 3rem;
  }
  .me-lg-5 {
    margin-right: 4rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 1rem;
  }
  .p-lg-2 {
    padding: 1.5rem;
  }
  .p-lg-3 {
    padding: 2rem;
  }
  .p-lg-4 {
    padding: 3rem;
  }
  .p-lg-5 {
    padding: 4rem;
  }
  .p-lg-auto {
    padding: auto;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 1rem;
  }
  .pb-lg-2 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 2rem;
  }
  .pb-lg-4 {
    padding-bottom: 3rem;
  }
  .pb-lg-5 {
    padding-bottom: 4rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 1rem;
  }
  .pt-lg-2 {
    padding-top: 1.5rem;
  }
  .pt-lg-3 {
    padding-top: 2rem;
  }
  .pt-lg-4 {
    padding-top: 3rem;
  }
  .pt-lg-5 {
    padding-top: 4rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 1rem;
  }
  .ps-lg-2 {
    padding-left: 1.5rem;
  }
  .ps-lg-3 {
    padding-left: 2rem;
  }
  .ps-lg-4 {
    padding-left: 3rem;
  }
  .ps-lg-5 {
    padding-left: 4rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 1rem;
  }
  .pe-lg-2 {
    padding-right: 1.5rem;
  }
  .pe-lg-3 {
    padding-right: 2rem;
  }
  .pe-lg-4 {
    padding-right: 3rem;
  }
  .pe-lg-5 {
    padding-right: 4rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-last {
    order: 6;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 1rem;
  }
  .mt-xl-2 {
    margin-top: 1.5rem;
  }
  .mt-xl-3 {
    margin-top: 2rem;
  }
  .mt-xl-4 {
    margin-top: 3rem;
  }
  .mt-xl-5 {
    margin-top: 4rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 1rem;
  }
  .mb-xl-2 {
    margin-bottom: 1.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 2rem;
  }
  .mb-xl-4 {
    margin-bottom: 3rem;
  }
  .mb-xl-5 {
    margin-bottom: 4rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 1rem;
  }
  .ms-xl-2 {
    margin-left: 1.5rem;
  }
  .ms-xl-3 {
    margin-left: 2rem;
  }
  .ms-xl-4 {
    margin-left: 3rem;
  }
  .ms-xl-5 {
    margin-left: 4rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 1rem;
  }
  .me-xl-2 {
    margin-right: 1.5rem;
  }
  .me-xl-3 {
    margin-right: 2rem;
  }
  .me-xl-4 {
    margin-right: 3rem;
  }
  .me-xl-5 {
    margin-right: 4rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 1rem;
  }
  .p-xl-2 {
    padding: 1.5rem;
  }
  .p-xl-3 {
    padding: 2rem;
  }
  .p-xl-4 {
    padding: 3rem;
  }
  .p-xl-5 {
    padding: 4rem;
  }
  .p-xl-auto {
    padding: auto;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 1rem;
  }
  .pb-xl-2 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 2rem;
  }
  .pb-xl-4 {
    padding-bottom: 3rem;
  }
  .pb-xl-5 {
    padding-bottom: 4rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 1rem;
  }
  .pt-xl-2 {
    padding-top: 1.5rem;
  }
  .pt-xl-3 {
    padding-top: 2rem;
  }
  .pt-xl-4 {
    padding-top: 3rem;
  }
  .pt-xl-5 {
    padding-top: 4rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 1rem;
  }
  .ps-xl-2 {
    padding-left: 1.5rem;
  }
  .ps-xl-3 {
    padding-left: 2rem;
  }
  .ps-xl-4 {
    padding-left: 3rem;
  }
  .ps-xl-5 {
    padding-left: 4rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 1rem;
  }
  .pe-xl-2 {
    padding-right: 1.5rem;
  }
  .pe-xl-3 {
    padding-right: 2rem;
  }
  .pe-xl-4 {
    padding-right: 3rem;
  }
  .pe-xl-5 {
    padding-right: 4rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 1rem;
  }
  .mt-xxl-2 {
    margin-top: 1.5rem;
  }
  .mt-xxl-3 {
    margin-top: 2rem;
  }
  .mt-xxl-4 {
    margin-top: 3rem;
  }
  .mt-xxl-5 {
    margin-top: 4rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem;
  }
  .mb-xxl-2 {
    margin-bottom: 1.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 2rem;
  }
  .mb-xxl-4 {
    margin-bottom: 3rem;
  }
  .mb-xxl-5 {
    margin-bottom: 4rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 1rem;
  }
  .ms-xxl-2 {
    margin-left: 1.5rem;
  }
  .ms-xxl-3 {
    margin-left: 2rem;
  }
  .ms-xxl-4 {
    margin-left: 3rem;
  }
  .ms-xxl-5 {
    margin-left: 4rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 1rem;
  }
  .me-xxl-2 {
    margin-right: 1.5rem;
  }
  .me-xxl-3 {
    margin-right: 2rem;
  }
  .me-xxl-4 {
    margin-right: 3rem;
  }
  .me-xxl-5 {
    margin-right: 4rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 1rem;
  }
  .p-xxl-2 {
    padding: 1.5rem;
  }
  .p-xxl-3 {
    padding: 2rem;
  }
  .p-xxl-4 {
    padding: 3rem;
  }
  .p-xxl-5 {
    padding: 4rem;
  }
  .p-xxl-auto {
    padding: auto;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem;
  }
  .pb-xxl-2 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 2rem;
  }
  .pb-xxl-4 {
    padding-bottom: 3rem;
  }
  .pb-xxl-5 {
    padding-bottom: 4rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 1rem;
  }
  .pt-xxl-2 {
    padding-top: 1.5rem;
  }
  .pt-xxl-3 {
    padding-top: 2rem;
  }
  .pt-xxl-4 {
    padding-top: 3rem;
  }
  .pt-xxl-5 {
    padding-top: 4rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 1rem;
  }
  .ps-xxl-2 {
    padding-left: 1.5rem;
  }
  .ps-xxl-3 {
    padding-left: 2rem;
  }
  .ps-xxl-4 {
    padding-left: 3rem;
  }
  .ps-xxl-5 {
    padding-left: 4rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 1rem;
  }
  .pe-xxl-2 {
    padding-right: 1.5rem;
  }
  .pe-xxl-3 {
    padding-right: 2rem;
  }
  .pe-xxl-4 {
    padding-right: 3rem;
  }
  .pe-xxl-5 {
    padding-right: 4rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .align-items-xxxl-start {
    align-items: flex-start;
  }
  .align-items-xxxl-end {
    align-items: flex-end;
  }
  .align-items-xxxl-center {
    align-items: center;
  }
  .align-items-xxxl-baseline {
    align-items: baseline;
  }
  .align-items-xxxl-stretch {
    align-items: stretch;
  }
  .align-self-xxxl-auto {
    align-self: auto;
  }
  .align-self-xxxl-start {
    align-self: flex-start;
  }
  .align-self-xxxl-end {
    align-self: flex-end;
  }
  .align-self-xxxl-center {
    align-self: center;
  }
  .d-xxxl-inline {
    display: inline;
  }
  .d-xxxl-inline-block {
    display: inline-block;
  }
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-grid {
    display: grid;
  }
  .d-xxxl-flex {
    display: flex;
  }
  .d-xxxl-inline-flex {
    display: inline-flex;
  }
  .d-xxxl-none {
    display: none;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxxl-center {
    justify-content: center;
  }
  .justify-content-xxxl-between {
    justify-content: space-between;
  }
  .justify-content-xxxl-around {
    justify-content: space-around;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-last {
    order: 6;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxxl-row {
    flex-direction: row;
  }
  .flex-xxxl-column {
    flex-direction: column;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse;
  }
  .mt-xxxl-0 {
    margin-top: 0;
  }
  .mt-xxxl-1 {
    margin-top: 1rem;
  }
  .mt-xxxl-2 {
    margin-top: 1.5rem;
  }
  .mt-xxxl-3 {
    margin-top: 2rem;
  }
  .mt-xxxl-4 {
    margin-top: 3rem;
  }
  .mt-xxxl-5 {
    margin-top: 4rem;
  }
  .mt-xxxl-auto {
    margin-top: auto;
  }
  .mb-xxxl-0 {
    margin-bottom: 0;
  }
  .mb-xxxl-1 {
    margin-bottom: 1rem;
  }
  .mb-xxxl-2 {
    margin-bottom: 1.5rem;
  }
  .mb-xxxl-3 {
    margin-bottom: 2rem;
  }
  .mb-xxxl-4 {
    margin-bottom: 3rem;
  }
  .mb-xxxl-5 {
    margin-bottom: 4rem;
  }
  .mb-xxxl-auto {
    margin-bottom: auto;
  }
  .ms-xxxl-0 {
    margin-left: 0;
  }
  .ms-xxxl-1 {
    margin-left: 1rem;
  }
  .ms-xxxl-2 {
    margin-left: 1.5rem;
  }
  .ms-xxxl-3 {
    margin-left: 2rem;
  }
  .ms-xxxl-4 {
    margin-left: 3rem;
  }
  .ms-xxxl-5 {
    margin-left: 4rem;
  }
  .ms-xxxl-auto {
    margin-left: auto;
  }
  .me-xxxl-0 {
    margin-right: 0;
  }
  .me-xxxl-1 {
    margin-right: 1rem;
  }
  .me-xxxl-2 {
    margin-right: 1.5rem;
  }
  .me-xxxl-3 {
    margin-right: 2rem;
  }
  .me-xxxl-4 {
    margin-right: 3rem;
  }
  .me-xxxl-5 {
    margin-right: 4rem;
  }
  .me-xxxl-auto {
    margin-right: auto;
  }
  .p-xxxl-0 {
    padding: 0;
  }
  .p-xxxl-1 {
    padding: 1rem;
  }
  .p-xxxl-2 {
    padding: 1.5rem;
  }
  .p-xxxl-3 {
    padding: 2rem;
  }
  .p-xxxl-4 {
    padding: 3rem;
  }
  .p-xxxl-5 {
    padding: 4rem;
  }
  .p-xxxl-auto {
    padding: auto;
  }
  .pb-xxxl-0 {
    padding-bottom: 0;
  }
  .pb-xxxl-1 {
    padding-bottom: 1rem;
  }
  .pb-xxxl-2 {
    padding-bottom: 1.5rem;
  }
  .pb-xxxl-3 {
    padding-bottom: 2rem;
  }
  .pb-xxxl-4 {
    padding-bottom: 3rem;
  }
  .pb-xxxl-5 {
    padding-bottom: 4rem;
  }
  .pt-xxxl-0 {
    padding-top: 0;
  }
  .pt-xxxl-1 {
    padding-top: 1rem;
  }
  .pt-xxxl-2 {
    padding-top: 1.5rem;
  }
  .pt-xxxl-3 {
    padding-top: 2rem;
  }
  .pt-xxxl-4 {
    padding-top: 3rem;
  }
  .pt-xxxl-5 {
    padding-top: 4rem;
  }
  .ps-xxxl-0 {
    padding-left: 0;
  }
  .ps-xxxl-1 {
    padding-left: 1rem;
  }
  .ps-xxxl-2 {
    padding-left: 1.5rem;
  }
  .ps-xxxl-3 {
    padding-left: 2rem;
  }
  .ps-xxxl-4 {
    padding-left: 3rem;
  }
  .ps-xxxl-5 {
    padding-left: 4rem;
  }
  .pe-xxxl-0 {
    padding-right: 0;
  }
  .pe-xxxl-1 {
    padding-right: 1rem;
  }
  .pe-xxxl-2 {
    padding-right: 1.5rem;
  }
  .pe-xxxl-3 {
    padding-right: 2rem;
  }
  .pe-xxxl-4 {
    padding-right: 3rem;
  }
  .pe-xxxl-5 {
    padding-right: 4rem;
  }
  .text-xxxl-start {
    text-align: left;
  }
  .text-xxxl-end {
    text-align: right;
  }
  .text-xxxl-center {
    text-align: center;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}