html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--primary:#9cd34f;
--title:#0a162d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_documents {
 padding: 1.4rem 0px 15.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product_documents {
 padding: 30px 0px 50px;
 }}
.swiper_box {
 position: relative;
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
.swiper_content {
 max-width: 163rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.swiper_content {
 padding: 1.5rem 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 30px;
 }}
@media screen and (max-width: 576px){
.swiper_content {
 padding: 10px 20px;
 }}
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.product_documents .product_documents_swiper .active .item {
 box-shadow: rgba(193, 202, 209, 0.15) 0px 1.5rem 1rem;
 background-color: rgb(255, 255, 255);
 }
.product_documents .product_documents_swiper .active .item::after {
 opacity: 1;
 }
.product_documents .item {
 position: relative;
 transition: 0.3s;
 border-radius: 1.1rem;
 height: 100%;
 border: 1px solid rgb(218, 222, 225);
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 gap: 1.4rem;
 padding: 2.6rem 2rem;
 }
.product_documents .item::after {
 width: calc(100% - 2px);
 height: calc(100% - 2px);
 position: absolute;
 left: -1px;
 top: -1px;
 content: "";
 border-radius: 1.1rem;
 border: 2px solid var(--primary);
 transition: 0.3s;
 pointer-events: none;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.product_documents .item {
 border-radius: 10px;
 padding: 20px;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
.product_documents .item::after {
 border-radius: 10px;
 }}
.product_documents .item .cat {
 display: inline-block;
 font-weight: 500;
 text-align: center;
 background-color: var(--primary);
 border-radius: 100px;
 line-height: 3.1rem;
 padding: 0px 1.8rem;
 }
@media screen and (max-width: 768px){
.product_documents .item .cat {
 line-height: 2;
 padding: 0px 14px;
 }}
.product_documents .item .title {
 font-size: 2.4rem;
 font-weight: 500;
 color: rgb(0, 0, 0);
 margin-bottom: auto;
 }
@media screen and (max-width: 768px){
.product_documents .item .title {
 font-size: 18px;
 }}
i, em {
 font-style: normal;
 }
.btn_download {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid rgba(22, 22, 22, 0.5);
 width: 5.3rem;
 }
.btn_download::after {
 padding-bottom: 100%;
 display: block;
 content: "";
 background: url("https://matismart.com/wp-content/plugins/sytech-fronteditor/sytpl/product_1/assets/img/icon-download.svg") center center / 29% no-repeat;
 transition: 0.3s;
 }
.btn_download:hover {
 background-color: var(--primary);
 border-color: var(--primary);
 transform: scale(1.1);
 }
.product_documents .product_documents_swiper .active .item .btn_download {
 background-color: var(--primary);
 border-color: var(--primary);
 }
.product_documents .item .btn_download {
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.btn_circle, .btn_add, .btn_download {
 width: 40px;
 }}
@media screen and (max-width: 768px){
.product_documents .item .btn_download {
 margin-top: 10px;
 }}
.swiper_btns {
 gap: 0.7rem;
 display: inline-flex;
 border-radius: 100px;
 border: 1px solid rgba(10, 22, 45, 0.5);
 padding: 0.3rem 0.5rem;
 }
.swiper_btns:has(.swiper-button-lock) {
 opacity: 0;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 175.7rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 border: none;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 8px;
 padding: 2px 5px;
 }}
@media screen and (max-width: 768px){
.swiper_btns.middle {
 position: static;
 width: 100%;
 padding: 0px 30px;
 transform: translate(0px);
 margin-top: 30px;
 justify-content: flex-end;
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.swiper_btns.middle {
 padding: 0px 20px;
 }}
.swiper_btns div {
 width: 5.5rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 background-color: transparent;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://matismart.com/wp-content/plugins/sytech-fronteditor/sytpl/product_1/assets/img/arrow.svg") center center / 31% no-repeat;
 }
.swiper_btns div:hover {
 background-color: var(--primary);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 }
.swiper_btns .swiper-button-lock {
 display: flex;
 opacity: 0;
 pointer-events: none;
 }
.swiper_btns.middle div {
 pointer-events: all;
 background-color: var(--title);
 }
.swiper_btns.middle div::after {
 filter: contrast(0) brightness(2);
 }
.swiper_btns.middle div:hover {
 background-color: var(--primary);
 }
.swiper_btns.middle div:hover::after {
 filter: unset;
 }
.swiper_btns.middle .swiper-button-disabled {
 background-color: var(--primary);
 }
.swiper_btns.middle .swiper-button-disabled::after {
 filter: unset;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
.swiper-button-lock {
 display: none;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--deg:;
--t:;
--circle:;
--primary:#9cd34f;
--text:#6d7077;
--h:;
--title:#0a162d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.sec_bg2 {
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.sec_bg2 .mask_line {
 position: absolute;
 top: -1.5rem;
 left: 58.021%;
 width: 12.24%;
 height: 2.9rem;
 }
.sec_bg2 .mask_line::before {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 content: "";
 background-color: rgb(223, 235, 244);
 clip-path: polygon(0px 0px, 73% 0px, 100% calc(100% - 2px), calc(100% - 1px) 100%, calc(73% - 1px) 2px, 0px 2px);
 }
.sec_bg2 .mask_line::after {
 width: 0.9rem;
 height: 0.9rem;
 border-radius: 50%;
 background-color: rgb(223, 235, 244);
 position: absolute;
 right: 0px;
 bottom: 0px;
 content: "";
 transform: translate(50%, 32%);
 }
@media screen and (max-width: 768px){
.sec_bg .mask_line, .sec_bg2 .mask_line, .sec_bg3 .mask_line {
 top: -10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
.sec_bg .mask_line::after, .sec_bg2 .mask_line::after, .sec_bg3 .mask_line::after {
 width: 7px;
 height: 7px;
 }}
.sec_bg2 .mask_line2 {
 width: 31.25%;
 height: 3.1rem;
 left: 1.98%;
 top: -1.4rem;
 }
.sec_bg2 .mask_line2::before {
 clip-path: polygon(80.8333% calc(100% - 2px), calc(92.5% - 1px) 0px, 100% 0px, 100% 2px, 92.5% 2px, calc(80.8333% - 1px) 100%, 0px 100%, 0px calc(100% - 2px));
 }
.sec_bg2 .mask_line2::after {
 top: 0px;
 bottom: unset;
 transform: translate(50%, -50%);
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.sec_bg2 .img_bg {
 --deg: 2.6rem;
 }
.product_advantage .inner {
 padding: 12rem 0px 10rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.sec_bg .img_bg, .sec_bg2 .img_bg, .sec_bg3 .img_bg {
 --deg: 10px;
 }}
@media screen and (max-width: 768px){
.product_advantage .inner {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 }
.sec_bg2 .img_bg > img {
 clip-path: polygon(0% var(--deg), 27.65625% var(--deg), 30.99% 0, 66.614% 0, 70% var(--deg), 100% var(--deg), 100% 100%, 0 100%);
 }
.product_advantage .inner > img {
 height: auto;
 }
.content {
 max-width: 160rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.head {
 --circle: 0.7rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
div.head {
 --circle: 5px;
 }}
h1, h2, h3, strong {
 font-weight: 500;
 }
.head h2 {
 position: relative;
 font-size: 5rem;
 line-height: 6rem;
 --deg: 3.5rem;
 --h: 3.7rem;
 --t: -0.5rem;
 }
.head h2::before, .head h2::after {
 position: absolute;
 right: calc(100% + 2.55rem);
 content: "";
 top: var(--t);
 }
.head h2::before {
 right: calc(100% + 2.8rem + var(--circle));
 width: 100vw;
 height: var(--h);
 background-color: var(--primary);
 clip-path: polygon(0 0, calc(100% - var(--deg) * 1.73) 0, calc(100% - var(--deg) * 0.73 + 1px) calc(100% - 2px), 100% calc(100% - 2px), 100% 100%, calc(100% - var(--deg) * 0.73) 100%, calc(100% - var(--deg) * 1.73 - 1px) 2px, 0 2px);
 }
.head h2::after {
 width: var(--circle);
 height: var(--circle);
 border-radius: 50%;
 border: 2px solid var(--primary);
 top: calc(var(--h) + var(--t));
 transform: translateY(-55%);
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 --deg: 12px;
 --h: 16px;
 --t: -2px;
 }}
@media screen and (max-width: 768px){
div.head h2::before {
 right: calc(100% + 12px);
 }}
@media screen and (max-width: 768px){
div.head h2::after {
 right: calc(100% + 5px);
 }}
.head h2 span {
 color: var(--primary);
 }
.head p {
 font-size: 2.2rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.product_advantage p {
 max-width: 52.4rem;
 margin-top: 2.6rem;
 }
[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){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
.head strong {
 position: relative;
 font-size: 1.6rem;
 font-weight: 400;
 text-transform: uppercase;
 display: inline-block;
 border-bottom: 2px solid rgb(201, 231, 160);
 margin-bottom: 2.2rem;
 padding: 0px 0.9rem 0.4rem;
 --deg: 1.4rem;
 --h: 2.1rem;
 margin-left: 0.6rem;
 }
.head strong::before, .head strong::after {
 position: absolute;
 content: "";
 }
.head strong::after {
 width: var(--circle);
 height: var(--circle);
 border-radius: 50%;
 border: 2px solid rgb(201, 231, 160);
 right: 0px;
 bottom: 0px;
 transform: translate(100%, 50%);
 }
.head strong::before {
 width: 17.8rem;
 height: var(--h);
 background-image: linear-gradient(to left, rgb(201, 231, 160) 45.51%, transparent);
 right: calc(100% - 1px);
 bottom: -2px;
 clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% calc(100% - 2px), calc(100% - 1px) 100%, calc(100% - var(--deg) - 1px) 2px, 0 2px);
 }
.head strong:has(i) {
 margin-left: auto;
 margin-right: 5.9rem;
 min-width: 11.3rem;
 text-align: center;
 }
.head strong:has(i)::after {
 right: unset;
 left: 0px;
 transform: translate(-100%, 50%);
 }
.head strong:has(i)::before {
 right: unset;
 left: 100%;
 transform: rotateY(180deg);
 width: 24rem;
 }
.product_advantage strong {
 margin-bottom: 3.8rem;
 }
.product_advantage strong:has(i) {
 min-width: unset;
 }
@media screen and (max-width: 768px){
div.head .subtitle, div.head strong {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 12px;
 word-spacing: unset;
 letter-spacing: 1px;
 padding: 0px 5px;
 --deg: 12px;
 --h: 16px;
 margin-left: 0px;
 }}
@media screen and (max-width: 768px){
div.head .subtitle::before, div.head strong::before {
 width: 30px;
 }}
@media screen and (max-width: 768px){
div.head .subtitle:has(i), div.head strong:has(i) {
 margin-right: 0px;
 min-width: 120px;
 margin-left: auto;
 }}
@media screen and (max-width: 768px){
div.head .subtitle:has(i)::before, div.head strong:has(i)::before {
 width: 30px;
 }}
i, em {
 font-style: normal;
 }
.head strong i {
 position: absolute;
 display: block;
 left: 116%;
 width: 100vw;
 height: calc(var(--h) * 0.43);
 bottom: -2px;
 background: url("https://matismart.com//wp-content/plugins/sytech-fronteditor/sytpl/product_2/assets/img/subtitle-mask.svg") left bottom / contain no-repeat;
 content: "";
 }
@media screen and (max-width: 768px){
div.head .subtitle i, div.head strong i {
 left: calc(100% + 5px);
 bottom: 0px;
 }}
.product_advantage .main {
 margin-top: 7rem;
 }
@media screen and (max-width: 768px){
.product_advantage .main {
 margin-top: 30px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.product_advantage .img {
 width: 49.9375%;
 border-radius: 1.9rem;
 --h: 65.08%;
 }
.product_advantage .video {
 position: relative;
 cursor: pointer;
 }

@media screen and (max-width: 768px){
.product_advantage .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.product_advantage .img {
 width: 100%;
 }}
.product_advantage .video video, .product_advantage .video img, .product_advantage .video iframe, .product_advantage .video div {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 }
.product_advantage .video .btn_play {
 position: absolute;
 width: 8.6rem;
 height: 8.6rem;
 left: 50%;
 top: 50%;
 z-index: 2;
 transform: translate(-50%, -50%);
 border-radius: 50%;
 background: url("https://matismart.com//wp-content/plugins/sytech-fronteditor/sytpl/product_2/assets/img/play.svg") center center / contain no-repeat;
 transition: 0.4s, opacity 0.3s;
 cursor: pointer;
 }
.product_advantage .video .btn_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
@media screen and (max-width: 768px){
.product_advantage .video .btn_play {
 width: 50px;
 height: 50px;
 }}
.product_advantage .info {
 flex: 1 1 0%;
 max-width: 68rem;
 padding-bottom: 1px;
 }
@media screen and (max-width: 768px){
.product_advantage .info {
 max-width: unset;
 padding: 0px;
 width: 100%;
 }}
.product_advantage .info h3 {
 font-size: 3.6rem;
 line-height: 5.4rem;
 margin-bottom: 2.6rem;
 }
@media screen and (max-width: 768px){
.product_advantage .info h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-bottom: 0px;
 }}
.product_advantage .info p {
 font-size: 2rem;
 line-height: 3.4rem;
 color: var(--text);
 hyphens: auto;
 max-width: unset;
 margin-top: 1.2rem;
 }
@media screen and (max-width: 768px){
.product_advantage .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.product_advantage .main .flex + .flex {
 margin-top: 10rem;
 }
.product_advantage .main .revers {
 flex-direction: row-reverse;
 }
@media screen and (max-width: 768px){
.product_advantage .main .flex + .flex {
 margin-top: 30px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.product_advantage .img:hover img {
 transform: scale(1.02);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--deg:;
--circle:;
--h:;
--t:;
--primary:#9cd34f;
--swiper-wrapper-transition-timing-function,initial:;
--title:#0a162d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.sec_bg {
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.sec_bg .mask_line {
 position: absolute;
 top: -1.1rem;
 width: 38.96%;
 height: 2.9rem;
 }
.sec_bg .mask_line::before {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 content: "";
 background-image: linear-gradient(to left, rgb(223, 235, 244), transparent);
 clip-path: polygon(0px 0px, 91% 0px, 100% calc(100% - 2px), calc(100% - 1px) 100%, calc(91% - 1px) 2px, 0px 2px);
 }
.sec_bg .mask_line::after {
 width: 0.9rem;
 height: 0.9rem;
 border-radius: 50%;
 background-color: rgb(223, 235, 244);
 position: absolute;
 right: 0px;
 bottom: 0px;
 content: "";
 transform: translate(50%, 32%);
 }
@media screen and (max-width: 768px){
.sec_bg .mask_line, .sec_bg2 .mask_line, .sec_bg3 .mask_line {
 top: -10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
.sec_bg .mask_line::after, .sec_bg2 .mask_line::after, .sec_bg3 .mask_line::after {
 width: 7px;
 height: 7px;
 }}
.img_bg {
 position: relative;
 z-index: 2;
 }
.sec_bg .img_bg {
 --deg: 2.6rem;
 }
.product_application .inner {
 overflow: hidden;
 padding: 13.4rem 0px 30.6rem;
 }
@media screen and (max-width: 768px){
.sec_bg .img_bg, .sec_bg2 .img_bg, .sec_bg3 .img_bg {
 --deg: 10px;
 }}
@media screen and (max-width: 768px){
.product_application .inner {
 padding: 50px 0px 70px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 }
.sec_bg .img_bg > img {
 clip-path: polygon(35.3125% 0, 38.65% var(--deg), 100% var(--deg), 100% 100%, 0 100%, 0 0);
 }
.content {
 max-width: 160rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.head {
 --circle: 0.7rem;
 }
.product_application .head {
 padding-bottom: 0.6rem;
 }
@media screen and (max-width: 768px){
div.head {
 --circle: 5px;
 }}
@media screen and (max-width: 768px){
.product_application .head {
 padding: 0px;
 }}
h1, h2, h3, strong {
 font-weight: 500;
 }
.head strong {
 position: relative;
 font-size: 1.6rem;
 font-weight: 400;
 text-transform: uppercase;
 display: inline-block;
 border-bottom: 2px solid rgb(201, 231, 160);
 margin-bottom: 2.2rem;
 padding: 0px 0.9rem 0.4rem;
 --deg: 1.4rem;
 --h: 2.1rem;
 margin-left: 0.6rem;
 }
.head strong::before, .head strong::after {
 position: absolute;
 content: "";
 }
.head strong::after {
 width: var(--circle);
 height: var(--circle);
 border-radius: 50%;
 border: 2px solid rgb(201, 231, 160);
 right: 0px;
 bottom: 0px;
 transform: translate(100%, 50%);
 }
.head strong::before {
 width: 17.8rem;
 height: var(--h);
 background-image: linear-gradient(to left, rgb(201, 231, 160) 45.51%, transparent);
 right: calc(100% - 1px);
 bottom: -2px;
 clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% calc(100% - 2px), calc(100% - 1px) 100%, calc(100% - var(--deg) - 1px) 2px, 0 2px);
 }
.product_application strong {
 margin-bottom: 1.9rem;
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle, div.head strong {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 12px;
 word-spacing: unset;
 letter-spacing: 1px;
 padding: 0px 5px;
 --deg: 12px;
 --h: 16px;
 margin-left: 0px;
 }}
@media screen and (max-width: 768px){
div.head .subtitle::before, div.head strong::before {
 width: 30px;
 }}
.head h2 {
 position: relative;
 font-size: 5rem;
 line-height: 6rem;
 --deg: 3.5rem;
 --h: 3.7rem;
 --t: -0.5rem;
 }
.head h2::before, .head h2::after {
 position: absolute;
 right: calc(100% + 2.55rem);
 content: "";
 top: var(--t);
 }
.head h2::before {
 right: calc(100% + 2.8rem + var(--circle));
 width: 100vw;
 height: var(--h);
 background-color: var(--primary);
 clip-path: polygon(0 0, calc(100% - var(--deg) * 1.73) 0, calc(100% - var(--deg) * 0.73 + 1px) calc(100% - 2px), 100% calc(100% - 2px), 100% 100%, calc(100% - var(--deg) * 0.73) 100%, calc(100% - var(--deg) * 1.73 - 1px) 2px, 0 2px);
 }
.head h2::after {
 width: var(--circle);
 height: var(--circle);
 border-radius: 50%;
 border: 2px solid var(--primary);
 top: calc(var(--h) + var(--t));
 transform: translateY(-55%);
 }
[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){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 --deg: 12px;
 --h: 16px;
 --t: -2px;
 }}
@media screen and (max-width: 768px){
div.head h2::before {
 right: calc(100% + 12px);
 }}
@media screen and (max-width: 768px){
div.head h2::after {
 right: calc(100% + 5px);
 }}
.head h2 span {
 color: var(--primary);
 }
.swiper_btns {
 gap: 0.7rem;
 display: inline-flex;
 border-radius: 100px;
 border: 1px solid rgba(10, 22, 45, 0.5);
 padding: 0.3rem 0.5rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 8px;
 padding: 2px 5px;
 }}
.swiper_btns div {
 width: 5.5rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 background-color: transparent;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://matismart.com//wp-content/plugins/sytech-fronteditor/sytpl/product_3/assets/img/arrow.svg") center center / 31% no-repeat;
 }
.swiper_btns div:hover {
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 }
.product_application .product_application_swiper {
 margin-top: 4.7rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper {
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.product_application .product_application_swiper .swiper-slide {
 max-width: 40.7rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide {
 max-width: 346px;
 }}
.product_application .product_application_swiper .active .item {
 background-color: var(--primary);
 }
.product_application .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 border-radius: 1.4rem;
 background-color: rgb(255, 255, 255);
 transition: 0.3s;
 padding: 2.5rem 5.9%;
 }
@media screen and (max-width: 768px){
.product_application .item {
 border-radius: 10px;
 padding: 10px;
 }}
.product_application .item .info {
 flex: 1 1 0%;
 padding: 1.2rem 1.3rem 4rem;
 }
@media screen and (max-width: 768px){
.product_application .item .info {
 padding: 10px;
 }}
.product_application .item .info span {
 font-size: 1.7rem;
 color: rgb(112, 112, 112);
 }
@media screen and (max-width: 768px){
.product_application .item .info span {
 font-size: 14px;
 }}
.product_application .item .info h3 {
 font-size: 2.9rem;
 line-height: 3.9rem;
 color: rgb(18, 30, 59);
 margin-top: 2.4rem;
 letter-spacing: 0.25px;
 }
@media screen and (max-width: 768px){
.product_application .item .info h3 {
 font-size: 18px;
 line-height: 1.5;
 letter-spacing: unset;
 margin-top: 12px;
 }}
.product_application .item .info p {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: rgb(71, 71, 71);
 margin-top: 1.9rem;
 }
@media screen and (max-width: 768px){
.product_application .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.product_application .item .img {
 border-radius: 1.2rem;
 padding-bottom: 69.274%;
 }
@media screen and (max-width: 768px){
.product_application .item .img {
 border-radius: 10px;
 margin-top: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.product_application .item:hover img {
 transform: scale(1.02);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--t:;
--circle:;
--text_w:rgba(255, 255, 255, 0.75);
--text:#6d7077;
--primary:#9cd34f;
--title:#0a162d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_contact {
 margin-top: -18.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 576px){
.page_contact, .footer_contact {
 text-align: center;
 }}
.content {
 max-width: 160rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_contact .img_bg {
 border-radius: 2.9rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.page_contact .img_bg {
 border-radius: 10px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 }
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_contact .flex {
 min-height: 37.3rem;
 padding: 4rem 2rem;
 }
@media screen and (max-width: 768px){
.page_contact .flex {
 min-height: unset;
 padding: 50px 20px;
 }}
.head {
 --circle: 0.7rem;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.page_contact .head {
 max-width: 138.2rem;
 margin: 0px auto;
 flex: 1 1 0%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 gap: 3rem;
 padding-bottom: 0.4%;
 }
@media screen and (max-width: 768px){
div.head {
 --circle: 5px;
 }}
@media screen and (max-width: 768px){
.page_contact .head {
 display: block;
 padding: 0px;
 }}
h1, h2, h3, strong {
 font-weight: 500;
 }
.head.no_mask h2::before, .head.no_mask h2::after {
 display: none;
 }
.head h2 {
 position: relative;
 font-size: 5rem;
 line-height: 6rem;
 --deg: 3.5rem;
 --h: 3.7rem;
 --t: -0.5rem;
 }
.head h2::before, .head h2::after {
 position: absolute;
 right: calc(100% + 2.55rem);
 content: "";
 top: var(--t);
 }
.head h2::before {
 right: calc(100% + 2.8rem + var(--circle));
 width: 100vw;
 height: var(--h);
 background-color: var(--primary);
 clip-path: polygon(0 0, calc(100% - var(--deg) * 1.73) 0, calc(100% - var(--deg) * 0.73 + 1px) calc(100% - 2px), 100% calc(100% - 2px), 100% 100%, calc(100% - var(--deg) * 0.73) 100%, calc(100% - var(--deg) * 1.73 - 1px) 2px, 0 2px);
 }
.head h2::after {
 width: var(--circle);
 height: var(--circle);
 border-radius: 50%;
 border: 2px solid var(--primary);
 top: calc(var(--h) + var(--t));
 transform: translateY(-55%);
 }
.page_contact h2 {
 max-width: 72.7rem;
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 --deg: 12px;
 --h: 16px;
 --t: -2px;
 }}
@media screen and (max-width: 768px){
div.head h2::before {
 right: calc(100% + 12px);
 }}
@media screen and (max-width: 768px){
div.head h2::after {
 right: calc(100% + 5px);
 }}
.head.white p {
 color: var(--text_w);
 }
.head.sm_p p {
 font-size: 2rem;
 line-height: 3.4rem;
 }
.head p {
 font-size: 2.2rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.page_contact p {
 margin-top: 1.5rem;
 }
[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){
div.head.sm_p p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-grid;
 align-items: center;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(18, 30, 59);
 font-size: 1.8rem;
 font-weight: 500;
 line-height: 6.6rem;
 grid-template-columns: 1fr 4.8rem;
 padding: 0px 0.7rem 0px 3.4rem;
 gap: 1.8rem;
 min-width: 21.8rem;
 max-width: max-content;
 }
.btn::after {
 padding-bottom: 100%;
 border-radius: 50%;
 background: url("https://matismart.com//wp-content/plugins/sytech-fronteditor/sytpl/solution_6/assets/img/arrow-r.svg") center center / 12.5% no-repeat rgb(255, 255, 255);
 transition: 0.3s, transform 0.4s;
 display: block;
 content: "";
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.btn:hover::after {
 background-color: var(--primary);
 transform: scale(1.1);
 }
.page_contact .btn {
 margin-top: 1.7%;
 gap: 0.7rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 41px;
 padding: 0px 5px 0px 16px;
 grid-template-columns: 1fr 32px;
 min-width: 140px;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 margin-top: 20px;
 padding: 0px 5px 0px 16px;
 min-width: 140px;
 gap: 10px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}