@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:300px;height:auto}@media only screen and (min-width: 1200px){.hero-section .hero-image{width:500px}}.hero-section .hero-image img{max-width:100%;height:auto}.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}}.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}: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}
