/*! tailwindcss v4.1.4 | 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-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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 {
  .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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-12 {
    grid-column: 12;
  }
  .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;
    }
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-\[25px\] {
    margin-block: 25px;
  }
  .my-\[50px\] {
    margin-block: 50px;
  }
  .\!mt-\[15px\] {
    margin-top: 15px !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-\[-10px\] {
    margin-bottom: -10px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .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;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[425px\] {
    height: 425px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .\!w-\[25px\] {
    width: 25px !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .min-w-\[360px\] {
    min-width: 360px;
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .flex-1 {
    flex: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .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,);
  }
  .resize {
    resize: both;
  }
  .columns-4 {
    columns: 4;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-between {
    align-content: space-between;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .self-center {
    align-self: center;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .ps-\[10px\] {
    padding-inline-start: 10px;
  }
  .pe-\[10px\] {
    padding-inline-end: 10px;
  }
  .pe-\[40px\] {
    padding-inline-end: 40px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .\!leading-\[26px\] {
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }
  .\!leading-\[45px\] {
    --tw-leading: 45px !important;
    line-height: 45px !important;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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,);
  }
  .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,);
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-gray-800 {
    &:focus {
      --tw-ring-color: var(--color-gray-800);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/5 {
    @media (width >= 48rem) {
      width: calc(1/5 * 100%);
    }
  }
  .md\:w-\[125px\] {
    @media (width >= 48rem) {
      width: 125px;
    }
  }
  .md\:min-w-\[360px\] {
    @media (width >= 48rem) {
      min-width: 360px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-\[5px\] {
    @media (width >= 48rem) {
      gap: 5px;
    }
  }
  .md\:gap-\[25px\] {
    @media (width >= 48rem) {
      gap: 25px;
    }
  }
  .md\:gap-\[50px\] {
    @media (width >= 48rem) {
      gap: 50px;
    }
  }
  .md\:self-start {
    @media (width >= 48rem) {
      align-self: flex-start;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-24 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .md\:px-28 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 28);
    }
  }
  .md\:px-\[0px\] {
    @media (width >= 48rem) {
      padding-inline: 0px;
    }
  }
  .md\:px-\[25px\] {
    @media (width >= 48rem) {
      padding-inline: 25px;
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:py-\[0px\] {
    @media (width >= 48rem) {
      padding-block: 0px;
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-24 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:\!text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px !important;
    }
  }
  .md\:\!text-\[34px\] {
    @media (width >= 48rem) {
      font-size: 34px !important;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:leading-5 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .lg\:col-start-3 {
    @media (width >= 64rem) {
      grid-column-start: 3;
    }
  }
  .lg\:mr-6 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-\[90px\] {
    @media (width >= 64rem) {
      width: 90px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 64rem) {
      gap: 25px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:px-36 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 36);
    }
  }
  .lg\:px-56 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 56);
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:leading-4 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 4);
      line-height: calc(var(--spacing) * 4);
    }
  }
  .xl\:col-start-4 {
    @media (width >= 80rem) {
      grid-column-start: 4;
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 80rem) {
      width: calc(1/4 * 100%);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-\[40px\] {
    @media (width >= 80rem) {
      gap: 40px;
    }
  }
  .xl\:gap-\[50px\] {
    @media (width >= 80rem) {
      gap: 50px;
    }
  }
  .dark\:block {
    @media (prefers-color-scheme: dark) {
      display: block;
    }
  }
  .dark\:hidden {
    @media (prefers-color-scheme: dark) {
      display: none;
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
}
:root {
  --kc-orange: #F58220;
  --kc-black: #231F20;
  --kc-yellow: rgb(240, 225, 188);
  --kc-red: rgb(192, 18, 23);
  --kc-silver: rgb(71, 68, 69);
  --kc-light-black: rgba(0, 0, 0, .05);
  --kc-base-font-size: 16px;
  --kc-green: rgb(39, 154, 57);
}
body {
  font-family: 'museo-sans', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: var(--kc-base-font-size);
}
h1 {
  font-weight: 700;
}
h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-orange {
  color: var(--kc-orange);
}
strong {
  font-weight: 600;
}
.container {
  margin: 0 auto;
}
.bg-orange {
  background-color: var(--kc-orange);
}
.bg-yellow {
  background-color: var(--kc-yellow);
}
.color-orange {
  color: var(--kc-orange);
}
.bg-kc-black {
  background-color: var(--kc-black);
}
.border-rad-90 {
  border-radius: 90%;
}
.cta-contain {
  padding: 5px 30px;
  border-radius: 7px;
  border: 2px solid var(--kc-black);
  text-transform: uppercase;
  font-weight: 600;
}
.generic-button, .returning-customer-text .showlogin {
  padding: 5px 30px;
  border-radius: 14px;
  border: 2px solid var(--kc-orange);
  text-transform: uppercase;
  color: var(--kc-orange);
}
.generic-button:hover, .returning-customer-text .showlogin:hover {
  color: white;
  background-color: var(--kc-orange);
}
.generic-button.btn-black {
  border: 2px solid var(--kc-black);
  text-transform: uppercase;
  color: var(--kc-black);
}
.generic-button.btn-black:hover {
  color: white;
  background-color: var(--kc-black);
}
.live-draw-btn {
  background-color: var(--kc-orange);
  color: white;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 10px;
  left: 10px;
  position: relative;
}
.competitionListings .single-loop-container .loop-inner-wrapper h2 {
  padding: 5px 25px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.competitionListings .woocommerce-result-count, .competitionListings .woocommerce-ordering {
  display: none;
}
.competitionListings .single-loop-container .loop-inner-wrapper {
  background-color: var(--kc-light-black);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.competitionListings a.woocommerce-LoopProduct-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.competitionListings a.woocommerce-LoopProduct-link .zapct-thumbnail-wrap img, .entry-listings .entry-inner-wrapper img {
  width: 100%;
  height: auto;
}
.competitionListings .price, .competitionListings .price .price_suffix {
  display: block;
  text-align: center;
}
.competitionListings .price .price_suffix {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.competitionListings .woocommerce-Price-amount.amount, .competitionListings .price del {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.competitionListings .zapc-date-banner, .entry-listings .zapc-date-banner {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-size: 12px;
}
.competitionListings .zapc-date-banner.banner-orange, .entry-listings .zapc-date-banner.banner-orange {
  background-color: var(--kc-orange);
}
.competitionListings .zapc-date-banner.banner-red, .entry-listings .zapc-date-banner.banner-red, .single-comp .banner-red h1 {
  background-color: var(--kc-red);
}
.competitionListings .zapc-date-banner.banner-green, .entry-listings .zapc-date-banner.banner-green, .single-comp .banner-green h1 {
  background-color: var(--kc-green);
}
#menu-primary-menu li.current-menu-item a {
  color: var(--kc-orange);
  font-weight: 600;
}
#menu-primary-menu li a:hover {
  color: var(--kc-orange);
}
.competitionListings .zapc-countdown {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
  background: var(--kc-orange);
  color: white;
  font-size: 12px;
  width: calc(100% - 50px);
  margin: 15px auto 10px;
  border-radius: 6px;
  padding: 3px;
}
.competitionListings .zapc-countdown .day span, .competitionListings .zapc-countdown .hour span, .competitionListings .zapc-countdown .min span, .competitionListings .zapc-countdown .sec span, header .zapct-next-draw .day span, header .zapct-next-draw .hour span, header .zapct-next-draw .min span, header .zapct-next-draw .sec span {
  font-weight: 600;
}
.competitionListings .zap-competitions-progress-loop {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: calc(100% - 50px);
}
.competitionListings .zap-competitions-progress-loop .progress-track {
  border: 2px solid var(--kc-black);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.competitionListings .zap-competitions-progress-loop .progress-track .mini-label {
  position: absolute;
  font-size: 10px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #171717;
}
.competitionListings .zap-competitions-progress-loop .progress-track .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--kc-black);
  transition: width 0.6s ease;
  height: 20px;
}
.competitionListings .add_to_cart_button, .entry-listings .pdf-download {
  border: 2px solid var(--kc-orange);
  color: var(--kc-orange);
  text-align: center;
  padding: 5px 10px;
  width: calc(100% - 50px);
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  margin: 10px 0 25px;
  transition: all .25s ease-in-out;
}
.competitionListings .add_to_cart_button:hover {
  border: 2px solid white;
  color: white;
  background-color: var(--kc-orange);
}
.competitionListings .add_to_cart_button i.finger-click {
  height: 20px;
  width: 20px;
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc-enter.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.competitionListings .add_to_cart_button:hover i.finger-click {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc-enter-white.svg);
}
.single-loop-container .onsale i.launch-sale {
  height: 20px;
  width: 20px;
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc-rocket-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.competitionListings .hero-cash-alt {
  width: calc(100% + 50px);
  font-weight: 500;
}
.competitionListings .list-cash-alt {
  width: calc(100% + 0px);
  font-weight: 500;
}
.single-comp .list-cash-alt {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  font-size: 25px;
  font-weight: 500;
}
.single-comp .list-cash-alt:after {
  border-radius: 14px;
  box-shadow: 0px 10px 0px 0px var(--kc-orange);
  z-index: 9;
  pointer-events: none;
}
#winnerListings .single-winner-contain {
  background: var(--kc-light-black);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 25px;
}
#winnerListings .winner-title {
  padding: 10px;
  background-color: var(--kc-orange);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
#winnerListings h3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#winnerListings i.white-smile {
  height: 20px;
  width: 20px;
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc-white-smile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s ease-in-out;
}
#winnerListings .winner-bar {
  text-align: center;
  border: 2px solid black;
  border-radius: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .25s ease-in-out;
}
#winnerListings .winner-bar:hover {
  background-color: black;
}
#winnerListings .winner-bar .winner-bar-title {
  color: var(--kc-orange) !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  transition: all .25s ease-in-out;
}
#winnerListings .winner-bar .winner-name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  transition: all .25s ease-in-out;
}
#winnerListings .winner-bar:hover .winner-name, #winnerListings .winner-bar:hover span {
  color: white;
}
.single-comp h1, .product-zapc-cash-alt {
  padding: 10px 20px;
  background-color: var(--kc-orange);
  border-radius: 14px;
  color: white;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.single-comp h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 0.5px;
}
.single-comp .woocommerce-product-details__short-description h3, .single-comp .woocommerce-product-details__short-description ul {
  margin-bottom: 25px;
}
.single-comp .woocommerce-product-details__short-description ul {
  list-style: disc;
  margin-left: 1em;
}
.single-comp.competitionListings .competition-countdown-wrapper {
  padding-left: calc(2rem + 40px);
  padding-right: calc(2rem + 40px);
}
.single-comp.competitionListings .requirement-date .live-draw {
  font-weight: 600;
}
.single-comp.competitionListings .zapc-countdown {
  background: var(--kc-red);
  font-size: 16px;
  width: 100%;
  margin: 30px auto 25px;
  border-radius: 10px;
  padding: 10px;
}
.single-comp.competitionListings .zapc-countdown .day span, .single-comp.competitionListings .zapc-countdown .hour span, .single-comp.competitionListings .zapc-countdown .min span, .single-comp.competitionListings .zapc-countdown .sec span {
  font-weight: 400;
}
.single-comp .requirement.requirement-date, .single-comp .requirement.requirement-max-entries, .single-comp .requirement.requirement-answer {
  background-color: var(--kc-orange);
  padding: 7px 10px;
  color: white;
  height: 100%;
  text-align: center;
  font-size: 12px;
  border-radius: 7px;
}
.single-comp .price {
  color: var(--kc-black);
  margin: 30px 0;
  line-height: 30px;
}
.single-comp.competitionListings .price del, .single-comp.competitionListings .woocommerce-Price-amount.amount {
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
}
.zapc-pane-faqs h3 {
  font-weight: 600;
}
.single-comp.competitionListings .price .price_suffix {
  font-size: 20px;
}
.single-comp .zap-competition-requirements-wrapper .grid {
  gap: 10px;
}
.single-comp .zap-competition-requirements-wrapper .req-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: calc(2rem + 40px);
  padding-right: calc(2rem + 40px);
}
#kiltedWay h3 {
  font-weight: 600;
}
.single-comp .zap-competitions-progress {
  margin: 0 auto;
  padding-left: calc(2rem + 40px);
  padding-right: calc(2rem + 40px);
  max-width: 100%;
}
.single-comp .zap-competitions-progress .progress-track {
  border: 0;
  position: relative;
  border-radius: 5px;
  background-color: var(--kc-light-black);
  overflow: hidden;
}
.single-comp .zap-competitions-progress .progress-track .mini-label {
  position: absolute;
  font-size: 12px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #171717;
}
.single-comp .zap-competitions-progress .progress-track .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--kc-orange);
  transition: width 0.6s ease;
  height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-comp .zap-competition-qty {
  display: flex;
  justify-content: space-between;
}
.single-comp .zap-competition-qty .zap-competition-range-wrap-outer {
  width: unset;
  float: unset;
  flex: 1;
}
.single-comp .zap-competition-qty .zap-competition-range-wrap-outer .rangeslider {
  border-radius: 5px;
  background-color: var(--kc-light-black);
}
.single-comp .zap-competition-qty .zap-competition-range-wrap-outer .rangeslider__fill {
  background-color: var(--kc-orange);
  border-radius: 5px;
}
.single-comp .zap-competition-qty .zap-competition-range-wrap-outer .rangeslider__handle {
  background-color: var(--kc-orange);
}
.single-comp .zap-competition-qty .zap-competition-range-wrap-outer .rangeslider__handle__value {
  box-shadow: unset;
  font-weight: 400;
  border-radius: 7px;
  padding: 5px 10px;
  background-color: var(--kc-orange);
  border-top: 0;
  margin-left: 20px;
}
.single-comp .zap-competition-qty .zap-competition-range-wrap-outer .rangeslider__handle__value:before {
  bottom: -13px;
  left: calc(50% - 20px);
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid;
  border-top-color: var(--kc-orange);
}
.single-comp .zap-competition-qty-minus, .single-comp .zap-competition-qty-plus {
  width: 40px !important;
  border-radius: 90px;
  background: var(--kc-light-black);
  color: white;
  font-weight: 400;
  border: 0 !important;
  font-size: 28px;
  line-height: 36px;
}
.single-comp .zapct-add-to-cart-button-wrapper {
  display: flex;
  justify-content: center;
}
.single-comp .wc-points-rewards-product-message {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.single-comp .zapc-postal-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 0 25px;
}
.single-comp .zapc-postal-rules-text ul {
  margin-left: 15px;
}
.swiper-slide {
  max-width: 100%;
}
.swiper img {
  width: 100%;
}
span.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 6px;
  background-color: white;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-next {
  right: 40px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.swiper-button-prev {
  left: 40px;
  width: 20px;
  height: 20px;
}
.single-comp .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 90%;
}
.single-comp .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 90%;
}
.single-comp .swiper-button-prev::after, .single-comp .swiper-button-next::after {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  position: relative;
}
.single-comp .swiper-button-prev::after {
  content: 'previous';
  left: -1px;
}
.single-comp .swiper-button-next::after {
  content: 'next';
  right: 1px;
  transform: rotate(180deg);
}
.gslide-media.gslide-image img {
  max-width: 800px;
}
.goverlay {
  background: rgba(0, 0, 0, .8) !important;
}
.single-comp .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button, .single-comp .zapc-postal-buttons button, .competitionTabs li a {
  border: 2px solid var(--kc-orange);
  width: auto !important;
  padding: 7px 42px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  border-radius: 7px;
  min-width: 200px;
}
.single-comp .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button {
  border: 2px solid var(--kc-red);
  background-color: var(--kc-red);
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.single-comp .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button:hover {
  border: 2px solid var(--kc-green);
  background-color: var(--kc-green) !important;
  color: white;
}
.single-comp .zapc-postal-buttons button {
  width: calc(50% - 2rem - 40px - 5px) !important;
}
.single-comp .zapc-postal-buttons button.active, .competitionTabs li a.active {
  background-color: var(--kc-orange);
  color: white;
}
.single-comp .zapc-postal-buttons button:hover, .competitionTabs li a:hover, .single-comp .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button:hover, .single-comp .zap-competition-qty-minus:hover, .single-comp .zap-competition-qty-plus:hover {
  background-color: var(--kc-orange);
  cursor: pointer;
  color: white;
}
.zap-competition-tabs-wrapper {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--kc-orange);
  margin-bottom: 25px;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.tab-pane h1 {
  margin-top: 25px;
}
.tab-content>.active {
  display: block;
}
.competitionTabs {
  columns: 3;
  gap: 10px;
  margin-bottom: 20px;
}
.competitionTabs li a {
  min-width: unset;
  padding: 7px;
  text-align: center;
  display: block;
  width: 100% !important;
}
.single-comp .scriptlesssocialsharing__heading {
  font-weight: 500;
}
.single-comp .scriptlesssocialsharing__buttons {
  gap: 15px;
  margin-top: 15px;
}
.single-comp .scriptlesssocialsharing__buttons a.button {
  border-radius: 10px;
  border: 4px solid white;
}
.single-comp .scriptlesssocialsharing__buttons a.button .scriptlesssocialsharing__icon {
  font-size: 24px;
}
.single-comp .tab-content p, .single-comp .zapc-postal-rules-text p {
  margin-bottom: 15px;
}
.single-comp .zapc-postal-rules-text ul {
  list-style: disc;
  margin-bottom: 15px;
}
.single-comp .zapc-postal-rules-text p:last-child, .single-comp .zapc-postal-rules-text ul:last-child {
  margin-bottom: 0;
}
.single-comp .rangeslider__labels {
  display: none;
}
.single-comp .zapct-add-to-cart-wrapper {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid black;
}
.competitionListings.comp-product {
  background-color: white;
}
.competitionListings.comp-product .single-loop-container {
  background-color: var(--kc-yellow);
  overflow: hidden;
  border-radius: 10px;
}
.competitionListings.comp-product .single-loop-container .price del bdi {
  z-index: 9;
}
.competitionListings.comp-product .single-loop-container .zapct-thumbnail-wrap {
  z-index: 0;
}
.single-product #winnerListings .single-winner-contain {
  background-color: var(--kc-light-black);
}
.single-product .comp-product {
  background-color: var(--kc-black);
}
.single-product .comp-product .single-loop-container {
  background-color: white;
}
footer, footer ul li a {
  color: white;
}
footer ul li {
  margin-bottom: 15px;
}
.post-type-archive-winner #winnerListings .single-winner-contain {
  background-color: var(--kc-light-black);
}
.pagination .page-item {
  border: 2px solid var(--kc-black);
  padding: 5px 10px;
  border-radius: 7px;
  min-width: 38px;
  text-align: center;
}
.pagination .page-item:hover {
  color: white;
  background-color: var(--kc-black);
}
.hero-featured {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 24px;
}
.wintro {
  color: white;
  text-shadow: 2px 2px 2px var(--kc-black);
  line-height: 50px;
}
.hero-featured-inner h1 {
  color: white;
  font-weight: 600;
  line-height: 32px;
}
.winner-fix {
  top: -25%;
  position: relative;
  transform: scale(1.6);
  z-index: -1;
}
.funky-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding: 15px 25px 0;
  text-align: center;
}
.cash-available .hero-featured-inner.competitionListings {
  background-color: transparent;
  border-radius: 24px;
  box-shadow: 0px 52px 0px 0px var(--kc-orange);
}
.hero-featured-inner.competitionListings .zapc-countdown {
  width: calc(100%);
  margin: unset;
}
.hero-featured-inner.competitionListings .zap-competitions-progress {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: calc(100%);
}
.hero-featured-inner.competitionListings .zap-competitions-progress .progress-track {
  border: 2px solid white;
}
.hero-featured-inner.competitionListings .zap-competitions-progress .progress-track .mini-label {
  position: absolute;
  font-size: 12px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  color: #171717;
}
.hero-featured-inner.competitionListings .zap-competitions-progress .progress-track .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  transition: width 0.6s ease;
  height: 20px;
}
.hero-enter-now {
  background-color: white;
  color: var(--kc-orange);
  border-radius: 7px;
  padding: 5px;
  transition: all .5s ease-in-out;
}
.hero-enter-now:hover {
  background-color: var(--kc-orange);
  color: white;
}
.hero-featured .hero-cash-alt {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  font-size: 24px;
}
.hero-cash-alt, .list-cash-alt {
  color: white;
}
.hero-enter-now i.finger-click {
  height: 20px;
  width: 20px;
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc-enter.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-enter-now:hover i.finger-click {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc-enter-white.svg);
}
 {
  background-color: var(--kc-orange);
  color: white;
}
.alert.alert-info.woocommerce-info {
  background: var(--kc-orange);
  padding: 10px;
  color: white;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li div {
  color: var(--kc-orange);
  border-left: 1px solid var(--kc-orange);
  border-right: 1px solid var(--kc-orange);
  border-top: 1px solid var(--kc-orange);
  border-bottom: 1px solid var(--kc-orange);
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li a.active, .woocommerce-MyAccount-navigation ul li a:hover {
  gap: 1px;
}
.woocommerce-MyAccount-navigation ul li a.active div, .woocommerce-MyAccount-navigation ul li a:hover div {
  background-color: var(--kc-orange);
  color: white;
}
.woocommerce-MyAccount-navigation ul li a div:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.woocommerce-MyAccount-navigation ul li a.active div:first-child, .woocommerce-MyAccount-navigation ul li a:hover div:first-child {
  border-right: 0;
}
.woocommerce-MyAccount-navigation ul li a div:last-child {
  border-left: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.account-nav-i {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center;
}
.account-nav-i.i-dash {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_recent_tickets_orange.svg);
}
.is-active .account-nav-i.i-dash, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-dash {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_recent_tickets_white.svg);
}
.account-nav-i.i-orders {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_orders_orange.svg);
}
.is-active .account-nav-i.i-orders, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-orders {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_orders_white.svg);
}
.account-nav-i.i-wins {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_wins_orange.svg);
}
.is-active .account-nav-i.i-wins, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-wins {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_wins_white.svg);
}
.account-nav-i.i-address {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_address_orange.svg);
}
.is-active .account-nav-i.i-address, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-address {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_address_white.svg);
}
.account-nav-i.i-account {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_account_orange.svg);
}
.is-active .account-nav-i.i-account, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-account {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_account_white.svg);
}
.account-nav-i.i-wallet {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_wallet_orange.svg);
}
.is-active .account-nav-i.i-wallet, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-wallet {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_wallet_white.svg);
}
.account-nav-i.i-rg {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_rg_orange.svg);
}
.is-active .account-nav-i.i-rg, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-rg {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_rg_white.svg);
}
.account-nav-i.i-coins {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_coins_orange.svg);
}
.is-active .account-nav-i.i-coins, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-coins {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_coins_white.svg);
}
.account-nav-i.i-logout {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_logout_orange.svg);
}
.is-active .account-nav-i.i-logout, .woocommerce-MyAccount-navigation ul li a:hover .account-nav-i.i-logout {
  background-image: url(/wp-content/themes/kilted-2025/assets/img/kc_logout_white.svg);
}
.woocommerce-MyAccount-content {
  background: white;
  padding: 25px 30px;
  border-radius: 14px;
  flex: 1;
}
.woocommerce-MyAccount-content h2 {
  color: var(--kc-orange);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content h2.sub-h2 {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#my-account-order-table, table.order_details, #my_account_points_rewards, .woocommerce-cart-form table, .woocommerce-checkout-review-order table {
  width: 100%;
}
#my-account-order-table th, table.order_details th, #my_account_points_rewards th, .woocommerce-cart-form table th, .woocommerce-checkout-review-order table th {
  text-align: left;
  padding: 0 14px 7px 14px;
  font-weight: 400;
  font-size: 16px;
}
table.order_details tfoot th, .woocommerce-cart-form table tfoot th, .woocommerce-checkout-review-order table tfoot th {
  padding: 7px 14px;
}
#my-account-order-table tr, table.order_details tr, #my_account_points_rewards tr, .woocommerce-cart-form table tr, .woocommerce-checkout-review-order table tr {
  border-bottom: 5px solid white;
}
#my-account-order-table tr td, table.order_details tr td, #my_account_points_rewards tr td, .woocommerce-checkout-review-order tr td {
  padding: 7px 14px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, .05);
}
.woocommerce-cart-form table tr td {
  padding: 7px 14px;
  font-size: 14px;
}
.woocommerce-cart-form table tr.cart_item {
  background-color: rgba(0, 0, 0, .05);
}
#my-account-order-table tr td:last-child, #my-account-order-table tr th:last-child {
  text-align: center;
}
table.order_details tr td:last-child, .woocommerce-checkout-review-order tr td:last-child {
  width: 25%;
  vertical-align: text-top;
}
.form-group input, textarea.form-control {
  background-color: rgba(0, 0, 0, .05);
  padding: 5px 10px;
  flex: 1;
  width: 100%;
}
.form-group .password-input {
  display: flex;
  flex: 1;
}
.account-action-button {
  padding: 5px 30px;
  border-radius: 14px;
  text-transform: uppercase;
  background-color: var(--kc-orange);
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.alert {
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.alert mark {
  background-color: var(--kc-orange);
  color: white;
  padding: 0 4px;
}
.alert.alert-danger {
  background-color: var(--kc-red);
  color: white;
}
.alert.alert-info {
  background-color: rgba(0, 0, 0, .05);
  color: var(--kc-black);
}
.alert.alert-success {
  background-color: var(--kc-green);
  color: white;
}
.woocommerce-MyAccount-content h2.rc-h2 {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.rc-text {
  max-width: 80%;
}
.rc-limit-contain {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 10px;
}
.rc-limit-range-contain {
  flex: 1;
  padding: 5px 10px;
  background: rgba(0, 0, 0, .05);
  border-radius: 7px;
}
.form-control-range {
  width: 100%;
  margin-top: 5px;
}
.rc-limit-contain label {
  width: 25%;
}
.rc-limit-value {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, .05);
  padding: 5px 10px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 19px;
}
.rc-limit-length {
  display: flex;
  gap: 25px;
  margin-top: 10px;
  align-items: center;
}
.rc-limit-length legend {
  width: 25%;
}
.rc-options {
  display: flex;
  gap: 25px;
  background: rgba(0, 0, 0, .05);
  padding: 10px 10px;
  flex: 1;
  border-radius: 7px;
  font-size: 14px;
  align-items: center;
}
.rc-limit-length .form-check {
  display: flex;
  gap: 3px;
}
.rc-sub {
  margin: 10px 0;
  margin-left: calc(25% + 25px);
}
.rc-sub button {
  background-color: var(--kc-orange);
  padding: 5px 25px;
  width: 50%;
  border-radius: 7px;
  color: white;
  text-transform: uppercase;
}
.rc-sub .rc-data-delete {
  background-color: var(--kc-red);
}
.recent-tickets-account ul {
  display: flex;
  gap: 50px;
}
.recent-tickets-account ul li {
  width: 100%;
  margin-bottom: 25px;
}
.recent-tickets-account ul li a {
  background-color: var(--kc-orange);
  width: 100%;
  padding: 10px;
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 400;
}
.zapc-single-ticket-wrap {
  padding: 10px 15px;
  background: rgba(0, 0, 0, .05);
  border-radius: 7px;
  margin-bottom: 10px;
}
.ticket-account-wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.fit-content {
  min-width: fit-content;
}
.zapc-my-account-ticket-wrapper {
  margin-top: 10px;
  border-top: 1px solid orange;
  padding-top: 7px;
}
.kc.woocommerce-customer-details h2 {
  margin-top: 25px;
}
.kc.woocommerce-customer-details address {
  font-style: normal;
}
.kc-total {
  background-color: rgba(0, 0, 0, .05);
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 7px;
  max-width: fit-content;
}
.tl-img-contain {
  border: 1px solid var(--kc-black);
  padding: 15px;
  border-radius: 90px;
  margin-bottom: 10px;
  background-color: white;
}
.order-confirmation table thead, .woocommerce-cart-form table thead {
  background: var(--kc-orange);
  color: white;
}
.order-confirmation table thead th, .woocommerce-cart-form table thead th {
  padding: 7px 14px;
}
.order-confirmation table tfoot th {
  text-align: right;
}
.order-confirmation table.order_details tr td {
  font-size: 16px;
}
.order-confirmation table.order_details tr td a {
  color: var(--kc-orange);
  font-weight: 400;
}
.order-confirmation .kc.woocommerce-customer-details {
  padding-top: 25px;
}
.order-confirmation table.order_details tr td #zapc-refresh-tickets {
  display: none;
}
.order-confirmation table.order_details tr td .wc-item-meta li {
  display: flex;
  gap: 10px;
}
.woocommerce-thankyou-order-failed-actions a {
  border: 1px solid var(--kc-orange);
  padding: 5px 25px;
  border-radius: 14px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart-form table tr td, .woocommerce-checkout-review-order table tr td {
  font-size: 16px;
}
.woocommerce-cart-form table tr td img {
  width: 100px;
}
.woocommerce-cart-form table tr td.product-remove {
  font-size: 40px;
  text-align: center;
  width: 0;
}
.woocommerce-cart-form table tr td.product-remove a {
  display: block;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 90px;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
.woocommerce-cart-form table tr td:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form table tr th:last-child, .woocommerce-cart-form table tr td:last-child, .woocommerce-checkout-review-order table tr th:last-child, .woocommerce-checkout-review-order table tr td:last-child {
  text-align: right;
}
.woocommerce-cart-form table tr th.product-quantity {
  text-align: center;
}
.woocommerce-cart-form table tbody tr:last-child td {
  background-color: transparent;
}
.woocommerce-cart-form table tr td.product-name dl.variation, .woocommerce-checkout-review-order tr td.product-name dl.variation {
  display: flex;
  gap: 5px;
}
.woocommerce-cart-form table tr td.product-name a {
  color: var(--kc-orange);
  font-weight: 400;
}
.zap-competition-qty-cart.zap-competition-qty {
  display: flex;
  justify-content: space-between;
}
.zap-competition-qty-cart.zap-competition-qty .quantity {
  flex: 1;
}
.zap-competition-qty-cart.zap-competition-qty .quantity input {
  height: 40px;
  background-color: white;
}
.zap-competition-qty-cart.zap-competition-qty .zap-competition-qty-minus, .zap-competition-qty-cart.zap-competition-qty .zap-competition-qty-plus {
  background-color: rgba(0, 0, 0, .05);
  width: 30px;
  height: 40px;
}
.zap-competition-qty-cart.zap-competition-qty .input-text.qty.text {
  text-align: center;
  width: 100%;
}
.woocommerce-cart .checkout-button, .woocommerce-cart .cart-update {
  background-color: var(--kc-orange);
  color: white;
  font-weight: 400;
  padding: 7px 40px;
  border-radius: 7px;
  text-transform: uppercase;
}
.cart-collaterals {
  margin-top: 35px;
}
.woocommerce-cart .cart-update {
  background-color: transparent;
  color: var(--kc-orange);
  border: 2px solid var(--kc-orange);
}
.woocommerce-info.wc_points_redeem_earn_points {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button.wc_points_rewards_apply_discount {
  background-color: transparent;
  color: var(--kc-orange);
  border: 2px solid var(--kc-orange);
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 14px;
}
#billing_first_name_field, #billing_last_name_field {
  width: 50%;
  display: inline-block;
  margin-top: 15px;
}
#billing_first_name_field input, #billing_last_name_field input, #billing_address_1_field input, #billing_address_2_field input, #billing_city_field input, #billing_postcode_field input, #billing_phone_field input, #billing_email_field input, #billing_state_field input {
  width: calc(100% - 10px);
}
#billing_country_field {
  margin: 15px 0;
}
#billing_address_1_field input {
  margin-bottom: 5px;
}
#billing_address_2_field, #billing_city_field, #billing_postcode_field, #billing_phone_field, #billing_email_field, #billing_state_field {
  margin-bottom: 15px;
}
.woocommerce-info.wc_points_redeem_earn_points {
  background-color: rgba(0, 0, 0, .05);
  padding: 10px;
}
.woocommerce-privacy-policy-text {
  padding: 15px 0;
}
.woocommerce-privacy-policy-text a, .woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--kc-orange);
}
.woocommerce-checkout-review-order #place_order {
  margin-top: 50px;
  background-color: var(--kc-orange);
  color: white;
  font-weight: 400;
  padding: 10px 40px;
  border-radius: 14px;
  text-transform: uppercase;
  display: flex;
  justify-self: center;
}
.btn-view-more {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 7px;
  border: 2px solid var(--kc-black);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.btn-view-more.btn-reverse {
  border: 2px solid white;
  color: white;
}
.orange-curl {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  border-radius: 13px;
  box-shadow: 0px 10px 0px 0px var(--kc-orange);
  z-index: -1;
}
.home-cow {
  background-color: black;
  color: white;
}
.home-cow p {
  margin-bottom: 25px;
}
.single-comp p {
  margin-bottom: 10px;
}
.single-comp .percentage-label.percentage-inner {
  font-size: 12px;
}
.single-comp .percentage-label.percentage-inner.percentage-right {
  position: absolute;
  right: 5px;
  z-index: 9;
  top: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
#aboutUs p {
  margin-bottom: 15px;
}
.single-product #zapciw-instant-wins {
  padding: 0;
  border-top: 0;
  margin-top: 10px;
}
#zapciw-prize-container caption {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 1rem 0;
}
#zapciw-prize-container table {
  width: 100%;
}
#zapciw-prize-container table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
#zapciw-prize-container table th, #zapciw-prize-container table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 0;
  text-align: left;
  font-size: 14px;
}
#zapciw-prize-container .zapciw-stats {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
}
#zapciw-prize-container .zapciw-stats .total-prizes, #zapciw-prize-container .zapciw-stats .total-winners {
  font-weight: 600;
}
@keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
  }
  16% {
    transform: rotate(10deg);
  }
  33% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  66% {
    transform: rotate(-10deg);
  }
  83% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.waving {
  animation: waveAnimation 2s ease-in-out;
  transform-origin: bottom center;
}
.fade-in-on-scroll {
  opacity: 0;
  transition: opacity 2s ease-out;
  will-change: opacity;
}
.fade-in-on-scroll.visible-delay {
  opacity: 1;
}
@keyframes pulsate {
  0%, 100% {
    transform: scale(1);
  }
  16.6% {
    transform: scale(1.1);
  }
  33.3% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  66.6% {
    transform: scale(1);
  }
  83.3% {
    transform: scale(1.1);
  }
}
.pulsate {
  transition: all .5s ease-in-out;
}
.pulsate:hover {
  transform: scale(1.15) !important;
}
.pulsate-sm {
  transition: all .5s ease-in-out;
}
.pulsate-sm:hover {
  transform: scale(1.025) !important;
}
.simple-pulse {
  --pulse-scale: 1.05;
  --pulse-duration: 2.5s;
  --pulse-ease: ease-in-out;
  animation: simple-pulse var(--pulse-duration) var(--pulse-ease) infinite;
  transform-origin: center center;
  will-change: transform;
  display: inline-block;
  width: 100%;
}
@keyframes simple-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(var(--pulse-scale));
  }
}
.simple-pulse-large {
  --pulse-scale: 1.1;
  --pulse-duration: 2s;
  --pulse-ease: ease-in-out;
  animation: simple-pulse var(--pulse-duration) var(--pulse-ease) infinite;
  transform-origin: center center;
  will-change: transform;
  display: inline-block;
  width: 100%;
}
@keyframes simple-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(var(--pulse-scale));
  }
}
@media (prefers-reduced-motion: reduce) {
  .simple-pulse {
    animation: none;
  }
}
.btn-view-more:hover, h2.cta-contain:hover {
  background-color: var(--kc-black);
  color: white;
  cursor: pointer;
}
#payment {
  margin-top: 25px;
}
#payment img {
  display: none;
}
#payment li {
  margin-bottom: 10px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons button.prev, .single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons button.next {
  width: 100px;
  border: 1px solid black;
  border-radius: 7px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons button.prev:hover, .single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons button.next:hover {
  cursor: pointer;
  border: 1px solid black;
  background-color: black;
  color: white;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons button.prev.hidden, .single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons button.next.hidden {
  display: unset;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-buttons input.page-number {
  width: 50px;
  border: 1px solid black;
  text-transform: uppercase;
  border-radius: 7px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-tickets-pagination .zapciw-tickets-pagination-label {
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .swiper-button-next {
    right: 15px;
  }
  .swiper-button-prev {
    left: 15px;
  }
  .cash-available .hero-featured-inner.competitionListings {
    box-shadow: 0px 52px 0px 0px var(--kc-black);
  }
  .live-draw-btn {
    padding: 5px;
    left: 0;
    text-align: center;
  }
  .single-comp h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .single-comp .zapc-postal-buttons button {
    min-width: 160px;
  }
  .competitionListings .zapc-countdown {
    font-size: 10px;
    width: calc(100% - 15px);
    padding: 3px 6px;
  }
  .competitionListings .zap-competitions-progress-loop {
    width: calc(100% - 15px);
  }
  .competitionListings .add_to_cart_button, .entry-listings .pdf-download {
    width: calc(100% - 15px);
    margin: 10px 0 15px;
  }
  .competitionTabs li a {
    font-size: 9px;
    font-weight: 600;
  }
  #winnerListings .single-winner-contain {
    padding-bottom: 15px;
  }
}
@media screen and (max-width:412px) {
  .home-cow p br {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .home-cow .container {
    background-image: url(/wp-content/uploads/2022/02/coo-scaled.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .hero-featured {
    width: calc(100% + 12.5px);
  }
  .hero-featured.featured_right {
    position: relative;
    right: 12.5px;
  }
  #zapciw-prize-container caption {
    padding: 25px 4rem 0;
  }
}
@media screen and (min-width:1024px) {
  ul.woocommerce-thankyou-order-details li {
    border-right: 1px solid var(--kc-black);
  }
  ul.woocommerce-thankyou-order-details li:last-child {
    border-right: 0;
  }
  body.woocommerce-order-received .timeline ul:before {
    content: "";
    height: 1px;
    top: 40px;
    background-color: #222;
    position: absolute;
    z-index: -1;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width:1199px) {
  #zapciw-prize-container caption {
    padding: 25px 8rem 0;
  }
}
.list-cash-alt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  border-radius: 13px;
  box-shadow: 0px 10px 0px 0px var(--kc-orange);
  z-index: -1;
}
.alt-variant {
  width: calc(100% - 50px);
  margin: 15px auto 0;
  border-radius: 6px;
}
.single-loop-container .zapct-thumbnail-wrap {
  position: relative;
  z-index: -2;
}
.single-loop-container .onsale {
  position: absolute;
  width: 100%;
  background-color: var(--kc-red);
  color: white;
}
.single-loop-container .onsale::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  border-radius: 13px;
  box-shadow: 0px -10px 0px 0px var(--kc-red);
  z-index: -1;
}
.onsale .launch-sale {
  width: 20px;
  height: 20px;
}
.single-loop-container .price .woocommerce-Price-amount, .competitionListings.single-comp .product .price .woocommerce-Price-amount {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  margin-top: 25px;
}
.competitionListings.single-comp .product .price .woocommerce-Price-amount {
  font-size: 60px;
}
.single-loop-container .price del bdi, .competitionListings.single-comp .product .price del bdi {
  position: absolute;
  color: rgba(0, 0, 0, .075);
  z-index: -1;
  font-size: 45px;
  text-decoration: line-through;
  width: 100%;
  text-align: center;
  left: 0;
}
.competitionListings.single-comp .product .price del bdi {
  font-size: 75px;
}
.single-loop-container .price ins, .competitionListings.single-comp .product .price ins {
  text-decoration: none;
}
.single-loop-container .price ins bdi, .competitionListings.single-comp .product .price ins bdi {
  color: var(--kc-red);
  font-size: 32px;
}
.competitionListings.single-comp .product .price ins bdi {
  font-size: unset;
}
.single-loop-container h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.result-wrap h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.zapct-winner-card .zapct-single-result {
  background: rgba(0, 0, 0, .05);
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.zapct-winner-card .zapct-single-result span {
  font-weight: 600;
}
.recent-draw-winner ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.recent-draw-winner ul li {
  width: 100%;
  margin-bottom: 25px;
  width: 300px;
}
.recent-draw-winner ul li a {
  width: 100%;
  padding: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 400;
  border: 2px solid var(--kc-orange);
}
.recent-draw-winner ul li a.active {
  background-color: var(--kc-orange);
  color: white;
}
.entry-listings .entry-inner-wrapper {
  background-color: var(--kc-light-black);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.entry-listings .entry-inner-wrapper h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding: 10px 25px;
}
.entry-listings .entry-inner-wrapper .pdf-download {
  justify-self: center;
}
.faq-menu p {
  margin-bottom: 15px;
}
.faq-menu p:last-child {
  margin-bottom: 0;
}
.reveal-winner select {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-weight: 600;
  appearance: none;
}
.custom-caret {
  position: absolute;
  display: flex;
  align-items: center;
  width: 20px;
  right: 10px;
  inset: 0 10px 0 auto;
  pointer-events: none;
}
.custom-caret svg {
  width: 20px;
  height: auto;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-select-competition {
  margin-bottom: 0;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage {
  min-height: unset;
  margin-top: 50px;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper {
  width: 100%;
  max-width: 600px;
  border-radius: 14px;
  box-shadow: none;
  padding: 15px;
  background: rgba(0, 0, 0, .05);
  border: 0;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-welcome .image img {
  border: 0;
  border-radius: 10px;
  width: 450px;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper .zapcrtw-screen .zapcrtw-form-title h3 {
  margin: 25px 0;
}
.reveal-winner .zapcrtw-form input {
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 8px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  border-radius: 10px;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper .ticket-no {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-no-result .ticket-no span, .reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .ticket-no span {
  background: none;
  color: var(--kc-red);
  margin: 0 10px;
  padding: 0;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .ticket-no span {
  color: green;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-no-result .zapcrtw-form {
  max-width: 100%;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-no-result .results-table {
  margin: 10px 0;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .results-table {
  margin-top: 10px;
}
.reveal-winner .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-no-result h2, .reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result h2 {
  margin-bottom: 15px;
}
.reveal-winner .zapcrtw-wrapper .zapcrtw-stage .zapcrtw-inner-wrapper #zapcrtw-screen-result .ticket-no span {
  background-color: none;
  padding: 0;
  margin: 0 10px;
}
.reg_pw .password-input {
  display: flex;
  flex-direction: column;
}
.reg_pw .woocommerce-password-strength.bad, .reg_pw .woocommerce-password-strength.short {
  color: var(--kc-red);
  font-weight: 600;
}
.reg_pw .woocommerce-password-strength.good {
  color: var(--kc-orange);
  font-weight: 600;
}
.reg_pw .woocommerce-password-strength.strong {
  color: green;
  font-weight: 600;
}
.alert.returning-customer {
  display: flex;
  gap: 10px;
}
.zap-competition-closed-message.alert {
  text-align: center;
}
.checkout_coupon #coupon_code {
  background: rgba(0, 0, 0, .05);
  padding: 5px 10px;
}
.woocommerce-checkout h3 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0 25px;
  font-weight: 600;
}
#legal p {
  margin-bottom: 15px;
}
#legal strong {
  font-weight: 600;
}
#legal a {
  color: var(--kc-orange);
  font-weight: 600;
}
#legal ol, #legal ul {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
}
#legal mark {
  background-color: var(--kc-orange);
  color: white;
  font-weight: 400;
}
.product-zapc-cash-alt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
#mobileSub {
  display: none;
}
.aye-aye {
  position: absolute;
  right: -110px;
  top: 10px;
  background: var(--kc-orange);
  padding: 5px 15px 10px 15px;
  border-radius: 14px;
  line-height: 30px;
  font-size: 30px;
  transform: rotate(20deg);
  transform-origin: top left;
  font-weight: 600;
  color: white;
}
.swiper .aye-aye {
  left: 20px;
  top: 50px;
  transform: rotate(-20deg);
  right: unset;
  z-index: 9;
}
.sales-over-50 {
  left: 0;
  color: white !important;
}
.aye-aye:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: calc(50% - 20px);
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid;
  border-top-color: var(--kc-orange);
}
@media (max-width: 639px) {
  body {
    font-size: 14px;
  }
  .recent-tickets-account ul {
    display: block;
  }
  .recent-tickets-account ul li {
    margin-bottom: 10px;
  }
  .woocommerce-MyAccount-content {
    padding: 10px 15px;
  }
  .ticket-account-wrap {
    flex-direction: column;
    align-items: start;
  }
  .recent-tickets-account ul li a {
    font-size: 12px;
  }
  .rc-text {
    max-width: 100%;
  }
  .rc-limit-contain, .rc-limit-length {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .rc-limit-contain label, .rc-limit-range-contain, .rc-limit-value, .rc-limit-length legend {
    font-weight: 600;
    width: 100%;
  }
  .rc-limit-value {
    font-size: 14px;
  }
  .rc-limit-length label {
    line-height: 14px;
  }
  .rc-sub {
    margin: 0;
    margin-left: 0;
  }
  .rc-options {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  .rc-sub button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content h2.rc-h2 {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .recent-draw-winner ul {
    gap: 25px;
  }
  .alt-variant {
    width: calc(100% - 15px);
    margin: 15px auto 0;
  }
  #winnerListings h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .btn-view-more {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .single-comp .zapc-postal-buttons button {
    min-width: 160px;
    padding: 7px 20px;
  }
  .zapc-postal-rules-text {
    padding-inline: calc(var(--spacing) * 3);
  }
  .single-comp.competitionListings .competition-countdown-wrapper, .single-comp .zap-competition-requirements-wrapper .req-inner {
    padding-left: calc(0rem + 20px);
    padding-right: calc(0rem + 20px);
  }
  .woocommerce-cart .thead-light {
    display: none;
  }
  .woocommerce-cart tr.cart_item {
    display: block;
  }
  .woocommerce-cart-form table tr td {
    display: block;
    width: 100%;
    position: relative;
  }
  .woocommerce-cart-form table tr td.product-thumbnail, .woocommerce-cart-form table tr td.product-name {
    display: table-cell;
    width: auto;
  }
  .woocommerce-cart-form table tr td.product-thumbnail {
    padding: 0 0 0 15px;
  }
  .woocommerce-cart-form table tr td.product-name {
    line-height: 20px;
  }
  .woocommerce-cart-form table tr td.product-price {
    padding-top: 15px;
  }
  .woocommerce-cart-form table tr td.product-price, .woocommerce-cart-form table tr td.product-quantity, .woocommerce-cart-form table tr td.product-subtotal {
    text-align: right;
  }
  .zap-competition-qty-cart.zap-competition-qty {
    justify-content: end;
  }
  .zap-competition-qty-cart.zap-competition-qty .quantity {
    flex: unset;
  }
  .zap-competition-qty-cart.zap-competition-qty .input-text.qty.text {
    width: 75px;
    text-align: left;
    padding: 0 5px;
  }
  .woocommerce-cart-form table tr td.product-remove a {
    display: block;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 90px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .woocommerce-cart-form table tr td.product-remove {
    font-size: 20px;
    width: unset;
    padding: 10px 0 5px 15px;
  }
  .woocommerce-cart-form table tr td.product-price:after {
    content: 'Price';
    position: absolute;
    left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
  }
  .woocommerce-cart-form table tr td .zap-competition-qty:after {
    content: 'Qty';
    position: absolute;
    left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
  }
  .woocommerce-cart-form table tr td.product-subtotal:after {
    content: 'Subtotal';
    position: absolute;
    left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1535px) {
  #kiltedWay br, #interestingFacts br {
    display: none;
  }
}
body.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.show {
  display: block;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
}
.close {
  padding: .5rem .75rem;
  margin: -.5rem -.75rem -.5rem auto;
  background: transparent;
  border: 0;
  appearance: none;
  font-size: 1.5rem;
  line-height: 1;
  opacity: .5;
}
.close:hover {
  opacity: .75;
}
.modal-dialog-centered {
  min-height: calc(100% - 1rem);
  display: flex;
  align-items: center;
}
.modal-dialog-centered .modal-content {
  width: 100%;
}
.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
body.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.show {
  display: block;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 95vh;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow: scroll;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
}
.close {
  padding: .5rem .75rem;
  margin: -.5rem -.75rem -.5rem auto;
  background: transparent;
  border: 0;
  appearance: none;
  font-size: 1.5rem;
  line-height: 1;
  opacity: .5;
}
.close:hover {
  opacity: .75;
}
.modal-dialog-centered {
  min-height: calc(100% - 1rem);
  display: flex;
  align-items: center;
}
.modal-dialog-centered .modal-content {
  width: 100%;
}
.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.btn-zapciw-results {
  margin: 15px 0 10px;
  font-weight: 600;
  background-color: var(--kc-orange);
  color: white;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.zapciw-results-modal .modal-header {
  background-color: var(--kc-orange);
  color: white;
  border-bottom: 0;
}
.zapciw-results-modal .modal-header h5 {
  font-weight: 600;
}
.zapciw-results-modal .modal-body h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.zapciw-results-modal .claim-message {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  background: #f4f4f4;
  padding: 10px 25px;
  border-radius: 7px;
}
.zapciw-results-modal .modal-footer {
  font-weight: 600;
  background-color: var(--kc-orange);
  color: white;
  border-top: 0;
}
.zapciw-results-modal .win-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 7px;
}
.zapciw-results-modal .win-item:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 {
  border-radius: 7px;
  overflow: hidden;
  background: white;
  padding: 2px;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form {
  background: none !important;
  max-width: 100% !important;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form div {
  padding: 0 !important;
  min-height: unset !important;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form div input {
  border: 0 !important;
  height: auto !important;
  padding: 10px !important;
  font-size: 12px !important;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form div input:focus-visible {
  outline-width: 0 !important;
  outline: 0 !important;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form div input::placeholder {
  font-size: 14px !important;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form div button {
  height: 100% !important;
  font-size: 12px !important;
  background: var(--kc-orange) !important;
  padding: 0 15px !important;
  text-transform: uppercase !important;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form h1 span {
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
.klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 form p span {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  display: block !important;
}
@media (max-width: 1023px) {
  .klaviyo-form-SPDZMq.klaviyo-form.form-version-cid-1 {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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-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;
    }
  }
}
