@font-face {
  font-family: Instrument Sans;
  src: url(/fonts/InstrumentSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Instrument Sans;
  src: url(/fonts/InstrumentSans-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --background: rgb(252 252 252);
  --a1: rgba(0 0 0/0.05);
  --a2: rgba(0 0 0/0.1);
  --foreground: rgb(28 28 29);
  --shadow: 0px 6px 20px rgb(0 0 0/20%);
  --unit: 8px;
}

.rounded-corners {
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 834px) {
  .rounded-corners {
    border-radius: 0.75rem;
  }
}

@media (min-width: 1194px) {
  .rounded-corners {
    border-radius: 1rem;
  }
}

@media (min-width: 1194px) {
  .md\:prose-body-sb {
    font-size: 1rem;
    line-height: 120%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    font-weight: 600;
    stylistic-alternates-off: true;
  }
}

:focus-visible:not(.focus-visible-none) {
  overflow: hidden;
  border-radius: 0.375rem;
}

:focus-visible:not(.focus-visible-none):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:focus-visible:not(.focus-visible-none) {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 5px #00aaff !important;
  z-index: 9999;
}

@media (hover: none) and (pointer: coarse) {
  :focus-visible:not(.focus-visible-none) {
    box-shadow: none !important;
    outline: none !important;
  }
}

@supports selector(:has(:focus-visible)) {
  .focus-container-soft:has(:focus-visible),
  .focus-container:has(:focus-visible) {
    overflow: hidden;
    border-radius: 0.375rem;
  }

  .focus-container-soft:has(:focus-visible):focus,
  .focus-container:has(:focus-visible):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .focus-container-soft:has(:focus-visible),
  .focus-container:has(:focus-visible) {
    box-shadow:
      0 0 0 1px #fff,
      0 0 0 5px #00aaff !important;
    z-index: 9999;
  }
}

@media (hover: none) and (pointer: coarse) {
  @supports selector(:has(:focus-visible)) {
    .focus-container-soft:has(:focus-visible),
    .focus-container:has(:focus-visible) {
      box-shadow: none !important;
      outline: none !important;
    }
  }
}

.focus-placeholder-top {
  margin-top: -6px !important;
  padding-top: 6px !important;
}

.focus-container :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.rounded-full:focus-visible {
  border-radius: 9999px !important;
}

[data-theme="dark"] :focus-visible:not(.focus-visible-none) {
  box-shadow:
    0 0 0 1px #15103a,
    0 0 0 5px #00aaff !important;
}

@media (hover: none) and (pointer: coarse) {
  [data-theme="dark"] :focus-visible:not(.focus-visible-none) {
    box-shadow: none !important;
    outline: none !important;
  }
}

@supports selector(:has(:focus-visible)) {
  [data-theme="dark"] .focus-container-soft:has(:focus-visible),
  [data-theme="dark"] .focus-container:has(:focus-visible) {
    box-shadow:
      0 0 0 1px #15103a,
      0 0 0 5px #00aaff !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  @supports selector(:has(:focus-visible)) {
    [data-theme="dark"] .focus-container-soft:has(:focus-visible),
    [data-theme="dark"] .focus-container:has(:focus-visible) {
      box-shadow: none !important;
      outline: none !important;
    }
  }
}

[data-theme="dark"] .focus-container :focus-visible,
[data-theme="dark"] .focus-container-soft :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 834px) {
  .sm\:rounded-full:focus-visible {
    border-radius: 9999px !important;
  }
}

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:                                                                     
;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:                                                                     
;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --tw-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  cursor: pointer;
}

button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

h1,
h2,
hr,
p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  font-family: Roobert, system-ui, sans-serif;
}

body {
  --tw-bg-opacity: 1;
  background-color: white;
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration-line: none;
  /* display: inherit */
}

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

