html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_tabs {
 background-color: rgb(246, 249, 250);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.product_tabs ul {
 gap: 1.6rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.product_tabs ul {
 overflow: auto;
 }}
li {
 list-style: none;
 }
.product_tabs li:first-child {
 margin-left: auto;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.product_tabs .active a, .product_tabs a:hover {
 color: rgb(255, 255, 255);
 background-color: var(--primary);
 }
.product_tabs a {
 display: block;
 font-size: 1.8rem;
 text-align: center;
 line-height: 3.2rem;
 border-radius: 0.8rem;
 transition: 0.3s;
 padding: 2.1rem 2.6rem;
 }
@media screen and (max-width: 768px){
.product_tabs a {
 white-space: nowrap;
 font-size: 1.5rem;
 padding: 0.8rem 2rem;
 }}
.product_tabs li:last-child {
 margin-right: auto;
 }
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 {
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_description {
 padding: 13rem 0px 14.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product_description {
 padding: 4rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.product_description .left {
 max-width: 46rem;
 }
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.product_description .right {
 max-width: 74.1rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.product_description .right p {
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.product_description .right p {
 line-height: 1.7;
 }}
.product_description .imgs {
 margin-top: 5.2rem;
 }
@media screen and (max-width: 768px){
.product_description .imgs {
 margin-top: 3rem;
 }}
.product_description .imgs .syeditorlist {
 gap: 1rem;
 display: flex;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.product_description .imgs .img {
 flex: 1 1 0%;
 transition: 0.5s;
 border-radius: 1.2rem;
 padding-bottom: 44.375%;
 }
.product_description .imgs .img.active {
 flex: 1.73333 1 0%;
 }
.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_description .imgs .img:hover img {
 transform: scale(1.03);
 }
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 {
--primary:#1180E7;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_advantages {
 padding: 9.3rem 0px 11.4rem;
 background-color: rgb(237, 240, 245);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product_advantages {
 padding: 5rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.product_advantages .items {
 margin-top: 4rem;
 }
.product_advantages .items .syeditorlist {
 gap: 2rem 0px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 }
@media screen and (max-width: 768px){
.product_advantages .items .syeditorlist {
 flex-flow: row;
 gap: 2rem;
 overflow: auto;
 }}
.product_advantages .item {
 position: relative;
 z-index: 2;
 width: 39.2188%;
 border-radius: 0.8rem;
 background-color: rgb(255, 255, 255);
 padding: 4.375% 15% 5% 3.125%;
 }
.product_advantages .item:nth-child(4n+1), .product_advantages .item:nth-child(4n+4) {
 width: 59.0625%;
 }
.product_advantages .item.active::before {
 opacity: 1;
 }
.product_advantages .item::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: -1;
 opacity: 0;
 border-radius: 1rem;
 transition: 0.3s;
 pointer-events: none;
 background-image: linear-gradient(45deg, rgb(17, 128, 231), rgb(76, 159, 229));
 }
@media screen and (max-width: 768px){
.product_advantages .item {
 min-width: 250px;
 }}
.product_advantages .item.active .img {
 background-color: rgb(255, 255, 255);
 }
.product_advantages .item .img {
 width: 10rem;
 height: 10rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: var(--primary);
 transition: 0.3s;
 position: absolute;
 top: 4rem;
 right: 4.2rem;
 }
@media screen and (max-width: 768px){
.product_advantages .item .img {
 position: unset;
 margin-bottom: 2rem;
 width: 5rem;
 height: 5rem;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.product_advantages .item.active .img img {
 filter: none;
 }
.product_advantages .item .img img {
 width: 50%;
 height: 50%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.product_advantages .item.active h3, .product_advantages .item.active p {
 color: rgb(255, 255, 255);
 }
.product_advantages .item h3 {
 font-weight: 600;
 font-size: 2.8rem;
 line-height: 3.4rem;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.product_advantages .item h3 {
 font-size: 1.7rem;
 line-height: 1.5;
 }}
.product_advantages .item p {
 color: rgb(86, 86, 86);
 font-size: 1.8rem;
 line-height: 3rem;
 margin-top: 1.8rem;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.product_advantages .item p {
 font-size: 1.4rem;
 line-height: 1.5;
 }}
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 {
--primary:#1180E7;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--swiper-pagination-bullet-opacity, 1:;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--secondary:#70B3E5;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.section_technology {
 color: rgb(255, 255, 255);
 padding: 12.2rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_technology {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.section_technology .head {
 max-width: 94rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[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);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.section_technology .section_technology_swiper {
 margin: 4.6rem auto 0px;
 max-width: 137.8rem;
 width: calc(100% - 40px);
 border-radius: 2rem;
 overflow: hidden;
 background-color: rgb(35, 54, 81);
 border: 1px solid rgb(48, 71, 99);
 padding: 4.6rem 4.8rem 5.4rem 7.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.section_technology .section_technology_swiper {
 margin-top: 30px;
 padding: 20px;
 border-radius: 15px;
 }}
.section_technology div.swiper-pagination {
 position: relative;
 z-index: 2;
 top: unset;
 bottom: unset;
 width: 36.3057%;
 gap: 2rem;
 display: flex;
 transform: translateY(3rem);
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
@media screen and (max-width: 768px){
.section_technology div.swiper-pagination {
 transform: translate(0px);
 margin-bottom: 15px;
 }}
@media screen and (max-width: 576px){
.section_technology div.swiper-pagination {
 width: 100%;
 }}
.section_technology div.swiper-pagination .swiper-pagination-bullet {
 flex: 1 1 0%;
 height: 2px;
 margin: 0px;
 opacity: 1;
 border-radius: 0px;
 background-color: rgba(255, 255, 255, 0.2);
 }
.section_technology div.swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 width: 0px;
 height: 100%;
 background-color: rgb(255, 255, 255);
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
.section_technology div.swiper-pagination .swiper-pagination-bullet-active::after {
 width: 100%;
 transition: 3.3s linear;
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
.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;
 }
.section_technology .section_technology_swiper .swiper-slide {
 gap: 3rem;
 display: flex;
 justify-content: space-between;
 }
.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: 576px){
.section_technology .section_technology_swiper .swiper-slide {
 gap: 20px;
 flex-direction: column-reverse;
 }}
.section_technology .section_technology_swiper .syedittext {
 flex: 1 1 0%;
 max-width: 48rem;
 padding: 6.84713% 0px 10rem;
 }
@media screen and (max-width: 768px){
.section_technology .section_technology_swiper .syedittext {
 padding: 30px 0px;
 }}
@media screen and (max-width: 576px){
.section_technology .section_technology_swiper .syedittext {
 padding: 0px;
 }}
.section_technology .section_technology_swiper .syedittext h3 {
 font-weight: 500;
 font-size: 3.8rem;
 line-height: 6.2rem;
 }
@media screen and (max-width: 768px){
.section_technology .section_technology_swiper .syedittext h3 {
 font-size: 18px;
 line-height: 1.3;
 }}
.section_technology .section_technology_swiper .syedittext p {
 color: rgba(255, 255, 255, 0.7);
 font-weight: 300;
 font-size: 1.8rem;
 line-height: 3.2rem;
 margin-top: 2.2rem;
 }
@media screen and (max-width: 768px){
.section_technology .section_technology_swiper .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.section_technology .section_technology_swiper .img {
 width: 50.9554%;
 --h: 71.875%;
 border-radius: 2rem;
 align-self: center;
 }
@media screen and (max-width: 768px){
.section_technology .section_technology_swiper .img {
 border-radius: 15px;
 }}
@media screen and (max-width: 576px){
.section_technology .section_technology_swiper .img {
 width: 100%;
 }}
.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;
 }
.section_technology .section_technology_swiper .img:hover img {
 transform: scale(1.03);
 }
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
.section_technology .swiper_btns {
 position: relative;
 z-index: 2;
 margin-top: -8.5rem;
 width: max-content;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.section_technology .swiper_btns {
 margin-top: -42px;
 }}
@media screen and (max-width: 576px){
.section_technology .swiper_btns {
 width: 100%;
 margin-top: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 pointer-events: all;
 transition: 0.3s;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns div {
 width: 6rem;
 height: 6rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns.white .swiper-button-disabled {
 border-color: rgba(255, 255, 255, 0.5);
 }
.swiper_btns.white .swiper-button-disabled::after {
 filter: contrast(0) brightness(2);
 }
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgba(22, 22, 22, 0.5);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
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 {
--text:#474747;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_features {
 padding: 12.6rem 0px 4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product_features {
 padding: 5rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.product_features .head {
 max-width: 91rem;
 }
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.product_features .flex {
 margin-top: 4.5rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.product_features .content > .flex {
 flex-flow: wrap;
 }}
@media screen and (max-width: 768px){
.product_features .flex {
 margin-top: 2rem;
 }}
.img.img_cv {
 overflow: hidden;
 }
.product_features .img {
 width: 50%;
 border-radius: 2rem;
 }
@media screen and (max-width: 768px){
.product_features .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.product_features .img:hover img {
 transform: scale(1.03);
 }
.product_features .text {
 flex: 1 1 0%;
 max-width: 56.6rem;
 }
.product_features .text p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 3rem;
 }
@media screen and (max-width: 768px){
.product_features .text p {
 font-size: 1.4rem;
 line-height: 1.7;
 }}
.product_features .text ul {
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.product_features .text ul {
 margin-top: 1.5rem;
 }}
li {
 list-style: none;
 }
.syedittext ul li {
 font-size: 2.2rem;
 line-height: 3rem;
 position: relative;
 padding-left: 5rem;
 }
.syedittext ul li::before {
 content: "";
 display: block;
 width: 3rem;
 height: 3rem;
 position: absolute;
 left: 0px;
 top: 0px;
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/product_6/assets/img/icon-gou-full.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.syedittext ul li {
 font-size: 1.6rem;
 padding-left: 3rem;
 }}
@media screen and (max-width: 768px){
.syedittext ul li::before {
 width: 2rem;
 height: 2rem;
 top: 4px;
 }}
.syedittext ul li + li {
 margin-top: 2.4rem;
 }
@media screen and (max-width: 768px){
.syedittext ul li + li {
 margin-top: 1.5rem;
 }}
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 {
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_parameters {
 padding: 4rem 0px 15.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product_parameters {
 padding: 4rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.product_parameters .table {
 margin-top: 4rem;
 border-radius: 1.2rem;
 border: 1px solid rgb(226, 226, 226);
 padding: 1.6rem 2.10938% 3rem;
 }
table {
 width: 100%;
 word-break: normal;
 border-collapse: collapse;
 }
@media screen and (max-width: 768px){
.product_parameters table {
 display: block;
 overflow: auto;
 }}
.product_parameters table td {
 width: auto;
 font-size: 1.8rem;
 line-height: 2.4rem;
 color: rgba(21, 15, 53, 0.75);
 vertical-align: top;
 padding: 1.7rem 2.3rem;
 }
.product_parameters table td:first-child {
 font-size: 2rem;
 color: var(--title);
 white-space: nowrap;
 }
@media screen and (max-width: 768px){
.product_parameters table td, .product_parameters table td:first-child {
 font-size: 1.5rem;
 white-space: nowrap;
 }}
.product_parameters table tr:nth-child(2n) {
 background-color: rgb(250, 251, 251);
 }
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){


}