/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com | Modified as per Themesfor.app requirements by Themesfor.App*/
@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-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(72.8% 0.01 264.451);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 1.2rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --leading-snug: 1.375;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
.nav{
  justify-content: flex-end;
  position: relative;
  right: 0;
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-\[calc\(100\%\+0\.75rem\)\] {
    top: calc(100% + 0.75rem);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .z-50 {
    z-index: 50;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .w-auto {
    width: auto;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[repeat\(3\,auto\)\] {
    grid-template-rows: repeat(3,auto);
  }
  .grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .flex-col {
    flex-direction: column;
  }
  @media(max-width:64rem){
    .overmij-content {
      flex-direction: column;
    }
  }
  .gray-text {
    color: #666;
    font-size: 1.2rem;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .place-self-center {
    place-self: center;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tfa-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tfa-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tfa-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tfa-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tfa-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tfa-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tfa-leading, var(--text-xl--line-height));
  }
  .leading-snug {
    --tfa-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-medium {
    --tfa-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tfa-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tfa-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-normal {
    --tfa-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tfa-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-pink-500 {
    color: var(--color-pink-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
      .contact-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .contact-row {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .contact-row svg {
        width: 40px;
        height: 40px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        flex-shrink: 0;
        color: #e45970;
      }

      .contact-row span {
        font-size: 1.5rem;
      }
  .ring {
    --tfa-ring-shadow: var(--tfa-ring-inset,) 0 0 0 calc(1px + var(--tfa-ring-offset-width)) var(--tfa-ring-color, currentcolor);
    box-shadow: var(--tfa-inset-shadow), var(--tfa-inset-ring-shadow), var(--tfa-ring-offset-shadow), var(--tfa-ring-shadow), var(--tfa-shadow);
  }
  .ring-black\/50 {
    --tfa-ring-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tfa-ring-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .ring-gray-100\/50 {
    --tfa-ring-color: color-mix(in srgb, oklch(96.7% 0.003 264.542) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tfa-ring-color: color-mix(in oklab, var(--color-gray-100) 50%, transparent);
    }
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tfa-gradient-from, --tfa-gradient-via, --tfa-gradient-to;
    transition-timing-function: var(--tfa-ease, var(--default-transition-timing-function));
    transition-duration: var(--tfa-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tfa-ease, var(--default-transition-timing-function));
    transition-duration: var(--tfa-duration, var(--default-transition-duration));
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tfa-translate-x: calc(var(--spacing) * 1);
        translate: var(--tfa-translate-x) var(--tfa-translate-y);
      }
    }
  }
  .hover\:bg-gray-200\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(92.8% 0.006 264.531) 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-gray-200) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tfa-ring-shadow: var(--tfa-ring-inset,) 0 0 0 calc(2px + var(--tfa-ring-offset-width)) var(--tfa-ring-color, currentcolor);
      box-shadow: var(--tfa-inset-shadow), var(--tfa-inset-ring-shadow), var(--tfa-ring-offset-shadow), var(--tfa-ring-shadow), var(--tfa-shadow);
    }
  }
  .focus\:ring-black\/50 {
    &:focus {
      --tfa-ring-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tfa-ring-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .focus\:ring-gray-100 {
    &:focus {
      --tfa-ring-color: var(--color-gray-100);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tfa-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tfa-ring-inset: inset;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tfa-ring-shadow: var(--tfa-ring-inset,) 0 0 0 calc(2px + var(--tfa-ring-offset-width)) var(--tfa-ring-color, currentcolor);
      box-shadow: var(--tfa-inset-shadow), var(--tfa-inset-ring-shadow), var(--tfa-ring-offset-shadow), var(--tfa-ring-shadow), var(--tfa-shadow);
    }
  }
  .focus-visible\:inset-ring-2 {
    &:focus-visible {
      --tfa-inset-ring-shadow: inset 0 0 0 2px var(--tfa-inset-ring-color, currentcolor);
      box-shadow: var(--tfa-inset-shadow), var(--tfa-inset-ring-shadow), var(--tfa-ring-offset-shadow), var(--tfa-ring-shadow), var(--tfa-shadow);
    }
  }
  .focus-visible\:ring-black\/50 {
    &:focus-visible {
      --tfa-ring-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tfa-ring-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tfa-outline-style: none;
      outline-style: none;
    }
  }
  .active\:ring-2 {
    &:active {
      --tfa-ring-shadow: var(--tfa-ring-inset,) 0 0 0 calc(2px + var(--tfa-ring-offset-width)) var(--tfa-ring-color, currentcolor);
      box-shadow: var(--tfa-inset-shadow), var(--tfa-inset-ring-shadow), var(--tfa-ring-offset-shadow), var(--tfa-ring-shadow), var(--tfa-shadow);
    }
  }
  .active\:ring-black\/50 {
    &:active {
      --tfa-ring-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tfa-ring-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-y-3 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 3);
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:grid-cols-\[1fr_2fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr 2fr;
    }
  }
  .md\:gap-15 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tfa-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tfa-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-balance {
    @media (width >= 48rem) {
      text-wrap: balance;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
.title {
  font-family: PT Serif, PT-Serif-Fallback, Apple Color Emoji, Noto Color Emoji, serif;
  font-size: 3.4375rem;
  font-weight: 400;
  color: #e45970;


}
.main-title {
  /*font-family: AKA Josefin Sans Flex, Josefin-Sans-Flex-Fallback, Apple Color Emoji, Noto Color Emoji, sans-serif;*/
  font-size: 2.4375rem;
  font-weight: 540;
  color: #e45970;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

@media (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-item {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
}
.gallery-item.flat{
  aspect-ratio: 1 / .7;
}
.responsive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.responsive-img:hover {
  transform: scale(1.2);
}

.imgtext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  user-select: none;
}
@media (max-width: 64rem) {
  .imgtext {
    font-size: 1rem;
  }
}
/*@media (min-width: 320px) {*/
/*  .responsive-img {*/
/*    width: 45vw;*/
/*    height: 45vw;*/
/*  }*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .responsive-img {*/
/*    width: 25vw;*/
/*    height: 25vw;*/
/*  }*/
/*}*/
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-4 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:text-\[42px\] {
    @media (width >= 80rem) {
      font-size: 42px;
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:size-4 {
    & svg {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
}
@property --tfa-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tfa-leading {
  syntax: "*";
  inherits: false;
}
@property --tfa-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tfa-tracking {
  syntax: "*";
  inherits: false;
}
@property --tfa-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tfa-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tfa-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tfa-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tfa-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tfa-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tfa-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tfa-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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 {
      --tfa-border-style: solid;
      --tfa-leading: initial;
      --tfa-font-weight: initial;
      --tfa-tracking: initial;
      --tfa-shadow: 0 0 #0000;
      --tfa-shadow-color: initial;
      --tfa-shadow-alpha: 100%;
      --tfa-inset-shadow: 0 0 #0000;
      --tfa-inset-shadow-color: initial;
      --tfa-inset-shadow-alpha: 100%;
      --tfa-ring-color: initial;
      --tfa-ring-shadow: 0 0 #0000;
      --tfa-inset-ring-color: initial;
      --tfa-inset-ring-shadow: 0 0 #0000;
      --tfa-ring-inset: initial;
      --tfa-ring-offset-width: 0px;
      --tfa-ring-offset-color: #fff;
      --tfa-ring-offset-shadow: 0 0 #0000;
      --tfa-translate-x: 0;
      --tfa-translate-y: 0;
      --tfa-translate-z: 0;
    }
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  text-align: center;
  color: #666666;
  margin-top:auto;
}





