body{margin:0;font-family:Commissioner,sans-serif}.home{background-image:url(/assets/hmbg-BF4EL8mt.png);background-color:#121316;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10vh;padding-bottom:10vh}.arrow-button{margin-top:4vh;width:60px;height:60px;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border .3s ease}.arrow-icon{color:#fff;font-size:20px;transform:rotate(-45deg);transition:transform .3s ease,color .3s ease}.arrow-button:hover .arrow-icon{transform:rotate(0);color:red}.main-head{margin-top:5vh;display:flex;flex-direction:column;align-items:center;line-height:.01;width:100%}#head1{color:#6cb3e7;font-weight:500;font-size:5.5vh;max-width:90%;text-align:center}#head2{font-family:Black Han Sans,sans-serif;color:#d51f2a;font-size:10vh;text-align:center}#head3{color:#fff;font-weight:200;font-size:3.5vh;text-align:center}#spn{font-weight:400;font-size:4vh}@media (max-width: 768px){#head1{font-size:4vh;text-wrap:wrap}#head2{font-size:7vh}#head3{font-size:2.5vh}#spn{font-size:3vh}}@media (max-width: 490px){#head1{font-size:1.5rem;text-wrap:wrap;margin:.5rem}#head2{font-size:6vh;margin:0}#head3{font-size:2.5vh;margin:.5rem}#spn{font-size:3vh}.main-head{line-height:1}}.nav{position:fixed;top:0;left:0;right:0;padding-right:1rem;padding-left:1rem;display:flex;justify-content:space-between;align-items:center;padding-top:.8vh;padding-bottom:.5vh;background-color:#121316;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(10px);transform:translateY(-100%);animation:slideDown .8s ease forwards;z-index:1000}@keyframes slideDown{to{transform:translateY(0)}}#lgo{width:10vw;min-width:120px}#menu{gap:2vw;font-family:Poppins,sans-serif;display:flex}.mnu{position:relative;text-wrap:nowrap;font-size:.85rem;font-weight:400;cursor:pointer;color:#fff;transition:color .3s ease;text-decoration:none;font-family:Poppins,sans-serif}.mnu:after{content:"";position:absolute;bottom:-3px;left:0;height:2px;width:100%;background-color:#f55353;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mnu:hover{color:#f55353}.mnu:hover:after{transform:scaleX(1)}.call-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#121316;color:#fff;border:2px solid #d51f2a;border-radius:15px;font-size:16px;font-weight:500;cursor:pointer;position:relative;overflow:hidden;z-index:1;transition:background-color .3s ease;text-decoration:none}.call-btn:before,.call-btn:after{content:"";position:absolute;width:20px;height:20px;background-color:#d51f2a;z-index:-1}.call-btn:before{top:0;left:0;clip-path:polygon(0 0,100% 0,0 100%)}.call-btn:after{bottom:0;right:0;clip-path:polygon(100% 0,100% 100%,0 100%)}.call-icon{font-size:14px}.hamburger-menu{display:none;background-color:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s ease}.hamburger-menu:hover{background-color:#f553531a}.hamburger-menu svg{width:40px;height:40px}.line{fill:none;stroke:#fff;stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line1{stroke-dasharray:60 207;stroke-width:6}.line2{stroke-dasharray:60 60;stroke-width:6}.line3{stroke-dasharray:60 207;stroke-width:6}.hamburger-menu.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.hamburger-menu.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.hamburger-menu.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.hamburger-menu:hover .line{stroke:#f55353}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#121316fa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:999;transform:translateY(-100%);transition:transform .3s ease}.mobile-menu.open{transform:translateY(0)}.mobile-menu .mnu{font-size:1.5rem;font-weight:500;padding:.5rem 0}.mobile-menu .call-btn{margin-top:1rem;font-size:1.1rem;padding:12px 24px}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:color .3s ease}.close-btn:hover{color:#f55353}.floating-call-btn{position:fixed;left:20px;bottom:20px;display:none;align-items:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#d51f2a,#f55353);border:none;border-radius:25px;color:#fff;cursor:pointer;box-shadow:0 4px 20px #d51f2a66;transition:box-shadow .3s ease;z-index:1001;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;text-decoration:none}.floating-call-btn:hover{box-shadow:0 6px 25px #d51f2a99}.floating-call-icon{font-size:16px;color:#fff}.floating-call-text{color:#fff;white-space:nowrap}@media (max-width: 1024px){#menu{display:none}.hamburger-menu{display:block}.desktop-call-btn{display:none}.floating-call-btn{display:flex}}@media (max-width: 1024px) and (min-width: 769px){#lgo{width:12vw;min-width:120px}.mobile-menu .mnu{font-size:1.8rem}.nav-right{display:flex;align-items:center;gap:1rem}.hamburger-menu svg{width:45px;height:45px}.floating-call-btn{padding:12px 20px;font-size:14px}.floating-call-icon{font-size:18px}}@media (max-width: 768px){.mnu{font-size:1.6vw}#lgo{width:15vw;min-width:100px}.nav-right{display:flex;align-items:center;gap:.5rem}.mobile-menu .mnu{font-size:1.5rem}.hamburger-menu svg{width:40px;height:40px}.floating-call-btn{left:15px;bottom:15px;padding:10px 16px;font-size:13px}.floating-call-icon{font-size:16px}}@media (max-width: 491px){.nav{display:flex}#lgo{width:30vw;min-width:100px}.hamburger-menu svg{width:35px;height:35px}.nav-right{gap:.3rem}.floating-call-btn{left:12px;bottom:12px;padding:8px 14px;font-size:12px}.floating-call-icon{font-size:14px}}.form-wrapper{display:flex;justify-content:center;align-items:center;padding:40px 20px;width:90%;max-height:90vh}.consent-label{font-size:1rem}.form-box{background:#0009;border:1px solid #D51F2A;border-radius:10px;padding:25px;width:100%;max-width:900px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 15px #0006;color:#fff;font-family:Poppins,sans-serif}.form-section-title{font-size:14px;color:#aaa;margin-bottom:10px}.form-row{display:grid;gap:15px;margin-bottom:15px}.form-row.four-cols{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.form-row.three-cols{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-row.two-cols{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-row.one-col{grid-template-columns:1fr}.form-row input{padding:10px 14px;background-color:#222;border:none;border-radius:6px;color:#fff;font-size:14px;outline:none;transition:.3s}.form-row input::placeholder{color:#ccc}.form-row input:focus{background-color:#2a2a2a;border:1px solid #D51F2A}.submit-btn{width:100%;background-color:#d51f2a;color:#fff;border:none;border-radius:6px;padding:12px;font-size:16px;cursor:pointer;transition:.3s}.submit-btn:hover{background-color:#e60000}.form-row select{flex:1 1 calc(25% - 15px);min-width:180px;padding:10px 14px;background-color:#222;border:none;border-radius:6px;color:#fff;font-size:14px;outline:none;transition:.3s}#make-input{width:90%}.input-wrapper{position:relative;width:100%}.dropdown{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:#1f1f1f;color:#fff;border:1px solid #333;border-radius:4px;z-index:1000;box-sizing:border-box;scrollbar-gutter:stable;box-shadow:0 2px 8px #00000040}.dropdown-item{padding:10px 12px;cursor:pointer;white-space:nowrap}.dropdown-item:hover{background-color:#333}.form-row select:focus{background-color:#2a2a2a;border:1px solid #D51F2A}@media (max-width: 768px){.form-row input{flex:1 1 calc(50% - 15px)}}@media (max-width: 480px){.form-row input{flex:1 1 100%}.form-box{padding:20px 15px}}#badge{background-color:#121316;display:flex;flex-direction:column;align-items:center;justify-content:center}#b1{margin-top:20vh;color:#fff;font-weight:400;font-size:5.5vh}#hdngs{line-height:.2;display:flex;flex-direction:column;align-items:center}#b2{color:#6cb3e7;font-weight:600;font-size:4vh}#badges{margin-top:5vh;display:flex;flex-direction:column;align-items:center;margin-bottom:20vh;gap:3vh}#badges1{display:flex;align-items:center;gap:2vw}#bdg:hover,#bdg1:hover{transform:scale(1.15)}#bdg{width:10vw}#bdg1{width:7vw}@media (max-width: 1024px){#bdg{width:15vw}#bdg1{width:9vw}}@media (max-width: 768px){#hdngs{width:100%;font-size:125px!important}#bdg{width:auto;height:9vh}#bdg1{width:auto;height:12vh}#hdngs #b1{text-align:center;line-height:1;margin-top:10px}}@media (max-width: 490px){#bdg{width:auto;height:7vh}#bdg1{width:auto;height:10vh}#b2{line-height:1;text-align:center}#hdngs #b1{text-align:center;line-height:1;margin-top:10px}}#shop{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#121316}#shead{color:#fff;font-size:4vh}#cards{display:flex;width:100%;justify-content:space-around;gap:2vw;margin-top:5vh}@media (max-width: 710px){#cards{display:flex;flex-direction:column;align-items:center}}.shop-card-wrapper{display:flex;flex-direction:column;align-items:center;width:20vw;max-width:300px;margin:20px;transition:all .3s ease}.shop-card{position:relative;background:linear-gradient(145deg,#1a1a1c,#2a2a2d);border-radius:20px;padding:20px;width:100%;height:48vh;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;overflow:hidden;z-index:1}.shop-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;padding:2px;background:linear-gradient(to right bottom,#D51F2A,transparent 70%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;z-index:-1;transition:background .5s ease}.shop-card-wrapper:hover .shop-card:before{background:linear-gradient(to left top,#D51F2A,transparent 70%)}.shop-card-image{width:100%;overflow:visible;border-radius:15px}.shop-card-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.shop-card:hover .shop-card-image img{transform:scale(1.2)}.shop-card-label{color:#fff;font-weight:500;font-size:16px;margin:15px 0;text-align:center;letter-spacing:1px}#secondary-shop-btn.shop-btn-clean{margin-top:12px;background:linear-gradient(145deg,#1a1a1c,#2a2a2d);color:#fff;padding:8px 20px 8px 10px;border-radius:30px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px;position:relative;overflow:hidden;border:none;outline:none;box-shadow:none;cursor:pointer;z-index:1;transition:color .3s ease,background .3s ease;margin-bottom:5vh}#secondary-shop-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;background:linear-gradient(to right bottom,#D51F2A,transparent 70%);padding:2px;box-sizing:border-box;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;z-index:-1;transition:background .4s ease}#secondary-shop-btn:hover:before{background:linear-gradient(to left top,#D51F2A,transparent 70%)}.shop-btn-clean:hover{color:#fff}.shop-btn-icon-wrap{width:25px;height:25px;border:1.5px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease}.shop-btn-icon{font-size:11px;transform:rotate(-45deg);color:#fff;transition:transform .3s ease,color .3s ease}.shop-btn-clean:hover .shop-btn-icon{transform:rotate(0);color:#d51f2a}.shop-btn-clean:hover{border-color:#d51f2a}@media (max-width: 480px){#secondary-shop-btn.shop-btn-clean{padding:6px 16px;font-size:12px}.shop-btn-icon-wrap{width:20px;height:20px}.shop-btn-icon{font-size:10px}}@media (max-width: 768px){.shop-card-wrapper{width:90vw}.shop-card-label{font-size:15px}.shop-now-btn{padding:7px 18px;font-size:13px}}@media (max-width: 480px){.shop-card-wrapper{width:95vw}.shop-card-label{font-size:14px}.shop-now-btn{padding:6px 16px;font-size:12px}.arrow-circle{width:20px;height:20px}.shop-now-icon{font-size:10px}}.choose-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5vh 5vw;background-color:#121316;color:#fff;flex-wrap:wrap}#chmain{background-color:#121316}#ch-head{display:flex;flex-direction:column;align-items:center;margin-bottom:4vh}.choose-left{flex:1 1 35vw;max-width:35vw;display:flex;flex-direction:column}.choose-title{font-size:2.3vw;font-weight:700;color:#fff;margin-bottom:1vh}.choose-subtitle{font-size:1.5vw;color:#2da6dd;font-weight:500;margin-bottom:4vh}.choose-list{display:flex;flex-direction:column;gap:2vh}.choose-item{background:#1b1b1f;padding:1vh 2vw;border-radius:.8vw;cursor:pointer;transition:all .3s ease;overflow:hidden}.choose-header{display:flex;align-items:center;gap:.8vw;font-size:1.2vw;font-weight:500}.choose-icon-wrap{width:4vh;height:4vh;border:1.5px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease;margin-left:auto}.choose-icon{font-size:1.7vh;transform:rotate(-45deg);color:#fff;transition:transform .3s ease,color .3s ease}.choose-item:hover .choose-icon{transform:rotate(0);color:#d51f2a}.choose-item:hover .choose-icon-wrap{border-color:#d51f2a}.choose-desc{font-size:.95vw;margin-top:1vh;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .5s ease}.choose-item:hover .choose-desc{max-height:15vh;opacity:1}.choose-item:hover .choose-text,.choose-item:hover .choose-arrow{color:#ff2c2c}.choose-item:hover .choose-arrow{transform:rotate(45deg)}.choose-right{flex:1 1 45vw;max-width:45vw;display:flex;align-items:center;justify-content:center}.choose-image{width:100%;height:auto;max-width:40vw}#chs{width:100%}@media (max-width: 768px){.choose-container{flex-direction:column;padding:5vh 5vw;align-items:center}.choose-left,.choose-right{max-width:90vw;flex:1 1 100%}.choose-title{font-size:5vw}.choose-subtitle,.choose-header{font-size:3.5vw}.choose-desc,.choose-arrow{font-size:3vw}.choose-image{max-width:80vw}}.testimonials-section{width:100%;padding:10vh 5vw;background-color:#121316;color:#fff;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;overflow-x:hidden}.testimonials-header{text-align:center;margin-bottom:6vh}.testimonials-title{font-size:clamp(20px,2.5vw,36px);font-weight:700;color:#fff;margin-bottom:1vh}.testimonials-subtitle{font-size:clamp(16px,2vw,24px);font-weight:500;color:#2da6dd}.testimonials-scroll{display:flex;gap:2.5vw;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding-bottom:2vh;max-width:100%;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.testimonials-scroll:active{cursor:grabbing}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonials-scroll>*{flex:0 0 auto}@media (max-width: 768px){.testimonials-section{padding:8vh 4vw}.testimonials-scroll{gap:4vw}.testimonials-title{font-size:6vw}.testimonials-subtitle{font-size:4.5vw}}.test-card{background-color:#1b1b1f;color:#fff;border-radius:18px;padding:24px;width:25vw;min-height:50vh;position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:background .3s ease;background-image:url(/assets/testbg-BTz61Tq0.png);background-size:cover;background-position:center}.test-card-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.test-card-quote{width:32px;height:32px}.test-card-icon-wrap{width:34px;height:34px;border:1.5px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease}.test-card-icon{font-size:12px;transform:rotate(-45deg);color:#fff;transition:transform .3s ease,color .3s ease}.test-card:hover .test-card-icon{transform:rotate(0);color:#ff2c2c}.test-card:hover .test-card-icon-wrap{border-color:#ff2c2c}.test-card-text{font-size:14px;line-height:1.5;color:#fff;margin-bottom:20px}.test-card-author{display:block;font-size:13px;color:#ccc;margin-top:10px}.test-card-footer{display:flex;justify-content:space-between;align-items:center}.test-card-user{display:flex;align-items:center;gap:10px}.test-card-avatar{width:40px;height:40px;border-radius:50%}.test-card-user-details h4{font-size:14px;margin:0}.test-card-user-details span{font-size:12px;color:#bbb}.test-card-stars{display:flex;gap:3px;font-size:14px}.star{color:#555}.star.filled{color:#f39c12}@media (max-width: 680px){.test-card{padding:24px;width:35vw;min-height:50vh}}@media (max-width: 425px){.test-card{padding:24px;width:45vw;min-height:50vh}}.clients-section{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#121316;padding:16vh 4vw;color:#fff;text-align:center}.clients-header h2{font-size:2.5vw;font-weight:600}.clients-header .highlight{color:#4ac4f3}.clients-grid{margin-top:15vh;margin-bottom:10vh;display:flex;flex-wrap:wrap;max-width:70vw;flex-direction:row;justify-content:space-around;align-items:center;gap:5vw}.clients-grid img{height:7vh;object-fit:contain;transition:transform .3s ease}#difimg{height:12vh;object-fit:contain;transition:transform .3s ease}.clients-grid img:hover{transform:scale(1.05)}@media (max-width: 992px){.clients-header h2{font-size:3vw}.clients-grid img{max-height:6vh}}@media (max-width: 600px){.clients-header h2{font-size:4.5vw}.clients-grid img{max-height:7vh;max-width:20vh}}.contact{background-image:url(/assets/contact-hero-wCxTqyJC.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:5rem 4rem 8rem;display:flex;justify-content:flex-end;align-items:center;min-height:60vh}.contact-right{max-width:50%;font-size:2rem}#contact-head{font-family:Black Han Sans,sans-serif;color:#d51f2a;text-align:center;margin-bottom:1.5rem;line-height:1.2}#contact-subhead{color:#6cb3e7;text-align:center;font-size:1.5rem;font-weight:500;margin-bottom:2rem;line-height:1.4}#contact-cards{padding:3rem 2rem;background-color:#121316;display:flex;justify-content:space-around;align-items:center;gap:2rem}@media (max-width: 1024px){.contact{padding:4rem 2rem 6rem;justify-content:center}.contact-right{max-width:70%}#contact-head{font-size:2.5rem}#contact-subhead{font-size:1.3rem}#contact-cards{flex-direction:column;gap:2rem;padding:3rem 2rem}}@media (max-width: 768px){.contact{padding:3rem 1rem 4rem;min-height:50vh}.contact-right{max-width:100%;font-size:1.5rem}#contact-head{font-size:2rem;margin-bottom:1rem}#contact-subhead{font-size:1.1rem;margin-bottom:1.5rem}#contact-cards{flex-direction:column;gap:1.5rem;padding:2rem}}@media (max-width: 480px){.contact{padding:2rem .5rem 3rem}.contact-right{font-size:1.2rem;padding:0 1rem}#contact-head{font-size:1.8rem;word-wrap:break-word}#contact-subhead{font-size:1rem;line-height:1.3}#contact-cards{gap:1rem;padding:1.5rem .5rem}}.contact-card{background:#1c1c20f2;background-image:url(/assets/card-background-Dsyo0eQv.png);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;align-items:center;gap:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;min-height:120px;position:relative;overflow:hidden;min-width:17rem}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1c1c20cc,#1c1c20f2);z-index:1}.contact-card-bg-text{position:absolute;top:50%;right:20px;transform:translateY(-50%);font-size:5rem;font-family:Black Han Sans,sans-serif;color:#ffffff08;font-weight:900;z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none}.contact-card-icon,.contact-card-content{position:relative;z-index:2}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080;border-color:#fff3}.contact-card-icon{flex-shrink:0}.contact-card-icon img{width:40px;height:40px;filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(6932%) hue-rotate(346deg) brightness(86%) contrast(86%)}.contact-card-content{flex:1}.contact-card-title{color:#fff;font-size:1.1rem;font-weight:500;margin:0 0 .5rem}.contact-card-link{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease;display:block}.contact-card-link:hover{color:#d51f2a}.contact-card-text{color:#fff;font-size:1rem;line-height:1.5;display:block}@media (max-width: 768px){.contact-card{padding:1.5rem;min-height:100px}.contact-card-icon img{width:32px;height:32px}.contact-card-title{font-size:1rem}.contact-card-link,.contact-card-text{font-size:.9rem}}.used-engine{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;font-family:Black Han Sans,sans-serif}.used-engine:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,0,0,.1) 0%,transparent 70%);pointer-events:none}.used-engine__content{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;gap:2rem}.used-engine__image-container{position:relative;display:flex;justify-content:center;align-items:center;z-index:1}.used-engine__image{max-width:100%;height:auto;filter:drop-shadow(0 0 30px rgba(255,255,255,.1));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.used-engine__text-content{color:#fff;text-align:center}.used-engine__title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#d51f2a;text-transform:uppercase;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.used-engine__description{font-size:.8rem!important;line-height:1.6;margin-bottom:2.5rem;color:#ccc;font-weight:400;max-width:100%;text-transform:uppercase}.used-engine__cta-button{background:linear-gradient(45deg,#d51f2a,#c33);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #ff44444d}.used-engine__cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f446;background:linear-gradient(45deg,#f55,#d44)}.used-engine__cta-button:active{transform:translateY(0)}.used-engine__button-icon{font-size:1.2rem}.quote-btn{position:relative;bottom:70px;z-index:1}@media (max-width: 1024px){.used-engine__title{margin-top:7rem}.used-engine{padding:1.5rem}.used-engine__content{gap:2rem}.used-engine__title{font-size:2.5rem}.used-engine__description{font-size:1rem;max-width:100%}}@media (max-width: 768px){.used-engine{padding:1rem}.used-engine__content{gap:1.5rem}.used-engine__title{font-size:2rem;margin-bottom:1rem}.used-engine__description{font-size:.95rem;margin-bottom:2rem}.used-engine__cta-button{padding:.875rem 1.75rem;font-size:1rem}}.used-engine__guide{background:#1a1a1a;padding:4rem 2rem;min-height:100vh}.used-engine__guide-content{max-width:1200px;margin:0 auto;color:#fff}.used-engine__guide-header{text-align:center;margin-bottom:4rem}.used-engine__guide-title{font-size:2.5rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.used-engine__guide-subtitle{font-size:1.2rem;color:#6cb3e7;font-weight:400;margin-bottom:0}.used-engine__guide-sections{display:grid;gap:2.5rem;margin-bottom:4rem}.used-engine__guide-section{background:#ffffff0d;padding:2rem;border-radius:10px;border-left:4px solid #D51F2A}.used-engine__guide-section-title{font-size:1.1rem;color:#d51f2a;font-weight:700;text-transform:uppercase;margin-bottom:1rem;letter-spacing:1px}.used-engine__guide-section-text{font-size:.95rem;line-height:1.6;color:#ccc;margin-bottom:1rem;font-weight:400}.used-engine__guide-section-text:last-child{margin-bottom:0}.used-engine__guide-list{list-style:none;padding-left:0;margin:1rem 0}.used-engine__guide-list li{font-size:.95rem;color:#ccc;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.used-engine__guide-list li:before{content:"•";color:#d51f2a;font-weight:700;position:absolute;left:0}.used-engine__guide-footer{text-align:center;padding:3rem 2rem;background:#ff44441a;border-radius:15px;border:1px solid rgba(255,68,68,.2)}.used-engine__guide-footer-title{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:2rem;letter-spacing:1px;line-height:1.3}.used-engine__guide-contact-btn{color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.used-engine__guide-contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f446;background:linear-gradient(45deg,#f55,#d44)}.used-engine__guide-contact-text{color:#ccc;font-size:.9rem;margin:0}.used-engine__guide-contact-phone{color:#d51f2a;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.used-engine__guide-contact-phone:hover{color:#f55}.used-engine__maintenance{background:#2a2a2a;padding:4rem 2rem;min-height:100vh}.used-engine__maintenance-content{max-width:1200px;margin:0 auto;color:#fff}.used-engine__maintenance-header{text-align:center;margin-bottom:4rem}.used-engine__maintenance-title{font-size:2.5rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.used-engine__maintenance-intro{font-size:1rem;color:#ccc;line-height:1.6;max-width:800px;margin:0 auto;font-weight:400}.used-engine__maintenance-sections{display:grid;gap:2rem;margin-bottom:4rem}.used-engine__maintenance-section{background:#ffffff08;padding:2rem;border-radius:10px;border-left:4px solid #ff4444}.used-engine__maintenance-section-title{font-size:1.1rem;color:#f44;font-weight:700;text-transform:uppercase;margin-bottom:1rem;letter-spacing:1px}.used-engine__maintenance-section-text{font-size:.95rem;line-height:1.6;color:#ccc;margin:0;font-weight:400}.used-engine__maintenance-footer{text-align:center;padding:3rem 2rem;background:#ff444414;border-radius:15px;border:1px solid rgba(255,68,68,.15)}.used-engine__maintenance-footer-title{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:2rem;letter-spacing:1px;line-height:1.3}.used-engine__maintenance-contact{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.used-engine__maintenance-contact-btn{background:linear-gradient(45deg,#f44,#c33);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #ff44444d}.used-engine__maintenance-contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f446;background:linear-gradient(45deg,#f55,#d44)}.used-engine__maintenance-contact-phone{color:#f44;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.used-engine__maintenance-contact-phone:hover{color:#f55}@media (max-width: 1024px){.used-engine__hero{padding:1.5rem}.used-engine__content{gap:2rem}.used-engine__title{font-size:2.5rem}.used-engine__description{font-size:1rem;max-width:100%}.used-engine__guide{padding:3rem 1.5rem}.used-engine__guide-title{font-size:2rem}.used-engine__guide-subtitle{font-size:1.1rem}.used-engine__guide-sections{gap:2rem}.used-engine__guide-section{padding:1.5rem}}@media (max-width: 768px){.used-engine__hero{padding:1rem}.used-engine__content{gap:1.5rem}.used-engine__title{font-size:2rem;margin-bottom:1rem}.used-engine__description{font-size:.95rem;margin-bottom:2rem}.used-engine__cta-button{padding:.875rem 1.75rem;font-size:1rem}.used-engine__guide{padding:2rem 1rem}.used-engine__guide-header{margin-bottom:2.5rem}.used-engine__guide-title{font-size:1.8rem;letter-spacing:1px}.used-engine__guide-subtitle{font-size:1rem}.used-engine__guide-sections{gap:1.5rem;margin-bottom:2.5rem}.used-engine__guide-section{padding:1.25rem}.used-engine__guide-section-title{font-size:1rem}.used-engine__guide-section-text,.used-engine__guide-list li{font-size:.9rem}.used-engine__guide-footer{padding:2rem 1rem}.used-engine__guide-footer-title{font-size:1.3rem}}@media (max-width: 480px){.used-engine__hero{padding:.75rem}.used-engine__content{gap:1.5rem}.used-engine__title{margin-top:10vh;font-size:1.75rem;line-height:1.2}.used-engine__description{font-size:.9rem;margin-bottom:1.5rem}.used-engine__cta-button{padding:.75rem 1.5rem;font-size:.95rem;width:100%;max-width:250px}.used-engine__guide{padding:1.5rem .75rem}.used-engine__guide-title{font-size:1.5rem;line-height:1.2}.used-engine__guide-subtitle{font-size:.95rem}.used-engine__guide-section{padding:1rem}.used-engine__guide-section-title{font-size:.95rem}.used-engine__guide-section-text,.used-engine__guide-list li{font-size:.85rem}.used-engine__guide-footer-title{font-size:1.1rem}.used-engine__guide-contact-btn{padding:.75rem 1.5rem;font-size:.9rem;width:100%;max-width:250px}}@media (max-width: 320px){.used-engine__title{font-size:1.5rem}.used-engine__description{font-size:.85rem}.used-engine__guide-title{font-size:1.3rem}.used-engine__guide-subtitle,.used-engine__guide-section-title{font-size:.9rem}.used-engine__guide-section-text,.used-engine__guide-list li{font-size:.8rem}.used-engine__guide-footer-title{font-size:1rem}}#foot{display:flex;flex-direction:row;padding:20vh 24vh;gap:2vh;background-color:#161616;color:#fff}#foot-hd{font-size:2.6vh;font-weight:500}#broto-hd{font-family:Black Han Sans,sans-serif;color:#fff;font-size:7vh}.subtxt{font-size:2.3vh;font-weight:200}.bx{border:1px solid #8f8f8f;border-radius:30px;padding:5vh 2vw;background:linear-gradient(180deg,#2a2a2a,#0e0e0e);margin-top:10px}#foot-left{display:flex;flex-direction:column;justify-content:space-around}#foot-right{display:flex;flex-direction:column;justify-content:space-between;gap:2vh}#scl{color:#fff;font-size:5vh}#socials{display:flex;flex-direction:row;justify-content:space-around}#address{line-height:1}.bx1{border:1px solid #8f8f8f;border-radius:25px;padding:4vh 2vw;background:linear-gradient(180deg,#2a2a2a,#0e0e0e)}#foot-links ul li a{color:#fff!important;text-decoration:none}.footer_copyright{background-color:#161616;color:#fff;text-align:center;margin:0;padding-bottom:20px}@media (max-width: 1024px){#foot{flex-direction:column;padding:10vh 5vw;align-items:center}#foot-left,#foot-right{width:100%;align-items:center}.bx{width:90%;margin:1vh 0;text-align:center}#foot-links ul{list-style:none;padding:0;margin:0}#foot-links li a{display:inline-block;padding:1vh 1vw;text-wrap:nowrap}#foot-ul{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:2vh 1vw;justify-items:center;align-items:center}#socials{justify-content:center;flex-wrap:wrap;gap:2vw}.bx1{padding:3vh 4vw;margin:1vh}#broto-hd{font-size:5vh}.subtxt{font-size:2vh}#foot-hd{font-size:2.2vh}}@media (max-width: 768px){.bx1{font-size:4vh;padding:2vh 3vw}#broto-hd{font-size:4.5vh}.subtxt{font-size:1.9vh}#foot-hd{font-size:2vh}#foot{padding:8vh 4vw}#address h3{font-size:1.8vh}#foot-ul{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1.5vh .5vw;justify-items:center;align-items:center}#foot-links li a{padding:.8vh .5vw;font-size:1.6vh}}@media (max-width: 480px){#foot{padding:6vh 3vw}#broto-hd{font-size:4vh}.subtxt{font-size:1.7vh}#foot-hd{font-size:1.8vh}.bx1{font-size:3.5vh;padding:2vh 2vw}#address h3{font-size:1.5vh}.footer_copyright{font-size:1rem}#foot-ul{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1vh .2vw;justify-items:center;align-items:center}#foot-links li a{padding:.5vh .2vw;font-size:1.4vh;text-align:center}}.truckparts{position:relative;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%}.truckparts__background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,#0000004d,#000c);z-index:1}.truckparts__truck-silhouette{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.8;z-index:2;width:100%}.truckparts__truck-silhouette img,.truckparts__truck-svg{width:100%;height:100%;object-fit:cover}.truckparts__content-container{position:relative;z-index:10;text-align:center;padding:0 20px;max-width:1200px;margin:0 auto}.truckparts__main-heading{font-family:Black Han Sans,sans-serif;margin-top:7rem;font-size:2.5rem;font-weight:400;color:#d51f2a;margin-bottom:2rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.02em}.truckparts__subheading{color:#6cb3e7;font-size:1.1rem!important;margin-bottom:1rem;font-weight:400;letter-spacing:.05em;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.truckparts__description{color:#fff;font-size:.85rem!important;line-height:1.6;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.truckparts__cta-button{background:transparent;border:2px solid #ffffff;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.truckparts__cta-button:hover{background:#ef4444;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 10px 30px #ef44444d}.truckparts__button-content{display:flex;align-items:center;gap:.75rem;justify-content:center}.truckparts__arrow-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.truckparts__cta-button:hover .truckparts__arrow-icon{transform:rotate(45deg)}.truckparts__info-box{padding:1px 80px;background:#000;color:#fff;font-family:Poppins,sans-serif}.truckparts__info-section{margin-bottom:30px}.truckparts__info-section h2{font-size:20px;color:#fff}.truckparts__info-section h3{font-size:16px;color:#1dbfff;margin:5px 0 10px}.truckparts__info-section p,.truckparts__info-section ul{font-size:14px;color:#ddd}.truckparts__info-section ul{list-style:disc;padding-left:20px}.truckparts__contact-prompt{border-top:1px solid #444;padding-top:20px;text-align:center;font-size:14px;color:#fff}.truckparts__phone-highlight{color:#d51f2a;font-weight:700}@media (min-width: 1200px){.truckparts__main-heading{font-size:2.5rem}.truckparts__subheading{font-size:.9rem}.truckparts__description{font-size:.8rem}.truckparts__truck-silhouette img{width:100%;height:100%;object-fit:cover}}@media (max-width: 768px){.truckparts__content-container{padding:0 1rem}.truckparts__main-heading{font-size:2rem;margin-bottom:1.5rem}.truckparts__subheading{font-size:1rem;margin-bottom:1rem}.truckparts__description{font-size:.9rem;margin-bottom:2rem}.truckparts__cta-button{padding:.75rem 1.5rem;font-size:1rem}.truckparts__decorative-square-1,.truckparts__decorative-square-2{display:none}}.under_parts_subheading{font-weight:400}@media (max-width: 480px){.truckparts__info-box{padding:1px 30px}.truckparts__main-heading{font-size:2rem;line-height:1.1}.truckparts__subheading{font-size:.4rem;word-wrap:break-word}.truckparts__description{font-size:.8rem;line-height:1.5;text-wrap:wrap}.truckparts__cta-button{padding:.6rem 1.2rem;font-size:.9rem}.truckparts__decorative-dot-1,.truckparts__decorative-dot-2{display:none}}@media (max-width: 320px){.truckparts__content-container{padding:0 .5rem}.truckparts__main-heading{font-size:1.75rem}.truckparts__subheading,.truckparts__description{font-size:.8rem}}.about-section{background-color:#121316;color:#fff;padding:80px 0;min-height:100vh}.about-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px;padding:0 20px}.about-content{flex:1;max-width:600px}.about-header{margin-bottom:30px}.about-label{font-family:Black Han Sans,sans-serif;color:#d51f2a;font-size:25px;font-weight:400;text-transform:uppercase;letter-spacing:1px}.about-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:30px;color:#fff}.highlight-blue{color:#4a90e2}.about-description{margin-bottom:50px}.about-description p{font-size:16px;line-height:1.6;margin-bottom:20px;color:#ccc}.stats-container{display:flex;gap:40px;flex-wrap:wrap}.stat-item{flex:1;min-width:150px}.stat-number{font-family:Black Han Sans,sans-serif;color:#d51f2a;font-size:48px;font-weight:400;line-height:1;margin-bottom:8px}.stat-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px;text-transform:uppercase}.stat-description{font-size:14px;line-height:1.4;color:#999}.about-image{flex:1;display:flex;justify-content:center;align-items:center}.truck-image{max-width:100%;height:auto}.truck-placeholder{width:500px;height:400px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.truck-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 400"><path d="M50 300 L150 300 L150 250 L200 250 L200 200 L350 200 L350 250 L450 250 L450 300 L450 320 L50 320 Z" fill="%23333" opacity="0.3"/><circle cx="120" cy="320" r="25" fill="%23444"/><circle cx="380" cy="320" r="25" fill="%23444"/></svg>') center/contain no-repeat;opacity:.2}.brotomotive-logo{text-align:center;z-index:2;position:relative}.brotomotive-text{font-family:Black Han Sans,sans-serif;color:#d51f2a;font-size:32px;font-weight:400;display:block;letter-spacing:2px}.parts-text{font-family:Black Han Sans,sans-serif;color:#da0000;font-size:16px;font-weight:400;display:block;letter-spacing:4px;margin-top:5px}.services-section{background-color:#121316;color:#fff;padding:80px 0}.services-container{max-width:1200px;margin:0 auto;padding:0 20px}.services-header{text-align:center;margin-bottom:60px}.services-title{font-size:40px;font-weight:500;color:#fff;margin-bottom:20px;line-height:1.2;max-width:800px;margin-left:auto;margin-right:auto}.services-subtitle{font-size:16px;color:#ccc;line-height:1.6;max-width:900px;margin:0 auto}.services-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;justify-items:center}@media (max-width: 768px){.services-title{font-size:32px;margin-bottom:15px}.services-subtitle{font-size:15px}.services-cards{grid-template-columns:1fr;gap:25px}}@media (max-width: 768px){.about-container{flex-direction:column;gap:40px;text-align:center}.about-title{font-size:36px}.stats-container{justify-content:center;gap:30px}.truck-placeholder{width:350px;height:280px}.brotomotive-text{font-size:24px}.parts-text{font-size:14px}}.service-card{position:relative;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px 30px;height:280px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease}.service-card:hover{transform:translateY(-5px);border-color:#fff3}.card-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.3;z-index:1}.background-image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.card-content{display:flex;justify-content:center;flex-direction:column}.card-icon{font-size:32px;color:#d51f2a;margin-bottom:5px;display:flex;align-items:center}.icon-image{width:32px;height:32px;object-fit:contain}.card-title{color:#fff;font-size:20px;font-weight:700;margin-bottom:7px;line-height:1.3}.card-description{color:#ccc;font-size:14px;line-height:1.5;flex-grow:1}@media (max-width: 768px){.service-card{height:auto;min-height:240px;padding:30px 25px}.card-icon{font-size:28px;margin-bottom:15px}.icon-image{width:28px;height:28px}.card-title{font-size:18px;margin-bottom:12px}.card-description{font-size:13px}}.privacy-section{background-image:url(/assets/hmbg-BF4EL8mt.png);background-color:#121316;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10vh;padding-bottom:10vh;min-height:60vh}.privacy-text{display:flex;flex-direction:column;align-items:center;line-height:.01;width:100%}#privacy-head1{color:#6cb3e7;font-weight:500;font-size:5.5vh;max-width:90%;text-align:center}#privacy-head2{font-family:Black Han Sans,sans-serif;color:#d51f2a;font-size:10vh;text-align:center}#privacy-head3{color:#fff;font-weight:200;font-size:3.5vh;text-align:center}#privacy-spn{font-weight:400;font-size:4vh}.privacy-content-wrapper{display:flex;justify-content:center;padding:4rem 13vw;background-color:#121316;min-height:70vh}.privacy-content-card{background-color:#1e1e1e;border:2px solid #333;border-radius:12px;padding:3rem;width:100%;max-width:900px;box-shadow:0 4px 8px #0000004d}.privacy-description{color:#fff;line-height:1.7}.privacy-description p{margin-bottom:1.2rem;font-size:1rem;color:#e0e0e0}.privacy-description h4{color:#6cb3e7;font-family:Black Han Sans,sans-serif;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;letter-spacing:1px}.privacy-description ul{margin-left:1.5rem;margin-bottom:1.5rem}.privacy-description li{margin-bottom:.8rem;font-size:.95rem;color:#e0e0e0}.privacy-description strong{color:#d51f2a;font-weight:600}@media (max-width: 768px){#privacy-head1{font-size:4vh;text-wrap:wrap}#privacy-head2{font-size:7vh}#privacy-head3{font-size:2.5vh}#privacy-spn{font-size:3vh}.privacy-content-wrapper{padding:3rem 2rem}.privacy-content-card{padding:2rem}.privacy-description h4{font-size:1.3rem}}@media (max-width: 490px){#privacy-head1{font-size:1.5rem;text-wrap:wrap;margin:.5rem}#privacy-head2{font-size:6vh;margin:0}#privacy-head3{font-size:2.5vh;margin:.5rem}#privacy-spn{font-size:3vh}.privacy-text{line-height:1}.privacy-content-wrapper{padding:2rem 1rem}.privacy-content-card{padding:1.5rem}.privacy-description h4{font-size:1.2rem}}.terms-section{background-image:url(/assets/hmbg-BF4EL8mt.png);background-color:#121316;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10vh;padding-bottom:10vh;min-height:60vh}.terms-text{display:flex;flex-direction:column;align-items:center;line-height:.01;width:100%}#terms-head1{color:#6cb3e7;font-weight:500;font-size:5.5vh;max-width:90%;text-align:center}#terms-head2{font-family:Black Han Sans,sans-serif;color:#d51f2a;font-size:10vh;text-align:center}#terms-head3{color:#fff;font-weight:200;font-size:3.5vh;text-align:center}#terms-spn{font-weight:400;font-size:4vh}.terms-content-wrapper{display:flex;justify-content:center;padding:4rem 13vw;background-color:#121316;min-height:70vh}.terms-content-card{background-color:#1e1e1e;border:2px solid #333;border-radius:12px;padding:3rem;width:100%;max-width:900px;box-shadow:0 4px 8px #0000004d}.terms-description{color:#fff;line-height:1.7}.terms-description p{margin-bottom:1.2rem;font-size:1rem;color:#e0e0e0}.terms-description h4{color:#6cb3e7;font-family:Black Han Sans,sans-serif;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;letter-spacing:1px}.terms-subheading{color:#d51f2a;font-family:Black Han Sans,sans-serif;font-size:1.3rem;margin-top:1.5rem;margin-bottom:1rem;letter-spacing:1px}.terms-description ul{margin-left:1.5rem;margin-bottom:1.5rem}.terms-description li{margin-bottom:.8rem;font-size:.95rem;color:#e0e0e0}.terms-description strong{color:#d51f2a;font-weight:600}@media (max-width: 768px){#terms-head1{font-size:4vh;text-wrap:wrap}#terms-head2{font-size:7vh}#terms-head3{font-size:2.5vh}#terms-spn{font-size:3vh}.terms-content-wrapper{padding:3rem 2rem}.terms-content-card{padding:2rem}.terms-description h4{font-size:1.3rem}.terms-subheading{font-size:1.2rem}}@media (max-width: 490px){#terms-head1{font-size:1.5rem;text-wrap:wrap;margin:.5rem}#terms-head2{font-size:6vh;margin:0}#terms-head3{font-size:2.5vh;margin:.5rem}#terms-spn{font-size:3vh}.terms-text{line-height:1}.terms-content-wrapper{padding:2rem 1rem}.terms-content-card{padding:1.5rem}.terms-description h4{font-size:1.2rem}.terms-subheading{font-size:1.1rem}}