::-moz-placeholder {
  font-family: Roobert, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  );
  opacity: 0.56;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose
  :where([class~="lead"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose
  :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose
  :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(blockquote strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose
  :where(thead th strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose
  :where(ol[type="A"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}

.prose
  :where(ol[type="a"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}

.prose
  :where(ol[type="A" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}

.prose
  :where(ol[type="a" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}

.prose
  :where(ol[type="I"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}

.prose
  :where(ol[type="i"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}

.prose
  :where(ol[type="I" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}

.prose
  :where(ol[type="i" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}

.prose
  :where(ol[type="1"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose
  :where(ul > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose
  :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose
  :where(blockquote p:first-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):before {
  content: open-quote;
}

.prose
  :where(blockquote p:last-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose
  :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose
  :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose
  :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose
  :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose
  :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow:
    0 0 0 1px var(--tw-prose-kbd-shadows),
    0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):before {
  content: "`";
}

.prose
  :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose
  :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose
  :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose
  :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(blockquote code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose
  :where(thead th code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose
  :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):before {
  content: none;
}

.prose
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose
  :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose
  :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose
  :where(tbody tr:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  border-bottom-width: 0;
}

.prose
  :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose
  :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose
  :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.prose
  :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose
  :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose
  :where(picture > img):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose
  :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose
  :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose
  :where(.prose > ul > li p):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose
  :where(.prose > ul > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}

.prose
  :where(.prose > ul > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}

.prose
  :where(.prose > ol > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}

.prose
  :where(.prose > ol > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}

.prose
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose
  :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(thead th:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}

.prose
  :where(thead th:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}

.prose
  :where(tbody td, tfoot td):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}

.prose
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}

.prose
  :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose
  :where(.prose > :first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
}

.prose
  :where(.prose > :last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0;
}
.header-border {
  border-bottom: 1px solid #0000008a;
}

.prose-h2-b {
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
}

.prose-h2-b {
  font-size: 1.5rem;
}

.prose-h3-b {
  line-height: 130%;
  font-weight: 600;
  color: #031037 !important;
}

.prose-h3-b,
.prose-intro {
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 1.13rem;
}

.prose-intro {
  line-height: 1.56rem;
  font-weight: 400;
}

.prose-teaser-info-m {
  font-weight: 500;
}

.prose-teaser-info-b,
.prose-teaser-info-m {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.02em;
}

.prose-teaser-info-b {
  font-weight: 600;
}

.prose-button-b {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
}

.prose-label-r {
  font-weight: 400;
  font-size: 0.63rem;
  line-height: 0.63rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.prose-label-m {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.prose-body-r {
  font-weight: 400;
}

.prose-body-r {
  font-size: 1rem;
  line-height: 120%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.prose-body-sb {
  font-size: 1rem;
  line-height: 120%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 600;
  stylistic-alternates-off: true;
}

.prose-body-small-r {
  font-weight: 400;
}

.prose-body-small-r {
  font-size: 0.88rem;
  line-height: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.prose-body-small-sb {
  font-size: 0.88rem;
  line-height: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 600;
  stylistic-alternates-off: true;
}

.prose-article-body-m {
  font-size: 1.13rem;
  line-height: 150%;
  stylistic-alternates-off: true;
  overflow-wrap: break-word;
  word-break: break-word;
}

.prose-article-body-m {
  font-weight: 500;
}

.prose-article-h1 {
  font-size: 2rem;
}
.border-surface-lowest {
  --tw-border-opacity: 1;
  border-color: #f5f5f5 !important;
}
.prose-article-h1 {
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
  color: #031037 !important;
}

.prose-article-body-small-m {
  font-size: 1rem;
  line-height: 150%;
  stylistic-alternates-off: true;
  overflow-wrap: break-word;
  word-break: break-word;
}

.prose-article-body-small-m {
  font-weight: 500;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  height: 0;
  width: 0;
  overflow: hidden;
}

.break-words {
  word-break: break-word;
}

.prose-h2-b {
  font-size: 1.125rem;
}

@media (min-width: 834px) {
  .prose-h2-b {
    font-size: 1.31rem;
  }
}

@media (min-width: 1194px) {
  .prose-h2-b {
    font-size: 1.5rem;
  }
}

.line-clamp-precise {
  margin-bottom: -1px;
  margin-top: -1px;
  line-height: calc(1em + 2px);
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.top-\[80px\] {
  top: 80px;
}

.z-10 {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-header {
  z-index: 9000;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-4 {
  order: 4;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.-mb-\[3px\] {
  margin-bottom: -3px;
}

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

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

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

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

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden-p {
  display: none;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}

.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.min-h-0 {
  min-height: 0;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[calc\(100\%\+40px\)\] {
  width: calc(100% + 40px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_calc\(75\%-4px\)\] {
  flex: 0 0 calc(75% - 4px);
}

.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-full {
  flex-basis: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-on-surface-default {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-border-opacity))
  );
}

.border-on-surface-default\/20 {
  border-color: hsl(var(--palette-on-surface-default) / 0.2);
}

.border-surface-lowest {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-border-opacity))
  );
}

.border-transparent {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-border-opacity))
  );
}

.bg-\[var\(--banner-color\)\] {
  background-color: var(--banner-color);
}

.bg-\[var\(--banner-shaded-bg\)\] {
  background-color: var(--banner-shaded-bg);
}

.bg-black\/40 {
  background-color: rgb(0 0 0/0.4);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-bg-opacity))
  );
}

.bg-primary-container {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-container) /
      var(--palette-primary-container-opacity, var(--tw-bg-opacity))
  );
}

.bg-surface-default {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
}

.bg-surface-lowest {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-bg-opacity))
  );
}

.bg-transparent {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-bg-opacity))
  );
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[var\(--banner-shaded-bg\)\] {
  --tw-gradient-from: var(--banner-shaded-bg) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255/0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-surface-default {
  --tw-gradient-from: hsl(
      var(--palette-surface-default)/var(--palette-surface-default-opacity, 1)
    )
    var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--palette-surface-default)/0)
    var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[var\(--banner-border-color\)\] {
  --tw-gradient-to: rgb(255 255 255/0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    var(--banner-border-color) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}

.to-surface-default {
  --tw-gradient-to: hsl(
      var(--palette-surface-default)/var(--palette-surface-default-opacity, 1)
    )
    var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: hsl(
      var(--palette-transparent)/var(--palette-transparent-opacity, 1)
    )
    var(--tw-gradient-to-position);
}

.to-50\% {
  --tw-gradient-to-position: 50%;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.fill-current {
  fill: currentColor;
}

.fill-on-primary {
  fill: hsl(var(--palette-on-primary) / var(--palette-on-primary-opacity, 1));
}
.numbers {
  background-image: linear-gradient(
    216.77deg,
    #5541f0 23.83%,
    rgba(85, 65, 240, 0.4) 51.2%
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;
}
.fill-primary {
  fill: hsl(var(--palette-primary) / var(--palette-primary-opacity, 1));
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-px {
  padding: 1px;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

.pb-\[1px\] {
  padding-bottom: 1px;
}

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

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

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

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

.text-\[32px\] {
  font-size: 32px;
}

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

.leading-\[32px\] {
  line-height: 32px;
}

.text-on-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-primary) /
      var(--palette-on-primary-opacity, var(--tw-text-opacity))
  );
}

.text-on-static-1 {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-static-1) /
      var(--palette-on-static-1-opacity, var(--tw-text-opacity))
  );
}

.text-on-surface-default {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  );
}

.text-on-surface-default-light {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default-light) /
      var(--palette-on-surface-default-light-opacity, var(--tw-text-opacity))
  );
}

.text-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}

.text-transparent {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-text-opacity))
  );
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-highlight-s {
  --tw-shadow: 0px 8px 16px 0px rgba(85, 65, 240, 0.16);
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
}

