.VideoShowcase-module__Euu8cW__videoSection{max-width:1200px;margin:0 auto;padding:8rem 2rem}.VideoShowcase-module__Euu8cW__sectionHeader{text-align:center;margin-bottom:3.5rem}.VideoShowcase-module__Euu8cW__sectionTitle{color:#000;letter-spacing:-.02em;font-size:3.5rem;font-weight:600}.VideoShowcase-module__Euu8cW__videoWrapper{aspect-ratio:16/9;cursor:pointer;background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden}.VideoShowcase-module__Euu8cW__video{object-fit:cover;width:100%;height:100%;display:block}.VideoShowcase-module__Euu8cW__pauseOverlay{opacity:0;pointer-events:none;background:#00000040;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.VideoShowcase-module__Euu8cW__videoWrapper:hover .VideoShowcase-module__Euu8cW__pauseOverlay,.VideoShowcase-module__Euu8cW__pauseOverlay.VideoShowcase-module__Euu8cW__showPause{opacity:1}.VideoShowcase-module__Euu8cW__pauseIcon{gap:10px;display:flex}.VideoShowcase-module__Euu8cW__pauseBar{background:#ffffffe6;border-radius:4px;width:8px;height:36px}@media (max-width:768px){.VideoShowcase-module__Euu8cW__videoSection{padding:4rem 1.5rem 0}.VideoShowcase-module__Euu8cW__sectionHeader{margin-bottom:2rem}.VideoShowcase-module__Euu8cW__sectionTitle{font-size:2.25rem}.VideoShowcase-module__Euu8cW__pauseBar{width:6px;height:28px}}
.ThumbnailsCarousel-module__oSR-iW__wrapper{z-index:60;background:0 0;padding:8rem 0;position:relative;overflow:hidden}.ThumbnailsCarousel-module__oSR-iW__header{text-align:center;max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.ThumbnailsCarousel-module__oSR-iW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:600}.ThumbnailsCarousel-module__oSR-iW__desc{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.ThumbnailsCarousel-module__oSR-iW__carouselContainer{z-index:60;width:100%;padding:2rem 0;display:flex;position:relative;overflow:hidden}.ThumbnailsCarousel-module__oSR-iW__carouselTrack{will-change:transform;gap:3rem;width:max-content;animation:60s linear infinite ThumbnailsCarousel-module__oSR-iW__scroll;display:flex}.ThumbnailsCarousel-module__oSR-iW__thumbItem{width:450px;transition:transform .8s var(--expo-out);cursor:pointer;flex-shrink:0}.ThumbnailsCarousel-module__oSR-iW__thumbItem:hover{transform:scale(1.04)translateY(-15px)}.ThumbnailsCarousel-module__oSR-iW__imageWrapper{aspect-ratio:16/9;width:100%;transition:box-shadow .8s var(--expo-out);background:#111;border:1px solid #00000008;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000000f}.ThumbnailsCarousel-module__oSR-iW__carouselImage{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--expo-out)}.ThumbnailsCarousel-module__oSR-iW__thumbItem:hover .ThumbnailsCarousel-module__oSR-iW__carouselImage{transform:scale(1.05)}.ThumbnailsCarousel-module__oSR-iW__thumbItem:hover .ThumbnailsCarousel-module__oSR-iW__imageWrapper{box-shadow:0 40px 80px #0000001f}.ThumbnailsCarousel-module__oSR-iW__placeholderText{color:#fff;font-family:var(--font-syne);text-transform:uppercase;letter-spacing:.2em;opacity:.8;z-index:1;font-size:1.1rem;font-weight:700}@keyframes ThumbnailsCarousel-module__oSR-iW__scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes ThumbnailsCarousel-module__oSR-iW__shine{0%{transform:translate(-100%)skew(-20deg)}to{transform:translate(200%)skew(-20deg)}}.ThumbnailsCarousel-module__oSR-iW__wrapper:before{content:"";z-index:50;pointer-events:none;background:0 0;position:absolute;inset:0}@media (max-width:768px){.ThumbnailsCarousel-module__oSR-iW__title{font-size:2.25rem}.ThumbnailsCarousel-module__oSR-iW__thumbItem{width:300px}.ThumbnailsCarousel-module__oSR-iW__wrapper{padding:4rem 0}}
.FAQ-module__uDLo1a__faqSection{z-index:10;background:0 0;padding:8rem 2rem;position:relative}.FAQ-module__uDLo1a__container{max-width:900px;margin:0 auto}.FAQ-module__uDLo1a__header{text-align:center;margin-bottom:3rem}.FAQ-module__uDLo1a__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:600}.FAQ-module__uDLo1a__desc{color:var(--muted);max-width:500px;margin:0 auto;font-size:1.125rem}.FAQ-module__uDLo1a__questionsList{flex-direction:column;gap:1.5rem;display:flex}.FAQ-module__uDLo1a__faqItem{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;transition:all .6s var(--expo-out);border-radius:24px;padding:2rem;overflow:hidden}.FAQ-module__uDLo1a__faqItem:hover{background:#00000005;border-color:#00000026}.FAQ-module__uDLo1a__questionHeader{justify-content:space-between;align-items:center;gap:2rem;display:flex}.FAQ-module__uDLo1a__questionText{color:#000;font-size:1.35rem;font-weight:600}.FAQ-module__uDLo1a__icon{transition:transform .6s var(--spring-bouncy);color:#000;justify-content:center;align-items:center;display:flex}.FAQ-module__uDLo1a__active .FAQ-module__uDLo1a__icon{transform:rotate(45deg)}.FAQ-module__uDLo1a__answerWrapper{transition:grid-template-rows .6s var(--expo-out);grid-template-rows:0fr;display:grid}.FAQ-module__uDLo1a__active .FAQ-module__uDLo1a__answerWrapper{grid-template-rows:1fr}.FAQ-module__uDLo1a__answerContent{overflow:hidden}.FAQ-module__uDLo1a__answerContent p{color:var(--muted);max-width:700px;padding-top:1.5rem;font-size:1.05rem;line-height:1.6}@media (max-width:768px){.FAQ-module__uDLo1a__title{font-size:2.25rem}.FAQ-module__uDLo1a__faqSection{padding:4rem 1.5rem}.FAQ-module__uDLo1a__faqItem{padding:1.25rem}.FAQ-module__uDLo1a__questionText{font-size:1.1rem}.FAQ-module__uDLo1a__header{margin-bottom:2.5rem}}
