@import"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap";.variable-form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:500px}.variable-form input{background-color:transparent;border:none;border-bottom:2px solid var(--primary-color);width:100%;padding-bottom:1rem;font-size:1.5em;color:var(--primary-color)}.variable-form input::placeholder{color:var(--primary-color);text-transform:uppercase;opacity:.5}.variable-form input:focus{outline:none}.variable-form button{background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 100%);color:var(--secondary-color);border:none;border-radius:15px;margin-top:3rem;padding:2rem;font-size:1.5em;cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:.3s ease-in-out}.variable-form button:hover{box-shadow:0 10px 40px #0009}.variable-form button:disabled{opacity:.6;cursor:not-allowed}.variable-form button:disabled:hover{box-shadow:none}.submit-message{padding:1rem;border-radius:8px;margin-top:1rem;font-size:1rem;text-align:center;font-weight:500}.submit-message.success{background-color:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.submit-message.error{background-color:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.consent-checkbox label{display:flex;align-items:flex-start;cursor:pointer;font-size:1.2em;color:var(--primary-color);line-height:1.4;position:relative;padding-left:2rem;opacity:.8}.consent-checkbox .checkmark{position:absolute;left:0;top:2px;height:18px;width:18px;background-color:transparent;border:2px solid var(--primary-color);border-radius:3px;transition:all .2s ease}.consent-checkbox input:checked~.checkmark{background-color:var(--primary-color);border-color:var(--primary-color)}.consent-checkbox .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:6px;height:10px;border:solid var(--secondary-color);border-width:0 2px 2px 0;transform:rotate(45deg)}.thank-you-message{text-align:center;padding:3rem 0;color:var(--primary-color)}.thank-you-message h3{font-size:2.2em;margin-bottom:1.5rem;font-weight:600}.thank-you-message p{font-size:1.3em;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}.user-thank-you h3,.vendor-thank-you h3{color:var(--primary-color)}@media (max-width: 768px){.consent-checkbox label{font-size:1.1em}.consent-checkbox .checkmark{top:1px}.thank-you-message h3{font-size:1.8em}.thank-you-message p{font-size:1.2em}}.prefooter{background-color:transparent;min-height:80vh;width:100%}.prefooter .inner{width:fit-content!important;margin:0 auto;padding:1rem 4rem 4rem;background-color:var(--secondary-accent-color);border-radius:10px;box-shadow:0 120px 100px #0003}.prefooter .inner .form-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:80%;margin:0 auto;gap:50px}.prefooter .inner .form-container .prefooter-header{text-align:center}.prefooter .inner .form-container .prefooter-header h1{font-size:2.5em;text-transform:uppercase}.prefooter .inner .form-container .profile-type-selection{display:flex;align-items:center;justify-content:center;gap:25px}.prefooter .inner .form-container .profile-type-selection button{padding:1rem;border:0;min-width:150px;border-radius:5px;cursor:pointer;font-size:1em;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.prefooter .inner .form-container .profile-type-selection button:hover{box-shadow:0 10px 40px #0009}.prefooter .inner .form-container .profile-type-selection button.vendor{background-color:var(--primary-color);color:var(--secondary-color)}.prefooter .inner .form-container .profile-type-selection button.user{background-color:var(--secondary-color);color:var(--primary-color)}.prefooter .inner .form-container .profile-type-selection button.inactive{opacity:.5;filter:blur(1px)}@media only screen and (max-width: 768px){.prefooter .inner{padding:0rem;width:350px!important}.prefooter .inner .form-container .profile-type-selection{flex-direction:column}.prefooter .inner .form-container .profile-type-selection button{font-size:2em;width:100%}}.footer{background:linear-gradient(to top,var(--primary-color) 20%,var(--secondary-accent-color) 80%);position:relative}.how-it-works .footer{background:transparent}.footer .inner{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90vw;margin:0 auto;gap:75px;padding-bottom:2rem;color:var(--secondary-color);font-size:.8em}.footer .inner a{color:var(--secondary-color);text-decoration:none}.footer .inner ul{list-style:none;margin:0;padding:0}.footer .inner ul li{margin-bottom:.5rem}.footer .inner .logo-socials-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer .inner .logo-socials-container .socials{text-align:center}.footer .inner .logo-socials-container .socials a img{width:50px}.footer .inner .logo-socials-container img{width:25%}.footer .inner .cta-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:fit-content;gap:3rem;width:100%}.footer .inner .cta-container>div{max-width:150px}.footer .inner .cta-container .business-details p{margin:0;margin-bottom:.5rem}@media only screen and (max-width: 768px){.footer{display:flex;flex-direction:column;gap:100px}.footer .inner .logo-socials-container img{width:75%}.footer .inner .cta-container{flex-direction:column;align-items:center}.footer .inner .cta-container>div{text-align:center}}.landing{position:absolute;top:0;min-height:100vh;height:100%;width:100%;padding:0;margin:0}.landing>.inner{background-color:var(--secondary-accent-color);display:flex;flex-direction:column;gap:150px}.landing .inner section{max-width:80vw;min-width:80vw;margin:0 auto}.landing .section-index{width:40px;mix-blend-mode:multiply}.landing .inner section .section-title{display:flex;gap:10px}.landing .inner section .section-title .icon-container{display:flex;gap:5px}.landing .inner section .section-title .icon-container img{height:100%;width:100%;max-width:50px}.landing .hero-section{position:sticky;top:0;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;z-index:998;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 100%)}.landing .hero-section .image-container{border-radius:500px;overflow:hidden;margin-top:5rem}.landing .hero-section .image-container img{object-fit:cover;height:100%;width:100%}.landing .hero-section .indicator-text{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:60px}.landing .hero-section .indicator-text h1{color:var(--secondary-color);font-weight:600;font-size:10em;margin-bottom:0;text-shadow:0 4px 8px rgba(0,0,0,1)}.landing .hero-section .indicator-text .explore{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.landing .hero-section .indicator-text .explore p{color:var(--secondary-color);font-size:1.5em;font-weight:500;margin-top:.5rem;text-transform:uppercase}.info-section{background-color:var(--secondary-accent-color);padding:3rem;display:flex;flex-direction:column}.info-section h1{font-size:1.5em;font-weight:500;color:var(--primary-color);border-bottom:2px solid var(--primary-color);border-top:2px solid var(--primary-color);padding-top:.5rem;padding-bottom:.5rem;display:flex;align-items:center}.info-section .content{color:var(--primary-color)}.info-section .content h2{font-weight:800;font-size:5em;text-shadow:0 4px 8px rgba(0,0,0,.2)}.info-section .cta-container{display:flex;justify-content:flex-start;width:100%}.info-section .cta-container a{position:relative;color:var(--secondary-color);background-color:var(--primary-color);text-decoration:none;padding:2rem 5rem;border-radius:50px;box-shadow:0 20px 40px #00000080;display:flex;justify-content:center;align-items:center}.info-section .cta-container a svg{margin-top:-1rem}.markets-section{background-color:var(--secondary-accent-color);padding:3rem;display:flex;flex-direction:column}.markets-section h1{font-size:1.5em;font-weight:500;color:var(--primary-color);border-bottom:2px solid var(--primary-color);border-top:2px solid var(--primary-color);padding-top:.5rem;padding-bottom:.5rem;display:flex;align-items:center}.markets-section article{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:25px;margin-top:4rem;width:100%}.markets-section article .tagline-container{background-color:var(--primary-color);color:var(--secondary-color);padding:2rem;border-radius:30px;max-width:40%}.markets-section article .tagline-container h1{margin:0;font-size:3em;font-weight:400;color:var(--secondary-color)}.markets-section article .tagline-container h2{font-weight:500;font-size:2em;margin-top:0;margin-bottom:0}.markets-section article .tagline-container p{font-size:1.5em;font-weight:200}.markets-section article .tagline-container .sources p{font-size:.9em}.markets-section article .tagline-container p a{color:var(--secondary-color);font-weight:bolder}.markets-section article .metrics-container{display:flex;flex-direction:column;gap:50px}.markets-section article .metrics-container .metric{text-align:center}.markets-section article .metrics-container .metric p{font-size:5em;font-weight:500;margin:0;color:var(--primary-color);text-shadow:0 4px 8px rgba(0,0,0,.3)}.markets-section article .metrics-container .metric h3{font-weight:500;font-size:1.5em}.problems-solutions-section{background-color:var(--secondary-accent-color);padding:3rem 2rem;display:flex;flex-direction:column;gap:2rem}.problems-solutions-section h1{font-size:1.5em;font-weight:500;color:var(--primary-color);border-bottom:2px solid var(--primary-color);border-top:2px solid var(--primary-color);padding-top:.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem}.problems-solutions-section .pair{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.problems-solutions-section .pair .problem,.problems-solutions-section .pair .solution{display:flex;flex-direction:column;justify-content:space-between;min-height:200px;border-radius:30px;padding:2rem}.problems-solutions-section .pair .problem{background-color:var(--primary-color);color:var(--secondary-color)}.problems-solutions-section .pair .solution{background-color:var(--secondary-color);color:var(--primary-color);justify-content:center}.problems-solutions-section .pair .problem p,.problems-solutions-section .pair .solution p{font-size:.95em;text-align:justify}.problems-solutions-section .view-solution-btn:hover{background:var(--primary-color);color:var(--secondary-color);transform:translateY(-2px)}@media (max-width: 768px){.problems-solutions-section .pair{grid-template-columns:1fr;gap:1.5rem}}.how-it-works-section{background-color:var(--secondary-accent-color);padding:3rem 2rem;display:flex;flex-direction:column;gap:2rem}.how-it-works-section h1{font-size:1.5em;font-weight:500;color:var(--primary-color);border-bottom:2px solid var(--primary-color);border-top:2px solid var(--primary-color);padding-top:.5rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem}.how-it-works-section .type-selections-container{display:flex;align-items:center;justify-content:space-between;gap:50px;border-bottom:2px solid var(--primary-color);padding-bottom:3rem}.how-it-works-section .type-selections-container .option{padding:1rem;border-radius:25px;cursor:pointer;transition:all .3s ease-out;-webkit-transition:all .3s ease-out}.how-it-works-section .type-selections-container .option.active{transform:scale(1.03)}.how-it-works-section .type-selections-container .option.inactive{opacity:.5;filter:blur(1px)}.how-it-works-section .type-selections-container .option:hover{transform:scale(1.03)}.how-it-works-section .type-selections-container .option h2{font-size:2em;font-weight:500}.how-it-works-section .type-selections-container .vendor-option{background-color:var(--primary-color);color:var(--secondary-color)}.how-it-works-section .type-selections-container .user-option{background-color:var(--secondary-color);color:var(--primary-color)}.vertical-timeline{position:relative;display:flex;flex-direction:column;gap:5rem;margin-top:5rem;max-width:70vw;margin:0 auto;padding-bottom:10rem;padding-top:8rem;border-bottom:2px solid var(--primary-color)}.vertical-timeline .timeline-line{position:absolute;left:50%;top:0;width:2px;height:100%;background-color:var(--primary-color);transform:translate(-50%)}.timeline-step{display:flex;width:50%;position:relative;align-items:center}.timeline-step.left{justify-content:flex-start}.timeline-step.right{justify-content:flex-start;align-self:flex-end}.timeline-step .step-content.user{background-color:var(--secondary-color);color:var(--primary-color)}.timeline-step .step-content.business{background-color:var(--primary-color);color:var(--secondary-color)}.timeline-step .step-content{padding:1.5rem 2rem;border-radius:25px;position:relative;z-index:1;box-shadow:0 10px 30px #0000001a}.timeline-step .step-content h3{font-size:2em;margin:0}.timeline-step .step-content p{font-size:.8em}.timeline-step .step-content .step-index-container{display:flex;align-items:center;justify-content:space-between}.timeline-step .step-index{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--primary-color);color:var(--secondary-color);width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;z-index:2}@media only screen and (max-width: 768px){.landing .inner section{min-width:auto}}@media only screen and (max-width: 768px){.landing .hero-section .image-container{min-width:300px;min-height:550px}.landing .hero-section .indicator-text h1{font-size:5em}}@media only screen and (max-width: 768px){.markets-section article{flex-direction:column;justify-content:center;align-items:center;gap:100px}.markets-section article .tagline-container{max-width:100%}.markets-section article .tagline-container p{font-size:1em}.markets-section article .metrics-container .metric p{font-size:3em}}@media only screen and (max-width: 768px){.how-it-works-section .type-selections-container{flex-direction:column}.vertical-timeline{padding-top:1rem}.timeline-step,.timeline-step.left,.timeline-step.right{width:100%;justify-content:center;text-align:center;padding:0}.vertical-timeline .timeline-line{left:1.5rem}.timeline-step .step-index{left:0}}@media only screen and (max-width: 768px){.info-section .content h2{font-size:2.5em}}.faq{position:relative;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 40%)}.faq .hero-section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;color:var(--secondary-color)}.faq .hero-section h1{font-size:6em;font-weight:900;margin-top:0;text-transform:uppercase;max-width:800px}.faq .faq-section{max-width:70vw;margin:0 auto;display:flex;flex-direction:column;gap:100px;padding-bottom:5rem}.faq .faq-section h1{color:var(--primary-color);border-bottom:3px solid var(--primary-color);border-top:3px solid var(--primary-color);padding:1rem 0}.faq .faq-section .pairs .pair{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;overflow:hidden;margin-bottom:2rem;padding-bottom:1rem;cursor:pointer;color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.faq .faq-section .pairs .pair.open{height:100%}.faq .faq-section .pairs .pair .pair-question{display:flex;justify-content:space-between;align-items:center}.faq .faq-section .pairs .pair .pair-question p{font-family:var(--primary-font);font-size:1.5em;font-weight:900}.faq .faq-section .pairs .pair .pair-question h4{margin:0;margin-bottom:.25rem;font-size:1.5em}.faq .faq-section .pairs .pair .pair-question .icon{cursor:pointer}.faq .faq-section .pairs .pair .answer{opacity:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.faq .faq-section .pairs .pair .answer.open{opacity:1}.faq .faq-section .pairs .pair-answer a{color:var(--primary-color);font-weight:400}@media only screen and (max-width: 768px){.faq .hero-section span{text-align:center;width:100%;display:block;margin-bottom:2rem;font-size:1.5em}.faq .hero-section h1{font-size:3em;text-align:center}.faq .faq-section{max-width:80vw}.faq .faq-section .pairs .pair .pair-question{gap:10px}}.info{position:relative;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 40%);padding-bottom:5rem}.info .hero{position:relative;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;color:var(--secondary-color)}.info .hero .image-background{height:100%;width:100%;position:absolute;top:0;left:0;right:0;min-height:100vh}.info .hero .image-background img{height:100%;width:100%;object-fit:cover;filter:blur(5px) brightness(.8)}.info .hero .heading-container{position:relative;z-index:1;padding:1rem;border-radius:10px}.info .hero .heading-container h1{font-size:6em;font-weight:900;margin-top:0;text-transform:uppercase;max-width:800px;mix-blend-mode:difference}.info .post-hero{max-width:80vw;min-width:80vw;margin:0 auto;padding:3rem}.info .post-hero h2{font-weight:800;font-size:5em;text-shadow:0 4px 8px rgba(0,0,0,.2)}.info .what-is-it{max-width:80vw;min-width:80vw;margin:0 auto;padding:3rem}.info .what-is-it .section-title{font-size:1.5em;font-weight:500;color:var(--primary-color);border-bottom:2px solid var(--primary-color);border-top:2px solid var(--primary-color);padding-top:.5rem;padding-bottom:.5rem;display:flex;align-items:center}.info .what-is-it .inner{display:flex;justify-content:flex-start;align-items:flex-start;padding-top:2rem;gap:50px}.info .what-is-it .content{max-width:700px}.info .what-is-it .content h4{font-weight:800;font-size:2em;text-shadow:0 4px 8px rgba(0,0,0,.2);margin-top:0}.info .cta-container{display:flex;justify-content:flex-start;width:100%}.info .cta-container a{position:relative;color:var(--secondary-color);background-color:var(--primary-color);text-decoration:none;padding:2rem 5rem;border-radius:50px;box-shadow:0 20px 40px #00000080;display:flex;justify-content:center;align-items:center}.info .cta-container a svg{margin-top:-1rem}.info .what-is-it .image-container img{height:100%;width:100%;border-radius:20px}@media only screen and (max-width: 768px){.info .hero .heading-container span{text-align:center;width:100%;display:block;margin-bottom:2rem;font-size:1.5em}.info .hero .heading-container h1{font-size:3em;text-align:center}.info .post-hero h2{font-size:2.5em}.info .what-is-it .inner{flex-direction:column-reverse}.info .what-is-it .content h4{font-size:1.5em}.info .cta-container a{font-size:1em;padding:2rem}}.contact{position:relative;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 100%);padding-bottom:5rem}.contact .hero{position:relative;min-height:100vh;width:100vw;display:flex;align-items:center;color:var(--secondary-color);justify-content:center;padding-top:4rem}.contact .hero .inner{width:90vw;display:flex;justify-content:space-around}.contact .hero .description{max-width:600px}.contact .hero .description h2{font-size:3em}.contact .hero .description h4{font-size:1.5em}.contact-form-container{margin-top:3rem;width:30vw;background-color:var(--secondary-accent-color);padding:2rem;border-radius:10px;box-shadow:0 120px 100px #0003}.contact-form{display:flex;flex-direction:column;gap:10px;width:100%}.contact-form input,.contact-form select,.contact-form textarea{background-color:transparent;border:none;border-bottom:2px solid var(--secondary-color);width:100%;padding-bottom:1rem;font-size:1.5em;color:var(--secondary-color);font-family:inherit}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--secondary-color);text-transform:uppercase;opacity:.5}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none}.contact-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.contact-form select option{background:var(--primary-color);color:var(--secondary-color)}.contact-form textarea{resize:vertical;min-height:100px;padding-top:1rem}.submit-btn{background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 100%);color:var(--secondary-color);margin-top:3rem;padding:2rem;font-size:1.5em;cursor:pointer;border:none;border-radius:15px;transition:all .3s ease-in-out;-webkit-transition:.3s ease-in-out}.submit-btn:hover{box-shadow:0 10px 40px #0009}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.consent-checkbox{margin:2rem 0 1rem;display:flex;align-items:flex-start}.consent-checkbox label{display:flex;align-items:flex-start;cursor:pointer;font-size:1.2em;color:var(--secondary-color);line-height:1.4;position:relative;padding-left:2rem}.consent-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.consent-checkbox .checkmark{position:absolute;left:0;top:2px;height:18px;width:18px;background-color:transparent;border:2px solid var(--secondary-color);border-radius:3px;transition:all .2s ease}.consent-checkbox input:checked~.checkmark{background-color:var(--secondary-color);border-color:var(--secondary-color)}.consent-checkbox .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:6px;height:10px;border:solid var(--primary-color);border-width:0 2px 2px 0;transform:rotate(45deg)}.consent-checkbox input:checked~.checkmark:after{display:block}.consent-checkbox label:hover .checkmark{border-color:#fffc}.consent-checkbox input:disabled~.checkmark{opacity:.6;cursor:not-allowed}.status-message{border-radius:5px;font-size:.8em;font-weight:500}.status-message.success{background-color:transparent;color:#6c4a4a}.status-message.error{background-color:#f443361a;color:#f44336}@media (max-width: 768px){.contact .hero .inner{flex-direction:column;align-items:center;text-align:center;gap:2rem;margin-top:2rem}.contact-form-container{margin-top:2rem;width:fit-content}.contact .hero .description h2{font-size:2.5em}.contact .hero .description h4{font-size:1.2em}.consent-checkbox label{font-size:1.1em}.consent-checkbox .checkmark{top:1px}}.how-it-works{position:relative;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 100%)}.how-it-works .hero-section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;color:var(--secondary-color)}.how-it-works .hero-section .background-image{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:0;opacity:.8;filter:blur(5px)}.how-it-works .hero-section .heading-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.how-it-works .hero-section h1{font-size:6em;font-weight:900;margin-top:0;text-transform:uppercase;max-width:800px}.toggle-container{margin-top:2rem}.toggle-slider{position:relative;display:flex;background:#ffffff1a;border-radius:50px;padding:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.toggle-slider input[type=radio]{display:none}.toggle-slider label{position:relative;z-index:2;padding:12px 5rem;font-size:1rem;font-weight:100;font-family:var(--primary-font);color:#ffffffb3;cursor:pointer;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px}.toggle-slider input[type=radio]:checked+label{color:var(--primary-color)}.toggle-slider input[type=radio]#vendor:checked+label{color:var(--secondary-color)}.slider-background{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:var(--secondary-color);border-radius:46px;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease;z-index:1}.toggle-slider input[type=radio]:nth-of-type(2):checked~.slider-background{transform:translate(100%);background:var(--primary-color)}.toggle-slider:hover label{color:#ffffffe6}.toggle-slider input[type=radio]:checked+label:hover{color:var(--primary-color)}.toggle-slider input[type=radio]#vendor:checked+label:hover{color:var(--secondary-color)}.user-section{position:relative;z-index:1;padding:0 1.5rem;max-width:80vw;min-width:80vw;margin:0 auto}.user-steps{display:flex;flex-direction:column;gap:6rem}.step{display:flex;align-items:center;justify-content:center}.step .content{background-color:var(--secondary-color);padding:2rem;border-radius:10px;color:var(--primary-color);max-width:400px}.step .content h3{font-size:clamp(1.5rem,3vw,2rem);margin:0}.step .content p{font-size:1rem;line-height:1.6;opacity:.9}.step .template{max-width:400px}.step .template img{width:100%;height:auto;border-radius:20px;object-fit:contain}.step:nth-child(2n){direction:rtl}.step:nth-child(2n) .content,.step:nth-child(2n) .template{direction:ltr}.step:last-child{flex-direction:column;justify-content:center;align-items:center;text-align:center}.step:last-child .content{background-color:transparent;color:var(--secondary-accent-color);max-width:700px}.step:last-child .content h3{font-size:5em}.step:last-child .template img{filter:invert(100)}.image-morph-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.morphing-img{width:100%;height:auto;object-fit:cover;display:block}@media only screen and (max-width: 768px){.user-steps .step{flex-direction:column-reverse}.step:last-child .content h3{font-size:2em}}@media (max-width: 900px){.step{grid-template-columns:1fr;text-align:center}.step:nth-child(2n){direction:ltr}.template img{width:85%;margin:0 auto}.how-it-works .hero-section h1{font-size:4em}.toggle-slider label{padding:10px 20px;font-size:.9rem}}.team{position:relative;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 40%);padding-bottom:5rem}.team .hero{position:relative;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;color:var(--secondary-color)}.team .hero .image-background{height:100%;width:100%;position:absolute;top:0;left:0;right:0;min-height:100vh}.team .hero .image-background img{height:100%;width:100%;object-fit:cover;filter:blur(5px) brightness(.8)}.team .hero .heading-container{position:relative;z-index:1;padding:1rem;border-radius:10px}.team .hero .heading-container h1{font-size:6em;font-weight:900;margin-top:0;text-transform:uppercase;max-width:800px;mix-blend-mode:difference}.team .post-hero{max-width:80vw;min-width:80vw;margin:0 auto;padding:3rem}.team .post-hero h2{font-weight:800;font-size:5em;text-shadow:0 4px 8px rgba(0,0,0,.2)}.team .team-section{max-width:80vw;min-width:80vw;margin:0 auto;padding:3rem}.team .team-section .section-title{font-size:1.5em;font-weight:500;color:var(--primary-color);border-bottom:2px solid var(--primary-color);border-top:2px solid var(--primary-color);padding-top:.5rem;padding-bottom:.5rem;display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}.team .team-section .section-title .icon-container{margin-left:auto;width:30px;height:30px}.team .team-section .section-title .icon-container img{width:100%;height:100%;object-fit:contain}.team .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:2rem}.team .team-member{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;min-height:700px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.team .team-member:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0006}.team .member-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:1}.team .member-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;gap:3rem}.team .member-header{align-self:flex-start}.team .cocktail-overlay{position:absolute;bottom:10px;right:10px;width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid var(--secondary-color);background:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:3}.team .cocktail-image{width:100%;height:100%;object-fit:cover}.team .member-name{font-size:1.5em;font-weight:800;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:1px;color:var(--secondary-color);text-shadow:2px 2px 4px rgba(0,0,0,.8)}.team .member-role{font-size:1.1em;font-weight:500;color:var(--secondary-color);margin:0;text-transform:capitalize;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.team .member-description{font-size:1em;color:var(--secondary-color);align-self:flex-start;background:#0009;padding:1rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:100%}.team .member-description p{margin:.5rem 0;font-family:var(--primary-font)}.team .member-description strong{color:var(--secondary-color);font-weight:700}@media (max-width: 768px){.team .team-grid{grid-template-columns:1fr;gap:2rem}.team .cocktail-overlay{width:50px;height:50px;bottom:8px;right:8px}.team .member-content{padding:1.5rem}.team .team-member{min-height:450px}.team .hero .heading-container h1{font-size:2.5em}.team .post-hero{min-width:auto}.team .post-hero h2{font-size:2em}.team .team-section{max-width:90vw;min-width:auto;padding:2rem}}@media (max-width: 480px){.team .member-content{padding:1rem}.team .cocktail-overlay{width:40px;height:40px;bottom:5px;right:5px}.team .team-member{min-height:400px}.team .member-description{font-size:.85em;padding:.8rem}.team .hero .heading-container h1{font-size:2em}}.header{position:fixed;top:0;left:0;width:100vw;height:auto;z-index:999;background:linear-gradient(0deg,#19173500,#222944)}.header .inner{width:90vw;height:auto;padding:1rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header .inner .logo-container img{width:100%;height:100%;max-width:100px;border-radius:10px}.header .inner .desktop-nav{display:flex;gap:10px}.header .inner .desktop-nav a{padding:1rem;font-size:.9em;color:var(--secondary-color);text-decoration:none;transition:color .2s ease-out}.header .inner .desktop-nav a:hover{color:#fff}.header .inner .desktop-nav .cta-link{background-color:#fff;border-radius:50px;color:var(--primary-accent-color);box-shadow:0 20px 40px #00000080;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;margin-left:2.5rem;cursor:pointer}.header .inner .desktop-nav .cta-link:hover{background-color:var(--primary-color);color:var(--secondary-color);box-shadow:0 20px 40px #000}.mobile-menu-button{display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--secondary-color);border-radius:25px;padding:.5rem 1.2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.mobile-menu-button:hover{border-color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.mobile-menu-button.open{border-color:var(--primary-accent-color);background-color:var(--primary-accent-color)}.mobile-menu-button .menu-text{font-size:.9rem;font-weight:600;color:var(--secondary-color);letter-spacing:1px;transition:color .3s ease}.mobile-menu-button.open .menu-text{color:var(--primary-color)}.mobile-menu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#222944,#1a1a2e,#16213e);z-index:1001;overflow-y:auto}.mobile-menu-content{width:90vw;height:100vh;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;position:relative}.mobile-menu-close{position:absolute;top:2rem;right:1rem;background:transparent;border:2px solid var(--secondary-color);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--secondary-color);cursor:pointer;transition:all .3s ease}.mobile-menu-close:hover{background-color:var(--secondary-color);color:var(--primary-color);transform:rotate(90deg)}.mobile-nav{display:flex;flex-direction:column;gap:0;margin-top:6rem;flex:1}.mobile-nav-item{display:block;padding:1.5rem 0;font-size:1.8rem;font-weight:300;color:var(--secondary-color);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative}.mobile-nav-item:hover{color:#fff;padding-left:1rem}.mobile-nav-item:last-of-type{border-bottom:none}.mobile-nav-item:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:4px;height:0;background-color:var(--primary-accent-color);transition:height .3s ease}.mobile-nav-item:hover:before{height:60%}.mobile-cta-link{display:flex;align-items:center;justify-content:center;margin-top:2rem;padding:1.2rem 2rem;background:transparent;color:var(--secondary-color);text-decoration:none;border-radius:50px;border:2px solid var(--secondary-color);font-size:1.1rem;font-weight:600;transition:all .3s ease;cursor:pointer}.mobile-cta-link:hover{transform:translateY(-2px);box-shadow:0 12px 35px #ffd70066}.mobile-menu-footer{margin-top:auto;padding:2rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu-footer span{font-size:.9rem;color:#fff9;font-style:italic}@media (max-width: 768px){.header .inner{width:95vw;padding:.8rem 1rem}.header .inner .logo-container img{max-width:80px}.mobile-nav-item{font-size:1.6rem}}@media (max-width: 480px){.header .inner{width:95vw;padding:.5rem .8rem}.header .inner .logo-container img{max-width:70px}.mobile-menu-button{padding:.4rem 1rem}.mobile-menu-button .menu-text{font-size:.8rem}.mobile-nav-item{font-size:1.4rem;padding:1.2rem 0}.mobile-menu-content{width:95vw;padding:1.5rem .8rem}}.mobile-menu-overlay{-webkit-overflow-scrolling:touch}.mobile-menu-button:focus,.mobile-menu-close:focus,.mobile-nav-item:focus{outline:2px solid var(--primary-accent-color);outline-offset:2px}@media (hover: none){.mobile-nav-item:hover{padding-left:0}.mobile-nav-item:active{color:var(--primary-accent-color);background-color:#ffffff0d}}.mobile-menu-button,.mobile-nav-item{-webkit-tap-highlight-color:transparent}@media (prefers-color-scheme: dark){.mobile-menu-overlay{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}}@media (prefers-reduced-motion: reduce){.mobile-menu-button,.mobile-nav-item,.mobile-cta-link,.mobile-menu-close{transition:none}}.under-construction{position:fixed;top:0;left:0;height:100vh;width:100vw;background:linear-gradient(to bottom,var(--primary-color) 0%,var(--secondary-accent-color) 100%);display:flex;flex-direction:column;justify-content:center;align-items:center}.under-construction .inner{padding:0 4rem}.under-construction .inner .logo-container{display:flex;justify-content:center}.under-construction .inner .logo-container img{height:100%;width:100%;max-width:400px;object-fit:contain}.under-construction .inner .announcement h1{color:var(--primary-color);font-size:3em;text-align:center}@media only screen and (max-width: 768px){.under-construction .inner .announcement h1{font-size:2em}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--primary-color: #441311;--secondary-color: #d8a85f;--primary-accent-color: #6c4a4a;--secondary-accent-color: #f0ebe2;--primary-font: "Libre Caslon Display", serif;--secondary-font: "Noto Sans", sans-serif;--accent-font: ""}body,html{background-color:var(--primary-color);scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,button,input{font-family:var(--primary-font)}p,span,a,li{font-family:var(--secondary-font)}.noise{background-size:cover;mix-blend-mode:color-burn;position:fixed;top:0;left:0;pointer-events:none;height:100vh;width:100vw;z-index:1000;object-fit:cover}section .section-title{display:flex;gap:10px}section .section-title .icon-container{display:flex;gap:5px}section .section-title .icon-container img{height:100%;width:100%;max-width:50px}