.shadow-highlight-s {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-md {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
}

.transition-\[font-size\] {
  transition-property: font-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.duration-200 {
  transition-duration: 0.2s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.duration-\[250ms\] {
  transition-duration: 0.25s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.\@container\/banner {
  container-type: inline-size;
}

.\@container\/banner {
  container-name: banner;
}

.\@container\/play-indicator {
  container-type: inline-size;
  container-name: play-indicator;
}

.\@container\/teaser {
  container-type: inline-size;
  container-name: teaser;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

[data-theme="light"] {
  --palette-primary: 246.89999999999998 85.4% 59.8%;
  --palette-on-primary: 0 0% 96.1%;
  --palette-primary-hover: 247.20000000000005 55.7% 29.2%;
  --palette-on-primary-hover: 0 0% 96.1%;
  --palette-primary-active: 247.20000000000005 56.1% 43.7%;
  --palette-on-primary-active: 0 0% 96.1%;
  --palette-primary-container: 246.39999999999998 87.5% 93.7%;
  --palette-on-primary-container: 225 89.7% 11.4%;
  --palette-secondary: 174.29999999999995 100% 41.2%;
  --palette-on-secondary: 225 89.7% 11.4%;
  --palette-secondary-hover: 167.39999999999998 100% 20.6%;
  --palette-on-secondary-hover: 0 0% 96.1%;
  --palette-secondary-active: 174.29999999999995 100% 41.2%;
  --palette-on-secondary-active: 225 89.7% 11.4%;
  --palette-secondary-container: 169.60000000000002 77.5% 82.5%;
  --palette-on-secondary-container: 225 89.7% 11.4%;
  --palette-tertiary: 225 89.7% 11.4%;
  --palette-on-tertiary: 225 89.7% 11.4%;
  --palette-tertiary-hover: 225 89.7% 11.4%;
  --palette-on-tertiary-hover: 225 89.7% 11.4%;
  --palette-tertiary-active: 225 89.7% 11.4%;
  --palette-on-tertiary-active: 225 89.7% 11.4%;
  --palette-tertiary-container: 225 89.7% 11.4%;
  --palette-on-tertiary-container: 225 89.7% 11.4%;
  --palette-surface-lowest: 0 0% 96.1%;
  --palette-surface-low: 0 0% 97.6%;
  --palette-surface-default: 0 0% 100%;
  --palette-surface-high: 0 0% 100%;
  --palette-surface-highest: 0 0% 100%;
  --palette-on-surface-default: 225 89.7% 11.4%;
  --palette-on-surface-weak: 225 89.7% 11.4%;
  --palette-on-surface-weakest: 225.79999999999995 23.2% 32.2%;
  --palette-inverse-surface: 225 89.7% 11.4%;
  --palette-on-inverse-surface: 0 0% 96.1%;
  --palette-transparent: 0 0% 0%;
  --palette-transparent-opacity: 0;
  --palette-default-0: 0 0% 100%;
  --palette-default-0-opacity: 0;
  --palette-default-10: 0 0% 100%;
  --palette-default-10-opacity: 0.06;
  --palette-default-25: 0 0% 100%;
  --palette-default-25-opacity: 0.15;
  --palette-default-50: 0 0% 100%;
  --palette-default-50-opacity: 0.31;
  --palette-default-75: 0 0% 100%;
  --palette-default-75-opacity: 0.46;
  --palette-success: 118.89999999999998 63.1% 32.9%;
  --palette-on-success: 281.70000000000005 53.5% 16.9%;
  --palette-warning: 35.30000000000001 100% 50%;
  --palette-on-warning: 281.70000000000005 53.5% 16.9%;
  --palette-on-danger: 281.70000000000005 53.5% 16.9%;
  --palette-info: 247.20000000000005 78.8% 66.7%;
  --palette-on-info: 0 0% 100%;
  --palette-live: 0 79.6% 52%;
  --palette-on-live: 0 0% 100%;
  --palette-a11y-focus: 200 100% 50%;
  --palette-on-a11y-focus: 281.70000000000005 53.5% 16.9%;
  --palette-static-1: 0 79.6% 52%;
  --palette-on-static-1: 0 0% 100%;
  --palette-static-2: 48 100% 75.5%;
  --palette-on-static-2: 225 89.7% 11.4%;
  --palette-static-3: 174.29999999999995 100% 41.2%;
  --palette-on-static-3: 225 89.7% 11.4%;
  --palette-static-4: 271.20000000000005 100% 71%;
  --palette-on-static-4: 225 89.7% 11.4%;
  --palette-static-5: 246.89999999999998 85.4% 59.8%;
  --palette-on-static-5: 0 0% 100%;
  --palette-static-6: 342.20000000000005 100% 73.5%;
  --palette-on-static-6: 225 89.7% 11.4%;
  --palette-static-7: 143.8 65.9% 65.5%;
  --palette-on-static-7: 225 89.7% 11.4%;
  --palette-static-8: 174.29999999999995 100% 41.2%;
  --palette-on-static-8: 225 89.7% 11.4%;
  --palette-static-9: 200 100% 50%;
  --palette-on-static-9: 225 89.7% 11.4%;
  --palette-static-10: 247.20000000000005 78.8% 66.7%;
  --palette-on-static-10: 0 0% 100%;
  --palette-static-11: 30 50% 90.6%;
  --palette-on-static-11: 225 89.7% 11.4%;
  --palette-static-12: 174.39999999999998 66.2% 87.3%;
  --palette-on-static-12: 225 89.7% 11.4%;
  --palette-static-13: 355.70000000000005 96.6% 88.6%;
  --palette-on-static-13: 225 89.7% 11.4%;
  --palette-background-elections: 30 50% 90.6%;
  --palette-background-elections-light: 27.30000000000001 52.4% 95.9%;
  --palette-background-gradient-shade: 247.20000000000005 56.1% 43.7%;
  --palette-background-gradient: 247.20000000000005 78.8% 66.7%;
  --palette-background-vrt-max: 223.20000000000005 100% 11.2%;
  --palette-danger: 1.6000000000000227 100% 63.3%;
  --palette-primary-inverse: 246.89999999999998 85.4% 59.8%;
  --palette-primary-sporza: 92.89999999999998 100% 51.4%;
  --palette-sporza-accent: 92.60000000000002 87.2% 15.3%;
  --palette-on-surface-default-light: 246.70000000000005 12.4% 42.5%;
  --palette-on-surface-default-shade: 247.29999999999995 20.5% 31.6%;
  --palette-custom-vrt-max-banner-overlay: 225.39999999999998 27.9% 28.8%;
  --palette-custom-sporza-banner-overlay: 0 0% 16.1%;
  --palette-background-max: 246.29999999999995 32.2% 23.1%;
  --palette-primary-vrt-max: 1.6000000000000227 100% 63.3%;
  --palette-on-color-light: 225 89.7% 11.4%;
  --palette-on-color-dark: 0 0% 96.1%;
  --palette-background-sporza: 0 0% 0%;
  --palette-culture: 341.79999999999995 100% 93.5%;
  --palette-on-culture: 261.1 96.6% 11.6%;
  --palette-accent-culture: 342.20000000000005 100% 73.5%;
  --palette-on-accent-culture: 261.1 96.6% 11.6%;
  --palette-highlight-author: 30 50% 90.6%;
  --palette-transparent-inverse: 225 89.7% 11.4%;
  --palette-on-dark-background: 0 0% 96.1%;
}

.\[font-variant-ligatures\:none\] {
  font-variant-ligatures: none;
}

@media screen and (max-width: 399px) {
  .prose-article-h1 {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

a:-webkit-any-link {
  color: inherit;
}

@media (min-width: 1194px) {
  .md\:prose-body-sb {
    font-size: 1rem;
    line-height: 120%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    font-weight: 600;
    stylistic-alternates-off: true;
  }
}

.bg-\[linear-gradient\(216\.77deg\2c\#5541F0_23\.83\%\2crgba\(85\2c65\2c240\2c0\.4\)_51\.2\%\)\] {
  background-image: linear-gradient(
    216.77deg,
    #5541f0 23.83%,
    rgba(85, 65, 240, 0.4) 51.2%
  );
}
.hover\:bg-\[var\(--banner-button-hover-bg\)\]:hover {
  background-color: var(--banner-button-hover-bg);
}

.hover\:bg-on-surface-default:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-bg-opacity))
  );
}

.hover\:bg-primary-hover:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-hover) /
      var(--palette-primary-hover-opacity, var(--tw-bg-opacity))
  );
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}

.hover\:text-surface-default:hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}

