html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.product-detail_features {
 padding: 14rem 0px 14.5rem;
 background-color: rgb(249, 249, 249);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product-detail_features {
 padding: 50px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.product-detail_features .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.product-detail_features .head {
 margin-bottom: 30px;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
.product-detail_features .head .subtitle {
 }
.product-detail_features .head .subtitle::before {
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.subtitle {
 font-size: 12px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.syedittext h2 {
 font-size: 5rem;
 color: var(--title);
 text-transform: uppercase;
 line-height: 1.2;
 margin: 0px;
 }
.product-detail_features .head h2 {
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
@media screen and (max-width: 768px){
.product-detail_features .head h2 {
 font-size: 3rem;
 }}
@media screen and (max-width: 576px){
.product-detail_features .head h2, .product-detail_applications .head h2, .product-detail_faq .head h2 {
 font-size: 2.6rem;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.wrap {
 flex-wrap: wrap;
 }
.product-detail_features_grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 3.5rem;
 }
@media screen and (max-width: 768px){
.product-detail_features_grid {
 display: flex;
 gap: 20px;
 flex-flow: row;
 overflow: auto;
 }}
.product-detail_features_grid .feature-card {
 border: 1px solid rgb(236, 237, 241);
 background: rgb(255, 255, 255);
 padding: 4rem;
 border-radius: 0.8rem;
 transition: 0.3s;
 }
.product-detail_features_grid .feature-card:hover {
 transform: translateY(-0.4rem);
 box-shadow: rgba(0, 0, 0, 0.08) 0px 1rem 3rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.product-detail_features_grid .feature-card {
 flex: 0 0 calc(50% - 1.2rem);
 }}
@media screen and (max-width: 768px){
.product-detail_features_grid .feature-card {
 flex: unset;
 min-width: 250px;
 }}
@media screen and (max-width: 576px){
.product-detail_features_grid .feature-card {
 padding: 20px;
 }}
.product-detail_features_grid .feature-card:hover .feature-number {
 color: var(--primary);
 }
.product-detail_features_grid .feature-card .feature-number {
 display: block;
 font-size: 4.5rem;
 font-weight: 700;
 color: rgba(200, 16, 46, 0.24);
 margin-bottom: 1.6rem;
 line-height: 1;
 }
@media screen and (max-width: 576px){
.product-detail_features_grid .feature-card .feature-number {
 font-size: 20px;
 margin-bottom: 10px;
 }}
.product-detail_features_grid .feature-card h3 {
 font-size: 2rem;
 font-weight: 700;
 color: var(--title);
 margin-bottom: 2.5rem;
 letter-spacing: 0.02em;
 text-transform: uppercase;
 }
@media screen and (max-width: 576px){
.product-detail_features_grid .feature-card h3 {
 font-size: 15px;
 line-height: 1.5;
 margin-bottom: 10px;
 }}
.product-detail_features_grid .feature-card p {
 font-size: 1.6rem;
 color: rgb(119, 119, 119);
 line-height: 2.8rem;
 font-weight: 500;
 }
@media screen and (max-width: 576px){
.product-detail_features_grid .feature-card p {
 font-size: 14px;
 line-height: 1.5;
 }}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
--h, 56.25%:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_applications {
 background: rgb(249, 249, 249);
 padding: 14.2rem 0px 17.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_applications {
 padding: 6rem 0px;
 }}
@media screen and (max-width: 768px){
.home_applications {
 padding: 40px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.home_applications_head {
 margin-bottom: 4rem;
 }
@media screen and (max-width: 768px){
.home_applications_head {
 margin-bottom: 20px;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
.home_applications_head .subtitle {
 margin-bottom: 0.2rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.subtitle {
 font-size: 12px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.wrap {
 flex-wrap: wrap;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_applications_head .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
@media screen and (max-width: 768px){
.home_applications_head .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.home_applications_head h2 {
 font-size: 5rem;
 font-weight: 800;
 color: var(--title);
 text-transform: uppercase;
 margin: 0px;
 flex: 0 0 45%;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_applications_head h2 {
 flex: 0 0 100%;
 margin-bottom: 1.2rem;
 }}
@media screen and (max-width: 768px){
.home_applications_head h2 {
 flex: 0 0 100%;
 font-size: 2.4rem;
 margin-bottom: 1.2rem;
 }}
.home_applications_head .desc {
 font-size: 1.8rem;
 color: rgb(107, 110, 120);
 line-height: 2.6rem;
 max-width: 51.2rem;
 margin: 0px;
 flex: 0 0 50%;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_applications_head .desc {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.home_applications_head .desc {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.home_applications_head .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
.gap {
 gap: 3rem;
 }
.home_applications_grid {
 margin-top: 0px;
 flex-wrap: nowrap;
 gap: 2.1rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_applications_grid {
 gap: 20px;
 overflow: auto;
 }}
.app_card.active {
 flex: 2 1 0%;
 }
.app_card {
 flex: 1 1 0%;
 min-width: 0px;
 border-radius: 6px;
 overflow: hidden;
 position: relative;
 transition: 0.3s;
 }
.app_card::before {
 content: "";
 width: 100%;
 height: 80%;
 background: linear-gradient(to top, rgb(11, 26, 46), rgba(11, 26, 46, 0));
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 9;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.app_card {
 flex: 0 0 calc(50% - 1.5rem);
 }}
@media screen and (max-width: 768px){
.app_card, .app_card.active {
 min-width: 250px;
 flex: unset !important;
 }}
@media screen and (max-width: 576px){
.app_card {
 flex: 0 0 100%;
 }}
.img_aba {
 position: relative;
 width: 100%;
 overflow: hidden;
 }
.img_aba::before {
 content: "";
 display: block;
 padding-top: var(--h, 56.25%);
 }
.app_card .img {
 width: 100%;
 position: relative;
 overflow: hidden;
 border-radius: 8px;
 height: 45.2rem;
 }
@media screen and (max-width: 768px){
.app_card .img {
 height: 300px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_aba img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.img_cv img {
 object-fit: cover;
 }
.app_card .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.5s;
 }
.app_card:hover .img img {
 transform: scale(1.06);
 }
.app_overlay {
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 3.6rem 3.3rem;
 color: rgb(255, 255, 255);
 z-index: 15;
 }
@media screen and (max-width: 768px){
.app_overlay {
 padding: 20px;
 }}
.app_overlay h3 {
 font-size: 2.4rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 margin: 0px 0px 0.6rem;
 }
@media screen and (max-width: 768px){
.app_overlay h3 {
 font-size: 17px;
 }}
.active .app_overlay p {
 opacity: 1;
 position: relative;
 }
.app_overlay p {
 font-size: 1.6rem;
 font-weight: 300;
 color: rgba(255, 255, 255, 0.85);
 line-height: 1.5;
 margin: 0px;
 position: absolute;
 opacity: 0;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.app_overlay p {
 font-size: 13px;
 line-height: 1.5;
 }}
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.product-detail_faq {
 padding: 14rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product-detail_faq {
 padding: 6rem 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.product-detail_faq .head {
 margin-bottom: 5rem;
 }
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
.product-detail_faq .head .subtitle {
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.subtitle {
 font-size: 12px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.syedittext h2 {
 font-size: 5rem;
 color: var(--title);
 text-transform: uppercase;
 line-height: 1.2;
 margin: 0px;
 }
.product-detail_faq .head h2 {
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
@media screen and (max-width: 768px){
.product-detail_faq .head h2 {
 font-size: 3rem;
 }}
@media screen and (max-width: 576px){
.product-detail_features .head h2, .product-detail_applications .head h2, .product-detail_faq .head h2 {
 font-size: 2.6rem;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.wrap {
 flex-wrap: wrap;
 }
.product-detail_faq_grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 2.6rem 10.8rem;
 }
@media screen and (max-width: 768px){
.product-detail_faq_grid {
 gap: 20px;
 grid-template-columns: 1fr;
 }}
.product-detail_faq_grid .faq-item {
 display: flex;
 gap: 1.5rem;
 align-items: flex-start;
 padding-bottom: 2.3rem;
 border-bottom: 1px solid rgb(242, 242, 242);
 }
.product-detail_faq_grid .faq-item .faq-badge {
 flex-shrink: 0;
 font-family: Oswald, sans-serif;
 width: 3rem;
 height: 3rem;
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.7rem;
 font-weight: 600;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 0.4rem;
 }
@media screen and (max-width: 768px){
.product-detail_faq_grid .faq-item .faq-badge {
 width: 25px;
 height: 25px;
 font-size: 13px;
 }}
.product-detail_faq_grid .faq-item .faq-content h3 {
 font-size: 2rem;
 font-weight: 700;
 color: var(--title);
 margin-bottom: 0.8rem;
 line-height: 1.4;
 text-transform: uppercase;
 }
@media screen and (max-width: 768px){
.product-detail_faq_grid .faq-item .faq-content h3 {
 font-size: 15px;
 line-height: 1.5;
 }}
.product-detail_faq_grid .faq-item .faq-content p {
 font-size: 1.5rem;
 color: rgb(119, 119, 119);
 line-height: 2.4rem;
 }
@media screen and (max-width: 768px){
.product-detail_faq_grid .faq-item .faq-content p {
 font-size: 14px;
 line-height: 1.5;
 }}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
 transition-delay: 0.4s;
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}