html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#1D1D1F;
--primary:#1180E7;
--secondary:#70B3E5;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.products_banner {
 position: relative;
 z-index: 2;
 }
.products_banner::before {
 content: "";
 display: block;
 width: 45.4167%;
 height: 100%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to right, var(--title), transparent);
 }
.products_banner::after {
 content: "";
 display: block;
 width: 100%;
 height: 24.1082%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to top, var(--title), transparent);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.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;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.products_banner .flex {
 padding: 4rem 0px;
 min-height: 81.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.products_banner .flex {
 min-height: unset;
 padding: 7rem 0px;
 }}
.head.banner {
 color: rgb(255, 255, 255);
 }
.products_banner .head {
 flex: 1 1 0%;
 max-width: 59rem;
 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;
 }
[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.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;
 }
[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 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;
 }
.products_banner .head p {
 max-width: 58.2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (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;
 }}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
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);
 }
.products_banner .img {
 width: 45.9375%;
 --h: 115.646259%;
 }
.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;
 }
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);} 

* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_video {
 padding: 3.7rem 0px 2.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_video {
 padding: 30px 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.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;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_video .desc {
 color: rgb(35, 35, 35);
 }
.home_video .desc strong {
 display: inline-block;
 font-size: 2.4rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.home_video .desc strong {
 font-size: 16px;
 }}
.home_video .desc p {
 display: inline-block;
 font-size: 2rem;
 font-weight: 500;
 opacity: 0.85;
 }
.home_video .desc p::before {
 display: inline-block;
 content: "";
 width: 1px;
 height: 2.3rem;
 background-color: rgb(35, 35, 35);
 opacity: 0.23;
 margin: 0px 3.4rem 0px 3rem;
 vertical-align: bottom;
 }
@media screen and (max-width: 768px){
.home_video .desc p {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.home_video .desc p::before {
 display: none;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_i {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 background-color: transparent;
 transition: 0.3s;
 font-size: 1.8rem;
 line-height: normal;
 font-weight: 700;
 color: var(--primary);
 gap: 1.6rem;
 }
.btn_i::after {
 display: inline-block;
 content: "";
 width: 1.6rem;
 height: 1.6rem;
 background: url("https://toukoo.com/wp-content/plugins/sytech-fronteditor/sytpl/home_video/assets/img/arrow-r.svg") right center / contain no-repeat;
 transition: 0.3s;
 }
.btn_i:hover::after {
 transform: translateX(20%);
 }
.home_video .btn_i {
 font-size: 1.7rem;
 font-weight: 600;
 }
.home_video .btn_i::after {
 width: 1.4rem;
 height: 1.4rem;
 background-image: url("https://toukoo.com/wp-content/plugins/sytech-fronteditor/sytpl/home_video/assets/img/nav-r.svg");
 }
@media screen and (max-width: 768px){
.btn_i {
 font-size: 14px;
 gap: 12px;
 }}
@media screen and (max-width: 768px){
.btn_i::after {
 width: 12px;
 height: 12px;
 }}
@media screen and (max-width: 768px){
.home_video .btn_i {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.home_video .btn_i::after {
 width: 12px;
 height: 12px;
 }}
.video {
 position: relative;
 width: 100%;
 padding-bottom: 42.2656%;
 border-radius: 3.4rem;
 overflow: hidden;
 cursor: pointer;
 }
.home_video .video {
 margin-top: 6.2rem;
 padding-bottom: 52.6562%;
 }
@media screen and (max-width: 768px){
.video {
 border-radius: 10px;
 }}
@media screen and (max-width: 768px){
.home_video .video {
 margin-top: 30px;
 }}
.video video, .video img, .video iframe, .video div:not(.btn_play):not(.video_input_wrap) {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 }
i, em {
 font-style: normal;
 }
.video .btn_play {
 position: absolute;
 width: 6.25%;
 padding-bottom: 6.25%;
 left: 50%;
 top: 50%;
 z-index: 2;
 transform: translate(-50%, -50%);
 border-radius: 50%;
 background: url("https://toukoo.com/wp-content/plugins/sytech-fronteditor/sytpl/home_video/assets/img/play.svg") no-repeat center / 26.25% var(--primary);
 transition: 0.4s, opacity 0.3s;
 cursor: pointer;
 }
.video .btn_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
.video .video_input_wrap {
 position: absolute;
 bottom: 2rem;
 left: 50%;
 z-index: 10;
 display: flex;
 align-items: center;
 gap: 0.8rem;
 background: rgba(0, 0, 0, 0.55);
 backdrop-filter: blur(8px);
 border-radius: 4rem;
 padding: 0.6rem 0.8rem 0.6rem 2rem;
 width: 60%;
 min-width: 30rem;
 max-width: 60rem;
 opacity: 0;
 transition: opacity 0.3s, transform 0.3s;
 transform: translateX(-50%) translateY(10px);
 }
.video:hover .video_input_wrap {
 opacity: 1;
 transform: translateX(-50%) translateY(0);
 }
.video .video_input_wrap .video_input {
 flex: 1;
 background: transparent;
 color: #fff;
 font-size: 1.4rem;
 padding: 0.8rem 0;
 }
.video .video_input_wrap .video_input::placeholder {
 color: rgba(255, 255, 255, 0.55);
 }
.video .video_input_wrap .video_input_btn {
 flex-shrink: 0;
 background: var(--primary);
 color: #fff;
 border-radius: 50%;
 width: 3.6rem;
 height: 3.6rem;
 font-size: 1.3rem;
 font-weight: 600;
 transition: background 0.3s, transform 0.2s;
 display: flex;
 align-items: center;
 justify-content: center;
 }
.video .video_input_wrap .video_input_btn:hover {
 background: #0080b8;
 transform: scale(1.08);
 }
@media screen and (max-width: 768px){
.video .video_input_wrap {
 width: 85%;
 min-width: auto;
 padding: 0.5rem 0.6rem 0.5rem 1.4rem;
 bottom: 10px;
 }
.video .video_input_wrap .video_input {
 font-size: 12px;
 }
.video .video_input_wrap .video_input_btn {
 width: 30px;
 height: 30px;
 font-size: 11px;
 }
}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }


 .video .video_input_wrap{
  display: none;
 }
 .toplevel_page_sytech_fronteditor .video .video_input_wrap{
  display: flex;
 }
@media screen and (max-width: 786px){


}