:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #23397d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #222326;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: #24292f;
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

li {
  color: #24292f;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.navbar-no-shadow {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 76px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 8px #0000001a;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-regular {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: 1140px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar-wrapper {
  z-index: 5;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  height: auto;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 76px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.drop {
  margin-right: 0;
  padding-right: 2px;
}

.section {
  padding-top: 70px;
  padding-bottom: 0;
}

.section.bottom {
  padding-top: 60px;
  padding-bottom: 150px;
}

.section.product {
  padding-top: 60px;
}

.section.both {
  padding-top: 60px;
  padding-bottom: 150px;
}

.section.news {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container {
  width: 1140px;
  max-width: none;
}

.container.bread {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.ful {
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-bottom: 100px;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.notion {
  color: #24292f;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.slider {
  width: 100%;
  height: 90vh;
}

.nejyra-logo {
  object-fit: contain;
  width: 170px;
  height: 46px;
  position: static;
}

.rational-logo {
  object-fit: contain;
  border-radius: 6px;
  width: 110px;
  height: 56px;
  box-shadow: 0 0 4px #0000001a;
}

.body {
  font-family: DM Sans, sans-serif;
}

.pro-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.product-img {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.pro-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.pro-block {
  object-fit: fill;
  border: 1px solid #e4ebf3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 360px;
  display: flex;
  position: static;
}

.pro-title-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 12px;
  display: flex;
}

.pro-title {
  color: #222326;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.pro-title.center {
  text-align: center;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.maint-area {
  background-color: #f5f8fa;
  border-radius: 6px;
  width: 360px;
  height: auto;
  padding: 40px;
}

.p-small {
  color: #3c3c3c;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h3-large {
  color: #222326;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.maint-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.h2-center {
  color: #222326;
  text-align: center;
}

.client-logo-area {
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.logo-loop {
  flex-direction: row;
  display: flex;
}

.client-logo {
  width: auto;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.news-block {
  color: #222326;
  background-color: #fff;
  border-radius: 4px;
  width: 550px;
  height: auto;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 16px #0000000d;
}

.news-title-area {
  width: 100%;
  height: auto;
  padding: 40px 40px 26px;
}

.date {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.news-img {
  aspect-ratio: 3 / 2;
  width: 550px;
  height: auto;
}

.footer-div, .footer-div._2 {
  margin-top: 40px;
}

.columns {
  width: 1140px;
}

.footer-com-name {
  color: #222326;
  font-size: 18px;
  font-weight: 500;
}

.footer-com-name.hide {
  opacity: 0;
}

.footer-com-name.phone {
  font-size: 16px;
  font-weight: 300;
}

.cin {
  color: #222326;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-number {
  color: #222326;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.column, .column-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
}

.page-head-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.select-field {
  color: #24292f;
  background-color: #fff;
  border: 1px solid #d0d7de;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.sub-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.pro-columns {
  width: 1140px;
  margin-bottom: 0;
}

.pro-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.pro-block-2 {
  background-color: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding: 0;
  display: flex;
}

.product-img-2 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 220px;
  max-width: none;
  height: 220px;
}

.pro-area-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.main-pro {
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 520px;
}

.list {
  padding-left: 20px;
}

.h2-pro {
  color: #23397d;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pro-column-2 {
  padding-left: 0;
}

.h1-pro {
  color: #23397d;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.slider-2 {
  background-color: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.slide {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.main-pro-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  height: 30px;
  font-size: 10px;
}

.sm-pro-area {
  margin-top: 20px;
}

.lightbox {
  width: 520px;
  height: 520px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 520px;
}

.sm-pro-2 {
  object-fit: contain;
  border: 1px solid #e4ebf3;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.breadcrumbs {
  background-color: #f5f8fa;
  height: 60px;
  margin-top: 75px;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 6px;
  font-size: 12px;
  display: flex;
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.about-pro-img {
  height: 450px;
}

.big-pro {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-banner {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.our-block {
  background-color: #f5f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
}

.about-gridx2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 1140px;
}

.banner-head {
  z-index: 2;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 90vh;
  display: block;
}

.banner-img.mob {
  display: none;
}

.title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.sub-title {
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 20px;
  font-weight: 200;
  line-height: 33px;
}

.header-block {
  width: 450px;
}

.brand-menu {
  z-index: 4;
  background-color: #fff;
  width: 100%;
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  transform: translate(0, -440px);
  box-shadow: 0 2px 10px #0000001a;
}

.client-block {
  color: #000;
  width: 100%;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
}

.client-block:hover {
  transform: scale(1.08);
}

.client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.client {
  width: 100%;
}

.column-5 {
  margin-top: 0;
  padding-right: 120px;
}

.blue-btn {
  background-color: #23397d;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 14px 30px;
  font-size: 16px;
}

.red-btn {
  background-color: #e4032b;
  border-radius: 4px;
  padding: 14px 30px;
  font-size: 16px;
}

.l-contact-area {
  margin-bottom: 20px;
}

.link {
  color: #24292f;
  text-decoration: none;
}

.brand-btn-mob {
  display: none;
}

.mob-hide {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.brand {
  z-index: 4;
  background-color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.list-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-item.hide {
  display: none;
}

.btn-area {
  margin-top: 20px;
}

.column-7 {
  margin-top: 0;
}

.div-block-15 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.chip-loca {
  color: #222326;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #22232633;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  margin-right: 14px;
  padding: 8px 20px;
  font-size: 16px;
  display: inline-flex;
}

.footer-link {
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

.loca-area {
  margin-top: 20px;
}

.drop-arrow {
  width: 12px;
  height: 10px;
  margin-left: 4px;
}

.bread-area {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.space {
  color: #24292f4d;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-8 {
  color: #24292f;
  letter-spacing: .2px;
  padding-right: 0;
  text-decoration: none;
}

.home {
  width: 20px;
  height: 20px;
}

.current-page {
  color: #24292f;
  letter-spacing: .2px;
  padding-right: 0;
  font-weight: 600;
}

.page {
  text-decoration: none;
}

.h1-small {
  color: #222326;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
}

.nav {
  width: 100%;
  height: 76px;
  position: absolute;
  inset: 0% 0% auto;
}

.h2-small {
  color: #222326;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.h2-small.center {
  text-align: center;
}

.home-slider {
  width: 100%;
  height: 90vh;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.slider-arrow-icon {
  width: 10px;
  height: 30px;
}

.l-contact-block {
  width: 1040px;
}

.h2-about {
  color: #222326;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.pro-cate {
  color: #222326;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.news-line {
  color: #e2e2e233;
  background-color: #e0e0e0;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-list-head {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.news-detail-block {
  margin-bottom: 30px;
  display: flex;
}

.author-profile {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 60px;
  width: 80px;
  height: 80px;
}

.column-8 {
  padding-left: 0;
  padding-right: 30px;
}

.author-data-area {
  margin-left: 20px;
}

.news-detail-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
}

.author-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.column-9 {
  padding-left: 60px;
}

.author {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.news-img-bg {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 800px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-date {
  opacity: .5;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
}

.h1-news-head {
  color: #24292f;
  margin-top: 0;
  font-size: 32px;
  line-height: 46px;
}

.p-news {
  font-size: 16px;
  line-height: 28px;
}

.form-block-2 {
  width: 350px;
}

.container-form {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  margin-bottom: 100px;
  display: flex;
}

.text-block-9 {
  color: #004f8e;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.form-area {
  color: #222326;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.form-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field {
  color: #222326;
  border: 1px solid #22232633;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 16px;
}

.text-field-msg {
  color: #222326;
  border: 1px solid #22232633;
  border-radius: 2px;
  min-height: 120px;
  margin-bottom: 16px;
}

.form-blue-btn {
  background-color: #23397d;
  border-radius: 4px;
  width: 100%;
  margin-right: 20px;
  padding: 14px 30px;
  font-size: 16px;
}

.form-head {
  margin-bottom: 40px;
}

.h1-form {
  color: #222326;
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1140px;
  margin-top: 10px;
  margin-bottom: 150px;
}

.blog-link {
  width: 360px;
  text-decoration: none;
}

.h2-blog {
  color: #222326;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.blog-list {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 340px;
  margin-top: 0;
  margin-bottom: 20px;
}

.cate-menu {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  padding-top: 10px;
  display: none;
  position: fixed;
  box-shadow: 0 2px 10px #00000014;
}

.cate {
  color: #1a1b1f;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.cate:hover {
  color: #e20f19;
  font-weight: 300;
  text-decoration: underline;
}

.cate-link {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.inner-logo-loop {
  flex-direction: row;
  display: flex;
}

.h2-contact {
  margin-top: 5px;
  font-size: 24px;
  line-height: 32px;
}

.category-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 10px;
}

.cate-img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

.cate-block {
  border: 1px solid #22232633;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.ftr-area {
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.p-ftr {
  line-height: 20px;
}

.p-ftr-head {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
}

.menu {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  line-height: 22px;
}

.footer-pro-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 10px;
}

.footer-pro-name {
  color: #222326;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.footer-pro-name.hide {
  opacity: 0;
}

.footer-pro {
  width: 100%;
}

.list-item-2 {
  margin-bottom: 14px;
  line-height: 30px;
}

.heading {
  margin-bottom: 0;
}

.h2-small-cate {
  color: #222326;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.link-2 {
  color: #23397d;
  text-decoration: none;
}

.con-detile {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.cont-title {
  color: #222326;
  font-size: 16px;
  font-weight: 300;
}

.cont-title.hide {
  opacity: 0;
}

.con-block {
  margin-top: 30px;
}

.network {
  width: 400px;
  margin-top: 40px;
}

.network._2 {
  margin-top: 40px;
}

.pro-head-title {
  color: #222326;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.pro-head-title.center {
  text-align: center;
}

.home-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.home-section.bottom {
  padding-top: 60px;
  padding-bottom: 150px;
}

.home-section.product {
  padding-top: 60px;
}

.home-section.both {
  padding-top: 60px;
  padding-bottom: 150px;
}

.brand-logo {
  height: 100px;
}

.brand-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.bold-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.add-p {
  width: 310px;
}

.line {
  display: none;
}

.main-pro-copy {
  justify-content: center;
  align-items: center;
  width: 520px;
}

.sm-pro {
  object-fit: contain;
  border: 1px solid #e4ebf3;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-weight: 600;
  }

  h2 {
    font-size: 26px;
  }

  .navbar-no-shadow {
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .navbar-no-shadow-container {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-regular {
    border-bottom: 1px #000;
    width: auto;
    height: 60px;
    box-shadow: 0 2px 5px #0000000f;
  }

  .navbar-wrapper {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .nav-menu {
    border-top: 1px solid #0000000f;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    border-bottom: 1px solid #0000000f;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
  }

  .nav-link.w--current {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #004f8e;
    border-radius: 4px;
    padding: 8px;
  }

  .section {
    margin-top: 10px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.bottom {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .section.product {
    margin-top: 30px;
  }

  .section.both {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section.news {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .container {
    width: auto;
  }

  .container.ful {
    height: 40vh;
  }

  .footer-dark {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    max-width: none;
  }

  .footer-divider {
    margin-top: 0;
  }

  .notion {
    text-align: left;
  }

  .slider {
    justify-content: center;
    align-items: center;
    height: 280px;
  }

  .nejyra-logo {
    width: auto;
    height: 34px;
  }

  .rational-logo {
    width: auto;
    height: 40px;
  }

  .pro-area {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-img {
    width: auto;
    height: auto;
  }

  .pro-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .pro-block {
    width: 100%;
    height: auto;
    padding: 14px;
  }

  .pro-title-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .pro-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .pro-title.center {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .maint-area {
    width: auto;
    margin-bottom: 0;
    padding: 30px;
  }

  .h3-large {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .h2-center {
    text-align: left;
    width: auto;
    font-size: 26px;
  }

  .client-logo-area {
    width: 100%;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .logo-loop {
    display: flex;
  }

  .client-logo {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: 60px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .news-block {
    width: auto;
  }

  .news-title-area {
    padding: 20px 20px 10px;
  }

  .footer-div {
    width: 100%;
  }

  .footer-div._2 {
    margin-top: 30px;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-com-name {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-com-name.hide {
    display: none;
  }

  .cin {
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-number {
    margin-top: 5px;
    font-size: 22px;
    line-height: 28px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .page-head-block {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .form-block {
    display: none;
  }

  .pro-columns {
    width: auto;
    margin-top: 0;
  }

  .pro-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pro-block-2 {
    width: 100%;
    height: 160px;
  }

  .product-img-2 {
    width: 120px;
    height: 120px;
  }

  .pro-area-2 {
    width: 100%;
  }

  .main-pro {
    aspect-ratio: 1;
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }

  .h2-pro {
    font-size: 18px;
    line-height: 28px;
  }

  .pro-column-2 {
    padding-right: 0;
  }

  .h1-pro {
    font-size: 30px;
    line-height: 36px;
  }

  .slider-2 {
    width: auto;
    height: auto;
  }

  .lightbox {
    aspect-ratio: 1;
    width: auto;
    height: auto;
  }

  .grid-4 {
    width: auto;
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .slide-nav-2 {
    height: 30px;
    font-size: 10px;
    line-height: 18px;
  }

  .link-block {
    width: 100%;
  }

  .about-pro-img {
    object-fit: fill;
    height: auto;
  }

  .big-pro {
    margin-top: 20px;
  }

  .about-banner {
    height: 300px;
  }

  .our-block {
    padding: 30px;
  }

  .about-gridx2 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .banner-head {
    padding: 40px 20px;
  }

  .banner-img {
    height: 280px;
    display: block;
  }

  .banner-img.mob {
    height: 50vh;
    display: block;
  }

  .title {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 36px;
  }

  .sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .header-block {
    width: auto;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column-5 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .blue-btn {
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .red-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-contact-area {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .brand-btn-mob {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .mob-hide {
    display: none;
  }

  .list-item {
    width: 100%;
  }

  .btn-area {
    margin-top: 20px;
  }

  .pro-column-1, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .chip-loca {
    font-size: 14px;
  }

  .loca-area {
    margin-bottom: 30px;
  }

  .h1-small {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .nav {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .h2-small {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-small.center {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .home-slider {
    height: 280px;
  }

  .l-contact-block {
    width: auto;
    padding-right: 0;
  }

  .map {
    display: none;
  }

  .block {
    margin-left: -10px;
    margin-right: -10px;
  }

  .h2-about {
    width: auto;
    font-size: 26px;
  }

  .pro-cate {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .news-detail-block {
    margin-bottom: 16px;
    display: none;
  }

  .column-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: block;
  }

  .author-data-area {
    margin-left: 0;
  }

  .author-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .column-9 {
    padding-left: 0;
  }

  .p-author {
    text-align: center;
  }

  .author {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .h1-news-head {
    font-size: 24px;
    line-height: 36px;
  }

  .container-form {
    width: auto;
  }

  .text-block-9 {
    font-size: 42px;
  }

  .form-area {
    font-size: 14px;
  }

  .form-blue-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .blog-link {
    width: auto;
  }

  .h2-blog {
    font-size: 20px;
    line-height: 24px;
  }

  .blog-list {
    width: auto;
  }

  .inner-logo-loop {
    display: flex;
  }

  .h2-contact {
    margin-top: 0;
    font-size: 22px;
  }

  .columns-2 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .cate-img {
    width: 150px;
    height: 150px;
  }

  .cate-block {
    padding: 12px;
  }

  .ftr-area {
    margin-top: 20px;
  }

  .grid-6 {
    padding-left: 0;
    display: block;
  }

  .frt-block {
    margin-bottom: 20px;
  }

  .footer-pro-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .footer-pro-name {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-pro-name.hide {
    display: none;
  }

  .heading {
    margin-top: 0;
  }

  .h2-small-cate {
    font-size: 16px;
    line-height: 24px;
  }

  .cont-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cont-title.hide {
    display: none;
  }

  .con-block {
    margin-top: 20px;
  }

  .network {
    width: 100%;
  }

  .network._2 {
    margin-top: 30px;
  }

  .pro-head-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .home-section {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section.bottom {
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .home-section.product {
    margin-top: 30px;
  }

  .home-section.both {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brand-logo {
    margin-bottom: 20px;
  }

  .brand-section {
    padding: 80px 20px 0;
  }

  .add-p {
    width: auto;
  }

  .line {
    background-color: #22232633;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sm-pro {
    aspect-ratio: 1;
  }
}


