@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&family=Vollkorn:wght@400;500;600;700&display=swap");
/*! 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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --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);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"]))):not([data-name="Homepage"], [data-name="Homepage"] *)) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

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

  .top-\[-0\.67px\] {
    top: -.67px;
  }

  .top-\[-2\.67px\] {
    top: -2.67px;
  }

  .top-\[-258\.69\%\] {
    top: -258.69%;
  }

  .top-\[0\.85px\] {
    top: .85px;
  }

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

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

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

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

  .top-\[98\.9px\] {
    top: 98.9px;
  }

  .top-\[250\.07px\] {
    top: 250.07px;
  }

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

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

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

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

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

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

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

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

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

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

  .top-\[3274\.33px\] {
    top: 3274.33px;
  }

  .top-\[3275\.67px\] {
    top: 3275.67px;
  }

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

  .top-\[3671\.67px\] {
    top: 3671.67px;
  }

  .top-\[3703\.67px\] {
    top: 3703.67px;
  }

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

  .top-\[4503\.33px\] {
    top: 4503.33px;
  }

  .top-\[4504\.67px\] {
    top: 4504.67px;
  }

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

  .top-\[4727\.67px\] {
    top: 4727.67px;
  }

  .top-\[4759\.67px\] {
    top: 4759.67px;
  }

  .top-\[5299\.67px\] {
    top: 5299.67px;
  }

  .top-\[5310\.33px\] {
    top: 5310.33px;
  }

  .top-\[5342\.33px\] {
    top: 5342.33px;
  }

  .top-\[5882\.33px\] {
    top: 5882.33px;
  }

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

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

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

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

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

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

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

  .bottom-\[-0\.67px\] {
    bottom: -.67px;
  }

  .bottom-\[-2\.67px\] {
    bottom: -2.67px;
  }

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

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

  .left-\[0\.71px\] {
    left: .71px;
  }

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

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

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

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

  .left-\[68\.33px\] {
    left: 68.33px;
  }

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

  .left-\[73\.33px\] {
    left: 73.33px;
  }

  .left-\[477\.33px\] {
    left: 477.33px;
  }

  .left-\[478\.67px\] {
    left: 478.67px;
  }

  .left-\[498\.67px\] {
    left: 498.67px;
  }

  .left-\[calc\(16\.667\%\+154\.146px\)\] {
    left: calc(16.667% + 154.146px);
  }

  .left-\[calc\(29\.167\%\+54\.625px\)\] {
    left: calc(29.167% + 54.625px);
  }

  .left-\[calc\(33\.333\%\+38px\)\] {
    left: calc(33.333% + 38px);
  }

  .left-\[calc\(33\.333\%\+118\.667px\)\] {
    left: calc(33.333% + 118.667px);
  }

  .left-\[calc\(33\.333\%\+145\.333px\)\] {
    left: calc(33.333% + 145.333px);
  }

  .left-\[calc\(50\%-0\.243px\)\] {
    left: calc(50% - .243px);
  }

  .left-\[calc\(66\.667\%\+4px\)\] {
    left: calc(66.667% + 4px);
  }

  .left-\[calc\(66\.667\%\+120px\)\] {
    left: calc(66.667% + 120px);
  }

  .left-\[calc\(66\.667\%\+125\.811px\)\] {
    left: calc(66.667% + 125.811px);
  }

  .left-\[calc\(66\.667\%\+127\.146px\)\] {
    left: calc(66.667% + 127.146px);
  }

  .left-\[calc\(75\%-12\.833px\)\] {
    left: calc(75% - 12.833px);
  }

  .left-\[calc\(75\%-12px\)\] {
    left: calc(75% - 12px);
  }

  .left-\[calc\(83\.333\%\+67px\)\] {
    left: calc(83.333% + 67px);
  }

  .left-\[calc\(91\.667\%-20px\)\] {
    left: calc(91.667% - 20px);
  }

  .mx-\[7px\] {
    margin-inline: 7px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[0px\] {
    margin-block: 0;
  }

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

  .mt-\[5\.333px\] {
    margin-top: 5.333px;
  }

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

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

  .ml-\[21\.333px\] {
    margin-left: 21.333px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .inline-grid {
    display: inline-grid;
  }

  .aspect-\[1141\/665\] {
    aspect-ratio: 1141 / 665;
  }

  .size-\[10\.667px\] {
    width: 10.667px;
    height: 10.667px;
  }

  .size-\[17\.333px\] {
    width: 17.333px;
    height: 17.333px;
  }

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

  .size-\[22\.605px\] {
    width: 22.605px;
    height: 22.605px;
  }

  .size-\[50\.861px\] {
    width: 50.861px;
    height: 50.861px;
  }

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

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

  .h-\[1\.333px\] {
    height: 1.333px;
  }

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

  .h-\[17\.333px\] {
    height: 17.333px;
  }

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

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

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

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

  .h-\[50\.861px\] {
    height: 50.861px;
  }

  .h-\[53\.333px\] {
    height: 53.333px;
  }

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

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

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

  .h-\[128\.565px\] {
    height: 128.565px;
  }

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

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

  .h-\[185\.333px\] {
    height: 185.333px;
  }

  .h-\[226\.667px\] {
    height: 226.667px;
  }

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

  .h-\[293\.333px\] {
    height: 293.333px;
  }

  .h-\[322\.119px\] {
    height: 322.119px;
  }

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

  .h-\[396\.063px\] {
    height: 396.063px;
  }

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

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

  .h-\[442\.667px\] {
    height: 442.667px;
  }

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

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

  .h-\[746\.667px\] {
    height: 746.667px;
  }

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

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

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

  .h-px {
    height: 1px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .w-\[1\.333px\] {
    width: 1.333px;
  }

  .w-\[17\.352px\] {
    width: 17.352px;
  }

  .w-\[20\.021px\] {
    width: 20.021px;
  }

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

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

  .w-\[248\.533px\] {
    width: 248.533px;
  }

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

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

  .w-\[282\.183px\] {
    width: 282.183px;
  }

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

  .w-\[341\.333px\] {
    width: 341.333px;
  }

  .w-\[394\.172px\] {
    width: 394.172px;
  }

  .w-\[401\.236px\] {
    width: 401.236px;
  }

  .w-\[405\.333px\] {
    width: 405.333px;
  }

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

  .w-\[446\.667px\] {
    width: 446.667px;
  }

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

  .w-\[513\.333px\] {
    width: 513.333px;
  }

  .w-\[525\.333px\] {
    width: 525.333px;
  }

  .w-\[589\.333px\] {
    width: 589.333px;
  }

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

  .w-\[590\.667px\] {
    width: 590.667px;
  }

  .w-\[635\.514px\] {
    width: 635.514px;
  }

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

  .w-\[973\.043px\] {
    width: 973.043px;
  }

  .w-\[1165\.25px\] {
    width: 1165.25px;
  }

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

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

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

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

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

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

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -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;
  }

  .cursor-text {
    cursor: text;
  }

  .resize {
    resize: both;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

  .flex-row {
    flex-direction: row;
  }

  .place-items-start {
    place-items: start;
  }

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

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

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

  .justify-between {
    justify-content: space-between;
  }

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

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

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

  .gap-\[5\.333px\] {
    gap: 5.333px;
  }

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

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

  .gap-\[10\.667px\] {
    gap: 10.667px;
  }

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

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

  .gap-\[13\.333px\] {
    gap: 13.333px;
  }

  .gap-\[16\.954px\] {
    gap: 16.954px;
  }

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

  .gap-\[18\.667px\] {
    gap: 18.667px;
  }

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

  .gap-\[26\.667px\] {
    gap: 26.667px;
  }

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[2\.37029e\+07px\] {
    border-radius: 23702900px;
  }

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

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

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

  .border-\[1\.333px\] {
    border-style: var(--tw-border-style);
    border-width: 1.333px;
  }

  .border-\[2\.667px\] {
    border-style: var(--tw-border-style);
    border-width: 2.667px;
  }

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

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

  .border-\[\#1e3a5f\] {
    border-color: #1e3a5f;
  }

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

  .border-\[transparent\] {
    border-color: #0000;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

  .p-\[13\.333px\] {
    padding: 13.333px;
  }

  .p-\[32px\] {
    padding: 32px;
  }

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

  .px-\[4px\] {
    padding-inline: 4px;
  }

  .px-\[5px\] {
    padding-inline: 5px;
  }

  .px-\[21\.333px\] {
    padding-inline: 21.333px;
  }

  .px-\[26px\] {
    padding-inline: 26px;
  }

  .py-\[0px\] {
    padding-block: 0;
  }

  .py-\[5px\] {
    padding-block: 5px;
  }

  .py-\[10\.667px\] {
    padding-block: 10.667px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

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

  .pb-\[37px\] {
    padding-bottom: 37px;
  }

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

  .font-\[\'Cochin\:Bold\'\,_sans-serif\] {
    font-family: Cochin\:Bold, sans-serif;
  }

  .font-\[\'Cochin\:Regular\'\,_sans-serif\] {
    font-family: Cochin\:Regular, sans-serif;
  }

  .font-\[\'Futura_PT\:Bold\'\,_sans-serif\] {
    font-family: Futura PT\:Bold, sans-serif;
  }

  .font-\[\'Futura_PT\:Book\'\,_sans-serif\] {
    font-family: Futura PT\:Book, sans-serif;
  }

  .font-\[\'Futura_PT\:Demi\'\,_sans-serif\] {
    font-family: Futura PT\:Demi, sans-serif;
  }

  .font-\[\'Futura_PT\:Heavy\'\,_sans-serif\] {
    font-family: Futura PT\:Heavy, sans-serif;
  }

  .font-\[\'Futura_PT\:Medium\'\,_sans-serif\] {
    font-family: Futura PT\:Medium, sans-serif;
  }

  .font-\[\'Lato\:Medium\'\,_sans-serif\] {
    font-family: Lato\:Medium, sans-serif;
  }

  .font-\[\'Lato\:SemiBold\'\,_sans-serif\] {
    font-family: Lato\:SemiBold, sans-serif;
  }

  .font-\[\'Vollkorn\:Regular\'\,_sans-serif\] {
    font-family: Vollkorn\:Regular, sans-serif;
  }

  .text-\[14\.667px\] {
    font-size: 14.667px;
  }

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

  .text-\[17\.333px\] {
    font-size: 17.333px;
  }

  .text-\[18\.667px\] {
    font-size: 18.667px;
  }

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

  .text-\[19\.779px\] {
    font-size: 19.779px;
  }

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

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

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

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

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

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

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

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

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

  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }

  .leading-\[21\.333px\] {
    --tw-leading: 21.333px;
    line-height: 21.333px;
  }

  .leading-\[26\.667px\] {
    --tw-leading: 26.667px;
    line-height: 26.667px;
  }

  .leading-\[32\.141px\] {
    --tw-leading: 32.141px;
    line-height: 32.141px;
  }

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

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

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

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

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

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

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

  .text-\[\#3c3c3c\] {
    color: #3c3c3c;
  }

  .text-\[\#18171d\] {
    color: #18171d;
  }

  .text-\[\#060606\] {
    color: #060606;
  }

  .text-\[\#878787\] {
    color: #878787;
  }

  .text-\[\#fffefb\] {
    color: #fffefb;
  }

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2d5277\]:hover {
      background-color: #2d5277;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#9a1a1f\]:hover {
      background-color: #9a1a1f;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f0f0f0\]:hover {
      background-color: #f0f0f0;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f5f5f5\]:hover {
      background-color: #f5f5f5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

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

  @media (hover: hover) {
    .hover\:text-\[\#bd2126\]:hover {
      color: #bd2126;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}


: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);
}

[class*="Cochin"] {
  font-family: Cochin, Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
}

[class*="Futura_PT"] {
  font-family: Futura PT, Futura, Trebuchet MS, Arial, sans-serif;
}

[class*="Lato"] {
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
}

[class*="Vollkorn"] {
  font-family: Vollkorn, Georgia, serif;
}

[data-name="Homepage"] [data-name="text-article"] p[class*="Cochin:Bold"] {
  cursor: pointer;
  transition: color .2s;
}

[data-name="Homepage"] [data-name="text-article"] p[class*="Cochin:Bold"]:hover {
  color: #bd2126;
}

[data-name="Homepage"] [data-name="img"] {
  cursor: pointer;
  overflow: hidden;
}

[data-name="Homepage"] [data-name="img"] img {
  transition: transform .5s;
}

[data-name="Homepage"] [data-name="img"]:hover img {
  transform: scale(1.1);
}

[data-name="Homepage"] [data-name="top - image"] > div[data-name="img"] {
  cursor: pointer;
  overflow: hidden;
}

[data-name="Homepage"] [data-name="top - image"] > div[data-name="img"] img {
  transition: transform .5s;
}

[data-name="Homepage"] [data-name="top - image"] > div[data-name="img"]:hover img {
  transform: scale(1.1);
}

[data-name="Homepage"] [data-name="title + cate"] p[class*="Cochin:Bold"] {
  cursor: pointer;
  transition: color .2s;
}

[data-name="Homepage"] [data-name="title + cate"] p[class*="Cochin:Bold"]:hover {
  color: #bd2126;
}

[data-name="Homepage"] [data-name="left-img"] p[class*="Cochin:Bold"] {
  cursor: pointer;
  transition: color .2s;
}

[data-name="Homepage"] [data-name="left-img"] p[class*="Cochin:Bold"]:hover {
  color: #bd2126;
}

[data-name="Homepage"] [data-name="left-img"] > div {
  cursor: pointer;
  overflow: hidden;
}

[data-name="Homepage"] [data-name="left-img"] > div img {
  transition: transform .5s;
}

[data-name="Homepage"] [data-name="left-img"] > div:hover img {
  transform: scale(1.1);
}

[data-name="Homepage"] .font-\[\'Futura_PT\:Book\'\,_sans-serif\][class*="leading-[1.8]"] p {
  cursor: pointer;
  transition: all .2s;
}

[data-name="Homepage"] .font-\[\'Futura_PT\:Book\'\,_sans-serif\][class*="leading-[1.8]"] p:hover {
  color: #bd2126;
  padding-left: 8px;
}

[data-name="Homepage"] [data-name="cate"] {
  cursor: pointer;
  transition: transform .2s;
}

[data-name="Homepage"] [data-name="cate"]:hover {
  transform: scale(1.05);
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

@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;
}
