html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#70B3E5;
--swiper-wrapper-transition-timing-function,initial:;
--title:#1D1D1F;
--primary:#1180E7;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 overflow: hidden;
 position: relative;
 z-index: 2;
 color: rgb(255, 255, 255);
 background-color: var(--secondary);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.home_banner > div {
 position: static;
 }
.home_banner .home_banner_bg_swiper {
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 width: 100%;
 height: 100%;
 }
.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;
 }
.img.img_cv {
 overflow: hidden;
 }
.home_banner .home_banner_bg_swiper .img {
 position: relative;
 }
.home_banner .home_banner_bg_swiper .img::before {
 content: "";
 display: block;
 width: 45.4167%;
 height: 100%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 2;
 pointer-events: none;
 background-image: linear-gradient(to right, var(--title), transparent);
 }
.home_banner .home_banner_bg_swiper .img::after {
 content: "";
 display: block;
 width: 100%;
 height: 24.1082%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 2;
 pointer-events: none;
 background-image: linear-gradient(to top, var(--title), transparent);
 }
.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;
 }
.swiper-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.swiper-fade .swiper-slide-active {
 pointer-events: auto;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
.home_banner .content {
 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;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_banner .home_banner_swiper .flex {
 padding: 4rem 0px;
 min-height: 81.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper .flex {
 min-height: unset;
 padding: 30px 0px 80px;
 }}
@media screen and (max-width: 576px){
.home_banner .home_banner_swiper .flex {
 flex-direction: column-reverse;
 }}
.head.banner {
 color: rgb(255, 255, 255);
 }
.home_banner .head {
 flex: 1 1 0%;
 max-width: 58.2rem;
 padding-bottom: 5.625%;
 }
.head.banner .subtitle {
 font-weight: normal;
 font-size: 2.2rem;
 color: rgb(255, 255, 255);
 letter-spacing: 0px;
 margin-bottom: 2.2rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
.home_banner .head .subtitle {
 transform: translateY(10rem);
 transition: 0.3s 0.5s;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.head.banner .subtitle {
 font-size: 16px;
 margin-bottom: 8px;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h1, .head .title {
 font-weight: 600;
 font-size: 5.8rem;
 line-height: 6.6rem;
 }
.home_banner .head .title {
 max-width: 56rem;
 transform: translateY(10rem);
 transition: 0.3s 0.5s;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.head h1, .head .title {
 font-size: 25px;
 line-height: 1.3;
 }}
.head.banner p {
 margin-top: 2.6rem;
 padding-top: 3rem;
 color: rgba(255, 255, 255, 0.85);
 font-size: 2rem;
 line-height: 2.9rem;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.home_banner .head p {
 transform: translateY(10rem);
 transition: 0.3s 0.5s;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.head.banner p {
 font-size: 16px;
 line-height: 1.5;
 padding-top: 12px;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
.home_banner .head .more {
 transform: translateY(10rem);
 transition: 0.3s 0.5s;
 opacity: 0;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 1.8rem;
 line-height: 6.4rem;
 border-radius: 0.6rem;
 padding: 0px 4rem;
 min-width: 18.2rem;
 background-color: var(--primary);
 }
.btn:hover {
 background-color: var(--secondary);
 }
.head.banner .btn {
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.head.banner .btn {
 margin-top: 30px;
 }}
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 42px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_banner .home_banner_swiper .img {
 width: 55.3906%;
 --h: 92.524683%;
 margin-right: -8.98438%;
 margin-bottom: 5.625%;
 transform: translateX(10rem);
 transition: 0.5s 0.5s;
 opacity: 0;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_banner .home_banner_swiper .img {
 margin-right: 0px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_banner .home_banner_swiper .img {
 width: 50%;
 }}
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper .img {
 width: 50%;
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.home_banner .home_banner_swiper .img {
 width: 80%;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle, .home_banner .home_banner_swiper .swiper-slide-active .head .title, .home_banner .home_banner_swiper .swiper-slide-active .head p, .home_banner .home_banner_swiper .swiper-slide-active .head .more {
 opacity: 1;
 transform: translate(0px);
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle {
 transition: 0.5s 0.7s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .title {
 transition: 0.5s 0.8s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head p {
 transition: 0.5s 0.9s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
 transition: 0.5s 1s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .img {
 opacity: 1;
 transform: translate(0px);
 transition: 0.5s 0.9s;
 }
.home_banner .home_banner_thumbs_swiper {
 width: 100%;
 position: absolute;
 left: 0px;
 bottom: 6rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_banner .home_banner_thumbs_swiper {
 width: calc(100% - 4rem);
 left: 2rem;
 }}
@media screen and (max-width: 768px){
.home_banner .home_banner_thumbs_swiper {
 left: 20px;
 bottom: 20px;
 width: calc(100% - 40px);
 }}
.home_banner .home_banner_thumbs_swiper .swiper-slide {
 cursor: pointer;
 position: relative;
 transition: 0.3s;
 padding-top: 2.4rem;
 color: rgba(255, 255, 255, 0.6);
 }
.home_banner .home_banner_thumbs_swiper .swiper-slide::before {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 position: absolute;
 left: 0px;
 top: 0px;
 background-color: rgba(255, 255, 255, 0.25);
 }
.home_banner .home_banner_thumbs_swiper .swiper-slide::after {
 content: "";
 display: block;
 width: 0px;
 height: 2px;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 2;
 background-color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.home_banner .home_banner_thumbs_swiper .swiper-slide {
 padding-top: 15px;
 }}
.home_banner .home_banner_thumbs_swiper .swiper-slide-thumb-active {
 color: rgb(255, 255, 255);
 }
.home_banner .home_banner_thumbs_swiper .swiper-slide-thumb-active::after {
 width: 100%;
 transition: 5.9s linear;
 }
.home_banner .btns {
 display: flex;
 justify-content: space-between;
 width: 98%;
 max-width: 178.2rem;
 position: absolute;
 left: 50%;
 top: 42%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 576px){
.home_banner .btns {
 display: none;
 }}
.home_banner .btns div {
 width: 1.2rem;
 height: 2rem;
 cursor: pointer;
 transition: 0.3s;
 pointer-events: all;
 background: url("https://toukoo.com/wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow-l-w.svg") center center / contain no-repeat;
 }
.home_banner .btns .btn_next {
 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 {
--primary:#1180E7;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--secondary:#70B3E5;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_product {
 padding: 13.7rem 0px 3.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_product {
 padding: 50px 0px 30px;
 }}
.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;
 }}
.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);
 }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@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] {
 }
[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){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.swiper_box {
 position: relative;
 }
.home_product .home_product_swiper {
 overflow: hidden;
 padding-top: 7.5%;
 margin-top: -1rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_product .home_product_swiper {
 margin-top: 10px;
 }}
.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;
 }
.home_product .item {
 display: block;
 border-radius: 3rem;
 position: relative;
 }
@media screen and (max-width: 768px){
.home_product .item {
 border-radius: 20px;
 }}
@media screen and (max-width: 576px){
.home_product .item {
 border-radius: 15px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_product .item .bg {
 border-radius: 3rem;
 padding-bottom: 43.125%;
 }
@media screen and (max-width: 768px){
.home_product .item .img {
 border-radius: 20px;
 }}
@media screen and (max-width: 576px){
.home_product .item .img {
 border-radius: 15px;
 }}
.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;
 }
.home_product .item .info {
 width: 30.4688%;
 position: absolute;
 left: 4.84375%;
 bottom: 14.3396%;
 color: rgb(255, 255, 255);
 }
@media screen and (max-width: 576px){
.home_product .item .info {
 width: 35%;
 }}
.home_product .item .info h3 {
 font-weight: 600;
 font-size: 4rem;
 line-height: 5.2rem;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 }
@media screen and (max-width: 768px){
.home_product .item .info h3 {
 font-size: 18px;
 line-height: 1.3;
 }}
@media screen and (max-width: 576px){
.home_product .item .info h3 {
 font-size: 16px;
 }}
.home_product .item .info p {
 color: rgba(255, 255, 255, 0.8);
 font-weight: 300;
 font-size: 1.8rem;
 line-height: 2.6rem;
 margin-top: 2rem;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 }
@media screen and (max-width: 768px){
.home_product .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 576px){
.home_product .item .info p {
 font-size: 13px;
 margin-top: 8px;
 }}
.btn_cir {
 gap: 1.4rem;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 font-size: 1.8rem;
 }
.btn_cir::before {
 content: "";
 display: block;
 width: 4.2rem;
 height: 4.2rem;
 border-radius: 50%;
 transition: 0.3s;
 background: url(https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/arrow-line-r-w.svg) no-repeat center / 35% var(--primary);
 }
.btn_cir:hover::before {
 transform: scale(1.1);
 }
.home_product .item .info .btn_cir {
 margin-top: 2.8rem;
 }
.home_product .item .info .btn_cir::before {
 background-image: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/arrow-line-r-b.svg");
 background-color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.btn_cir {
 gap: 8px;
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.btn_cir::before {
 width: 30px;
 height: 30px;
 }}
@media screen and (max-width: 768px){
.home_product .item .info .btn_cir {
 margin-top: 20px;
 }}
@media screen and (max-width: 576px){
.home_product .item .info .btn_cir {
 display: none;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_product .item .pic {
 width: 51.25%;
 --h: 89.939024%;
 position: absolute;
 left: 32.0312%;
 bottom: 10.5072%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 157.6rem;
 justify-content: space-between;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
.home_product .swiper_btns {
 top: 55%;
 }
@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: 576px){
.home_product .swiper_btns {
 position: static;
 justify-content: flex-end;
 transform: translate(0px);
 margin-top: 20px;
 padding: 0px 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_1/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 .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 {
--swiper-wrapper-transition-timing-function,initial:;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_cers {
 overflow: hidden;
 padding: 6rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_cers {
 padding: 30px 0px 50px;
 }}
.swiper-horizontal {
 touch-action: pan-y;
 }
.home_cers .home_cers_swiper .swiper-wrapper {
 transition: linear;
 }
.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;
 }
.home_cers .home_cers_swiper .swiper-slide {
 gap: 3rem;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 max-width: max-content;
 }
.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){
.home_cers .home_cers_swiper .swiper-slide {
 gap: 12px;
 }}
.home_cers .home_cers_swiper .logo {
 width: 9.2rem;
 height: 9.2rem;
 border-radius: 2.6rem;
 border: 1px solid rgba(22, 22, 22, 0.5);
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.home_cers .home_cers_swiper .logo {
 width: 50px;
 height: 50px;
 border-radius: 8px;
 }}
.home_cers .home_cers_swiper .logo img {
 display: block;
 width: 60%;
 height: 60%;
 object-fit: contain;
 }
.home_cers .home_cers_swiper .name {
 font-weight: 500;
 font-size: 2.6rem;
 white-space: nowrap;
 }
@media screen and (max-width: 768px){
.home_cers .home_cers_swiper .name {
 font-size: 16px;
 }}
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;
--text:#474747;
--h:;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_products {
 padding: 9.6rem 0px 13.6rem;
 background-color: rgb(237, 240, 244);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_products {
 padding: 50px 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;
 }}
.home_products .head {
 max-width: 67rem;
 }
.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;
 }}
.home_products .list {
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.home_products .list {
 margin-top: 30px;
 }}
.home_products .list ul {
 gap: 3rem;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 }
@media screen and (max-width: 768px){
.home_products .list ul {
 gap: 15px;
 }}
@media screen and (max-width: 576px){
.home_products .list ul {
 display: block;
 }}
li {
 list-style: none;
 }
.home_products .list li {
 flex: 1 1 30%;
 }
.home_products .list li:nth-child(1), .home_products .list li:nth-child(2) {
 flex: 1 1 46%;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_products .list li:nth-child(1) a, .home_products .list li:nth-child(2) a {
 flex-direction: row;
 }
.home_products .list li.active a::before {
 opacity: 1;
 }
.home_products .list li a {
 height: 100%;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-direction: column;
 background-color: rgb(255, 255, 255);
 border-radius: 2.6rem 0px 2.6rem 2.6rem;
 position: relative;
 z-index: 2;
 padding: 3.6rem 4rem;
 }
.home_products .list li a::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: -1;
 opacity: 0;
 transition: 0.3s;
 pointer-events: none;
 background-image: linear-gradient(60deg, var(--primary), var(--secondary));
 }
@media screen and (max-width: 768px){
.home_products .list li a {
 padding: 20px;
 border-radius: 15px 0px 15px 15px;
 }}
@media screen and (max-width: 576px){
.home_products .list li a, .home_products .list li:nth-child(1) a, .home_products .list li:nth-child(2) a {
 flex-direction: row;
 }}
.home_products .list li:nth-child(1) .info, .home_products .list li:nth-child(2) .info {
 display: flex;
 align-self: stretch;
 flex-direction: column;
 }
.home_products .list li .info {
 flex: 1 1 0%;
 width: 100%;
 }
@media screen and (max-width: 576px){
.home_products .list li .info, .home_products .list li:nth-child(1) .info, .home_products .list li:nth-child(2) .info {
 display: flex;
 align-self: stretch;
 flex-direction: column;
 }}
.home_products .list li:nth-child(1) .info .syedittext, .home_products .list li:nth-child(2) .info .syedittext {
 flex: 1 1 0%;
 }
@media screen and (max-width: 576px){
.home_products .list li .info .syedittext, .home_products .list li:nth-child(1) .info .syedittext, .home_products .list li:nth-child(2) .info .syedittext {
 flex: 1 1 0%;
 }}
.home_products .list li:nth-child(1) .info h3, .home_products .list li:nth-child(2) .info h3 {
 padding: 0px;
 }
.home_products .list li.active .info h3, .home_products .list li.active .info .more {
 color: rgb(255, 255, 255);
 }
.home_products .list li .info h3 {
 font-weight: 600;
 font-size: 2.6rem;
 line-height: 3.7rem;
 transition: 0.3s;
 padding-right: 8%;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_products .list li .info h3 {
 font-size: 2.2rem;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.home_products .list li .info h3 {
 font-size: 18px;
 line-height: 1.3;
 }}
@media screen and (max-width: 576px){
.home_products .list li .info h3, .home_products .list li:nth-child(1) .info h3, .home_products .list li:nth-child(2) .info h3 {
 padding: 0px;
 }}
.home_products .list li:nth-child(1) .info p, .home_products .list li:nth-child(2) .info p {
 margin: 2.4rem 0px;
 }
.home_products .list li.active .info p {
 color: rgba(255, 255, 255, 0.85);
 }
.home_products .list li .info p {
 color: var(--text);
 line-height: 1.5;
 max-width: 21.5rem;
 margin-top: 0.8rem;
 transition: 0.3s;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 }
@media screen and (max-width: 768px){
.home_products .list li:nth-child(1) .info p, .home_products .list li:nth-child(2) .info p {
 margin: 8px 0px 12px;
 }}
@media screen and (max-width: 768px){
.home_products .list li .info p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 576px){
.home_products .list li .info p, .home_products .list li:nth-child(1) .info p, .home_products .list li:nth-child(2) .info p {
 margin: 8px 0px 12px;
 }}
.home_products .list li:nth-child(1) .info .more, .home_products .list li:nth-child(2) .info .more {
 display: block;
 }
.home_products .list li .info .more {
 display: none;
 color: var(--primary);
 font-weight: 500;
 font-size: 1.8rem;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.home_products .list li .info .more {
 font-size: 14px;
 }}
@media screen and (max-width: 576px){
.home_products .list li .info .more, .home_products .list li:nth-child(1) .info .more, .home_products .list li:nth-child(2) .info .more {
 display: block;
 }}
.home_products .list li:nth-child(1) .image, .home_products .list li:nth-child(2) .image {
 width: 66.055%;
 margin: 0.7rem -9.90826% -3.7rem 0px;
 }
.home_products .list li .image {
 width: 57.6%;
 --h: 89.939024%;
 position: relative;
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.home_products .list li .image {
 margin-top: 15px;
 }}
@media screen and (max-width: 576px){
.home_products .list li .image, .home_products .list li:nth-child(1) .image, .home_products .list li:nth-child(2) .image {
 width: 50%;
 margin: 15px 0px 0px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_products .list li.active .image .img1 {
 opacity: 1;
 }
.home_products .list li .image .img {
 transition: 0.3s;
 }
.home_products .list li .image .img1 {
 opacity: 0;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_products .list li:nth-child(1) .image .img2, .home_products .list li:nth-child(2) .image .img2 {
 width: 53%;
 height: 53%;
 top: 12%;
 left: 23%;
 }
.home_products .list li.active .image .img2 {
 opacity: 0;
 }
.home_products .list li .image .img2 {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 filter: contrast(0) brightness(0);
 }
@media screen and (max-width: 576px){
.home_products .list li .image .img2, .home_products .list li:nth-child(1) .image .img2, .home_products .list li:nth-child(2) .image .img2 {
 width: 53%;
 height: 53%;
 top: 12%;
 left: 23%;
 }}
.home_products .list li.active .arrow::before {
 background-color: var(--primary);
 }
.home_products .list li.active .arrow::after {
 transform: rotate(0deg);
 filter: contrast(0) brightness(2);
 }
.home_products .list li .arrow {
 position: absolute;
 right: -1px;
 top: -1px;
 z-index: 2;
 width: 8.8rem;
 height: 8.8rem;
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/home-category-mask.svg") center center / contain no-repeat;
 }
.home_products .list li .arrow::before {
 content: "";
 display: block;
 width: 59.0909%;
 height: 59.0909%;
 position: absolute;
 right: 1px;
 top: 1px;
 border-radius: 50%;
 transition: 0.3s;
 background-color: rgb(255, 255, 255);
 }
.home_products .list li .arrow::after {
 content: "";
 display: block;
 width: 18%;
 height: 18%;
 position: absolute;
 right: 20%;
 top: 20%;
 transition: 0.3s;
 transform: rotate(-45deg);
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_products .list li .arrow {
 transform: scale(0.8);
 transform-origin: right top;
 }}
@media screen and (max-width: 576px){
.home_products .list li + li {
 margin-top: 20px;
 }}
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 {
--primary:#1180E7;
--text:#474747;
--secondary:#70B3E5;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_about {
 padding: 13rem 0px 12.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_about {
 padding: 50px 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;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_about .head {
 flex: 1 1 0%;
 max-width: 91rem;
 padding-top: 1.5rem;
 }
.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;
 }}
.home_about .top .img {
 width: 18.2812%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.flex_middle {
 align-items: center;
 }
.home_about .bot {
 margin-top: -4.29688%;
 }
@media screen and (max-width: 576px){
.home_about .bot {
 gap: 30px;
 flex-direction: column;
 margin-top: 20px;
 }}
.home_about .text {
 flex: 1 1 0%;
 max-width: 53.8rem;
 }
.home_about .text p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
@media screen and (max-width: 768px){
.home_about .text p {
 font-size: 14px;
 line-height: 1.5;
 }}
.home_about .item {
 margin-top: 3.8rem;
 padding: 3.2rem 3.4rem 2.8rem;
 position: relative;
 border-radius: 1.8rem;
 background-color: rgb(247, 248, 251);
 }
@media screen and (max-width: 768px){
.home_about .item {
 padding: 20px;
 margin-top: 15px;
 border-radius: 15px;
 }}
.home_about .item .icon {
 width: 3rem;
 height: 3rem;
 position: absolute;
 left: 3.4rem;
 top: 3.6rem;
 }
@media screen and (max-width: 768px){
.home_about .item .icon {
 left: 20px;
 top: 22px;
 width: 20px;
 height: 20px;
 }}
.home_about .item .icon img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: contain;
 }
.home_about .item h3 {
 font-weight: 500;
 font-size: 2.8rem;
 padding-left: 4.6rem;
 }
@media screen and (max-width: 768px){
.home_about .item h3 {
 font-size: 18px;
 padding-left: 30px;
 }}
.home_about .item p {
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.home_about .item p {
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 1.8rem;
 line-height: 6.4rem;
 border-radius: 0.6rem;
 padding: 0px 4rem;
 min-width: 18.2rem;
 background-color: var(--primary);
 }
.btn:hover {
 background-color: var(--secondary);
 }
.home_about .text .btn {
 min-width: 22.7rem;
 margin-top: 4.6rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 42px;
 min-width: 120px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.home_about .text .btn {
 min-width: 120px;
 margin-top: 20px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_about .bot .img {
 width: 53.4375%;
 border-radius: 2.8rem;
 margin-right: -1.5625%;
 }
@media screen and (max-width: 768px){
.home_about .bot .img {
 margin: 0px;
 border-radius: 15px;
 }}
@media screen and (max-width: 576px){
.home_about .bot .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.home_about .bot .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;
--secondary:#70B3E5;
--swiper-wrapper-transition-timing-function,initial:;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.section_advantages {
 overflow: hidden;
 padding: 14.5rem 0px 16.6rem;
 background-color: rgb(247, 248, 251);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_advantages {
 padding: 50px 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;
 }}
.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;
 }}
.section_advantages .head {
 flex: 1 1 0%;
 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;
 }}
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 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_6/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
.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;
 }
@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 .btn_next::after {
 transform: rotate(180deg);
 }
.section_advantages .section_advantages_swiper {
 margin-top: 8.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_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;
 }
.section_advantages .section_advantages_swiper .swiper-slide {
 max-width: 37.4rem;
 }
.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){
.section_advantages .section_advantages_swiper .swiper-slide {
 max-width: 260px;
 }}
.section_advantages .section_advantages_swiper .active .item {
 border-color: var(--primary);
 }
.section_advantages .section_advantages_swiper .item {
 height: 100%;
 display: block;
 border-radius: 2.8rem;
 transition: 0.3s;
 border: 2px solid rgb(255, 255, 255);
 background-color: rgb(255, 255, 255);
 padding: 3.4rem 3.8rem 4.8rem;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item, .section_advantages .section_advantages_swiper .active .item {
 padding: 20px;
 border-radius: 15px;
 }}
.section_advantages .section_advantages_swiper .active .img {
 opacity: 0;
 transform: translateY(-2rem);
 }
.section_advantages .section_advantages_swiper .img {
 width: 10rem;
 height: 10rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: var(--secondary);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .img, .section_advantages .section_advantages_swiper .active .item .img {
 width: 50px;
 height: 50px;
 opacity: 1;
 transform: translate(0px);
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.section_advantages .section_advantages_swiper .img img {
 width: 50%;
 height: 50%;
 filter: contrast(0) brightness(2);
 }
.section_advantages .section_advantages_swiper .syedittext {
 overflow: auto;
 height: 27.6rem;
 margin-top: -5.4rem;
 display: flex;
 justify-content: flex-end;
 flex-direction: column;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .syedittext, .section_advantages .section_advantages_swiper .active .item .syedittext {
 height: auto;
 margin-top: 20px;
 }}
.section_advantages .section_advantages_swiper .syedittext h3 {
 font-weight: 600;
 font-size: 2.6rem;
 line-height: 3.4rem;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .syedittext h3, .section_advantages .section_advantages_swiper .active .item .syedittext h3 {
 font-size: 18px;
 line-height: 1.3;
 }}
.section_advantages .section_advantages_swiper .syedittext p {
 color: rgb(109, 112, 119);
 font-size: 1.8rem;
 line-height: 3.2rem;
 padding: 2.4rem 0px;
 display: none;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .syedittext p, .section_advantages .section_advantages_swiper .active .item .syedittext p {
 display: block;
 font-size: 14px;
 line-height: 1.5;
 padding: 12px 0px 0px;
 }}
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){


}
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.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;
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
