@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap);header{position:relative;background-color:#fff;z-index:9999;display:flex;justify-content:space-between;align-items:center;padding:50px 128px;-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}@media only screen and (max-width:720px){header{position:sticky;top:0;width:100%;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);height:auto;padding:30px;justify-content:space-between}}header .logo{width:250px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media only screen and (max-width:720px){header .logo{width:150px}}header .option{font-size:20px;font-weight:400;color:#5e5e5e;cursor:pointer;padding:5px 15px;border:1px solid transparent;letter-spacing:0;transition:.5s ease-in-out}header .option:active,header .option:hover{letter-spacing:1px}header .option:after,header .option:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid transparent;bottom:0;content:" ";display:block;margin:0 auto;position:relative;transition:all .28s ease-in-out;width:0}header .option:hover:after,header .option:hover:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-color:#000;transition:width .35s ease-in-out;width:70%}header .option:hover:before{bottom:auto;top:0;width:70%}.landing__asset{position:absolute;top:50vh;left:0;width:100%;height:350px;padding:0;z-index:-1;-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}@media only screen and (max-width:720px){.landing__asset{height:auto;top:50vh}}.landing__image{width:350px;height:auto;object-fit:cover;object-position:center;border-radius:15px;-webkit-filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}@media only screen and (max-width:720px){.landing__image{height:300px}}.icon__image{width:150px;height:150px;object-fit:cover;object-position:center;-webkit-filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}@media only screen and (max-width:720px){.icon__image{width:60px;height:60px}}.container--landing{border-radius:15px}.container--box,.container--landing{background:linear-gradient(225deg,hsla(0,0%,44.7%,.5),hsla(0,0%,87.8%,.5) .01%,rgba(255,153,0,.38) 41.67%,hsla(0,0%,85.5%,.5));-webkit-filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:75px;-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}.container--box{position:relative;-webkit-transform:skewY(-2deg);transform:skewY(-2deg)}.container--box-sec,.container--box .content{-webkit-transform:skewY(2deg);transform:skewY(2deg)}.container--box-sec{position:relative;background:linear-gradient(225deg,hsla(0,0%,44.7%,.5),hsla(0,0%,87.8%,.5) .01%,rgba(255,153,0,.38) 41.67%,hsla(0,0%,85.5%,.5));-webkit-filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));padding:75px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}.container--box-sec .content{-webkit-transform:skewY(-2deg);transform:skewY(-2deg)}.map__image{width:35%;height:auto;object-fit:cover;object-position:center}@media only screen and (max-width:720px){.map__image{width:100%}}.product{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:0;gap:0;-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}.product__image{width:220px;height:auto;object-fit:cover;object-position:center}@media only screen and (max-width:720px){.product__image{width:150px}}.product__title{font-size:1.5rem!important;font-weight:700;color:#000}@media only screen and (max-width:720px){.product__title{font-size:1rem!important}}.product__description{font-size:1rem;font-weight:400;color:#000}@media only screen and (max-width:720px){.product__description{font-size:.8rem!important}}.icon--wapp{width:20px;height:20px;margin-bottom:2px;object-fit:cover;object-position:center}.wapp--button{position:fixed;width:90px;height:90px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:60px;line-height:90px;box-shadow:2px 2px 3px #999;z-index:100;transition:.5s ease-in-out;-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}.wapp--button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);color:#fff}@media only screen and (max-width:720px){.wapp--button{bottom:10px;right:10px;width:60px;height:60px;font-size:40px;line-height:60px}}html{-webkit-font-smoothing:antialiased}.loading__page{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:999999}.loader{display:inline-block;margin:0 16px;--path:#535353;--dot:#f90;--duration:3s;width:44px;height:44px;position:relative}.loader:before{content:"";width:6px;height:6px;border-radius:50%;position:absolute;display:block;background:var(--dot);top:37px;left:19px;-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px);-webkit-animation:dotRect var(--duration) cubic-bezier(.785,.135,.15,.86) infinite;animation:dotRect var(--duration) cubic-bezier(.785,.135,.15,.86) infinite}.loader svg{display:block;width:100%;height:100%}.loader svg circle,.loader svg polygon,.loader svg rect{fill:none;stroke:var(--path);stroke-width:10px;stroke-linejoin:round;stroke-linecap:round}.loader svg polygon{stroke-dasharray:145 76 145 76;stroke-dashoffset:0;-webkit-animation:pathTriangle var(--duration) cubic-bezier(.785,.135,.15,.86) infinite;animation:pathTriangle var(--duration) cubic-bezier(.785,.135,.15,.86) infinite}.loader svg rect{stroke-dasharray:192 64 192 64;stroke-dashoffset:0;-webkit-animation:pathRect 3s cubic-bezier(.785,.135,.15,.86) infinite;animation:pathRect 3s cubic-bezier(.785,.135,.15,.86) infinite}.loader svg circle{stroke-dasharray:150 50 150 50;stroke-dashoffset:75;-webkit-animation:pathCircle var(--duration) cubic-bezier(.785,.135,.15,.86) infinite;animation:pathCircle var(--duration) cubic-bezier(.785,.135,.15,.86) infinite}@-webkit-keyframes pathTriangle{33%{stroke-dashoffset:74}66%{stroke-dashoffset:147}to{stroke-dashoffset:221}}@keyframes pathTriangle{33%{stroke-dashoffset:74}66%{stroke-dashoffset:147}to{stroke-dashoffset:221}}@-webkit-keyframes dotTriangle{33%{-webkit-transform:translate(0);transform:translate(0)}66%{-webkit-transform:translate(10px,-18px);transform:translate(10px,-18px)}to{-webkit-transform:translate(-10px,-18px);transform:translate(-10px,-18px)}}@keyframes dotTriangle{33%{-webkit-transform:translate(0);transform:translate(0)}66%{-webkit-transform:translate(10px,-18px);transform:translate(10px,-18px)}to{-webkit-transform:translate(-10px,-18px);transform:translate(-10px,-18px)}}@-webkit-keyframes pathRect{25%{stroke-dashoffset:64}50%{stroke-dashoffset:128}75%{stroke-dashoffset:192}to{stroke-dashoffset:256}}@keyframes pathRect{25%{stroke-dashoffset:64}50%{stroke-dashoffset:128}75%{stroke-dashoffset:192}to{stroke-dashoffset:256}}@-webkit-keyframes dotRect{25%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-36px);transform:translateY(-36px)}to{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}}@keyframes dotRect{25%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-36px);transform:translateY(-36px)}to{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}}@-webkit-keyframes pathCircle{25%{stroke-dashoffset:125}50%{stroke-dashoffset:175}75%{stroke-dashoffset:225}to{stroke-dashoffset:275}}@keyframes pathCircle{25%{stroke-dashoffset:125}50%{stroke-dashoffset:175}75%{stroke-dashoffset:225}to{stroke-dashoffset:275}}.nav{position:fixed;top:0;right:-75%;width:75%;height:100vh;background-color:#fff;z-index:99999;-webkit-animation:nav__enter .5s ease-in-out forwards;animation:nav__enter .5s ease-in-out forwards;-webkit-filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));filter:drop-shadow(0 2px 10px rgba(0,0,0,.25));display:flex;flex-direction:column;justify-content:flex-start;grid-gap:5px;gap:5px}.nav__logo{margin:50px auto}.nav__logo img{width:100px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation:wiggle 1s ease-in-out;animation:wiggle 1s ease-in-out;margin:auto}.nav .title{font-size:1rem!important;font-weight:700!important;color:#000}@media only screen and (max-width:720px){.nav .title{font-size:1rem!important}}.nav__option{position:relative;font-size:1rem;font-weight:lighter;color:#5e5e5e;cursor:pointer;padding:5px 15px;margin-left:20px;line-height:1rem}.nav__option:before{content:"";position:absolute;left:-.5rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.7rem;height:.7rem;margin:.15rem;color:#5e5e5e;border-right:2px solid;border-bottom:2px solid}.nav__close{margin:50px auto;font-size:3.5rem!important;cursor:pointer}@-webkit-keyframes nav__enter{0%{right:-75%}to{right:0}}@keyframes nav__enter{0%{right:-75%}to{right:0}}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:10px;gap:10px;margin-top:100px;border-top:1px solid #ccc;padding:25px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards;-webkit-user-select:none;-ms-user-select:none;user-select:none}footer .logo{width:250px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media only screen and (max-width:720px){footer .logo{width:150px;margin:auto}}footer .title{font-size:1rem!important;font-weight:700!important;color:#000}@media only screen and (max-width:720px){footer .title{font-size:1rem!important}}footer .option{position:relative;font-size:1rem;line-height:1rem;font-weight:400;color:#000;margin-left:1.5rem;transition:.5s ease-in-out}footer .option:before{content:"";position:absolute;left:-1.5rem;top:.15rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.7rem;height:.7rem;border-right:2px solid;border-bottom:2px solid}@media only screen and (max-width:720px){footer .option{font-size:.8rem!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#f90}::-webkit-scrollbar-thumb:hover{background:#ffb64a}@font-face{font-family:"Droids Sans";src:url("/static/media/Droids Sans Italic.be3a8e21.otf") format("opentype")}.disclaimer{font-family:"Droids Sans",sans-serif;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;grid-gap:20px;gap:20px;padding:0;width:100%;justify-content:space-between}@media screen and (max-width:768px){.disclaimer{padding:20px;flex-direction:column}}.disclaimer img{width:300px;height:150px;padding:0 25px;margin:20px 0;object-fit:contain;mix-blend-mode:multiply;border-radius:30px;box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}.disclaimer a{text-decoration:underline;color:#333}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*{margin:0;padding:0;-webkit-user-drag:none;box-sizing:border-box}body{font-family:"Poppins",sans-serif;background-color:#fff}img,svg{-webkit-user-select:none;-ms-user-select:none;user-select:none}.layout{min-height:60vh;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:720px){.layout{padding:0}}a,a:hover{color:inherit;text-decoration:inherit}h1{font-size:20px!important;line-height:30px}h1,p{font-weight:lighter}p{font-size:14px!important;line-height:18px}.input__group{width:300px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;grid-gap:20px;gap:20px;padding:25px}.input__group label{width:100%;font-size:.8rem;font-weight:lighter;color:#5e5e5e}.input__group input{width:100%;padding:2px 5px;border:none;border-bottom:1px solid #5e5e5e;background-color:transparent!important;font-size:1rem;color:#5e5e5e;outline:none}.input__group .button{width:100%;border:none;text-align:center;background:#febfd2;color:#fff;font-size:1rem;font-weight:lighter;cursor:pointer;outline:none;padding:5px 0}@media only screen and (max-width:720px){.input__group{width:300px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;grid-gap:20px;gap:20px;padding:25px}}.slide_image{width:100px;height:100px;object-fit:cover}.bold{font-weight:700}.m-275{margin-top:275px}.button{-webkit-user-select:none;-ms-user-select:none;user-select:none;border:none;border-radius:15px;background:#f90;font-size:1rem;font-weight:lighter;cursor:pointer;outline:none;transition:.5s ease-in-out;padding:10px 15px}.button,.button--bg{text-align:center;color:#fff}.button--bg{padding:7px 15px;background:invisible!important;border:1px solid #fff!important;border-radius:2px;transition:1s ease-in-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.button--bg:hover{background:#000;-webkit-transform:scale(1.025);transform:scale(1.025)}.button--bg:active{background:#000;-webkit-transform:scale(1.05);transform:scale(1.05)}.button:hover{background:#000;-webkit-transform:scale(1.025);transform:scale(1.025)}.button:active{background:#000;-webkit-transform:scale(1.05);transform:scale(1.05)}.icon{-webkit-transform:translateY(25%) scale(.75);transform:translateY(25%) scale(.75)}.w-fit{width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}hr{width:75%;border:none;margin:25px auto}@media only screen and (max-width:720px){hr{width:100%}}.pointer{cursor:pointer}.title{color:#000;font-family:"Poppins";font-size:40px!important;font-style:normal!important;font-weight:900!important;line-height:normal!important}@media only screen and (max-width:720px){.title{font-size:30px!important}}.text{color:#000;font-family:"Poppins";font-size:20px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important}@media only screen and (max-width:720px){.text{font-size:14px!important}}
/*# sourceMappingURL=main.a1a7841f.chunk.css.map */