/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --bb-color-red-100: oklch(0.936 0.032 17.717);
    --bb-spacing: 0.25rem;
    --bb-aspect-mosaic: 3 / 4;
    --bb-aspect-retro: 4 / 3;
    --bb-aspect-standing: 9 / 16;
  }
}
@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%;
    -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;
  }
  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;
  }
  ::-moz-placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::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 {
    -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 {
  .bb\:relative {
    position: relative;
  }
  .bb\:order-1 {
    order: 1;
  }
  .bb\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .bb\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .bb\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .bb\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .bb\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .bb\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .bb\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .bb\:mb-2 {
    margin-bottom: calc(var(--bb-spacing) * 2);
  }
  .bb\:grid {
    display: grid;
  }
  .bb\:aspect-mosaic {
    aspect-ratio: var(--bb-aspect-mosaic);
  }
  .bb\:aspect-retro {
    aspect-ratio: var(--bb-aspect-retro);
  }
  .bb\:aspect-standing {
    aspect-ratio: var(--bb-aspect-standing);
  }
  .bb\:h-full {
    height: 100%;
  }
  .bb\:w-full {
    width: 100%;
  }
  .bb\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bb\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bb\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .bb\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .bb\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .bb\:gap-2 {
    gap: calc(var(--bb-spacing) * 2);
  }
  .bb\:bg-red-100 {
    background-color: var(--bb-color-red-100);
  }
  .bb\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bb\:cardimage-aspect-layout1-column-onetwo {
    --mosaicimage-aspect-ratio: 402/543;
  }
  .bb\:cardimage-aspect-layout1-column-twotwo {
    --mosaicimage-aspect-ratio: 828/543;
  }
  .bb\:cardimage-aspect-layout1-main {
    --mosaicimage-aspect-ratio: 828/1112;
  }
  .bb\:cardimage-aspect-layout4-column-onetwo {
    --mosaicimage-aspect-ratio: 402/543;
  }
  .bb\:cardimage-aspect-layout4-column-twotwo {
    --mosaicimage-aspect-ratio: 828/543;
  }
  .bb\:cardimage-aspect-mosaic {
    --mosaicimage-aspect-ratio: 3 / 4;
  }
  .bb\:cardimage-aspect-retro {
    --mosaicimage-aspect-ratio: 4 / 3;
  }
  .bb\:cardimage-aspect-standing {
    --mosaicimage-aspect-ratio: 9 / 16;
  }
  .bb\:cardimage-height-half {
    --mosaicimage-height: 50%;
  }
  .bb\:cardimage-order-0 {
    --mosaicimage-order: 0;
  }
  .bb\:cardimage-width-full {
    --mosaicimage-width: 100%;
  }
  .bb\:cardimage-width-half {
    --mosaicimage-width: 50%;
  }
  .bb\:sm\:order-none {
    @media (width >= 991px) {
      order: 0;
    }
  }
  .bb\:sm\:col-span-1 {
    @media (width >= 991px) {
      grid-column: span 1 / span 1;
    }
  }
  .bb\:sm\:col-span-2 {
    @media (width >= 991px) {
      grid-column: span 2 / span 2;
    }
  }
  .bb\:sm\:col-span-4 {
    @media (width >= 991px) {
      grid-column: span 4 / span 4;
    }
  }
  .bb\:sm\:col-span-6 {
    @media (width >= 991px) {
      grid-column: span 6 / span 6;
    }
  }
  .bb\:sm\:row-span-2 {
    @media (width >= 991px) {
      grid-row: span 2 / span 2;
    }
  }
  .bb\:sm\:mb-6 {
    @media (width >= 991px) {
      margin-bottom: calc(var(--bb-spacing) * 6);
    }
  }
  .bb\:sm\:aspect-standing {
    @media (width >= 991px) {
      aspect-ratio: var(--bb-aspect-standing);
    }
  }
  .bb\:sm\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .bb\:sm\:grid-cols-4 {
    @media (width >= 991px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .bb\:sm\:grid-rows-2 {
    @media (width >= 991px) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .bb\:sm\:gap-6 {
    @media (width >= 991px) {
      gap: calc(var(--bb-spacing) * 6);
    }
  }
  .bb\:sm\:cardimage-aspect-layout2-column-onetwo {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 544/471.44;
    }
  }
  .bb\:sm\:cardimage-aspect-layout2-column-twotwo {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 1112/471.44;
    }
  }
  .bb\:sm\:cardimage-aspect-layout3-column-onetwo {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 544/459.55;
    }
  }
  .bb\:sm\:cardimage-aspect-layout3-column-twotwo {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 544/967.1;
    }
  }
  .bb\:sm\:cardimage-aspect-onethirds {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 544/543;
    }
  }
  .bb\:sm\:cardimage-aspect-threethird {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 1680/845;
    }
  }
  .bb\:sm\:cardimage-aspect-twotwos {
    @media (width >= 991px) {
      --mosaicimage-aspect-ratio: 828/543;
    }
  }
  .bb\:sm\:cardimage-order-1 {
    @media (width >= 991px) {
      --mosaicimage-order: 1;
    }
  }
  .bb\:sm\:cardimage-width-twothird {
    @media (width >= 991px) {
      --mosaicimage-width: 66.8%;
    }
  }
  .bb\:lg\:order-none {
    @media (width >= 1440px) {
      order: 0;
    }
  }
  .bb\:lg\:col-span-1 {
    @media (width >= 1440px) {
      grid-column: span 1 / span 1;
    }
  }
  .bb\:lg\:col-span-2 {
    @media (width >= 1440px) {
      grid-column: span 2 / span 2;
    }
  }
  .bb\:lg\:col-span-4 {
    @media (width >= 1440px) {
      grid-column: span 4 / span 4;
    }
  }
  .bb\:lg\:row-span-2 {
    @media (width >= 1440px) {
      grid-row: span 2 / span 2;
    }
  }
  .bb\:lg\:grid-cols-3 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .bb\:lg\:grid-cols-4 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .bb\:lg\:grid-rows-2 {
    @media (width >= 1440px) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .bb\:lg\:gap-6 {
    @media (width >= 1440px) {
      gap: calc(var(--bb-spacing) * 6);
    }
  }
}
.mosaic-grid {
  margin-inline: calc(15px * -1);
  padding-inline: calc(var(--bb-spacing) * 2);
  @media (width >= 1380px) {
    margin-inline: calc(40px * -1);
  }
  @media (width >= 1440px) {
    margin-inline: calc(60px * -1);
  }
  @media (width >= 1440px) {
    padding-inline: calc(var(--bb-spacing) * 6);
  }
  @media (width >= 1640px) {
    margin-inline: calc(60px * -1);
  }
}
.mosaic-grid .mosaic-card {
  height: 100%;
  min-height: 0;
}
.mosaic-grid .mosaic-card__link,
    .mosaic-grid .mosaic-icon-card {
  position: relative;
  aspect-ratio: var(--mosaicimage-aspect-ratio);
}
.mosaic-grid .mosaic-card__image-wrapper {
  position: relative;
  width: var(--mosaicimage-width, 100%);
  height: var(--mosaicimage-height, auto);
  order: var(--mosaicimage-order, 0);
}
.mosaic-grid .mosaic-card__image-wrapper img {
  position: relative;
}
.mosaic-grid .mosaic-card__content {
  height: var(--mosaicimage-height, auto);
}
.mosaic-grid .mosaic-card.mosaic-media-card {
  display: flex;
  align-items: center;
  aspect-ratio: var(--mosaicimage-aspect-ratio);
  width: var(--mosaicimage-width, 100%);
  height: var(--mosaicimage-height, 100%);
}
.mosaic-grid .mosaic-icon-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.mosaic-grid .mosaic-icon-card svg {
  max-width: 402px;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.mosaic-grid .mosaic-video-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mosaic-grid .mosaic-video-card video {
  aspect-ratio: 9 / 16;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.mosaic-grid .mosaic-video-card video.in-fullscreen {
  aspect-ratio: auto;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
  height: auto;
  width: auto;
  background-color: #000 !important;
}
.mosaic-grid .mosaic-image-none .mosaic-card__image-wrapper {
  display: none;
}
.mosaic-grid.bb\:sm\:grid-rows-2 .bb\:sm\:row-span-2 .mosaic-card__link {
  flex-wrap: wrap;
}



   
