/*! tailwindcss v4.1.7 | 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-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --leading-tight: 1.25;
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-orange: #FB4B00;
    --color-blue: #00B6EC;
    --color-dark-grey: #54565A;
    --color-yellow: #FFED00;
  }
}
@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 {
  .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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 748px) {
      max-width: 748px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\(--theme-space-5\) {
    margin-block: var(--theme-space-5);
  }
  .my-\(--theme-space-6\) {
    margin-block: var(--theme-space-6);
  }
  .my-\[var\(--theme-space-5\)\] {
    margin-block: var(--theme-space-5);
  }
  .-mt-\[5\%\] {
    margin-top: calc(5% * -1);
  }
  .mt-\(--theme-space-6\) {
    margin-top: var(--theme-space-6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-\(--theme-space-1\) {
    margin-bottom: var(--theme-space-1);
  }
  .mb-\(--theme-space-4\) {
    margin-bottom: var(--theme-space-4);
  }
  .mb-\(--theme-space-7\) {
    margin-bottom: var(--theme-space-7);
  }
  .mb-\[var\(--theme-space-5\)\] {
    margin-bottom: var(--theme-space-5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-16\/9 {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[1\.1em\] {
    height: 1.1em;
  }
  .h-\[1em\] {
    height: 1em;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[100vh\] {
    max-height: 100vh;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[1\.1em\] {
    width: 1.1em;
  }
  .w-\[1em\] {
    width: 1em;
  }
  .w-\[42rem\] {
    width: 42rem;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1\.75em\] {
    max-width: 1.75em;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-\(--theme-space-1\) {
    gap: var(--theme-space-1);
  }
  .gap-\(--theme-space-2\) {
    gap: var(--theme-space-2);
  }
  .gap-\(--theme-space-4\) {
    gap: var(--theme-space-4);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-\(--theme-space-1\) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--theme-space-1) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--theme-space-1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\(--theme-space-5\) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--theme-space-5) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--theme-space-5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\(--theme-space-6\) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--theme-space-6) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--theme-space-6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .space-y-\[1em\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1em * var(--tw-space-y-reverse));
      margin-block-end: calc(1em * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[var\(--theme-space-4\)\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--theme-space-4) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--theme-space-4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\(--theme-space-2\) {
    column-gap: var(--theme-space-2);
  }
  .gap-x-\(--theme-space-4\) {
    column-gap: var(--theme-space-4);
  }
  .gap-x-\[var\(--theme-space-4\)\] {
    column-gap: var(--theme-space-4);
  }
  .gap-y-\(--theme-space-2\) {
    row-gap: var(--theme-space-2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-\[var\(--theme-space-4\)\] {
    row-gap: var(--theme-space-4);
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\(--theme-border-radius\) {
    border-radius: var(--theme-border-radius);
  }
  .rounded-\[var\(--theme-border-radius\)\] {
    border-radius: var(--theme-border-radius);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\(--theme-border-radius\) {
    border-top-left-radius: var(--theme-border-radius);
    border-top-right-radius: var(--theme-border-radius);
  }
  .rounded-b-\(--theme-border-radius\) {
    border-bottom-right-radius: var(--theme-border-radius);
    border-bottom-left-radius: var(--theme-border-radius);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/75 {
    background-color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-\(--theme-space-4\) {
    padding-block: var(--theme-space-4);
  }
  .py-\(--theme-space-5\) {
    padding-block: var(--theme-space-5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[var\(--theme-space-5\)\] {
    padding-block: var(--theme-space-5);
  }
  .pt-\(--theme-space-3\) {
    padding-top: var(--theme-space-3);
  }
  .pt-\(--theme-space-4\) {
    padding-top: var(--theme-space-4);
  }
  .pt-\(--theme-space-5\) {
    padding-top: var(--theme-space-5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[\.2em\] {
    padding-top: .2em;
  }
  .pt-\[0\.25em\] {
    padding-top: 0.25em;
  }
  .pb-\(--theme-space-3\) {
    padding-bottom: var(--theme-space-3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-\[clamp\(1rem\,5vw\,62pt\)\] {
    font-size: clamp(1rem, 5vw, 62pt) !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-dark-grey {
    color: var(--color-dark-grey);
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:text-dark-grey {
    &:hover {
      @media (hover: hover) {
        color: var(--color-dark-grey);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .xs\:grid {
    @media (width >= 480px) {
      display: grid;
    }
  }
  .xs\:grid-cols-2 {
    @media (width >= 480px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xs\:space-y-0 {
    @media (width >= 480px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:order-1 {
    @media (width >= 640px) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 640px) {
      order: 2;
    }
  }
  .sm\:order-3 {
    @media (width >= 640px) {
      order: 3;
    }
  }
  .sm\:order-4 {
    @media (width >= 640px) {
      order: 4;
    }
  }
  .sm\:order-5 {
    @media (width >= 640px) {
      order: 5;
    }
  }
  .sm\:order-6 {
    @media (width >= 640px) {
      order: 6;
    }
  }
  .sm\:order-7 {
    @media (width >= 640px) {
      order: 7;
    }
  }
  .sm\:order-8 {
    @media (width >= 640px) {
      order: 8;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 748px) {
      flex-direction: row;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 1024px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 1024px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:columns-2 {
    @media (width >= 1024px) {
      columns: 2;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .\[\&_a\]\:text-orange {
    & a {
      color: var(--color-orange);
    }
  }
  .\[\&_a\]\:text-yellow {
    & a {
      color: var(--color-yellow);
    }
  }
  .\[\&_a\]\:hover\:text-dark-grey {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-dark-grey);
        }
      }
    }
  }
  .\[\&_a\]\:hover\:text-white {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .\[\&_a\.active\]\:text-white {
    & a.active {
      color: var(--color-white);
    }
  }
  .\[\&_li\.current-menu-item_a\]\:text-dark-grey {
    & li.current-menu-item a {
      color: var(--color-dark-grey);
    }
  }
  .\[\&_li\.current-menu-item_a\]\:text-white {
    & li.current-menu-item a {
      color: var(--color-white);
    }
  }
}
:root {
  --plyr-color-main: var(--color-orange);
  --plyr-control-icon-size: 2rem;
  --theme-container-padding: 20px;
  @media (min-width: 748px) {
    --theme-container-padding: 30px;
  }
  @media (min-width: 1024px) {
    --theme-container-padding: 50px;
  }
  --theme-border-radius: 30px;
  @media (min-width: 748px) {
    --theme-border-radius: 40px;
  }
  @media (min-width: 1024px) {
    --theme-border-radius: 50px;
  }
  --theme-space-1: 20px;
  --theme-space-2: 20px;
  --theme-space-3: 20px;
  --theme-space-4: 50px;
  --theme-space-5: 70px;
  --theme-space-6: 80px;
  --theme-space-7: 25px;
  @media (min-width: 748px) {
    --theme-space-1: 50px;
    --theme-space-2: 50px;
    --theme-space-3: 35px;
    --theme-space-4: 70px;
    --theme-space-5: 100px;
    --theme-space-6: 70px;
  }
  @media (min-width: 1024px) {
    --theme-space-1: 50px;
    --theme-space-2: 50px;
    --theme-space-3: 50px;
    --theme-space-4: 100px;
    --theme-space-5: 150px;
    --theme-space-6: 75px;
  }
}
@layer utilities {
  html, body {
    overflow-x: hidden;
  }
  @font-face {
    font-family: "Benton Sans";
    src: url("../assets/fonts/BentonSans-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Benton Sans Condensed";
    src: url("../assets/fonts/BentonSansCond-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Benton Sans Condensed";
    src: url("../assets/fonts/BentonSansCond-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Benton Sans Condensed";
    src: url("../assets/fonts/BentonSansCond-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Benton Sans Extra Comp";
    src: url("../assets/fonts/BentonSansExtraComp-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "Benton Sans Extra Comp";
    src: url("../assets/fonts/BentonSansExtraComp-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Benton Sans Extra Comp";
    src: url("../assets/fonts/BentonSansExtraComp-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Luckiest Guy";
    src: url("../assets/fonts/LuckiestGuy.otf") format("opentype"), url("fonts/LuckiestGuy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  .type-style-1, .is-style-type-style-1 {
    font-family: 'Benton Sans Extra Comp', sans-serif;
    font-weight: bold;
    font-size: 16pt;
    line-height: 16pt;
  }
  @media (min-width: 748px) {
    .type-style-1, .is-style-type-style-1 {
      font-size: 23pt;
      line-height: 23pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-1, .is-style-type-style-1 {
      font-size: 30pt;
      line-height: 30pt;
    }
  }
  .type-style-2, .is-style-type-style-2 {
    font-family: 'Luckiest Guy', cursive;
    font-weight: normal;
    font-size: 30pt;
    line-height: 28pt;
  }
  @media (min-width: 748px) {
    .type-style-2, .is-style-type-style-2 {
      font-size: 48pt;
      line-height: 46pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-2, .is-style-type-style-2 {
      font-size: 62pt;
      line-height: 60pt;
    }
  }
  .type-style-3, .is-style-type-style-3 {
    font-family: 'Luckiest Guy', cursive;
    font-weight: normal;
    font-size: 16pt;
    line-height: 16pt;
  }
  @media (min-width: 748px) {
    .type-style-3, .is-style-type-style-3 {
      font-size: 21pt;
      line-height: 21pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-3, .is-style-type-style-3 {
      font-size: 26pt;
      line-height: 26pt;
    }
  }
  .type-style-4, .is-style-type-style-4 {
    font-family: 'Benton Sans Extra Comp', sans-serif;
    font-weight: bold;
    font-size: 13pt;
    line-height: 13pt;
  }
  @media (min-width: 748px) {
    .type-style-4, .is-style-type-style-4 {
      font-size: 18pt;
      line-height: 18pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-4, .is-style-type-style-4 {
      font-size: 22pt;
      line-height: 22pt;
    }
  }
  .type-style-5, .is-style-type-style-5 {
    font-family: 'Benton Sans Condensed', sans-serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 14pt;
  }
  @media (min-width: 748px) {
    .type-style-5, .is-style-type-style-5 {
      font-size: 16pt;
      line-height: 18pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-5, .is-style-type-style-5 {
      font-size: 20pt;
      line-height: 22pt;
    }
  }
  .type-style-6, .is-style-type-style-6 {
    font-family: 'Luckiest Guy', cursive;
    font-weight: normal;
    font-size: 19pt;
    line-height: 19pt;
  }
  @media (min-width: 748px) {
    .type-style-6, .is-style-type-style-6 {
      font-size: 24pt;
      line-height: 24pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-6, .is-style-type-style-6 {
      font-size: 32pt;
      line-height: 32pt;
    }
  }
  .type-style-7, .is-style-type-style-7 {
    font-family: 'Benton Sans Extra Comp', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    line-height: 14pt;
  }
  @media (min-width: 748px) {
    .type-style-7, .is-style-type-style-7 {
      font-size: 16pt;
      line-height: 18pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-7, .is-style-type-style-7 {
      font-size: 22pt;
      line-height: 24pt;
    }
  }
  .type-style-8, .is-style-type-style-8 {
    font-family: 'Benton Sans Extra Comp', sans-serif;
    font-weight: bold;
    font-size: 11pt;
    line-height: 13pt;
  }
  @media (min-width: 748px) {
    .type-style-8, .is-style-type-style-8 {
      font-size: 15pt;
      line-height: 17pt;
    }
  }
  @media (min-width: 1200px) {
    .type-style-8, .is-style-type-style-8 {
      font-size: 20pt;
      line-height: 22pt;
    }
  }
  [class*="container"] {
    max-width: 1600px;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    margin-left: auto;
    margin-right: auto;
  }
  .container, .is-style-container {
    --container-padding: var(--theme-container-padding);
  }
  .container-md, .is-style-container-md {
    --container-padding: calc(var(--theme-container-padding) * 2);
  }
  .container-sm, .is-style-container-sm {
    --container-padding: calc(var(--theme-container-padding) * 3);
  }
  .container-xs, .is-style-container-xs {
    --container-padding: calc(var(--theme-container-padding) * 4);
  }
  button.button, a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 2.5em;
    background: transparent;
    font-weight: bold;
    padding: 0.15em .65em 0.05em;
    line-height: 1.5em;
    transition: border-color 0.2s, color 0.2s;
    cursor: pointer;
    text-decoration: none !important;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
