:root{--red-clr:#cb2927;--dark-blue-clr:#1f60a0;--text-clr:#383838;--light-blue-clr:#c8e4ff80}*{box-sizing:border-box}body,html{margin:0;overflow-x:hidden!important;padding:0}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;background-color:#fff;font-family:Inter,sans-serif;scrollbar-width:none}.container{margin:0 auto;padding:80px 40px;width:1500px}a{text-decoration:none}.btn{border:none;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:300;padding:12px 22px;transition:all .3s ease}.btn-primary{background:#cb2927;background:var(--red-clr);color:#fff}.btn-primary:hover{background:#1f60a0;background:var(--dark-blue-clr)}.btn-outline{background:#0000;border:1px solid #cb2927;border:1px solid var(--red-clr);color:#fff}.btn-outline:hover{background:#cb2927;background:var(--red-clr)}.main-header{display:flex;justify-content:center;position:fixed;top:0;width:100%;z-index:9}.header-inner{background:#fff;border-radius:12px;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 8px 20px #00000014;justify-content:space-between;max-width:1450px;padding:30px 40px}.header-inner,.header-right{align-items:center;display:flex}.header-right{gap:24px}.nav{display:flex;gap:34px}.logo img{height:50px}.nav a{color:#000;font-size:18px;font-weight:400;text-decoration:none}.nav a:hover{color:#cb2927;color:var(--red-clr)}.dropdown{cursor:pointer;position:relative}.dropdown-menu{background:#1f60a0;background:var(--dark-blue-clr);border-radius:12px;box-shadow:0 10px 20px #0000001a;display:none;left:0;min-width:200px;padding:15px 0;position:absolute;top:110%}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{color:#f1f1f1;display:block;font-size:18px;font-weight:300;padding:10px 20px;text-decoration:none}.dropdown-menu a:hover{background:#f5f5f5}.dropdown-label{align-items:center;color:#000;display:flex;font-size:18px;font-weight:400;gap:6px;text-decoration:none}.chevron{border-bottom:2px solid #000;border-right:2px solid #000;height:6px;transform:rotate(45deg);width:6px}.dropdown:hover .chevron{transform:rotate(-135deg)}.mobile-dropdown-head{color:#383838;color:var(--text-clr);cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;margin-bottom:10px;margin-top:10px;text-decoration:none}.mobile-dropdown-menu{display:flex;flex-direction:column;gap:5px;margin-top:10px;overflow:hidden;padding-left:10px}.mobile-dropdown-menu a{color:#1f60a0!important;color:var(--dark-blue-clr)!important}.chevron{transition:.3s}.chevron.open{transform:rotate(-135deg)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px;position:relative;z-index:101}.hamburger span{background:#000;height:3px;transition:.3s;width:25px}.hamburger.active span:first-child{transform:translateY(7.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.sidebar{background:#fff;display:flex;flex-direction:column;height:100dvh;justify-content:space-between;left:0;max-width:250px;position:fixed;top:0;z-index:100}.sidebar-top-section{padding:24px 20px}.sidebar-header{margin-bottom:30px}.sidebar-logo{height:auto;object-fit:contain;width:160px}.sidebar-links{display:flex;flex-direction:column;gap:5px}.sidebar-links a{color:#383838;color:var(--text-clr);font-size:16px;font-weight:500;margin:12px 0;text-decoration:none;transition:.3s}.sidebar-links .btn{color:#fff;text-align:center}.sidebar-footer{border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:12px;padding:16px 20px}.sidebar-contact{align-items:center;color:#383838;color:var(--text-clr);display:flex;font-size:14px;font-weight:500;gap:10px;text-decoration:none}.sidebar-contact img{height:18px;width:18px}.sidebar-contact:hover{color:#1f60a0;color:var(--dark-blue-clr)}.hero-section{height:100vh;overflow:hidden;position:relative;width:100%}.hero-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero-overlay{background:linear-gradient(90deg,#0c1a47,#05407bf5 20%,#8fafcf80 80%,#fff6);inset:0;position:absolute}.hero-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;position:relative;text-align:center;z-index:2}.hero-content h1{font-size:40px;font-weight:700;line-height:1.3;margin-bottom:18px;max-width:850px}.hero-content p{font-size:22px;font-weight:300;line-height:1.7;margin-bottom:28px;max-width:850px}.hero-buttons{display:flex;gap:16px;justify-content:center}.section-subheading{color:#cb2927;color:var(--red-clr);font-size:22px;font-weight:500;margin-bottom:0}.section-heading{color:#1f60a0;color:var(--dark-blue-clr);font-size:32px;font-weight:500;margin-top:.5rem}.section-text{color:#383838;color:var(--text-clr);font-size:18px;font-weight:300;line-height:1.7}.about-section .container{align-items:stretch;display:flex;flex-direction:row;gap:30px;justify-content:space-between}.about-left{flex:0 0 55%}.about-right{flex:0 0 45%}.qualities-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:40px auto}.qualities-card img{display:block;height:50px;width:50px}.qualities-card{align-items:center;display:flex;flex-direction:row;gap:10px;position:relative}.qualities-card:after{background-color:#3939397a;content:"";height:100%;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:1px}.qualities-card:nth-child(3n):after{display:none}.qualities-card .card-heading{font-weight:500;margin-top:0}.home-about-btns{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-top:40px;width:60%}.home-about-btns .btn{flex:1 1;text-align:center}.home-about-btns .btn-outline{color:#383838;color:var(--text-clr)}.home-about-btns .btn-outline:hover{color:#fff}.about-right{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);position:relative}.center-card{align-items:center;background-color:#c8e4ff;border-radius:12px;box-shadow:0 12px 30px #0003;display:flex;flex-direction:column;gap:5px;justify-content:center;left:55%;max-width:170px;padding:20px 10px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)!important;z-index:5}.center-card img{display:block;height:40px;object-fit:cover;width:40px}.center-card h4{color:#1f60a0;color:var(--dark-blue-clr);font-size:18px;font-weight:300;margin-bottom:0}.about-right img{position:relative;z-index:1}.about-dots{background-image:radial-gradient(#8fafcf80 3px,#0000 0);background-size:12px 12px;border-radius:0!important;height:90px;pointer-events:none;position:absolute;width:90px;z-index:0}.about-dots-1{right:-10px;top:-20px}.about-dots-2{bottom:-20px;left:-10px}.application-section,.why-choose-section{background-color:#c8e4ff80;background-color:var(--light-blue-clr);margin:80px auto;position:relative;text-align:center}.why-choose-dots{background-image:radial-gradient(#8fafcf80 2px,#0000 2.5px);background-size:12px 12px;height:70px;left:0;position:absolute;top:-20px;width:70px;z-index:0}.why-choose-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin-top:40px}.why-choose-card{background:#fff;border-radius:12px;box-shadow:0 12px 30px #0003;padding:20px 20px 0;text-align:left}.why-choose-icon{align-items:center;background-color:#05407bf5;border-radius:12px;display:flex;height:60px;justify-content:center;width:60px}.why-choose-icon img{display:block;height:40px;object-fit:cover;width:40px}.products-section{position:relative;text-align:center}.products-section .card-heading{margin-top:0}.product-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:60px;position:relative;z-index:1}.product-card{align-items:center;background:#f5f5f5;border-bottom:4px solid #0000;border-radius:12px;box-shadow:0 12px 30px #0003;display:flex;overflow:hidden;padding:40px 5px;position:relative;text-align:left;transition:transform .3s ease}.card-blue{border-bottom-color:#1f60a0;border-bottom-color:var(--dark-blue-clr)}.card-black{border-bottom-color:#383838;border-bottom-color:var(--text-clr)}.card-red{border-bottom-color:#cb2927;border-bottom-color:var(--red-clr)}.product-card:hover{transform:translateY(-10px)}.product-image-wrapper{display:flex;flex:1 1;justify-content:center}.product-image{height:auto;margin-left:-2rem;max-width:100%}.product-info{flex:1.2 1;padding-left:20px}.product-info .section-text{color:#666;font-size:16px}.feature-list{list-style:none;margin:0 0 25px;padding:0}.feature-item{color:#666;font-size:16px;font-weight:300;margin-bottom:10px}.check-circle,.feature-item{align-items:center;display:flex}.check-circle{border:1.5px solid #1f60a0;border:1.5px solid var(--dark-blue-clr);border-radius:50%;flex-shrink:0;height:22px;justify-content:center;margin-right:12px;width:22px}.check-icon{font-size:22 px;font-weight:900;line-height:1}.check-icon,.view-details{color:#1f60a0;color:var(--dark-blue-clr)}.view-details{cursor:pointer;font-size:16px;font-weight:500;text-decoration:underline}.view-details:hover{color:#383838;color:var(--text-clr)}.product-dots{background-image:radial-gradient(#8fafcf80 3px,#0000 0);background-size:12px 12px;border-radius:0!important;height:90px;pointer-events:none;position:absolute;width:90px;z-index:0}.product-dots-1{right:30px;top:200px}.product-dots-2{bottom:70px;left:10px}.card-heading{color:#383838;color:var(--text-clr);font-size:20px;font-weight:700;margin-bottom:-.5rem}.application-section .section-text{margin:auto;max-width:800px}.application-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(5,1fr);margin-top:40px}.application-card,.application-img-wrapper{overflow:hidden}.application-card img{display:block;height:auto;object-fit:cover;width:100%}.application-card .card-heading{color:#f1f1f1;margin-top:0}.application-content{background-color:#1f60a0;background-color:var(--dark-blue-clr);border-bottom:7px solid #cb2927;border-bottom:7px solid var(--red-clr);box-shadow:0 12px 30px #0003;padding:20px 20px 30px}.calc-wrapper{align-items:stretch;display:flex;gap:50px;text-align:left}.calc-left{display:flex;flex:1.5 1;flex-direction:column}.calc-right{display:flex;flex:1 1}.calc-left .section-heading{margin-bottom:0;max-width:550px}.input-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:30px}.input-card{align-items:center;background:#fff;border:2px solid #1f60a0;border:2px solid var(--dark-blue-clr);border-radius:8px;display:flex;padding:15px 20px}.input-card input:focus::placeholder{opacity:0}.input-icon{height:26px;margin-right:15px;width:26px}.input-content{display:flex;flex-direction:column}.input-content label{color:#cb2927;color:var(--red-clr);font-size:18px;font-weight:600}.input-content input::placeholder{color:#383838!important;color:var(--text-clr)!important;font-size:16px;font-weight:300!important;margin-top:4px}.input-content input,.input-content select{border:none;color:#383838!important;color:var(--text-clr)!important;font-size:16px;font-weight:300;margin-top:4px;outline:none}.calc-btn{color:#383838;color:var(--text-clr);margin-bottom:25px;width:100%}.calc-btn:hover{color:#fff}.disclaimer-bar{align-items:center;background:#d9d9d996;border-radius:8px;color:#383838;color:var(--text-clr);display:flex;font-size:16px;font-weight:300;gap:10px;justify-content:center;padding:15px;text-align:center}.result-card{background:#c92a2a08;border:1px solid #c92a2a82;border-radius:12px;padding:30px}.result-title{color:#cb2927;color:var(--red-clr);font-size:20px;letter-spacing:.5px;margin:0 0 20px}.result-main{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.result-note{font-size:14px;font-weight:300;margin-top:6px}.note-special,.result-note{color:#383838;color:var(--text-clr)}.note-special{font-size:16px;font-weight:500;line-height:1.7;text-align:justify}.result-value{color:#1f60a0;color:var(--dark-blue-clr);font-size:32px;font-weight:700}.bag-icon-circle{align-items:center;background:#cb29273d;border:1px solid #cb2927;border:1px solid var(--red-clr);border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}.bag-icon-circle img{width:24px}.divider{border:0;border-top:2px solid #d9d9d996;margin:20px 0}.detail-row{display:flex;font-size:16px;font-weight:300;justify-content:space-between;margin-bottom:15px}.detail-row span{font-weight:500}.help-box{background:#8fafcf2e;border:1px solid #1f60a0;border:1px solid var(--dark-blue-clr);border-radius:8px;display:flex;gap:15px;margin-top:80px;padding:40px 20px}.help-icon-bg{align-items:center;background:#8fafcf80;border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.help-content h5{font-size:18px;font-weight:500;line-height:1.7;margin:0 0 8px}.help-content p{color:#383838;color:var(--text-clr);font-size:16px;font-weight:300;line-height:1.7;margin:0 0 10px}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal-box .card-heading{margin-bottom:10px;text-align:center}.modal-box{background:#fff;border-radius:10px;display:flex;flex-direction:column;gap:15px;padding:30px;width:350px}.modal-box input{border:2px solid #1f60a0;border:2px solid var(--dark-blue-clr);border-radius:5px;padding:10px}.modal-box input,.modal-box input::placeholder{color:#1f60a0;color:var(--dark-blue-clr);font-family:Inter,sans-serif;font-size:14px;font-weight:500}.testimonials-section{background-color:#c8e4ff80;background-color:var(--light-blue-clr);margin-top:80px;position:relative;text-align:center}.testimonials-dots{background-image:radial-gradient(#8fafcf80 2px,#0000 2.5px);background-size:12px 12px;height:70px;position:absolute;right:0;top:-20px;width:70px;z-index:0}.testimonial-card{background:#ffffff80;border-radius:12px;box-shadow:0 8px 20px #0000000d;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-bottom:30px;padding:20px;text-align:left}.testimonial-top{align-items:center;display:flex;gap:12px;margin-bottom:15px}.testimonial-top img{border-radius:50%;height:45px;object-fit:cover;width:45px}.testimonial-info h4{color:#cb2927;color:var(--red-clr);font-size:22px;font-weight:500;margin:0}.testimonial-info p{color:#1f60a0;color:var(--dark-blue-clr);font-size:18px;font-weight:300;margin:0}.testimonial-desc{color:#383838;color:var(--text-clr);font-size:18px;font-weight:300;line-height:1.7}.swiper{padding-bottom:120px}.swiper-pagination{bottom:0!important;left:0;width:100%;z-index:5}.swiper-pagination-bullet{background:#ccc;opacity:1}.swiper-pagination-bullet-active{background:#1f60a0!important;background:var(--dark-blue-clr)!important}.cta-section{background:url(/static/media/cta-bg.87fe227e2fcd2a860592.webp) 50%/cover no-repeat;position:relative;width:100%}.cta-section:before{background:linear-gradient(180deg,#fff6,#8fafcf80 20%,#05407bf5,#0c1a47);content:"";inset:0;position:absolute;z-index:1}.cta-content{position:relative;text-align:center;z-index:2}.cta-content .section-heading,.cta-content .section-text{color:#f1f1f1}.cta-content .section-text{margin:auto auto 50px;max-width:700px}.footer{background-color:#0c1a47;color:#fff;padding-top:80px}.footer-container{display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1500px;padding:0 40px 60px}.footer-col-brand{flex:1.9 1}.footer-col-links{flex:0.8 1;margin-left:12rem}.footer-col-products{border-left:1px solid #f0f0f061;border-right:1px solid #f0f0f061;flex:1.5 1;padding:0 40px}.footer-col-contact{flex:1 1;padding-left:20px}.footer-logo{border-bottom:3px solid #cb2927;border-bottom:3px solid var(--red-clr);display:block;height:auto;margin-bottom:20px;padding-bottom:10px;width:250px}.footer .section-text{color:#f1f1f1;text-align:justify}.footer-heading{display:inline-block;font-size:20px;font-weight:500;margin-bottom:15px;margin-top:0;position:relative;text-transform:uppercase}.footer-heading:after{background:#cb2927;background:var(--red-clr);content:"";display:block;height:3px;margin-top:8px;position:absolute;width:120%}.footer-list{list-style:none;margin-top:35px;padding:0}.footer-link-item{align-items:center;color:#f1f1f1;display:flex;display:inline-block;font-size:18px;font-weight:300;margin-bottom:25px;position:relative;text-decoration:none;transition:color .3s}.footer-link-item span{color:#cb2927;color:var(--red-clr);font-weight:700;margin-right:10px}.footer-link-item:hover{color:#fff}.footer-product-item{align-items:center;display:flex;margin-bottom:20px;margin-top:35px}.footer-prod-info h6{color:#f1f1f1;display:inline-block;position:relative}.contact-item:after,.footer-link-item:after,.footer-prod-info h6:after{background:#cb2927;background:var(--red-clr);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.contact-item:hover:after,.footer-link-item:hover:after,.footer-product-item:hover h6:after{width:100%}.footer-prod-img{height:auto;margin-right:15px;width:50px}.footer-prod-info h6{font-size:18px;font-weight:600;margin:0}.footer-prod-info p{color:#f1f1f1;font-size:16px;font-weight:300;line-height:1.7;margin:5px 0 0}.contact-info{margin-top:35px}.contact-icon-img{height:auto;margin-right:15px;object-fit:contain;width:20px}.social-links{display:flex;gap:15px;margin-top:35px}.social-img{height:32px;object-fit:contain;transition:transform .3s ease,filter .3s ease;width:32px}.social-img:hover{filter:brightness(1.2);transform:translateY(-3px)}.contact-item{align-items:center;color:#f1f1f1;display:flex;display:inline-block;font-size:16px;font-weight:300;margin-bottom:20px;position:relative}.footer-bottom{background-color:#cb2927;background-color:var(--red-clr);text-align:center}.footer-bottom-container{display:flex;justify-content:space-between;margin:auto;max-width:1400px;padding:15px 40px}.footer-bottom p{color:#fff;font-size:18px;font-weight:300;margin:0}.breadcrumb{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:70vh;justify-content:center;overflow:hidden;position:relative}.breadcrumb-overlay{background:linear-gradient(90deg,#0c1a47,#05407bf5 20%,#8fafcf80 80%,#fff6);inset:0;position:absolute;z-index:1}.breadcrumb-content{align-items:center;display:flex;justify-content:center;margin-top:70px;position:relative;text-align:center;z-index:2}.breadcrumb-content h1{color:#fff;font-size:40px;font-weight:700;margin:0}.who-wrapper{align-items:center;display:flex;gap:60px}.who-left{flex:0 0 50%}.who-left .section-text{text-align:justify}.who-right{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;grid-template-rows:180px auto;margin-left:auto;position:relative}.who-img img{display:block;height:100%;object-fit:cover;width:100%;z-index:2}.img1{grid-column:1/2;height:240px}.img1,.img2{grid-row:1/2}.img2{grid-column:2/3;margin-left:-10px;margin-top:20px;max-height:150px;transform:translateY(70px);width:100%}.img3{grid-column:1/2;max-height:150px;width:85%}.img3,.img4{grid-row:2/3;margin-top:50px}.img4{grid-column:2/3;height:240px;margin-left:-50px;width:calc(100% + 50px)}.who-dots{background-image:radial-gradient(#8fafcf 2px,#0000 2.5px);background-size:14px 14px;height:80px;position:absolute;width:80px;z-index:-1!important}.who-dots-1{left:-20px;top:-30px}.who-dots-2{height:40px;right:260px;top:8%;width:40px}.who-dots-3{bottom:-20px;right:-20px}.who-dots-4{height:40px;left:210px;top:82%;width:40px}.mission-vision{text-align:center}.mission-vision-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1100px}.mission-vision-card{background:#c8e4ff80;background:var(--light-blue-clr);border-radius:12px;box-shadow:0 12px 30px #0003;margin-top:80px;padding:40px 50px}.mission-vision-icon-wrapper{align-items:center;background:#cb2927;background:var(--red-clr);border-radius:8px;box-shadow:0 12px 30px #0003;display:flex;height:70px;justify-content:center;margin:-4.5rem auto auto;width:70px}.mission-vision-icon-wrapper img{display:block;height:50px;object-fit:cover;width:50px}.about-pg .application-section{background-color:#fff}.margin-div{margin-bottom:-80px}.compare-section{text-align:center}.compare-section .section-text{font-size:16px}.table-wrapper{overflow-x:auto}.compare-section .section-heading{margin:auto auto 2rem;max-width:650px}.compare-table{background:#fff;border:1px solid #1f60a0;border:1px solid var(--dark-blue-clr);border-collapse:initial;border-radius:12px;border-spacing:0;overflow:hidden;text-align:left;width:100%}.compare-table tbody tr{cursor:pointer;transition:all .25s ease}.compare-table tbody tr:hover{background:#c8e4ff80;background:var(--light-blue-clr);box-shadow:0 8px 20px #00000014;transform:scale(1.01)}.compare-table .card-heading{color:#f1f1f1;margin-bottom:0;margin-top:0;text-align:center}.compare-table td,.compare-table th{border-bottom:1px solid #1f60a0;border-bottom:1px solid var(--dark-blue-clr);border-right:1px solid #1f60a0;border-right:1px solid var(--dark-blue-clr);padding:16px}.compare-table td:last-child,.compare-table th:last-child{border-right:none}.compare-table tr:last-child td{border-bottom:none}.feature-text{color:#f1f1f1;font-size:20px;font-weight:700;margin-bottom:0;margin-top:0;text-align:left}.compare-table th{padding:18px 16px;vertical-align:middle}.compare-table thead tr{background:#1f60a0;background:var(--dark-blue-clr);color:#fff;padding:10px}.feature-col{color:#383838;color:var(--text-clr);font-size:18px;font-weight:500;width:20%}.contact-wrapper{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1.2fr}.icon-box{align-items:center;background:#c8e4ff80;background:var(--light-blue-clr);display:flex;height:80px;justify-content:center;width:80px}.icon-box img{height:40px;width:40px}.contact-item-form{display:flex;gap:25px;margin-bottom:30px}.contact-item-form a{color:#000;font-size:18px;font-weight:500;text-decoration:none}.contact-item-form .card-heading{color:#cb2927;color:var(--red-clr);margin-bottom:0;margin-top:0}.contact-item-form .section-text{color:#1f60a0;color:var(--dark-blue-clr);margin-bottom:.5rem;margin-top:0}.contact-item-form span{color:#000;font-size:18px;font-weight:500}.contact-address .section-heading{margin-bottom:0}.contact-form-box{background:#c8e4ff26;border:1px solid #1f60a0;border:1px solid var(--dark-blue-clr);border-radius:12px;padding:30px}.icon-box-form{align-items:center;background:#c8e4ff80;background:var(--light-blue-clr);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.icon-box-form img{height:30px;width:30px}.form-header{display:flex;gap:12px;margin-bottom:20px}.form-header .card-heading{color:#cb2927;color:var(--red-clr);margin:0}.form-header .section-text{margin-top:0}.input-box{position:relative}.input-box .input-icon{align-items:center;display:flex;height:32px;justify-content:center;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:32px}.textarea-box .input-icon{top:25px;transform:none}.input-box .input-icon img{width:16px}.input-box input,.input-box select,.input-box textarea{background-color:initial;border:1px solid #b5c6d6;border-radius:6px;margin-bottom:15px;margin-top:10px;outline:none;padding:20px 10px 20px 50px;width:100%}.input-box input:focus,.input-box select:focus,.input-box textarea:focus{border:1px solid #1f60a0;border:1px solid var(--dark-blue-clr)}.input-box input::placeholder,.input-box select,.input-box textarea::placeholder{color:#b8b8b8;font-family:Inter,sans-serif;font-size:14px;font-weight:300}.textarea-box textarea{height:120px;resize:none}.form-row{display:flex;gap:15px;margin-bottom:25px}.form-group{flex:1 1}.form-group label{color:#000;font-size:16px;font-weight:300}.form-group label span{color:#cb2927;color:var(--red-clr)}.form-group.full{margin-bottom:15px;width:100%}.contact-form .btn{align-items:center;display:flex;justify-content:center;margin:auto}.map-section{margin-top:80px;width:100%}.map-wrapper{height:450px;overflow:hidden;width:100%}.map-wrapper iframe{border:0;height:100%;width:100%}.not-found-section{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin-top:80px;text-align:center}.privacy-policy-section li{color:#383838;color:var(--text-clr);font-size:18px;font-weight:300;line-height:1.7}.product-top{grid-gap:60px;align-items:stretch;display:grid;gap:60px;grid-template-columns:550px 1fr;margin:auto;max-width:1500px}.product-images-grid,.product-img-wrapper{align-items:center;display:flex;gap:10px}.product-img-wrapper{flex-direction:column;height:500px}.product-img-col{flex:1 1;flex-direction:column;gap:10px}.nav-arrow,.product-img-col{display:flex;justify-content:center}.nav-arrow{align-items:center;background:#f0f0f0;border:none;border-radius:50%;cursor:pointer;height:40px;position:relative;transition:background .3s ease;width:40px}.nav-arrow:hover{background:#c8e4ff80;background:var(--light-blue-clr);color:#fff}.arrow-v{border-bottom:3px solid #333;border-right:3px solid #333;display:inline-block;height:10px;transition:border-color .3s ease;width:10px}.arrow-v.up{margin-top:4px;transform:rotate(-135deg)}.arrow-v.down{margin-bottom:4px;transform:rotate(45deg)}.product-img-col img{border-radius:12px;height:120px;object-fit:cover;width:120px}.product-images-grid>img{border-radius:12px;box-shadow:6px 6px 12px #00000014;height:500px;width:450px}.product-btns{display:flex;gap:15px;justify-content:flex-start}.product-btns .btn{flex:0 0 auto;min-width:180px;text-align:center}.product-btns .btn-outline{color:#383838;color:var(--text-clr)}.product-btns .btn-outline:hover{color:#fff}.text-1{text-align:justify}.product-bottom{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin-top:60px}.feature-icon-row{display:flex;flex-direction:row;gap:10px}.product-feature-col{display:flex;flex-direction:column}.product-bottom .card-heading{color:#1f60a0;color:var(--dark-blue-clr);margin-top:0}.product-feature-icon{align-items:center;background:#c8e4ff80;background:var(--light-blue-clr);border-radius:50%;display:flex;flex-shrink:0;height:70px;justify-content:center;min-height:70px;min-width:70px;width:70px}.product-feature-icon img{display:block;height:30px;object-fit:cover;width:30px}.product-why-choose-section{background:#c8e4ff80;background:var(--light-blue-clr);margin:100px auto}.product-why-choose-wrapper{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:1.2fr 1fr}.product-why-choose-left,.product-why-choose-right{height:100%}.product-why-choose-wrapper .section-text{margin-top:0;text-align:justify}.product-why-choose-left{padding-right:10px}.product-why-choose-right{border-left:1px solid #3939397a;padding-left:26px}.product-why-choose-right ul{list-style:none;margin:20px 0 0;padding:0}.product-why-choose-right ul li{align-items:center;color:#383838;color:var(--text-clr);display:flex;font-size:18px;font-weight:300;gap:6px;line-height:1.7;margin-bottom:20px}.product-why-choose-right .check-circle{align-items:center;border:1.5px solid #1f60a0;border:1.5px solid var(--dark-blue-clr);border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;margin-right:12px;width:28px}.product-why-choose-right .check-icon{color:#1f60a0;color:var(--dark-blue-clr);font-size:28px;font-weight:900;line-height:1}.product-process-section{text-align:center}.process-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:50px}.process-card{border:2px solid #1f60a0;border:2px solid var(--dark-blue-clr);border-radius:12px;padding:40px 20px 20px}.process-card .section-text{text-align:justify}.process-img{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:60px}.process-img img{max-height:100%;object-fit:contain;width:auto}.heading-red{color:#cb2927;color:var(--red-clr)}.heading-black{color:#383838;color:var(--text-clr)}.heading-blue{color:#1f60a0;color:var(--dark-blue-clr)}.products-testimonials .testimonials-section{background-color:#fff;margin-bottom:80px}.product-faq-section,.products-testimonials .testimonial-card{background-color:#c8e4ff80;background-color:var(--light-blue-clr)}.product-faq-section{margin:80px auto}.faq-right .section-heading,.faq-right .section-subheading,.faq-right .section-text{text-align:right}.faq-wrapper{grid-gap:80px;align-items:flex-start;display:grid;gap:80px;grid-template-columns:1.5fr 1fr}.faq-item{border:2px solid #1f60a0;border:2px solid var(--dark-blue-clr);border-radius:12px;margin-bottom:20px;padding:20px}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.faq-question h4{font-weight:400;margin:0}.faq-icon{font-size:16px;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.whatsapp-float{align-items:center;bottom:30px;cursor:pointer;display:flex;justify-content:center;position:fixed;right:30px;z-index:9999}.whatsapp-float img{height:50px;transition:transform .3s ease;width:50px}.whatsapp-float:hover img{transform:scale(1.1)}.production-section{background:#c8e4ff80;background:var(--light-blue-clr);margin:80px auto}.production-section-wrapper{grid-gap:50px;align-items:stretch;display:grid;gap:50px;grid-template-columns:1fr 1.5fr}.production-section-video,.production-section-video-el{height:100%;position:relative}.production-section-video-el{object-fit:cover;width:100%;z-index:2}.production-section-content{text-align:left}.production-dots-1{left:-10px;top:-20px}.production-dots-2{bottom:-20px;right:-10px}.home .production-section{background:#fff;margin:0 auto}.export-top{margin:0 auto 50px;max-width:920px;text-align:center}.export-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.export-card{background:#c8e4ff80;background:var(--light-blue-clr);border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:25px 15px;position:relative;z-index:5}.export-card-header{align-items:center;display:flex;gap:15px;margin-bottom:20px}.export-icon{align-items:center;background:#b0d8ff80;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.export-icon img{width:36px}.export-card-header h4{color:#1f60a0;color:var(--dark-blue-clr);margin:0;text-transform:uppercase}.export-card-header p{margin:0}.export-image img{border-radius:12px;margin:15px 0 45px;width:100%}.export-points{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(3,1fr);text-align:center}.export-point img{width:40px}.export-point h5{color:#1f60a0;color:var(--dark-blue-clr);font-size:18px;font-weight:500;margin:10px auto 0}.export-point p{font-size:16px}.export-point{padding:0 15px;position:relative;text-align:center}.export-point:not(:last-child){border-right:.5px solid #8fafcfd9}.export-section{overflow:hidden;position:relative}.map-bg{pointer-events:none;position:absolute;z-index:0}.map-bg-left{left:0;top:10%;width:400px}.map-bg-right{bottom:10%;right:0;width:400px}.export-grid,.export-top{position:relative;z-index:1}.about-pg .application-section{margin:0 auto}.grecaptcha-badge{visibility:hidden}.footer-bottom a{color:#f5f5f5;text-decoration:none}@media (max-width:1400px){.container{padding:70px 30px;width:100%}.header-inner{padding:25px 30px}.nav{gap:28px}.breadcrumb-content h1,.hero-content h1{font-size:36px;max-width:750px}.hero-content p{font-size:20px;max-width:720px}.section-heading{font-size:30px}.privacy-policy-section li,.section-text{font-size:17px}.about-section .container{gap:0}.about-left,.about-right{flex:0 0 50%}.about-left .section-text{max-width:90%}.qualities-grid{gap:15px;margin:30px 0}.qualities-card:after{right:25px}.home-about-btns{width:70%}.why-choose-grid{gap:24px}.card-heading{font-size:19px}.product-grid{gap:24px}.product-card{padding:35px 10px}.feature-item,.product-info .section-text{font-size:15px}.application-grid{gap:24px}.calc-wrapper{gap:40px}.result-card{padding:26px}.testimonial-info h4{font-size:20px}.testimonial-desc,.testimonial-info p{font-size:16px}.footer-container{gap:30px;padding:0 30px 50px}.footer-logo{font-size:36px}.footer-col-links{margin-left:5rem}.breadcrumb{height:60vh}.who-wrapper{gap:40px}.who-right{gap:12px}.img4{margin-left:-30px;width:calc(100% + 30px)}.img3{width:90%}.mission-vision-grid{gap:40px}.mission-vision-card{margin-top:70px;padding:35px 40px}.mission-vision-icon-wrapper{height:65px;margin-top:-4rem;width:65px}.mission-vision-icon-wrapper img{height:45px;width:45px}.compare-table td,.compare-table th{padding:14px}.feature-col{font-size:17px}.contact-wrapper{gap:40px}.icon-box{height:70px;width:70px}.icon-box img{height:36px;width:36px}.map-wrapper{height:400px}.product-top{gap:40px;grid-template-columns:1fr}.product-images-grid{justify-content:center}.product-images-grid>img{max-width:520px;transform:none;width:100%}.product-img-col img{height:100px;width:100px}.product-content{text-align:center}.product-btns{flex-wrap:wrap;justify-content:center}.map-bg-left,.map-bg-right{width:300px}.export-top{max-width:800px}.export-points{gap:10px;grid-template-columns:repeat(3,1fr)}.application-section,.product-faq-section,.product-why-choose-section,.why-choose-section{margin:70px auto}.testimonials-section{margin-top:70px}.margin-div{margin-bottom:-70px}}@media (max-width:1200px){.container{padding:60px 25px}.header-inner{padding:20px 25px}.nav{gap:22px;margin-right:1rem}.dropdown-label,.nav a{font-size:16px}.logo img{height:45px}.breadcrumb-content h1,.hero-content h1{font-size:32px;line-height:1.25}.hero-content p{font-size:18px;line-height:1.6}.hero-buttons{gap:14px}.about-section .container{flex-direction:column}.about-left,.about-right{flex:100% 1;width:100%}.about-right{justify-content:center;margin:40px auto;max-width:600px;width:100%}.home-about-btns{margin:auto;width:60%}.qualities-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.qualities-card img{display:block;height:44px;width:44px}.qualities-card:after{display:none}.center-card{left:52%;top:50%;transform:translate(-50%,-50%)!important}.section-heading{font-size:28px}.center-card h4,.privacy-policy-section li,.section-text{font-size:16px}.why-choose-grid{gap:22px;grid-template-columns:repeat(3,1fr)}.why-choose-card{padding:18px}.card-heading{font-size:18px}.why-choose-icon{height:55px;width:55px}.why-choose-icon img{height:34px;width:34px}.product-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.product-card{padding:30px 12px}.product-info{padding-left:16px}.product-image{margin-left:-1rem}.application-grid{gap:22px;grid-template-columns:repeat(4,1fr)}.application-content{padding:18px 18px 26px}.calc-wrapper{display:grid;grid-template-columns:1fr}.calc-left{display:contents}.calc-left .section-heading,.calc-left .section-subheading,.calc-left .section-text{text-align:center}.calc-form{order:1;width:100%}.calc-right{order:2;width:100%}.disclaimer-bar{order:3;width:100%}.calc-left,.calc-right{width:100%}.calc-right{align-items:center;display:flex;justify-content:center}.calc-left .section-heading{max-width:100%}.input-grid{gap:16px}.input-content label{font-size:16px}.input-content input{font-size:15px}.result-title{font-size:18px}.result-value{font-size:28px}.note-special{font-size:14px}.testimonial-card{padding:18px}.testimonial-info h4{font-size:18px}.testimonial-info p{font-size:15px}.testimonial-desc{font-size:15px;line-height:1.6}.swiper{padding-bottom:100px}.footer{padding-top:50px}.footer-container{flex-wrap:wrap;gap:30px;justify-content:center;padding:0 20px 40px}.footer-col-brand{align-items:center;display:flex;flex:0 0 100%;flex-direction:column;margin-bottom:20px;order:1;text-align:center}.footer-logo{margin:0 auto 20px}.footer-col-brand .section-text{max-width:700px;text-align:center}.footer-col-contact,.footer-col-links,.footer-col-products{flex:0 1 300px;margin-left:0!important;min-width:250px;order:2;padding:0 20px}.footer-col-products{border-left:1px solid #f0f0f030;border-right:1px solid #f0f0f030}.footer-col-contact{padding-left:15px}.footer-heading:after{left:0}.compare-table td,.compare-table th{padding:12px}.compare-section .section-heading{max-width:600px}.feature-text{font-size:18px}.compare-table .card-heading{font-size:17px}.contact-wrapper{gap:30px;grid-template-columns:1fr}.contact-item-form{gap:20px}.contact-item-form span{font-size:16px}.contact-form-box{padding:25px}.product-top{gap:40px;grid-template-columns:1fr}.product-images-grid{justify-content:center}.product-images-grid>img{max-width:490px;transform:none;width:100%}.product-img-col img{height:100px;width:100px}.product-content{text-align:center}.product-btns{flex-wrap:wrap;justify-content:center}.product-bottom{gap:50px;grid-template-columns:repeat(2,1fr)}.product-why-choose-wrapper{gap:30px;grid-template-columns:1fr 1fr}.process-grid{gap:30px;grid-template-columns:repeat(2,1fr)}.process-img{height:180px;margin-bottom:40px}.faq-wrapper{gap:50px}.whatsapp-float img{height:40px;width:40px}.production-section-wrapper{gap:40px;grid-template-columns:1fr 1fr}.export-grid{gap:20px;grid-template-columns:1fr}.export-card{padding:20px 12px}.export-point h5{font-size:16px}.export-point p{font-size:14px}.application-section,.product-faq-section,.product-why-choose-section,.why-choose-section{margin:60px auto}.testimonials-section{margin-top:60px}.margin-div{margin-bottom:-60px}.footer-bottom-container{flex-direction:column;line-height:1.6}}@media (max-width:992px){.container{padding:50px 20px}.header-inner{padding:18px 20px}.main-header .btn-primary,.nav{display:none}.hamburger{display:flex}.logo img{height:42px}.hero-section{min-height:650px}.breadcrumb-content h1,.hero-content{font-size:28px;max-width:600px}.hero-content p{font-size:17px;max-width:580px}.hero-buttons{flex-wrap:wrap;gap:12px}.about-section .container{flex-direction:column}.about-left,.about-right{flex:100% 1;width:100%}.about-left .section-text{max-width:none;text-align:justify}.about-right{justify-content:center;margin:40px auto;max-width:600px;width:100%}.home-about-btns{width:100%}.qualities-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.qualities-card:after{display:none}.center-card{left:53%;top:50%;transform:translate(-50%,-50%)!important}.why-choose-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.application-section,.product-faq-section,.product-why-choose-section,.why-choose-section{margin:50px auto}.why-choose-card{padding:18px}.card-heading{font-size:17px}.why-choose-icon{height:50px;width:50px}.why-choose-icon img{height:30px;width:30px}.product-grid{gap:22px;grid-template-columns:1fr}.product-card{flex-direction:column;margin:auto;max-width:600px;padding:28px 16px;text-align:center;width:100%}.product-image{margin-left:0;max-width:220px}.product-info{margin-top:16px;padding-left:0}.application-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.application-section .section-text{max-width:600px}.calc-wrapper{flex-direction:column}.calc-left,.calc-right{width:100%}.calc-right{align-items:center;display:flex;justify-content:center}.input-grid{grid-template-columns:1fr}.result-card{margin-top:20px}.help-box{margin-top:40px}.margin-div{margin-bottom:-60px}.testimonials-section{margin-top:50px}.testimonial-card{padding:18px}.testimonial-info h4{font-size:17px}.testimonial-desc,.testimonial-info p{font-size:14px}.swiper{padding-bottom:90px}.footer{padding-top:40px}.footer-container{flex-wrap:wrap;gap:20px;justify-content:center;padding:0 20px 30px}.footer-col-brand{align-items:center;display:flex;flex:0 0 100%;flex-direction:column;margin-bottom:25px;text-align:center}.footer-logo{margin-bottom:15px;width:200px}.footer-col-brand .section-text{font-size:15px;margin:0 auto;max-width:600px}.footer-col-contact,.footer-col-links,.footer-col-products{flex:1 1 220px;margin-left:0!important;min-width:200px;padding:0 10px}.footer-heading{font-size:17px;margin-bottom:10px}.contact-info,.footer-list,.social-links{margin-top:20px}.footer-link-item{font-size:16px;margin-bottom:12px}.footer-product-item{margin-bottom:10px;margin-top:15px}.footer-prod-info p{font-size:14px}.footer-col-products{border-left:1px solid #f0f0f030;border-right:1px solid #f0f0f030}.contact-item{font-size:15px;margin-bottom:10px}.social-links{margin-top:20px}.social-img{height:28px;width:28px}.breadcrumb{height:50vh}.who-wrapper{align-items:center;flex-direction:column;gap:50px}.who-left{flex:100% 1}.who-left,.who-left .section-text{text-align:center}.who-right{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;margin:auto;max-width:600px;width:100%}.about-dots,.who-dots{display:none}.img2,.img3,.img4{height:auto;margin:0;transform:none;width:100%}.img2{margin-top:90px}.img3,.img4{margin-top:0}.breadcrumb-content{margin-top:40px}.mission-vision-grid{gap:50px;grid-template-columns:1fr}.mission-vision-card{margin:60px auto 0;max-width:600px;padding:30px}.mission-vision-icon-wrapper{margin-top:-3.5rem}.table-wrapper{overflow-x:auto}.compare-table{min-width:820px}.compare-table td,.compare-table th{font-size:15px;padding:11px}.feature-col{font-size:16px;width:22%}.feature-text{font-size:17px}.contact-wrapper{grid-template-columns:1fr}.contact-left{order:1}.contact-form-box{order:2}.icon-box{height:60px;width:60px}.icon-box img{height:30px;width:30px}.map-section{margin-top:60px}.map-wrapper{height:350px}.product-img-wrapper{align-items:center;display:flex!important;flex-direction:row!important;gap:15px;height:auto!important;justify-content:center;margin-bottom:20px;width:100%}.product-img-col{flex:0 1 auto;flex-direction:row}.nav-arrow{display:none}.product-img-col img{height:90px;width:90px}.product-images-grid{align-items:center;display:flex;flex-direction:column-reverse;gap:20px;min-height:550px}.product-images-grid>img{height:100%;max-width:370px;transform:translateX(0)}.product-bottom{gap:30px;grid-template-columns:repeat(2,1fr)}.product-why-choose-wrapper{gap:30px;grid-template-columns:1fr}.product-why-choose-left{padding-right:0;text-align:center}.product-why-choose-right{border-left:none;margin:auto;max-width:600px;padding-left:0}.product-why-choose-right ul{margin-top:10px}.process-grid{gap:25px}.process-card{padding:30px 20px 20px}.process-img{height:160px}.faq-wrapper{gap:40px;grid-template-columns:1fr}.faq-right{order:-1}.faq-right,.faq-right .section-heading,.faq-right .section-subheading,.faq-right .section-text{text-align:center}.production-section-wrapper{display:flex;flex-direction:column;gap:30px}.production-section-content,.production-section-video{display:contents}.production-section-content .section-subheading{margin-bottom:-30px;order:1}.production-section-content .section-heading{margin-bottom:0;order:2}.production-section-video-el{border-radius:8px;height:400px;object-fit:cover;order:3;width:100%}.production-section-content .section-text{margin-bottom:15px;order:4}.production-section-content{text-align:center}.export-grid{grid-template-columns:1fr}.export-card{padding:25px 20px}.export-points{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.export-point:nth-child(3){grid-column:1/-1;justify-self:center;max-width:350px}.export-point:not(:last-child){border-right:none}.export-point:first-child{border-right:.5px solid #8fafcfd9;padding-right:30px}.production-section-content :nth-child(4){margin-top:-30px}.production-section-content .section-heading,.production-section-content .section-subheading{text-align:center}}@media (max-width:768px){.container{padding:40px 16px}.header-inner{padding:16px}.logo img{height:38px}.sidebar{padding:18px;width:250px}.sidebar-links a{font-size:16px;margin:12px 0}.hero-section{min-height:600px}.breadcrumb-content h1,.hero-content h1{font-size:24px;line-height:1.3}.hero-content p{font-size:16px;line-height:1.5;margin-bottom:22px}.btn,.hero-buttons .btn{width:100%}.btn{margin:auto;max-width:350px}.section-subheading{font-size:18px}.section-heading{font-size:24px}.privacy-policy-section li,.section-text{font-size:15px}.qualities-grid{grid-template-columns:1fr}.qualities-card img{display:block;height:40px;width:40px}.qualities-card{justify-content:flex-start}.home-about-btns{flex-direction:row;gap:12px}.home-about-btns .btn{width:100%}.about-right{align-items:center;display:flex;justify-content:center}.about-dots,.about-img-col,.center-card{display:none}.testimonials-section{margin-top:40px}.margin-div{margin-bottom:-40px}.application-section,.product-why-choose-section,.why-choose-section{margin:40px auto}.why-choose-grid{gap:18px;grid-template-columns:1fr 1fr}.why-choose-section{margin:50px auto}.why-choose-card{padding:16px;text-align:center}.why-choose-icon{margin:0 auto 10px}.card-heading{font-size:16px}.why-choose-dots{display:none}.product-grid{gap:20px;margin-top:40px}.product-card{margin:auto;max-width:500px;padding:24px 14px;width:100%}.feature-item,.product-info .section-text{font-size:14px}.product-image{max-width:180px}.view-details{font-size:15px}.product-dots{display:none}.application-grid{gap:18px;grid-template-columns:repeat(2,1fr)}.application-section .section-text{font-size:15px;max-width:100%}.application-content{padding:16px 16px 22px}.calc-wrapper{gap:24px}.input-card{padding:12px 16px}.input-icon{height:22px;width:22px}.input-content label{font-size:15px}.calc-btn,.input-content input{font-size:14px}.calc-btn{display:flex;justify-content:center;margin-bottom:20px;width:100%}.disclaimer-bar{font-size:14px;padding:12px}.result-card{padding:22px}.result-value{font-size:24px}.detail-row{font-size:14px}.help-box{align-items:flex-start;flex-direction:column;margin-top:30px;padding:20px}.help-content h5{font-size:16px}.help-content p{font-size:14px}.testimonial-card{padding:16px;text-align:center}.testimonial-top{align-items:center;flex-direction:column;gap:8px}.testimonial-info h4{font-size:16px}.testimonial-info p{font-size:13px}.testimonial-desc{font-size:13px;line-height:1.5}.swiper{padding-bottom:80px}.testimonials-dots{display:none}.cta-content .section-text{max-width:100%}.cta-content .btn{font-size:14px;padding:10px 18px}.footer{padding-top:40px}.footer-container{align-items:flex-start;flex-direction:column;gap:35px;padding:0 25px 40px}.footer-col-brand{align-items:flex-start;flex:1 1 auto;text-align:left}.footer-logo{margin:0 0 20px;width:180px}.footer-col-brand .section-text{margin:0;text-align:left}.footer-col-contact,.footer-col-links,.footer-col-products{border:none;margin:0;padding:0;width:100%}.footer-heading{margin-bottom:15px}.footer-heading:after{left:0;transform:none}.contact-info,.footer-list,.social-links{align-items:flex-start;display:flex;flex-direction:column;margin-top:25px}.footer-product-item{justify-content:flex-start;margin-top:20px}.social-links{flex-direction:row;gap:15px}.footer-bottom p{font-size:16px}.breadcrumb{height:45vh}.breadcrumb-content{margin-top:20px;padding:0 15px}.who-right{gap:15px;grid-template-columns:1fr}.mission-vision-grid{gap:40px}.mission-vision-card{margin-top:50px;padding:25px 20px}.mission-vision-icon-wrapper{height:55px;margin-top:-3rem;width:55px}.mission-vision-icon-wrapper img{height:38px;width:38px}.compare-table{min-width:760px}.compare-table td,.compare-table th{font-size:14px;padding:10px 8px}.compare-table .card-heading,.feature-col{font-size:15px}.feature-text{font-size:16px}.form-row{flex-direction:column;gap:10px}.contact-item-form{align-items:flex-start;flex-direction:row}.contact-item-form span{font-size:15px}.form-group label{font-size:14px}.input-box input,.input-box select,.input-box textarea{padding:16px 10px 16px 45px}.textarea-box textarea{height:100px}.map-wrapper{height:300px}.product-images-grid>img{height:100%;max-width:360px}.product-img-col img{height:80px;width:80px}.product-btns .btn{min-width:150px}.product-bottom{gap:25px}.product-why-choose-right ul li{font-size:16px}.product-why-choose-right .check-circle{height:24px;width:24px}.product-why-choose-right .check-icon{font-size:18px}.process-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.process-img{height:140px;margin-bottom:30px}.process-card .section-text{text-align:left}.product-faq-section{margin:40px auto}.faq-item{padding:18px}.faq-icon{font-size:14px}.whatsapp-float img{height:30px;width:30px}.whatsapp-float{bottom:10px;position:fixed;right:10px}.production-section{margin:60px auto}.production-section-video-el{height:auto;max-height:350px;object-fit:cover}.export-top{margin-bottom:40px}.export-card-header{align-items:flex-start;flex-direction:column}.export-icon{height:50px;width:50px}.export-image img{margin:10px 0 30px}}@media (max-width:576px){.container{padding:30px 14px}.header-inner{border-radius:8px;padding:14px}.logo img{height:34px}.hamburger span{height:2.5px;width:22px}.sidebar{width:80%}.sidebar-header img{height:40px}.sidebar-links a{font-size:15px;margin:12px 0}.contact-item{font-size:14px}.social-links{gap:12px}.hero-section{min-height:550px}.hero-content{padding:0 10px}.breadcrumb-content h1,.hero-content h1{font-size:20px;line-height:1.35}.hero-content p{font-size:14px;line-height:1.5;margin-bottom:18px}.hero-buttons .btn{font-size:14px;padding:10px 0}.section-heading{font-size:20px}.privacy-policy-section li,.section-text{font-size:14px}.section-subheading{font-size:16px}.about-img-col{grid-template-columns:1fr}.center-card{max-width:130px;padding:12px}.center-card h4{font-size:14px}.home-about-btns{flex-direction:column;gap:12px}.why-choose-section{margin:30px auto}.why-choose-grid{gap:18px;grid-template-columns:1fr}.why-choose-card{padding:14px}.card-heading{font-size:15px}.why-choose-icon{height:45px;width:45px}.why-choose-icon img{height:26px;width:26px}.product-card{padding:20px 12px}.product-image{max-width:150px}.feature-item,.product-info .section-text{font-size:13px}.view-details{font-size:14px}.check-circle{height:18px;width:18px}.check-icon{font-size:14px}.application-grid{gap:16px;grid-template-columns:1fr}.application-content{padding:14px 14px 20px}.calc-wrapper{gap:20px}.input-card{padding:10px 14px}.input-icon{height:20px;width:20px}.input-content label{font-size:14px}.input-content input{font-size:13px}.result-card{padding:18px}.result-title{font-size:16px}.result-value{font-size:20px}.bag-icon-circle{height:40px;width:40px}.bag-icon-circle img{width:20px}.help-box{padding:16px}.help-content h5{font-size:15px}.help-content p{font-size:13px}.testimonials-section{margin-top:30px}.testimonial-card{padding:14px}.testimonial-info h4{font-size:15px}.testimonial-desc,.testimonial-info p{font-size:12px}.testimonial-top img{height:40px;width:40px}.swiper{padding-bottom:70px}.cta-content .btn{font-size:13px;padding:9px 16px}.footer-container{padding:0 16px 30px}.footer-logo{font-size:26px}.footer-heading{font-size:18px}.footer-link-item{font-size:14px}.footer-prod-info h6{font-size:15px}.footer-prod-info p{font-size:13px}.social-img{height:28px;width:28px}.contact-item{font-size:13px}.footer-bottom p{font-size:14px}.breadcrumb{height:40vh}.who-wrapper{flex-direction:column;gap:30px}.who-left,.who-right{flex:100% 1;width:100%}.who-right{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr;grid-template-rows:auto}.img1,.img2,.img3,.img4{grid-column:auto!important;grid-row:auto!important;height:200px;margin:0!important;max-height:none!important;transform:none!important;width:100%!important}.who-img{height:200px;overflow:hidden;width:100%}.who-img img{height:100%;object-fit:cover;width:100%}.who-dots{display:none}.mission-vision-grid{gap:30px}.mission-vision-card{margin-top:40px;padding:20px 15px}.mission-vision-icon-wrapper{height:50px;margin-top:-2.5rem;width:50px}.mission-vision-icon-wrapper img{height:32px;width:32px}.compare-table{min-width:650px}.compare-table td,.compare-table th{font-size:13px;padding:8px 6px}.compare-table .card-heading,.feature-col{font-size:14px}.feature-text{font-size:15px}.contact-wrapper{gap:25px}.contact-item-form{gap:15px;margin-bottom:20px}.icon-box{height:50px;width:50px}.icon-box img{height:24px;width:24px}.icon-box-form{height:50px;width:50px}.icon-box-form img{height:24px;width:24px}.form-header{align-items:flex-start}.form-header .card-heading{font-size:18px}.input-box input,.input-box select,.input-box textarea{font-size:13px;padding:14px 10px 14px 42px}.input-box .input-icon{height:26px;left:8px;width:26px}.input-box .input-icon img{width:14px}.textarea-box .input-icon{top:18px}.form-group label{font-size:13px}.contact-form .btn{width:100%}.map-section{margin-top:50px}.map-wrapper{height:250px}.product-top{gap:30px}.product-images-grid{gap:15px}.product-img-col{gap:10px}.product-img-col img{height:70px;width:70px}.product-images-grid>img{display:block;height:100%;margin:0 auto;max-width:330px;width:100%}.product-btns{flex-direction:column;width:100%}.product-btns .btn{width:100%}.product-bottom{gap:20px;grid-template-columns:1fr}.feature-icon-row{align-items:flex-start}.product-feature-icon{height:60px;width:60px}.product-feature-icon img{height:25px;width:25px}.product-why-choose-section{margin:30px auto}.product-why-choose-wrapper{gap:25px}.product-why-choose-right ul li{align-items:flex-start;font-size:14px;gap:10px;line-height:1.6}.product-why-choose-right .check-circle{margin-top:4px}.process-grid{gap:20px;grid-template-columns:1fr;margin-top:30px}.process-img{height:130px;margin-bottom:25px}.product-faq-section{margin:30px auto}.faq-wrapper{gap:30px}.faq-item{border-radius:10px;padding:15px}.faq-question{align-items:flex-start;gap:10px}.application-section,.production-section{margin:30px auto}.margin-div{margin-bottom:-30px}.production-section-wrapper{gap:30px}.production-section-video-el{max-height:250px}.production-section-content{text-align:left}.production-section-content :nth-child(4){margin-top:-30px}.production-section .section-text,.who-left .section-text{text-align:justify}.export-points{grid-template-columns:1fr}.export-point{border-bottom:.5px solid #8fafcfd9;border-right:none!important;padding:10px 0}.export-point:first-child{padding-right:0}.export-point:last-child{border-bottom:none}.map-bg-left,.map-bg-right{display:none}.modal-box{width:90%}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-cyrillic-ext-300-normal.fefc551b7396b899b5ee.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-300-normal.bb744e52181efeb1e20a.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-cyrillic-300-normal.444fc46382ddebf9206b.woff2) format("woff2"),url(/static/media/inter-cyrillic-300-normal.4303dad54c0440af6b9d.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-greek-ext-300-normal.544089023996bb0a2e03.woff2) format("woff2"),url(/static/media/inter-greek-ext-300-normal.11f7f5fefca8b9a10797.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-greek-300-normal.36c1e0d5e770cc6a3971.woff2) format("woff2"),url(/static/media/inter-greek-300-normal.45fe2c6dbf7f7b48c190.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-vietnamese-300-normal.2a4055b17286ecdd503d.woff2) format("woff2"),url(/static/media/inter-vietnamese-300-normal.364184c9994e78d1ec87.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-latin-ext-300-normal.c339d02bc1066c5eb0eb.woff2) format("woff2"),url(/static/media/inter-latin-ext-300-normal.8eeafc82bf1e3850a262.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/inter-latin-300-normal.eb229bb9406cc043d5a4.woff2) format("woff2"),url(/static/media/inter-latin-300-normal.07e0e0017a987f6c727e.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-ext-400-normal.39fbf8d2c4abc46f721f.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-400-normal.818b84180553acc613f3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-400-normal.89455522650c3fb3654c.woff2) format("woff2"),url(/static/media/inter-cyrillic-400-normal.dd21c71421d58232ef03.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-ext-400-normal.f2ef63e732b18d636044.woff2) format("woff2"),url(/static/media/inter-greek-ext-400-normal.fc80974ec6969ee03fd2.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-400-normal.e685387f69602567b1da.woff2) format("woff2"),url(/static/media/inter-greek-400-normal.b412faded087fbcfa4ff.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-vietnamese-400-normal.44c9df135eec470b0ab6.woff2) format("woff2"),url(/static/media/inter-vietnamese-400-normal.aaa15d735e3826061950.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-ext-400-normal.210fb826cb25acbd4094.woff2) format("woff2"),url(/static/media/inter-latin-ext-400-normal.c616205185f0d3677df9.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-400-normal.eca1e21531598d5db58f.woff2) format("woff2"),url(/static/media/inter-latin-400-normal.2ea1079c0069eb040a52.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-ext-500-normal.b2740f247d3be4a05ca0.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-500-normal.e9974e820735012b025b.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-500-normal.33a76a7cbcfcb7076534.woff2) format("woff2"),url(/static/media/inter-cyrillic-500-normal.72f7a9db87626ca30c76.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-ext-500-normal.4c6d520b97e3bb4ef613.woff2) format("woff2"),url(/static/media/inter-greek-ext-500-normal.47cc2391a7edf82cf4e1.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-500-normal.e7cec4ef4f6780e90a52.woff2) format("woff2"),url(/static/media/inter-greek-500-normal.6d34bacda2be54829b97.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-vietnamese-500-normal.63d02ea896a7406849b6.woff2) format("woff2"),url(/static/media/inter-vietnamese-500-normal.296d66c0bba9086788b9.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-ext-500-normal.cdb4dd5dc508fe6e7398.woff2) format("woff2"),url(/static/media/inter-latin-ext-500-normal.2f93aaa35e870cec4704.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-500-normal.b7c27c60f848f2083f45.woff2) format("woff2"),url(/static/media/inter-latin-500-normal.5014db633e71a7741bf5.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-cyrillic-ext-600-normal.8c6413cdd8004fde0a19.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-600-normal.d6d44e8705a633436dfe.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-cyrillic-600-normal.fdee7b66c2d88216b75f.woff2) format("woff2"),url(/static/media/inter-cyrillic-600-normal.8609e1b95284125f21cb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-greek-ext-600-normal.c3c138d889b8c929822c.woff2) format("woff2"),url(/static/media/inter-greek-ext-600-normal.c7983dac0ad6a359aef0.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-greek-600-normal.984050ecee12eabe9366.woff2) format("woff2"),url(/static/media/inter-greek-600-normal.d8b0044cf6afdd52b07b.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-vietnamese-600-normal.6984cf5e8583fac83be3.woff2) format("woff2"),url(/static/media/inter-vietnamese-600-normal.04bb56ffa463ab55708d.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-latin-ext-600-normal.8148c3ae14dfaefc62ca.woff2) format("woff2"),url(/static/media/inter-latin-ext-600-normal.4d0d5017d71ea1750fc1.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-latin-600-normal.69a8d1d484967aba2389.woff2) format("woff2"),url(/static/media/inter-latin-600-normal.f10265da6bd8d66999ac.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-ext-700-normal.b0c28c6752a13fa5abaf.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-700-normal.43f6f7e8a4205f05e58c.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-cyrillic-700-normal.533055ff3700190d8dfa.woff2) format("woff2"),url(/static/media/inter-cyrillic-700-normal.9f2de06ca9a7c8458434.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-ext-700-normal.c9429f4b77b1f85e999d.woff2) format("woff2"),url(/static/media/inter-greek-ext-700-normal.0f8675bdd7f3fe3a3dba.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-greek-700-normal.3f04511ca7c0cea0cc2f.woff2) format("woff2"),url(/static/media/inter-greek-700-normal.8b95c1e2b193d0541864.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-vietnamese-700-normal.d1c85cabbe96efcaeb68.woff2) format("woff2"),url(/static/media/inter-vietnamese-700-normal.05b640f829d1ac5ff29d.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-ext-700-normal.bc59219ed344909a4f53.woff2) format("woff2"),url(/static/media/inter-latin-ext-700-normal.d4a91814dd3f1e022ab1.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/inter-latin-700-normal.1104236696a5d2d1f236.woff2) format("woff2"),url(/static/media/inter-latin-700-normal.c73ae7252669254d2588.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.7047f694.css.map*/