@charset "UTF-8";

/* node_modules/@fontsource-variable/inter/index.css */
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-cyrillic-ext-wght-normal-XKHXBTUO.woff2) format("woff2-variations");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-cyrillic-wght-normal-R5CMSONN.woff2) format("woff2-variations");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-greek-ext-wght-normal-ZEVLMORV.woff2) format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-greek-wght-normal-AXVTPQD5.woff2) format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-vietnamese-wght-normal-TWG5UU7E.woff2) format("woff2-variations");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-latin-ext-wght-normal-GZCIV3NH.woff2) format("woff2-variations");
  unicode-range:
    U+0100-02AF,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./inter-latin-wght-normal-OPIJAQLS.woff2) format("woff2-variations");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* ../../../tmp/tmp-645-rn84KrfyMfLk/repo/src/scss/index.css */
:where(html) {
  --ff-sans:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif;
  --ff-serif: ui-serif, serif;
  --ff-mono:
    Dank Mono,
    Operator Mono,
    Inconsolata,
    Fira Mono,
    ui-monospace,
    SF Mono,
    Monaco,
    Droid Sans Mono,
    Source Code Pro,
    monospace;
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fw-label: var(--fw-700);
  --fs-xl: 1.5rem;
  --fs-l: 1.25rem;
  --fs: 1rem;
  --fs-s: 0.875rem;
  --lh: 1.4;
  --lh-tight: 1.2;
  --lh-flat: 1;
  --sp: calc(var(--sp-1) * 0.5);
  --sp-1: 0.5rem;
  --sp-2: calc(var(--sp-1) * 2);
  --sp-3: calc(var(--sp-1) * 3);
  --sp-4: calc(var(--sp-1) * 4);
  --rad-1: 0.25rem;
  --rad-2: calc(var(--rad-1) * 2);
  --rad-r: 1e5px;
  --bord-w: 1px;
  --bord-l: var(--bord-w) solid var(--c-neutral-m);
  --bord-l-dash: var(--bord-w) dashed var(--c-neutral-m);
  --bord-d: var(--bord-w) solid var(--c-neutral-d);
  --transition: all 150ms ease-in-out;
  --icon-s: var(--sp-2);
  --z-mid: 50;
  --z-high: 100;
  --z-wtf: 99999;
  --input-fs: var(--fs-s);
  --input-fw: var(--fw-500);
  --input-height: calc(var(--sp-1) * 4.5);
  --input-rad: var(--rad-1);
  --input-p-block: var(--sp-1);
  --input-p-inline: calc(var(--sp-1) * 1.5);
  --c-focus: hsl(45, 87%, 53%);
  --c-primary-l: hsl(250, 100%, 97.6%);
  --c-primary: hsl(263.5, 67.4%, 34.9%);
  --c-primary-d: hsl(264, 69%, 18%);
  --c-neutral-xl: hsl(214, 100%, 98%);
  --c-neutral-l: hsl(214.29999999999995, 31.8%, 91.4%);
  --c-neutral-m: hsl(215, 20.2%, 65.1%);
  --c-neutral: hsl(215.39999999999998, 16.3%, 46.9%);
  --c-neutral-d: hsl(217.20000000000005, 32.6%, 17.5%);
  --c-neutral-xd: hsl(222.20000000000005, 47.4%, 11.2%);
  --c-green: hsl(161.39999999999998, 93.5%, 30.4%);
  --c-green-d: hsl(163.10000000000002, 88.1%, 19.8%);
  --c-red: hsl(346.79999999999995, 77.2%, 49.8%);
  --c-red-d: hsl(341.5, 75.5%, 30.4%);
  --c-blue: hsl(224.29999999999995, 76.3%, 48%);
  --c-blue-d: hsl(224.39999999999998, 64.3%, 32.9%);
  --size-xxs: 240px;
  --size-xs: 360px;
  --size-sm: 480px;
  --size-md: 768px;
  --size-lg: 1024px;
  --size-xl: 1440px;
  --size-xxl: 1920px;
  --shadow-color: 220 3% 15%;
  --shadow-strength: 1%;
  --shadow:
    0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)),
    0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)),
    0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)),
    0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)),
    0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
}
@media (prefers-color-scheme:dark) {
  :where(html) {
    --bord-d: var(--bord-l);
  }
}
@media (prefers-color-scheme:dark) {
  :where(html) {
    --c-primary: hsl(263.4, 70%, 50.4%);
    --c-primary-d: hsl(263.5, 67.4%, 34.9%);
  }
}
@media (prefers-color-scheme:dark) {
  :where(html) {
    --shadow-color: 220 40% 2%;
    --shadow-strength: 25%;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in-bloom {
  0% {
    filter: brightness(1) blur(20px);
    opacity: 0;
  }
  10% {
    filter: brightness(2) blur(10px);
    opacity: 1;
  }
  to {
    filter: brightness(1) blur(0);
    opacity: 1;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes fade-out-bloom {
  to {
    filter: brightness(1) blur(20px);
    opacity: 0;
  }
  10% {
    filter: brightness(2) blur(10px);
    opacity: 1;
  }
  0% {
    filter: brightness(1) blur(0);
    opacity: 1;
  }
}
@keyframes scale-up {
  to {
    transform: scale(1.25);
  }
}
@keyframes scale-down {
  to {
    transform: scale(0.75);
  }
}
@keyframes slide-out-up {
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide-out-down {
  to {
    transform: translateY(100%);
  }
}
@keyframes slide-out-right {
  to {
    transform: translateX(100%);
  }
}
@keyframes slide-out-left {
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(100%);
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(-100%);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(100%);
  }
}
@keyframes shake-x {
  0%, to {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5%);
  }
  40% {
    transform: translateX(5%);
  }
  60% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(5%);
  }
}
@keyframes shake-y {
  0%, to {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5%);
  }
  40% {
    transform: translateY(5%);
  }
  60% {
    transform: translateY(-5%);
  }
  80% {
    transform: translateY(5%);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes ping {
  90%, to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes blink {
  0%, to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes float {
  50% {
    transform: translateY(-25%);
  }
}
@keyframes bounce {
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-3%);
  }
  0%, 60%, to {
    transform: translateY(0);
  }
}
@keyframes pulse {
  50% {
    transform: scale(0.9);
  }
}
@media (prefers-color-scheme:dark) {
  @keyframes fade-in-bloom {
    0% {
      filter: brightness(1) blur(20px);
      opacity: 0;
    }
    10% {
      filter: brightness(0.5) blur(10px);
      opacity: 1;
    }
    to {
      filter: brightness(1) blur(0);
      opacity: 1;
    }
  }
}
@media (prefers-color-scheme:dark) {
  @keyframes fade-out-bloom {
    to {
      filter: brightness(1) blur(20px);
      opacity: 0;
    }
    10% {
      filter: brightness(0.5) blur(10px);
      opacity: 1;
    }
    0% {
      filter: brightness(1) blur(0);
      opacity: 1;
    }
  }
}
@keyframes infiniteRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes revealResults {
  100% {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
}
@keyframes eachResult {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes hideLoader {
  to {
    display: none;
  }
}
.tab {
  display: flex;
  align-items: center;
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  line-height: var(--lh-flat);
  padding-block: var(--input-p-block);
  padding-inline: var(--input-p-inline);
  border-radius: var(--input-rad);
  transition: var(--transition);
  text-decoration: none;
  background: var(--item-bg, white);
  color: var(--item-c, var(--c-primary));
}
.tab:active,
.tab.active {
  background: var(--item-bg-active, var(--c-primary));
  color: var(--item-c-active, white);
}
@media (hover:hover) {
  .tab:not(.active):hover {
    background: var(--item-bg-hover, var(--c-primary-l));
    color: var(--item-c-hover, var(--c-primary));
  }
}
.tab svg {
  pointer-events: none;
  width: var(--icon-s);
  height: var(--icon-s);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  scroll-margin-top: var(--sp-1);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
fieldset,
dl,
dd,
hr {
  margin: 0;
}
@keyframes smoothscroll1 {
  from, to {
    scroll-behavior: smooth;
  }
}
@keyframes smoothscroll2 {
  from, to {
    scroll-behavior: smooth;
  }
}
html {
  animation: smoothscroll1 500ms;
}
html:focus-within {
  animation-name: smoothscroll2;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings:
    "liga",
    "dlig",
    "lnum";
  text-rendering: optimizeSpeed;
  line-height: var(--lh-body);
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg-body);
}
ul[role=list],
ol[role=list],
menu[role=list] {
  list-style: none;
  padding: 0;
}
ul[role=list] ul[role=list],
ul[role=list] ol[role=list],
ul[role=list] menu[role=list],
ol[role=list] ul[role=list],
ol[role=list] ol[role=list],
ol[role=list] menu[role=list],
menu[role=list] ul[role=list],
menu[role=list] ol[role=list],
menu[role=list] menu[role=list] {
  list-style: none;
}
ul[role=list] ul[role=list] li,
ul[role=list] ol[role=list] li,
ul[role=list] menu[role=list] li,
ol[role=list] ul[role=list] li,
ol[role=list] ol[role=list] li,
ol[role=list] menu[role=list] li,
menu[role=list] ul[role=list] li,
menu[role=list] ol[role=list] li,
menu[role=list] menu[role=list] li {
  margin-inline-start: 0;
}
img,
picture,
svg,
video,
small {
  display: block;
}
img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
video,
figure {
  width: 100%;
}
video {
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
}
address,
blockquote,
button,
figcaption,
input,
select,
textarea {
  font: inherit;
}
address,
blockquote,
figcaption {
  font-style: normal;
}
@media (prefers-reduced-motion:reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
legend {
  padding: 0;
  display: table;
  display: block;
  width: 100%;
}
fieldset {
  border: 0;
  min-width: 0;
  padding: 0.01em 0 0 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: var(--transition);
}
blockquote {
  quotes: "\201c" "\201d";
}
hr {
  border: none;
  border-top: 1px solid black;
}
[href*="tel:"],
[href*="sms:"] {
  white-space: pre;
}
[href*="mailto:"] {
  word-wrap: break-word;
}
::selection {
  background: black;
  color: white;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  user-select: none;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
body {
  font-family: var(--ff-sans);
  font-weight: var(--fw-400);
  color: var(--c-neutral-d);
  line-height: var(--lh);
  text-wrap: pretty;
}
@media (prefers-color-scheme:dark) {
  body {
    color: white;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.head--l,
.head--m,
.head--s,
.para--xl {
  color: var(--c-primary);
  line-height: var(--lh-tight);
}
@media (prefers-color-scheme:dark) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .head--l,
  .head--m,
  .head--s,
  .para--xl {
    color: white;
  }
}
h1,
h2,
.head--l,
.head--m {
  font-weight: var(--fw-600);
}
h3,
h4,
h5,
h6,
.head--s {
  font-weight: var(--fw-400);
}
h1,
.head--l,
.para--xl {
  font-size: var(--fs-xl);
}
h2,
h3,
.head--m,
.head--s,
.para--l {
  font-size: var(--fs-l);
}
h4,
body,
.head--xs {
  font-size: var(--fs);
}
h5,
h6,
small,
figcaption,
.para--s {
  font-size: var(--fs-s);
}
b,
strong {
  font-weight: var(--fw--600);
}
i,
em {
  font-style: italic;
}
button,
a.anchor,
a.item,
a:not([class]),
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local] {
  box-shadow: 0 0 0 0 var(--focus-colour);
}
button:focus,
a.anchor:focus,
a.item:focus,
a:not([class]):focus,
textarea:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus {
  outline: none;
  box-shadow: none;
}
button:focus-visible,
a.anchor:focus-visible,
a.item:focus-visible,
a:not([class]):focus-visible,
textarea:focus-visible,
input[type=text]:focus-visible,
input[type=tel]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=search]:focus-visible,
input[type=password]:focus-visible,
input[type=number]:focus-visible,
input[type=date]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime-local]:focus-visible {
  transition: var(--transition);
  outline: none;
  box-shadow: 0 0 0 4px var(--focus-colour);
}
a.anchor,
a.item,
a:not([class]),
button,
input[type=file],
input[type=submit] {
  --focus-colour: var(--c-focus);
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local] {
  --focus-colour: var(--c-primary-l);
}
@media (prefers-color-scheme:dark) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=password],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime-local] {
    --focus-colour: rgba(255, 255, 255, 0.35);
  }
}
input[type=checkbox],
input[type=radio] {
  outline-color: var(--focus-colour);
}
body {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: 0 auto;
  background: white;
  overscroll-behavior: none;
}
@media (prefers-color-scheme:dark) {
  body {
    background: var(--c-neutral-xd);
  }
}
body .common-layout {
  z-index: var(--z-mid);
  display: flex;
  flex-flow: row nowrap;
}
body .common-layout > nav {
  padding: var(--sp-2);
  width: 240px;
}
body .common-layout > main {
  padding: var(--sp-2);
  flex: 1;
  max-width: 100%;
}
body main {
  margin-block-end: 70vh;
}
body main section {
  margin-top: var(--sp-3);
}
body footer {
  padding: var(--sp-3);
  background: var(--c-primary-d);
}
.sectionIsLocked .repeaterAdd,
.sectionIsLocked .icon--drag,
.sectionIsLocked button[hx-swap],
.sectionIsLocked .btn--destroy {
  display: none !important;
}
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: 0.5;
}
a:not([class]) {
  transition: var(--transition);
}
a:not([class]):link,
a:not([class]):visited {
  color: var(--c-blue);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
a:not([class]):visited {
  color: var(--c-blue);
}
@media (hover:hover) {
  a:not([class]):link:hover,
  a:not([class]):visited:hover {
    color: var(--c-blue-d);
    text-underline-offset: 0.25em;
  }
}
.attachedFile {
  margin-block-start: var(--sp-1);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: var(--sp-1);
}
.attachedFile p + p:before {
  content: "|";
  margin-inline-end: var(--sp-1);
  opacity: 0.25;
}
.attachedFile button {
  margin-left: auto;
}
.btn {
  background: var(--btn-bg, var(--c-neutral));
  color: var(--btn-colour, white);
  font-size: var(--input-fs);
  font-weight: var(--fw-500);
  border-radius: var(--input-rad);
  border: var(--btn-border, 0px solid transparent);
  height: var(--input-height);
  transition: var(--transition);
  line-height: var(--lh-flat);
  box-shadow: var(--btn-shadow, none);
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}
.btn:not(.btn--icon) {
  max-width: fit-content;
  min-width: fit-content;
  padding-inline: var(--input-p-inline);
}
.btn svg,
.btn span {
  pointer-events: none;
}
.btn svg {
  flex: 0 0 var(--icon-s);
  transform-origin: center;
  width: var(--icon-s);
  height: var(--icon-s);
}
.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.collapser.is-collapsed svg {
  transform: rotate(180deg);
}
.btn--primary {
  --btn-bg: var(--c-primary);
  --btn-shadow-c: var(--c-primary-d);
}
.btn--white {
  --btn-bg: white;
  --btn-colour: var(--c-primary-d);
  --btn-shadow-c: var(--c-neutral-l);
}
.btn--secondary {
  --btn-bg: var(--c-green);
  --btn-shadow-c: var(--c-green-d);
}
.btn--outline {
  --btn-bg: transparent;
  --btn-border: var(--bord-l);
  --btn-colour: var(--c-neutral-d);
}
@media (prefers-color-scheme:dark) {
  .btn--outline {
    --btn-colour: white;
  }
}
.btn--destroy {
  --btn-bg: var(--c-red);
  --btn-shadow-c: var(--c-red-d);
}
.btn--icon {
  width: var(--input-height);
  flex: 0 0 var(--input-height);
  justify-content: center;
}
.btn--lock {
  --btn-bg: var(--c-primary);
  --btn-shdow-c: var(--c-primary-d);
}
.btn--lock:not(.is-locked) svg:nth-of-type(2) {
  display: none;
}
.btn--lock.is-locked {
  --btn-bg: var(--c-red);
  --btn-shadow-c: var(--c-red-d);
}
.btn--lock.is-locked svg:nth-of-type(1) {
  display: none;
}
@media (hover:hover) {
  .btn:hover:not(.has-menu, .collapser, .btn--lock, .switchFields, [disabled]) {
    transform: translateY(calc(var(--sp) * -1));
    --btn-shadow: 0 var(--sp) 0 var(--btn-shadow-c, var(--c-neutral-d));
  }
}
.cont {
  border: var(--bord-d);
  padding: var(--cont-padding, var(--sp-3));
  border-radius: var(--rad-1);
  scroll-margin-top: calc(var(--sp-1) * 5.25);
}
@media all and (min-width:73.75rem) {
  .cont {
    --cont-padding: var(--sp-4);
  }
}
.datatable-wrapper.no-header .datatable-container {
  border-top: var(--bord-l);
}
.datatable-wrapper.no-footer .datatable-container {
  border-bottom: var(--bord-l);
}
.datatable-top {
  padding-block-end: var(--sp-2);
}
.datatable-bottom {
  padding-block-start: var(--sp-2);
}
.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
  float: left;
}
.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
  float: right;
}
.datatable-info {
  margin: 7px 0;
}
.datatable-pagination ul {
  margin: 0;
  padding-left: 0;
}
.datatable-pagination li {
  list-style: none;
  float: left;
}
.datatable-pagination li.datatable-hidden {
  visibility: hidden;
}
.datatable-pagination a,
.datatable-pagination button {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.datatable-pagination a:hover,
.datatable-pagination button:hover {
  background-color: #d9d9d9;
}
.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
  background-color: #d9d9d9;
  cursor: default;
}
.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
  pointer-events: none;
  cursor: default;
}
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
  cursor: not-allowed;
  opacity: 0.4;
}
.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
  font-weight: bold;
}
.datatable-table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.datatable-table > thead > tr > th {
  vertical-align: bottom;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}
