body{background:#eeecec;font-family:DM Sans,sans-serif;font-weight:400;font-style:normal;margin:0 0 2rem}.navigation-layout{background:#fff;padding:1rem}.navigation{display:flex;flex-direction:row;margin:0 .5rem;align-items:center}.navigation__title{width:100%}.navigation__title-bold{font-weight:800}.navigation__title-light{color:#6b7280;font-weight:400}.navigation__view-cart{position:relative}.navigation__view-cart__quantity{color:#fff;font-size:25%;background-color:#000;position:absolute;bottom:-20%;right:5%;padding:3% 7%;border-radius:1000px;cursor:pointer;display:block}.navigation__view-cart__quantity:empty{display:none}.navigation__view-cart span{align-items:center;display:flex;flex-direction:row;font-size:.875rem;gap:.5rem;justify-content:center;white-space:nowrap;cursor:pointer}.navigation__view-cart span:after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z'/></svg>");background-size:contain;background-repeat:no-repeat;margin-right:15px}.navigation__view-cart span:hover{text-decoration:underline}.hero-layout{align-items:center;background-image:url(https://webcomponents.shopify.dev/hero-image.avif);background-position:center;background-size:cover;color:#fff;display:flex;height:25vh;justify-content:center;margin-bottom:20px;text-align:center;width:100%}.hero h1{font-size:2rem;font-weight:400;margin:0}.hero h2{font-size:1rem;font-weight:400;margin:0}.collection-layout{margin:0 .5rem;padding:1rem}.collection-grid{margin:0 auto;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;align-items:start}.product-card{background:#fff;border:1px solid #c5c4c4;border-radius:.625rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;overflow:hidden;padding:.5rem;position:relative;transition:box-shadow .2s ease-in-out}.product-card:is([disabled]){cursor:not-allowed;position:relative}.product-card:is([disabled]):before{background-color:#ffffff80;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.product-card:is([disabled]):after{content:"Sold out";position:absolute;top:40%;left:0;width:100%;height:100%;color:#000;font-size:1.125rem;font-weight:700;text-align:center;z-index:2}.product-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.product-card[disabled] .product-card__hover-button{display:none}.product-card__image-container{border-radius:.625rem;min-height:300px;overflow:hidden;width:100%}@media (min-width: 1024px){.product-card__image-container{aspect-ratio:auto;height:20rem}}.product-card__image-container img{border-radius:8px;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease-in-out;width:100%;max-width:100%;height:auto}.product-card:hover .product-card__image-container img{transform:scale(1.1);opacity:.75;max-width:100%;height:auto}.product-card__details{display:flex;justify-content:space-between;padding:20px}.product-card__title{color:#405047;font-size:1rem;font-weight:500;margin:0}.product-card__title:hover{text-decoration:underline}.product-card__category{color:#6b7280;font-size:.75rem;margin:0 0 .25rem}.product-card__price{color:#111827;font-size:.875rem;font-weight:500}button{background:#fff;border-radius:50px;color:#000;cursor:pointer;font-weight:800;text-transform:uppercase;transition:background-color .3s ease,color .3s ease}button:hover{background:#000;color:#fff}.product-card__hover-button{align-items:center;background-color:#000;border:2px solid #000;bottom:27%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;font-size:1.5rem;gap:0;justify-content:center;outline:none;opacity:0;padding:.5rem;pointer-events:auto;position:absolute;right:7%;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.product-card__hover-button:before{content:"";width:16px;height:16px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="white" d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>');background-size:contain;background-repeat:no-repeat}.product-card:is([disabled]) .product-card__hover-button{opacity:0}.product-card__hover-button[disabled]:hover{cursor:not-allowed}.product-card__hover-button svg{filter:invert(95%) sepia(67%) saturate(1%) hue-rotate(326deg) brightness(116%) contrast(101%);height:16px;width:16px}.product-card__hover-button span{color:#fff;font-size:12px;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.product-card:hover .product-card__hover-button{opacity:1;transform:translateY(0)}.product-card__hover-button:hover .product-card__hover-button__button__text{margin:0 .5rem;max-width:15rem;transition:max-width .5s ease,margin-left .2s ease}.product-card__hover-button__button__text{max-width:0;overflow:hidden;transition:max-width .5s ease,margin-left .2s ease .3s;white-space:nowrap}.product-modal{border:0;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;padding:0;outline:none;position:fixed;top:0;bottom:0}@media (max-width: 768px){.product-modal{width:100%}}.product-modal::backdrop,.product-modal:after{background-color:#9ca3af80}.product-modal__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#9ca3af80;z-index:999}.product-modal--positioned{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border:none;border-radius:12px;padding:0;margin:0;z-index:1000;background-color:transparent}.product-modal__container{overflow-x:hidden;padding:0;position:relative}.product-modal__close-container{display:grid;justify-content:end;justify-items:end;padding:2rem;position:absolute;right:0;z-index:1}.product-modal__close{border:1px solid #cccccc;border-radius:12px;cursor:pointer;height:32px;width:32px}.product-modal__content{background-color:#fff;border-radius:.75rem;max-width:56rem;width:100vw}.product-modal__layout{display:flex;flex-direction:column;overflow-y:auto;max-height:100vh}@media (min-width: 768px){.product-modal__layout{flex-direction:column;max-height:80vh}}.product-modal__media{align-items:center;background:#f3f3f3;display:flex;flex-direction:column;justify-content:center;min-width:400px;padding:1rem}.product-modal__media img{border-radius:4px;height:100%;width:100%;height:auto}.product-modal__details{display:flex;flex-direction:column;gap:2rem;padding:2rem}.product-modal__header{display:flex;flex-direction:column;gap:.25rem}.product-modal__vendor{opacity:.5;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.product-modal__title{font-size:2.25rem;font-weight:700;margin:0}.product-modal__price-container{display:flex;gap:.5rem;font-weight:500;font-size:1.25rem}.product-modal__compare-price{text-decoration:line-through;opacity:.5}.product-modal__buttons{display:flex;flex-direction:column;gap:.5rem}.product-modal__buttons button,.product-modal__buttons a{font-size:.875rem;font-weight:800;transition:background-color .3s ease,color .3s ease;cursor:pointer;border:2px solid black;text-transform:uppercase}.product-modal__add-button{background-color:#000;color:#fff;border-radius:.75rem;padding:1rem;font-size:18px;font-weight:500;width:100%}.product-modal__add-button:hover{background:#fff;color:#000;border:2px solid black}.product-modal__add-button:disabled{opacity:.3}.product-modal__buy-button{background-color:#fff;color:#000;border-radius:.75rem;padding:1rem;font-size:18px;font-weight:500;width:100%}.product-modal__buy-button:disabled{opacity:.3}.product-modal__buy-button:hover{opacity:.3}.product-modal__description{display:flex;justify-content:space-between}.product-modal__description-text{font-weight:400;color:#717171;font-size:.875rem}.product-modal__description-text p{margin:0}.custom-list-container{width:100%;max-width:420px;margin:40px auto;background:#fff;border-radius:1.5rem 1.5rem 2rem 2rem;box-shadow:0 8px 32px #0000001f;overflow:hidden;position:relative;padding:0}.custom-list-header{display:flex;justify-content:center;align-items:center;padding-top:1.2rem;padding-bottom:.5rem;background:#fff}.custom-list-content{padding:0 1.5rem 1.5rem;position:relative}.custom-list{list-style:none;margin:0;padding:0;border-radius:1rem;overflow:hidden}.custom-list-item{display:flex;align-items:center;gap:1rem;padding:1rem .5rem;border-radius:.75rem;transition:background .2s;cursor:pointer}.custom-list-item:hover{background:#f7fafc}.custom-list-thumb{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb;background:#000;box-shadow:0 1px 4px #00000014}.custom-list-info{flex:1 1 0%;min-width:0}.custom-list-title{font-weight:500;color:#111827;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-list-status{font-size:.75rem;color:#6b7280;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-list-arrow{width:20px;height:20px;color:#d1d5db;transition:color .2s}.custom-list-item:hover .custom-list-arrow{color:#60a5fa}.custom-list-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:.5rem}.custom-list-page-btn{flex:1;padding:.5rem 1rem;border-radius:.5rem;background:#f3f4f6;color:#374151;font-weight:500;border:none;cursor:pointer;opacity:1;transition:background .2s,color .2s,opacity .2s}.custom-list-page-btn:disabled{opacity:.5;cursor:not-allowed}.custom-list-page-info{font-size:.95rem;color:#6b7280;text-align:center;min-width:90px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.analysis-alert{padding:1.5rem;border-radius:.75rem;display:flex;align-items:center;gap:1rem;border:1px solid;margin-bottom:1.5rem}.analysis-alert--warning{background-color:#fffbeb;border-color:#fbbf24;color:#92400e}.analysis-alert--error{background-color:#fef2f2;border-color:#f87171;color:#991b1b}.analysis-alert--success{background-color:#f0fdf4;border-color:#86efac;color:#166534}.analysis-alert--in-progress{background-color:#eff6ff;border-color:#60a5fa;color:#1e40af}.analysis-alert__icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff9}.analysis-alert__icon svg{width:1.5rem;height:1.5rem}.analysis-alert__content h3{font-weight:500;margin:0 0 .25rem;font-size:1rem}.analysis-alert__content p{margin:0;font-size:.875rem;opacity:.9}.issues-section{margin-top:1rem}.issues-section h3{font-weight:500;font-size:1.125rem;margin-bottom:1rem;text-align:left;color:#111827}.issues-list{display:flex;flex-direction:column;gap:1rem;text-align:left}.issue-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.issue-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.issue-indicator{width:.75rem;height:.75rem;border-radius:50%}.issue-indicator--warning{background-color:#f59e0b}.issue-indicator--error{background-color:#ef4444}.issue-title{font-weight:500;color:#111827;margin:0}.issue-description{color:#6b7280;font-size:.875rem;margin-bottom:.5rem;line-height:1.4}.issue-recommendations{margin-top:.5rem}.issue-recommendations h5{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.issue-recommendations ul{list-style-type:disc;padding-left:1.25rem;color:#6b7280;font-size:.875rem;margin:0}.issue-recommendations li{margin-bottom:.25rem}.issue-tags{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.25rem}.issue-tag{padding:.25rem .5rem;background-color:#f3f4f6;border-radius:9999px;font-size:.75rem;color:#6b7280}.collection__slider{position:relative;overflow:hidden}.collection__slider-controls{display:flex;gap:.5rem}.collection__slider-button{background:inherit;border:1px solid #ccc;color:#7d7d7d;padding:.5rem .875rem;cursor:pointer;border-radius:50px;transition:opacity .3s ease;justify-content:center}.collection__slider-button:hover{opacity:.8;border:1px solid #ccc;background:#f3f3f3;color:#627059}.collection__slider-button:disabled{opacity:.3;cursor:not-allowed}.modern-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:menuFadeIn .3s ease-out}.modern-menu{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:400px;max-height:80vh;overflow:hidden;animation:menuSlideIn .3s ease-out;position:relative}.modern-menu-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1.5rem;border-bottom:1px solid #f3f4f6}.modern-menu-title-bold{font-weight:800;color:#000;font-size:1.5rem}.modern-menu-title-light{color:#6b7280;font-weight:400}.modern-menu-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modern-menu-close:hover{background:#f3f4f6;color:#000}.modern-menu-nav{padding:1rem 0;max-height:60vh;overflow-y:auto}.modern-menu-item{display:flex;align-items:center;padding:1rem 2rem;text-decoration:none;color:#111827;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.modern-menu-item:hover{background:#f9fafb;color:#000}.modern-menu-item-icon{font-size:1.25rem;margin-right:1rem;width:1.5rem;text-align:center}.modern-menu-item-label{flex:1;font-weight:500;font-size:1rem}.modern-menu-item-arrow{color:#d1d5db;transition:color .2s ease}.modern-menu-item:hover .modern-menu-item-arrow{color:#6b7280}.modern-menu-footer{padding:1.5rem 2rem;border-top:1px solid #f3f4f6;background:#fafafa}.modern-menu-footer-text{color:#6b7280;font-size:.875rem;text-align:center}@media (max-width: 768px){.modern-menu{width:100%;height:100vh;max-width:none;max-height:none;border-radius:0;display:flex;flex-direction:column}.modern-menu-header{padding:1.5rem 1.5rem 1rem}.modern-menu-nav{flex:1;padding:.5rem 0;max-height:none}.modern-menu-item{padding:1.25rem 1.5rem;font-size:1.125rem}.modern-menu-item-icon{font-size:1.5rem;margin-right:1.25rem}.modern-menu-footer{padding:1rem 1.5rem}}@keyframes menuFadeIn{0%{opacity:0}to{opacity:1}}@keyframes menuSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modern-menu-nav::-webkit-scrollbar{width:4px}.modern-menu-nav::-webkit-scrollbar-track{background:transparent}.modern-menu-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.modern-menu-nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}.navigation__menu-container{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;min-width:280px;max-width:320px;z-index:1000;margin-top:.75rem;animation:dropdownSlideIn .2s ease-out;border:1px solid #e5e7eb;overflow:hidden}.dropdown-menu:before{content:"";position:absolute;top:-8px;right:24px;width:16px;height:16px;background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-right:none;transform:rotate(45deg);z-index:-1}.dropdown-menu-nav{padding:.75rem 0;max-height:400px;overflow-y:auto;overflow-x:hidden}.dropdown-menu-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#111827;transition:all .15s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-menu-item:hover{background:#f9fafb;color:#000}.dropdown-menu-item-icon{font-size:1.25rem;margin-right:1rem;width:1.5rem;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#6b7280}.dropdown-menu-item:hover .dropdown-menu-item-icon{color:#374151}.dropdown-menu-item-label{flex:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-menu-close{display:none;position:absolute;top:1rem;right:1rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;z-index:10}.dropdown-menu-close:hover{background:#f3f4f6;color:#000}@media (max-width: 768px){.dropdown-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;max-width:none;min-width:auto;border-radius:0;margin-top:0;display:flex;flex-direction:column;background:#fff;z-index:9999;overflow:hidden}.dropdown-menu:before{display:none}.dropdown-menu-close{display:flex;align-items:center;justify-content:center;top:1.5rem;right:1.5rem;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb}.dropdown-menu-nav{flex:1;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;max-height:none;overflow:visible}.dropdown-menu-item{padding:1.75rem 1.5rem;font-size:1.25rem;border-bottom:1px solid #f3f4f6;white-space:normal;text-overflow:unset}.dropdown-menu-item:last-child{border-bottom:none}.dropdown-menu-item-icon{font-size:1.75rem;margin-right:1.25rem}}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu-nav::-webkit-scrollbar{width:4px}.dropdown-menu-nav::-webkit-scrollbar-track{background:transparent}.dropdown-menu-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.dropdown-menu-nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}.index-main{background:linear-gradient(180deg,#fff,#ededed)}.index-main .header-card{display:flex;flex-direction:column;align-items:center;padding:0 0 1.5rem}@media (max-width: 768px){.index-main .header-card{padding-bottom:8.75rem}}.index-main .header-content{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 0 6.25rem;z-index:10;max-width:948px;max-height:720px}@media (max-width: 768px){.index-main .header-content{gap:1rem;padding-top:3.25rem;max-height:463px}}.index-main .header-text-container{display:flex;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}@media (max-width: 768px){.index-main .header-text-container{gap:.5rem}}.index-main .header-title{color:#000;text-align:center;font-size:4rem;font-weight:500;line-height:140%;max-width:743px;font-family:serif;opacity:0;animation:textFadeIn .6s ease-out forwards}@media (max-width: 768px){.index-main .header-title{max-width:325px;font-size:1.75rem}}.index-main .header-subtitle{width:730px;color:var(--text-tertiary);text-align:center;font-size:1.25rem;font-weight:300;line-height:1.875rem;opacity:0;animation:textFadeIn .6s ease-out .1s forwards}@media (max-width: 768px){.index-main .header-subtitle{max-width:301px;font-size:.875rem;line-height:1.125rem}}.index-main .video-container{padding-top:4.375rem;cursor:pointer;flex-shrink:0;border-radius:1.125rem;position:relative;opacity:0;animation:textFadeIn .6s ease-out .3s forwards}@media (max-width: 768px){.index-main .video-container{padding-top:1rem}}.index-main .video-figure{position:relative;perspective:800px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:507px;width:900px}@media (max-width: 1280px){.index-main .video-figure{height:500px;width:890px}}@media (max-width: 1024px){.index-main .video-figure{height:400px;width:712px}}@media (max-width: 768px){.index-main .video-figure{height:196px;width:350px}}.index-main .video-wrapper{position:relative;transform-style:preserve-3d;transition:all .2s ease-out;max-width:100%;max-height:100%;height:507px;width:900px}@media (max-width: 1280px){.index-main .video-wrapper{height:500px;width:890px}}@media (max-width: 1024px){.index-main .video-wrapper{height:400px;width:712px}}@media (max-width: 768px){.index-main .video-wrapper{height:196px;width:350px}}.index-main .video-image{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;box-shadow:0 14.387px 89.916px #0003;border-radius:.9375rem;max-width:100%;max-height:100%;will-change:transform;transform:translateZ(0);border:1px solid rgba(0,0,0,.15);height:507px;width:900px}@media (max-width: 1280px){.index-main .video-image{height:500px;width:890px}}@media (max-width: 1024px){.index-main .video-image{height:400px;width:712px}}@media (max-width: 768px){.index-main .video-image{height:196px;width:350px}}.index-main .play-button-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;will-change:transform}.index-main .play-button{padding:1.5rem;border-radius:50%;background:#ffffffde;-webkit-backdrop-filter:blur(45px);backdrop-filter:blur(45px);border:1px solid rgba(0,0,0,.05);transition:transform .3s ease}.index-main .play-button:hover{transform:scale(1.1)}@media (max-width: 768px){.index-main .play-button{padding:.6875rem}}.index-main .cta-container{display:flex;flex-direction:column;flex:1;opacity:0;animation:textFadeIn .6s ease-out .8s forwards;z-index:10;padding-top:2.5rem;justify-content:flex-end;gap:.75rem}@media (max-width: 768px){.index-main .cta-container{padding-top:1.5rem}}.index-main .cta-buttons{display:flex;align-items:flex-start;gap:1.25rem}@media (max-width: 768px){.index-main .cta-buttons{flex-direction:column}}.index-main .cta-button{display:flex;min-width:269px;height:3.5rem;padding:1rem 1.5rem;justify-content:center;align-items:center;gap:.375rem;border-radius:3rem;background:var(--Button-primary-black);cursor:pointer;font-weight:600;transition:opacity .15s ease}.index-main .cta-button:hover{opacity:.8}.index-main .cta-button-text{color:var(--text-onblack);font-size:1rem;font-weight:600;line-height:1.5rem}.index-main .features-grid{display:flex;width:100%;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start;gap:.5rem;padding:0}@media (min-width: 768px){.index-main .features-grid{gap:1.5rem;padding:0 1.25rem}}@media (min-width: 1280px){.index-main .features-grid{padding:0 5rem}}@media (min-width: 1536px){.index-main .features-grid{padding:0 8.25rem}}.index-main .feature-card{position:relative;overflow:hidden;align-self:stretch;padding:3rem .75rem .75rem;border:1px solid rgba(0,0,0,.1);aspect-ratio:176.5/320;background:#fafafa;border-radius:.75rem;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;opacity:0;animation:textFadeIn .6s ease-out .36s forwards;width:calc(25% - 18px)}@media (max-width: 1280px){.index-main .feature-card{width:calc(33.333% - 16px)}}@media (max-width: 1024px){.index-main .feature-card{width:calc(50% - 12px)}}@media (max-width: 640px){.index-main .feature-card{width:calc(50% - 4px)}}@media (min-width: 768px){.index-main .feature-card{padding:4.375rem 1.5rem 1.5rem;aspect-ratio:384/420;border-radius:1.125rem}}@media (min-width: 640px){.index-main .feature-card{aspect-ratio:384/480}}.index-main .feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.index-main .feature-content{display:flex;flex-direction:column;align-items:flex-start;gap:.9375rem;align-self:stretch;max-height:100%}.index-main .feature-icon{width:1.5rem;height:1.5rem;background:#000;border-radius:50%;position:absolute;left:.75rem;top:.75rem;justify-content:center;align-items:center;transition:opacity .3s ease}@media (min-width: 768px){.index-main .feature-icon{width:2rem;height:2rem;left:1.5rem;top:1.5rem}}.index-main .feature-card:hover .feature-icon{opacity:0}.index-main .feature-icon img{width:50%;height:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);filter:brightness(100%)}.index-main .feature-play-icon{position:absolute;left:.75rem;top:.75rem;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:50%;opacity:0;box-shadow:0 4px 12px #00000040;transition:opacity .3s ease;fill:#000}@media (min-width: 768px){.index-main .feature-play-icon{left:1.375rem;top:1.375rem}}.index-main .feature-card:hover .feature-play-icon{opacity:1}.index-main .feature-text-container{display:flex;flex-direction:column;width:100%;padding-right:.625rem;transition:all .3s ease;max-height:60%;overflow:hidden}.index-main .feature-card:hover .feature-text-container{max-height:100%;overflow-y:auto}.index-main .feature-title{font-family:serif;color:#262626;margin-bottom:.5rem;font-size:.875rem;font-weight:400;line-height:120%}@media (min-width: 768px){.index-main .feature-title{margin-bottom:.625rem;font-size:1rem}}@media (min-width: 1280px){.index-main .feature-title{margin-bottom:.9375rem;font-size:1.125rem}}.index-main .feature-description{color:var(--text-tertiary);font-size:.8125rem;line-height:1.25rem;padding-bottom:1rem}@media (min-width: 768px){.index-main .feature-description{font-size:1rem}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.index-main .use-cases-section{padding:0 1rem;margin-top:15.625rem;position:relative;display:flex;justify-content:center}@media (min-width: 768px){.index-main .use-cases-section{padding:0 1.375rem}}@media (max-width: 768px){.index-main .use-cases-section{margin-top:0}}.index-main .use-cases-container{display:flex;flex-direction:column;align-items:center;padding:0;border-radius:4rem;width:100%;max-width:1608px;padding-top:10rem;padding-bottom:1.25rem;gap:2.5rem}@media (max-width: 768px){.index-main .use-cases-container{background:transparent;padding:5rem 0 4rem;gap:2.5rem;padding-bottom:0}}.index-main .use-cases-content{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;flex-wrap:wrap;gap:3.75rem}@media (max-width: 768px){.index-main .use-cases-content{gap:2.5rem}}.index-main .use-cases-header{display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;animation:textFadeIn .6s ease-out forwards}.index-main .use-cases-label{color:var(--text-tertiary);text-align:center;font-size:1.125rem;font-weight:500;line-height:1.5rem;margin-bottom:1.25rem;letter-spacing:.36px}.index-main .use-cases-title{align-self:stretch;color:#000;text-align:center;font-size:3rem;font-weight:500;line-height:140%;font-family:serif}@media (max-width: 768px){.index-main .use-cases-title{font-size:1.5rem;line-height:2.4375rem}}.index-main .use-cases-description{max-width:672px;color:var(--text-tertiary);text-align:center;font-size:1.25rem;font-weight:300;line-height:1.875rem;margin-top:1.25rem}@media (max-width: 768px){.index-main .use-cases-description{max-width:none;padding:0 .75rem;font-size:.875rem;margin-top:.625rem;line-height:1.5rem}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;opacity:0;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.community-section{width:100%}.community-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;flex-wrap:wrap;padding-top:10rem}.community-label{color:var(--text-tertiary);text-align:center;font-size:1.125rem;font-weight:500;line-height:1.5rem;letter-spacing:.36px}.community-title{align-self:stretch;font-family:serif;color:#000;text-align:center;font-size:3rem;font-weight:500;line-height:140%;white-space:pre-wrap;opacity:0;animation:textFadeIn .6s ease-out forwards}.community-subtitle{margin-top:1.25rem;max-width:1000px;white-space:pre-wrap;color:var(--text-tertiary);text-align:center;font-size:20px;font-weight:300;line-height:1.875rem;margin-left:auto;margin-right:auto;opacity:0;animation:textFadeIn .6s ease-out .1s forwards}.community-container{width:100%;position:relative;margin-top:3.75rem}.community-gradient-left{min-width:346px;min-height:575px;z-index:10;left:0;bottom:-18px;position:absolute;flex-shrink:0;background:linear-gradient(270deg,#f8f8f700,#f5f5f5 74.28%)}.community-gradient-right{min-width:346px;min-height:575px;z-index:10;right:0;bottom:-18px;position:absolute;flex-shrink:0;background:linear-gradient(90deg,#f8f8f700,#f5f5f5 74.28%)}.community-marquee-container{--gap: 1rem;display:flex;overflow:hidden;padding:.5rem;gap:var(--gap);flex-direction:row;--duration: 300s}.community-marquee{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-around;gap:var(--gap);animation:marquee var(--duration) linear infinite;flex-direction:row}.community-marquee-container:hover .community-marquee{animation-play-state:paused}.testimonial-card{display:flex;max-height:502px;aspect-ratio:360/502;align-items:flex-start}.testimonial-content{display:flex;padding:1.5rem;flex-direction:column;align-items:center;gap:3rem;flex-shrink:0;width:100%;border-radius:18px;border:1px solid var(--border-main);background-color:#f4f3ef}.testimonial-text-container{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;position:relative}.testimonial-text{color:#1f201f;font-size:1rem;font-weight:400;white-space:pre-wrap;max-height:312px;overflow-y:auto;padding-bottom:20px}.testimonial-author{display:flex;align-items:flex-start;gap:.75rem;width:100%}.testimonial-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.testimonial-author-info{display:flex;flex-direction:column;align-items:flex-start;flex:1}.testimonial-author-name{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.5rem}.testimonial-author-title{color:var(--text-tertiary);font-size:12px;line-height:1.25rem}.testimonial-gradient-overlay{height:41px;width:100%;position:absolute;background:linear-gradient(180deg,#f4f3ef00,#f4f3ef);bottom:0}@media (max-width: 768px){.community-header{gap:1rem;padding-top:5rem}.community-title{font-size:1.5rem}.community-subtitle{padding-left:12px;padding-right:12px;font-size:14px;line-height:1.5rem;top:10px}.community-gradient-left,.community-gradient-right{display:none}.testimonial-card{max-height:368px;aspect-ratio:280/450}.testimonial-text{max-height:178px;font-size:14px}.testimonial-author-name{font-size:14px}.testimonial-author-title{font-size:12px;line-height:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media (min-width: 768px) and (max-width: 1024px){.community-gradient-left,.community-gradient-right{min-width:100px}}@media (min-width: 1024px) and (max-width: 1280px){.testimonial-card{max-height:450px;aspect-ratio:280/450}.testimonial-text{max-height:260px;font-size:14px}.testimonial-author-name{font-size:16px}.testimonial-author-title{font-size:13px;line-height:1rem}}@media (min-width: 1280px) and (max-width: 1536px){.testimonial-card{max-height:490px;aspect-ratio:310/490}.testimonial-text{max-height:300px;font-size:15px}.testimonial-author-name{font-size:18px}.testimonial-author-title{font-size:14px;line-height:1.125rem}}@media (min-width: 1536px){.testimonial-avatar{width:48px;height:48px}.testimonial-author-name{font-size:18px}.testimonial-author-title{font-size:14px;line-height:1.125rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-12{gap:3rem}.w-full{width:100%}.self-stretch{align-self:stretch}.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}.relative{position:relative}.absolute{position:absolute}.z-10{z-index:10}.left-0{left:0}.right-0{right:0}.bottom-\[-18px\]{bottom:-18px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.p-2{padding:.5rem}.p-6{padding:1.5rem}.pb-\[20px\]{padding-bottom:20px}.mt-\[60px\]{margin-top:3.75rem}.rounded-\[18px\]{border-radius:18px}.bg-\[\#F4F3EF\]{background-color:#f4f3ef}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[300\]{font-weight:300}.text-\[\#1F201F\]{color:#1f201f}.text-\[\#B9B9B7\]{color:#b9b9b7}.text-\[var\(--text-primary\)\]{color:var(--text-primary)}.text-\[var\(--text-tertiary\)\]{color:var(--text-tertiary)}.text-\[var\(--text-white\)\]{color:var(--text-white)}.text-\[14px\]{font-size:14px}.text-\[12px\]{font-size:12px}.text-\[length:20px\]{font-size:20px}.leading-\[24px\]{line-height:1.5rem}.leading-\[140%\]{line-height:140%}.leading-\[30px\]{line-height:1.875rem}.leading-\[20px\]{line-height:1.25rem}.leading-\[26px\]{line-height:1.625rem}.tracking-\[0\.36px\]{letter-spacing:.36px}.max-w-\[1000px\]{max-width:1000px}.max-h-\[502px\]{max-height:502px}.max-h-\[312px\]{max-height:312px}.min-w-\[346px\]{min-width:346px}.min-h-\[575px\]{min-height:575px}.w-\[36px\]{width:36px}.h-\[36px\]{height:36px}.w-\[48px\]{width:48px}.h-\[48px\]{height:48px}.w-\[42px\]{width:42px}.h-\[42px\]{height:42px}.group:hover .group-hover\:\[animation-play-state:paused\]{animation-play-state:paused}.aspect-\[360\/502\]{aspect-ratio:360/502}.aspect-\[310\/490\]{aspect-ratio:310/490}.aspect-\[280\/450\]{aspect-ratio:280/450}.text-14px{font-size:14px}.text-12px{font-size:12px}.text-20px{font-size:20px}.text-xl{font-size:1.25rem}.leading-24px{line-height:1.5rem}.leading-140{line-height:140%}.leading-30px{line-height:1.875rem}.leading-20px{line-height:1.25rem}.leading-26px{line-height:1.625rem}.tracking-036px{letter-spacing:.36px}.whitespace-pre-wrap{white-space:pre-wrap}.max-w-1000px{max-width:1000px}.max-h-502px{max-height:502px}.max-h-312px{max-height:312px}.min-w-346px{min-width:346px}.min-h-575px{min-height:575px}.w-36px{width:36px}.h-36px{height:36px}.w-48px{width:48px}.h-48px{height:48px}.w-42px{width:42px}.h-42px{height:42px}.object-cover{-o-object-fit:cover;object-fit:cover}.opacity-0{opacity:0}.hidden{display:none}.group:hover .group-hover-animation-paused{animation-play-state:paused}.bottom-neg18px{bottom:-18px}.pb-20px{padding-bottom:20px}.pt-40{padding-top:10rem}.mt-5{margin-top:1.25rem}.mt-60px{margin-top:3.75rem}.mx-auto{margin-left:auto;margin-right:auto}.rounded-18px{border-radius:18px}.rounded-full{border-radius:50%}.border{border-width:1px}.bg-F4F3EF{background-color:#f4f3ef}.text-center{text-align:center}.font-serif{font-family:serif}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-300{font-weight:300}.font-medium{font-weight:500}.text-black{color:#000}.text-1F201F{color:#1f201f}.text-B9B9B7{color:#b9b9b7}.text-var-text-primary{color:var(--text-primary)}.text-var-text-tertiary{color:var(--text-tertiary)}.text-var-text-white{color:var(--text-white)}.text-lg{font-size:1.125rem}.text-5xl{font-size:3rem}.text-base{font-size:1rem}@media (max-width: 768px){.max-md-gap-16px{gap:1rem}.max-md-pt-80px{padding-top:5rem}.max-md-text-24px{font-size:1.5rem}.max-md-px-12px{padding-left:12px;padding-right:12px}.max-md-text-14px{font-size:14px}.max-md-leading-24px{line-height:1.5rem}.max-md-top-10px{top:10px}.max-md-max-h-368px{max-height:368px}.max-md-max-h-178px{max-height:178px}.max-md-text-15px{font-size:15px}.max-md-line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media (min-width: 768px) and (max-width: 1024px){.max-2xl-min-w-100px{min-width:100px}}@media (min-width: 1024px) and (max-width: 1280px){.max-xl-max-h-450px{max-height:450px}.max-xl-max-h-260px{max-height:260px}.max-xl-text-15px{font-size:15px}.max-xl-text-14px{font-size:14px}.xl-w-42px{width:42px}.xl-h-42px{height:42px}.xl-text-16px{font-size:16px}.xl-text-13px{font-size:13px}.xl-leading-16px{line-height:1rem}}@media (min-width: 1280px) and (max-width: 1536px){.max-1-5xl-max-h-490px{max-height:490px}.max-1-5xl-max-h-300px{max-height:300px}.max-1-5xl-text-15px{font-size:15px}.max-1-5xl-text-14px{font-size:14px}.xl-w-48px{width:48px}.xl-h-48px{height:48px}.xl-text-lg{font-size:1.125rem}.xl-text-sm{font-size:.875rem}.xl-leading-18px{line-height:1.125rem}.xl-block{display:block}}@media (min-width: 1536px){.xl-w-48px{width:48px}.xl-h-48px{height:48px}.xl-text-lg{font-size:1.125rem}.xl-text-sm{font-size:.875rem}.xl-leading-18px{line-height:1.125rem}}.testimonial-button{display:flex;justify-content:center;align-items:center;gap:.625rem;width:48px;height:48px;background-color:var(--Button-primary-brand);border-radius:50%;color:var(--text-white);font-size:1.25rem;font-weight:600;line-height:1.625rem}.aspect-360-502{aspect-ratio:360/502}.aspect-310-490{aspect-ratio:310/490}.aspect-280-450{aspect-ratio:280/450}:root{--text-primary: #1F201F;--text-tertiary: #6B7280;--text-white: #FFFFFF;--border-main: #E5E7EB;--Button-primary-brand: #000000}
