.cms-page-builder-zone .cms-t2-feed,
.cms-t2-feed{--blue:#4B6BFB;--orange:#FF9F43;--dark:#1E293B;--muted:#64748B;color:var(--dark);box-sizing:border-box;}
.cms-content-feed:has(.cms-t2-feed) > .d-flex{align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:0!important;display:none!important;}
.cms-page-builder-zone .cms-content-feed,
.cms-page-builder-zone .cms-t2-feed{width:100%;max-width:100%;}
.cms-page-builder-zone .cms-t2-feed .container,
.cms-t2-feed .container{max-width:1140px!important;width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.cms-page-builder-zone .cms-t2-swiper,
.cms-t2-swiper{width:100%;overflow:hidden;--cms-carousel-cols:4;--cms-carousel-gap:16px;}
.cms-page-builder-zone .cms-t2-swiper .swiper-wrapper,
.cms-t2-swiper .swiper-wrapper{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:calc((100% - ((var(--cms-carousel-cols) - 1) * var(--cms-carousel-gap))) / var(--cms-carousel-cols));
    gap:var(--cms-carousel-gap);
    align-items:stretch;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    transform:none!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    height:auto!important;
}
.cms-page-builder-zone .cms-t2-swiper .swiper-wrapper::-webkit-scrollbar,
.cms-t2-swiper .swiper-wrapper::-webkit-scrollbar{display:none;}
.cms-page-builder-zone .cms-t2-swiper .swiper-slide,
.cms-t2-swiper .swiper-slide,
.cms-page-builder-zone .cms-t2-swiper.cms-t2-carousel--ready .swiper-slide,
.cms-t2-swiper.cms-t2-carousel--ready .swiper-slide{
    width:auto!important;
    max-width:none!important;
    min-width:0;
    flex:unset!important;
    scroll-snap-align:start;
    height:auto;
    box-sizing:border-box;
    display:flex;
}
.cms-page-builder-zone .cms-t2-swiper .swiper-slide > *,
.cms-t2-swiper .swiper-slide > *{width:100%;}
.cms-page-builder-zone .gjs-row:has(.cms-t2-feed) .gjs-cell,
.cms-page-builder-zone .gjs-cell:has(.cms-t2-feed){overflow:visible!important;}
.cms-t2-feed--event .cms-t2-swiper{--cms-carousel-cols:2;}
@media(max-width:991px){
    .cms-page-builder-zone .cms-t2-swiper,
    .cms-t2-swiper{--cms-carousel-cols:3;}
    .cms-t2-feed--event .cms-t2-swiper{--cms-carousel-cols:2;}
}
@media(max-width:767px){
    .cms-page-builder-zone .cms-t2-swiper,
    .cms-t2-swiper{--cms-carousel-cols:2;}
}
@media(max-width:479px){
    .cms-page-builder-zone .cms-t2-swiper,
    .cms-t2-swiper{--cms-carousel-cols:1;}
}
.cms-page-builder-zone .cms-t2-feed *,
.cms-t2-feed *{box-sizing:border-box;}
.cms-page-builder-zone .cms-t2-feed a,
.cms-t2-feed a{color:inherit;text-decoration:none;}
.cms-page-builder-zone .cms-t2-feed .section-head,
.cms-t2-feed .section-head{text-align:center;margin-bottom:32px;}
.cms-page-builder-zone .cms-t2-feed .section-head h2,
.cms-t2-feed .section-head h2{margin:0 0 8px;font-size:1.75rem;font-weight:700;}
.cms-page-builder-zone .cms-t2-feed .section-head p,
.cms-t2-feed .section-head p{margin:0;color:var(--muted);font-size:.9rem;}

.cms-t2-feed--podcast.t2-podcast-section{background:linear-gradient(180deg,#F8FAFC 0%,#F4F7FA 100%);padding:40px 0 44px;overflow:hidden;margin:0 -32px;width:calc(100% + 64px);}
.cms-t2-feed--podcast .container{max-width:1140px;overflow:hidden;}
.cms-t2-feed .t2-podcast-arrows,
.cms-t2-feed .t2-video-arrows{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.cms-t2-feed button.t2-podcast-arrow,
.cms-t2-feed button.t2-video-arrow{
    width:36px;height:36px;border-radius:50%;border:1.5px solid #CBD5E1;background:#fff;
    cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
    color:#111827;font-size:22px;line-height:1;padding:0;margin:0;
    appearance:none;-webkit-appearance:none;box-sizing:border-box;font-family:inherit;
    transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.cms-t2-feed button.t2-podcast-arrow:hover,
.cms-t2-feed button.t2-video-arrow:hover{transform:translateY(-1px);border-color:var(--blue);color:var(--blue);box-shadow:0 8px 18px rgba(75,107,251,.15);}
.cms-t2-feed button.t2-podcast-arrow.swiper-button-disabled,
.cms-t2-feed button.t2-video-arrow.swiper-button-disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none;}
.cms-t2-feed--podcast .t2-podcast-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px;}
.cms-t2-feed--podcast .section-head{text-align:left;margin:0;}
.cms-t2-feed--podcast .section-head h2{margin-bottom:8px;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;letter-spacing:-.02em;}
.cms-t2-feed--podcast .section-head h2 a{color:#111827;transition:color .2s ease;}
.cms-t2-feed--podcast .section-head h2 a:hover{color:var(--blue);}
.cms-t2-feed--podcast .t2-podcast-shell{overflow:hidden;padding:4px 0 8px;}
.cms-t2-feed--podcast .t2-podcast-swiper{overflow:hidden;width:100%;}
.cms-t2-feed--podcast .swiper-slide{height:auto;}
.cms-t2-feed--podcast .t2-podcast-card{
    display:flex;flex-direction:column;align-items:stretch;gap:12px;height:100%;padding:14px;border:1px solid #E2E8F0;border-radius:14px;
    background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}
.cms-t2-feed--podcast .t2-podcast-card:hover{border-color:#C7D2FE;box-shadow:0 14px 32px rgba(75,107,251,.12);transform:translateY(-3px);}
.cms-t2-feed--podcast .t2-podcast-thumb-wrap{width:100%!important;height:118px!important;border-radius:10px!important;flex-shrink:0;}
.cms-t2-feed--podcast .t2-podcast-thumb-wrap .t1-fx-inner{position:relative;}
.cms-t2-feed--podcast .t2-podcast-thumb-wrap .pod-thumb{width:100%;height:100%;object-fit:cover;border-radius:inherit;}
.cms-t2-feed--podcast .t2-podcast-mic{
    position:absolute;right:8px;bottom:8px;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.92);
    color:var(--blue);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(15,23,42,.12);
}
.cms-t2-feed--podcast .t2-podcast-mic svg{width:16px;height:16px;}
.cms-t2-feed--podcast .t2-podcast-card h3{margin:0 0 10px;font-size:.88rem;font-weight:700;line-height:1.35;color:#111827;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.cms-t2-feed--podcast .t2-podcast-body{flex:1 1 auto;display:flex;flex-direction:column;}
.cms-t2-feed--podcast .t2-podcast-meta{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:auto;}
.cms-t2-feed--podcast .pod_date{font-size:.75rem;color:var(--muted);}
.cms-t2-feed--podcast .t2-podcast-price{font-size:.72rem;font-weight:700;padding:4px 9px;border-radius:999px;background:#EEF2FF;color:var(--blue);letter-spacing:.02em;}
.cms-t2-feed--podcast .t2-podcast-price--free{background:#FFF7ED;color:#EA580C;}
.cms-t2-feed--podcast .t2-podcast-footer{text-align:center;margin-top:18px;}
.cms-t2-feed--podcast .t2-podcast-view-all{
    display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;
    border:1px solid #E2E8F0;background:#fff;color:var(--blue)!important;font-size:.82rem;font-weight:700;transition:all .2s ease;
}
.cms-t2-feed--podcast .t2-podcast-view-all:hover{background:#EEF2FF;transform:translateY(-1px);box-shadow:0 6px 16px rgba(75,107,251,.12);}

.cms-t2-feed--audio.audio-band{background:linear-gradient(90deg,#4B6BFB 0%,#6366F1 45%,#7C3AED 100%);padding:56px 20px 64px;margin:32px -32px 0;width:calc(100% + 64px);}
.cms-t2-feed--audio .section-head h2,.cms-t2-feed--audio .section-head p{color:#fff;}
.cms-t2-feed--audio .section-head p{opacity:.9;}
.cms-t2-feed--audio .audio-panel{background:#fff;border-radius:16px;padding:8px 0;max-width:1140px;margin:0 auto;box-shadow:0 16px 40px rgba(0,0,0,.15);}
.cms-t2-feed--audio .audio-row{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #F1F5F9;flex-wrap:wrap;}
.cms-t2-feed--audio .audio-row:last-child{border-bottom:0;}
.cms-t2-feed--audio .audio-meta{width:181px;}
.cms-t2-feed--audio .audio-meta strong{display:block;font-size:.9rem;}
.cms-t2-feed--audio .audio-meta small{color:var(--muted);font-size:.8rem;}
.cms-t2-feed--audio .wave{flex:1;min-width:120px;height:auto;max-height:40px;width:100%;object-fit:contain;object-position:center;}
.cms-t2-feed--audio .wave-play{width:30px;height:30px;border:1px solid #E2E8F0;border-radius:999px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;line-height:1;flex-shrink:0;}
.cms-t2-feed--audio .audio-price{color:var(--blue);font-weight:600;font-size:.9rem;min-width:72px;text-align:right;}
.cms-t2-feed--audio .load-more-wrap{text-align:center;margin-top:28px;}
.cms-t2-feed--audio .btn-outline-white{border:2px solid #fff;color:#fff!important;background:transparent;padding:12px 36px;border-radius:10px;font-weight:600;cursor:pointer;font-size:.875rem;display:inline-block;}
.cms-t2-feed--audio .btn-outline-white:hover{background:rgba(255,255,255,.12);}

.cms-t2-feed--event.event-section{padding:56px 20px;background:#F8FAFC;margin:32px -32px 0;width:calc(100% + 64px);}
.cms-t2-feed--event .t2-video-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px;}
.cms-t2-feed--event .section-head{text-align:left;margin:0;}
.cms-t2-feed--event .section-head h2{margin-bottom:8px;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;letter-spacing:-.02em;}
.cms-t2-feed--event .section-head h2 a{color:#111827;transition:color .2s ease;}
.cms-t2-feed--event .section-head h2 a:hover{color:var(--blue);}
.cms-t2-feed--event .t2-event-shell{position:relative;max-width:1140px;margin:0 auto;}
.cms-t2-feed--event .t2-event-swiper{overflow:hidden;padding:4px 2px 8px;}
.cms-t2-feed--event .t2-event-swiper .swiper-wrapper{align-items:stretch;}
.cms-t2-feed--event .t2-event-swiper .swiper-slide{height:auto;display:flex;}
.cms-t2-feed--event .t2-event-hero{display:flex;flex-direction:column;width:100%;height:100%;border-radius:18px;overflow:hidden;background:#fff;color:#111827;box-shadow:0 14px 36px rgba(15,23,42,.12);}
.cms-t2-feed--event .t2-event-hero-media{position:relative;width:100%;flex:1 1 auto;min-height:220px;background:#0b1220;display:flex;align-items:center;justify-content:center;}
.cms-t2-feed--event .t2-event-hero-media-bg{position:absolute;inset:0;background-image:var(--event-image);background-size:cover;background-position:center;filter:blur(28px) saturate(1.08);transform:scale(1.12);opacity:.55;z-index:0;}
.cms-t2-feed--event .t2-event-hero-media img{position:relative;z-index:1;display:block;width:100%;height:260px;object-fit:contain;object-position:center;}
.cms-t2-feed--event .t2-event-hero-content{position:relative;z-index:2;margin-top:auto;padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(160deg,#111827 0%,#0f172a 60%,#1e293b 100%);color:#fff;}
.cms-t2-feed--event .badge-2026{display:inline-flex;align-items:center;background:var(--orange);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.04em;padding:4px 9px;border-radius:999px;margin-bottom:8px;}
.cms-t2-feed--event .t2-event-hero h3{margin:0 0 8px;font-size:1.05rem;font-weight:800;line-height:1.3;letter-spacing:-.02em;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.cms-t2-feed--event .event-meta{display:flex;flex-direction:column;gap:6px;margin:0;font-size:.82rem;color:rgba(255,255,255,.9);}
.cms-t2-feed--event .event-meta span{display:inline-flex;align-items:flex-start;gap:7px;line-height:1.4;}
.cms-t2-feed--event .t2-event-hero-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.cms-t2-feed--event .event-price{margin:0;font-size:.9rem;font-weight:800;letter-spacing:.02em;color:#fff;}
.cms-t2-feed--event .btn-book{background:var(--blue);color:#fff!important;border:none;padding:9px 16px;border-radius:9px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;font-size:.88rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 8px 18px rgba(75,107,251,.3);}
.cms-t2-feed--event .btn-book:hover{transform:translateY(-1px);background:#3b5cf0;box-shadow:0 12px 22px rgba(75,107,251,.38);}
.cms-t2-feed--event .t2-event-pagination{position:static!important;margin:18px auto 0;width:auto!important;display:flex;justify-content:center;gap:8px;}
.cms-t2-feed--event .t2-event-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0!important;background:#CBD5E1;opacity:1;}
.cms-t2-feed--event .t2-event-pagination .swiper-pagination-bullet-active{background:var(--blue);}

.cms-t2-feed--video.t2-video-section,
.cms-t2-feed--publication.t2-publication-section{padding:48px 0 52px;background:#fff;overflow:hidden;margin:32px -32px 0;width:calc(100% + 64px);}
.cms-t2-feed--video .container,
.cms-t2-feed--publication .container{overflow:hidden;}
.cms-t2-feed--video .t2-video-head,
.cms-t2-feed--publication .t2-video-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px;}
.cms-t2-feed--video .section-head,
.cms-t2-feed--publication .section-head{text-align:left;margin:0;}
.cms-t2-feed--video .section-head h2,
.cms-t2-feed--publication .section-head h2{margin-bottom:8px;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;letter-spacing:-.02em;}
.cms-t2-feed--video .section-head h2 a,
.cms-t2-feed--publication .section-head h2 a{color:#111827;transition:color .2s ease;}
.cms-t2-feed--video .section-head h2 a:hover,
.cms-t2-feed--publication .section-head h2 a:hover{color:var(--blue);}
.cms-t2-feed--video .t2-video-shell,
.cms-t2-feed--publication .t2-video-shell{overflow:hidden;padding:4px 0 8px;}
.cms-t2-feed--video .t2-video-swiper,
.cms-t2-feed--publication .t2-video-swiper{overflow:hidden;width:100%;}
.cms-t2-feed--video .swiper-slide,
.cms-t2-feed--publication .swiper-slide{height:auto;}
.cms-t2-feed--video .t2-video-card,
.cms-t2-feed--publication .t2-video-card{
    display:block;height:100%;border:1px solid #E2E8F0;border-radius:16px;overflow:hidden;background:#fff;
    box-shadow:0 6px 18px rgba(15,23,42,.08);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}
.cms-t2-feed--video .t2-video-card:hover,
.cms-t2-feed--publication .t2-video-card:hover{border-color:#C7D2FE;box-shadow:0 16px 36px rgba(75,107,251,.14);transform:translateY(-4px);}
.cms-t2-feed--video .t2-video-thumb-wrap,
.cms-t2-feed--publication .t2-video-thumb-wrap{border-radius:0;margin:0!important;}
.cms-t2-feed--video .t2-video-thumb-inner,
.cms-t2-feed--publication .t2-video-thumb-inner{position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(145deg,var(--blue),#6366F1);}
.cms-t2-feed--video .t2-video-thumb-img,
.cms-t2-feed--publication .t2-video-thumb-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.cms-t2-feed--video .t2-video-card:hover .t2-video-thumb-img,
.cms-t2-feed--publication .t2-video-card:hover .t2-video-thumb-img{transform:scale(1.05);}
.cms-t2-feed--video .t2-video-thumb-inner::after,
.cms-t2-feed--publication .t2-video-thumb-inner::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,23,42,.35));pointer-events:none;}
.cms-t2-feed--video .t2-video-thumb-fallback,
.cms-t2-feed--publication .t2-video-thumb-fallback{aspect-ratio:16/10;margin:0!important;border-radius:0!important;height:100%;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;}
.cms-t2-feed--video .t2-video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;}
.cms-t2-feed--video .t2-video-play svg{width:52px;height:52px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35));}
.cms-t2-feed--video .t2-video-body,
.cms-t2-feed--publication .t2-video-body{padding:14px 14px 16px;}
.cms-t2-feed--video .t2-video-body h4,
.cms-t2-feed--publication .t2-video-body h4{margin:0 0 10px;font-size:.92rem;font-weight:700;line-height:1.35;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.cms-t2-feed--video .t2-video-meta,
.cms-t2-feed--publication .t2-video-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;color:var(--muted);}
.cms-t2-feed--video .t2-video-price,
.cms-t2-feed--publication .t2-video-price{font-size:.72rem;font-weight:700;padding:4px 9px;border-radius:999px;background:#EEF2FF;color:var(--blue)!important;}
.cms-t2-feed--video .t2-video-price--free,
.cms-t2-feed--publication .t2-video-price--free{background:#FFF7ED;color:#EA580C!important;}
.cms-t2-feed--video .t2-video-footer,
.cms-t2-feed--publication .t2-video-footer{text-align:center;margin-top:20px;}
.cms-t2-feed--video .t2-video-view-all,
.cms-t2-feed--publication .t2-video-view-all{
    display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;
    border:1px solid #E2E8F0;background:#fff;color:var(--blue)!important;font-size:.82rem;font-weight:700;transition:all .2s ease;
}
.cms-t2-feed--video .t2-video-view-all:hover,
.cms-t2-feed--publication .t2-video-view-all:hover{background:#EEF2FF;transform:translateY(-1px);box-shadow:0 6px 16px rgba(75,107,251,.12);}

@media(max-width:860px){
    .cms-t2-feed--podcast.t2-podcast-section,
    .cms-t2-feed--video.t2-video-section,
    .cms-t2-feed--publication.t2-publication-section,
    .cms-t2-feed--audio.audio-band,
    .cms-t2-feed--event.event-section{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);}
    .cms-t2-feed--podcast .container{max-width:calc(100% - 40px);}
}
@media(max-width:700px){
    .cms-t2-feed--podcast .t2-podcast-head,
    .cms-t2-feed--video .t2-video-head,
    .cms-t2-feed--publication .t2-video-head,
    .cms-t2-feed--event .t2-video-head{flex-direction:column;align-items:flex-start;}
    .cms-t2-feed .t2-podcast-arrows,
    .cms-t2-feed .t2-video-arrows{align-self:flex-end;}
    .cms-t2-feed--podcast .t2-podcast-card{flex-direction:column;align-items:stretch;}
    .cms-t2-feed--podcast .t2-podcast-thumb-wrap{width:100%!important;height:180px!important;}
    .cms-t2-feed--audio .audio-meta{width:100%;}
    .cms-t2-feed--audio .audio-price{text-align:left;}
    .cms-t2-feed--event .t2-event-hero-media img{height:220px;}
}
