html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_w:rgba(255, 255, 255, 0.8);
--title:#1c1c1c;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_banner {
 z-index: 3;
 }
.page_banner::after, .page_banner::before {
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 33.8295%;
 background-image: linear-gradient(to top, rgb(20, 88, 168) -8%, transparent);
 content: "";
 z-index: 2;
 pointer-events: none;
 opacity: 0.74;
 }
.page_banner::before {
 height: 44.655%;
 opacity: 1;
 background-image: linear-gradient(to top, rgb(0, 4, 12) -25.4545%, transparent);
 z-index: 1;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner::before, .page_banner::after {
 height: 100%;
 z-index: -1;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.page_banner .bn_mask {
 height: 107.7%;
 pointer-events: none;
 z-index: 3;
 }
@media screen and (max-width: 768px){
.page_banner .bn_mask {
 display: none;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@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;
 }
.page_banner .flex {
 min-height: 73.9rem;
 padding: 12rem 0px 8.4rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 100px 0px 50px;
 }}
.page_banner .head {
 position: relative;
 z-index: 3;
 flex: 1 1 0%;
 width: 100%;
 padding-bottom: 3.2%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 }}
.head h1 {
 font-size: 5.8rem;
 line-height: 1.18966;
 font-weight: 700;
 letter-spacing: 0.04rem;
 }
[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 (min-width: 769px) and (max-width: 1024px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head.bn p {
 font-size: 2.2rem;
 line-height: 3.2rem;
 letter-spacing: 0.018rem;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.page_banner p {
 margin-top: 2.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){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head.bn 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;
 }}
i, em {
 font-style: normal;
 }
.page_banner .bn_arrow {
 position: absolute;
 bottom: 12.2rem;
 right: 2.75%;
 z-index: 2;
 width: 1rem;
 background: url("https://grandcnc.net//wp-content/plugins/sytech-fronteditor/sytpl/application_0/assets/img/bn-line.svg") center center / contain no-repeat;
 }
.page_banner .bn_arrow::after {
 padding-bottom: 1920%;
 content: "";
 display: block;
 }
@media screen and (max-width: 768px){
.page_banner .bn_arrow {
 bottom: 20px;
 width: 5px;
 right: 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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_w:rgba(255, 255, 255, 0.8);
--primary:#1b85c9;
--swiper-wrapper-transition-timing-function,initial:;
--bg_w2:#f3f5f7;
--title:#1c1c1c;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.application_description {
 padding: 13.5rem 0px 13.4rem;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.application_description {
 padding: 50px 0px;
 overflow: hidden;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.application_description > img:nth-of-type(1) {
 opacity: 0.5;
 }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@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;
 }}
.center {
 text-align: center;
 }
.application_description .head {
 max-width: 83.6rem;
 margin: 0px auto;
 }
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.7rem 1fr;
 align-items: center;
 font-size: 1.8rem;
 line-height: normal;
 text-transform: uppercase;
 gap: 1.3rem;
 margin-bottom: 1rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 100%;
 content: "";
 background: url("https://grandcnc.net//wp-content/plugins/sytech-fronteditor/sytpl/application_1/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
[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){
div.head .subtitle {
 grid-template-columns: 14px 1fr;
 line-height: 1.5;
 font-size: 14px;
 gap: 10px;
 margin-bottom: 8px;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 700;
 letter-spacing: 0.03rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h2 {
 font-size: 4rem;
 }}
@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;
 }}
.head h2 span {
 color: var(--primary);
 }
.syedittext p, .syedittext .desc {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.application_description p {
 margin-top: 2.9rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
@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;
 }}
.application_description .application_description_swiper {
 overflow: hidden;
 border-radius: 1rem 1rem 0px 0px;
 margin-top: 5.6rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.application_description .application_description_swiper {
 overflow: unset;
 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;
 }
.application_description .application_description_swiper .swiper-slide {
 max-width: 220px;
 }
.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){
.application_description .application_description_swiper .swiper-slide {
 max-width: 240px;
 }}
.application_description .item {
 display: block;
 height: 100%;
 }
.img.img_ab {
 position: relative;
 }
.application_description .item .img {
 border-radius: 1rem;
 padding-bottom: 106.393%;
 background-color: var(--bg_w2);
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.application_description .item:hover img {
 transform: scale(1.02);
 }
.application_description .item .title {
 text-align: center;
 font-size: 1.8rem;
 opacity: 0.85;
 margin-top: 1rem;
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
@media screen and (max-width: 768px){
.application_description .item .title {
 font-size: 16px;
 margin-top: 12px;
 letter-spacing: unset;
 }}
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){


}