.datatable-table > tfoot > tr > th {
  vertical-align: bottom;
  text-align: left;
  border-top: 1px solid #d9d9d9;
}
.datatable-table th {
  vertical-align: bottom;
  text-align: left;
}
.datatable-table th a {
  text-decoration: none;
  color: inherit;
}
.datatable-table th button,
.datatable-pagination-list button {
  color: inherit;
  border: 0;
  background-color: inherit;
  cursor: pointer;
  text-align: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.datatable-sorter,
.datatable-filter {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.datatable-sorter::before,
.datatable-sorter::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  opacity: 0.2;
}
.datatable-sorter::before {
  border-top: 4px solid #000;
  bottom: 0px;
}
.datatable-sorter::after {
  border-bottom: 4px solid #000;
  border-top: 4px solid transparent;
  top: 0px;
}
.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
  opacity: 0.6;
}
.datatable-filter::before {
  content: "";
  position: absolute;
  right: 4px;
  opacity: 0.2;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-radius: 50%;
  border-top: 10px solid #000;
  top: 25%;
}
.datatable-filter-active .datatable-filter::before {
  opacity: 0.6;
}
.datatable-empty {
  text-align: center;
}
.datatable-top::after,
.datatable-bottom::after {
  clear: both;
  content: " ";
  display: table;
}
table.datatable-table:focus tr.datatable-cursor > td:first-child {
  border-left: 3px blue solid;
}
table.datatable-table:focus {
  outline: solid 1px black;
  outline-offset: -1px;
}
#demoTable {
  max-width: 100%;
}
.datatable-wrapper {
  border: var(--bord-d);
  padding: var(--cont-padding, var(--sp-2));
  border-radius: var(--rad-1);
  max-width: 100%;
  overflow-x: hidden;
}
.datatable-wrapper .datatable-container {
  max-width: 100%;
  overflow-x: scroll;
}
.datatable-wrapper .datatable-table > thead > tr > th,
.datatable-wrapper .datatable-table > thead > tr > td,
.datatable-wrapper .datatable-table > tbody > tr > th,
.datatable-wrapper .datatable-table > tbody > tr > td,
.datatable-wrapper .datatable-table > tfoot > tr > th,
.datatable-wrapper .datatable-table > tfoot > tr > td {
  vertical-align: top;
  text-align: left;
  padding-block: calc(var(--sp-1) * 1.5);
  padding-inline-end: var(--sp-2);
  min-width: 200px;
}
.datatable-wrapper .datatable-table > thead > tr > th:nth-child(1),
.datatable-wrapper .datatable-table > thead > tr > td:nth-child(1),
.datatable-wrapper .datatable-table > tbody > tr > th:nth-child(1),
.datatable-wrapper .datatable-table > tbody > tr > td:nth-child(1),
.datatable-wrapper .datatable-table > tfoot > tr > th:nth-child(1),
.datatable-wrapper .datatable-table > tfoot > tr > td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 10;
  background: white;
}
.datatable-wrapper .datatable-table > tbody > tr:not(:first-child) > td {
  border-top: var(--bord-l);
}
.datatable-wrapper .datatable-table > tbody tr:hover td {
  background: var(--c-primary-l);
  color: var(--c-primary);
}
.datatable-wrapper .datatable-table > thead > tr > th {
  vertical-align: top;
  border-bottom: var(--bord-l);
}
.datatable-wrapper .datatable-table > tfoot > tr > th {
  vertical-align: bottom;
  border-top: var(--bord-l);
}
.dialog {
  width: 90vw;
  max-width: 920px;
}
.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.dropdown {
  position: relative;
  z-index: var(--z-high);
}
.dropdown ul {
  position: absolute;
  top: calc(100% + 0.125rem);
  right: 0;
  z-index: var(--z-mid);
  box-shadow: var(--shadow);
  background: white;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  border: var(--bord-l);
  border-radius: var(--rad-1);
  overflow: hidden;
}
.dropdown ul a.item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-1);
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  line-height: var(--lh-flat);
  padding-block: var(--input-p-block);
  padding-inline: var(--input-p-inline);
  transition: var(--transition);
  text-decoration: none;
  min-width: max-content;
}
.dropdown ul a.item svg {
  flex: 0 0 var(--icon-s);
  width: var(--icon-s);
  height: var(--icon-s);
}
.dropdown ul a.item + a.item {
  border-top: var(--bord-l);
}
@media (hover:hover) {
  .dropdown ul a.item:hover {
    background: var(--c-primary-l);
  }
}
.dropdown ul a.item:active,
.dropdown ul a.item.active {
  background: var(--c-primary);
  color: white;
}
.dropdown--wide {
  width: 240px;
  max-width: 100%;
}
.dropdown--wide button {
  width: 100%;
  max-width: 100% !important;
  justify-content: space-between;
}
.dropdown--wide ul {
  width: 100%;
}
.dropdown--wide ul li a.item {
  align-items: flex-start;
}
.dropdown.is-open button svg {
  transform: rotate(180deg);
}
fieldset {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: var(--sp-1);
}
legend {
  font-weight: var(--fw-label);
}
legend:not(.sr-only) {
  margin-block-end: var(--sp-1);
}
.icon {
  display: flex;
  align-items: center;
  min-height: var(--input-height);
}
.icon svg {
  pointer-events: none;
  width: var(--icon-s);
  height: var(--icon-s);
}
@media (hover:hover) {
  .icon--drag:hover {
    cursor: grab;
  }
}
.icon--light {
  color: var(--c-neutral-m);
}
.field-switching {
  flex: 1;
  display: flex;
  align-self: flex-start;
  gap: var(--sp);
  flex-direction: row;
}
.field {
  flex: 1;
  display: flex;
  align-self: flex-start;
  gap: var(--sp);
  flex-direction: column;
}
.field--xs {
  min-width: 45px;
  max-width: 60px;
}
.field--s {
  min-width: 60px;
  max-width: 75px;
}
.field--m {
  width: 100px;
}
.field__i {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp);
  width: auto;
}
.field__i label {
  font-weight: var(--fw-label);
}
.field__i .input-choice {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--sp-1);
}
.field__i .input-choice input {
  flex: 1;
}
.field__i select,
.field__i input {
  height: var(--input-height);
  line-height: var(--lh-flat);
}
.field__i textarea {
  min-height: calc(4ch + var(--sp-2));
  resize: none;
}
.field__i select,
.field__i input,
.field__i textarea {
  background: var(--input-bg, white);
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  border: var(--bord-l);
  border-radius: var(--input-rad);
  padding-block: var(--input-p-block);
  padding-inline: var(--input-p-inline);
}
@media (prefers-color-scheme:dark) {
  .field__i select,
  .field__i input,
  .field__i textarea {
    --input-bg: transparent;
    color: white;
  }
}
.field--in {
  flex-direction: row;
  align-items: center;
  gap: var(--sp-1);
}
.field--in .field__i {
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: var(--sp-1);
}
.field--in .field__i input {
  flex: 1;
}
.field__a,
.field__g {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: var(--sp-1);
  color: var(--alert-c, var(--c-neutral));
}
.field__a svg,
.field__g svg {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
}
.field__a p,
.field__g p {
  flex: 1;
  font-size: var(--input-fs);
  font-weight: var(--fw--600);
  color: inherit;
}
.field__a {
  --alert-c: var(--c-red);
}
@media (prefers-color-scheme:dark) {
  ::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
}
#sentinel {
  position: fixed;
  z-index: var(--z-wtf);
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid red;
  width: 100px;
}
.nav-anchors {
  position: sticky;
  top: 0;
  z-index: var(--z-mid);
  padding-block: var(--sp-1);
  border-bottom: var(--bord-d);
  min-height: calc(var(--sp-1) * 6);
  background: white;
}
@media (prefers-color-scheme:dark) {
  .nav-anchors {
    background: var(--c-neutral-xd);
  }
}
.nav-anchors ul li a.anchor {
  display: flex;
  align-items: center;
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  line-height: var(--lh-flat);
  padding-block: var(--input-p-block);
  padding-inline: var(--input-p-inline);
  border-radius: var(--input-rad);
  transition: var(--transition);
  text-decoration: none;
  background: var(--item-bg, white);
  color: var(--item-c, var(--c-primary));
}
.nav-anchors ul li a.anchor:active,
.nav-anchors ul li a.anchor.active {
  background: var(--item-bg-active, var(--c-primary));
  color: var(--item-c-active, white);
}
@media (hover:hover) {
  .nav-anchors ul li a.anchor:not(.active):hover {
    background: var(--item-bg-hover, var(--c-primary-l));
    color: var(--item-c-hover, var(--c-primary));
  }
}
.nav-anchors ul li a.anchor svg {
  pointer-events: none;
  width: var(--icon-s);
  height: var(--icon-s);
}
.nav-bar {
  z-index: var(--z-high);
  padding: var(--sp-2);
  background: var(--c-primary-d);
}
@media all and (max-width:49.9375rem) {
  .nav-bar__left,
  .nav-bar__right {
    flex: 1 1 100%;
  }
}
.nav-bar__right {
  z-index: 1;
}
.nav-bar__left {
  z-index: 2;
  justify-content: space-between;
}
.nav-items ul li a.item,
.nav-items ul li button.item {
  display: flex;
  align-items: center;
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  line-height: var(--lh-flat);
  padding-block: var(--input-p-block);
  padding-inline: var(--input-p-inline);
  border-radius: var(--input-rad);
  transition: var(--transition);
  text-decoration: none;
  background: var(--item-bg, white);
  color: var(--item-c, var(--c-primary));
}
.nav-items ul li a.item:active,
.nav-items ul li a.item.active,
.nav-items ul li button.item:active,
.nav-items ul li button.item.active {
  background: var(--item-bg-active, var(--c-primary));
  color: var(--item-c-active, white);
}
@media (hover:hover) {
  .nav-items ul li a.item:not(.active):hover,
  .nav-items ul li button.item:not(.active):hover {
    background: var(--item-bg-hover, var(--c-primary-l));
    color: var(--item-c-hover, var(--c-primary));
  }
}
.nav-items ul li a.item svg,
.nav-items ul li button.item svg {
  pointer-events: none;
  width: var(--icon-s);
  height: var(--icon-s);
}
.nav-items--on-dark ul li a.item {
  --item-c: white;
  --item-bg: rgba(255, 255, 255, 0.2);
  --item-c-hover: var(--c-primary-d);
  --item-bg-hover: white;
  --item-c-active: var(--c-primary-d);
  --item-bg-active: white;
}
.nav-items--subsections ul {
  position: sticky;
  top: var(--sp-1);
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.25rem;
}
.repeaterItem {
  transition: var(--transition);
}
.search-results:not(.datatable-wrapper) {
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  left: 0;
  z-index: var(--z-mid);
  background: var(--input-bg, white);
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  border: var(--bord-l);
  border-radius: var(--input-rad);
  max-height: 60vh;
  overflow-y: scroll;
  overscroll-behavior: contain;
  box-shadow: var(--shadow);
  padding-inline: var(--input-p-inline);
}
@media (prefers-color-scheme:dark) {
  .search-results:not(.datatable-wrapper) {
    --input-bg: transparent;
    color: white;
  }
}
.search-results:not(.datatable-wrapper) .none-found {
  padding-block: var(--input-p-block);
}
.search-results:not(.datatable-wrapper)::-webkit-scrollbar {
  display: none;
}
.search-results:not(.datatable-wrapper) .loading {
  padding-block: var(--sp-1);
  font-weight: var(--fw-700);
  animation: hideLoader 1.5s ease forwards;
}
.search-results:not(.datatable-wrapper) .loading svg {
  color: var(--c-primary);
  animation: infiniteRotate 1s linear infinite;
}
.search-results:not(.datatable-wrapper) ul {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  animation: revealResults 0.5s ease 1.5s forwards;
}
.search-results:not(.datatable-wrapper) ul li {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    visibility 0.5s ease;
  transform: translateY(0.25em);
}
.search-results:not(.datatable-wrapper) ul li:nth-child(1) {
  animation: eachResult 0.5s ease 1.5s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(2) {
  animation: eachResult 0.5s ease 1.6s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(3) {
  animation: eachResult 0.5s ease 1.7s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(4) {
  animation: eachResult 0.5s ease 1.8s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(5) {
  animation: eachResult 0.5s ease 1.9s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(6) {
  animation: eachResult 0.5s ease 2s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(7) {
  animation: eachResult 0.5s ease 2.1s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(8) {
  animation: eachResult 0.5s ease 2.2s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(9) {
  animation: eachResult 0.5s ease 2.3s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(10) {
  animation: eachResult 0.5s ease 2.4s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(11) {
  animation: eachResult 0.5s ease 2.5s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(12) {
  animation: eachResult 0.5s ease 2.6s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(13) {
  animation: eachResult 0.5s ease 2.7s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(14) {
  animation: eachResult 0.5s ease 2.8s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(15) {
  animation: eachResult 0.5s ease 2.9s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(16) {
  animation: eachResult 0.5s ease 3s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(17) {
  animation: eachResult 0.5s ease 3.1s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(18) {
  animation: eachResult 0.5s ease 3.2s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(19) {
  animation: eachResult 0.5s ease 3.3s forwards;
}
.search-results:not(.datatable-wrapper) ul li:nth-child(20) {
  animation: eachResult 0.5s ease 3.4s forwards;
}
.search-results:not(.datatable-wrapper) ul li a {
  display: flex;
  flex-flow: row wrap;
  padding-block: 0.75em;
}
.search-results:not(.datatable-wrapper) ul li + li a {
  border-top: 1px dashed var(--c-neutral);
}
.search-results:not(.datatable-wrapper).noResults .loading,
.search-results:not(.datatable-wrapper).noResults ul {
  display: none !important;
}
.search-results:not(.datatable-wrapper):not(.noResults) .none-found {
  display: none !important;
}
hr {
  border-top: var(--bord-l);
  margin-block: var(--sp-2);
}
hr.d {
  border-top: var(--bord-l-dash);
}
.static-value {
  display: flex;
  align-items: center;
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  height: var(--input-height);
  line-height: var(--lh-flat);
}
.tog {
  --inset: 0.25rem;
}
.tog__cont {
  border: var(--bord-l);
  border-radius: var(--input-rad);
  border: var(--bord-l);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: var(--inset);
}
.tog__item {
  position: relative;
  height: calc(var(--input-height) - var(--inset) * 2);
}
.tog__item span {
  font-size: var(--input-fs);
  font-weight: var(--input-fw);
  line-height: var(--lh-flat);
  background: var(--item-bg, tranparent);
  height: 100%;
  color: var(--item-c, var(--c-neutral-d));
  padding-inline: var(--input-p-inline);
  border-radius: calc(var(--input-rad) - var(--inset));
  display: flex;
  align-items: center;
  transition: var(--transition);
}
@media (prefers-color-scheme:dark) {
  .tog__item span {
    color: var(--item-c, white);
  }
}
.tog__item input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.tog__item input:checked + span {
  --item-bg: var(--c-primary);
  --item-c: white;
}
.tog__item--y input:checked + span {
  --item-bg: var(--c-green);
}
.tog__item--n input:checked + span {
  --item-bg: var(--c-red);
}
*[hidden] {
  display: none !important;
}
.flow-content > * + * {
  margin-block-start: 1em;
}
.flow-content--xs > * + * {
  margin-block-start: 0.25em;
}
.flow-content--sm > * + * {
  margin-block-start: 0.5em;
}
.flow-content--lg > * + * {
  margin-block-start: 2em;
}
.flow-down > *:not(:last-child) {
  margin-block-end: 0.75em;
}
.flow--2 > *:not(:last-child) {
  margin-block-end: calc(var(--spacer) * 2);
}
.flow--3 > *:not(:last-child) {
  margin-block-end: calc(var(--spacer) * 3);
}
.flow--4 > *:not(:last-child) {
  margin-block-end: calc(var(--spacer) * 4);
}
.flow--8 > *:not(:last-child) {
  margin-block-end: calc(var(--spacer) * 8);
}
.gap--1 {
  gap: var(--sp-1);
}
.gap--2 {
  gap: var(--sp-2);
}
.gap--3 {
  gap: var(--sp-3);
}
.gap--4 {
  gap: var(--sp-4);
}
.mb--1 {
  margin-block-end: var(--sp-1);
}
.mb--2 {
  margin-block-end: var(--sp-2);
}
.mb--3 {
  margin-block-end: var(--sp-3);
}
.mb--4 {
  margin-block-end: var(--sp-4);
}
.mt--1 {
  margin-block-start: var(--sp-1);
}
.mt--2 {
  margin-block-start: var(--sp-2);
}
.mt--3 {
  margin-block-start: var(--sp-3);
}
.mt--4 {
  margin-block-start: var(--sp-4);
}
.fl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fl:not(.fl--c) {
  align-items: center;
}
.fl--c {
  flex-direction: column;
}
.fl--nw {
  flex-wrap: nowrap;
  min-width: fit-content;
}
@media all and (min-width:50rem) {
  .fl--nw--md {
    flex-wrap: nowrap;
    min-width: fit-content;
  }
}
.fl--jb {
  justify-content: space-between;
}
.fl--je {
  justify-content: flex-end;
}
@media all and (max-width:49.9375rem) {
  .fl--je--to-md {
    justify-content: flex-end;
  }
}
.fl--ss {
  align-self: flex-start;
}
.fl--se {
  align-self: flex-end;
}
.fl--1 {
  flex: 1;
}
.fl--2 {
  flex: 2;
}
.fl--3 {
  flex: 3;
}
.w--25 {
  width: 25%;
}
.w--50 {
  width: 50%;
}
.w--75 {
  width: 75%;
}
.w--100 {
  width: 100%;
}
.img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img--contain {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.text--white {
  color: white;
}
@media all and (min-width:64rem) {
  .hide--lg {
    display: none;
  }
}
@media all and (min-width:73.75rem) {
  .hide--xl {
    display: none;
  }
}
@media all and (max-width:63.9375rem) {
  .show--lg {
    display: none;
  }
}
@media all and (max-width:73.6875rem) {
  .show--xl {
    display: none;
  }
}
/*# sourceMappingURL=dist.css.map */
