/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-color-black: #000;
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-font-weight-medium: 500;
    --tw-font-weight-semibold: 600;
    --tw-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    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;
    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 {
  .tw\:absolute {
    position: absolute !important;
  }
  .tw\:relative {
    position: relative !important;
  }
  .tw\:inset-0 {
    inset: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:top-0 {
    top: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:top-\[-5px\] {
    top: -5px !important;
  }
  .tw\:right-0 {
    right: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:right-\[-8px\] {
    right: -8px !important;
  }
  .tw\:bottom-0 {
    bottom: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:left-0 {
    left: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .tw\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .tw\:\!m-0 {
    margin: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:m-0 {
    margin: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:mx-auto {
    margin-inline: auto !important;
  }
  .tw\:mt-\[5px\] {
    margin-top: 5px !important;
  }
  .tw\:mt-\[7px\] {
    margin-top: 7px !important;
  }
  .tw\:mt-\[100px\] {
    margin-top: 100px !important;
  }
  .tw\:mb-\[10px\] {
    margin-bottom: 10px !important;
  }
  .tw\:flex {
    display: flex !important;
  }
  .tw\:grid {
    display: grid !important;
  }
  .tw\:h-\[12px\] {
    height: 12px !important;
  }
  .tw\:h-\[16vw\] {
    height: 16vw !important;
  }
  .tw\:h-\[36px\] {
    height: 36px !important;
  }
  .tw\:h-\[90px\] {
    height: 90px !important;
  }
  .tw\:h-\[160px\] {
    height: 160px !important;
  }
  .tw\:h-auto {
    height: auto !important;
  }
  .tw\:h-fit {
    height: fit-content !important;
  }
  .tw\:h-full {
    height: 100% !important;
  }
  .tw\:max-h-\[14vw\] {
    max-height: 14vw !important;
  }
  .tw\:min-h-fit {
    min-height: fit-content !important;
  }
  .tw\:w-\[12px\] {
    width: 12px !important;
  }
  .tw\:w-\[16vw\] {
    width: 16vw !important;
  }
  .tw\:w-\[36px\] {
    width: 36px !important;
  }
  .tw\:w-\[90px\] {
    width: 90px !important;
  }
  .tw\:w-\[160px\] {
    width: 160px !important;
  }
  .tw\:w-fit {
    width: fit-content !important;
  }
  .tw\:w-full {
    width: 100% !important;
  }
  .tw\:max-w-\[14vw\] {
    max-width: 14vw !important;
  }
  .tw\:max-w-fit {
    max-width: fit-content !important;
  }
  .tw\:rotate-180 {
    rotate: 180deg !important;
  }
  .tw\:\!list-none {
    list-style-type: none !important;
  }
  .tw\:list-none {
    list-style-type: none !important;
  }
  .tw\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .tw\:flex-col {
    flex-direction: column !important;
  }
  .tw\:items-center {
    align-items: center !important;
  }
  .tw\:justify-between {
    justify-content: space-between !important;
  }
  .tw\:justify-center {
    justify-content: center !important;
  }
  .tw\:gap-1 {
    gap: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:gap-2 {
    /* gap: calc(var(--tw-spacing) * 2) !important; */
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:gap-5 {
    gap: calc(var(--tw-spacing) * 5) !important;
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:gap-12 {
    gap: calc(var(--tw-spacing) * 12) !important;
  }
  .tw\:gap-14 {
    gap: calc(var(--tw-spacing) * 14) !important;
  }
  .tw\:gap-\[0\.7vh\] {
    gap: 0.7vh !important;
  }
  .tw\:gap-\[1vw\] {
    gap: 1vw !important;
  }
  .tw\:gap-\[30px\] {
    gap: 30px !important;
  }
  .tw\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .tw\:border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .tw\:border-solid {
    --tw-border-style: solid !important;
    border-style: solid !important;
  }
  .tw\:border-\[\#e2e2e2\] {
    border-color: #e2e2e2 !important;
  }
  .tw\:bg-\[\#231f20\] {
    background-color: #231f20 !important;
  }
  .tw\:bg-black {
    background-color: var(--tw-color-black) !important;
  }
  .tw\:bg-transparent {
    background-color: transparent !important;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white) !important;
  }
  .tw\:bg-cover {
    background-size: cover !important;
  }
  .tw\:bg-center {
    background-position: center !important;
  }
  .tw\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .tw\:fill-white {
    fill: var(--tw-color-white) !important;
  }
  .tw\:p-0 {
    padding: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:px-10 {
    padding-inline: calc(var(--tw-spacing) * 10) !important;
  }
  .tw\:py-3 {
    padding-block: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:py-5 {
    padding-block: calc(var(--tw-spacing) * 5) !important;
  }
  .tw\:pt-56 {
    padding-top: calc(var(--tw-spacing) * 56) !important;
  }
  .tw\:pt-\[25px\] {
    padding-top: 25px !important;
  }
  .tw\:pb-\[120px\] {
    padding-bottom: 120px !important;
  }
  .tw\:pl-\[0\.5vw\] {
    padding-left: 0.5vw !important;
  }
  .tw\:text-center {
    text-align: center !important;
  }
  .tw\:text-right {
    text-align: right !important;
  }
  .tw\:\!text-\[clamp\(0\.6rem\,0\.9vw\,0\.75rem\)\] {
    font-size: clamp(0.6rem, 0.9vw, 0.75rem) !important;
  }
  .tw\:\!text-\[clamp\(0\.7rem\,0\.7vw\,0\.75rem\)\] {
    font-size: clamp(0.7rem, 0.7vw, 0.75rem) !important;
  }
  .tw\:\!text-\[clamp\(0\.60rem\,0\.7vw\,0\.75rem\)\] {
    font-size: clamp(0.60rem, 0.7vw, 0.75rem) !important;
  }
  .tw\:text-\[0\.6vh\] {
    font-size: 0.6vh !important;
  }
  .tw\:text-\[8px\] {
    font-size: 8px !important;
  }
  .tw\:text-\[12px\] {
    font-size: 12px !important;
  }
  .tw\:text-\[clamp\(0\.6rem\,0\.6vw\,0\.8rem\)\] {
    font-size: clamp(0.6rem, 0.6vw, 0.8rem) !important;
  }
  .tw\:text-\[clamp\(0\.6rem\,0\.7vw\,1rem\)\] {
    font-size: clamp(0.6rem, 0.7vw, 1rem) !important;
  }
  .tw\:text-\[clamp\(0\.7rem\,0\.7vw\,0\.8rem\)\] {
    font-size: clamp(0.7rem, 0.7vw, 0.8rem) !important;
  }
  .tw\:text-\[clamp\(0\.7rem\,0\.7vw\,0\.75rem\)\] {
    font-size: clamp(0.7rem, 0.7vw, 0.75rem) !important;
  }
  .tw\:text-\[clamp\(0\.65rem\,0\.90vw\,1rem\)\] {
    font-size: clamp(0.65rem, 0.90vw, 1rem) !important;
  }
  .tw\:\!leading-\[1\.55\] {
    --tw-leading: 1.55 !important;
    line-height: 1.55 !important;
  }
  .tw\:leading-\[1\.55\] {
    --tw-leading: 1.55 !important;
    line-height: 1.55 !important;
  }
  .tw\:\!font-medium {
    --tw-font-weight: var(--tw-font-weight-medium) !important;
    font-weight: var(--tw-font-weight-medium) !important;
  }
  .tw\:\!font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold) !important;
    font-weight: var(--tw-font-weight-semibold) !important;
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium) !important;
    font-weight: var(--tw-font-weight-medium) !important;
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold) !important;
    font-weight: var(--tw-font-weight-semibold) !important;
  }
  .tw\:whitespace-normal {
    white-space: normal !important;
  }
  .tw\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  .tw\:\!text-\[\#656263\] {
    color: #656263 !important;
  }
  .tw\:text-\[\#8d8d8d\] {
    color: #8d8d8d !important;
  }
  .tw\:text-\[\#231f20\] {
    color: #231f20 !important;
  }
  .tw\:text-\[\#656263\] {
    color: #656263 !important;
  }
  .tw\:text-\[rgb\(141\,141\,141\)\] {
    color: rgb(141,141,141) !important;
  }
  .tw\:text-white {
    color: var(--tw-color-white) !important;
  }
  .tw\:uppercase {
    text-transform: uppercase !important;
  }
  .tw\:\!no-underline {
    text-decoration-line: none !important;
  }
  .tw\:no-underline {
    text-decoration-line: none !important;
  }
  .tw\:opacity-40 {
    opacity: 40% !important;
  }
  .tw\: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 !important;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration)) !important;
  }
  .tw\:duration-300 {
    --tw-duration: 300ms !important;
    transition-duration: 300ms !important;
  }
  .tw\:ease-in-out {
    --tw-ease: var(--tw-ease-in-out) !important;
    transition-timing-function: var(--tw-ease-in-out) !important;
  }
  .tw\:before\:\!content-none {
    &::before {
      content: var(--tw-content);
      --tw-content: none !important;
      content: none !important;
    }
  }
  .tw\:before\:content-none {
    &::before {
      content: var(--tw-content);
      --tw-content: none !important;
      content: none !important;
    }
  }
  .tw\:hover\:border-\[\#231f20\] {
    &:hover {
      @media (hover: hover) {
        border-color: #231f20 !important;
      }
    }
  }
  .tw\:hover\:\!text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-black) !important;
      }
    }
  }
  .tw\:hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-white) !important;
      }
    }
  }
  .tw\:hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-white) !important;
      }
    }
  }
  .tw\:hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70% !important;
      }
    }
  }
  .tw\:hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100% !important;
      }
    }
  }
  .tw\:max-xs\:flex {
    @media (width < 450px) {
      display: flex !important;
    }
  }
  .tw\:max-xs\:flex-col {
    @media (width < 450px) {
      flex-direction: column !important;
    }
  }
  .tw\:grid.tw\:grid-cols-2.tw\:max-xs\:flex.tw\:max-xs\:flex-col.tw\:sm\:grid-cols-4.tw\:gap-6.tw\:xl\:gap-12 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tw\:sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }
  .tw\:sm\:px-2 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--tw-spacing) * 2) !important;
    }
  }
  .tw\:sm\:pt-2 {
    @media (width >= 40rem) {
      padding-top: calc(var(--tw-spacing) * 2) !important;
    }
  }
  .tw\:md\:h-\[6vw\] {
    @media (width >= 48rem) {
      height: 6vw !important;
    }
  }
  .tw\:md\:max-h-\[5\.3vw\] {
    @media (width >= 48rem) {
      max-height: 5.3vw !important;
    }
  }
  .tw\:md\:w-\[6vw\] {
    @media (width >= 48rem) {
      width: 6vw !important;
    }
  }
  .tw\:md\:w-full {
    @media (width >= 48rem) {
      width: 100% !important;
    }
  }
  .tw\:md\:max-w-\[5\.3vw\] {
    @media (width >= 48rem) {
      max-width: 5.3vw !important;
    }
  }
  .tw\:xl\:flex {
    @media (width >= 80rem) {
      display: flex !important;
    }
  }
  .tw\:xl\:grid {
    @media (width >= 80rem) {
      display: grid !important;
    }
  }
  .tw\:xl\:w-3\/4 {
    @media (width >= 80rem) {
      width: calc(3/4 * 100%) !important;
    }
  }
  .tw\:xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
  .tw\:xl\:flex-wrap {
    @media (width >= 80rem) {
      flex-wrap: wrap !important;
    }
  }
  .tw\:xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start !important;
    }
  }
  .tw\:xl\:gap-2 {
    @media (width >= 80rem) {
      gap: calc(var(--tw-spacing) * 2) !important;
    }
  }
  .tw\:xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--tw-spacing) * 5) !important;
    }
  }
  .tw\:xl\:gap-9 {
    @media (width >= 80rem) {
      gap: calc(var(--tw-spacing) * 9) !important;
    }
  }
  .tw\:xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--tw-spacing) * 10) !important;
    }
  }
  .tw\:xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--tw-spacing) * 12) !important;
    }
  }
  .tw\:xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--tw-spacing) * 4) !important;
    }
  }
  .tw\:xl\:py-18 {
    @media (width >= 80rem) {
      padding-block: calc(var(--tw-spacing) * 18) !important;
    }
  }
  .tw\:xl\:py-20 {
    @media (width >= 80rem) {
      padding-block: calc(var(--tw-spacing) * 20) !important;
    }
  }
  .tw\:xl\:pt-5 {
    @media (width >= 80rem) {
      padding-top: calc(var(--tw-spacing) * 5) !important;
    }
  }
  .tw\:xl\:pb-2 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--tw-spacing) * 2) !important;
    }
  }
  .tw\:xl\:text-start {
    @media (width >= 80rem) {
      text-align: start !important;
    }
  }
  .tw\:pt-56 {
    @media (width < 450px) {
      padding-top: calc(var(--tw-spacing) * 77) !important;
    }
  }
  .tw\:flex.tw\:flex-col.tw\:gap-2.tw\:list-none.tw\:text-\[clamp\(0\.6rem\,0\.7vw\,1rem\)\].tw\:font-medium.font-montserrat.tw\:leading-\[1\.55\].tw\:uppercase {
    @media (width < 450px) {
      gap: 3px !important;
    }
  }
  h3.tw\:text-white.tw\:text-\[clamp\(0\.6rem\,0\.7vw\,1rem\)\].font-tenor.tw\:uppercase {
    @media (width < 450px) {
      font-size: clamp(0.7rem, 0.7vw, 0.75rem) !important;
      margin: 0 !important;
    }
  }
  .tw\:px-10 {
    @media (width < 450px) {
      padding-inline: 16px !important;
    }
  }
  .navbar_bb.tw\:px-10.tw\:sm\:px-2.tw\:xl\:px-4.tw\:py-3.tr.active {
    @media (width < 450px) {
      padding: 16px !important;
    }
  }
  
  .navbar_bb__menu {
    @media (width < 450px) {
      max-width: 280px !important;
    }
  }

  .navbar_bb__menu .tw\:gap-12 {
    @media (width < 450px) {
      gap: 40px 0px !important;
    }
  }

  h3.tw\:text-\[\#656263\].tr.tw\:uppercase.tw\:m-0.tw\:font-semibold.tw\:text-\[clamp\(0\.65rem\,0\.90vw\,1rem\)\].tw\:font-tenor {
    @media (width < 450px) {
      font-size: 12px !important;
    }
  }
  
  .navbar_bb__menu li .tw\:\!font-semibold {
    @media (width < 450px) {
      font-weight: 400 !important;
      font-size: 11px;
      margin-bottom: 2px;
      display: flex;
    }
  }

  .tw\:gap-5 {
    @media (width < 450px) {
      gap: 10px !important;
    }
  }

  .navbar_bb__menu .tw\:max-w-fit {
    @media (width < 450px) {
       max-width: 100% !important;
    }
  }
}
.font-montserrat {
  font-family: "Montserrat", "Arial", sans-serif !important;
}
.font-tenor {
  font-family: "Montserrat", "Arial", sans-serif !important;
}
.tr {
  transition: all 0.35s ease !important;
}
.tr-none {
  transition: none !important;
}
.tw\:grid.tw\:grid-cols-2.tw\:max-xs\:flex.tw\:max-xs\:flex-col.tw\:sm\:grid-cols-4.tw\:gap-6.tw\:xl\:gap-12 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
a.tw\:text-\[\#8d8d8d\].tw\:hover\:text-white.tr,
span.tw\:hover\:text-white.tr {
    font-size: 11px;
    line-height: 1.55;
    font-weight: 600;
}

p.tw\:text-\[clamp\(0\.6rem\,0\.6vw\,0\.8rem\)\] a {
    font-size: inherit !important;
}

p.tw\:text-\[clamp\(0\.6rem\,0\.6vw\,0\.8rem\)\] {
    text-transform: initial;
    text-align: left;
}

.tw\:w-full.tw\:xl\:w-3\/4.tw\:flex.tw\:flex-col.tw\:items-center.tw\:xl\:text-start.tw\:text-center.tw\:xl\:items-start.tw\:gap-5 {
}

ul.tw\:flex.tw\:items-center.tw\:gap-4.tw\:list-none {
    margin: 0;
}

a.tw\:flex.tw\:items-center.tw\:gap-2.tw\:text-\[\#8d8d8d\].tw\:hover\:text-white.tr {
    font-size: 24px;
}

ul.tw\:flex.tw\:items-center.tw\:gap-4.tw\:list-none li.tw\:before\:content-none {
    margin: 0;
}

ul.tw\:grid.tw\:grid-cols-2.tw\:sm\:grid-cols-4.tw\:xl\:flex.tw\:xl\:flex-wrap.tw\:gap-1.tw\:xl\:gap-9 a.tw\:text-\[\#8d8d8d\].tw\:hover\:text-white.tr, ul.tw\:grid.tw\:grid-cols-2.tw\:sm\:grid-cols-4.tw\:xl\:flex.tw\:xl\:flex-wrap.tw\:gap-1.tw\:xl\:gap-9 li.tw\:before\:content-none {
    font-size: inherit;
    font-weight: 600;
    margin: 3px 0;
}

ul.tw\:grid.tw\:grid-cols-2.tw\:sm\:grid-cols-4.tw\:xl\:flex.tw\:xl\:flex-wrap.tw\:gap-1.tw\:xl\:gap-9 {
    grid-template-columns: repeat(1, 1fr) !important;
}

.tw\:absolute.tw\:inset-0.tw\:w-full.tw\:h-full.tw\:pt-56.tw\:sm\:pt-2.tw\:xl\:pt-5.tw\:xl\:pb-2 {
    margin-top: 10px !important;
    padding: 0 !important;
}

.navbar_bb__menu ul>li::before {
    content: none;
}

@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
