h1.moto{font-size:2rem;text-align:center;padding:2rem;font-family:"Livvic",sans-serif;color:var(--on-background-color);text-decoration:none}h1.moto span{color:var(--accent-color);font-weight:700}.cards{--box-shadow: 0 0 5px 1px #1470b9;display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-evenly;margin-block:4rem 1rem;margin-inline:auto}@media only screen and (max-width: 900px){.cards{width:95%}}.card{width:40rem;background-color:var(--surface-color);border-radius:2rem;position:relative;margin:2rem;box-shadow:var(--box-shadow);transition:box-shadow .5s ease-in-out}.card .icon,.card .icon-shadow{width:8rem;height:auto;position:absolute;border-radius:50%;padding:2rem;background-color:var(--surface-color);left:50%;transform:translateX(-50%) translateY(-50%)}.card .icon svg,.card .icon-shadow svg{width:100%;height:auto;fill:var(--accent-color)}.card .icon-shadow{z-index:-1;box-shadow:var(--box-shadow);height:8rem;transition:box-shadow .5s ease-in-out}.card .description{margin:6rem 2rem 2rem 2rem;font-family:"Livvic",sans-serif;font-size:2rem;text-align:center}.card .description span{color:var(--accent-color);font-weight:700}.card:hover{--box-shadow: 0 0 25px 2px var(--accent-color)}@media only screen and (max-width: 720px){.card{width:95%}}.card-alt{background-color:var(--surface-color);display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;border-radius:2rem;width:40%;padding:1.4rem;box-shadow:var(--box-shadow)}.card-alt .header{width:100%;display:flex;flex-direction:row;gap:1rem;align-items:center}.card-alt .header .index{background-color:var(--accent-color);color:var(--on-accent-color);font-size:2rem;display:flex;align-items:center;justify-content:center;border-radius:1.75rem 1.75rem 1.75rem 0;font-family:"Red Hat Mono",monospace;width:4rem;height:4rem;font-weight:700}.card-alt .header .title{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:700;font-size:1.75rem}.card-alt .description{font-family:"Livvic",sans-serif;font-size:1.5rem;margin-left:5rem}@media only screen and (max-width: 900px){.card-alt{width:95%}}.online-shopping-home{width:100%}.online-shopping-home .row{max-width:1920px;height:auto;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:2rem;margin:3rem auto}.online-shopping-home .row .container{position:relative;display:flex;flex-direction:column;max-width:65rem}.online-shopping-home .row .container .icon{width:8rem;height:8rem;margin-bottom:1rem;align-self:center}.online-shopping-home .row .container .icon svg{height:100%;width:100%;fill:var(--accent-color);transition:fill 500ms ease-in-out}.online-shopping-home .row .container .title{font-family:"Poppins",sans-serif;font-size:2rem;text-decoration:underline;font-weight:700;margin-bottom:1rem}.online-shopping-home .row .container .title-location{font-size:6em}.online-shopping-home .row .container .description{font-size:1.75rem}.online-shopping-home .row .container .description span{color:var(--accent-color);font-weight:700}.online-shopping-home .row .container .description .addresses,.online-shopping-home .row .container .description .addresses-alt{display:flex;justify-content:space-around;margin-block:1rem 2rem}.online-shopping-home .row .container .description .addresses address,.online-shopping-home .row .container .description .addresses-alt address{display:flex;flex-direction:column;font-family:"Red Hat Mono",monospace;font-weight:700}.online-shopping-home .row .container .description .addresses-alt{font-size:1.4rem}.online-shopping-home .row .container .description a{padding-block:.5rem;text-decoration:underline}.online-shopping-home .row .container .description-location{font-size:2.5rem}.online-shopping-home .row .container ul{padding-left:2rem;color:var(--accent-color)}.online-shopping-home .row .container ul li{list-style:inside}.online-shopping-home .row .image{height:40rem;overflow:hidden}.online-shopping-home .row .image img{height:100%;width:auto;box-shadow:0rem 0rem .25rem var(--accent-color);border-radius:2rem}.online-shopping-home .row .image svg path{fill:var(--brand-main);fill-opacity:1;stroke:var(--blue-grey-050);stroke-opacity:1}.online-shopping-home .row .image svg path:hover{fill:var(--brand-main-light)}@media only screen and (max-width: 900px){.online-shopping-home{flex-direction:column}.online-shopping-home .row .container{width:95%;text-align:center}.online-shopping-home .row .container .description .addresses,.online-shopping-home .row .container .description .addresses-alt{text-align:left}.online-shopping-home .row .image{width:95%;height:auto}.online-shopping-home .row .image img,.online-shopping-home .row .image svg{width:100%;height:auto}.online-shopping-home .row:nth-child(3){flex-wrap:wrap-reverse}}.progress-bar{background-color:var(--surface-color);padding:3rem;box-shadow:none;overflow:hidden;outline:none;margin:1rem auto;border-radius:50%;position:relative}.progress-bar .logo-progress{--loader-image-size: 12rem;width:var(--loader-image-size);height:var(--loader-image-size);display:flex;justify-content:center;align-items:center}.progress-bar .logo-progress img{width:100%;height:auto}.progress-bar .loader{width:18rem;aspect-ratio:1;border-radius:50%;display:block;position:absolute;bottom:0rem;right:0rem;background:radial-gradient(farthest-side, var(--accent-color) 94%, rgba(0, 0, 0, 0)) top/1rem 1rem no-repeat,conic-gradient(rgba(0, 0, 0, 0) 20%, var(--accent-color));-webkit-mask:radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 1rem), #000 0);mask:radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 1rem), #000 0);animation:circular-progress .75s infinite linear}@keyframes circular-progress{100%{transform:rotate(1turn)}}.hidden{display:none}form{overflow:hidden;position:relative;background-color:var(--form-background-color);border-radius:1rem;padding:2rem;box-shadow:0 0 1px var(--accent-color);display:flex}form:invalid button{background-color:var(--background-color);color:var(--form-background-color);cursor:not-allowed}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}select,input,textarea{padding:1rem;font-size:2rem;border:1px solid rgba(0,0,0,0);border-radius:.5rem;margin:1rem auto 0rem;outline:none;background-color:var(--background-color);color:var(--on-background-color);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}select::-webkit-outer-spin-button,select::-webkit-inner-spin-button,input::-webkit-outer-spin-button,input::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}select:focus,input:focus,textarea:focus{border:1px solid var(--accent-color)}select:invalid,input:invalid,textarea:invalid{background-color:light-dark(#ffcdd2, #260b09)}label{font-size:1.4rem;font-family:"Poppins",sans-serif;font-weight:200;padding-left:1rem}button{text-transform:uppercase;background-color:var(--accent-color);color:var(--on-accent-color);padding:1.4rem 3rem;font-size:1.8rem;font-weight:700;border-radius:1rem;outline:none;border:none;cursor:pointer;transition:background-color .5s ease-in-out,color .5s ease-in-out}button:focus{outline:1px solid var(--accent-color)}button:disabled{background-color:var(--surface-color);color:var(--on-surface-color);cursor:not-allowed}.grecaptcha-badge{border-radius:1rem}.grecaptcha-badge iframe{border-radius:1rem}#tracker{display:flex;flex-direction:column;align-items:center;gap:1rem}#tracker .description{font-size:1.8rem;font-family:"Livvic",sans-serif;text-align:justify;padding-inline:1rem}#tracker .container{flex-direction:column;align-items:center;display:flex;margin:1rem auto;gap:1rem}#tracker .container div:has(.grecaptcha-badge){order:1}#tracker input{width:30rem}#content{padding:1rem}.feature-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:40rem}.feature-container .feature-item{font-size:2.4rem;text-align:center;padding:2rem;font-family:"Livvic",sans-serif;color:#fff;transform:translateY(5rem);opacity:0;transition:all .5s ease-in-out}.feature-container .feature-item span{color:#ffc107;font-weight:700}.feature-container .shown{transform:translateY(0);opacity:1;filter:blur(0rem)}.feature-1{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_00.webp");background-size:cover;background-position:center}@media only screen and (max-width: 1080px){.feature-1{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_00_1080.webp");background-size:cover;background-position:center}}@media only screen and (max-width: 720px){.feature-1{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_00_720.webp");background-size:cover;background-position:center}}@media only screen and (max-width: 480px){.feature-1{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_00_480.webp");background-size:cover;background-position:center}}.feature-2{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_01.webp");background-size:cover;background-position:center}@media only screen and (max-width: 1080px){.feature-2{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_01_1080.webp");background-size:cover;background-position:center}}@media only screen and (max-width: 720px){.feature-2{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_01_720.webp");background-size:cover;background-position:center}}@media only screen and (max-width: 480px){.feature-2{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("https://storage.googleapis.com/velex-static/images/feature_01_480.webp");background-size:cover;background-position:center}}