.focus\:border-on-surface-default:focus {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-border-opacity))
  );
}

.group:hover .group-hover\:fill-primary-hover {
  fill: hsl(
    var(--palette-primary-hover) / var(--palette-primary-hover-opacity, 1)
  );
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}

.group:hover .group-hover\:text-primary-hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary-hover) /
      var(--palette-primary-hover-opacity, var(--tw-text-opacity))
  );
}

.has-\[button\:hover\]\:border-\[1\.5px_solid\]:has(button:hover) {
  border-color: 1.5px solid;
}

.has-\[button\:hover\]\:border-primary:has(button:hover) {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-border-opacity))
  );
}

@container (min-width: 500px) {
  .\@\[500px\]\:mt-4 {
    margin-top: 1rem;
  }

  .\@\[500px\]\:aspect-auto {
    aspect-ratio: auto;
  }

  .\@\[500px\]\:min-h-\[200px\] {
    min-height: 200px;
  }

  .\@\[500px\]\:w-auto {
    width: auto;
  }

  .\@\[500px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\@\[500px\]\:rounded {
    border-radius: 0.25rem;
  }

  .\@\[500px\]\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\@\[500px\]\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\@\[500px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\@\[500px\]\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@container banner (min-width: 1194px) {
  .\@md\/banner\:rounded-4xl {
    border-radius: 2rem;
  }

  .\@md\/banner\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\@md\/banner\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 834px) {
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[80px\] {
    height: 80px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-\[0_0_calc\(25\%-12px\)\] {
    flex: 0 0 calc(25% - 12px);
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[112px_1fr\] {
    grid-template-columns: 112px 1fr;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-surface-lowest {
    --tw-border-opacity: 1;
    border-color: #f5f5f5 !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1194px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[calc\(100vh-145px\)\] {
    height: calc(100vh - 145px);
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-\[0_0_calc\(25\%-18px\)\] {
    flex: 0 0 calc(25% - 18px);
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-\[216px_1fr\] {
    grid-template-columns: 216px 1fr;
  }

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:text-start {
    text-align: start;
  }
}

.dark\:block:where([data-theme="dark"], [data-theme="dark"] *) {
  display: block;
}

.dark\:hidden:where([data-theme="dark"], [data-theme="dark"] *) {
  display: none;
}

.dark\:border-on-surface-default:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-border-opacity))
  );
}

.dark\:bg-primary-container:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-container) /
      var(--palette-primary-container-opacity, var(--tw-bg-opacity))
  );
}

.dark\:bg-surface-lowest:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-bg-opacity))
  );
}

