/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-row {
    display: table-row;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-600 {
    background-color: var(--color-yellow-600);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-gray-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-400);
      }
    }
  }
  .hover\:bg-green-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-700);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-yellow-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-700);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-Bold.eot');
  src: url('../fonts/Aileron-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Bold.woff2') format('woff2'), url('../fonts/Aileron-Bold.woff') format('woff'), url('../fonts/Aileron-Bold.ttf') format('truetype'), url('../fonts/Aileron-Bold.svg#Aileron-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-Regular.eot');
  src: url('../fonts/Aileron-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Regular.woff2') format('woff2'), url('../fonts/Aileron-Regular.woff') format('woff'), url('../fonts/Aileron-Regular.ttf') format('truetype'), url('../fonts/Aileron-Regular.svg#Aileron-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-Heavy.eot');
  src: url('../fonts/Aileron-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Heavy.woff2') format('woff2'), url('../fonts/Aileron-Heavy.woff') format('woff'), url('../fonts/Aileron-Heavy.ttf') format('truetype'), url('../fonts/Aileron-Heavy.svg#Aileron-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-UltraLight.eot');
  src: url('../fonts/Aileron-UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-UltraLight.woff2') format('woff2'), url('../fonts/Aileron-UltraLight.woff') format('woff'), url('../fonts/Aileron-UltraLight.ttf') format('truetype'), url('../fonts/Aileron-UltraLight.svg#Aileron-UltraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-Black.eot');
  src: url('../fonts/Aileron-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Black.woff2') format('woff2'), url('../fonts/Aileron-Black.woff') format('woff'), url('../fonts/Aileron-Black.ttf') format('truetype'), url('../fonts/Aileron-Black.svg#Aileron-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-Light.eot');
  src: url('../fonts/Aileron-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Light.woff2') format('woff2'), url('../fonts/Aileron-Light.woff') format('woff'), url('../fonts/Aileron-Light.ttf') format('truetype'), url('../fonts/Aileron-Light.svg#Aileron-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Aileron-SemiBold.eot');
  src: url('../fonts/Aileron-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-SemiBold.woff2') format('woff2'), url('../fonts/Aileron-SemiBold.woff') format('woff'), url('../fonts/Aileron-SemiBold.ttf') format('truetype'), url('../fonts/Aileron-SemiBold.svg#Aileron-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Adam;
  font-weight: 300;
}
h1 {
  font-size: 1.8em;
  font-family: Adam, sans-serif;
  font-weight: 600;
}
h2 {
  font-size: 1.6em;
  font-family: Adam, sans-serif;
  font-weight: 600;
}
h3 {
  font-size: 1.4em;
  font-family: Adam, sans-serif;
  font-weight: 600;
}
p {
  font-size: 1em;
  font-family: Adam, sans-serif;
  font-weight: 300;
}
a {
  font-family: Adam, sans-serif;
  font-weight: 400;
}
a.learn-more {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.small-title {
  font-size: 1em;
}
.voxpops-grey {
  color: #232d34;
}
.voxpops-black {
  color: #182023;
}
.voxpops-red {
  color: #db413e;
}
.voxpops-blue {
  color: #4d80ee;
}
.voxpops-yellow {
  color: #f6a538;
}
.voxpops-green {
  color: #58bf6a;
}
.voxpops-purple {
  color: #af4fd3;
}
.voxpops-white {
  color: #efefef;
}
.voxpops-grey-container {
  background-color: #232d34;
}
.voxpops-black-container {
  background-color: #182023;
}
.voxpops-red-container {
  background-color: #db413e;
}
.voxpops-blue-container {
  background-color: #4d80ee;
}
.voxpops-yellow-container {
  background-color: #f6a538;
}
.voxpops-green-container {
  background-color: #58bf6a;
}
.voxpops-purple-container {
  background-color: #af4fd3;
}
.voxpops-transparent-container {
  background-color: transparent;
}
.bold {
  font-weight: 600;
}
.ql-editor li {
  color: #182023;
}
.notes-list .note-body li[data-list="bullet"], .notes-list .note-body li[data-list="ordered"] {
  display: list-item;
  margin-left: 1.5em;
}
.notes-list .note-body li[data-list="bullet"] {
  list-style-type: disc;
}
.notes-list .note-body li[data-list="ordered"] {
  list-style-type: decimal;
}
.notes-list .note-body li[data-indent="1"] {
  margin-left: 2.5em;
}
.notes-list .note-body li[data-indent="2"] {
  margin-left: 3.5em;
}
.adam-circle {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  background-image: url("../media/AdamNoHead.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  border: 3px solid red;
  -moz-background-size: contain;
  border-radius: 150px;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  align-self: center;
  justify-self: center;
}
.adam-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.video-container {
  position: relative;
  width: 240px;
  height: auto;
  overflow: hidden;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  align-self: center;
  justify-self: center;
}
.crest-box {
  position: relative;
  width: 160px;
  height: auto;
  overflow: hidden;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  align-self: center;
  justify-self: center;
  border-radius: 0px;
  margin-bottom: 10px;
}
#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 240px;
  max-height: 240px;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.video-mask {
  position: absolute;
  inset: 0;
  border-radius: 0px;
  pointer-events: none;
}
.sidebar {
  height: 100vh;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
  padding: 10px;
  width: 250px;
}
.sidebar.active {
  transform: translateX(0);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.8);
}
.sidebar.hidden {
  transform: translateX(-100%);
  box-shadow: none;
}
.sidebar a {
  display: block;
  padding: 8px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.1em;
  font-family: Adam, sans-serif;
  font-weight: 400;
}
.sidebar a:hover {
  background-color: #182023;
}
.sidebar .submenu {
  display: none;
  flex-direction: column;
  font-size: 0.8em;
}
.sidebar .submenu.open {
  display: flex;
}
.sidebar .has-submenu {
  position: relative;
  cursor: pointer;
}
.sidebar .has-submenu .arrow {
  transition: transform 0.2s;
  display: inline-block;
  margin-left: .5rem;
}
.sidebar .has-submenu.active .arrow, .sidebar .has-submenu.active + .submenu .arrow {
  transform: rotate(180deg);
}
.sidebar a.active {
  color: #fff;
  background-color: #182023;
}
.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../media/BG-Dark.svg");
}
.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.container-100 {
  width: 100%;
  max-width: 100%;
  margin: 0.5%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.container-50 {
  width: 100%;
  max-width: 49%;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0.5%;
}
.bordered {
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.banner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #182023;
  color: #efefef;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  padding: 10px 20px;
  border: 3px solid #db413e;
  margin: 0.5%;
  border-radius: 15px;
}
.banner-title {
  font-size: 2em;
  font-family: Adam, sans-serif;
  font-weight: 900;
  width: 100%;
  text-align: center;
  color: #db413e;
  text-transform: uppercase;
}
.banner-text-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
}
.banner-text {
  font-size: 1em;
  font-family: Adam, sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 5px;
}
.content.shifted {
  margin-left: 0;
}
.burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
  width: 30px;
  height: 24px;
}
.burger-menu:hover {
  background-color: rgba(0, 0, 0, 0.0);
}
.burger-menu .line {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.burger-menu.open .line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.burger-menu.open .line:nth-child(2) {
  opacity: 0;
}
.burger-menu.open .line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
.login-container {
  background: var(--form-bg);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  width: 90%;
  max-width: 400px;
  box-sizing: border-box;
  align-self: center;
  justify-self: center;
  min-width: 400px;
}
form {
  margin-top: 20px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-input {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 0.5rem;
  box-sizing: border-box;
  font-size: 1rem;
}
button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #4d80ee;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: flex;
  align-content: center;
  justify-content: center;
}
button:hover {
  background-color: #44ac56;
}
.forgot-password {
  margin-top: 1rem;
  text-align: center;
}
.forgot-password a {
  color: #007bff;
  text-decoration: none;
}
.forgot-password a:hover {
  text-decoration: underline;
}
.centered-text {
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer {
  padding: 2rem;
  background: var(--form-bg);
  color: var(--text-color);
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.footer-content {
  max-width: 1000px;
  margin: 0 auto;
}
.footer-links {
  margin-top: 1rem;
}
.footer-links a {
  margin: 0 1rem;
  text-decoration: none;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
.error {
  color: red;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: block;
}
.input-wrapper {
  position: relative;
}
.toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-top: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  opacity: 0.7;
  user-select: none;
}
.toggle-password:hover {
  opacity: 1;
}
.eye-icon {
  width: 24px;
  height: 24px;
  stroke: #888;
  transition: stroke 0.3s ease;
}
.toggle-password:hover .eye-icon {
  stroke: #333;
}
.form-input {
  padding-right: 40px;
}
.flag-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.flag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.0);
  color: white;
  text-align: center;
}
.flag-overlay h1 {
  font-size: 2rem;
  margin: 0;
}
.flag-overlay p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.country-page-container {
  padding: 2rem 10rem 2rem 25rem;
}
.country-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.flag-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  border: 2px solid #ccc;
}
.country-name {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.country-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.detail-item {
  font-size: 1.1rem;
  font-family: Adam, sans-serif;
}
.detail-item ul {
  margin: 0.5rem 0 0 1.5rem;
  padding: 0;
  font-family: Adam, sans-serif;
}
.detail-item-small {
  font-size: 0.9rem;
  font-family: Adam, sans-serif;
  margin: 5px;
}
.detail-item-small ul {
  margin: 0.5rem 0 0 1.3rem;
  padding: 0;
  font-family: Adam, sans-serif;
}
.flag-video-header {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#flagVideo {
  width: 45%;
  max-width: 300px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  object-position: center center;
}
#flagpoleVideo {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}
.flag-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  color: white;
  text-align: center;
}
.flag-video-overlay h1 {
  font-size: 3rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin: 0;
}
.top-level-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: auto;
}
.top-level-data-value {
  font-family: Adam;
  font-weight: 600;
}
.top-level-data-key {
  font-family: Adam;
  font-weight: 300;
}
.clock-face {
  width: 60px;
  height: 60px;
  position: relative;
}
.clock-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.analog-clock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.timezone-item {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.timezone-text {
  font-size: 1rem;
  margin-left: 15px;
}
.detail-item ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.accordion {
  width: 100%;
  margin: 1rem 0;
}
.accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-header {
  width: 100%;
  background-color: #182023;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
.accordion-header:hover {
  background-color: #182023;
}
.accordion-content {
  padding: 15px;
  display: none;
  background-color: #f9f9f9;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.country-section {
  margin-top: 2rem;
}
.country-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.country-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.country-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem;
  width: 180px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.country-card:hover {
  transform: scale(1.05);
}
.flag-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 10px;
  border: 2px solid #ccc;
}
.country-card h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.country-card a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}
.country-card a:hover {
  text-decoration: underline;
}
.map-container {
  display: flex;
}
.search-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
#countrySearch {
  padding: 0.8rem 1rem;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.letter-btn {
  max-width: 32px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.shortlist-btn {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
}
.name-data {
  width: 100%;
  justify-content: center;
  font-size: 1.6rem;
  display: flex;
  padding-right: 32px;
}
.name-info-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-end;
}
.name-text-container {
  width: 80%;
}
.name-shortlist-container {
  width: 20%;
  display: flex;
  justify-content: end;
}
.shortlist-link {
  color: #ff4f76;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 0.8rem;
}
#letterBar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
button.shortlist-btn:hover {
  background: transparent;
}
button.shortlist-btn {
  margin-top: 0rem;
  padding: 10px 0px 0px 0px;
}
#pageInfo {
  width: 60%;
  display: flex;
  justify-content: center;
}
.text-sm {
  font-size: 0.8rem;
}
.shortlist-select-container {
  width: 100%;
  display: flex;
}
#newShortlistBtn {
  max-width: 150px;
  margin: 0;
  padding: 10px 5px;
}
.my-shortlists-link {
  width: 80%;
  font-size: 1.6rem;
}
.remove-btn {
  border: 1px solid white;
}
.delete-btn-div {
  width: 100px;
  display: flex;
}
.del-btn {
  padding: 10px 5px;
}
input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
  appearance: button;
  border: 1px solid white;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: green;
  cursor: pointer;
  color: white;
}
.subscriber-postcard-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.mailing-list-card {
  background-color: #182023;
  color: #efefef;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #efefef;
}
.close-note-modal {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.bg-white {
  background-color: #ffffff;
  color: #000000;
}
.subscriber-postcard {
  width: 340px;
  border: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 0.9rem;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #182023;
  color: #efefef;
  background-size: cover;
}
.affiliate-postcard {
  width: 300px;
  height: 300px;
  border: 1px solid #db413e;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 0.9rem;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #182023;
  color: #efefef;
  background-size: cover;
}
.meta {
  margin-top: 1rem;
}
.meta-item {
  margin-bottom: 0.3rem;
}
.meta-key {
  font-weight: bold;
}
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 2rem;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
}
.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.subscriber-filter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter-field {
  width: 400px;
  border: 0px solid #db413e;
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.filter-field-100 {
  width: 100%;
  color: #fff;
  font-size: 1em;
}
.filter-label {
  width: 50%;
  color: #fff;
  padding: 5px;
}
.filter-select {
  width: 50%;
  text-align: center;
  padding: 5px;
}
.noUi-connect {
  background: #db413e !important;
}
input:where([type="button"], [type="reset"], [type="submit"]):hover, ::file-selector-button:hover {
  background-color: darkgreen;
}
input[type="radio" i] {
  background-color: #1e1e1e;
}
.bg-gray-100 {
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-green-500 {
  background-color: green;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
li {
  color: #ffffff;
}
.add-to-list-btn {
  padding: 8px 5px;
  margin-top: 20px;
  font-size: 0.9em;
  font-weight: 700;
}
.add-note-btn {
  padding: 8px 5px;
  margin-top: 5px;
  font-size: 0.9em;
  font-weight: 700;
}
.add-note-btn:hover {
  background-color: #44ac56;
  color: #ffffff;
}
.view-note-btn {
  padding: 8px 5px;
  margin-top: 5px;
  font-size: 0.9em;
  font-weight: 700;
}
.btn-form {
  margin: 0px;
}
.alert {
  background: #db413e;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efefef;
  font-weight: 700;
}
b, strong {
  font-weight: 600;
}
.page-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3em;
}
.button-container-right-align {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.ql-editor, .ql-blank {
  min-height: 250px;
}
@media (max-width: 1200px) {
  .burger-menu {
    display: block;
  }
  .sidebar {
    transform: translateX(-100%);
    box-shadow: none;
  }
  .content {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .burger-menu {
    right: 2rem;
  }
  .sidebar {
    transform: translateX(-100%);
    box-shadow: none;
  }
  .content {
    margin-left: 0;
  }
  .country-page-container {
    padding: 0rem;
  }
  .content.shifted {
    margin-top: 70px;
  }
  .content {
    margin-top: 70px;
  }
  .country-details {
    padding: 0px 20px 0px 20px;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #121212;
    --text-color: #efefef;
    --form-bg: #1e1e1e;
  }
  body {
    background-color: var(--bg-color);
    color: var(--text-color);
  }
  h1, h2, h3, h4, h5, h6, p {
    color: var(--text-color);
  }
  button {
    background-color: #3399ff;
    color: #efefef;
  }
  button.dark-btn {
    background-color: #1e1e1e;
    color: #efefef;
  }
  option {
    background-color: #1e1e1e;
  }
  .content {
    background-color: var(--bg-color);
  }
  .burger-menu .line {
    background-color: #efefef;
  }
  button:hover {
    background-color: #00c851;
  }
  .forgot-password a {
    color: #66b3ff;
  }
  .footer {
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .country-card {
    background: #1e1e1e;
  }
  .name-data, .text-sm, .text-gray-600, .font-medium, .text-gray-800 {
    color: #efefef;
  }
  .bg-white {
    background: #1e1e1e;
  }
  .letter-btn {
    background: #1e1e1e;
    color: #efefef;
  }
  a.learn-more {
    background: var(--bg-color);
    border: 1px solid white;
    color: white;
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --bg-color: #f0f0f0;
    --text-color: #000000;
    --form-bg: #ffffff;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
