html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_op:rgba(35, 24, 21, 0.8);
--text:#474747;
--primary:#006ab4;
--h:;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
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;
 pointer-events: 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_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.blog_banner .flex {
 height: 100vh;
 min-height: max-content;
 max-height: 81.6rem;
 padding: 6rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.blog_banner .flex {
 height: auto;
 max-height: unset;
 min-height: unset;
 padding: 50px 0px;
 }}
.blog_banner .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 58rem;
 padding-bottom: 1.3%;
 }
@media screen and (max-width: 768px){
.blog_banner .head {
 padding: 0px;
 }}
.head h1 {
 font-size: 6.4rem;
 line-height: 1.20312;
 font-weight: 700;
 letter-spacing: 1.4px;
 }
.blog_banner h1 {
 letter-spacing: 1.55px;
 }
[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: 1220px){
.head h1 {
 font-size: 5.6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 4.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;
 }}
.head.bn p {
 font-size: 2rem;
 color: var(--text_op);
 letter-spacing: 0.09px;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.blog_banner p {
 max-width: 54.1rem;
 hyphens: auto;
 margin-top: 2.6rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
div.head.bn p {
 font-size: 14px;
 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;
 }}
[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;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 6.2rem;
 padding: 0px 3.5rem 0px 3.4rem;
 min-width: 18.6rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.blog_banner .btn {
 margin-top: 3.7rem;
 min-width: 22.2rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 min-width: 120px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 margin-top: 20px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.blog_banner .imgs {
 width: 50.1389%;
 position: relative;
 margin-bottom: 3.7%;
 }
@media screen and (max-width: 768px){
.blog_banner .imgs {
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.blog_banner .imgs {
 width: 100%;
 order: -1;
 }}
.blog_banner .imgs ul {
 position: static;
 padding-bottom: 68.4211%;
 }
li {
 list-style: none;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.blog_banner .imgs .img_cv {
 width: 90.166%;
 --h: 63.75%;
 border-radius: 2rem;
 position: absolute;
 z-index: 2;
 }
.blog_banner .imgs .img_cv.opacity::before {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 z-index: 2;
 background-color: rgb(255, 255, 255);
 opacity: 0.4;
 pointer-events: none;
 content: "";
 }
.blog_banner .imgs .sm_img {
 width: 78.255%;
 }
.blog_banner .imgs .img:nth-child(1) {
 left: 0px;
 bottom: 0px;
 }
@media screen and (max-width: 768px){
.blog_banner .imgs .img_cv {
 border-radius: 10px;
 }}
.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;
 }
.blog_banner .imgs .img_cv:hover img {
 transform: scale(1.02);
 }
.blog_banner .imgs .img:nth-child(2) {
 right: 0px;
 top: 0px;
 }
.blog_banner .imgs .img_ct {
 position: absolute;
 height: auto;
 }
.blog_banner .imgs .img:nth-child(3) {
 width: 8.31%;
 left: -4.4%;
 top: 3.3%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.blog_banner .imgs .img:nth-child(4) {
 width: 5.4%;
 bottom: 0.5%;
 right: 4.2%;
 }
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){


}