.navbar{max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;margin:0 auto;position:absolute;top:0;left:0;right:0;z-index:1000}.navbar .logo{display:flex;align-items:center;gap:.2rem;color:rgb(var(--color-white))}.navbar .logo .logo__svg{width:2rem;height:2rem;fill:rgb(var(--color-white))}.navbar .logo span{font-size:clamp(1rem,calc(.5rem + 1.333vw),1.5rem);font-weight:700}.nav-links .links{display:flex;align-items:center;gap:1rem;text-transform:capitalize;font-weight:500}.links .link{text-decoration:underline}.links .link.home{display:none}.links .login-btn{text-decoration:none;padding:.5rem 1rem;background-color:rgb(var(--bg-color-body));border-radius:2rem;transition:background-color .3s ease-in-out}.links .login-btn:hover{background-color:rgb(var(--color-primary))}.links .login-btn:active{background-color:rgba(var(--color-primary),.65)}.navbar .toggle-button{display:none;background-color:transparent;border:none}@media screen and (max-width: 768px){.navbar{padding:1rem}}@media screen and (max-width: 576px){.navbar{padding:1rem}.navbar .logo .logo__svg{width:1.5rem;height:1.5rem;fill:rgb(var(--color-white))}.navbar .toggle-button.menu-btn,.navbar .toggle-button.close-btn{display:block}.navbar .nav-links{position:fixed;top:0;right:0;height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;background-color:rgb(var(--bg-color-body),.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-100%);transition:transform .3s ease-in-out}.navbar .nav-links.show{transform:translateY(0)}.navbar .nav-links .links{flex-direction:column;gap:1rem}.navbar .nav-links .links .link{font-size:1.5rem}.navbar .nav-links .links .link.home{display:block}.navbar .nav-links .close-btn{position:absolute;top:.7rem;right:.6rem;padding:.5rem;display:flex;background-color:rgb(var(--bg-color-body));border-radius:50%;transition:all .3s ease-in-out}.navbar .nav-links .close-btn:hover{background-color:rgb(var(--color-primary))}}.footer{display:flex;justify-content:space-between;align-items:center;height:60px;padding:1rem 4rem;background:rgb(var(--color-primary));border-radius:0 0 1rem 1rem}.footer__copyright,.footer__socials{display:flex;align-items:center;font-size:clamp(.625rem,calc(.125rem + 1.333vw),1.125rem)}.footer__socials{gap:clamp(1.25rem,calc(.5rem + 2vw),2rem)}.footer__copyright span:first-of-type{font-size:clamp(1rem,calc(.5rem + 1.333vw),1.5rem)}.footer__copyright span:not(:last-child){margin-right:.5rem}.footer__socials span a{display:flex;width:clamp(1rem,calc(0rem + 2.667vw),2rem);height:clamp(1rem,calc(0rem + 2.667vw),2rem)}.footer__socials span a svg{width:100%;height:100%}.footer span{color:rgb(var(--color-white))}.footer .logo__svg{width:clamp(1.25rem,calc(.5rem + 2vw),2rem);height:clamp(1.25rem,calc(.5rem + 2vw),2rem);fill:rgb(var(--color-white))}@media (max-width: 576px){.footer{padding:1rem}}@media (max-width: 480px){.footer{flex-direction:column;gap:.5rem;padding:.5rem}}.background-animation{position:absolute;top:0;left:0;width:100%;height:100dvh;overflow:hidden;z-index:1000;pointer-events:none}.background-animation canvas{width:100%;height:100%;display:block}.cardProducts__overlay{background-image:url(/landing-page/images/cardProducts-shape.svg);background-position:15rem -5rem}.cardProducts{display:flex;flex-wrap:wrap;justify-content:center;padding:4rem 4rem 14rem;gap:2rem}.cardProducts .cardProduct{flex:1 0 250px;max-width:300px;display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:.5rem;background-color:rgb(var(--color-white));box-shadow:0 10px 10px 3px rgb(var(--color-text),.1)}.cardProduct .cardProduct__img{width:100%}.cardProduct .cardProduct__img img{width:100%;aspect-ratio:16/12;object-fit:fill;border-radius:.5rem}.cardProduct .cardProduct__text{display:flex;flex-direction:column;gap:1.5rem;padding:1.2rem}.cardProduct .cardProduct__text h3{font-weight:700;color:rgb(var(--color-text));text-transform:uppercase}.cardProduct .cardProduct__text p{font-size:1rem;font-weight:500;line-height:1.5;text-transform:capitalize;color:rgb(var(--color-text),.3)}.companies{display:flex;align-items:center;justify-content:space-between;padding:.5rem 4rem 4rem}.companies .companies__text{color:#343d51b3}.companies .companies__img{display:flex;align-items:center;gap:3rem}.companies .companies__img img{width:100%;max-width:80px}@media (max-width: 768px){.companies{flex-direction:column;gap:2rem;padding:.5rem 3rem 3rem}.companies .companies__img{gap:2rem}}@media (max-width: 576px){.companies{padding:.5rem 2rem 2rem}.companies .companies__img{gap:1rem}}@media (max-width: 480px){.companies{padding:1rem}.companies .companies__img{gap:1rem}}.overlay.contact__overlay{background-image:url(/landing-page/images/ContactForm-shape.svg);background-position:40rem -11rem;left:0;right:-60rem}.contact{display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:4rem}.contact .contact__img{flex:1 1 50%;padding-left:4rem}.contact .contact__img img{aspect-ratio:6/11;object-fit:cover;width:100%}.contact .contact__form{flex:1 1 50%;width:100%;padding:3rem 4rem;text-align:center;border-radius:.5rem;background-color:rgb(var(--color-white),.5);box-shadow:0 10px 10px 3px rgb(var(--color-text),.1)}.contact .contact__form h3{font-size:2rem;font-weight:700;color:rgb(var(--color-text));text-transform:uppercase;margin-bottom:2rem}.contact .contact__form form{display:flex;flex-direction:column;gap:1.2rem;width:100%}.contact .contact__form form .input__group{padding:1rem 2rem;border-radius:2rem;background-color:#f6f6f6;font-size:1rem;font-weight:500;display:flex;gap:.5rem}.contact .contact__form form .input__group input,.contact .contact__form form .input__group textarea{border:none;background:none;width:100%;font-size:clamp(.625rem,calc(.25rem + 1vw),1rem)}.contact .contact__form form .input__group .icon{color:#ababab;width:clamp(1.25rem,calc(.625rem + 1.667vw),1.875rem);height:clamp(1.25rem,calc(.625rem + 1.667vw),1.875rem)}.contact .contact__form form textarea{resize:none;height:8rem;padding-top:.3rem}.contact .contact__form form button{padding:1rem 2.5rem;margin:2.5rem auto 0;border:none;border-radius:3rem;background:var(--color-button);color:rgb(var(--color-white));font-size:1rem;font-weight:500;text-transform:uppercase}@media (max-width: 1024px){.overlay.contact__overlay{background-position:33rem -11rem}.contact .contact__img{position:relative;left:0}.contact .contact__form{padding:3rem}.contact .contact__form h3{font-size:1.8rem}.contact .contact__form form{gap:1rem}.contact .contact__form form .input__group{padding:.8rem 2rem}.contact .contact__form form textarea{height:6rem}.contact .contact__form form button{padding:1rem 2rem;margin:2rem auto 0;font-size:.9rem}}@media (max-width: 768px){.overlay.contact__overlay{background-position:23rem -15rem}.contact{padding:1.5rem}.contact .contact__img{display:none}.contact .contact__form{padding:1.5rem}.contact .contact__form h3{font-size:1.5rem}.contact .contact__form form button{padding:.8rem 2rem;font-size:.9rem}}@media (max-width: 576px){.overlay.contact__overlay{background-position:15rem -15rem}.contact{flex-direction:column}.contact .contact__form{padding:1rem}.contact .contact__form h3{font-size:1.2rem}.contact .contact__form form button{padding:.6rem 1.5rem;font-size:.8rem}.contact .contact__form form textarea{height:6rem}}.hero__overlay{background-image:url(/landing-page/images/hero-shape.svg);background-position:center -15rem}.hero{display:flex;align-items:center;gap:6rem;padding:clamp(1.5rem,calc(-1rem + 6.667vw),4rem)}.hero .hero__image{flex:1 1 50%;position:relative}.hero .hero__image img{width:100%;aspect-ratio:6/9;object-fit:cover}.hero .hero__image .image__card{position:absolute;left:0;bottom:0;width:250px;height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3.5rem;border-radius:1rem;background-color:rgb(var(--color-white));box-shadow:0 5px 18px rgba(var(--color-text),.1)}.hero .hero__image .image__card .card__header{position:relative;width:100px;height:100px;padding:1rem;border-radius:50%;background:#fff2ef;z-index:2}.hero .hero__image .image__card .card__header:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background-image:conic-gradient(rgb(var(--color-primary)),rgb(var(--color-tertiary)) 50%,#0000 50%,#0000);z-index:-1}.hero .hero__image .image__card .card__header:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#fff2ef;z-index:-1}.hero .hero__image .image__card .card__header img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:50%;background:#fde334}.hero .hero__image .image__card .card__body{display:flex;flex-direction:column;align-items:center;gap:.5rem}.image__card .card__body h3{font-size:clamp(.875rem,calc(.5rem + 1vw),1.25rem);font-weight:900;margin-bottom:.5rem}.image__card .card__body p{font-size:clamp(.75rem,calc(.5rem + .667vw),1rem);color:rgb(var(--color-text),.5)}.hero .hero__content{flex:1 1 50%;padding:clamp(0rem,calc(-4rem + 10.667vw),4rem)}.hero .hero__content h1{font-size:clamp(1.5rem,calc(-.5rem + 5.333vw),3.5rem);font-weight:900;color:rgb(var(--color-text));margin-bottom:6rem}.hero .hero__content div{position:relative;width:100%;height:clamp(2.4rem,calc(.8rem + 4.267vw),4rem)}.hero .hero__content div input{height:100%;border-radius:.5rem;padding-left:1.5rem;border:none;box-shadow:0 0 18px rgba(var(--color-text),.1);color:rgb(var(--color-text));font-weight:500;position:absolute;top:0;right:0;bottom:0;left:0}.hero .hero__content div input::placeholder{color:rgb(var(--color-text),.26)}.hero .hero__content div button{width:calc(1.5rem + 2vw);height:calc(1.5rem + 2vw);border-radius:.5rem;border:none;background:var(--color-button);color:rgb(var(--color-white));position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}@media (max-width: 1024px){.hero{gap:4rem}}@media (max-width: 768px){.hero{gap:3rem;padding:1rem}.hero .hero__image .image__card{width:200px;height:200px;padding:3rem}.hero .hero__image .image__card .card__header{width:75px;height:75px;padding:.7rem;box-sizing:border-box}.hero .hero__image .image__card .card__header:before{top:5px;right:5px;bottom:5px;left:5px}.hero .hero__image .image__card .card__header:after{top:7px;right:7px;bottom:7px;left:7px}.hero .hero__content div input{font-size:.85rem}}@media (max-width: 576px){.hero__overlay{background-position:15rem -15rem}.hero{flex-direction:column-reverse;justify-content:center;gap:3rem}.hero .hero__image{width:50%}.hero .hero__image .image__card{width:150px;height:150px;padding:2rem}.hero .hero__image .image__card .card__header{width:60px;height:60px;padding:.7rem}.hero .hero__content{width:70%;margin-top:2rem;padding:1.5rem}.hero .hero__content h1{font-size:2.4rem;margin-bottom:2rem}.hero .hero__content div input{padding-left:1rem}}@media (max-width: 480px){.hero .hero__image{width:70%}.hero .hero__content{width:75%}.hero .hero__content h1{font-size:2rem}.hero .hero__content div input{padding-left:1rem}}.btnContainer{grid-column:1 / -1;display:flex;align-items:center;padding:0 2rem}.btnContainer__btn{grid-column:1 / -1;width:fit-content;display:flex;align-items:center;background:var(--color-button);border-radius:5rem;box-shadow:0 5px 10px 2px rgba(var(--color-text),.3);border:none;cursor:pointer;padding:.22rem;transition:all .3s ease-in-out}.btnContainer__btn .btn__text{color:rgb(var(--color-white));text-transform:uppercase;font-size:1.2rem;letter-spacing:1.2px;padding:0 2rem}.btnContainer__btn .btn__icon{padding:.7rem;background-color:rgb(var(--color-white));color:rgb(var(--color-secondary));display:flex;align-items:center;justify-content:center;border-radius:50%}.btnContainer__btn .btn__icon svg{transition:all .3s ease-in-out}.btnContainer__btn:hover{box-shadow:0 0 10px 3px rgba(var(--color-secondary))}.btnContainer__btn:hover .btn__icon svg{transform:translate(.2rem)}@media (max-width: 768px){.btnContainer{padding:0 1rem}.btnContainer__btn .btn__text{font-size:.9rem}.btnContainer__btn .btn__icon{padding:.5rem}}@media (max-width: 576px){.btnContainer{justify-content:center}.btnContainer__btn{padding:.15rem}.btnContainer__btn .btn__text{font-size:.8rem;padding:0 1.5rem}.btnContainer__btn .btn__icon{padding:.5rem}}.ourCustomers{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);padding:4rem}.ourCustomers .titleHeader{width:50%;margin-left:auto;padding-left:4rem;margin-bottom:-3rem}.ourCustomers .ourCustomers__content{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between}.ourCustomers .ourCustomers__img{min-width:50%;display:flex;flex-direction:column;align-items:center}.ourCustomers__img .customer__card{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem;margin-top:4rem;gap:2rem;background-color:rgb(var(--color-white));border-radius:.5rem;box-shadow:0 5px 8px rgba(var(--color-text),.1)}.ourCustomers__img .customer__card:nth-child(1){margin-right:5rem}.ourCustomers__img .customer__card:nth-child(1):before{content:"";position:absolute;top:50%;left:40%;width:100%;height:100%;transform:rotate(150deg);background-position:center center;background-size:25rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,%3Csvg width=%222000%22 height=%221400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d=%22M0 700h0c84.776 26.777 169.552 53.554 234 110 64.448 56.446 108.569 142.56 180 95s170.173-228.794 243-264c72.827-35.206 119.74 75.615 202 118 82.26 42.385 199.864 16.335 280 32s122.802 73.046 181 74c58.198.954 131.93-54.517 210-39 78.07 15.517 160.48 102.024 243 28 82.52-74.024 165.148-308.578 203-361 37.852-52.422 30.926 77.29 64 207%22 fill=%22none%22 stroke=%22%23029bcd%22 stroke-width=%2211%22 stroke-linecap=%22round%22%2F%3E%3C%2Fsvg%3E")}.ourCustomers__img .customer__card:nth-child(2):before{content:"";position:absolute;top:50%;left:-15%;width:100%;height:100%;transform:rotate(150deg);background-position:center center;background-size:25rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,%3Csvg width=%222000%22 height=%221400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d=%22M0 700h0c84.776 26.777 169.552 53.554 234 110 64.448 56.446 108.569 142.56 180 95s170.173-228.794 243-264c72.827-35.206 119.74 75.615 202 118 82.26 42.385 199.864 16.335 280 32s122.802 73.046 181 74c58.198.954 131.93-54.517 210-39 78.07 15.517 160.48 102.024 243 28 82.52-74.024 165.148-308.578 203-361 37.852-52.422 30.926 77.29 64 207%22 fill=%22none%22 stroke=%22%2351C582%22 stroke-width=%2211%22 stroke-linecap=%22round%22%2F%3E%3C%2Fsvg%3E")}.ourCustomers__img .customer__card:nth-child(2){flex-direction:row-reverse;margin-left:5rem}.ourCustomers__img .customer__card:nth-child(1):after,.ourCustomers__img .customer__card:nth-child(2):after{content:"";position:absolute;border-radius:50%;z-index:-1}.ourCustomers__img .customer__card:nth-child(1):after{left:-25%;top:-40%;width:200px;height:200px;background-color:#4ab4d5}.ourCustomers__img .customer__card:nth-child(2):after{right:-15%;top:10%;width:150px;height:150px;background-color:#51c582}.customer__card .customer__card__img{position:relative;width:75px;height:75px;overflow:hidden;padding:.7rem;box-sizing:content-box;border-radius:50%;background:#efeff0;z-index:2}.customer__card .customer__card__img:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background-image:conic-gradient(rgb(var(--color-secondary)),rgb(var(--color-secondary)) 50%,#0000 50%,#0000);z-index:-1}.customer__card .customer__card__img:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background:#efeff0;z-index:-1}.customer__card .customer__card__img img{width:100%;border-radius:50%;aspect-ratio:1/1;object-fit:cover}.customer__card .customer__card__text{display:flex;flex-direction:column;align-items:flex-start}.customer__card .customer__card__text h3{font-size:1.5rem;font-weight:900;margin-bottom:.5rem;display:flex;align-items:center}.customer__card .customer__card__text h3 span{font-size:0rem;color:rgb(var(--color-secondary));margin-left:.5rem}.customer__card .customer__card__text p{font-size:.7rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.customer__card .customer__card__text p span{color:#51c582}.ourCustomers .btnContainer{width:50%;margin-left:auto;padding-left:4rem;margin-top:-1.5rem}@media (max-width: 1024px){.ourCustomers__img .customer__card:nth-child(1):after{width:180px;height:180px}.ourCustomers__img .customer__card:nth-child(2):after{width:130px;height:130px}.customer__card .customer__card__img{width:60px;height:60px}.customer__card .customer__card__text h3{font-size:1.2rem}.customer__card .customer__card__text p{font-size:.6rem}}@media (max-width: 768px){.ourCustomers{padding:2rem}.ourCustomers .titleHeader{width:100%;padding:1rem;margin-bottom:0}.ourCustomers .ourCustomers__content{flex-direction:column-reverse}.ourCustomers__img .customer__card:nth-child(1):after{width:150px;height:150px}.ourCustomers__img .customer__card:nth-child(2):after{width:110px;height:110px}.customer__card .customer__card__img{width:50px;height:50px}.customer__card .customer__card__text h3{font-size:1rem}.customer__card .customer__card__text p{font-size:.5rem}.ourCustomers .btnContainer{width:100%;justify-content:center;margin-left:0;margin-top:5rem}}@media (max-width: 576px){.ourCustomers{padding:1rem}.ourCustomers .titleHeader{width:100%;margin-bottom:0}.ourCustomers .ourCustomers__content{flex-direction:column-reverse}.ourCustomers__img .customer__card{gap:1rem}.ourCustomers__img .customer__card:nth-child(1):after{width:120px;height:120px}.ourCustomers__img .customer__card:nth-child(2):after{width:90px;height:90px}.customer__card .customer__card__img{width:40px;height:40px}.customer__card .customer__card__text h3{font-size:.9rem}.customer__card .customer__card__text h3 span svg{width:15px;height:15px}.ourCustomers .btnContainer{width:100%;justify-content:center;margin-left:0;margin-top:5rem}}.titleHeader{grid-column:1 / -1;padding:2rem}.titleHeader .title{font-family:system-ui;font-size:1.5rem;font-weight:400;color:rgb(var(--color-primary));text-transform:uppercase}@media (max-width: 768px){.titleHeader{padding:1rem}.titleHeader .title{font-size:1.25rem}}@media (max-width: 576px){.titleHeader .title{font-size:1rem}}.sectionContent{padding:2rem 2rem 2rem 4rem}.sectionContent h2{font-size:3.5rem;width:200px;max-width:290px;font-weight:700;line-height:4.2rem;margin-bottom:2rem;font-family:system-ui}.sectionContent p{font-size:1.2rem;color:rgba(var(--color-text),.3);margin-bottom:2rem;font-family:system-ui}@media (max-width: 1024px){.sectionContent h2{font-size:2.5rem;line-height:3.2rem}}@media (max-width: 768px){.sectionContent{padding:1rem 1rem 1rem 2rem}.sectionContent h2{font-size:2rem;line-height:2.5rem}}@media (max-width: 576px){.sectionContent{text-align:center}.sectionContent h2{width:100%;margin:0 auto 1rem}}@media (max-width: 480px){.sectionContent p{font-size:1rem}}.sellStunning{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);padding:4rem}.sellStunning .sectionContent.appear-right{transform:scale(.5) translate(-100%)}.sellStunning .sellStunning__content{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between}.sellStunning .sellStunning__img{grid-column:2 / -1;width:100%;align-self:start;display:flex;flex-direction:column;align-items:center;justify-content:center}.sellStunning__img .product-chair{background-color:rgb(var(--color-primary),.819);border-radius:50%;position:relative;align-self:start;width:300px;height:300px}.sellStunning__img .product-headphone{background-color:rgb(var(--color-secondary),.6);border-radius:50%;position:relative;align-self:end;width:250px;height:250px;margin-top:-6rem}.product-chair .product__card{right:5%}.product-headphone .product__card{left:-5%}.product__card{position:absolute;top:50%;width:210px;display:flex;flex-direction:column;align-items:center;padding:0 1rem .7rem;border-radius:.5rem;background-color:rgb(var(--color-white));box-shadow:rgba(var(--color-text),.1) 0 0 5px 2px,rgba(var(--color-text),.1) 0 4px 11px;cursor:pointer;transition:all .3s ease-in-out}.product-chair .product__card:hover{box-shadow:rgba(var(--color-primary),.819) 0 0 0 3px,rgba(var(--color-text),.1) 0 4px 11px}.product-headphone .product__card:hover{box-shadow:rgba(var(--color-secondary),.6) 0 0 0 3px,rgba(var(--color-text),.1) 0 4px 11px}.product__card img{height:auto;margin-top:-5.5rem;object-fit:contain}.card__title{width:100%;text-align:center;padding:.5rem 0;margin-bottom:1rem}.card__title h4{font-size:1.2rem;font-weight:500;white-space:nowrap;color:rgb(var(--color-text))}.card__footer{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.2rem .5rem 0;border-top:1px solid rgba(var(--color-text),.1)}.card__price{font-size:1rem;font-weight:700;color:rgb(var(--color-primary))}.card__price span{font-weight:400}.card__btn{background-color:transparent;color:rgb(var(--color-text));border:none;cursor:pointer}@media (max-width: 1024px){.sellStunning .sellStunning__content{flex-direction:column;align-items:center;justify-content:center}.sellStunning .sellStunning__img{width:100%;flex-direction:row;justify-content:space-around}.sellStunning__img .product-chair{width:250px;height:250px}.sellStunning__img .product-headphone{width:200px;height:200px}.product__card{width:200px}.card__title h4{font-size:1rem}.sellStunning .btnContainer{margin-top:10rem}}@media (max-width: 768px){.sellStunning{padding:4rem 2rem}.sellStunning__img .product-chair{width:200px;height:200px}.sellStunning__img .product-headphone{width:160px;height:160px}.product__card{width:155px}.card__title h4{font-size:.9rem}.card__footer{padding:.8rem .5rem 0}.card__price{font-size:.8rem}.sellStunning .btnContainer{margin-top:10rem}}@media (max-width: 576px){.sellStunning{padding:4rem 1rem}.sellStunning .sellStunning__content{flex-direction:column;align-items:center;justify-content:center}.sellStunning .sellStunning__img{width:100%;flex-direction:row;justify-content:space-around}.card__title h4{font-size:.8rem}.card__footer{padding:.6rem .5rem 0}.card__price{font-size:.7rem}}.home{position:relative;width:100%}.overlay.login__overlay{background-image:url(/landing-page/images/hero-shape.svg);background-position:40rem -15rem;background-size:45rem}.login{width:100%;min-height:calc(100dvh - 60px);display:flex;justify-content:center;align-items:center;gap:5rem;padding:clamp(.625rem,calc(-.75rem + 3.667vw),2rem)}.login__form{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:clamp(1rem,calc(-2rem + 8vw),4rem);border-radius:1rem;background-color:rgb(var(--color-white));box-shadow:0 5px 8px 2px rgba(var(--color-text),.1)}.login__form h3{font-size:2rem}.login__form form{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.login__form form .input__group{width:100%;display:flex;gap:.5rem;padding:1rem 1.5rem;border-radius:5rem;font-size:1rem;margin-bottom:1rem;outline:none;background-color:#f6f6f6;transition:box-shadow .3s ease-in-out}.login__form form .input__group input{border:none;background:none;width:100%;font-size:clamp(.625rem,calc(.25rem + 1vw),1rem)}.login__form form input:focus{box-shadow:0 0 5px #00000080}.login__form form .input__group .icon{color:#ababab;width:clamp(1.25rem,calc(.625rem + 1.667vw),1.875rem);height:clamp(1.25rem,calc(.625rem + 1.667vw),1.875rem)}.login__form form button{width:50%;padding:1rem;border:0;border-radius:5rem;font-size:1rem;margin-bottom:1rem;outline:none;background:var(--color-button);color:rgb(var(--color-white));text-transform:uppercase;box-shadow:5px 5px 5px rgba(var(--color-text),.3);transition:all .3s ease-in-out}.login__form form button:hover{box-shadow:0 0 5px rgba(var(--color-text),.5)}.overlay.StartNow__overlay{background-image:url(/landing-page/images/hero-shape.svg);background-position:40rem -15rem;background-size:40rem}.StartNow{width:100%;min-height:calc(100dvh - 60px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem clamp(1rem,calc(0rem + 2.667vw),2rem)}.StartNow .StartNow__title{font-size:clamp(1.5rem,calc(.5rem + 3.333vw),2.5rem);text-transform:capitalize;text-align:center;font-weight:900;padding-bottom:1rem}.StartNow__cards{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.StartNow__cards .card{flex:1 1 270px;max-width:300px;display:flex;flex-direction:column;gap:1rem;padding:2rem;border-radius:1rem;background-color:rgb(var(--color-white));box-shadow:0 5px 8px 3px rgb(var(--color-text),.3);transition:all .3s ease-in-out}.StartNow__cards .card:hover{transform:translateY(-2px);box-shadow:0 0 4px 3px rgb(var(--color-secondary))}.StartNow__cards .card h2{text-align:center;font-size:2rem;text-transform:capitalize;font-weight:600;padding:1rem 0}.StartNow__cards .card .price{color:rgb(var(--color-primary));font-size:1.5rem;line-height:1.5}.StartNow__cards .card .features{flex:1;padding-left:1rem}.StartNow__cards .card .features li{gap:.5rem;margin-bottom:1rem;list-style-type:square}.StartNow__cards .card .features li::marker{color:rgb(var(--color-primary))}.StartNow__cards .card button{width:100%;padding:.75rem;border:0;border-radius:5rem;background:var(--color-button);color:rgb(var(--color-white));font-weight:600;box-shadow:5px 5px 5px rgba(var(--color-text),.3);transition:all .3s ease-in-out}.StartNow__cards .card button:hover{box-shadow:0 0 5px rgba(var(--color-text),.5)}.notFound__overlay{background-image:url(/landing-page/images/hero-shape.svg);background-position:40rem -15rem;background-size:40rem}.notFound{min-height:calc(100dvh - 60px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.notFound__svg svg{width:100%;height:100%;margin:0 auto}.notFound__error{text-align:center}.notFound__error p{font-size:1.5rem;text-transform:capitalize;margin:2rem 0}.notFound__error button{padding:.5rem 2rem;border:none;background:rgb(var(--color-primary));color:rgb(var(--color-white));text-transform:uppercase;font-size:1rem;font-weight:500;border-radius:3rem;cursor:pointer}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;-moz-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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;-moz-appearance:textfield;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}@font-face{font-family:CustomRoboto;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/landing-page/assets/Roboto-VariableFont_wdth_wght-WOy3sDCz.ttf) format("truetype")}:root{font-family:CustomRoboto,inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-optical-sizing:auto;line-height:normal;font-weight:500;font-size:16px;--bg-color-body: 244, 248, 253;--color-text: 42, 42, 42;--color-primary: 248, 211, 109;--color-secondary: 113, 75, 236;--color-tertiary: 157, 66, 253;--color-white: 255, 255, 255;--color-button: linear-gradient( 90deg, rgb(var(--color-tertiary)) 40%, rgb(var(--color-secondary)) 100% )}*{box-sizing:border-box;margin:0;padding:0;outline:none}body{color:rgb(var(--color-text));background-color:rgb(var(--bg-color-body));overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer}.container{max-width:1200px;margin:0 auto;background-color:rgb(var(--color-white));position:relative;z-index:1}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;left:-60rem;background-repeat:no-repeat;background-size:65rem;z-index:-1}.appear{opacity:0;transform:scale(.5);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.appear-right{opacity:0;transform:scale(.5) translate(100%);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.appear-left{opacity:0;transform:scale(.5) translate(-100%);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.appear-visible{will-change:opacity,transform;opacity:1;transform:scale(1) translate(0);transition:opacity 1s ease-in-out,transform 1s ease-in-out}
