@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font:Inter,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{font:Inter,sans-serif;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.entry-page{height:100%;position:relative;width:100%}.entry-background{filter:grayscale(100%) blur(5px);height:100vh;left:0;object-fit:cover;position:fixed;top:0;width:100vw}.entry-logo{top:45%}.entry-logo,.entry-slogan{left:50%;position:fixed;transform:translate(-50%,-50%);z-index:3}.entry-slogan{top:55%}.entry-button{top:65%}.button-wrapper,.entry-button{left:50%;position:fixed;transform:translate(-50%,-50%);z-index:3}.button-wrapper{top:70%}.entry-symbol{filter:blur(1px);left:50%;position:fixed;top:25%;transform:scale(.5) translate(-100%,-100%);z-index:0}.button{background-color:#fff;border:3px solid #fff;color:#000;display:inline-block;font-family:Inter,sans-serif;font-weight:700;letter-spacing:2px;padding:.5rem 1rem;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.button-container{align-items:center;display:flex;justify-content:center;width:100%}.button:hover{background-color:#000;box-shadow:4px 4px 0 #fff;color:#fff}.button:active{box-shadow:none}.button-small{font-size:16px;padding:.25rem 1rem}.button-very-small{font-size:13px;padding:.25rem 1rem}.button-medium{font-size:18px;padding:.5rem 1.5rem}.button-large{font-size:24px;padding:1rem 2rem}.button-primary{background-color:#fff;border:3px solid #fff;color:#000}.button-primary:hover{background-color:#000;box-shadow:4px 4px 0 #fff;color:#fff}.button-secondary{background-color:#000;border:3px solid #000;color:#fff}.button-secondary:hover{background-color:#fff;color:#000}.homepage{margin-top:60px;min-height:100vh;position:relative;width:100%}.homepage,h1,p{font:Inter,sans-serif;letter-spacing:2px}.homepage-content{display:flex;flex-direction:row;height:100%;width:100%}.homepage-content,.homepage-content-left{font:Inter,sans-serif}.homepage-content-right{align-items:center;display:flex;flex-direction:column;gap:40px;height:100vh;padding-top:0;width:50%}.homepage-content-right-text{font:Inter,sans-serif;letter-spacing:2px;margin-top:15%;width:80%}.home-photo{height:100%;object-fit:contain;width:100%}.photo-container{align-items:center;display:flex;height:80vh;justify-content:center;margin-bottom:10px;position:relative;width:80%}.photo-controls{gap:.5rem;position:static;width:100%}.homepage-content-left{align-items:center;flex-direction:column;height:100vh;position:relative}.homepage-buttons,.homepage-content-left{display:flex;justify-content:center;width:50%}.homepage-buttons{flex-direction:row;gap:40px}.header{background-color:#fff;display:inline-flex;height:60px;justify-content:spaced-between;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.header-left,.header-right{align-items:center;display:flex;height:60px;width:35%}.header-center,.header-right{justify-content:center}.header-center{display:flex;height:60px;width:30%}.header-logo{font-family:Inter,sans-serif;font-size:24px;font-weight:700;height:50px;letter-spacing:2px;margin:15px auto auto;object-fit:contain;text-decoration:none;text-transform:uppercase;width:auto}.header-link{cursor:pointer}.header-link,.header-link:hover{color:inherit;text-decoration:none}.altbutton{background:#0000;color:#000;font-family:Inter,sans-serif;font-weight:700;letter-spacing:2px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease;z-index:1}.altbutton,button.altbutton:focus{border:none;outline:none}.altbutton:before{background-color:#000;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0;z-index:-1}.altbutton:hover:before{width:100%}.altbutton-container{align-items:center;display:flex;justify-content:center;width:100%}.altbutton:hover{background-color:#000;color:#fff}.altbutton:active{box-shadow:none}.altbutton-small{font-size:14px;padding:.25rem 1rem}.altbutton-very-small{font-size:12px;padding:.25rem .5rem}.altbutton-medium{font-size:18px;padding:.5rem 1.5rem}.altbutton-large{font-size:24px;padding:1rem 2rem}.altbutton-primary{color:#000}.altbutton-primary:hover{color:#fff}.altbutton-secondary{background-color:#000;border:2px solid #000;color:#fff;position:relative;z-index:1}altbutton-secondary:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0;z-index:-1}.altbutton-secondary:hover:before{width:100%}.altbutton-secondary:hover{color:#000}.product-page{display:flex;flex-direction:column;margin-top:60px;min-height:100vh;overflow-x:hidden;width:100%}.product-list{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));max-height:calc(100vh - 60px);overflow-x:clip;overflow-y:auto;padding:2rem;width:100%}h3,p{font:inherit;letter-spacing:2px}h3{font-weight:700}.product-list-item{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;margin:10px;padding:15px;transition:transform .2s;width:250px}.product-list-item-link{color:inherit;text-decoration:none}.product-list-item:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.product-list-item img{border-radius:4px;height:auto;max-width:100%}.product-list-item h3{color:#333;font-size:1.2rem;margin:10px 0}.product-list-item p{color:#666;margin:5px 0}.product-list-item .price{color:#2c3e50;font-weight:700;margin-top:auto}.product-list-item button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:8px 16px}.product-list-item button:hover{background-color:#2980b9}.product-item-page{display:flex;flex-direction:row;font:Inter,sans-serif;letter-spacing:2px;margin-top:60px;min-height:100vh;overflow-y:hidden;width:100% - (60px)}.product-item-content{display:flex;gap:2rem;padding:2rem}.product-item-image-container{display:flex;flex:1 1;flex-direction:column;gap:1rem}.photo-container{aspect-ratio:1;width:100%}.product-photo{height:100%;object-fit:contain;width:100%}.photo-controls{display:flex;gap:1rem;justify-content:center}.product-item-text-container{flex:1 1;font:inherit;justify-content:center;letter-spacing:2px;margin-top:10%;padding:2rem;text-align:center}.product-item-name{padding-bottom:30px}.product-item-purchase-button{margin-top:2rem}.purchase-page{display:flex;flex-direction:row;flex-direction:column;font:inherit;letter-spacing:2px;margin-top:60px;min-height:100vh;width:100%}.purchase-content{display:flex;flex-direction:row;gap:2rem;padding:2rem}.purchase-left{width:40%}.purchase-right{padding-top:15px;width:60%}.purchase-form{flex:1 1;padding:2rem}p{margin-top:0}.purchase-header{margin-bottom:0;margin-left:30px}.purchase-form input{background:#0000;border:none;border-bottom:2px solid #000;font-family:Inter,sans-serif;margin-bottom:1rem;outline:none;padding:.5rem 0;width:100%}.purchase-form{width:80%}.purchase-form input:focus{border-bottom:2px solid #666}.purchase-form label{font-family:Inter,sans-serif;font-size:.8rem;letter-spacing:1px;text-transform:uppercase}.purchase-summary{flex:1 1;padding:2rem}.purchase-image{height:auto;margin-bottom:1rem;object-fit:contain;width:100%}.purchase-total{border-top:2px solid #000;margin-top:2rem;padding-top:1rem}.purchase-text{font-size:12px}.product-mini-item{display:flex;gap:1rem;height:80px;padding:.5rem;width:100%}.product-mini-right{display:flex;flex:1 1;flex-direction:column;justify-content:center}.product-mini-left{height:80px;width:80px}.mini-product-photo{height:100%;object-fit:contain;width:100%}.confirmation-page{display:flex;height:100%;margin-top:60px;overflow-x:hidden;width:100%}.confirmation-container{align-items:center;display:flex;flex-direction:column;height:inherit;justify-content:center;margin-top:80px;width:inherit}.confirmation-mini-div{grid-gap:0;align-items:center;display:grid;flex-direction:row;gap:0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));height:300px;justify-items:center;padding:0 1rem 1rem;width:100%}.confirmation-text{text-align:center}.confirmation-mini{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:center;padding:1rem;text-align:center;width:400px}.confirmation-mini h3,.confirmation-mini p{width:100%}.services-page{display:flex;flex-direction:column;font:inherit;letter-spacing:2px;margin-top:60px;min-height:100vh;overflow-x:hidden;overflow-y:hidden;width:100%}.services-list{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));max-height:calc(100vh - 60px);overflow-x:clip;overflow-y:auto;padding:2rem;width:100%}.services-container{margin-left:50px}.services-container .services-text{margin-left:30px}.about-page-controls{grid-gap:0;align-items:center;display:grid;flex-direction:row;gap:0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));height:300px;justify-items:center;padding:0;width:100%}.about-page-mini{align-items:center;height:200px;justify-content:center;margin-top:0;padding:1rem;text-align:center;width:400px}.about-page,.about-page-mini{display:flex;flex-direction:column}.about-page{height:100%;margin-top:60px;overflow-x:hidden;overflow-y:hidden;width:100%}.about-page-header{display:flex;justify-content:center;margin-top:30px;width:100%}.about-page-content{justify-content:center;margin:0;overflow-y:hidden;padding-bottom:0;text-align:center;width:100%}.about-page-text{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0 auto;max-width:800px;overflow-wrap:break-word;padding:1rem;text-align:center;width:60%}.about-page-point{font:inherit;font-size:16px;letter-spacing:2px;list-style:none;margin:0;padding:0;text-decoration:none}.contact-location-page{display:flex;flex-direction:column;height:100%;margin-top:60px;width:100%}.contact-location-content{display:flex;flex-direction:row;height:100%;width:100%}.contact-location-left{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:50px}.contact-location-right{display:flex;flex:1 1;flex-direction:column;gap:2rem;margin-top:80px}.contact-mini-div{align-items:center;display:flex;flex-direction:column;text-align:center}.location-details{margin-bottom:1rem}.contact-mini-div-text{margin:.5rem 0}.profile-page{margin-top:60px;min-height:100vh;overflow:hidden}.profile-page,.profile-page-content{display:flex;flex-direction:column;width:100%}.profile-page-content{align-items:center;box-sizing:border-box;justify-content:center;overflow-x:hidden;overflow-y:hidden;padding:4rem 2rem;text-align:center}.profile-header{font-family:Inter,sans-serif;letter-spacing:2px;margin-bottom:2rem;max-width:600px;text-transform:uppercase}.profile-page-controls{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.chat-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.chat-modal{animation:scaleIn .4s cubic-bezier(.165,.84,.44,1) forwards;background:#fff;border-radius:12px;height:90vh;max-width:1000px;overflow:hidden;position:relative;width:90vw}.chat-modal,.chat-welcome{display:flex;flex-direction:column}.chat-welcome{align-items:center;flex-grow:1;justify-content:center;padding-bottom:1.5rem;padding-top:3rem;text-align:center}.welcome-header{animation:slideDown .6s forwards;font-family:Inter,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:800;letter-spacing:.03em;opacity:0;text-transform:uppercase}.welcome-header span{color:#909090}.welcome-header strong{color:#1d1d1d}.welcome-subheader{animation:slideDown .6s .2s forwards;color:#1d1d1d;font-family:Inter,sans-serif;font-size:clamp(14px,2.7vw,22px);font-weight:800;letter-spacing:.1em;margin-top:0;opacity:0;padding-bottom:2rem}.chat-cards-container,.chat-input-section{margin:0 auto;max-width:700px;width:70%}.chat-cards-container{animation:fadeUp .8s .4s forwards;opacity:0}.chat-content-container{display:flex;flex-direction:column;flex-grow:1;margin:0 auto;max-width:700px;width:70%}.chat-input-section{flex:0 0 auto;margin:0 auto 15px;max-width:700px;padding:15px;width:70%}.chat-messages-container{flex:1 0 auto;max-height:calc(90vh - 300px);min-height:200px;scrollbar-color:#e3e3e3 #f9f9f9;scrollbar-width:thin}.chat-messages-container::-webkit-scrollbar{display:block!important;width:8px}.chat-messages-container::-webkit-scrollbar-track{background:#f9f9f9;border-radius:3px}.chat-messages-container::-webkit-scrollbar-thumb{background:silver;border-radius:3px}.chat-messages-container::-webkit-scrollbar-thumb:hover{background:#888}.chat-welcome+.chat-input-section{margin-bottom:4rem}.chat-messages-container+.chat-input-section{margin-bottom:2rem}@media (max-width:768px){.chat-welcome{padding-bottom:1rem;padding-top:2rem}.chat-cards-container,.chat-input-section{width:85%}.chat-cards-container{gap:12px}.chat-input-section{margin-bottom:1.5rem}}@media (max-width:480px){.chat-cards-container,.chat-input-section{width:90%}.chat-cards-container{gap:8px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.suggested-responses-wrapper{flex:0 0 auto;margin:0 auto;max-width:700px;padding:0 20px;width:70%}.chat-nav{align-items:center;background:#0000;box-sizing:border-box;display:flex;height:80px;justify-content:space-between;padding:24px 32px}.chat-nav-title{align-items:baseline;display:flex}.chat-nav-name{color:#000;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.chat-nav-version{color:#9b9b9b;font-family:Inter,sans-serif;font-size:17px;font-weight:700;margin-left:5px}.exit-button{background:#0000;padding-left:2px}.chat-nav-button{align-items:center;background:#0000;border:1px solid #e9e9e9;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.chat-nav-button img{height:auto;max-width:16px;width:50%}.chat-nav-button:hover{background-color:#e9e9e9;transform:scale(1.05)}.chat-nav-button:active{transform:scale(.95)}.chat-cards-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));padding:18px 0;width:100%}.chat-card{word-wrap:break-word;align-items:center;background:#0000;border:1px solid #e3e3e3;border-radius:0;color:#383838;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-weight:500;letter-spacing:.06em;min-height:60px;padding:24px 16px;text-align:left;text-transform:uppercase;transition:background-color .2s ease,color .2s ease,border .2s ease;white-space:normal}.chat-card:hover{background-color:#000;border:none;color:#fff}@media (max-width:768px){.chat-card{font-size:14px;min-height:40px;padding:16px 12px}}.chat-input-section{padding:0 15px 15px}.chat-input-form{display:flex;gap:10px;margin-bottom:8px}.chat-input-field{border:1px solid #ddd;border-radius:0;box-shadow:0 1.67px 10px -3.33px #00000026;color:#000;flex-grow:1;font-family:Inter,sans-serif;font-weight:300;padding:10px}.chat-input-field::placeholder{color:#999}.chat-submit-button{align-items:center;background:#000;border:none;border-radius:0;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.chat-submit-button img{height:16px;transition:filter .2s ease;width:16px}.chat-submit-button:hover{background:#fff;border:1px solid #e3e3e3;transform:scale(1.05)}.chat-submit-button:hover img{filter:brightness(0)}.chat-attach-photo{align-items:center;align-self:flex-start;color:#000;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:12px;gap:6px;letter-spacing:1px;padding:4px 12px;position:relative;transition:color .3s ease;width:auto;z-index:1}.chat-attach-photo:before{background-color:#000;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0;z-index:-1}.chat-attach-photo:hover{color:#fff}.chat-attach-photo:hover:before{width:100%}.chat-attach-photo:hover svg path{stroke:#fff;transition:stroke .3s ease}.chat-attach-photo svg{margin-top:2px}.chat-attach-photo.disabled{cursor:not-allowed;opacity:.5}.image-preview{margin-bottom:10px;max-height:180px;max-width:250px}.image-preview img{border:1px solid #e3e3e3;border-radius:8px;height:auto}.remove-image{background:#000;font-size:16px;height:24px;right:-10px;top:-10px;width:24px}.message{word-wrap:break-word;align-items:flex-start;animation:fadeIn .3s forwards;border-radius:20px;box-sizing:border-box;display:flex;font:Inter,sans-serif;font-size:14px;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin-bottom:12px;max-width:75%;min-height:40px;min-width:50px;opacity:0;overflow-wrap:break-word;padding:10px 16px;position:relative}.message.user{align-self:flex-end;background:#f3f3f3;box-sizing:border-box;width:100%}.message.kit,.message.user{border-radius:20px;color:#000;max-width:75%;overflow:hidden;text-align:left}.message.kit{align-items:flex-start;align-self:flex-start;background-color:initial;min-width:70px;overflow:visible}.kit-icon{align-items:center;align-self:flex-start;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-right:10px;margin-top:2px;margin-top:0;min-width:32px;padding-right:20px;padding-right:0;width:32px}.kit-icon img{height:auto;max-width:100%;width:100%}.kit-content{word-wrap:break-word;box-sizing:border-box;flex:1 1;overflow:hidden;overflow-wrap:break-word;width:100%}.kit-content-line{animation:lineReveal .5s forwards;max-width:100%;opacity:0;overflow-wrap:break-word}.kit-content-line>p{margin:0}.message-image{border:1px solid #e3e3e3;border-radius:8px;margin-top:8px;max-height:180px;max-width:250px;object-fit:cover}.typing-indicator{align-items:center;align-self:flex-start;background-color:initial;display:flex;margin:8px 0;padding:8px 16px}.message.kit .dots-container{background-color:initial;display:flex;gap:4px;padding:8px}.message.kit .dot{background-color:#333;border-radius:50%;display:inline-block;height:8px;width:8px}.message.kit .dot-1{animation:bounce 1.2s ease-in-out 0s infinite}.message.kit .dot-2{animation:bounce 1.2s ease-in-out .2s infinite}.message.kit .dot-3{animation:bounce 1.2s ease-in-out .4s infinite}.dots-container{display:flex;gap:4px;padding:8px}.dot{background-color:#333;border-radius:50%;display:inline-block;height:8px;width:8px}.dot-1{animation:bounce 1.2s ease-in-out 0s infinite}.dot-2{animation:bounce 1.2s ease-in-out .2s infinite}.dot-3{animation:bounce 1.2s ease-in-out .4s infinite}@keyframes bounce{0%,to{background-color:#ccc;transform:translateY(0)}50%{background-color:#333;transform:translateY(-6px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lineReveal{0%{opacity:0}to{opacity:1}}.chat-messages{display:none}.chat-messages-container{display:flex;flex:1 1 auto;flex-direction:column;flex-grow:1;height:0;margin:0 auto;max-width:700px;overflow-x:hidden;overflow-y:scroll!important;padding:20px;position:relative;width:70%}.user-image-container{border-radius:8px;margin-top:8px;max-width:150px;overflow:hidden}.user-uploaded-image{border-radius:8px;height:auto;object-fit:contain;width:100%}.image-preview{border-radius:8px;height:80px;margin:8px 0;max-width:80px;overflow:hidden;position:relative}.image-preview img{height:100%;object-fit:cover;width:100%}.remove-image{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;padding:0;position:absolute;right:4px;top:4px;width:20px}.suggested-responses-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:16px;width:100%}.suggested-response-button{align-self:flex-start;background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-block;flex-grow:0;font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:.05em;margin-right:10px;padding:12px 16px;text-align:left;text-transform:uppercase;transition:all .2s ease;white-space:nowrap;width:auto}.suggested-response-button:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.suggested-response-button:active{box-shadow:none;transform:translateY(0)}.chat-widget-button{align-items:center;background:#000;border:none;bottom:20px;box-shadow:0 2px 10px #0003;color:#fff;cursor:pointer;display:flex;font-size:24px;height:60px;justify-content:center;position:fixed;right:20px;transition:transform .2s;width:60px;z-index:1000}.chat-widget-button:hover{transform:scale(1.1)}.chat-widget-button img{height:30px;width:30px}
/*# sourceMappingURL=main.2c39c483.css.map*/