.dark\:bg-white:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-white\/50:where([data-theme="dark"], [data-theme="dark"] *) {
  background-color: rgb(255 255 255/0.5);
}

.dark\:bg-gradient-to-b:where([data-theme="dark"], [data-theme="dark"] *) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.dark\:from-surface-default:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-gradient-from: hsl(
      var(--palette-surface-default)/var(--palette-surface-default-opacity, 1)
    )
    var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--palette-surface-default)/0)
    var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-primary-container:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-gradient-to: hsl(
      var(--palette-primary-container)/var(
          --palette-primary-container-opacity,
          1
        )
    )
    var(--tw-gradient-to-position);
}

.dark\:text-primary:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}

.dark\:text-white:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-white\/30:where([data-theme="dark"], [data-theme="dark"] *) {
  color: rgb(255 255 255/0.3);
}

@media print {
  .print\:hidden {
    display: none;
  }
}

.\[\&\:focus-visible\]\:rounded-\[100px\]:focus-visible {
  border-radius: 100px;
}

.\[\&_svg\]\:mr-0 svg {
  margin-right: 0;
}

.\[\&_svg\]\:h-8 svg {
  height: 2rem;
}

.\[\&_svg\]\:w-8 svg {
  width: 2rem;
}

:root {
  --mainColor: #6cbdde;
  --text: #ffffff;
  --input-color: #ffffff;
  --valid-input-color: #ffffff;
}

