@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@font-face{font-family:DentonCondensedTest;src:url(/font/Denton%20Condensed%20Test/DentonCondensedTest-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:DentonCondensedTest;src:url(/font/Denton%20Condensed%20Test/DentonCondensedTest-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:DentonCondensedTest;src:url(/font/Denton%20Condensed%20Test/DentonCondensedTest-RegularItalic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:DentonCondensedTest;src:url(/font/Denton%20Condensed%20Test/DentonCondensedTest-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none}body{background-color:#fff}.navbar{background-color:#fff;padding:0;position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid #E0E0E0}.navbar-container{width:100%;max-width:100vw;margin:0 auto;padding:0 6rem;display:flex;justify-content:space-between;align-items:center;height:50px;box-sizing:border-box}.navbar-logo{display:flex;align-items:center;padding-left:8rem}.logo-link{font-size:1.5rem;font-weight:600;color:#035eff;text-decoration:none;font-family:Lato,sans-serif;font-style:italic;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.logo-link svg{display:block;flex-shrink:0}.logo-link:hover{color:#035eff}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:2rem;padding-right:8rem;height:100%}.navbar-item{margin:0}.navbar-link{color:#666;text-decoration:none;font-size:.75rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .3s ease;padding:.5rem 0;position:relative;white-space:nowrap}.navbar-link:hover{color:#4285f4}.navbar-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:50%;background-color:#4285f4;transition:all .3s ease;transform:translate(-50%)}.navbar-link:hover:after{width:100%}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.bar{width:25px;height:3px;background-color:#666;margin:3px 0;transition:.3s;border-radius:2px}@media screen and (max-width: 768px){.navbar-container{padding:0 1rem;height:50px;position:relative}.navbar-logo{padding-left:0!important;flex:1}.navbar-toggle{display:flex;margin-right:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.navbar-menu{position:fixed;left:-100%;top:50px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:0;height:auto}.navbar-menu.active{left:0}.navbar-item{margin:1rem 0}.navbar-link{font-size:1.1rem;padding:1rem;display:block}.navbar-link:after{display:none}.navbar-toggle.active .bar:nth-child(2){opacity:0}.navbar-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media screen and (max-width: 1024px) and (min-width: 769px){.navbar-container{padding:0 1.5rem}.navbar-menu{gap:1.5rem}.navbar-link{font-size:.9rem}}@media screen and (min-width: 1200px){.navbar-container{padding:0 3rem}.navbar-menu{gap:2.5rem}}body{padding-top:70px}@media screen and (max-width: 768px){body{padding-top:60px}}.hero{background-color:#fff;display:grid;grid-template-rows:auto auto;gap:2rem;min-height:100vh;padding:2rem 0;justify-content:center;align-content:start}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;display:flex;justify-content:center;align-items:center}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:400;margin-bottom:1rem;font-family:Roboto,sans-serif}.hero-title-black{color:#333;display:inline}.hero-title-blue{color:#035eff;display:inline;font-size:3.6rem;font-weight:900;font-family:DentonCondensedTest,sans-serif}.hero-description{font-size:1rem;color:#757575;line-height:1.6;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-weight:400}.hero-cta-button{color:#fff;border:none;padding:.55rem 1.1rem;font-size:.85rem;font-weight:400;border-radius:1rem;background:#000;cursor:pointer;transition:all .3s ease;font-family:Roboto,sans-serif;text-decoration:none;display:inline-block}.hero-cta-button:hover{background-color:#333}.hero-cta-button:active{transform:translateY(0)}.hero-image{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;position:relative}.hero-image img{width:100%;height:auto;max-width:1200px;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none;display:block}.hero-bg-blue{width:120%;height:120%;position:absolute;z-index:1;top:22%;left:50%;transform:translate(-50%,-50%)}.hero-bg-main{position:relative;z-index:2}@media screen and (max-width: 1024px){.hero{padding:5rem 0 3rem;min-height:60vh}.hero-container{padding:0 1.5rem}.hero-title{font-size:3rem;margin-bottom:1.5rem}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-image{margin-top:1.5rem}.hero-image img{max-width:900px;width:90%}}@media screen and (max-width: 768px){.hero{padding:4rem 0 3rem;min-height:50vh}.hero-container{padding:0 1rem}.hero-content{max-width:100%}.hero-title{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.3}.hero-description{font-size:.95rem;margin-bottom:2rem;line-height:1.5}.hero-cta-button{padding:.875rem 1.75rem;font-size:.95rem}.hero-image{margin-top:1rem}.hero-image img{max-width:600px;width:95%}}@media screen and (max-width: 480px){.hero{padding:3rem 0 2rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-description{font-size:.9rem;margin-bottom:1.5rem}.hero-cta-button{padding:.75rem 1.5rem;font-size:.9rem;width:100%;max-width:200px}.hero-image{margin-top:.75rem}.hero-image img{max-width:400px;width:100%}}.logo-carousel{background-color:#fff;padding:3rem 0;overflow:hidden;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.logo-carousel-container{width:100%;overflow:hidden;position:relative}.logo-carousel-track{display:flex;align-items:center;animation:scroll-left 30s linear infinite;width:calc(200% + 2rem)}.logo-item{flex:0 0 auto;margin-right:3rem;display:flex;align-items:center;justify-content:center;height:60px}.logo-image{max-height:40px;max-width:120px;width:auto;height:auto;object-fit:contain;transition:all .3s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width: 1024px){.logo-carousel{padding:2.5rem 0}.logo-item{margin-right:2.5rem;height:55px}.logo-image{max-height:35px;max-width:100px}.logo-carousel-track{animation-duration:25s}}@media screen and (max-width: 768px){.logo-carousel{padding:2rem 0}.logo-item{margin-right:2rem;height:50px}.logo-image{max-height:30px;max-width:80px}.logo-carousel-track{animation-duration:20s}}@media screen and (max-width: 480px){.logo-carousel{padding:1.5rem 0}.logo-item{margin-right:1.5rem;height:45px}.logo-image{max-height:25px;max-width:70px}.logo-carousel-track{animation-duration:18s}}@media screen and (min-width: 1200px){.logo-carousel{padding:4rem 0}.logo-item{margin-right:4rem;height:70px}.logo-image{max-height:50px;max-width:140px}.logo-carousel-track{animation-duration:35s}}@media (prefers-reduced-motion: reduce){.logo-carousel-track{animation:none}.logo-carousel-track{justify-content:center;flex-wrap:wrap;gap:2rem;width:100%}.logo-item{margin-right:0}}.order-automation{background-color:#fff;overflow:hidden}.order-automation-container{max-width:900px;margin:0 auto;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.order-automation-container-header{padding-top:2rem;padding-bottom:2rem;padding-left:2rem;max-width:900px;margin:0 auto;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.order-automation-title{font-size:2.5rem;font-weight:600;color:#4285f4;font-family:DentonCondensedTest,sans-serif}.order-automation-subtitle{font-size:2rem;font-weight:500;color:#333;margin-bottom:1rem;font-family:Roboto,sans-serif}.order-automation-description{font-size:1rem;color:#666;margin:0 auto;font-family:Roboto,sans-serif}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-top:0}.feature-card{background:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;height:100%}.feature-header{padding-left:2rem;padding-top:2rem;margin-bottom:1.5rem}.feature-icon-wrapper{display:flex;align-items:center;gap:0rem;border-radius:.625rem}.feature-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.feature-label{font-size:1rem;font-weight:600;color:#4285f4;font-family:Roboto,sans-serif}.feature-content{display:flex;flex-direction:column;gap:1rem}.feature-title{padding-left:2rem;font-size:1.25rem;font-weight:600;color:#333;margin:0;font-family:Roboto,sans-serif}.feature-description{padding-left:2rem;font-size:.85rem;width:90%;color:#666;line-height:1.5;margin:0;font-family:Roboto,sans-serif}.feature-visualization{margin-top:1.5rem;min-height:150px}.feature-visualization img{width:100%}.code-mapping-visual{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.code-mapping-visual img{width:80%;height:150px;object-fit:contain}.mapping-left,.mapping-right{flex:1;display:flex;flex-direction:column;gap:.5rem}.code-item{background:#f0f7ff;padding:.5rem;border-radius:4px;font-size:.85rem;color:#4285f4;font-family:"monospace";text-align:center}.mapping-center{display:flex;align-items:center;justify-content:center}.mapping-icon{font-size:2rem;color:#4285f4}.integration-visual{display:flex;align-items:center;justify-content:center;height:100%}.integration-flow{display:flex;align-items:center;width:100%;margin-bottom:2rem;justify-content:center}.integration-flow img{width:100%}.flow-icon,.integration-icon{font-size:3rem;color:#4285f4}.stats-visual{display:flex;justify-content:center;align-items:center;position:relative}.stats-visual img{position:absolute;width:90%;top:0;right:0}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:6px}.stat-label{font-size:.9rem;color:#666;font-family:Roboto,sans-serif}.stat-value{font-size:1.1rem;font-weight:600;color:#333;font-family:Roboto,sans-serif}.map-visual{display:flex}.map-placeholder img{width:100%;height:150px;object-fit:contain}.default-visual{display:flex;align-items:center;justify-content:center;height:100%}.visual-placeholder{color:#4285f4;width:100%;display:flex;justify-content:center;align-items:center}.visual-placeholder img{width:90%}.visual-placeholder2{color:#4285f4;width:100%;display:flex}.visual-placeholder2 img{width:100%}@media screen and (max-width: 1024px){.order-automation{padding:3rem 0}.order-automation-container{padding:0 1.5rem}.order-automation-title{font-size:2.25rem}.order-automation-subtitle{font-size:1.75rem}.order-automation-description{font-size:.95rem}.features-grid{gap:0}.feature-card{padding:1.75rem}}@media screen and (max-width: 768px){.order-automation{padding:2.5rem 0}.order-automation-container{padding:0 1rem}.order-automation-title{font-size:2rem}.order-automation-subtitle{font-size:1.5rem}.order-automation-description{font-size:.9rem}.features-grid{grid-template-columns:1fr;gap:0}.feature-card{padding:1.5rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}.feature-visualization{min-height:120px}}@media screen and (max-width: 480px){.order-automation{padding:2rem 0}.order-automation-title{font-size:1.75rem;margin-bottom:.25rem}.order-automation-subtitle{font-size:1.25rem;margin-bottom:.75rem}.order-automation-description{font-size:.85rem}.features-grid{grid-template-columns:1fr;gap:0}.feature-card{padding:1.25rem}.feature-icon{width:35px;height:35px;font-size:1.25rem}.feature-label{font-size:.9rem}.feature-title{font-size:1rem}.feature-description{font-size:.85rem}.feature-visualization{min-height:100px}.code-item{font-size:.75rem;padding:.4rem}.stat-row{padding:.5rem}.stat-label{font-size:.8rem}.stat-value{font-size:.95rem}}.testimonials{background-color:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;position:relative}.empty-space{height:4rem;width:30%}.testimonials-container{max-width:800px;margin:0 auto;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;padding:0;position:relative}.testimonials-title{font-size:2.5rem;font-weight:600;color:#333;text-align:center;padding:2rem 0;margin:0;font-family:Roboto,sans-serif;line-height:1.2;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.testimonials-title .highlight{color:#4285f4;font-family:DentonCondensedTest,sans-serif}.testimonials-grid{display:flex;justify-content:center;align-items:center}.testimonial-card{max-width:600px;width:100%;text-align:left;padding:2rem;border-left:1px solid #e0e0e0}.testimonial-text{font-size:1rem;line-height:1.6;color:#333;margin:0 0 2rem;font-family:Roboto,sans-serif;font-weight:400}.testimonial-footer{display:flex;flex-direction:column;gap:1.5rem}.author-name{font-size:1rem;font-weight:600;color:#4285f4;margin-bottom:.25rem;font-family:Roboto,sans-serif}.author-title{font-size:.9rem;color:#666;font-family:Roboto,sans-serif;font-weight:400}.company-logo{display:flex;align-items:center}.company-logo-image{max-height:40px;max-width:120px;width:auto;height:auto;object-fit:contain}@media screen and (max-width: 1024px){.empty-space{height:3rem}.testimonials-container{max-width:700px}.testimonials-title{font-size:2.25rem;padding:1.75rem 0}.testimonial-card{padding:1.75rem}.testimonial-text{font-size:.95rem;margin-bottom:1.75rem}.author-name{font-size:.95rem}.author-title{font-size:.85rem}.company-logo-image{max-height:35px;max-width:100px}}@media screen and (max-width: 768px){.empty-space{height:2.5rem}.testimonials-container{max-width:calc(100% - 2rem);margin:0 1rem}.testimonials-title{font-size:2rem;padding:1.5rem 1rem}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.testimonial-footer{gap:1.25rem}.author-name{font-size:.9rem}.author-title{font-size:.8rem}.company-logo-image{max-height:30px;max-width:90px}}@media screen and (max-width: 480px){.empty-space{height:2rem}.testimonials-container{max-width:calc(100% - 1rem);margin:0 .5rem}.testimonials-title{font-size:1.75rem;padding:1.25rem .75rem}.testimonial-card{padding:1.25rem}.testimonial-text{font-size:.85rem;line-height:1.4;margin-bottom:1.25rem}.testimonial-footer{gap:1rem}.author-name{font-size:.85rem}.author-title{font-size:.75rem}.company-logo-image{max-height:25px;max-width:80px}}@media screen and (min-width: 1200px){.empty-space{height:5rem}.testimonials-container{max-width:900px}.testimonials-title{font-size:3rem;padding:2.5rem 0}.testimonial-card{max-width:650px;padding:7rem 2.5rem}.testimonial-text{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.testimonial-footer{gap:2rem}.author-name{font-size:1.1rem}.author-title{font-size:1rem}.company-logo-image{max-height:50px;max-width:140px}}@media screen and (max-width: 360px){.testimonials-container{max-width:calc(100% - .5rem)}.empty-space{height:1.5rem}.testimonials-title{font-size:1.5rem;padding:1rem .5rem}.testimonial-card{padding:1rem}.testimonial-text{font-size:.8rem}}.VideoDiv{overflow:hidden;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.VideoDiv-container{max-width:900px;margin:0 auto;display:flex;align-items:stretch;border:1px solid rgba(228,228,228,1)}.VideoDiv-content{flex:1;max-width:250px;border-left:1px solid rgba(228,228,228,1)}.VideoDiv-text{padding-top:2rem;padding-left:2rem;font-size:1.45rem;font-weight:600;color:#000;line-height:1.2;margin:0 0 5rem;font-family:Roboto}.VideoDiv-li{display:flex;flex-direction:column}.feature-list-item{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.feature-list-text{padding-left:2rem;color:#000;font-size:.8rem;font-weight:400;opacity:.9}.VideoDiv-video{flex:1;background-image:url(/bgbg.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.VideoDiv-centered-image{max-width:85%;max-height:85%;width:auto;height:auto;object-fit:contain;border-radius:8px;z-index:1}@media screen and (min-width: 1400px){.VideoDiv-container{max-width:900px}.VideoDiv-text{font-size:1.45rem}}@media screen and (min-width: 1024px) and (max-width: 1399px){.VideoDiv-container{max-width:900px}.VideoDiv-text{font-size:1.45rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.VideoDiv{min-width:auto}.VideoDiv-container{max-width:100%;flex-direction:column;text-align:center}.VideoDiv-content{max-width:none;padding:1rem}.VideoDiv-text{font-size:1.25rem}.VideoDiv-li{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.feature-list-item{padding:.75rem 1.5rem;border-bottom:none;border:1px solid rgba(255,255,255,.2);border-radius:25px;background:#ffffff1a}.feature-list-item:hover{padding:.75rem 1.5rem;transform:translateY(-2px)}.feature-list-text{font-size:1rem}.VideoDiv-video{width:100%;min-height:300px;max-width:600px;margin:0 auto}}@media screen and (max-width: 767px){.VideoDiv{min-width:auto;padding:1rem 0}.VideoDiv-container{max-width:95%;flex-direction:column;text-align:left;margin:0 auto}.VideoDiv-content{max-width:100%;padding:2rem 1.5rem;border-left:none;border-top:1px solid rgba(228,228,228,1)}.VideoDiv-text{font-size:2rem;padding-left:0;padding-top:0;margin:0 0 2rem;line-height:1.3}.VideoDiv-li{flex-direction:column;gap:0}.feature-list-item{padding:1rem 0;border-bottom:1px solid rgba(228,228,228,1);border-radius:0;background:transparent}.feature-list-item:hover{padding:1rem 0;background:transparent}.feature-list-text{font-size:.9rem;padding-left:0;opacity:.8}.VideoDiv-video{width:100%;min-height:300px;padding:1.5rem}.VideoDiv-centered-image{max-width:90%;max-height:90%}}@media screen and (max-width: 480px){.VideoDiv-content{padding:1.5rem 1rem}.VideoDiv-text{font-size:1.5rem;margin:0 0 1.5rem}.feature-list-item{padding:.875rem 0}.feature-list-text{font-size:.85rem}.VideoDiv-video{min-height:250px;padding:1rem}}.reimagine{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.reimagine-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.reimagine-bg-image{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none;display:block}.reimagine-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.reimagine-content{text-align:center;max-width:800px;margin:0 auto}.reimagine-title{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;font-family:Roboto,sans-serif;line-height:1.2}.reimagine-title span{font-family:DentonCondensedTest,sans-serif}.reimagine-description{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:2.5rem;font-family:Roboto,sans-serif;font-weight:400}.reimagine-cta-button{background-color:#fff;color:#333;border:none;padding:.65rem 1.1rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-family:Roboto,sans-serif;text-decoration:none;display:inline-block;box-shadow:0 4px 15px #0003}.reimagine-cta-button:hover{background-color:#e5e5e5}.reimagine-cta-button:active{transform:translateY(0);box-shadow:0 4px 15px #0003}@media screen and (max-width: 1024px){.reimagine{min-height:50vh}.reimagine-container{padding:3rem 1.5rem}.reimagine-content{max-width:700px}.reimagine-title{font-size:2.5rem;margin-bottom:1.25rem}.reimagine-description{font-size:1rem;margin-bottom:2rem}.reimagine-cta-button{padding:.65rem 1rem;font-size:.95rem}}@media screen and (max-width: 768px){.reimagine{min-height:45vh}.reimagine-container{padding:2.5rem 1rem}.reimagine-content{max-width:100%}.reimagine-title{font-size:2rem;margin-bottom:1rem;line-height:1.3}.reimagine-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.reimagine-description br{display:none}.reimagine-cta-button{padding:.65rem 1rem;font-size:.9rem}}@media screen and (max-width: 480px){.reimagine{min-height:40vh}.reimagine-container{padding:2rem 1rem}.reimagine-title{font-size:1.75rem;margin-bottom:.75rem}.reimagine-description{font-size:.9rem;margin-bottom:1.25rem}.reimagine-cta-button{padding:.75rem 1.25rem;font-size:.85rem;width:100%;max-width:200px}}@media screen and (min-width: 1200px){.reimagine-container{padding:5rem 3rem}.reimagine-content{max-width:900px}.reimagine-title{font-size:3rem;margin-bottom:1rem}.reimagine-description{font-size:1.2rem;margin-bottom:2rem}.reimagine-cta-button{padding:.85rem 1.75rem;font-size:1rem}}.faq{background-color:#fff;border-bottom:1px solid #e0e0e0}.faq-container{max-width:800px;margin:0 auto;padding:0!important;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.faq-title{font-size:2.5rem;font-weight:600;color:#035eff;text-align:center;padding-bottom:1.5rem;padding-top:1.5rem;font-family:DentonCondensedTest,sans-serif}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #e0e0e0;background-color:#fff}.faq-item:first-child{border-top:1px solid #e0e0e0}.faq-question{width:100%;padding:1rem 0!important;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-family:Roboto,sans-serif;font-weight:500;color:#333;transition:color .3s ease}.faq-question:hover{color:#4285f4}.faq-question-text{flex:1;text-align:left;padding-left:1.5rem}.faq-icon{margin-left:1rem;transition:transform .3s ease;min-width:20px;display:flex;align-items:center;justify-content:center}.faq-icon svg{transition:transform .3s ease}.faq-item.active .faq-icon svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer.open{max-height:200px;transition:max-height .3s ease-in}.faq-answer-content{padding:0 0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6;color:#666;font-family:Roboto,sans-serif;font-weight:400}@media screen and (max-width: 1024px){.faq{padding:3rem 0}.faq-container{padding:0 1.5rem}.faq-title{font-size:2.25rem;padding-bottom:1.5rem;padding-top:1.5rem}.faq-question{padding:1.25rem 0;font-size:.95rem}.faq-answer-content{padding:0 0 1.25rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 768px){.faq{padding:2.5rem 0}.faq-container{padding:0 1rem}.faq-title{font-size:2rem;padding-bottom:1.5rem;padding-top:1.5rem}.faq-question{padding:1rem 0;font-size:.9rem}.faq-icon{margin-left:.75rem}.faq-icon svg{width:14px;height:14px}.faq-answer-content{padding:0 0 1rem 1.5rem;font-size:.85rem;line-height:1.5}.faq-answer.open{max-height:250px}}@media screen and (max-width: 480px){.faq{padding:2rem 0}.faq-container{padding:0 1rem}.faq-title{font-size:1.75rem;padding-bottom:1.5rem;padding-top:1.5rem}.faq-question{padding:.875rem 0;font-size:.85rem}.faq-icon{margin-left:.5rem}.faq-icon svg{width:12px;height:12px}.faq-answer-content{padding:0 0 .875rem 1.5rem;font-size:.8rem}.faq-answer.open{max-height:300px}}@media screen and (min-width: 1200px){.faq-container{max-width:900px;padding:0 3rem}.faq-title{font-size:3rem;padding-bottom:1.5rem}.faq-question{padding:1.75rem 0;font-size:1.1rem}.faq-answer-content{padding:0 0 1.75rem 1.5rem;font-size:1rem}}.footer{background-color:#fff;padding:4rem 0 0;display:flex;flex-direction:column}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.footer-content{padding-bottom:3rem;margin-bottom:4rem}.testimonial-section{text-align:center;max-width:800px;margin:0 auto;padding:2rem 0}.testimonial-text{font-size:1.1rem!important;color:#000;font-weight:700;line-height:1.2!important;letter-spacing:0em!important;margin-bottom:1rem;font-family:Roboto,sans-serif}.testimonial-author{font-size:.95rem;color:#0006;font-family:Roboto,sans-serif;font-weight:600;margin:0}.footer-background{width:100%;margin-top:auto;display:flex;justify-content:center}.footer-bg-image{padding-left:4rem;padding-right:4rem;width:100%;height:auto;display:block;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none}@media screen and (max-width: 1024px){.footer{padding:3rem 0 0}.footer-container{padding:0 1.5rem}.testimonial-section{max-width:700px;padding:1.5rem 0}.testimonial-text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{font-size:.9rem}.footer-content{padding-bottom:2.5rem}}@media screen and (max-width: 768px){.footer{padding:2rem 0 0}.footer-container{padding:0 1rem}.testimonial-section{max-width:100%;padding:1rem 0}.testimonial-text{font-size:.95rem;line-height:1.5;margin-bottom:1rem}.testimonial-author{font-size:.85rem}.footer-content{padding-bottom:2rem}}@media screen and (max-width: 480px){.footer{padding:1.5rem 0 0}.testimonial-section{padding:.75rem 0}.testimonial-text{font-size:.9rem;line-height:1.4;margin-bottom:.75rem}.testimonial-author{font-size:.8rem}.footer-content{padding-bottom:1.5rem}.footer-bg-image{padding:1rem;padding-bottom:0!important;width:100%}}@media screen and (min-width: 1200px){.footer-container{padding:0 3rem}.testimonial-section{max-width:900px}.testimonial-text{font-size:1.2rem;line-height:1.8}.testimonial-author{font-size:1rem}}.pic-container{min-height:100vh;display:flex;flex-direction:column}.header{padding-top:7rem;padding-bottom:2rem;text-align:center}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:2rem}.main-title{font-family:Roboto;color:#000010;font-size:2.5rem;font-weight:700;margin:0}.toggle-switch{cursor:pointer;display:inline-block}.toggle-track{width:70px;height:30px;background:#ccc;border-radius:15px;position:relative;transition:background-color .3s ease}.toggle-track.active{background:#035eff}.toggle-thumb{width:34px;height:24px;background:#fff;border-radius:5rem;transition:transform .3s ease;position:absolute;top:2.5px;left:2px}.toggle-thumb.active{transform:translate(30px)}.buttonbimg{cursor:pointer;height:30px;width:auto;transition:transform .2s ease}.buttonbimg:hover{transform:scale(1.05)}.bg-image-section{flex:1;display:flex;align-items:center;justify-content:center}.bg-image-container{max-width:900px;width:100%;height:100%;position:relative}.bg-image{width:80%;height:80%;object-fit:cover;margin:0 auto;display:block;margin-bottom:5rem}.annotation{position:absolute;display:flex;align-items:flex-start;transform:translate(-50%,-50%)}.annotation-line-wrapper{display:flex;flex-direction:column;align-items:center}.annotation-up .annotation-line-wrapper{flex-direction:column-reverse}.annotation-down .annotation-line-wrapper{flex-direction:column}.annotation-line{width:2px;height:100px;position:relative}.annotation-line-up{background:linear-gradient(to bottom,#00000074,#e6e6e6)}.annotation-line-down{background:linear-gradient(to top,#00000074,#e6e6e6)}.annotation-circle{width:34px;height:34px;border:1px dashed #666;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;background:transparent;z-index:2;flex-shrink:0}.annotation-circle-inner{width:6px;height:6px;background:#333;border-radius:50%}.annotation-text{font-family:Roboto;white-space:pre-line;font-size:12px;color:#333;font-weight:500;text-align:left;line-height:1.4;padding:8px;border-radius:4px;min-width:150px;max-width:200px;margin-left:12px;position:absolute}.annotation-up .annotation-text{left:18px}.annotation-down .annotation-text{bottom:calc(100% - 150px);left:20px}@media (max-width: 768px){.header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.main-title{font-size:2rem}.toggle-track{width:50px;height:25px}.toggle-thumb{width:20px;height:20px;top:2.5px;left:2.5px}.toggle-thumb.active{transform:translate(25px)}.bg-image-section{padding:1rem}.bg-image-container{height:300px;border-radius:15px}.annotation-text{font-size:12px;min-width:120px;max-width:160px;padding:6px}.annotation-circle{width:20px;height:20px}.annotation-circle-inner{width:6px;height:6px}}@media (max-width: 480px){.main-title{font-size:1.8rem}.header{padding:1rem}.toggle-track{width:45px;height:22px}.toggle-thumb{width:18px;height:18px;top:2px;left:2px}.toggle-thumb.active{transform:translate(23px)}.bg-image-container{height:100%;border-radius:10px}.annotation-text{font-size:11px;min-width:100px;max-width:140px;padding:5px}.annotation-circle{width:18px;height:18px}.annotation-circle-inner{width:5px;height:5px}.annotation-line{width:1.5px}.annotation-up .annotation-text{left:0}.annotation-down .annotation-text{bottom:calc(100% - 210px);left:-65px}}
