.marquee-container.svelte-3i4emn{width:100%;overflow:hidden;white-space:nowrap;box-sizing:border-box;background-color:#575757;margin-top:-30px;transform:rotate(358deg);color:#eee;padding:15px 0}span.svelte-3i4emn{font-size:50px;font-family:Inter;letter-spacing:2px}@media (max-width: 700px){span.svelte-3i4emn{font-size:5vw}}@media (min-width: 701px) and (max-width: 1000px){span.svelte-3i4emn{font-size:4vw}}.marquee-content.svelte-3i4emn{display:inline-block;padding-left:100%;animation:svelte-3i4emn-marquee linear infinite}.marquee-content.svelte-3i4emn span:where(.svelte-3i4emn):first-child:after{content:"    "}.marquee-container.pauseOnHover.svelte-3i4emn:hover .marquee-content:where(.svelte-3i4emn){animation-play-state:paused}@keyframes svelte-3i4emn-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (prefers-reduced-motion: reduce){.marquee-content.svelte-3i4emn{animation:none;padding-left:0;white-space:normal}.marquee-container.svelte-3i4emn{text-align:center}.marquee-content.svelte-3i4emn span:where(.svelte-3i4emn)+span:where(.svelte-3i4emn){display:none}}.carousel-wrapper.svelte-1b2cwgm{position:relative;width:100%;max-width:100vw;margin:2rem 0;box-sizing:border-box}.scroll-container.svelte-1b2cwgm{display:flex;gap:5vw;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.scroll-container.svelte-1b2cwgm::-webkit-scrollbar{display:none}.item.svelte-1b2cwgm{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:22vw;scroll-snap-align:start;object-fit:contain}@media (max-width: 500px){.item.svelte-1b2cwgm{width:80vw}}@media (min-width: 501px) and (max-width: 600px){.item.svelte-1b2cwgm{width:60vw}}@media (min-width: 601px) and (max-width: 800px){.item.svelte-1b2cwgm{width:50vw}}@media (min-width: 801px) and (max-width: 1000px){.item.svelte-1b2cwgm{width:40vw}}@media (min-width: 1001px) and (max-width: 1200px){.item.svelte-1b2cwgm{width:30vw}}.nav-button.svelte-1b2cwgm{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#896b50;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;font-size:1.5rem;padding:10px;box-sizing:content-box;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s;box-shadow:0 2px 5px #0000001a}.arrow.svelte-1b2cwgm{width:24px;filter:invert(1)}.nav-button.svelte-1b2cwgm:hover:not(:disabled){background:#363636}.nav-button.svelte-1b2cwgm:disabled{opacity:.4;cursor:not-allowed}.nav-button.prev.svelte-1b2cwgm{left:4vw}.nav-button.next.svelte-1b2cwgm{right:4vw}.shell.svelte-1izve4f{display:flex;flex-direction:column;width:100%;overflow:hidden;align-items:center}.home.svelte-1izve4f{display:flex;width:100%;max-width:1920px;flex-direction:column}.topbar.svelte-1izve4f{display:flex;flex-direction:row;padding:12px 20px}.topbar.svelte-1izve4f .logo:where(.svelte-1izve4f){width:56px}@media (max-width: 600px){.topbar.svelte-1izve4f .logo:where(.svelte-1izve4f){width:50px}}.topbar.svelte-1izve4f .menu-items:where(.svelte-1izve4f){display:flex;flex-grow:1;flex-direction:row;justify-content:space-between}@media (max-width: 500px){.topbar.svelte-1izve4f .menu-items:where(.svelte-1izve4f){display:none}}.topbar.svelte-1izve4f .menu-item:where(.svelte-1izve4f){display:flex;justify-content:center;letter-spacing:2px;font-size:15px;color:#2c2c2c;font-weight:300;align-items:center}.topbar.svelte-1izve4f .more-icon:where(.svelte-1izve4f){display:none}@media (max-width: 500px){.topbar.svelte-1izve4f .more-icon:where(.svelte-1izve4f){display:block;margin-left:10px}}.topbar.svelte-1izve4f .login-button:where(.svelte-1izve4f){padding:12px 20px;background-color:#7a634d;color:#fff;border:none;margin-left:20px;border-radius:25px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease}.v-menu-items.svelte-1izve4f{display:flex;flex-direction:column;gap:15px;padding:20px;align-items:end}.v-menu-items.svelte-1izve4f .menu-item-in:where(.svelte-1izve4f){animation:svelte-1izve4f-slideInRight .5s ease-out forwards;border:none;font-size:15px;font-family:Inter;font-weight:300;letter-spacing:2px;color:#2c2c2c;text-decoration:underline;background-color:transparent}.v-menu-items.svelte-1izve4f .menu-item-out:where(.svelte-1izve4f){animation:svelte-1izve4f-slideOutLeft .5s ease-in forwards;border:none;font-size:15px;font-family:Inter;font-weight:300;letter-spacing:2px;color:#2c2c2c;text-decoration:underline;background-color:transparent}@keyframes svelte-1izve4f-slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes svelte-1izve4f-slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.spacer.svelte-1izve4f{flex-grow:1}.hero.svelte-1izve4f{width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 500px){.hero.svelte-1izve4f{height:80vh}}@media (min-width: 501px) and (max-width: 765px){.hero.svelte-1izve4f{height:50vh}}@media (min-width: 766px) and (max-width: 1000px){.hero.svelte-1izve4f{height:60vh}}@media (min-width: 1001px) and (max-width: 1100px){.hero.svelte-1izve4f{height:70vh}}@media (min-width: 1101px) and (max-width: 1400px){.hero.svelte-1izve4f{height:80vh}}.hero.svelte-1izve4f .masked-text:where(.svelte-1izve4f){font-family:Anonymous Pro,monospace;font-size:50vw;font-weight:700;color:transparent;text-align:center;margin:0;background:url(../../../bg-video.mp4) no-repeat center center;background-size:cover;-webkit-background-clip:text;background-clip:text;z-index:1;translate:0% -10%;position:relative}@media (max-width: 500px){.hero.svelte-1izve4f .masked-text:where(.svelte-1izve4f){line-height:.6;font-size:80vw;translate:10% -5%}}.hero.svelte-1izve4f .svg-mask:where(.svelte-1izve4f){width:100%;height:100%}.hero.svelte-1izve4f video:where(.svelte-1izve4f){object-fit:cover;width:100%;height:100%}.designed-by-you.svelte-1izve4f{display:flex;flex-direction:column;align-items:center;height:90vh;background-color:#d4d1c5;justify-content:center}@media (max-width: 500px){.designed-by-you.svelte-1izve4f{height:60vh}}@media (min-width: 501px) and (max-width: 765px){.designed-by-you.svelte-1izve4f{height:50vh}}@media (min-width: 766px) and (max-width: 1000px){.designed-by-you.svelte-1izve4f{height:60vh}}@media (min-width: 1001px) and (max-width: 1100px){.designed-by-you.svelte-1izve4f{height:70vh}}@media (min-width: 1101px) and (max-width: 1400px){.designed-by-you.svelte-1izve4f{height:80vh}}.designed-by-you.svelte-1izve4f .primary-text:where(.svelte-1izve4f){font-size:10vw;margin:10px;text-align:center;padding:0 20px;font-family:Space Grotesk;color:#896b50}@media (min-width: 401px) and (max-width: 500px){.designed-by-you.svelte-1izve4f .primary-text:where(.svelte-1izve4f){font-size:13vw;padding:0;width:58%}}@media (min-width: 501px) and (max-width: 765px){.designed-by-you.svelte-1izve4f .primary-text:where(.svelte-1izve4f){font-size:11vw}}.gallery.svelte-1izve4f{display:flex;flex-direction:row;justify-content:center;gap:3vw;overflow:hidden;box-sizing:border-box;padding:5vw}@media (max-width: 800px){.gallery.svelte-1izve4f{flex-direction:column}}.gallery.svelte-1izve4f .column:where(.svelte-1izve4f){display:flex;width:100%;overflow:hidden;gap:3vw;flex-direction:column}@media (max-width: 800px){.gallery.svelte-1izve4f .column:where(.svelte-1izve4f){flex-direction:column;gap:1vw}}.gallery.svelte-1izve4f .column:where(.svelte-1izve4f) .image:where(.svelte-1izve4f){border-radius:80px;width:100%}@media (max-width: 600px){.gallery.svelte-1izve4f .column:where(.svelte-1izve4f) .image:where(.svelte-1izve4f){border-radius:50px}}.your-style.svelte-1izve4f{display:flex;flex-direction:column;align-items:center;height:120vh;background-color:#d4d1c5;justify-content:center}@media (max-width: 500px){.your-style.svelte-1izve4f{height:60vh}}@media (min-width: 501px) and (max-width: 765px){.your-style.svelte-1izve4f{height:50vh}}@media (min-width: 766px) and (max-width: 1000px){.your-style.svelte-1izve4f{height:60vh}}@media (min-width: 1001px) and (max-width: 1100px){.your-style.svelte-1izve4f{height:70vh}}@media (min-width: 1101px) and (max-width: 1400px){.your-style.svelte-1izve4f{height:80vh}}.your-style.svelte-1izve4f .primary-text:where(.svelte-1izve4f){font-size:10vw;text-align:center;margin:0 50px;font-family:Space Grotesk;color:#896b50}@media (min-width: 401px) and (max-width: 500px){.your-style.svelte-1izve4f .primary-text:where(.svelte-1izve4f){font-size:13vw;padding:0}}@media (min-width: 501px) and (max-width: 765px){.your-style.svelte-1izve4f .primary-text:where(.svelte-1izve4f){font-size:11vw}}.wanted-it.svelte-1izve4f{display:flex}.assets.svelte-1izve4f{display:flex;flex-direction:column;align-items:center;padding:60px 0}.assets.svelte-1izve4f .provision:where(.svelte-1izve4f){width:45vw;text-align:center;letter-spacing:4px;font-size:40px;color:#434343}@media (max-width: 700px){.assets.svelte-1izve4f .provision:where(.svelte-1izve4f){font-size:20px;width:80vw}}@media (min-width: 701px) and (max-width: 1200px){.assets.svelte-1izve4f .provision:where(.svelte-1izve4f){font-size:30px;width:80vw}}.assets.svelte-1izve4f .get-started:where(.svelte-1izve4f){font-size:28px;background-color:#896b50;border-radius:50px;border:none;color:#fff;cursor:pointer;margin-top:60px;padding:15px 80px;font-family:Space Grotesk;transition:box-shadow .5s ease;box-shadow:0 2px 4px #0000001a}@media (max-width: 600px){.assets.svelte-1izve4f .get-started:where(.svelte-1izve4f){font-size:20px;cursor:none;margin-top:30px}}.assets.svelte-1izve4f .get-started:where(.svelte-1izve4f):hover{box-shadow:0 6px 12px #00000080;background-color:#2c2c2c}.heading.svelte-1izve4f{margin:50px 0 20px 30px;font-size:52px;font-family:Space Grotesk}.header.svelte-1izve4f{display:flex;justify-content:space-between;align-items:center;padding:20px}.about-section.svelte-1izve4f{background-color:#896b50;padding:30px 60px 40px;display:flex;border-top-left-radius:30px;border-top-right-radius:30px;color:#f2f2f2;justify-content:space-around;align-items:flex-start;flex-wrap:wrap}@media (max-width: 600px){.about-section.svelte-1izve4f{padding:20px 30px 40px}}.about-section.svelte-1izve4f .about-text:where(.svelte-1izve4f){flex:1;min-width:300px;margin-right:20px}.about-section.svelte-1izve4f .about-text:where(.svelte-1izve4f) p:where(.svelte-1izve4f){font-size:1.5rem;font-family:Space Grotesk}@media (max-width: 600px){.about-section.svelte-1izve4f .about-text:where(.svelte-1izve4f) p:where(.svelte-1izve4f){font-size:1.1rem}}.quote-section.svelte-1izve4f{background-color:#575757;padding:10px 60px;display:flex;margin-top:-30px;border-top-left-radius:30px;border-top-right-radius:30px;justify-content:center;align-items:center;color:#f4f4f4}@media (max-width: 600px){.quote-section.svelte-1izve4f{padding:10px 30px}}.quote-section.svelte-1izve4f p:where(.svelte-1izve4f){font-family:Space Grotesk;font-size:60px}@media (max-width: 600px){.quote-section.svelte-1izve4f p:where(.svelte-1izve4f){font-size:30px}}.about-desc.svelte-1izve4f{font-family:Space Grotesk;padding:40px 60px;line-height:1.7;font-size:40px}@media (max-width: 600px){.about-desc.svelte-1izve4f{font-size:20px;padding:20px 30px}}.footer.svelte-1izve4f{margin-top:100px;display:flex;flex-direction:column;background-color:#d4d1c5}.footer.svelte-1izve4f .items:where(.svelte-1izve4f){padding:30px;display:flex;flex-direction:row}@media (max-width: 1010px){.footer.svelte-1izve4f .items:where(.svelte-1izve4f){flex-direction:column}}.footer.svelte-1izve4f .second:where(.svelte-1izve4f){display:flex;flex-direction:row;transform:translate(-80px);gap:2vw}@media (max-width: 1010px){.footer.svelte-1izve4f .second:where(.svelte-1izve4f){flex-direction:column;transform:translate(0);gap:0px}}.footer.svelte-1izve4f .third:where(.svelte-1izve4f){display:flex;flex-direction:row;gap:20px}@media (max-width: 1010px){.footer.svelte-1izve4f .third:where(.svelte-1izve4f){margin-top:20px}}.footer.svelte-1izve4f .footer-text:where(.svelte-1izve4f){cursor:pointer;font-weight:300}.footer.svelte-1izve4f .footer-icon:where(.svelte-1izve4f){width:36px;cursor:pointer}
