/*
Theme Name: Biyuya
Author: Biyuya
Description: Plantilla de WordPress de Biyuya
Version: 1.0.4
*/
@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-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-md: 12px;
    --blur-3xl: 64px;
    --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);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-24 {
    top: calc(var(--spacing) * -24);
  }
  .top-1\/3 {
    top: calc(1/3 * 100%);
  }
  .top-full {
    top: 100%;
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-24 {
    left: calc(var(--spacing) * -24);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/4 {
    left: calc(1/4 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .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;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-150 {
    margin-bottom: calc(var(--spacing) * 150);
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[200px\] {
    margin-bottom: 200px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\!h-11 {
    height: calc(var(--spacing) * 11) !important;
  }
  .\!h-\[50px\] {
    height: 50px !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32rem\] {
    height: 32rem;
  }
  .h-\[36rem\] {
    height: 36rem;
  }
  .h-\[38rem\] {
    height: 38rem;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6\/7 {
    width: calc(6/7 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32rem\] {
    width: 32rem;
  }
  .w-\[36rem\] {
    width: 36rem;
  }
  .w-\[38rem\] {
    width: 38rem;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-4\/6 {
    max-width: calc(4/6 * 100%);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grow\! {
    flex-grow: 1 !important;
  }
  .grow-1 {
    flex-grow: 1;
  }
  .translate-x-6 {
    --tw-translate-x: calc(var(--spacing) * 6);
    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;
  }
  .appearance-none {
    appearance: none;
  }
  .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;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-\[\#1b2622\] {
    background-color: #1b2622;
  }
  .bg-\[\#2a3532\] {
    background-color: #2a3532;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-emerald-200 {
    background-color: var(--color-emerald-200);
  }
  .bg-emerald-600\/20 {
    background-color: color-mix(in srgb, oklch(59.6% 0.145 163.225) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-600) 20%, transparent);
    }
  }
  .bg-emerald-600\/80 {
    background-color: color-mix(in srgb, oklch(59.6% 0.145 163.225) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-600) 80%, transparent);
    }
  }
  .bg-green-500\/20 {
    background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-500) 20%, transparent);
    }
  }
  .bg-purple-500\/20 {
    background-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-purple-500) 20%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-400\/20 {
    background-color: color-mix(in srgb, oklch(85.2% 0.199 91.936) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-yellow-400) 20%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .to-90\% {
    --tw-gradient-to-position: 90%;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .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-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-35 {
    padding-block: calc(var(--spacing) * 35);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .\!pb-8 {
    padding-bottom: calc(var(--spacing) * 8) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[140px\] {
    font-size: 140px;
  }
  .leading-\[1\.22\] {
    --tw-leading: 1.22;
    line-height: 1.22;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#72FF4E\] {
    color: #72FF4E;
  }
  .text-\[var\(--biy-text-color-default\)\] {
    color: var(--biy-text-color-default);
  }
  .text-emerald-300 {
    color: var(--color-emerald-300);
  }
  .text-emerald-400 {
    color: var(--color-emerald-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-white\/40 {
    &::placeholder {
      color: color-mix(in srgb, #fff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.04\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, rgba(255,255,255,0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-white\/10 {
    --tw-ring-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-opacity {
    transition-property: opacity;
    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: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:bg-gradient-to-r {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:from-sky-900 {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: var(--color-sky-900);
      --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));
    }
  }
  .after\:to-sky-700 {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: var(--color-sky-700);
      --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));
    }
  }
  .after\:opacity-90 {
    &::after {
      content: var(--tw-content);
      opacity: 90%;
    }
  }
  .focus\:border-emerald-400\/60 {
    &:focus {
      border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-emerald-400) 60%, transparent);
      }
    }
  }
  .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-emerald-400\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-emerald-400) 20%, transparent);
      }
    }
  }
  .md\:w-\[300px\] {
    @media (width >= 48rem) {
      width: 300px;
    }
  }
  .md\:max-w-\[828px\] {
    @media (width >= 48rem) {
      max-width: 828px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:row-span-3 {
    @media (width >= 64rem) {
      grid-row: span 3 / span 3;
    }
  }
  .lg\:row-span-5 {
    @media (width >= 64rem) {
      grid-row: span 5 / span 5;
    }
  }
  .lg\:my-0 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:my-auto {
    @media (width >= 64rem) {
      margin-block: auto;
    }
  }
  .lg\:mb-\[200px\] {
    @media (width >= 64rem) {
      margin-bottom: 200px;
    }
  }
  .lg\:mb-auto {
    @media (width >= 64rem) {
      margin-bottom: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:h-\[54px\] {
    @media (width >= 64rem) {
      height: 54px;
    }
  }
  .lg\:w-\[50px\] {
    @media (width >= 64rem) {
      width: 50px;
    }
  }
  .lg\:w-\[54px\] {
    @media (width >= 64rem) {
      width: 54px;
    }
  }
  .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\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-5 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-35 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 35);
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .dark\:text-transparent {
    @media (prefers-color-scheme: dark) {
      color: transparent;
    }
  }
}
:root {
  --biy-link-color: #449c71;
  --biy-color-primary: #449C71;
  --biy-color-primary-2: #1C5138;
  --biy-color-neutral-white: #FAFAFA;
  --biy-color-neutral-black: #030605;
  --biy-heading-color: var(--biy-color-neutral-white);
  --biy-text-color-default: var(--biy-color-neutral-white);
  --biy-offset-top: 150px;
}
body {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  background: var(--Neutrals-Dark-mode-black, #1A231E);
  padding-top: 8rem;
  color: var(--biy-text-color-default);
}
a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
h1 {
  color: var(--biy-heading-color);
}
.subheader1 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.heading1 {
  color: var(--biy-heading-color);
  font-family: Montserrat;
  font-size: 30px;
  @media (width >= 64rem) {
    font-size: 60px;
  }
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: balance;
}
.heading1 span {
  color: var(--biy-color-primary);
}
.lead-text {
  color: var(--biy-text-color-default);
  font-family: Montserrat;
  font-size: 14px;
  @media (width >= 64rem) {
    font-size: 30px;
  }
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  span {
    color: var(--biy-color-primary);
  }
}
.join-beta-form {
  display: flex;
  align-items: center;
  height: 40px;
  @media (width >= 64rem) {
    height: 80px;
  }
  max-width: 363px;
  @media (width >= 64rem) {
    max-width: 578px;
  }
  margin: auto;
  margin-bottom: 6rem;
  background-color: var(--biy-color-neutral-black);
  border-radius: 100px;
  border: 1px solid #113323;
  font-size: 14px;
  @media (width >= 64rem) {
    font-size: 20px;
  }
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  input[type="email"] {
    color: var(--biy-color-neutral-white);
    padding-inline: 19px;
    @media (width >= 64rem) {
      padding-inline: 43px;
    }
    height: 100%;
  }
  button {
    color: var(--biy-color-neutral-white);
  }
  button[type="submit"] {
    margin-left: auto;
    height: 100%;
  }
}
.video-wrap {
  position: relative;
  overflow: hidden;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient( to bottom, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 60%) 100% );
  z-index: 1;
}
.home-grid-1 {
  @media (width >= 64rem) {
    height: 800px;
  }
  padding: 20px 0;
  gap: 20px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  @media (width >= 64rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  > div > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .learn-more {
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    span {
      color: var(--Greens-Highlight-1, #449C71);
      font-family: Montserrat;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }
  .card-1 {
    background-color: #1C5138;
    color: var(--color-white);
  }
  .card-2 {
    background-color: #113323;
    justify-content: flex-end;
    flex-grow: 1;
  }
  .card-3 {
    background-color: #D1F0E0;
    color: #030605;
    h3 {
      font-size: 25px !important;
    }
  }
  .card-1, .card-2, .card-3, .card-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: var(--radius-xl);
    padding: calc(var(--spacing) * 6);
    h2,h3 {
      font-family: Montserrat;
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    p {
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
    }
  }
}
.globe-anim-wrapper {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}
.globe-anim-wrapper .bg {
  position: absolute;
  inset: 0;
  background-image: url("./assets/cosmic-background.jpg");
  background-repeat: repeat-x;
  background-size: auto 350%;
  will-change: background-position;
}
.globe-anim-wrapper .globe-anim-section {
  position: relative;
  z-index: 1;
  display: flex;
  place-items: center;
  background: linear-gradient(0, #1A231E 0%, transparent, transparent, #1A231E 100%);
  height: 100%;
  justify-content: center;
}
.globe-anim-section > div:nth-child(1), .globe-anim-section > div:nth-child(3) {
  width: calc(1/4 * 100%);
}
.globe-anim-section > div:nth-child(2) {
  width: calc(1/4 * 100%);
}
.anim-card-hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: .6s;
}
.anim-card-visible {
  opacity: 1;
  transform: translateY(0);
}
.tarjetita {
  border: 2px solid rgba(255,255,255,0.15) !important;
  flex-shrink: 1;
  font-weight: 600;
  border-radius: 1rem;
  color: #fff;
  padding: 1.5rem;
  border: 1px solid rgb(255 255 255 / 5%);
  margin: 1rem;
  backdrop-filter: blur(0.5px) url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20200%20200%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22displace%22%20%20%20%20%20%20%20%20%20%20%20%20color-interpolation-filters%3D%22sRGB%22%20%20%20%20%20%20%20%20%20%20%20%20filterUnits%3D%22objectBoundingBox%22%20%20%20%20%20%20%20%20%20%20%20%20x%3D%22-20%25%22%20y%3D%22-20%25%22%20width%3D%22140%25%22%20height%3D%22140%25%22%3E%3CfeImage%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20preserveAspectRatio%3D%22none%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href%3D%22data%3Aimage%2Fsvg%2Bxml%3Butf8%2C%253Csvg%2520viewBox%253D%25220%25200%2520200%2520200%2522%2520xmlns%253D%2522http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg%2522%253E%250A%2520%2520%253Cdefs%253E%250A%2520%2520%2520%2520%253Cfilter%2520id%253D%2522soft%2522%2520filterUnits%253D%2522objectBoundingBox%2522%2520primitiveUnits%253D%2522objectBoundingBox%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%2522-20%2525%2522%2520y%253D%2522-20%2525%2522%2520width%253D%2522140%2525%2522%2520height%253D%2522140%2525%2522%253E%250A%2520%2520%2520%2520%2520%2520%253CfeGaussianBlur%2520stdDeviation%253D%25220.02%2522%252F%253E%250A%2520%2520%2520%2520%253C%252Ffilter%253E%250A%2520%2520%2520%2520%253ClinearGradient%2520id%253D%2522Y%2522%2520x1%253D%25220%2522%2520x2%253D%25220%2522%2520y1%253D%25222%2525%2522%2520y2%253D%252298%2525%2522%253E%250A%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%25220%2525%2522%2520stop-color%253D%2522%25230F0%2522%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%2522100%2525%2522%2520stop-color%253D%2522%2523000%2522%252F%253E%250A%2520%2520%2520%2520%253C%252FlinearGradient%253E%250A%2520%2520%2520%2520%253ClinearGradient%2520id%253D%2522X%2522%2520x1%253D%25222%2525%2522%2520x2%253D%252298%2525%2522%2520y1%253D%25220%2522%2520y2%253D%25220%2522%253E%250A%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%25220%2525%2522%2520stop-color%253D%2522%2523F00%2522%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%2522100%2525%2522%2520stop-color%253D%2522%2523000%2522%252F%253E%250A%2520%2520%2520%2520%253C%252FlinearGradient%253E%250A%2520%2520%253C%252Fdefs%253E%250A%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520width%253D%2522200%2522%2520height%253D%2522200%2522%2520fill%253D%2522%2523808080%2522%252F%253E%250A%2520%2520%253Cg%2520filter%253D%2522url%2528%2523soft%2529%2522%253E%250A%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520width%253D%2522200%2522%2520height%253D%2522200%2522%2520fill%253D%2522%2523000080%2522%252F%253E%250A%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520width%253D%2522200%2522%2520height%253D%2522200%2522%2520fill%253D%2522url%2528%2523Y%2529%2522%252F%253E%250A%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520width%253D%2522200%2522%2520height%253D%2522200%2522%2520fill%253D%2522url%2528%2523X%2529%2522%252F%253E%250A%2520%2520%2520%2520%253Crect%2520x%253D%252214.2857142857%2522%2520y%253D%252214.2857142857%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522171.4285714286%2522%2520height%253D%2522171.4285714286%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rx%253D%252220%2522%2520ry%253D%252220%2522%2520fill%253D%2522%2523808080%2522%2520filter%253D%2522url%2528%2523soft%2529%2522%252F%253E%250A%2520%2520%253C%252Fg%253E%250A%253C%252Fsvg%253E%250A%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacementMap%22%20%2F%3E%3CfeDisplacementMap%20in%3D%22SourceGraphic%22%20in2%3D%22displacementMap%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22102%22%20xChannelSelector%3D%22R%22%20yChannelSelector%3D%22G%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20values%3D%221%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedR%22%20%2F%3E%3CfeDisplacementMap%20in%3D%22SourceGraphic%22%20in2%3D%22displacementMap%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22101%22%20xChannelSelector%3D%22R%22%20yChannelSelector%3D%22G%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20values%3D%220%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%201%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedG%22%20%2F%3E%3CfeDisplacementMap%20in%3D%22SourceGraphic%22%20in2%3D%22displacementMap%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22100%22%20xChannelSelector%3D%22R%22%20yChannelSelector%3D%22G%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20values%3D%220%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%201%200%200%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedB%22%20%2F%3E%3CfeBlend%20in%3D%22displacedR%22%20in2%3D%22displacedG%22%20mode%3D%22screen%22%20%2F%3E%3CfeBlend%20in2%3D%22displacedB%22%20mode%3D%22screen%22%20%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#displace') blur(1px) brightness(1.1) saturate(1.5);
}
.globe-anim-section > div:nth-child(1) .tarjetita:nth-child(1).anim-card-visible {
  transition-delay: 0ms;
}
.globe-anim-section > div:nth-child(3) .tarjetita:nth-child(1).anim-card-visible {
  transition-delay: 600ms;
}
.globe-anim-section > div:nth-child(1) .tarjetita:nth-child(2).anim-card-visible {
  transition-delay: 1200ms;
}
.globe-anim-section > div:nth-child(3) .tarjetita:nth-child(2).anim-card-visible {
  transition-delay: 1800ms;
}
.efecto-glass {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%), inset 1px 1px 1px #fff3;
  background: linear-gradient(180deg, rgb(61 46 70 / 20%) 35.72%, rgb(30 36 34 / 20%) 100%);
}
.glass-card {
  display: flex;
  & > div {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid var(--Greens-Secondary, #1C5138);
  color: var(--biy-color-neutral-white);
  background: linear-gradient(180deg, rgb(61 46 70 / 20%) 35.72%, rgb(30 36 34 / 20%) 100%);
  h4 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  p {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.glass-card2 {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%), inset 1px 1px 1px #fff3;
  background: rgb(248 242 255 / 10%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 30px 17px 36px 20px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.home-grid-2 {
  height: max-content;
  @media (width >= 64rem) {
    height: 800px;
  }
  padding: 20px 0;
  gap: 20px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  @media (width >= 64rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  @media (width >= 64rem) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  > div {
    padding: 30px 25px 10px;
    > p {
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
    }
  }
  h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
    span {
      color: var(--biy-color-primary);
      font-size: 1.5em;
    }
  }
}
.home-grid-2 > div {
  flex-shrink: 0;
  border-radius: 20px;
  h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.home-grid-2 > div:nth-child(1) {
  background-color: var(--Greens-Highlight-1, #449C71);
}
.home-grid-2 > div:nth-child(2) {
  background-color: var(--Greens-Secondary, #1C5138);
}
.home-grid-2 > div:nth-child(3) {
  padding: 0;
}
.home-grid-2 > div:nth-child(4) {
  background-color: var(--Greens-Highlight-2, #D1F0E0);
  color: var(--biy-color-neutral-black);
  h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    .span {
      color: var(--biy-color-primary);
    }
  }
}
.home-grid-2 > div:nth-child(5) {
  background-color: var(--Greens-Primary, #306F50);
}
.home-grid-2 > div:nth-child(7) {
  background-color: var(--Greens-Primary, #306F50);
}
.bg-rayas-1 {
  background-image: url('./assets/home-grid-1-bg-1.svg'), url("data:image/svg+xml,%3Csvg width='300' height='300' opacity='0.3' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_n_737_2758)'%3E%3Crect y='0' width='300' height='300' fill='%23449C71'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_n_737_2758' x='0' y='0' width='300' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2 2' stitchTiles='stitch' numOctaves='3' result='noise' seed='3649' /%3E%3CfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3E%3CfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3E%3CfeFuncA type='discrete' tableValues='1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3E%3C/feComponentTransfer%3E%3CfeComposite operator='in' in2='shape' in='coloredNoise1' result='noise1Clipped' /%3E%3CfeFlood flood-color='rgba(0, 0, 0, 0.25)' result='color1Flood' /%3E%3CfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3E%3CfeMerge result='effect1_noise_737_2758'%3E%3CfeMergeNode in='shape' /%3E%3CfeMergeNode in='color1' /%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover, 100%;
  background-position: top, center;
}
.bg-rayas-2 {
  background-image: url('./assets/home-grid-2-bg-2.svg');
  background-size: cover;
}
.bg-rayas-3 {
  background-image: url('./assets/home-grid-1-bg-2.svg'), url("data:image/svg+xml,%3Csvg width='300' height='300' opacity='0.3' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_n_737_2758)'%3E%3Crect y='0' width='300' height='300' fill='%23113323'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_n_737_2758' x='0' y='0' width='300' height='300' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2 2' stitchTiles='stitch' numOctaves='3' result='noise' seed='3649' /%3E%3CfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise' /%3E%3CfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3E%3CfeFuncA type='discrete' tableValues='1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '/%3E%3C/feComponentTransfer%3E%3CfeComposite operator='in' in2='shape' in='coloredNoise1' result='noise1Clipped' /%3E%3CfeFlood flood-color='rgba(0, 0, 0, 0.25)' result='color1Flood' /%3E%3CfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1' /%3E%3CfeMerge result='effect1_noise_737_2758'%3E%3CfeMergeNode in='shape' /%3E%3CfeMergeNode in='color1' /%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover, 100%;
  background-position: top, center;
}
.integration-circle {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 25px 23.699px 25px 23px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 300px;
  background: var(--Neutrals-White-Biyuya, #FAFAFA);
  box-shadow: 5px 4px 8.4px 0 #143525;
}
.plan-card {
  border-radius: 20px;
  border: 1px solid var(--Greens-Highlight-1, #449C71);
  background: rgb(0 0 0 / 20%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  .recommended-badge {
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-95px);
    display: flex;
    width: 190px;
    height: 44px;
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 3px solid var(--Bright-Colors-Purple, #88449C);
    background: var(--Neutrals-Pure-Black, #000);
  }
  h3 {
    color: var(--Neutrals-White-Biyuya, #FAFAFA);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .plan-price {
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Greens-Highlight-1, #449C71);
    span:nth-of-type(2) {
      color: var(--Neutrals-White-Biyuya, #FAFAFA);
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
    }
  }
  .btn {
    background: var(--biy-color-neutral-white);
    color: var(--biy-color-primary-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.plan-card.plan-recommended {
  border: 2px solid var(--Gradient-Purple, #88449C);
  background: var(--Gradient-Purple, linear-gradient(180deg, #88449C 0%, #46005A 100%));
  .plan-price {
    color: var(--biy-color-neutral-white);
  }
  .btn {
    background: var(--biy-color-neutral-black);
    color: var(--biy-color-neutral-white);
  }
}
body.blog {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='2206' viewBox='0 0 1920 2206' fill='none'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_502_5929)'%3E%3Cpath d='M-380.66 1243.87C-394.502 801.036 -116.115 396.215 316.825 302.092C538.316 253.94 773.268 215.878 962.215 216C1150.51 216.122 1384.03 253.987 1604.27 301.888C2037.18 396.049 2315.36 801.016 2301.32 1243.83L2277.65 1990H-357.339L-380.66 1243.87Z' fill='url(%23paint0_linear_502_5929)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_502_5929' x='-597.054' y='0.100006' width='3114.78' height='2205.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='107.95' result='effect1_foregroundBlur_502_5929'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_502_5929' x1='960.5' y1='216' x2='960.5' y2='1990' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0770416' stop-color='%2388449C'/%3E%3Cstop offset='0.618623' stop-color='%231A231E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
body.wp-singular {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='2206' viewBox='0 0 1920 2206' fill='none'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_502_5929)'%3E%3Cpath d='M-380.66 1243.87C-394.502 801.036 -116.115 396.215 316.825 302.092C538.316 253.94 773.268 215.878 962.215 216C1150.51 216.122 1384.03 253.987 1604.27 301.888C2037.18 396.049 2315.36 801.016 2301.32 1243.83L2277.65 1990H-357.339L-380.66 1243.87Z' fill='url(%23paint0_linear_502_5929)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_502_5929' x='-597.054' y='0.100006' width='3114.78' height='2205.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='107.95' result='effect1_foregroundBlur_502_5929'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_502_5929' x1='960.5' y1='216' x2='960.5' y2='1990' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0770416' stop-color='%2388449C'/%3E%3Cstop offset='0.618623' stop-color='%231A231E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center 25rem;
  background-repeat: no-repeat;
}
.post-card {
  overflow: hidden;
  border-radius: var(--radius-2xl);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  background: rgb(0 0 0 / 14%);
  border: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
}
.post-card:hover {
  border: 1px solid var(--Greens-Gradient, #449C71);
  box-shadow: 1px 1px 15px rgba(255,255,255,0.1), inset 2px 2px 20px rgba(255,255,255,0.2);
  background: rgba(0, 0, 0, 0.14);
  .post-title {
    transform: translateY(-5px);
  }
}
.post-card .post-title {
  margin-bottom: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  font-size: 30px;
  color: var(--biy-color-primary);
  line-height: 35px;
  margin-bottom: 10px;
  transition: transform ease .5s;
}
.post-card .post-excerpt {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--color-gray-600);
  font-size: 18px;
}
.post-card .post-content {
  padding: 25px 39px 45px;
}
article.post {
  z-index: 1;
}
article.post .title {
  color: var(--Neutrals-White-Biyuya, #FAFAFA);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  z-index: 10;
  position: relative;
  font-size: 40px;
  @media (width >= 64rem) {
    font-size: 80px;
  }
}
article.post .excerpt {
  color: var(--Neutrals-White-Biyuya, #FAFAFA);
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4rem;
}
article.post .post-category-list, article.post-card .post-category-list {
  display: inline-flex;
  padding: 5px 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  border: 1px solid var(--Neutrals-Black-Biyuya, #030605);
  background: var(--Neutrals-Pure-Black, #000);
  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, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
article.post-card .post-category-list {
  justify-content: flex-start;
}
article.post .post-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #1A231E;
}
article.post .post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
article.post .post-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #1A231E 86.93%);
}
.wp-block-categories-list, .wp-block-latest-posts__list, .wp-block-archives-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-categories-list li, .wp-block-latest-posts__list li, .wp-block-archives-list li {
  display: grid;
  grid-template-columns: var(--bullet-w, 1.2em) 1fr;
  column-gap: var(--gap, .5em);
  align-items: start;
  margin: .25em 0;
}
.wp-block-categories-list li::before, .wp-block-latest-posts__list li::before, .wp-block-archives-list li::before {
  content: "▻";
  color: currentColor;
  line-height: 1;
  display: inline-block;
  width: var(--bullet-w, 1.2em);
  text-align: center;
}
.wp-block-latest-posts__list li::before {
  content: "⇢";
}
.wp-block-group .wp-block-heading {
  margin-top: 0;
}
.wp-block-heading {
  color: var(--Neutrals-White-Biyuya, #FAFAFA);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}
.wp-block-group.glass-card2, .wp-block-column.glass-card2 {
  padding: 30px 20px;
  align-items: flex-start;
}
.lens-area {
  position: relative;
  overflow: hidden;
  --x: -9999px;
  --y: -9999px;
  --size: 200px;
  background: url("./assets/sparks.gif");
  background-position-x: calc(var(--x) - var(--size));
  background-position-y: valc(var(--y) - (var(--size) * 3));
  background-repeat: no-repeat;
  transition: background-position .1s cubic-bezier(.2,.65,.25,1);
}
.lens-area > div {
  backdrop-filter: blur(20px) url('data:image/svg+xml;utf8,%3Csvg%20height%3D%22200%22%20width%3D%22400%22%20viewBox%3D%220%200%20200%20400%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20id%3D%22displace%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeImage%20x%3D%220%22%20y%3D%220%22%20height%3D%22auto%22%20width%3D%22400%22%20href%3D%22data%3Aimage%2Fsvg%2Bxml%3Butf8%2C%253Csvg%2520height%253D%2522200%2522%2520width%253D%2522200%2522%2520viewBox%253D%25220%25200%2520200%2520200%2522%2520xmlns%253D%2522http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg%2522%253E%250A%2520%2520%2520%2520%253Cstyle%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520.mix%2520%257B%2520mix-blend-mode%253A%2520screen%253B%2520%257D%250A%2520%2520%2520%2520%253C%252Fstyle%253E%250A%2520%2520%2520%2520%253Cdefs%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253ClinearGradient%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%253D%2522Y%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x1%253D%25220%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x2%253D%25220%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y1%253D%25222%2525%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y2%253D%252298%2525%2522%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%25220%2525%2522%2520stop-color%253D%2522%25230F0%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%2522100%2525%2522%2520stop-color%253D%2522%2523000%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FlinearGradient%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253ClinearGradient%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%253D%2522X%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x1%253D%25222%2525%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x2%253D%252298%2525%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y1%253D%25220%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y2%253D%25220%2522%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%25220%2525%2522%2520stop-color%253D%2522%2523F00%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%2522100%2525%2522%2520stop-color%253D%2522%2523000%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FlinearGradient%253E%250A%2520%2520%2520%2520%253C%252Fdefs%253E%250A%250A%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520height%253D%2522200%2522%2520width%253D%2522200%2522%2520fill%253D%2522%2523808080%2522%2520%252F%253E%250A%2520%2520%2520%2520%253Cg%2520filter%253D%2522blur%282px%29%2522%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520height%253D%2522200%2522%2520width%253D%2522200%2522%2520fill%253D%2522%2523000080%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520height%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%253D%2522url%28%2523Y%29%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520class%253D%2522mix%2522%250A%2520%2520%2520%2520%2520%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520height%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%253D%2522url%28%2523X%29%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520class%253D%2522mix%2522%250A%2520%2520%2520%2520%2520%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%252214.285714285714286%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%253D%252214.285714285714286%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520height%253D%2522171.42857142857142%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522171.42857142857142%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%253D%2522%2523808080%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rx%253D%252220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ry%253D%252220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520filter%253D%2522blur%2814.285714285714286px%29%2522%250A%2520%2520%2520%2520%2520%2520%252F%253E%250A%2520%2520%2520%2520%253C%252Fg%253E%250A%253C%252Fsvg%253E%22%20result%3D%22displacementMap%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeDisplacementMap%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20transform-origin%3D%22center%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%3D%22SourceGraphic%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in2%3D%22displacementMap%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22102%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20xChannelSelector%3D%22R%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yChannelSelector%3D%22G%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%0A%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22matrix%22%0A%20%20%20%20%20%20%20%20%20%20%20%20values%3D%221%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%0A%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedR%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeDisplacementMap%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%3D%22SourceGraphic%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in2%3D%22displacementMap%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22101%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20xChannelSelector%3D%22R%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yChannelSelector%3D%22G%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%0A%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22matrix%22%0A%20%20%20%20%20%20%20%20%20%20%20%20values%3D%220%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%201%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%0A%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedG%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeDisplacementMap%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%3D%22SourceGraphic%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in2%3D%22displacementMap%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22100%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20xChannelSelector%3D%22R%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yChannelSelector%3D%22G%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22matrix%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20values%3D%220%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%201%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedB%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20in%3D%22displacedR%22%20in2%3D%22displacedG%22%20mode%3D%22screen%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20in2%3D%22displacedB%22%20mode%3D%22screen%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E#displace') blur(1px) brightness(1.1) saturate(1.5);
}
.all-scan-holder {
  margin-bottom: 8rem;
}
.scan {
  background-image: url("https://cdn.prod.website-files.com/65f1e383404653aba7addb11/65f1e383404653aba7addbcd_Noise.png"),radial-gradient(circle at 50% 100%,#4AC72A,#449c71 38%,#306f50 83%,#024f2b);
  background-position: 0 0,0 0;
  background-size: auto,auto;
  border-radius: 22px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 5px 9px 100px #0000004d;
}
.scan-content-holder {
  z-index: 4;
  row-gap: 12px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
  width: 100%;
}
.scan-title {
  width: 100%;
  max-width: 700px;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  @media (width >= 64rem) {
    font-size: 58px;
  }
  --tw-font-weight: 600;
  font-weight: 600;
  @media (width >= 64rem) {
    --tw-font-weight: 700;
    font-weight: 700;
  }
}
.scan-paragraph {
  color: #ffffffb3;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  @media (width >= 64rem) {
    font-size: 30px;
  }
  text-wrap: balance;
}
.scan-icon-holder {
  z-index: 4;
  width: 180px;
  margin-top: -129px;
  position: relative;
  top: 90px;
}
.scan-icon {
  width: 100%;
  border-radius: 0.5rem;
}
.circle-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -63%;
}
.circle {
  opacity: .2;
  border: 1px solid #fff;
  border-radius: 10000px;
  width: 300px;
  height: 300px;
}
.circle._02 {
  opacity: .15;
  border-radius: 500px;
  width: 450px;
  height: 450px;
  position: absolute;
}
.circle._03 {
  opacity: .1;
  width: 600px;
  height: 600px;
  position: absolute;
}
.circle._04 {
  opacity: .05;
  width: 750px;
  height: 750px;
  position: absolute;
}
.circle-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
#scan-for-download {
  .scan-content-holder {
    transition: all ease .75s;
    transform: scale3d(0.75,0.75,0.75);
    opacity: 0;
  }
  .circle {
    transition: all ease 1.5s;
    transform-style: preserve-3d;
  }
  .scan-icon-holder {
    transition: all ease 1s;
    transform: scale3d(1.5,1.5,1.5);
  }
  .circle:nth-of-type(1) {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }
  .circle:nth-of-type(2) {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }
  .circle:nth-of-type(3) {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }
  .circle:nth-of-type(4) {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.3, 0.3, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(0.3, 0.3, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(0.3, 0.3, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(0.3, 0.3, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }
  &.footer-anim-visible {
    .scan-content-holder, .circle-wrapper, .scan-icon-holder {
      transform: scale3d(1,1,1);
      opacity: 1;
    }
    .circle {
      -webkit-transform: scale3d(1,1,1);
      -moz-transform: scale3d(1,1,1);
      -ms-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1);
      opacity: 0.2;
    }
    .scan-content-holder {
      transition-delay: 400ms;
    }
  }
}
footer {
  background-color: #00000040;
  color: var(--biy-color-neutral-white);
}
footer .logo {
  height: 30px;
  width: auto;
}
footer .copyright {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: #A2A2A2;
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: #A2A2A2;
}
footer .nav-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  @media (width >= 64rem) {
    font-size: 30px;
  }
  margin-bottom: 10px;
  @media (width >= 64rem) {
    margin-bottom: 40px;
  }
}
footer .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  @media (width >= 64rem) {
    gap: 30px;
  }
}
footer .menu .menu-item {
  font-family: Montserrat;
  font-size: 14px;
  @media (width >= 64rem) {
    font-size: 20px;
  }
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .container > div > div:nth-child(1) {
  grid-column: span 2 / span 2;
  @media (width >= 64rem) {
    grid-column: span 1 / span 1;
  }
  img {
    margin-inline: auto;
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
}
footer .container > div > div:nth-child(2) {
  display: none;
  @media (width >= 64rem) {
    display: inline-block;
  }
}
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  backgroud-color: #fff3;
  padding: 15px 0 13px;
  .logo {
    height: 26px;
  }
}
.page-header .main-nav {
  background: #0009;
  border-radius: 100px;
  height: 80px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%), inset 1px 1px 1px #fff3;
  color: var(--biy-color-neutral-white);
  backdrop-filter: blur(5px);
  display: flex;
  z-index: 100;
  position: relative;
}
.page-header .btn-search {
  display: flex;
  width: 40px;
  @media (width >= 64rem) {
    width: 60px;
  }
  height: 40px;
  @media (width >= 64rem) {
    height: 60px;
  }
  padding: 8px;
  @media (width >= 64rem) {
    padding: 20px;
  }
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--biy-color-neutral-black);
  color: var(--biy-color-neutral-white);
  box-shadow: inset 2px 0 0 #fff3, inset -1px 0 0 #fff3;
  transition: background ease .5s;
  &:hover {
    background: var(--biy-color-primary);
  }
}
nav.main-nav ul li {
  color: var(--biy-color-neutral-white);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
#mobile-menu .main-nav {
  padding-left: 32px;
}
#mobile-menu .main-nav ul li {
  margin-bottom: 30px;
}
.menu-opened {
  background-color: rgb(0 0 0 / 20%);
  height: 100dvh;
  color: var(--biy-color-neutral-white);
}
.container {
  margin-inline: auto;
  max-width: 1670px;
  padding-inline: calc(var(--spacing) * 4);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.wp-block-heading {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wp-block-separator {
  border: none;
  border-top: 2px solid #ccc;
  margin: 3rem auto;
  max-width: 6rem;
  opacity: 0.6;
}
.sidebar-affix-ad {
  position: sticky;
  top: 50px;
}
.newsletter-form {
  display: flex;
  gap: 1rem;
}
.biy-input {
  width: 100%;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  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, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:focus {
    border-color: var(--color-blue-500);
  }
  &: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 {
    --tw-ring-color: var(--color-blue-500);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.btn {
  padding: 0 25px;
  position: relative;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  background: var(--Greens-Gradient, linear-gradient(180deg, #449C71 0%, #306F50 100%));
}
.top-banner {
  color: var(--Greens-Highlight-1, #449C71);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-section {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%), inset 1px 1px 1px #fff3;
  background: rgb(248 242 255 / 10%);
  overflow: hidden;
  margin-inline: auto;
  width: max-content;
  @media (width >= 64rem) {
    width: 100%;
  }
  > * {
    margin: auto;
  }
}
.card-inverse .elementor-image-box-content > .elementor-image-box-title {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card-inverse .elementor-image-box-content > .elementor-image-box-description {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-dark {
  background: rgba(0, 0, 0, 0.20);
  border-radius: 0;
}
.staff-name {
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.staff-role {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.heading45 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: balance;
}
.contact-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  @media (width >= 64rem) {
    font-size: 30px;
  }
  font-style: normal;
  font-weight: 600;
  --tw-leading: 20px;
  line-height: 20px;
  @media (width >= 64rem) {
    --tw-leading: 34px;
    line-height: 34px;
  }
  letter-spacing: -0.5px;
}
.contact-text {
  color: rgba(255,255,255,0.7);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  @media (width >= 64rem) {
    font-size: 24px;
  }
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.bg-blobs-colores {
  background-image: url('./assets/blobs-colores.svg');
  background-repeat: no-repeat;
}
.scroll-vertical {
  height: 1.15em;
  overflow: hidden;
}
.scroll-vertical-2x {
  height: 3em;
}
.scroll-vertical-3x {
  height: 4.15em;
}
.scroll-content {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}
.scroll-vertical:hover .scroll-content {
  transform: translateY(calc(-100% + 1.15em));
}
.tarjetita:hover .scroll-content {
  transform: translateY(calc(-100% + 1.15em));
}
.tarjetita:hover .scroll-vertical-2x .scroll-content {
  transform: translateY(calc(-100% + 3em));
}
.tarjetita:hover .scroll-vertical-3x .scroll-content {
  transform: translateY(calc(-100% + 4.15em));
}
.text-primary {
  color: var(--biy-color-primary);
}
.cosito-1 {
  position: relative;
  width: 300px;
  padding: 20px;
  border-radius: 16px;
  color: white;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: backdrop-filter 0.4s ease, background 0.4s ease;
  --glow-size: 55%;
  --neon: #39ff14;
  --neon-2: #00ffa5;
}
.cosito-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./assets/sparks2.gif');
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
}
.cosito-1:hover {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.15);
  color: var(--biy-color-neutral-white) !important;
}
.cosito-1:hover::before {
  opacity: 1;
}
.cosito-2 {
  --x: -9999px;
  --y: -9999px;
  --size: 100px;
  background: url("./assets/sparks2.gif");
  background-position-x: calc(var(--x) - var(--size));
  background-position-y: valc(var(--y) - (var(--size) * 3));
  background-repeat: no-repeat;
  transition: background-position .1s cubic-bezier(.2,.65,.25,1);
}
.cosito-2 > div {
  backdrop-filter: blur(20px) url('data:image/svg+xml;utf8,%3Csvg%20height%3D%22200%22%20width%3D%22400%22%20viewBox%3D%220%200%20200%20400%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20id%3D%22displace%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeImage%20x%3D%220%22%20y%3D%220%22%20height%3D%22auto%22%20width%3D%22400%22%20href%3D%22data%3Aimage%2Fsvg%2Bxml%3Butf8%2C%253Csvg%2520height%253D%2522200%2522%2520width%253D%2522200%2522%2520viewBox%253D%25220%25200%2520200%2520200%2522%2520xmlns%253D%2522http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg%2522%253E%250A%2520%2520%2520%2520%253Cstyle%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520.mix%2520%257B%2520mix-blend-mode%253A%2520screen%253B%2520%257D%250A%2520%2520%2520%2520%253C%252Fstyle%253E%250A%2520%2520%2520%2520%253Cdefs%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253ClinearGradient%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%253D%2522Y%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x1%253D%25220%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x2%253D%25220%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y1%253D%25222%2525%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y2%253D%252298%2525%2522%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%25220%2525%2522%2520stop-color%253D%2522%25230F0%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%2522100%2525%2522%2520stop-color%253D%2522%2523000%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FlinearGradient%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253ClinearGradient%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520id%253D%2522X%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x1%253D%25222%2525%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x2%253D%252298%2525%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y1%253D%25220%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y2%253D%25220%2522%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%25220%2525%2522%2520stop-color%253D%2522%2523F00%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253Cstop%2520offset%253D%2522100%2525%2522%2520stop-color%253D%2522%2523000%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%2520%2520%253C%252FlinearGradient%253E%250A%2520%2520%2520%2520%253C%252Fdefs%253E%250A%250A%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520height%253D%2522200%2522%2520width%253D%2522200%2522%2520fill%253D%2522%2523808080%2522%2520%252F%253E%250A%2520%2520%2520%2520%253Cg%2520filter%253D%2522blur%282px%29%2522%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%2520x%253D%25220%2522%2520y%253D%25220%2522%2520height%253D%2522200%2522%2520width%253D%2522200%2522%2520fill%253D%2522%2523000080%2522%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520height%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%253D%2522url%28%2523Y%29%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520class%253D%2522mix%2522%250A%2520%2520%2520%2520%2520%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%253D%25220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520height%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522200%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%253D%2522url%28%2523X%29%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520class%253D%2522mix%2522%250A%2520%2520%2520%2520%2520%2520%252F%253E%250A%2520%2520%2520%2520%2520%2520%253Crect%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520x%253D%252214.285714285714286%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520y%253D%252214.285714285714286%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520height%253D%2522171.42857142857142%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520width%253D%2522171.42857142857142%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520fill%253D%2522%2523808080%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520rx%253D%252220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520ry%253D%252220%2522%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520filter%253D%2522blur%2814.285714285714286px%29%2522%250A%2520%2520%2520%2520%2520%2520%252F%253E%250A%2520%2520%2520%2520%253C%252Fg%253E%250A%253C%252Fsvg%253E%22%20result%3D%22displacementMap%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeDisplacementMap%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20transform-origin%3D%22center%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%3D%22SourceGraphic%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in2%3D%22displacementMap%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22102%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20xChannelSelector%3D%22R%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yChannelSelector%3D%22G%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%0A%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22matrix%22%0A%20%20%20%20%20%20%20%20%20%20%20%20values%3D%221%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%0A%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedR%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeDisplacementMap%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%3D%22SourceGraphic%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in2%3D%22displacementMap%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22101%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20xChannelSelector%3D%22R%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yChannelSelector%3D%22G%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%0A%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22matrix%22%0A%20%20%20%20%20%20%20%20%20%20%20%20values%3D%220%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%201%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%0A%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedG%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeDisplacementMap%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%3D%22SourceGraphic%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in2%3D%22displacementMap%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20scale%3D%22100%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20xChannelSelector%3D%22R%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yChannelSelector%3D%22G%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%3D%22matrix%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20values%3D%220%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%201%200%200%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%200%200%200%201%200%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20result%3D%22displacedB%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20in%3D%22displacedR%22%20in2%3D%22displacedG%22%20mode%3D%22screen%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20in2%3D%22displacedB%22%20mode%3D%22screen%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E#displace') blur(1px) brightness(1.1) saturate(1.5);
}
.social-links {
  display: flex;
  justify-content: center;
  gap: calc(var(--spacing) * 5);
  margin-top: 1.5rem;
}
.social-links a {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 300px;
  background: rgba(0, 0, 0, 0.14);
  box-shadow: inset 2px 0 0 #fff3, inset -1px 0 0 #fff3;
}
.grid-categorias {
  margin: auto;
  display: grid;
  height: max-content;
  max-width: 90%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: calc(var(--spacing) * 5);
  @media (width >= 64rem) {
    width: max-content;
  }
  @media (width >= 64rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  @media (width >= 64rem) {
    padding: calc(var(--spacing) * 0);
  }
  column-gap: 50px;
  row-gap: 20px;
  & > div {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100%;
    background: var(--Neutrals-Pure-White, #FFF);
    cursor: pointer;
    transition: all .3s;
    svg {
      fill: none;
    }
    &:hover {
      transform: translateY(-10px);
      box-shadow: -4px -4px 10px 0 rgba(169, 255, 147, 0.70), 4px 4px 10px 0 rgba(169, 255, 147, 0.70);
    }
  }
  & div.plus {
    background: var(--Greens-Primary, #306F50);
  }
}
.bg-neon-violeta {
  background-image: url('./assets/blob-neon-violeta.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--biy-color-primary);
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2;
}
.glass-card-1 {
  background: linear-gradient(180deg, rgba(61, 46, 70, 0.20) 35.72%, rgba(30, 36, 34, 0.20) 100%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.flyer-dot {
  background: #22d3ee;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.flyer-dot:hover {
  transform: scale(1.2);
}
.card-deck {
  transition: transform 0.3s ease-in-out 0.1s;
  --magia-cosmica: 50px;
  transition-delay: 200ms;
}
.card-deck > img {
  position: absolute;
  transition: transform 0.3s ease-in-out 0.1s;
}
.card-deck > img:nth-child(1) {
  --coso: 1;
  --pepe: -150px;
}
.card-deck > img:nth-child(2) {
  --coso: 2;
  --pepe: -75px;
}
.card-deck > img:nth-child(3) {
  --coso: 3;
  --pepe: 0;
}
.card-deck > img:nth-child(4) {
  --coso: 4;
  --pepe: 75px;
}
.card-deck > img:nth-child(5) {
  --coso: 5;
  --pepe: 150px;
}
.card-deck:hover {
  transform: rotatex(-43deg) rotateZ(-43deg) translateZ(-5em) translateX(-200px) translateY(100px);
  transform-style: preserve-3d;
  transition-delay: 0;
}
.card-deck:hover > img {
  transition-delay: 300ms;
  transform: translateX(var(--pepe)) translateY(calc(var(--pepe) * -1));
}
.share-post-card {
  margin-inline: auto;
  margin-block: calc(var(--spacing) * 8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 5);
  overflow: hidden;
  border-radius: var(--radius-2xl);
  padding: calc(var(--spacing) * 4);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  background: rgb(0 0 0 / 14%);
  border: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  p {
    color: var(--biy-color-primary);
  }
}
.share-links {
  display: flex;
  gap: .75rem;
}
.share-btn {
  width: 40px;
  @media (width >= 64rem) {
    width: 60px;
  }
  height: 40px;
  @media (width >= 64rem) {
    height: 60px;
  }
  padding: 8px;
  @media (width >= 64rem) {
    padding: 20px;
  }
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--biy-color-neutral-black);
  color: var(--biy-color-neutral-white);
  box-shadow: inset 2px 0 0 #fff3, inset -1px 0 0 #fff3;
  transition: background ease .5s;
  &:hover {
    background: var(--biy-color-primary);
  }
  svg {
    width: 32px;
    height: 32px;
  }
}
@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;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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: 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;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-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;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
