body.home {
  background-color: #000;
}

.home_page .banner_trigger {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.home_page .home_page_content {
  background-color: #fff;
}

.clip_path_anim {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fade_scroll_anim {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.all_section_fade_anim {
  position: relative;
}

.all_section_fade_anim .overlay_sections {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 10;
}

.hp_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #000;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hp_banner .bcg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hp_banner .bcg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp_banner .container {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 50px;
  padding-left: 229px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.hp_banner .hp_banner_desc {
  width: 100%;
  margin-bottom: 80px;
}

.hp_banner h1 {
  margin-bottom: 15px;
  width: 100%;
  max-width: 823px;
  opacity: 0;
  font-weight: 600;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.hp_banner p {
  font-size: 18px;
  line-height: 1.55556;
  width: 100%;
  margin-left: 98px;
  max-width: 443px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}

.hp_banner .hp_banner_swiper {
  position: absolute;
  right: -2vw;
  bottom: 0;
  width: 857px;
  height: 100%;
  overflow: visible;
}

.hp_banner .hp_banner_swiper .swiper_slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hp_banner .hp_banner_swiper img {
  display: block;
  max-width: 100%;
  max-height: calc(var(--vh, 1vh) * 78);
  opacity: 1;
}

.hp_banner .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hp_banner.start_anim h1,
.hp_banner.start_anim p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hp_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.hp_banner video.active {
  opacity: 1;
}

.hp_solutions {
  padding-bottom: 60px;
}

.hp_solutions h6 {
  margin-bottom: 54px;
}

.hp_solutions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hp_solutions .lhs {
  width: 30%;
  padding: 96px 20px 20px 116px;
}

.hp_solutions .lhs li {
  position: relative;
  cursor: pointer;
  margin-bottom: 38px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.4;
}

.hp_solutions .lhs li::before {
  content: '';
  position: absolute;
  left: -60px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.hp_solutions .lhs li.active {
  opacity: 1;
}

.hp_solutions .lhs li.active::before {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .hp_solutions .lhs li:hover {
    opacity: 1;
  }
}

.hp_solutions .rhs {
  width: 70%;
}

.hp_solutions .rhs .solutions_desc_cont {
  position: relative;
}

.hp_solutions .rhs .solutions_desc_cont::before {
  content: '';
  display: block;
  padding-top: 52.3%;
}

.hp_solutions .rhs li {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.hp_solutions .rhs li img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}

.hp_solutions .rhs li .black_desc_wrap {
  opacity: 0;
  -webkit-transition: opacity 0s ease-in-out 0.1s;
  transition: opacity 0s ease-in-out 0.1s;
}

.hp_solutions .rhs li.active {
  pointer-events: auto;
}

.hp_solutions .rhs li.active img {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hp_solutions .rhs li.active .black_desc_wrap {
  opacity: 1;
}

.hp_solutions .solutions_desc_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: start;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hp_solutions .solutions_desc_wrap picture,
.hp_solutions .solutions_desc_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hp_solutions .solutions_desc_wrap img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp_solutions .solutions_desc_wrap .img_wrap_anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.black_desc_wrap {
  position: relative;
  color: #fff;
  background-color: #000;
  padding: 38px 36px 0 41px;
  width: 344px;
  z-index: 1;
}

.black_desc_wrap.w_title {
  padding-top: 0;
}

.black_desc_wrap h6 {
  position: relative;
  padding: 19px 0 16px;
  font-weight: 600;
  margin-bottom: 45px;
}

.black_desc_wrap h6::after {
  content: "";
  position: absolute;
  left: -41px;
  bottom: 0;
  width: calc(100% + 77px);
  height: 1px;
  background-color: #333333;
}

.black_desc_wrap p {
  margin: 0 0 41px;
  line-height: 1.71429;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp_tech_section {
  padding: 70px 0 60px;
}

.hp_tech_section .lhs {
  padding-top: 68px;
  padding-right: 27px;
  padding-left: 30px;
  width: 51%;
}

.hp_tech_section .rhs {
  width: 49%;
  overflow: hidden;
}

.hp_tech_section .sub_title {
  margin-bottom: 42px;
}

.hp_tech_section h2 {
  margin-bottom: 0;
  max-width: 514px;
}

.hp_tech_section .tech_list_wrap {
  position: relative;
  width: 86%;
  margin: 0;
  padding: 35px 0 39px;
  overflow: visible;
}

.hp_tech_section .tech_list_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}

.hp_tech_section .tech_list_wrap .swiper-slide {
  cursor: pointer;
  width: 180px;
}

.hp_tech_section .tech_list_wrap .swiper-slide.swiper-slide-thumb-active .img_wrap {
  opacity: 1;
}

.hp_tech_section .tech_list_wrap .swiper-slide.swiper-slide-thumb-active h6 {
  opacity: 1;
  font-weight: 700;
}

.hp_tech_section .tech_list_wrap .img_wrap {
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.5;
}

.hp_tech_section .tech_list_wrap .img_wrap::before {
  content: '';
  padding-top: calc(100% - 1px);
  display: block;
}

.hp_tech_section .tech_list_wrap .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp_tech_section .tech_list_wrap h6 {
  max-width: 115px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
}

.hp_tech_section .tech_desc_list_wrap {
  position: relative;
  padding: 40px 0 0;
  margin: 0;
  width: 86%;
}

.hp_tech_section .tech_desc_list_wrap h5 {
  width: 70%;
  margin-bottom: 28px;
}

.hp_tech_section .tech_desc_list_wrap .carousel_nav {
  position: absolute;
  right: 15px;
  top: 39px;
  z-index: 3;
}

.hp_tech_section .tech_desc {
  margin-bottom: 46px;
}

.hp_tech_section .tech_desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
}

.hp_tech_section .tech_desc ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 28px;
}

.hp_tech_section .tech_desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.hp_tech_section .tech_desc ul li:last-child {
  margin-bottom: 0;
}

.hp_tech_section .tech_lgimg_list_wrap img {
  width: 100%;
}

.hp_industries {
  background-color: #f8f8f8;
  margin: 65px 0 43px;
}

.hp_industries .sub_title {
  margin-bottom: 45px;
}

.hp_industries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hp_industries .lhs {
  width: 51%;
  padding: 77px 49px 16px 120px;
}

.hp_industries .lhs ul {
  width: calc(100% + 36px);
  margin-left: -18px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hp_industries .lhs li {
  position: relative;
  cursor: pointer;
  width: 50%;
  padding: 0 18px;
  margin-bottom: 22px;
}

.hp_industries .lhs li:last-child::after, .hp_industries .lhs li:nth-last-child(2)::after {
  display: none;
}

.hp_industries .lhs li::after {
  content: '';
  position: absolute;
  left: 18px;
  bottom: 0;
  width: calc(100% - 36px);
  height: 1px;
  background-color: #000;
}

.hp_industries .lhs .title_22 {
  position: relative;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.hp_industries .rhs {
  width: 49%;
}

.hp_industries .rhs ul {
  position: relative;
  min-height: 537px;
}

.hp_industries .rhs li {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hp_industries .rhs li img {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out 0s;
  transition: 0.5s ease-in-out 0s;
}

.hp_industries .rhs li .black_desc_wrap {
  opacity: 0;
  -webkit-transition: 0s ease-in-out 0.1s;
  transition: 0s ease-in-out 0.1s;
}

.hp_industries .rhs li.active {
  pointer-events: auto;
}

.hp_industries .rhs li.active img {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hp_industries .rhs li.active .black_desc_wrap {
  opacity: 1;
}

.hp_industries .industrie_desc_wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  min-height: 537px;
}

.hp_industries .industrie_desc_wrap .img_wrap {
  position: absolute;
  left: 98px;
  bottom: 0;
  width: calc(100% - 98px);
  height: calc(100% + 65px);
}

.hp_industries .industrie_desc_wrap picture,
.hp_industries .industrie_desc_wrap img {
  display: block;
  width: 100%;
  height: 100%;
}

.hp_industries .industrie_desc_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hp_posts_section {
  padding: 20px 0 101px;
}

.hp_posts_section .sub_title {
  margin-bottom: 42px;
}

.hp_posts_section .title_38 {
  margin-bottom: 6px;
  font-weight: 500;
}

.hp_posts_section .author {
  color: #333333;
  font-weight: 600;
  line-height: 1.85714;
  margin-bottom: 24px;
}

.hp_posts_section .wysiwyg {
  color: #888888;
}

.hp_posts_section .swiper-slide {
  height: auto;
}

.hp_posts_section .full_post {
  min-height: 100%;
}

.hp_posts_section .full_post .lhs {
  width: 49%;
  min-height: 660px;
  background-color: #f8f8f8;
}

.hp_posts_section .full_post .rhs {
  width: 51%;
  padding: 72px 55px 20px 90px;
  background-color: #f8f8f8;
}

.hp_posts_section .full_post img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hp_posts_section .full_post .author {
  margin-bottom: 28px;
}

.hp_posts_section .full_post .wysiwyg {
  padding-bottom: 21px;
  max-width: 428px;
}

.hp_posts_section .single_post {
  position: relative;
  width: calc(100% / 3);
  padding: 0 48px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hp_posts_section .single_post .wysiwyg {
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp_posts_section .single_post::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
}

.hp_posts_section .single_post:last-child::after {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1330px) {
  .hp_banner .container {
    padding-left: 116px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .hp_banner .title_112 {
    font-size: 80px;
    max-width: 500px;
  }
  .hp_banner p {
    margin-left: 20px;
    max-width: 400px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .home_page .banner_trigger {
    height: calc(var(--tablet, 1vh) * 100);
  }
  .hp_banner {
    background-color: transparent;
    min-height: calc(var(--tablet, 1vh) * 100);
  }
  .hp_banner .bcg_img, .hp_banner video {
    height: calc(var(--vh, 1vh) * 100);
  }
  .hp_banner .hp_banner_wrap {
    background-color: #000;
    will-change: transfrom;
  }
  .hp_banner .hp_banner_swiper {
    width: 70%;
    right: -7%;
    bottom: 0;
  }
  .hp_banner .hp_banner_swiper .swiper_slide {
    padding-bottom: 0;
  }
  .hp_banner .hp_banner_swiper img {
    max-height: calc(var(--vh, 1vh) * 70);
  }
  .hp_banner .container {
    padding: 0 40px 0 70px;
    min-height: calc(var(--tablet, 1vh) * 100);
  }
  .hp_banner .hp_banner_desc {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--tablet, 1vh) * 100);
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 70px;
    z-index: 1;
  }
  .hp_banner h1 {
    width: 100%;
  }
  .hp_banner p {
    width: 100%;
    max-width: 255px;
    margin-top: auto;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.625;
  }
}

@media screen and (min-width: 1025px) {
  .hp_tech_section .tech_list_wrap .swiper-slide:hover .img_wrap {
    opacity: 1;
  }
  .hp_tech_section .tech_list_wrap .swiper-slide:hover h6 {
    opacity: 1;
  }
  .hp_banner h1{
      font-size: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .hp_industries .lhs .title_22:hover {
    opacity: 0.4;
  }
}

@media screen and (max-width: 1024px) {
  .hp_solutions {
    padding-bottom: 0;
  }
  .hp_solutions h6 {
    margin-bottom: 36px;
  }
  .hp_solutions .lhs {
    width: 100%;
    padding-top: 36px;
    padding-right: 34px;
    padding-bottom: 17px;
    padding-left: 86px;
  }
  .hp_solutions .lhs ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .hp_solutions .lhs li {
    max-width: calc(100% / 3);
    margin-bottom: 20px;
  }
  .hp_solutions .lhs li::before {
    display: none;
  }
  .hp_solutions .lhs h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .hp_solutions .rhs {
    width: 100%;
  }
  .hp_solutions .rhs .solutions_desc_cont::before {
    padding-top: 51.6%;
  }
  .hp_solutions .solutions_desc_wrap {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .hp_posts_section {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .hp_posts_section .container {
    padding: 0;
  }
  .hp_posts_section .hp_posts_header {
    padding-left: 86px;
    padding-right: 40px;
    margin-bottom: 26px;
  }
  .hp_posts_section .sub_title {
    margin-bottom: 0;
  }
  .hp_posts_section .single_post .wysiwyg {
    font-size: 15px;
  }
  .hp_posts_section .hp_posts_wrap {
    padding: 0 40px 0 86px;
  }
  .hp_posts_section .full_post {
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .hp_posts_section .full_post .rhs {
    padding: 29px 40px 0;
  }
  .hp_posts_section .full_post .author {
    margin-bottom: 13px;
  }
  .hp_posts_section .single_post {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .hp_posts_section .single_post::after {
    display: none;
  }
  .hp_posts_section .single_post h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 4px;
  }
  .hp_posts_section .single_post .author {
    margin-bottom: 19px;
  }
  .hp_posts_section .single_post .wysiwyg {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hp_posts_section .title_38 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .hp_posts_section .author {
    font-size: 12px;
    line-height: 26px;
  }
  .hp_posts_section .wysiwyg {
    font-size: 14px;
    line-height: 24px;
  }
  .hp_posts_section .wysiwyg p {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .hp_industries {
    margin: 0;
  }
  .hp_industries .sub_title {
    margin-bottom: 33px;
  }
  .hp_industries .lhs {
    width: 100%;
    padding: 46px 40px 39px 86px;
  }
  .hp_industries .lhs .industries_list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .hp_industries .lhs li {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 0;
  }
  .hp_industries .lhs li::after {
    display: none;
  }
  .hp_industries .lhs .title_22 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 4px;
  }
  .hp_industries .rhs {
    width: 100%;
  }
  .hp_industries .rhs ul {
    min-height: 555px;
  }
  .hp_industries .industrie_desc_wrap {
    min-height: 555px;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-left: 50px;
  }
  .hp_industries .industrie_desc_wrap .img_wrap {
    left: 0;
    width: 100%;
    height: calc(100% - 54px);
  }
}

@media screen and (max-width: 1024px) {
  .hp_tech_section {
    padding: 76px 0 66px;
  }
  .hp_tech_section .lhs {
    width: 45%;
    padding: 0 0 0 11px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .hp_tech_section .rhs {
    width: 55%;
    padding: 0 40px 0 39px;
  }
  .hp_tech_section .title_38 {
    font-size: 36px;
    line-height: 46px;
  }
  .hp_tech_section .tech_list_wrap {
    padding: 42px 0 35px;
    width: 100%;
  }
  .hp_tech_section .tech_list_wrap h6 {
    font-size: 13px;
    line-height: 18px;
  }
  .hp_tech_section .tech_list_wrap .img_wrap::before {
    padding-top: 107%;
  }
  .hp_tech_section .tech_desc_list_wrap {
    padding-top: 32px;
    width: 100%;
  }
  .hp_tech_section .tech_desc_list_wrap h5 {
    line-height: 1.2;
    margin-bottom: 31px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav {
    right: 0;
    top: 30px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav button {
    padding-top: 2px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav svg {
    width: 15px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav .desc_16 {
    font-size: 14px;
    line-height: 26px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav .numbers {
    margin: 0 15px;
  }
  .hp_tech_section .tech_lgimg_list_wrap {
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 170%;
    max-width: 567px;
  }
  .hp_tech_section .tech_desc {
    margin-bottom: 30px;
  }
  .hp_tech_section .tech_desc ul li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hp_solutions h6 {
    margin-bottom: 27px;
  }
  .hp_solutions .lhs {
    padding: 65px 20px 32px;
  }
  .hp_solutions .lhs ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .hp_solutions .lhs li {
    width: auto;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .hp_solutions .lhs h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .hp_solutions .rhs li.active {
    position: relative;
  }
  .hp_solutions .rhs .solutions_desc_cont::before {
    display: none;
  }
  .hp_solutions .solutions_desc_wrap {
    position: relative;
    padding-left: 0;
  }
  .hp_solutions .solutions_desc_wrap .img_wrap_anim {
    position: relative;
    height: 58vw;
  }
}

@media screen and (max-width: 767px) {
  .hp_banner .container {
    padding: 0 20px;
  }
  .hp_banner .hp_banner_desc {
    padding-top: 83px;
    padding-bottom: 10px;
  }
  .hp_banner p {
    font-size: 14px;
    line-height: 22px;
    max-width: 217px;
  }
  .hp_banner .hp_banner_swiper {
    width: 100%;
    right: -15%;
    bottom: 0;
  }
  .hp_banner .hp_banner_swiper img {
    max-height: calc(var(--vh, 1vh) * 70);
  }
}

@media screen and (max-width: 767px) {
  .hp_tech_section {
    padding-top: 52px;
    padding-bottom: 26px;
  }
  .hp_tech_section .title_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .hp_tech_section .lhs {
    width: 100%;
    padding: 0 20px;
  }
  .hp_tech_section .rhs {
    width: 100%;
    padding: 0 20px;
  }
  .hp_tech_section .sub_title {
    margin-bottom: 26px;
  }
  .hp_tech_section .title_38 {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
  }
  .hp_tech_section .tech_lgimg_list_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .hp_tech_section .tech_list_wrap {
    padding-top: 12px;
    padding-bottom: 41px;
  }
  .hp_tech_section .tech_list_wrap .swiper-slide {
    width: 92px;
  }
  .hp_tech_section .tech_list_wrap h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .hp_tech_section .tech_list_wrap .img_wrap::before {
    padding-top: 106%;
  }
  .hp_tech_section .tech_desc_list_wrap {
    padding-top: 28px;
  }
  .hp_tech_section .tech_desc_list_wrap h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav {
    top: 22px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav button {
    padding-top: 10px;
    margin-top: 3px;
  }
  .hp_tech_section .tech_desc_list_wrap .carousel_nav .numbers {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .hp_posts_section {
    padding-bottom: 30px;
  }
  .hp_posts_section .container {
    padding: 0 20px;
  }
  .hp_posts_section .hp_posts_header {
    margin-bottom: 30px;
    padding: 0;
  }
  .hp_posts_section .hp_posts_wrap {
    padding: 0;
  }
  .hp_posts_section .swiper-container {
    overflow: visible;
  }
  .hp_posts_section .full_post {
    width: 100%;
    padding: 0;
    display: block;
    background-color: #f8f8f8;
  }
  .hp_posts_section .full_post .lhs {
    position: relative;
    width: 100%;
    min-height: auto;
  }
  .hp_posts_section .full_post .lhs::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .hp_posts_section .full_post .lhs img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .hp_posts_section .full_post .rhs {
    width: 100%;
    padding: 23px 20px 0;
  }
  .hp_posts_section .full_post .title_38 {
    margin-bottom: 12px;
  }
  .hp_posts_section .full_post .author {
    margin-bottom: 8px;
  }
  .hp_posts_section .full_post .wysiwyg {
    line-height: 26px;
    padding-bottom: 18px;
  }
  .hp_posts_section .full_post .wysiwyg p:last-child {
    margin-bottom: 0;
  }
  .hp_posts_section .title_38 {
    font-size: 24px;
    line-height: 34px;
  }
  .hp_posts_section .single_post {
    width: 100%;
    padding: 0 20px 36px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 36px;
  }
  .hp_posts_section .single_post:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .hp_posts_section .single_post h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .hp_posts_section .single_post .author {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .hp_industries .sub_title {
    margin-bottom: 40px;
  }
  .hp_industries .lhs {
    padding: 65px 24px 40px;
  }
  .hp_industries .lhs li {
    width: 50%;
    margin-bottom: 10px;
  }
  .hp_industries .lhs .title_22 {
    line-height: 20px;
    padding-bottom: 10px;
  }
  .hp_industries .rhs ul {
    min-height: auto;
  }
  .hp_industries .rhs li.active {
    position: relative;
  }
  .hp_industries .industrie_desc_wrap {
    display: block;
    min-height: auto;
    padding-left: 0;
  }
  .hp_industries .industrie_desc_wrap .img_wrap {
    position: relative;
    height: 66vw;
  }
  .hp_industries .black_desc_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hp_industries .black_desc_wrap h6 {
    margin-bottom: 26px;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 19px;
  }
  .hp_industries .black_desc_wrap h6::after {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .black_desc_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hp_banner .hp_banner_wrap {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .hp_banner .hp_banner_swiper .swiper_slide {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .clip_path_anim, .fade_scroll_anim {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_page .home_page_content {
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .home_page *:not(.element_anim):not(.element_anim_1):not(.element_anim_2):not(.element_anim_3):not(.element_anim_4):not(.element_anim_5) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hp_solutions {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hp_tech_section {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_page .clients_section .container {
    padding-left: 86px;
  }
  .home_page .clients_section .clients_wrap img {
    max-width: 110px;
  }
}
/*# sourceMappingURL=home.css.map */