.header{display:flex;align-items:center;justify-content:space-between;background-color:transparent;transition:background-color .4s ease,border-bottom .4s ease;border-bottom:1px solid transparent;padding:0 2rem;height:75px;width:100%;box-sizing:border-box;position:fixed;top:0;left:0;z-index:9999}.header.scrolled{background-color:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}.header-left,.header-center,.header-right{flex:1;display:flex;align-items:center;justify-content:center}.header-left{justify-content:flex-start}.header-center{justify-content:center}.header-right{justify-content:flex-end}.logo-w{width:120px;height:auto}.icon-w{width:0px;height:auto}.navigation-pill-list{display:flex;gap:1.5rem;margin-left:auto;align-items:center}.pill-button{background-color:transparent;color:#fff;font-size:.75rem;border:none;cursor:pointer;padding:8px 16px;border-radius:20px;transition:opacity .3s ease}.pill-button:hover{opacity:.6}.burger-icon{display:none;flex-direction:column;justify-content:center;gap:4px;cursor:pointer;margin-left:1rem;z-index:10001}.burger-icon div{width:16px;height:1px;background-color:#fff;border-radius:px;transition:all .3s ease}.burger-icon.open div:nth-child(1){transform:translateY(4px) rotate(45deg)}.burger-icon.open div:nth-child(2){opacity:0}.burger-icon.open div:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-sidebar{position:fixed;top:0;right:-100%;width:80%;height:100vh;background-color:#0b0b0b;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;transition:right .4s ease;z-index:10000;padding:2rem;box-shadow:-8px 0 20px #0009}.mobile-sidebar.open{right:0}.mobile-nav-button{background:none;border:none;color:#fff;font-size:1.2rem;margin:1rem 0;cursor:pointer;width:100%;text-align:left;padding:12px 0}.mobile-nav-button:hover{opacity:.7}@media (max-width: 768px){.header{display:flex;align-items:center;justify-content:space-between;background-color:transparent;transition:background-color .4s ease,border-bottom .4s ease;border-bottom:1px solid transparent;padding:0 2rem;height:50px;width:100%;box-sizing:border-box;position:fixed;top:0;left:0;z-index:9999}.navigation-pill-list{display:none}.burger-icon{display:flex}.logo-w{width:80px;height:auto}.icon-w{width:0px;height:auto}}.site-footer{background-color:#0b0b0b;color:#fff;padding:1rem 8rem .5rem;font-size:.875rem;border-top:1px solid #333;display:flex;flex-direction:column;margin-top:0rem;gap:2rem}.footer-top{display:flex;justify-content:flex-start;align-items:center}.footer-social{display:flex;gap:1rem;align-items:center}.footer-social a img{width:25px;height:25px;filter:brightness(0) invert(1);transition:opacity .3s}.footer-social a:hover img{opacity:.6}.language-switcher{position:relative;display:flex;width:75px;height:32px;border:1px solid #555;border-radius:9999px;overflow:hidden;background-color:#222;margin-left:auto;-webkit-user-select:none;user-select:none}.language-switcher .toggle-btn{flex:1;border:none;background:transparent;color:#aaa;font-weight:600;font-size:.6rem;cursor:pointer;position:relative;z-index:2;transition:color .3s ease;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.language-switcher .toggle-btn.active{color:#fff}.language-switcher .slider{position:absolute;top:2px;left:2px;width:50%;height:calc(100% - 4px);background:linear-gradient(135deg,#555);border-radius:9999px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1;pointer-events:none}.footer-copy-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:.75rem;opacity:.7;padding-top:1rem}.footer-copy{text-align:left;flex:1}.footer-links{display:flex;gap:1.5rem;justify-content:flex-end;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;transition:opacity .3s}.footer-links a:hover{opacity:.6}@media (max-width: 768px){.site-footer{padding:.5rem 1.5rem;gap:0rem;font-size:.75rem}.footer-top{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-social a img{width:18px;height:18px}.footer-copy-row{flex-direction:column;align-items:center;gap:.5rem;text-align:left;padding-top:1rem}.footer-copy{font-size:.5rem;opacity:.8}.footer-links{justify-content:flex-start;gap:1rem}.footer-links a{font-size:.5rem}.language-switcher{width:65px;height:30px}.language-switcher .toggle-btn{font-size:.65rem}}html,body{margin:0;padding:0;height:100%;background-color:#000}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:-9999}.video-scroll-wrapper{position:relative;background-color:#000;width:100%}.video-fixed{position:sticky;top:0;height:100vh;width:100%;overflow:hidden;z-index:1}.scroll-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none;z-index:0;opacity:0;transition:opacity .5s ease;background-color:#000}.scroll-video.video-loaded{opacity:1}.video-text-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.text-block{position:absolute;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;max-width:600px;color:#fff;pointer-events:auto}.text-block.visible{opacity:1;transform:translateY(0)}.text-block-3{top:65%;left:6rem;font-size:1.2rem;font-weight:400;max-width:500px;color:#ccc}.text-block-4{top:70%;left:14rem;font-size:1rem;font-style:italic;max-width:300px;color:#4ce4f9}.loading-container{position:sticky;top:45%;right:25%;display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .3s ease;z-index:9999}.loading-container.visible{opacity:1}.loading-text{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.5rem;display:inline-flex;align-items:center}.dots:after{content:"";display:inline-block;width:1ch;animation:ellipsis 1s steps(4,end) infinite}@keyframes ellipsis{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.progress-bar{width:200px;height:4px;background:#fff3;border-radius:2px;overflow:hidden}.progress-fill{width:0%;height:100%;background:#fff;transition:width .2s ease}@media (max-width: 1399px){.text-block-3{font-size:1rem}.text-block-4{font-size:.8rem}}@media (max-width: 1199px){.text-block-3{font-size:.8rem}.text-block-4{font-size:.6rem}}@media (max-width: 768px){.video-scroll-wrapper{display:none!important}}.first-section{position:relative;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;color:#fff;z-index:2;transition:opacity .2s ease}.background-ether{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.first-section-content{position:relative;z-index:2;margin-top:auto;padding-bottom:8rem;transition:opacity .15s linear}.first-section-content p{margin:0;font-size:1.25rem;color:#f0f0f0}.first-section-footer{position:relative;bottom:4rem;width:100%;text-align:center;z-index:2;transition:opacity .15s linear}.scroll-indicator{position:relative;display:inline-flex;justify-content:center;align-items:center;height:24px}.first-section-footer p{font-size:1rem;margin:0 0 .2rem;color:#aaa}.arrow{width:10px;height:10px;border-left:2px solid #aaa;border-bottom:2px solid #aaa;transform:rotate(-45deg);animation:bounce 1.5s infinite;opacity:.9;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}@keyframes bounce{0%,to{transform:translateY(0) rotate(-45deg)}50%{transform:translateY(6px) rotate(-45deg)}}@media (max-width: 768px){.background-ether{width:100%;height:100%}.first-section-content{padding-bottom:8rem}.first-section-content p{font-size:.9rem}.first-section-footer{bottom:6rem}.first-section-footer p{font-size:.7rem;margin-bottom:.4rem}}.liquid-ether-container{position:relative;overflow:hidden;width:100%;height:100%;touch-action:none}.panel-wrapper{display:flex;align-items:flex-start;justify-content:center;padding:2rem 8rem;box-sizing:border-box;gap:2rem}.panel-content{flex:1 1 50%;text-align:left;color:#fff;padding-right:2rem}.panel-heading h2{font-size:1.5rem;margin-bottom:0rem;color:#fff}.panel-heading h3{font-size:1rem;color:#aaa;margin:0 0 1.5rem}.panel-text p{white-space:pre-line}.panel-image-box{flex:1 1 50%;aspect-ratio:16 / 9;width:100%;overflow:hidden;border:1px solid #333;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.panel-image-box:hover{transform:scale(1.01);box-shadow:0 0 12px #ffffff1a;z-index:1}.panel-image{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none}.play-icon{color:#fff;opacity:0;transition:opacity .3s ease}.panel-image-box:hover .play-icon{opacity:1}.video-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;z-index:9999;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box}.video-modal-inner{background:#000;border-radius:12px;box-shadow:0 0 20px #00000080;padding:1rem;border:1px solid #333;position:relative;width:80vw;max-width:1300px;box-sizing:border-box}.modal-video{width:100%;aspect-ratio:16 / 9;object-fit:contain;border-radius:8px;display:block}.close-button{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;color:#fff;cursor:pointer;z-index:10000}@media (max-width: 768px){.panel-wrapper{flex-direction:column;padding:1.5rem 1.5rem 2rem}.panel-content{flex:1 1 100%;padding-right:0;margin-bottom:1.5rem}.panel-image-box{display:none}.panel-heading h2{font-size:.6rem}.panel-heading h3{font-size:.5rem}.panel-text p{font-size:.4rem}.video-modal{padding:1.5rem;box-sizing:border-box}.video-modal-inner{padding:0;border:none;border-radius:0;width:100%;max-width:100%;box-sizing:border-box;background:transparent;display:flex;justify-content:center;align-items:center}.modal-video{width:80%;aspect-ratio:16 / 9;height:auto;max-height:calc(100vh - 3rem);border-radius:8px;background:#000}}.fade-scroll{opacity:0;transform:translateY(40px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.fade-scroll.visible{opacity:1;transform:translateY(0)}.card-grid-wrapper{width:auto;margin:0 auto;padding:8rem 8rem 10rem;text-align:left}.card-grid-wrapper h2{font-size:1.5rem;font-weight:600;margin-bottom:0;color:#fff}.card-grid-subtext h3{color:#aaa;font-size:1rem;margin:0 0 1rem}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.card-grid-item{color:#fff;transition:transform .2s ease,box-shadow .2s ease;position:relative}.card-grid-item.hovered{transform:scale(1.03);z-index:1}.card-grid-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.card-grid-item .icon{color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.card-grid-title{font-weight:600;font-size:1rem;color:#fff;margin:0}.card-grid-text{color:#bbb;font-size:.9rem;line-height:1.4;margin:0}@media (max-width: 768px){.card-grid-wrapper{padding:0rem 1.5rem 2rem}.card-grid-wrapper h2{font-size:.6rem;margin-bottom:.3rem}.card-grid-subtext h3{font-size:.5rem;margin-bottom:.6rem}.card-grid{grid-template-columns:repeat(4,1fr);gap:.2rem}.card-grid-item{padding:.5rem}.card-grid-title{font-size:.45rem}.card-grid-text{font-size:.4rem;line-height:1.2}.card-grid-header{gap:4px;margin-bottom:3px}.card-grid-item .icon{width:12px;height:12px}}.aboutus-container{width:auto;margin:0 auto;padding-left:8rem;padding-right:8rem;padding-bottom:10rem;color:#fff}.aboutus-container h2{font-size:1.5rem;margin:0}.aboutus-highlight{color:#4ce4f9}.aboutus-intro h3{font-size:1rem;color:#aaa;margin:0 0 1rem}.aboutus-grid{display:grid;gap:2rem;margin-top:2rem}.aboutus-grid.two-columns{grid-template-columns:repeat(2,1fr)}.aboutus-grid.four-columns{grid-template-columns:repeat(4,1fr)}.aboutus-card{background-color:#0b0b0b;border:1px solid #333;border-radius:12px;padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.aboutus-card:hover{transform:scale(1.01);box-shadow:0 0 12px #ffffff1a;z-index:1}.aboutus-author{display:flex;align-items:center;gap:1rem}.aboutus-author img{width:75px;height:75px;border-radius:9999px;object-fit:cover;border:1px solid #333}.aboutus-name{margin:0;margin-bottom:.5rem;font-size:1rem;text-align:left}.aboutus-role{font-size:.875rem;color:#aaa;margin:2rem 0rem 0rem}.icon-row{display:flex;gap:.4rem;margin-top:0rem;min-height:24px;align-items:center}.phone-container{display:flex;align-items:center;gap:0rem;overflow:hidden}.cardlist-link{font-size:.8rem;color:#aaa!important;text-decoration:none;display:inline-flex;align-items:center;background:none;border:none;padding:0;cursor:pointer}.cardlist-link:hover{color:#fff!important}.phone-slide{font-size:.75rem;color:#fff;opacity:0;max-width:0;white-space:nowrap;overflow:hidden;transition:opacity .3s ease,max-width .3s ease;-webkit-user-select:text;user-select:text}.phone-slide.visible{opacity:1;max-width:200px}.phone-button{background:none;border:none;cursor:pointer}.icon-size{width:16px;height:16px}.icon-placeholder{width:16px;height:16px;display:inline-block}@media (max-width: 768px){.aboutus-container{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:3rem}.aboutus-container h2{font-size:.6rem}.aboutus-intro h3{font-size:.5rem;margin-bottom:.6rem}.aboutus-grid.two-columns{grid-template-columns:repeat(2,1fr);gap:.75rem}.aboutus-grid.four-columns{grid-template-columns:repeat(4,1fr);gap:.5rem}.aboutus-card{padding:.5rem;border-radius:8px}.aboutus-author{gap:.5rem}.aboutus-author img{width:25px;height:25px}.aboutus-name{font-size:.45rem;margin-bottom:.1rem}.aboutus-role{font-size:.4rem;margin-top:.25rem}.icon-row{display:flex;gap:.2rem;margin-top:.2rem;min-height:12px;align-items:center}.phone-container{display:flex;align-items:center;gap:.2rem;overflow:hidden}.cardlist-link{font-size:.8rem;color:#fff;text-decoration:none;display:inline-flex;align-items:center;background:none;border:none;padding:0;cursor:pointer}.cardlist-link:hover{color:#fff}.phone-slide{font-size:.4rem;color:#aaa;opacity:0;max-width:0;white-space:nowrap;overflow:hidden;transition:opacity .3s ease,max-width .3s ease;-webkit-user-select:text;user-select:text}.phone-slide.visible{opacity:1;max-width:200px}.phone-button{background:none;border:none;cursor:pointer}.icon-size{width:10px;height:10px}.icon-placeholder{width:10px;height:10px;display:inline-block}}.cardlist-container{width:auto;margin:0 auto;padding-left:8rem;padding-right:8rem;padding-bottom:10rem;color:#fff}.cardlist-container h2{font-size:1.5rem;margin:0}.cardlist-container h3{font-size:1rem;color:#aaa;margin:0 0 1.5rem}.cardlist-grid{display:flex;flex-direction:column;gap:1.5rem}.cardlist-card{display:flex;background-color:#0b0b0b;border:1px solid #333;border-radius:12px;padding:1.5rem;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.cardlist-card:hover{transform:scale(1.01);box-shadow:0 0 12px #ffffff1a;z-index:1}.cardlist-image-wrapper{width:120px;height:120px;border:1px solid #333;border-radius:8px;margin-right:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cardlist-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.cardlist-content h4{margin:0 0 .5rem;font-size:1rem}.cardlist-subtitle{margin:0 0 .75rem;color:#aaa;font-size:.95rem;padding-bottom:2rem}.cardlist-link{margin:0;font-size:.8rem;color:#fff;text-decoration:none}.cardlist-link:hover{color:#aaa}@media (max-width: 768px){.cardlist-container{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:4rem}.cardlist-container h2{font-size:.6rem}.cardlist-container h3{font-size:.5rem;margin-bottom:1rem}.cardlist-grid{gap:1rem}.cardlist-card{flex-direction:row;padding:.75rem;border-radius:8px}.cardlist-image-wrapper{width:55px;height:55px;border-radius:6px;margin-right:1rem}.cardlist-image{width:100%;height:100%}.cardlist-content h4{font-size:.6rem;margin-bottom:.3rem}.cardlist-subtitle{font-size:.5rem;margin-bottom:.5rem;padding-bottom:.75rem}.cardlist-link{font-size:.45rem}}.faq-section{padding:0rem 8rem 12rem;color:#fff;background:#000}.faq-section h2{font-size:1.5rem;margin-bottom:.5rem}.faq-subheadline{font-size:1rem;color:#aaa;margin:0 0 1.5rem}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #333;border-radius:8px;background:#0b0b0b;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:scale(1.01);box-shadow:0 0 12px #ffffff1a;z-index:1}.faq-question{width:100%;background:none;border:none;color:#fff;padding:1rem;text-align:left;font-size:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question:focus,.faq-question:focus-visible{outline-offset:2px;border-radius:6px}.chevron{transition:transform .3s ease}.chevron.open{transform:rotate(180deg)}.faq-answer{height:0;overflow:hidden;transition:height .4s ease,opacity .4s ease;opacity:0}.faq-answer.open{opacity:1}.faq-answer-content{padding:0rem 1rem 1rem;font-size:1rem;color:#aaa}@media (max-width: 768px){.faq-section{padding:1.5rem}.faq-section h2{font-size:.6rem;margin-bottom:1rem}.faq-subheadline{font-size:.5rem;margin-bottom:1rem}.faq-question{font-size:.6rem;padding:.5rem}.faq-answer-content{font-size:.5rem}.chevron{width:.75rem;height:.75rem}.faq-item{border-radius:6px}}html,body{margin:0;padding:0;width:100%;height:100%;min-height:100%;box-sizing:border-box;background-color:#000;color:#fff;font-family:sans-serif;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}.hero{height:400px;background-color:#000;z-index:1}.page{width:100%;max-width:none;padding-top:4rem;display:block;text-align:left}.first-section-wrapper{position:sticky;top:0;z-index:10;pointer-events:auto}.first-section-wrapper.inactive{pointer-events:none}.first-section{position:sticky;top:0;height:100vh;overflow:hidden;will-change:opacity;pointer-events:none}.main-content{position:relative;z-index:1}.page,.first-section{justify-content:center;align-items:center;text-align:center;background-color:#000}.video-section{height:100%;width:auto;position:relative;overflow:hidden;background-color:#000;display:flex;justify-content:center;align-items:center}.video-scroll-wrapper{position:relative;margin-top:-400px}.video-fixed{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#0b0b0b;padding:2rem;border-radius:12px;width:90%;max-width:600px;position:relative;box-shadow:0 0 20px #000000e6}.modal-close-button{position:absolute;top:12px;right:16px;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;line-height:1}@media (max-width: 768px){.first-section-wrapper{position:sticky;top:0;height:0px;z-index:10;pointer-events:auto}}