.article__component {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 600px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .article__component {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.article__component {
  position: relative;
}

.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  clear: both;
}

@media screen and (max-width: 599px) {
  .page-header:has(.mobile-nav__trigger:checked) .mobile-nav {
    transform: translateX(-100%);
  }

  .page-header:has(.mobile-nav__trigger:checked) .icon-close {
    display: inline;
  }

  .page-header:has(.mobile-nav__trigger:checked) .icon-menu {
    display: none;
  }
}

.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}

.a11y-bar__skip-link:not(:focus) {
  display: block;
  height: 1px;
  left: -500vw;
  overflow: hidden;
  position: absolute;
  top: -500vh;
  width: 1px;
  z-index: -1;
}

.article__paragraph {
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}

.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  clear: both;
}

.article__component {
  font-size: 18px;
  line-height: 26px;
}

.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--granted:not(
    :has(.pushengage-subscription-management-widget__opt-in__unsubscribe)
  ):not(
    :has(.pushengage-subscription-management-widget__opt-in__auto-notification)
  )
  .pushengage-subscription-management-widget__opt-in__segment {
  margin-top: 0;
}

.custom-list {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  font-family: var(--dls-font-stack-sans);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._2vq9 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._8s {
  display: block;
  margin-right: 8px;
}

.fb--container ._6b {
  vertical-align: middle;
  display: inline-block;
  word-wrap: normal;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
}

.fb--container ._5mdd,
.fb--container._2pi8 {
  word-wrap: break-word;
}

.fb--container ._6b::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
}

