.marquee-container[data-astro-cid-bj3sqa3e]{position:relative;width:100%;overflow:hidden;background:rgba(var(--color-secondary),.03);border-top:2px solid rgba(var(--marquee-color),.2);border-bottom:2px solid rgba(var(--marquee-color),.2)}.marquee-container[data-astro-cid-bj3sqa3e]:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--marquee-color),.05) 0%,transparent 20%,transparent 80%,rgba(var(--marquee-color),.05) 100%);pointer-events:none;z-index:1}.marquee[data-astro-cid-bj3sqa3e]{--duration: calc(var(--speed) * 1s);display:flex;width:max-content;animation:scroll var(--duration) linear infinite;position:relative;z-index:2}.marquee[data-astro-cid-bj3sqa3e].reverse{animation-direction:reverse}.marquee[data-astro-cid-bj3sqa3e].pause-on-hover:hover{animation-play-state:paused}.marquee[data-astro-cid-bj3sqa3e].pause-on-hover:hover .marquee-item[data-astro-cid-bj3sqa3e]{transform:scale(1.05);text-shadow:0 4px 20px rgba(var(--marquee-color),.4)}.marquee-content[data-astro-cid-bj3sqa3e]{display:flex;align-items:center;padding:1rem;gap:2rem}.marquee-item[data-astro-cid-bj3sqa3e]{position:relative;white-space:nowrap;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:var(--bold);color:rgb(var(--marquee-color));letter-spacing:-.02em;text-shadow:0 2px 15px rgba(var(--marquee-color),.2);transition:all .4s ease;padding:0 1rem}.marquee-item[data-astro-cid-bj3sqa3e]:after{content:"•";position:absolute;right:-1rem;top:50%;transform:translateY(-50%);color:rgba(var(--marquee-color),.3);font-size:.8em}.marquee-item[data-astro-cid-bj3sqa3e]:last-child:after{display:block}.marquee-item[data-astro-cid-bj3sqa3e].even{opacity:.8}.marquee[data-astro-cid-bj3sqa3e].pause-on-hover:hover .marquee-item[data-astro-cid-bj3sqa3e].even{opacity:1}.marquee-decoration[data-astro-cid-bj3sqa3e]{position:absolute;border-radius:50%;pointer-events:none;opacity:.08;z-index:0}.marquee-decoration--1[data-astro-cid-bj3sqa3e]{width:400px;height:400px;top:-150px;left:10%;background:radial-gradient(circle,rgb(var(--marquee-color)) 12%,transparent 60%);animation:float1 20s ease-in-out infinite}.marquee-decoration--2[data-astro-cid-bj3sqa3e]{width:350px;height:350px;bottom:-120px;right:15%;background:radial-gradient(circle,rgb(var(--marquee-color)) 12%,transparent 60%);animation:float2 18s ease-in-out infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes float1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,20px) scale(1.1)}}@keyframes float2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,-20px) scale(1.1)}}@media (prefers-reduced-motion: no-preference){.marquee[data-astro-cid-bj3sqa3e]{will-change:transform}}@media (prefers-reduced-motion: reduce){.marquee[data-astro-cid-bj3sqa3e]{animation-duration:calc(var(--duration) * 3)}.marquee[data-astro-cid-bj3sqa3e].pause-on-hover:hover .marquee-item[data-astro-cid-bj3sqa3e]{transform:scale(1.02)}.marquee-decoration--1[data-astro-cid-bj3sqa3e],.marquee-decoration--2[data-astro-cid-bj3sqa3e]{animation:none}}@media screen and (max-width: 768px){.marquee-content[data-astro-cid-bj3sqa3e]{padding:.75rem;gap:1.5rem}.marquee-item[data-astro-cid-bj3sqa3e]{font-size:clamp(1.25rem,4vw,1.75rem);padding:0 .75rem}.marquee-item[data-astro-cid-bj3sqa3e]:after{right:-.75rem;font-size:.7em}.marquee-decoration--1[data-astro-cid-bj3sqa3e]{width:300px;height:300px;top:-100px}.marquee-decoration--2[data-astro-cid-bj3sqa3e]{width:250px;height:250px;bottom:-80px}}@media screen and (max-width: 480px){.marquee-content[data-astro-cid-bj3sqa3e]{padding:.5rem;gap:1rem}.marquee-item[data-astro-cid-bj3sqa3e]{font-size:clamp(1.1rem,5vw,1.5rem);padding:0 .5rem}.marquee-item[data-astro-cid-bj3sqa3e]:after{right:-.5rem}.marquee-decoration--1[data-astro-cid-bj3sqa3e]{width:200px;height:200px;top:-70px}.marquee-decoration--2[data-astro-cid-bj3sqa3e]{width:180px;height:180px;bottom:-60px}}.testimonial-card[data-astro-cid-ysasvp6c]{position:relative;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2.5rem;min-height:320px;background:rgba(var(--color-secondary),.05);border:2px solid rgb(var(--color-secondary));transition:all .4s ease;overflow:hidden;opacity:0}.testimonial-card[data-astro-cid-ysasvp6c]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgb(var(--testimonial-color)) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.testimonial-card[data-astro-cid-ysasvp6c]:hover:before{opacity:.05}.testimonial-card[data-astro-cid-ysasvp6c]:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(var(--testimonial-color),.15);border-color:rgb(var(--testimonial-color))}.testimonial-card[data-astro-cid-ysasvp6c]:focus-within{outline:3px solid rgb(var(--testimonial-color));outline-offset:4px}.testimonial-content[data-astro-cid-ysasvp6c]{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem}.quote-icon-wrapper[data-astro-cid-ysasvp6c]{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--testimonial-color),.1);transition:all .4s ease}.testimonial-card[data-astro-cid-ysasvp6c]:hover .quote-icon-wrapper[data-astro-cid-ysasvp6c]{transform:scale(1.15) rotate(5deg);background:rgba(var(--testimonial-color),.15)}.quote-icon[data-astro-cid-ysasvp6c]{width:1.75rem;height:1.75rem;transition:all .4s ease}.content[data-astro-cid-ysasvp6c]{margin:0;font-style:italic;opacity:.95}.rating[data-astro-cid-ysasvp6c]{display:flex;gap:.25rem;margin-top:.5rem}.star[data-astro-cid-ysasvp6c]{width:1.25rem;height:1.25rem;transition:all .3s ease}.star--filled[data-astro-cid-ysasvp6c]{color:rgb(var(--testimonial-color));filter:drop-shadow(0 2px 4px rgba(var(--testimonial-color),.3))}.star--empty[data-astro-cid-ysasvp6c]{color:rgba(var(--testimonial-color),.2)}.testimonial-card[data-astro-cid-ysasvp6c]:hover .star--filled[data-astro-cid-ysasvp6c]{transform:scale(1.1)}.testimonial-author[data-astro-cid-ysasvp6c]{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}.author-avatar[data-astro-cid-ysasvp6c]{width:60px;height:60px;min-width:60px;border-radius:50%;overflow:hidden;border:3px solid rgba(var(--testimonial-color),.3);transition:all .4s ease}.testimonial-card[data-astro-cid-ysasvp6c]:hover .author-avatar[data-astro-cid-ysasvp6c]{border-color:rgb(var(--testimonial-color));transform:scale(1.05);box-shadow:0 8px 20px rgba(var(--testimonial-color),.3)}.author-avatar[data-astro-cid-ysasvp6c] img[data-astro-cid-ysasvp6c]{width:100%;height:100%;object-fit:cover}.author-info[data-astro-cid-ysasvp6c]{display:flex;flex-direction:column;gap:.25rem}.author-name[data-astro-cid-ysasvp6c]{margin:0;color:rgb(var(--testimonial-color));text-shadow:0 2px 10px rgba(var(--testimonial-color),.15)}.testimonial-card[data-astro-cid-ysasvp6c]:hover .author-name[data-astro-cid-ysasvp6c]{text-shadow:0 4px 20px rgba(var(--testimonial-color),.25)}.author-role[data-astro-cid-ysasvp6c]{font-weight:600;margin:0;opacity:.8}.author-year[data-astro-cid-ysasvp6c]{margin:0;opacity:.6}.testimonial-decoration[data-astro-cid-ysasvp6c]{position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgb(var(--testimonial-color)) 12%,transparent 60%);opacity:.12;border-radius:50%;pointer-events:none;transition:all .4s ease}.testimonial-card[data-astro-cid-ysasvp6c]:hover .testimonial-decoration[data-astro-cid-ysasvp6c]{opacity:.18;transform:scale(1.1)}@media (prefers-reduced-motion: no-preference){.testimonial-card[data-astro-cid-ysasvp6c]{will-change:transform}}@media (prefers-reduced-motion: reduce){.testimonial-card[data-astro-cid-ysasvp6c]:hover{transform:translateY(-5px)}.testimonial-card[data-astro-cid-ysasvp6c]:hover .quote-icon-wrapper[data-astro-cid-ysasvp6c],.testimonial-card[data-astro-cid-ysasvp6c]:hover .author-avatar[data-astro-cid-ysasvp6c]{transform:scale(1.05)}.testimonial-card[data-astro-cid-ysasvp6c]:hover .testimonial-decoration[data-astro-cid-ysasvp6c],.testimonial-card[data-astro-cid-ysasvp6c]:hover .star--filled[data-astro-cid-ysasvp6c]{transform:none}}@media screen and (max-width: 768px){.testimonial-card[data-astro-cid-ysasvp6c]{padding:2rem;min-height:280px;gap:1.25rem}.quote-icon-wrapper[data-astro-cid-ysasvp6c]{width:45px;height:45px}.quote-icon[data-astro-cid-ysasvp6c]{width:1.5rem;height:1.5rem}.author-avatar[data-astro-cid-ysasvp6c]{width:55px;height:55px;min-width:55px}.testimonial-decoration[data-astro-cid-ysasvp6c]{width:160px;height:160px;bottom:-30px;right:-30px}}@media screen and (max-width: 575px){.testimonial-card[data-astro-cid-ysasvp6c]{padding:1.75rem;min-height:260px;gap:1rem}.quote-icon-wrapper[data-astro-cid-ysasvp6c]{width:40px;height:40px}.quote-icon[data-astro-cid-ysasvp6c]{width:1.25rem;height:1.25rem}.author-avatar[data-astro-cid-ysasvp6c]{width:50px;height:50px;min-width:50px}.testimonial-decoration[data-astro-cid-ysasvp6c]{width:140px;height:140px;bottom:-25px;right:-25px}}.container[data-astro-cid-j7pv25f6]:has(.hero){min-height:calc(560px + 1rem);height:calc(100vh - 5rem);padding:7rem 2rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;h1,p{color:rgb(var(--color-background))}}.hero-img[data-astro-cid-j7pv25f6]{position:absolute;top:0;left:0;right:0;width:100vw;height:100vh;min-height:calc(640px + 1rem);overflow:hidden;z-index:-1;.video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}}}.hero-img[data-astro-cid-j7pv25f6]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:brightness(.4)}.hero[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.marquee[data-astro-cid-j7pv25f6]{background-color:rgb(var(--color-tertiary))}.testimonials-grid[data-astro-cid-j7pv25f6]{display:flex;width:100%;gap:2rem;padding:1rem}.youtube-video[data-astro-cid-j7pv25f6]{width:100%;max-width:880px;aspect-ratio:16 / 9;outline:none;border:none;overflow:hidden;position:relative}.zoku[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;img{width:400px;height:auto}}h1[data-astro-cid-j7pv25f6]{text-align:left;span{text-transform:uppercase}}@media screen and (max-width: 940px){.hero-img[data-astro-cid-j7pv25f6]{top:-3rem;right:0rem;img{width:150px}}}@media screen and (max-width: 768px){.container[data-astro-cid-j7pv25f6]:has(.hero){padding:5rem 1rem 1rem;height:calc(100vh - 3rem)}.hero[data-astro-cid-j7pv25f6]{padding:0rem}.hero-img[data-astro-cid-j7pv25f6]{top:-1rem;right:0rem;img{width:100px}}.row[data-astro-cid-j7pv25f6].m-2{margin:0}.testimonials-grid[data-astro-cid-j7pv25f6]{flex-direction:column;padding:0}.yt-video-container[data-astro-cid-j7pv25f6]{padding:0;margin-top:2rem;aspect-ratio:2 / 1}.hero[data-astro-cid-j7pv25f6] .card[data-astro-cid-j7pv25f6]{padding:2rem 1rem}}@media (orientation: portrait){.video-container[data-astro-cid-j7pv25f6]{width:100%;height:auto}}@media (orientation: landscape){.video-container[data-astro-cid-j7pv25f6]{width:auto;height:100%}}
