@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body.nav-open{overflow:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fcb53b;position:fixed;top:0;left:0;right:0;color:#fff;z-index:999;transform:translateY(0);transition:transform .4s ease,box-shadow .3s ease}@media only screen and (min-width: 1200px){.navbar{padding:1rem 2rem}}.navbar .logo{font-size:1.5rem;font-weight:bolder;font-family:"Averia Serif Libre",serif}.navbar .nav-links{position:fixed;top:0;right:-100%;height:calc(var(--vh, 1vh) * 100);width:100%;background:#fcb53b;list-style:none;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-evenly;gap:3rem;padding:30px 0;transition:right .3s ease-in-out;z-index:999999;margin:0;overflow:hidden}.navbar .nav-links .beinganiceguys{padding:20px}.navbar .nav-links .beinganiceguys .red{background-color:#8c1007;padding:0 15px}@media only screen and (min-width: 1200px){.navbar .nav-links .beinganiceguys{display:none}}.navbar .nav-links .link-wrapper{padding-right:30px;padding-bottom:70px;text-align:right}@media only screen and (min-width: 1200px){.navbar .nav-links .link-wrapper{padding:0;display:flex;flex-direction:row;gap:40px}}.navbar .nav-links li a{color:#fff;text-decoration:underline;font-size:1.5rem;font-family:"Averia Serif Libre",serif;transition:color .3s ease;text-align:center;margin:20px 0}@media only screen and (min-width: 1200px){.navbar .nav-links li a{text-decoration:none}}.navbar .nav-links li a:hover{color:#b45253}.navbar .nav-links.active{right:0}.close-btn{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.close-btn:hover{background-color:#ffffff1a}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;z-index:1000}.hamburger span{display:block;width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}@media only screen and (min-width: 1200px){.navbar .nav-links{position:static;height:auto;width:auto;flex-direction:row;gap:2rem;background:transparent;padding:0;right:unset;justify-content:flex-end}.navbar .nav-links li a{font-size:1.2rem}.hamburger,.close-btn{display:none}body.nav-open{overflow:auto}}.navbar.hidden{transform:translateY(-100%)}.content{margin-top:80px;padding:2rem;height:200vh;background:linear-gradient(180deg,#f0f0f0,#e0e0e0)}.content h1{margin-bottom:2rem;color:#333}.content p{margin-bottom:1rem;line-height:1.6;color:#666}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:5rem 0}@media only screen and (min-width: 1200px){.hero-section{height:100vh;flex-direction:row;padding:0}}.hero-section .hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:750px;height:400px;padding:4rem 2rem 1rem}@media only screen and (min-width: 1200px){.hero-section .hero-content{padding:4rem 2rem}}.hero-section .hero-content h1{font-family:"Averia Serif Libre",serif;color:#fff;font-weight:700;margin:0;line-height:1.2}.hero-section .hero-content p{font-family:"Averia Serif Libre",serif;font-size:1.25rem;margin-top:1rem;color:#fff;max-width:600px}.hero-section .hero-image{width:250px;margin-top:30px}@media only screen and (min-width: 1200px){.hero-section .hero-image{width:350px;margin-top:0}}.hero-section .hero-image img{width:100%;height:auto}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:28px;box-shadow:0 4px 10px #0000004d;z-index:1000;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.whatsapp-float:hover{background-color:#1ebe5d;transform:scale(1.1)}.whatsapp-float i{line-height:1}.product-section{background-color:#fff;padding:3rem 0rem}@media only screen and (min-width: 1200px){.product-section{padding:0}}.product-section .product-wrapper{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:3rem}@media only screen and (min-width: 1200px){.product-section .product-wrapper{flex-direction:row;gap:5rem}}.product-section .product-wrapper .product-slider{position:relative;width:350px;overflow:hidden}@media only screen and (min-width: 1200px){.product-section .product-wrapper .product-slider{height:800px;width:400px}}.product-section .product-wrapper .product-slider .slider-wrapper{display:flex;flex-direction:row;height:100%;transition:transform .5s ease-in-out}.product-section .product-wrapper .product-slider .slide{min-width:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background-color:#fff}.product-section .product-wrapper .product-slider .slide img{width:90%;height:auto;object-fit:cover}@media only screen and (min-width: 1200px){.product-section .product-wrapper .product-slider .slide img{width:100%}}.product-section .product-wrapper .product-slider .arrow{position:absolute;top:50%;transform:translateY(-50%);background:#18374ee6;color:#fff;border:none;padding:.5rem .8rem;border-radius:50%;cursor:pointer;font-size:1rem;z-index:2}.product-section .product-wrapper .product-slider .arrow.left{left:0}.product-section .product-wrapper .product-slider .arrow.right{right:0}.product-section .product-wrapper .product-slider .dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.product-section .product-wrapper .product-slider .dots .dot{width:10px;height:10px;background:#bbb;border-radius:50%;cursor:pointer;transition:background .3s ease}.product-section .product-wrapper .product-slider .dots .dot.active{background:#f1c40f}.product-section .product-wrapper .product-desc{color:#000;max-width:500px;display:flex;flex-direction:column;padding:0rem 2rem}@media only screen and (min-width: 1200px){.product-section .product-wrapper .product-desc{padding:0rem 3rem}}.product-section .product-wrapper .product-desc h2,.product-section .product-wrapper .product-desc p{color:#000}.product-section .product-wrapper .product-desc .button-container{margin-left:auto}@media only screen and (min-width: 1200px){.product-section .product-wrapper .product-desc .button-container{margin-left:0%;justify-self:flex-end}}.product-section .cardtype-infinite-scroller{width:100%;overflow:hidden;background:#fff}.product-section .banner{display:inline-flex;width:max-content;animation:scroll 20s linear infinite;gap:20px;align-items:center;margin-top:2rem;margin-bottom:0}@media only screen and (min-width: 1200px){.product-section .banner{margin-top:4rem}}.product-section .banner img{width:20px;height:20px}.product-section .box{display:flex;align-items:center;justify-content:center;min-width:200px;margin-right:20px;padding:.5rem;color:#000;font-weight:700;gap:8px;position:relative;font-family:"Averia Serif Libre",serif}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.contactus-section{padding:5rem 2rem;background-color:#fcb53b;display:flex;flex-direction:column-reverse;justify-content:space-around;gap:100px}@media only screen and (min-width: 1200px){.contactus-section{flex-direction:row}}.contactus-section .aboutme-section{background-color:#b45253;border-radius:30px;position:relative;display:flex;flex-direction:column}@media only screen and (min-width: 1200px){.contactus-section .aboutme-section{display:bloc}}.contactus-section .aboutme-section .aboutme-wrapper{margin:2rem}@media only screen and (min-width: 1200px){.contactus-section .aboutme-section .aboutme-wrapper{margin:5rem}}.contactus-section .aboutme-section .aboutme-wrapper p{text-align:left;font-size:14px}@media only screen and (min-width: 1200px){.contactus-section .aboutme-section .aboutme-wrapper p{font-size:22px}}.contactus-section .aboutme-section img{width:150px}@media only screen and (min-width: 1200px){.contactus-section .aboutme-section img{width:250px;position:absolute;bottom:0}}.contactus-section .contactus-content{max-width:600px;text-align:center}.contactus-section .contactus-content h2{font-size:3.5rem;margin-bottom:2rem;color:#fff}@media only screen and (min-width: 1200px){.contactus-section .contactus-content h2{font-size:4.5rem}}.contactus-section .contactus-content .contactus-form{display:flex;flex-direction:column;gap:1rem}.contactus-section .contactus-content .contactus-form input,.contactus-section .contactus-content .contactus-form textarea{padding:.75rem;border:1px solid #ccc;border-radius:5px;font-size:1rem;outline:none;background-color:#fff}.contactus-section .contactus-content .contactus-form input:focus,.contactus-section .contactus-content .contactus-form textarea:focus{border-color:#3498db;box-shadow:0 0 5px #3498db80}.contactus-section .contactus-content .contactus-form textarea{min-height:120px;resize:vertical}.why-choose-us{background-color:#fff;padding:2vw 4vw 10vh}@media only screen and (min-width: 1200px){.why-choose-us{padding:2vw 4vw}}.why-choose-us h1{color:#000;text-align:center;margin:4rem auto;font-size:30px}@media only screen and (min-width: 1200px){.why-choose-us h1{font-size:45px}}.why-choose-us .grid-layout{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:10px}.why-choose-us .grid-layout .box{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;color:#000;padding:10px}@media only screen and (min-width: 1200px){.why-choose-us .grid-layout .box{padding:10px 40px}}.why-choose-us .grid-layout .box .number{color:#000;font-size:40px;margin:0;text-align:left;align-self:flex-start}@media only screen and (min-width: 1200px){.why-choose-us .grid-layout .box .number{font-size:70px}}.why-choose-us .grid-layout .box h2{color:#b45253;font-size:25px;align-self:flex-start}@media only screen and (min-width: 1200px){.why-choose-us .grid-layout .box h2{font-size:30px}}.why-choose-us .grid-layout .box .description{color:#000;font-size:18px}.why-choose-us .grid-layout .box img{width:80%}@media only screen and (min-width: 1200px){.why-choose-us .grid-layout .box img{width:70%}}.why-choose-us .grid-layout .box3{order:-1}.why-choose-us .grid-layout .box1{order:1}.why-choose-us .grid-layout .box2{order:2}.why-choose-us .grid-layout .box4{order:3}.why-choose-us .grid-layout .box5{order:4}@media only screen and (min-width: 1200px){.why-choose-us .grid-layout{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1fr 1fr}.why-choose-us .grid-layout .box1{grid-column:1;grid-row:1;order:unset}.why-choose-us .grid-layout .box2{grid-column:1;grid-row:2;order:unset}.why-choose-us .grid-layout .box3{grid-column:2;grid-row:1/span 2;order:unset}.why-choose-us .grid-layout .box4{grid-column:3;grid-row:1;order:unset}.why-choose-us .grid-layout .box5{grid-column:3;grid-row:2;order:unset}}.our-product-section{padding:80px 40px 100px;background-color:#fff}.our-product-section .our-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1100px;margin:0 auto 48px}.our-product-section .our-product-head h3{font-size:45px;margin:0;color:#333;font-family:"Averia Serif Libre",serif;line-height:1.2;max-width:480px}.our-product-section .our-product-head h3 .hl{background-color:#ffe16a;padding:0 6px;font-style:italic}.our-product-section .our-product-head .our-product-subtitle{font-size:15px;line-height:1.55;color:#6b5a4a;font-family:"Averia Serif Libre",serif;font-style:italic;margin:10px 0 0;text-align:right;max-width:260px;flex-shrink:0}.our-product-section .cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:740px;margin:0 auto}.our-product-section .design-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:12px;cursor:pointer}.our-product-section .design-card .design-card__media{position:relative;width:100%;border-radius:22px;overflow:hidden;background:#f4ede1;box-shadow:0 18px 40px -22px #00000059;transition:transform .25s ease,box-shadow .25s ease}.our-product-section .design-card .design-card__media img{width:100%;height:auto;display:block;border-radius:22px;transition:transform .4s ease}.our-product-section .design-card .design-card__media .design-card__badge{position:absolute;top:14px;right:14px;background:#c0392b;color:#fff;font-family:"Averia Serif Libre",serif;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.06em;text-transform:uppercase;z-index:5}.our-product-section .design-card .design-card__media .design-card__overlay{position:absolute;inset:auto 0 0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.65) 100%);padding:80px 20px 22px;text-align:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.our-product-section .design-card .design-card__media .design-card__overlay .design-card__cta{color:#fff;font-family:"Averia Serif Libre",serif;font-weight:700;font-size:15px;letter-spacing:.02em}.our-product-section .design-card:hover .design-card__media{transform:translateY(-4px);box-shadow:0 28px 60px -22px #00000073}.our-product-section .design-card:hover .design-card__media img{transform:scale(1.03)}.our-product-section .design-card:hover .design-card__overlay{opacity:1}.our-product-section .design-card .design-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:0 4px}.our-product-section .design-card .design-card__meta .design-card__name{font-family:"Averia Serif Libre",serif;font-size:18px;font-weight:700;color:#333;line-height:1.2}.our-product-section .design-card .design-card__meta .design-card__color{font-family:"Averia Serif Libre",serif;font-size:13px;color:#8a7563;order:-1}.our-product-section .design-card .design-card__meta .design-card__tag{font-family:"Averia Serif Libre",serif;font-size:13px;font-style:italic;color:#8a7563;position:relative;padding-left:14px}.our-product-section .design-card .design-card__meta .design-card__tag:before{content:"•";position:absolute;left:0;top:0;color:#c89b4a}.our-product-section .our-product-foot{margin-top:48px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.our-product-section .our-product-foot .cta-button{display:inline-block;padding:12px 28px;background:#6b1f1a;color:#fbf7ee;border-radius:8px;font-family:"Averia Serif Libre",serif;font-weight:700;text-decoration:none;transition:background .15s ease,color .15s ease}.our-product-section .our-product-foot .cta-button:hover{background:#4d1410}.our-product-section .our-product-foot .cta-outline{background:transparent;color:#6b1f1a;border:2px solid #6b1f1a}.our-product-section .our-product-foot .cta-outline:hover{background:#6b1f1a;color:#fbf7ee}@media (max-width: 760px){.our-product-section{padding:60px 24px 80px}.our-product-section .our-product-head{flex-direction:column;gap:8px}.our-product-section .our-product-head .our-product-subtitle{text-align:left;max-width:none}.our-product-section .cards-grid{gap:16px}}@media (max-width: 480px){.our-product-section{padding:60px 16px 80px}.our-product-section .our-product-head h3{font-size:28px}.our-product-section .cards-grid{grid-template-columns:1fr;max-width:360px}.our-product-section .design-card .design-card__meta .design-card__name{font-size:16px}}.footer{background:#b45253;color:#fff;padding:2rem 1rem;text-align:center}.footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}@media only screen and (min-width: 768px){.footer .footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer .footer-content .footer-left{font-size:.9rem;opacity:.8}.footer .footer-content .footer-center{display:flex;gap:1.5rem}.footer .footer-content .footer-center a{color:#fff;font-size:1.2rem;transition:color .3s ease}.footer .footer-content .footer-center a:hover{color:#f1c40f}.footer .footer-content .footer-right{font-size:.9rem}.footer .footer-content .footer-right p{margin:.3rem 0}.footer .footer-content .footer-right p i{margin-right:.5rem}.footer .footer-note{margin-top:1.5rem;font-style:italic;font-size:1rem;color:#f1c40f}.demo-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .25s ease}.demo-modal.is-open{opacity:1;pointer-events:all}.demo-modal.is-open .demo-modal__dialog{transform:scale(1)}.demo-modal__backdrop{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.demo-modal__dialog{position:relative;z-index:1;display:flex;width:100%;max-width:860px;min-height:460px;border-radius:20px;overflow:hidden;box-shadow:0 32px 80px -10px #00000073;transform:scale(.95);transition:transform .25s ease}.demo-modal__close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:28px;line-height:1;color:#5a3e2b;cursor:pointer;z-index:10;padding:4px 8px;opacity:.6;transition:opacity .15s ease}.demo-modal__close:hover{opacity:1}.demo-modal__left{flex:0 0 42%;display:flex;align-items:center;justify-content:center;padding:32px 24px;background-color:#c98420;transition:background-color .3s ease}.demo-modal__img{max-height:380px;width:auto;max-width:100%;object-fit:contain;border-radius:16px;box-shadow:0 20px 50px -10px #0006}.demo-modal__right{flex:1;background:#f7f1e8;padding:44px 36px 36px;display:flex;flex-direction:column;justify-content:center;gap:12px}.demo-modal__label{font-family:"Averia Serif Libre",serif;font-style:italic;font-size:15px;color:#8a7563}.demo-modal__heading{font-family:"Averia Serif Libre",serif!important;font-size:26px!important;font-weight:700;color:#2a1f14!important;line-height:1.2;margin:0}.demo-modal__desc{font-family:"Averia Serif Libre",serif;font-size:14px!important;color:#5a3e2b!important;line-height:1.6;margin:0!important;max-width:none!important}.demo-modal__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.demo-modal__features li{font-family:"Averia Serif Libre",serif;font-size:13px;color:#4a3526;line-height:1.4}.demo-modal__actions{display:flex;flex-direction:column;gap:10px;margin-top:4px}.demo-modal__btn{display:block;text-align:center;padding:13px 20px;border-radius:8px;font-family:"Averia Serif Libre",serif;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s ease,color .15s ease;margin:0}.demo-modal__btn--primary{background:#6b1f1a;color:#fbf7ee!important}.demo-modal__btn--primary:hover{background:#4d1410}.demo-modal__btn--secondary{background:transparent;color:#6b1f1a!important;border:2px solid #6b1f1a}.demo-modal__btn--secondary:hover{background:#6b1f1a;color:#fbf7ee!important}@media (max-width: 640px){.demo-modal{padding:12px;align-items:flex-end}.demo-modal__dialog{flex-direction:column;min-height:auto;border-radius:20px 20px 0 0;max-height:92dvh;overflow-y:auto}.demo-modal__left{flex:none;padding:24px}.demo-modal__img{max-height:180px}.demo-modal__right{padding:28px 24px 32px;gap:10px}.demo-modal__heading{font-size:20px!important}}.custom-section{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;background:url(/images/custom-bg-section.jpg) center/cover no-repeat;overflow:hidden}.custom-section:before{content:"";position:absolute;inset:0;background:#140a0594}.custom-section__inner{position:relative;z-index:1;max-width:720px;padding:80px 32px;display:flex;flex-direction:column;align-items:center;gap:24px}.custom-section__heading{font-family:"Averia Serif Libre",serif;font-size:48px;font-weight:700;font-style:italic;color:#fff;line-height:1.18;margin:0;letter-spacing:-.01em}.custom-section__body{font-family:"Averia Serif Libre",serif;font-size:17px;color:#ffffffd1;line-height:1.75;margin:0;max-width:580px}.custom-section__btn{margin-top:8px;display:inline-block;padding:14px 36px;background:#fff;color:#2a1f14;border-radius:8px;font-family:"Averia Serif Libre",serif;font-size:16px;font-weight:700;text-decoration:none;transition:background .2s ease,color .2s ease}.custom-section__btn:hover{background:#ffe16a;color:#2a1f14}@media (max-width: 640px){.custom-section{min-height:70vh}.custom-section__inner{padding:60px 24px;gap:20px}.custom-section__heading{font-size:32px}.custom-section__body{font-size:15px}}.faq-section{background-color:#f5ede0;padding:80px 40px}.faq-section .faq-inner{max-width:1100px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}.faq-section .faq-left{flex:0 0 300px;position:sticky;top:100px}.faq-section .faq-left .faq-title{font-family:"Averia Serif Libre",serif;font-size:36px;font-weight:700;color:#2a1f14;line-height:1.2;margin:0 0 16px}.faq-section .faq-left .faq-subtitle{font-family:"Averia Serif Libre",serif;font-size:15px;color:#6b5a4a;line-height:1.6;margin:0;max-width:none}.faq-section .faq-left .faq-subtitle a{color:#2a1f14;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.faq-section .faq-left .faq-subtitle a:hover{color:#6b1f1a}.faq-section .faq-right{flex:1;display:flex;flex-direction:column;gap:12px}.faq-section .faq-item{border:1.5px solid #ddd5c8;border-radius:12px;overflow:hidden;background:#fff;transition:border-color .2s ease}.faq-section .faq-item.is-open{border-color:#6b1f1a}.faq-section .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;cursor:pointer;text-align:left;font-family:"Averia Serif Libre",serif;font-size:16px;font-weight:700;color:#2a1f14;line-height:1.4;transition:color .15s ease}.faq-section .faq-question:hover{color:#6b1f1a}.faq-section .faq-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#6b1f1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;line-height:1;transition:background .2s ease}.faq-section .faq-icon:before{content:"+"}.faq-item.is-open .faq-section .faq-icon:before{content:"−"}.faq-section .faq-answer{height:0;overflow:hidden;transition:height .35s ease}.faq-section .faq-answer p{font-family:"Averia Serif Libre",serif;font-size:14px;color:#5a3e2b;line-height:1.7;padding:0 20px 20px;margin:0;max-width:none}@media (max-width: 860px){.faq-section{padding:60px 24px}.faq-section .faq-inner{flex-direction:column;gap:36px}.faq-section .faq-left{flex:none;position:static}.faq-section .faq-left .faq-title{font-size:28px}}@media (max-width: 480px){.faq-section{padding:50px 16px}.faq-section .faq-question{font-size:14px;padding:16px}.faq-section .faq-answer p{padding:0 16px 16px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#fff;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;background-color:#fff}h1,h2{font-family:"Averia Serif Libre",serif;font-size:2.5rem;color:#fff;font-weight:700;margin:0;line-height:1.2}@media only screen and (min-width: 1200px){h1,h2{font-size:4rem}}p{font-family:"Averia Serif Libre",serif;font-size:1.25rem;margin-top:1rem;color:#fff;max-width:600px}body{margin:0;background-color:#fcb53b}.cta-button{margin-top:1rem;padding:.75rem 1.5rem;font-size:1.25rem;color:#fff;background-color:#b45253;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block}@media only screen and (min-width: 1200px){.cta-button{margin-top:2rem}}.cta-button:hover{background-color:#a02334}:root{--color-background: #e7e7e7;--color-background-alt: #888888;--color-border-active: #da7105;--color-border-default: #d1d1d1;--color-highlight: #fdcf4c;--color-primary: #b64e08;--color-primary-active: #79320e;--color-text-default: #262626;--color-text-muted: #4f4f4f;--font-family-body: "Figtree", system-ui, sans-serif;--font-family-display: "Poppins", system-ui, sans-serif}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}[type=checkbox],[type=radio],[type=range]{appearance:none;flex-shrink:0;padding:0;-webkit-user-select:none;user-select:none}[type=checkbox]:focus,[type=radio]:focus,[type=range]:focus{outline:none}.fs-form{display:grid;row-gap:1.5rem}.fs-form:where(.fs-layout__2-column){column-gap:1.5rem;grid-template-columns:1fr 1fr}fieldset{display:grid;margin:1.5rem 0;row-gap:1.5rem}.fs-form:where(.fs-layout__2-column) fieldset{column-gap:1.5rem;grid-template-columns:1fr 1fr;grid-column:1/-1}.fs-fieldset-title{color:var(--color-text-default);font-family:var(--font-family-display);font-size:1.25rem;line-height:1.75rem;margin-bottom:1.5rem;grid-column:1/-1}.fs-field{display:flex;flex-direction:column;row-gap:.5rem}.fs-label{color:#fff;display:block;font-family:var(--font-family-display);font-size:1rem;line-height:1.25rem;text-align:left}.fs-description{color:var(--color-text-muted);display:block;font-size:1rem;line-height:1.25rem}.fs-button-group{display:flex;flex-direction:row-reverse;column-gap:1.5rem}.fs-form:where(.fs-layout__2-column) .fs-button-group{grid-column:1/-1}.fs-button{background-color:#b45253;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;line-height:1.5rem;padding:.75rem 2rem;transition-duration:.2s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}button{border:0}.fs-button:hover{background-color:#a02334}.fs-button:focus-visible{background-color:var(--color-primary-active);outline:4px solid var(--color-highlight)}.fs-input,.fs-select{appearance:none;border-width:0;box-shadow:var(--color-border-default) 0 0 0 1px inset;color:var(--color-text-default);font-size:1rem;height:3rem;line-height:1.5rem;outline:none;padding-left:1rem;padding-right:1rem}.fs-input:focus-visible,.fs-select:focus-visible{box-shadow:var(--color-border-active) 0 0 0 1px inset}.fs-input::placeholder{color:var(--color-text-muted)}.fs-checkbox-group,.fs-radio-group{display:flex;flex-direction:column;row-gap:1rem}.fs-checkbox-field,.fs-radio-field{column-gap:.5rem;display:flex}:is(.fs-checkbox-field,.fs-radio-field) .fs-label+.fs-description{margin-top:.25rem}.fs-checkbox-wrapper,.fs-radio-wrapper{align-items:center;display:flex;height:1.25rem}.fs-checkbox,.fs-radio{background-color:#fff;border:1px solid var(--color-border-default);height:1.25rem;width:1.25rem}.fs-checkbox{border-radius:.25rem}.fs-radio{border-radius:100%}.fs-checkbox:checked,.fs-radio:checked{background-color:var(--color-primary);background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.fs-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.fs-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}.fs-checkbox:focus-visible,.fs-radio:focus-visible{border-color:var(--color-border-active);outline:4px solid var(--color-highlight);outline-offset:0}.fs-checkbox:checked:focus-visible,.fs-radio:checked:focus-visible{border-color:transparent}.fs-select{background-color:#fff;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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.625em 1.625em;padding-right:2.875rem}.fs-slider{background:transparent;cursor:pointer;height:1.25rem;width:100%}.fs-slider::-moz-range-track{background-color:var(--color-background);border-radius:.5rem;height:.5rem}.fs-slider::-webkit-slider-runnable-track{background-color:var(--color-background);border-radius:.5rem;height:.5rem}.fs-slider::-moz-range-thumb{background-color:var(--color-primary);border:none;border-radius:50%;height:1.25rem;width:1.25rem}.fs-slider::-webkit-slider-thumb{appearance:none;background-color:var(--color-primary);border-radius:50%;height:1.25rem;margin-top:-.375rem;width:1.25rem}.fs-slider:focus-visible::-moz-range-thumb{outline:2px solid var(--color-primary);outline-offset:2px}.fs-slider:focus-visible::-webkit-slider-thumb{outline:2px solid var(--color-primary);outline-offset:2px}.fs-switch{background-color:var(--color-background-alt);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.75' fill='white'/%3e%3c/svg%3e");background-position:left center;background-repeat:no-repeat;border-radius:1.25rem;cursor:pointer;height:1.25rem;transition-duration:.2s;transition-property:background-color,background-position;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2.5rem}.fs-switch:checked{background-color:var(--color-primary);background-position:right center}.fs-switch:focus-visible{outline:4px solid var(--color-highlight);outline-offset:0}.fs-textarea{appearance:none;border-radius:.75rem;border-width:0;box-shadow:var(--color-border-default) 0 0 0 1px inset;color:var(--color-text-default);font-size:1rem;line-height:1.5rem;outline:none;padding:.5rem .75rem;resize:vertical}.fs-textarea:focus-visible{box-shadow:var(--color-border-active) 0 0 0 1px inset}.col-span-full{grid-column:1/-1}.fs-textarea::placeholder{color:var(--color-text-muted)}.slider-label-container{display:flex;justify-content:space-between;width:100%;margin-top:.25rem}.slider-label-text{font-size:.75rem;color:var(--color-text-muted);text-align:center;white-space:nowrap}
