* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com///wp-content/plugins/sytech-fronteditor/sytpl/application1-page_banner-img_bg/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head.ban p {
  font-size: 2rem;
}
.head.ban .subtitle {
  border: none;
  padding: 0px;
  gap: 1.1rem;
}
.head.ban.white p {
  letter-spacing: 0.15px;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white .subtitle {
  font-weight: 300;
  letter-spacing: 0.2px;
}
.head.white p {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.13px;
}
.head.white h1 {
  font-weight: 600;
  letter-spacing: 3.4px;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h1 {
  font-size: 6.4rem;
  line-height: 1.20312;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.page_banner .flex {
  height: 100vh;
  max-height: 81.6rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.page_banner .head {
  flex: 1 1 0%;
  max-width: 83.6rem;
  padding-bottom: 5.6%;
}
.page_banner .subtitle {
  margin-bottom: -2px;
  color: var(--text_w);
}
.page_banner p {
  max-width: 49.9rem;
  margin-top: 3.3rem;
}
.page_banner .btn {
  margin-top: 3.5rem;
}
.page_banner .head {
  padding-bottom: 4.2%;
}
.page_banner .subtitle {
  margin-bottom: -1px;
}
.page_banner h1 {
  max-width: 66.8rem;
}
.page_banner p {
  margin-top: 3.2rem;
}
.page_banner .btn {
  margin-top: 3.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head.ban .subtitle {
    gap: 10px;
    line-height: 1.5;
  }
  div.head.ban p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.ban.white p {
    letter-spacing: unset;
  }
  div.head.white h1 {
    letter-spacing: unset;
  }
  div.head.white .subtitle {
    letter-spacing: unset;
    gap: 10px;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  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;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .page_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-color: var(--title);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
    flex: unset;
    max-width: unset;
  }
  .page_banner .head {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner .head {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com///wp-content/plugins/sytech-fronteditor/sytpl/application2-application_intro/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.application_intro {
  padding: 14.4rem 0px 8.6rem;
}
.application_intro .flex + .flex {
  margin-top: 2.6rem;
}
.application_intro .reverse {
  flex-direction: row-reverse;
}
.application_intro .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 62.6rem;
  padding-bottom: 7%;
}
.application_intro .subtitle {
  margin-bottom: 2.8rem;
  padding: 0px 1.6rem 0px 1.3rem;
}
.application_intro h2 {
  margin-bottom: 4.1rem;
}
.application_intro p {
  margin-top: 3.2rem;
  max-width: 55.2rem;
}
.application_intro p:first-child {
  margin-top: 0px;
}
.application_intro .btn {
  margin-top: 3.6rem;
  gap: 1.8rem;
  padding-left: 3.2rem;
}
.application_intro .rt {
  padding: 3.6% 0px 0px;
}
.application_intro .rt p {
  max-width: unset;
  hyphens: auto;
}
.application_intro .img {
  border-radius: 2.5rem;
  width: 43.4722%;
  height: auto;
}
.application_intro .img:hover img {
  transform: scale(1.02);
}
.application_intro .lar_img {
  width: 47.7083%;
  height: auto;
  border-radius: 3.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  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;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .application_intro {
    padding: 50px 0px;
  }
  .application_intro .flex + .flex {
    margin-top: 40px;
  }
  .application_intro .head {
    padding: 0px;
    max-width: unset;
  }
  .application_intro .head h2 {
    margin-bottom: 10px;
  }
  .application_intro .img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .application_intro .img {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.4rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://www.fariplasmatech.com///wp-content/plugins/sytech-fronteditor/sytpl/application3-page_features/assets/img/arrow.svg") center center / 31% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.page_features {
  padding: 5.4rem 0px 15.8rem;
  overflow: hidden;
}
.page_features h2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page_features .feature_swiper {
  margin-top: 4rem;
}
.page_features .swiper_con {
  margin-top: 5.1rem;
}
.feature_swiper .swiper-slide {
  max-width: 41.6rem;
}
.feature_swiper .active .item {
  background-color: rgb(255, 255, 255);
  box-shadow: var(--shadow);
}
.feature_swiper .active .item::after {
  opacity: 1;
}
.feature_swiper .active .item .info {
  transform: translateY(0px);
}
.feature_swiper .active .item .info p {
  opacity: 1;
}
.feature_swiper .active .icon {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.feature_swiper .active .icon img {
  filter: contrast(0) brightness(2);
}
.feature_swiper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
  border-radius: 2.6rem;
  background-color: var(--bg2);
  padding: 8.9% 9.1% 7.4%;
  overflow: hidden;
  min-height: 37.1rem;
}
.feature_swiper .item::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 2.6rem;
  border: 2px solid var(--secondary);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.feature_swiper .icon {
  border-radius: 1.3rem;
  border: 1px solid rgb(239, 239, 239);
  width: 7.2rem;
  height: 7.2rem;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  margin-bottom: auto;
}
.feature_swiper .info {
  margin-top: 3rem;
  transition: 0.4s;
  transform: translateY(9rem);
}
.feature_swiper .info h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 600;
  transition: 0.3s;
  flex: 1 1 0%;
  letter-spacing: 0.15px;
}
.feature_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text2);
  margin-top: 2.2rem;
  opacity: 0;
  transition: 0.3s;
  min-height: 8.4rem;
}
div.pagination {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(162, 162, 162);
  gap: 1.6rem;
}
div.pagination .line {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: rgb(162, 162, 162);
  content: "";
}
div.pagination .current {
  color: rgb(12, 12, 12);
  font-weight: 500;
}
.page_features {
  padding-bottom: 7.6rem;
}
.page_features .feature_swiper {
  margin-top: 4.9rem;
}
@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 (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .page_features {
    padding: 50px 0px;
  }
  .page_features h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  .page_features .feature_swiper,
  .page_features .swiper_con {
    margin-top: 30px;
  }
  .feature_swiper .swiper-slide {
    max-width: 270px;
  }
  .feature_swiper .item {
    padding: 20px;
    min-height: unset;
    border-radius: 10px;
  }
  .feature_swiper .item::after {
    border-radius: 10px;
  }
  .feature_swiper .item .info {
    transform: translateY(0px);
  }
  .feature_swiper .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .feature_swiper .info {
    margin-top: 20px;
    flex: 1 1 0%;
  }
  .feature_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    min-height: 54px;
  }
  .feature_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    min-height: unset;
    opacity: 1;
  }
  div.pagination {
    font-size: 14px;
    gap: 12px;
  }
  div.pagination .line {
    width: 22px;
  }
  .page_features {
    padding-bottom: 50px;
  }
  .page_features .feature_swiper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.4rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/application4-application_specific/assets/img/arrow.svg") center center / 31% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 169.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.application_specific {
  padding: 7.6rem 0px 12.7rem;
}
.application_specific .subtitle {
  margin-bottom: 2.8rem;
  padding: 0px 1.6rem 0px 1.3rem;
}
.application_specific .application_specific_swiper {
  overflow: hidden;
  margin-top: 7.4rem;
  border-radius: 1.6rem;
}
.application_specific .application_specific_swiper .swiper-slide {
  max-width: 456px;
}
.application_specific .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.application_specific .item:hover img {
  transform: scale(1.02);
}
.application_specific .item .img {
  border-radius: 1.6rem;
  padding-bottom: 96.7033%;
}
.application_specific .item .title {
  flex: 1 1 0%;
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 3.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .application_specific {
    padding: 50px 0px;
    overflow: hidden;
  }
  .application_specific .application_specific_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .application_specific .application_specific_swiper .swiper-slide {
    max-width: 235px;
  }
  .application_specific .swiper_btns {
    display: none;
  }
  .application_specific .item .img {
    border-radius: 10px;
  }
  .application_specific .item .title {
    font-size: 18px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

.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;
}
.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;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.application_advantages {
  padding: 8rem 0px 5.9rem;
}
.application_advantages .lt {
  width: 42.5694%;
  margin-bottom: 1.8%;
}
.application_advantages .rt {
  max-width: 69.5rem;
  width: 100%;
  flex: 1 1 0%;
}
.application_advantages .subtitle {
  margin-bottom: 2.8rem;
  padding: 0px 1.6rem 0px 1.3rem;
}
.application_advantages p {
  max-width: 56.8rem;
  line-height: 2.8rem;
  margin-top: 4.2rem;
}
.application_advantages .application_advantages_swiper {
  border-radius: 2.4rem;
  overflow: hidden;
  margin-top: 10.3rem;
}
.application_advantages .application_advantages_swiper .img {
  padding-bottom: 65.0897%;
}
.application_advantages .application_advantages_swiper:hover img {
  transform: scale(1.02);
}
.application_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 9.1rem 11.8%;
}
.application_advantages .items .active .icon {
  background-color: var(--secondary);
}
.application_advantages .items .active .icon img {
  filter: contrast(0) brightness(2);
}
.application_advantages .items .icon {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 1.3rem;
  background-color: var(--bg2);
  transition: 0.3s;
}
.application_advantages .items .line {
  height: 1px;
  background-color: rgb(209, 209, 209);
  content: "";
  margin: 4.1rem 0px 2.5rem;
}
.application_advantages .items .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.application_advantages .items .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text2);
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .application_advantages .items ul {
    gap: 5rem 2.8%;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  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_advantages {
    padding: 50px 0px;
  }
  .application_advantages .lt {
    width: 100%;
    margin: 0px;
  }
  .application_advantages .rt {
    max-width: unset;
  }
  .application_advantages .application_advantages_swiper {
    margin-top: 30px;
    border-radius: 10px;
  }
  .application_advantages .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
  }
  .application_advantages .items .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .application_advantages .items .line {
    margin: 16px 0px 10px;
  }
  .application_advantages .items .info h3 {
    font-size: 18px;
  }
  .application_advantages .items .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}
