.fc-pv{margin-inline:auto;max-width:var(--wrapper-xl);padding:2rem 1rem}.fc-pv__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.2;margin:0 0 2.5rem;text-align:center;text-transform:uppercase}.fc-pv__tabs-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.fc-pv__tabs{background:#f2f2f2;border-radius:100px;display:flex;flex-wrap:wrap;gap:.5rem;padding:.35rem}.fc-pv__tab{background:none;border:2px solid transparent;border-radius:100px;color:#333;cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:.6rem 1.5rem;transition:background .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}.fc-pv__tab:focus,.fc-pv__tab:hover{background:#538736;border-color:#538736;border-radius:100px;color:#fff}.fc-pv__tab.is-active{color:#fff}.fc-pv__tab.is-active,.fc-pv__tab.is-active:hover{background:#8fad15;border-color:#8fad15;border-radius:100px}.fc-pv__search-wrap{display:flex;justify-content:center;margin-bottom:2rem}.fc-pv__search{max-width:420px;position:relative;width:100%}.fc-pv__search-icon{align-items:center;color:#888;display:flex;justify-content:center;left:1rem;pointer-events:none;position:absolute;top:40%;transform:translateY(-44%)}.fc-pv__search-input{background:#fff;border:1.5px solid #ccc;border-radius:100px;font-size:.9rem;outline:none;padding:.7rem 1rem .7rem 2.75rem;transition:border-color .2s ease;width:100%}.fc-pv__search-input:focus{border-color:#8fad15}.fc-pv__search-input::placeholder{color:#999}.fc-pv__search-input::-webkit-search-cancel-button{-webkit-appearance:none}.fc-pv__section{margin-bottom:3rem}.fc-pv__section:last-of-type{margin-bottom:0}.fc-pv__section.is-hidden{display:none}.fc-pv__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.fc-pv__card{cursor:pointer}.fc-pv__card.is-hidden{display:none}.fc-pv__card-image{aspect-ratio:16/9;border-radius:20px;overflow:hidden;position:relative}.fc-pv__card-image img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.fc-pv__card:hover .fc-pv__card-image img{transform:scale(1.05)}.fc-pv__card-time{background:rgba(0,0,0,.55);border-radius:6px;bottom:.75rem;color:#fff;font-size:.75rem;font-weight:600;left:.75rem;padding:.25em .5em;position:absolute;z-index:2}.fc-pv__card-title{color:#1a1a1a;font-size:1rem;font-weight:600;line-height:1.3;margin:.75rem 0 0}.fc-pv__card-section{color:#8fad15;font-size:.75rem;font-weight:600;letter-spacing:.04em;margin:.25rem 0 0;text-transform:uppercase}.fc-pv__card-play{align-items:center;backdrop-filter:blur(4px);background:rgba(0,0,0,.45);border-radius:50%;display:flex;height:56px;justify-content:center;left:50%;opacity:.85;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease,transform .3s ease;width:56px;z-index:2}.fc-pv__card:hover .fc-pv__card-play{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.fc-pv__lightbox{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:9999}.fc-pv__lightbox.is-active{opacity:1;visibility:visible}.fc-pv__lightbox-backdrop{background:rgba(0,0,0,.85);inset:0;position:absolute}.fc-pv__lightbox-content{max-width:960px;position:relative;width:90%;z-index:1}.fc-pv__lightbox-close{background:none;border:none;cursor:pointer;opacity:.8;padding:.25rem;position:absolute;right:0;top:-3rem;transition:opacity .2s ease}.fc-pv__lightbox-close:hover{opacity:1}.fc-pv__lightbox-iframe-wrap{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;position:relative;width:100%}.fc-pv__lightbox-iframe{border:none;height:100%;inset:0;position:absolute;width:100%}@media screen and (max-width:768px){.fc-pv{padding:2rem .75rem}.fc-pv__tabs{gap:.35rem;padding:.25rem}.fc-pv__tab{font-size:.8rem;padding:.5rem 1rem}.fc-pv__grid{grid-template-columns:1fr}.fc-pv__lightbox-content{width:95%}.fc-pv__lightbox-close{top:-2.5rem}}