@import url("https://fonts.cdnfonts.com/css/avenir");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-medium: 500;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-\[-3\.01\%\] {
    top: -3.01%;
  }

  .top-\[-24\.02\%\] {
    top: -24.02%;
  }

  .top-\[0\.05\%\] {
    top: .05%;
  }

  .top-\[1\.7\%\] {
    top: 1.7%;
  }

  .top-\[3\.4vh\] {
    top: 3.4vh;
  }

  .top-\[3\.8\%\] {
    top: 3.8%;
  }

  .top-\[5\%\] {
    top: 5%;
  }

  .top-\[19px\] {
    top: 19px;
  }

  .top-\[20\.4\%\] {
    top: 20.4%;
  }

  .top-\[20vh\] {
    top: 20vh;
  }

  .top-\[25\%\] {
    top: 25%;
  }

  .top-\[29px\] {
    top: 29px;
  }

  .top-\[33\.6\%\] {
    top: 33.6%;
  }

  .top-\[34\.3\%\] {
    top: 34.3%;
  }

  .top-\[34\.7\%\] {
    top: 34.7%;
  }

  .top-\[36\.8\%\] {
    top: 36.8%;
  }

  .top-\[37\.5\%\] {
    top: 37.5%;
  }

  .top-\[47\.4\%\] {
    top: 47.4%;
  }

  .top-\[66\.2\%\] {
    top: 66.2%;
  }

  .top-\[68\.3\%\] {
    top: 68.3%;
  }

  .top-\[81\%\] {
    top: 81%;
  }

  .top-\[81px\] {
    top: 81px;
  }

  .top-\[110px\] {
    top: 110px;
  }

  .top-\[149px\] {
    top: 149px;
  }

  .top-\[164px\] {
    top: 164px;
  }

  .top-\[173\.5px\] {
    top: 173.5px;
  }

  .top-\[176px\] {
    top: 176px;
  }

  .top-\[184px\] {
    top: 184px;
  }

  .top-\[203px\] {
    top: 203px;
  }

  .top-\[217px\] {
    top: 217px;
  }

  .top-\[287px\] {
    top: 287px;
  }

  .top-\[322px\] {
    top: 322px;
  }

  .top-\[328px\] {
    top: 328px;
  }

  .top-\[331px\] {
    top: 331px;
  }

  .top-\[339px\] {
    top: 339px;
  }

  .top-\[413px\] {
    top: 413px;
  }

  .top-\[455px\] {
    top: 455px;
  }

  .top-\[532px\] {
    top: 532px;
  }

  .top-\[565px\] {
    top: 565px;
  }

  .top-\[575px\] {
    top: 575px;
  }

  .top-\[579px\] {
    top: 579px;
  }

  .top-\[620px\] {
    top: 620px;
  }

  .top-\[633px\] {
    top: 633px;
  }

  .top-\[662px\] {
    top: 662px;
  }

  .top-\[692px\] {
    top: 692px;
  }

  .top-\[706px\] {
    top: 706px;
  }

  .top-\[769px\] {
    top: 769px;
  }

  .top-\[817px\] {
    top: 817px;
  }

  .top-\[894px\] {
    top: 894px;
  }

  .top-\[902px\] {
    top: 902px;
  }

  .top-\[970px\] {
    top: 970px;
  }

  .top-\[1062px\] {
    top: 1062px;
  }

  .top-\[1634px\] {
    top: 1634px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[8vw\] {
    right: 8vw;
  }

  .right-\[10\%\] {
    right: 10%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[-3px\] {
    left: -3px;
  }

  .left-\[-9\.12\%\] {
    left: -9.12%;
  }

  .left-\[-36\.78\%\] {
    left: -36.78%;
  }

  .left-\[-466px\] {
    left: -466px;
  }

  .left-\[-702px\] {
    left: -702px;
  }

  .left-\[-977px\] {
    left: -977px;
  }

  .left-\[-1183px\] {
    left: -1183px;
  }

  .left-\[6\.7\%\] {
    left: 6.7%;
  }

  .left-\[6\.7vw\] {
    left: 6.7vw;
  }

  .left-\[8vw\] {
    left: 8vw;
  }

  .left-\[10\.8\%\] {
    left: 10.8%;
  }

  .left-\[12\.34\%\] {
    left: 12.34%;
  }

  .left-\[13\.3\%\] {
    left: 13.3%;
  }

  .left-\[20\.5\%\] {
    left: 20.5%;
  }

  .left-\[28\.6\%\] {
    left: 28.6%;
  }

  .left-\[32px\] {
    left: 32px;
  }

  .left-\[72px\] {
    left: 72px;
  }

  .left-\[111px\] {
    left: 111px;
  }

  .left-\[124px\] {
    left: 124px;
  }

  .left-\[167px\] {
    left: 167px;
  }

  .left-\[176px\] {
    left: 176px;
  }

  .left-\[186px\] {
    left: 186px;
  }

  .left-\[188px\] {
    left: 188px;
  }

  .left-\[531px\] {
    left: 531px;
  }

  .left-\[564px\] {
    left: 564px;
  }

  .left-\[632px\] {
    left: 632px;
  }

  .left-\[690px\] {
    left: 690px;
  }

  .left-\[703px\] {
    left: 703px;
  }

  .left-\[768px\] {
    left: 768px;
  }

  .left-\[924px\] {
    left: 924px;
  }

  .left-\[1191px\] {
    left: 1191px;
  }

  .left-\[1269px\] {
    left: 1269px;
  }

  .left-\[1282px\] {
    left: 1282px;
  }

  .left-\[1733px\] {
    left: 1733px;
  }

  .left-\[1737px\] {
    left: 1737px;
  }

  .left-\[1776px\] {
    left: 1776px;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .z-\[101\] {
    z-index: 101;
  }

  .-mt-\[3\%\] {
    margin-top: -3%;
  }

  .-mt-\[24\%\] {
    margin-top: -24%;
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .-ml-\[9\.12\%\] {
    margin-left: -9.12%;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .aspect-\[476\/541\] {
    aspect-ratio: 476 / 541;
  }

  .aspect-\[484\/534\] {
    aspect-ratio: 484 / 534;
  }

  .aspect-\[484\/541\] {
    aspect-ratio: 484 / 541;
  }

  .aspect-\[556\/534\] {
    aspect-ratio: 556 / 534;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-\[4\.5\%\] {
    height: 4.5%;
  }

  .h-\[6vh\] {
    height: 6vh;
  }

  .h-\[8vh\] {
    height: 8vh;
  }

  .h-\[9\.8\%\] {
    height: 9.8%;
  }

  .h-\[28vh\] {
    height: 28vh;
  }

  .h-\[35\.7\%\] {
    height: 35.7%;
  }

  .h-\[38\.8\%\] {
    height: 38.8%;
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[54px\] {
    height: 54px;
  }

  .h-\[55px\] {
    height: 55px;
  }

  .h-\[56px\] {
    height: 56px;
  }

  .h-\[61px\] {
    height: 61px;
  }

  .h-\[62px\] {
    height: 62px;
  }

  .h-\[63\.2\%\] {
    height: 63.2%;
  }

  .h-\[71px\] {
    height: 71px;
  }

  .h-\[84px\] {
    height: 84px;
  }

  .h-\[98\.89\%\] {
    height: 98.89%;
  }

  .h-\[100\.01\%\] {
    height: 100.01%;
  }

  .h-\[116\.8\%\] {
    height: 116.8%;
  }

  .h-\[148px\] {
    height: 148px;
  }

  .h-\[153px\] {
    height: 153px;
  }

  .h-\[156\%\] {
    height: 156%;
  }

  .h-\[156\.15\%\] {
    height: 156.15%;
  }

  .h-\[212px\] {
    height: 212px;
  }

  .h-\[291px\] {
    height: 291px;
  }

  .h-\[534px\] {
    height: 534px;
  }

  .h-\[541px\] {
    height: 541px;
  }

  .h-\[627px\] {
    height: 627px;
  }

  .h-\[964px\] {
    height: 964px;
  }

  .h-\[1074px\] {
    height: 1074px;
  }

  .h-\[1080px\] {
    height: 1080px;
  }

  .h-\[2148px\] {
    height: 2148px;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-\[56\.4\%\] {
    width: 56.4%;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-\[61\.4\%\] {
    width: 61.4%;
  }

  .w-\[62px\] {
    width: 62px;
  }

  .w-\[69\.4vw\] {
    width: 69.4vw;
  }

  .w-\[73\.5\%\] {
    width: 73.5%;
  }

  .w-\[82\.8\%\] {
    width: 82.8%;
  }

  .w-\[85\%\] {
    width: 85%;
  }

  .w-\[85\.3\%\] {
    width: 85.3%;
  }

  .w-\[85px\] {
    width: 85px;
  }

  .w-\[85vw\] {
    width: 85vw;
  }

  .w-\[87\%\] {
    width: 87%;
  }

  .w-\[96px\] {
    width: 96px;
  }

  .w-\[110\.54\%\] {
    width: 110.54%;
  }

  .w-\[173\.48\%\] {
    width: 173.48%;
  }

  .w-\[177px\] {
    width: 177px;
  }

  .w-\[250px\] {
    width: 250px;
  }

  .w-\[319px\] {
    width: 319px;
  }

  .w-\[444px\] {
    width: 444px;
  }

  .w-\[471px\] {
    width: 471px;
  }

  .w-\[476px\] {
    width: 476px;
  }

  .w-\[484px\] {
    width: 484px;
  }

  .w-\[523px\] {
    width: 523px;
  }

  .w-\[556px\] {
    width: 556px;
  }

  .w-\[601px\] {
    width: 601px;
  }

  .w-\[692px\] {
    width: 692px;
  }

  .w-\[726px\] {
    width: 726px;
  }

  .w-\[731px\] {
    width: 731px;
  }

  .w-\[748px\] {
    width: 748px;
  }

  .w-\[789px\] {
    width: 789px;
  }

  .w-\[811px\] {
    width: 811px;
  }

  .w-\[812px\] {
    width: 812px;
  }

  .w-\[883px\] {
    width: 883px;
  }

  .w-\[916px\] {
    width: 916px;
  }

  .w-\[1363px\] {
    width: 1363px;
  }

  .w-\[1626px\] {
    width: 1626px;
  }

  .w-\[1910px\] {
    width: 1910px;
  }

  .w-\[1913px\] {
    width: 1913px;
  }

  .w-\[1916px\] {
    width: 1916px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-none {
    max-width: none;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .origin-top-left {
    transform-origin: 0 0;
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .snap-start {
    scroll-snap-align: start;
  }

  .flex-col {
    flex-direction: column;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-\[10vh\] {
    gap: 10vh;
  }

  .gap-\[104px\] {
    gap: 104px;
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .rounded-\[23px\] {
    border-radius: 23px;
  }

  .rounded-\[27px\] {
    border-radius: 27px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#4f4f4f\] {
    border-color: #4f4f4f;
  }

  .bg-\[\#1a1a1a\] {
    background-color: #1a1a1a;
  }

  .bg-\[\#1f1f1f\] {
    background-color: #1f1f1f;
  }

  .bg-\[\#050505\] {
    background-color: #050505;
  }

  .bg-\[\#252525\] {
    background-color: #252525;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: #0000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#000000\] {
    --tw-gradient-to: #000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[76\.111\%\] {
    --tw-gradient-to-position: 76.111%;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-center {
    object-position: center;
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-\[6\.7\%\] {
    padding-inline: 6.7%;
  }

  .pt-\[8\%\] {
    padding-top: 8%;
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .text-\[3\.06vw\] {
    font-size: 3.06vw;
  }

  .text-\[3\.89vw\] {
    font-size: 3.89vw;
  }

  .text-\[4\.4vw\] {
    font-size: 4.4vw;
  }

  .text-\[4\.44vw\] {
    font-size: 4.44vw;
  }

  .text-\[5\.5vw\] {
    font-size: 5.5vw;
  }

  .text-\[9\.17vw\] {
    font-size: 9.17vw;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[21px\] {
    font-size: 21px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[25px\] {
    font-size: 25px;
  }

  .text-\[27px\] {
    font-size: 27px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[75px\] {
    font-size: 75px;
  }

  .text-\[192px\] {
    font-size: 192px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[4\.75vh\] {
    --tw-leading: 4.75vh;
    line-height: 4.75vh;
  }

  .leading-\[4vh\] {
    --tw-leading: 4vh;
    line-height: 4vh;
  }

  .leading-\[6vh\] {
    --tw-leading: 6vh;
    line-height: 6vh;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }

  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.03em\] {
    --tw-tracking: .03em;
    letter-spacing: .03em;
  }

  .tracking-\[0\.6px\] {
    --tw-tracking: .6px;
    letter-spacing: .6px;
  }

  .tracking-\[0\.9px\] {
    --tw-tracking: .9px;
    letter-spacing: .9px;
  }

  .tracking-\[0\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }

  .tracking-\[0\.96px\] {
    --tw-tracking: .96px;
    letter-spacing: .96px;
  }

  .tracking-\[1\.1vw\] {
    --tw-tracking: 1.1vw;
    letter-spacing: 1.1vw;
  }

  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }

  .tracking-\[4\.2px\] {
    --tw-tracking: 4.2px;
    letter-spacing: 4.2px;
  }

  .tracking-\[4\.8px\] {
    --tw-tracking: 4.8px;
    letter-spacing: 4.8px;
  }

  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }

  .tracking-\[5\.4px\] {
    --tw-tracking: 5.4px;
    letter-spacing: 5.4px;
  }

  .tracking-\[5px\] {
    --tw-tracking: 5px;
    letter-spacing: 5px;
  }

  .tracking-\[9px\] {
    --tw-tracking: 9px;
    letter-spacing: 9px;
  }

  .tracking-\[23\.04px\] {
    --tw-tracking: 23.04px;
    letter-spacing: 23.04px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[rgba\(255\,255\,255\,0\)\] {
    color: #fff0;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .shadow-\[0px_3px_6px_2px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 3px 6px 2px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }
}


@font-face {
  font-family: Avenir;
  font-weight: 400;
  src: local(Avenir Roman), local(Avenir Book);
}

@font-face {
  font-family: Avenir;
  font-weight: 500;
  src: local(Avenir Medium);
}

@font-face {
  font-family: Avenir;
  font-weight: 350;
  src: local(Avenir Book);
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

body {
  font-family: Avenir, sans-serif;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
