/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme,
base,
components,
utilities;

@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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 {
  ::-webkit-backdrop {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  *,
  ::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%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    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 {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
  }

  ::-webkit-input-placeholder {
    opacity: 1;
  }

  ::-moz-placeholder {
    opacity: 1;
  }

  :-ms-input-placeholder {
    opacity: 1;
  }

  ::-ms-input-placeholder {
    opacity: 1;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-webkit-input-placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    ::-moz-placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    :-ms-input-placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    ::-ms-input-placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    ::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 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

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

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

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

  .top-\[calc\(100\%\+6px\)\] {
    top: calc(100% + 6px);
  }

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

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

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

  .col-span-2 {
    grid-column: 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;
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

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

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

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

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

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

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

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

  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }

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

  .mb-\[14px\] {
    margin-bottom: 14px;
  }

  .mb-\[18px\] {
    margin-bottom: 18px;
  }

  .mb-\[34px\] {
    margin-bottom: 34px;
  }

  .mb-\[37px\] {
    margin-bottom: 37px;
  }

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

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .\!w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

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

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

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

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

  .w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

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

  .min-w-15 {
    min-width: calc(var(--spacing) * 15);
  }

  .-rotate-90 {
    rotate: calc(90deg * -1);
  }

  .rotate-90 {
    rotate: 90deg;
  }

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

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-\[1fr_24px\] {
    grid-template-columns: 1fr 24px;
  }

  .grid-cols-\[24px_1fr_24px\] {
    grid-template-columns: 24px 1fr 24px;
  }

  .grid-cols-\[24px_1fr_32px_24px\] {
    grid-template-columns: 24px 1fr 32px 24px;
  }

  .grid-cols-\[110px_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .ellipsis {
    max-width: 20ch;
  }

  .ellipsis>span {
    white-space: nowrap;
    overflow: hidden;
  }

  .ellipsis>svg {
    min-width: 24px;
  }

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

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

  .justify-start {
    justify-content: flex-start;
  }

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

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

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

  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-full {
    border-radius: calc(infinity * 1px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(230\,230\,230\,1\)\] {
    border-color: rgba(230, 230, 230, 1);
  }

  .border-b-\[\#E6E6E6\] {
    border-bottom-color: #E6E6E6;
  }

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

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

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

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

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

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

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

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

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

  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

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

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

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

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

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

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

  .px-7\.5 {
    padding-inline: calc(var(--spacing) * 7.5);
  }

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

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

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

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

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

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

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-11 {
    padding-block: calc(var(--spacing) * 11);
  }

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

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

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

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

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

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

  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }

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

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

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

  .pt-\[33px\] {
    padding-top: 33px;
  }

  .pt-\[44px\] {
    padding-top: 44px;
  }

  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

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

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }

  .pl-\[30px\] {
    padding-left: 30px;
  }

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

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

  .leading-11 {
    --tw-leading: calc(var(--spacing) * 11);
    line-height: calc(var(--spacing) * 11);
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-\[rgba\(114\,114\,114\,1\)\] {
    color: rgba(114, 114, 114, 1);
  }

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

  .filter {
    -webkit-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: 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, );
  }

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

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

  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }

  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

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

  .last\:border-none {
    &:last-child {
      --tw-border-style: none;
      border-style: none;
    }
  }

  .focus-within\:border-\[\#2D68FF\] {
    &:focus-within {
      border-color: #2D68FF;
    }
  }

  .hover\:border-\[\#1B1B1B\] {
    &:hover {
      @media (hover: hover) {
        border-color: #1B1B1B;
      }
    }
  }

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

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

  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }

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

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

  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }

  .focus\:border-none {
    &:focus {
      --tw-border-style: none;
      border-style: none;
    }
  }

  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }

  .xl\:mt-0 {
    @media (width >=80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .xl\:mt-3 {
    @media (width >=80rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }

  .xl\:mb-0 {
    @media (width >=80rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .xl\:mb-3 {
    @media (width >=80rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }

  .xl\:mb-\[26px\] {
    @media (width >=80rem) {
      margin-bottom: 26px;
    }
  }

  .xl\:\!hidden {
    @media (width >=80rem) {
      display: none !important;
    }
  }

  .xl\:block {
    @media (width >=80rem) {
      display: block;
    }
  }

  .xl\:flex {
    @media (width >=80rem) {
      display: flex;
    }
  }

  .xl\:grid {
    @media (width >=80rem) {
      display: grid;
    }
  }

  .xl\:hidden {
    @media (width >=80rem) {
      display: none;
    }
  }

  .xl\:inline-block {
    @media (width >=80rem) {
      display: inline-block;
    }
  }

  .xl\:h-\[180px\] {
    @media (width >=80rem) {
      height: 180px;
    }
  }

  .xl\:w-\[104px\] {
    @media (width >=80rem) {
      width: 104px;
    }
  }

  .xl\:w-\[482px\] {
    @media (width >=80rem) {
      width: 482px;
    }
  }

  .xl\:w-\[552px\] {
    @media (width >=80rem) {
      width: 552px;
    }
  }

  .xl\:w-\[654px\] {
    @media (width >=80rem) {
      width: 654px;
    }
  }

  .xl\:w-\[880px\] {
    @media (width >=80rem) {
      width: 880px;
    }
  }

  .xl\:w-\[1240px\] {
    @media (width >=80rem) {
      width: 1240px;
    }
  }

  .xl\:w-fit {
    @media (width >=80rem) {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
  }

  .xl\:max-w-none {
    @media (width >=80rem) {
      max-width: none;
    }
  }

  .xl\:grid-cols-2 {
    @media (width >=80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .xl\:grid-cols-3 {
    @media (width >=80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .xl\:grid-cols-4 {
    @media (width >=80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .xl\:grid-cols-\[1fr_231px\] {
    @media (width >=80rem) {
      grid-template-columns: 1fr 231px;
    }
  }

  .xl\:grid-cols-\[130px_1fr\] {
    @media (width >=80rem) {
      grid-template-columns: 130px 1fr;
    }
  }

  .xl\:grid-cols-\[326px_880px\] {
    @media (width >=80rem) {
      grid-template-columns: 326px 880px;
    }
  }

  .xl\:grid-cols-\[880px_326px\] {
    @media (width >=80rem) {
      grid-template-columns: 880px 326px;
    }
  }

  .xl\:grid-cols-\[326px_880px\] {
    @media (width >=80rem) {
      grid-template-columns: 326px 880px;
    }
  }

  .xl\:flex-col {
    @media (width >=80rem) {
      flex-direction: column;
    }
  }

  .xl\:flex-row {
    @media (width >=80rem) {
      flex-direction: row;
    }
  }

  .xl\:items-center {
    @media (width >=80rem) {
      align-items: center;
    }
  }

  .xl\:gap-3 {
    @media (width >=80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }

  .xl\:gap-\[34px\] {
    @media (width >=80rem) {
      gap: 34px;
    }
  }

  .xl\:truncate {
    @media (width >=80rem) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  .xl\:rounded-\[24px\] {
    @media (width >=80rem) {
      border-radius: 24px;
    }
  }

  .xl\:px-0 {
    @media (width >=80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .xl\:px-\[0\] {
    @media (width >=80rem) {
      padding-inline: 0;
    }
  }

  .xl\:px-\[30px\] {
    @media (width >=80rem) {
      padding-inline: 30px;
    }
  }

  .xl\:pt-0 {
    @media (width >=80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  .xl\:pt-6 {
    @media (width >=80rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }

  .xl\:pt-\[34px\] {
    @media (width >=80rem) {
      padding-top: 34px;
    }
  }

  .xl\:pb-2\.5 {
    @media (width >=80rem) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }

  .xl\:pb-\[34px\] {
    @media (width >=80rem) {
      padding-bottom: 34px;
    }
  }

  .xl\:pl-10 {
    @media (width >=80rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }

  .xl\:pl-\[60px\] {
    @media (width >=80rem) {
      padding-left: 60px;
    }
  }
}

.font-inter {
  font-family: "Inter", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  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)))) {
    ::-webkit-backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

.wpcf7-form-control-wrap {
  display: flex;
}

.wpcf7-response-output {
  border-radius: 1rem;
}

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

.wpcf7-not-valid-tip {
  font-size: 12px;
  white-space: nowrap;
  padding-top: 12px;
}

div.post-content .my-0 {
  margin: 1rem 0;
}

.related-post-inside {
  margin: 2rem 0 !important;
}

.post-content>p {
  margin: 1rem 0;
}

#respond .logged-in-as,
#commentform .comment-notes {
  display: none !important;
}

#respond {
  color: #757575;
}


.wpulike-heart button.wp_ulike_btn {
  padding: 8px;
}

.wp_ulike_general_class {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.wpulike-heart .wp_ulike_put_image::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4667 2.65808C12.58 2.65808 14 4.64475 14 6.49808C14 10.2514 8.10667 13.3247 8 13.3247C7.89333 13.3247 2 10.2514 2 6.49808C2 4.64475 3.42 2.65808 5.53333 2.65808C6.74667 2.65808 7.54 3.26475 8 3.79808C8.46 3.26475 9.25333 2.65808 10.4667 2.65808Z' fill='%23727272' stroke='%23727272' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.count-box {
  font-size: var(--text-xs) !important;
  font-weight: 400 !important;
  color: #727272 !important;
}

.single-page-heart-big .wpulike-heart .wp_ulike_put_image::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7 3.98438C18.87 3.98438 21 6.96437 21 9.74437C21 15.3744 12.16 19.9844 12 19.9844C11.84 19.9844 3 15.3744 3 9.74437C3 6.96437 5.13 3.98438 8.3 3.98438C10.12 3.98438 11.31 4.89437 12 5.69437C12.69 4.89437 13.88 3.98438 15.7 3.98438Z' fill='%23f1f1f1' stroke='%23777'/%3E%3C/svg%3E");
  height: 25px;
  width: 25px;
  -webkit-filter: none !important;
  filter: none !important;
}

.single-page-heart-big .wpulike-heart .wp_ulike_is_liked .wp_ulike_put_image::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7 3.98438C18.87 3.98438 21 6.96437 21 9.74437C21 15.3744 12.16 19.9844 12 19.9844C11.84 19.9844 3 15.3744 3 9.74437C3 6.96437 5.13 3.98438 8.3 3.98438C10.12 3.98438 11.31 4.89437 12 5.69437C12.69 4.89437 13.88 3.98438 15.7 3.98438Z' fill='red' stroke='none'/%3E%3C/svg%3E");
}

.single-page-heart-big .count-box {
  padding-left: 8px !important;
}

.img-sq {
  display: block;
  flex: 1;
  height: auto;
}

.img-sq img {
  aspect-ratio: 1/1;
  height: auto !important;
}

img.square,
.square img {
  aspect-ratio: 1/1;
  height: auto !important;
}

@media only screen and (max-width: 760px) {
  .sm\:hidden {
    display: none;
  }
}