.fb--container ._2pis {
  padding-left: 8px;
  margin-left: 56px;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container._5lm5 {
  margin-top: 12px;
  border-top: 1px solid #e9ebee;
}

.fb--container._5lm5 ._42ef {
  font-size: 11px;
  color: #365899;
  cursor: pointer;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 700;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

#comments_form.mycomment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}

#comments_form .mycomment-img {
  display: none;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}

#comments_form .textbox {
  color: #020c29;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  outline: 0;
  border: 1px solid rgba(3, 16, 55, 0.565);
  caret-color: #020c29;
}

#comments_form .mycomment-info__inner {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 0;
  padding: 0 16px;
  position: relative;
}

#comments_form .error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}

#comments_form .sendcomment {
  float: right;
  background-color: #020c29;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  cursor: pointer;
}

#comments_form .sendcomment:hover,
#comments_form .sendcomment:focus-visible {
  background-color: #1a2450;
  color: #fff;
}

#comments_form .sendcomment:focus {
  outline: 4px solid #00aaff;
}

.brand-name-image {
  hyphens: auto;
  text-wrap: inherit;
  position: absolute;
  top: 50%;
  width: 20%;
  left: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  transform: translate(-50%, -50%) !important;
}

.brand-name-image.brand-name-image2 {
  top: 39%;
  left: unset;
  right: 0%;
  color: #000;
  font-size: 26px;
  width: 30%;
}

@media screen and (max-width: 1079px) {
  .brand-name-image {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 670px) {
  .brand-name-image {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 517px) {
  .brand-name-image {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 380px) {
  .brand-name-image {
    font-size: 8px !important;
  }
}

#Send-Us-Message {
  --land-main-color: #ae1213;
  border: none;
  border-radius: 15px;
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 30px;
}
#Send-Us-Message div {
  max-width: unset !important;
}
#Send-Us-Message h3 {
  padding: 0 15px;
  margin: 0 0 20px;
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-style: italic;
}
#Send-Us-Message h3 span {
  font-weight: 600;
  color: var(--land-main-color);
  font-family: Instrument Sans;
}
#Send-Us-Message .form-photo {
  max-width: 452px;
  padding: 0 15px;
  box-sizing: border-box;
}
#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}
#Send-Us-Message h2 {
  padding: 0 10px;
  color: #000;
  margin: 0 0 10px;
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
#cd-countdown {
  justify-content: center;
  margin-bottom: 50px;
  font-family: Instrument Sans;
}
#cd-countdown,
.cd-unit {
  display: flex;
  align-items: center;
}
.cd-unit {
  position: relative;
  flex-direction: column;
  margin: 0 5px;
}
.cd-digits {
  display: flex;
}
.cd-box {
  box-sizing: border-box;
  min-width: 35px;
  margin: 0 2px;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  background: #fff;
}
.cd-label {
  position: absolute;
  bottom: -25px;
  margin-top: 5px;
  color: #333;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
}
.cd-separator {
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 1.5em;
}
@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }
  .cd-separator {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .cd-box {
    min-width: 0;
    padding: 10px 13px;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .cd-box {
    min-width: 0;
    padding: 8px 10px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .cd-box {
    min-width: 0;
    padding: 6px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}
.form-footer {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 22px 37px 10px;
  background-image:
    url(/img/noise.webp),
    linear-gradient(var(--land-main-color), var(--land-main-color));
  background-blend-mode: multiply;
  background-size: cover;
}
.form-footer img {
  width: 100%;
  margin: 25px auto;
}
.form-footer .uniqp {
  font-size: 16px;
  line-height: 20px;
}
.form-footer .pp,
.form-footer .uniqp {
  margin: 0;
  color: #fff;
  font-family: Instrument Sans;
  font-weight: 400;
  text-align: center;
}
.form-footer .pp {
  font-size: 12px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;

  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
header {
  background: white;
}
@media (max-width: 1192px) {
  .globe {
    display: none;
  }
}

.bg-primary-container {
  background-color: #e4e1fd;
}

.bg-surface-lowest {
  background-color: #f5f5f5;
}
