/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
.webcasts {
  .relative {
    position: relative;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
  }
  .-mx-\[10px\] {
    margin-inline: calc(10px * -1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[3\.5rem\] {
    min-height: 3.5rem;
  }
  .min-h-\[4\.5rem\] {
    min-height: 4.5rem;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#0F5D80\] {
    border-color: #0F5D80;
  }
  .border-\[\#66ADE0\] {
    border-color: #66ADE0;
  }
  .bg-\[\#343434\] {
    background-color: #343434;
  }
  .bg-\[\#901129\] {
    background-color: #901129;
  }
  .bg-\[\#EDF4FC00\] {
    background-color: #EDF4FC00;
  }
  .bg-\[\#ff6\] {
    background-color: #ff6;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .text-center {
    text-align: center;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .text-\[\#4BAFE3\] {
    color: #4BAFE3;
  }
  .text-\[\#7B7B7B\] {
    color: #7B7B7B;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .max-md\:max-w-full {
    @media (width < 768px) {
      max-width: 100%;
    }
  }
  .md\:max-w-\[240px\] {
    @media (width >= 768px) {
      max-width: 240px;
    }
  }
  .md\:min-w-\[240px\] {
    @media (width >= 768px) {
      min-width: 240px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 992px) {
      aspect-ratio: auto;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 992px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:max-w-\[370px\] {
    @media (width >= 1200px) {
      max-width: 370px;
    }
  }
  .xl\:min-w-\[370px\] {
    @media (width >= 1200px) {
      min-width: 370px;
    }
  }
  .xl\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 1200px) {
      gap: 30px;
    }
  }
  .xl\:gap-\[60px\] {
    @media (width >= 1200px) {
      gap: 60px;
    }
  }
  .xl\:text-\[32px\] {
    @media (width >= 1200px) {
      font-size: 32px;
    }
  }
}
:root, :host {
  --font-primary: Noto Serif,sans-serif;
  --spacing: 5px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  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)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-duration: initial;
    }
  }
}
