.container {
  display: block;
  height: 96px;
  max-width: 1200px;
  padding-top: 24px;
  padding-left: 20px;
  background-color: #ebe6e6;
}

.link-block {
  width: 240px;
  height: 48px;
  background-color: #969696;
}

.div-block {
  height: 48px;
  max-width: 1200px;
  background-color: #eb9d9d;
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column {
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: #e9afaf;
}

.column-2 {
  height: 48px;
  padding-left: 0px;
  background-color: #997c7c;
}

.link-block-2 {
  height: 48px;
}

.image {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.logo-image {
  display: block;
  margin-left: 0px;
}

.brand {
  background-image: url('../images/y256.png');
  background-position: 0px 0px;
  background-size: auto;
}

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

.centered-container {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50%;
  max-width: none;
  margin: auto;
  border-radius: 0px;
  background-color: rgba(195, 43, 43, 0);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image.image-7 {
  margin-top: 60px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-section.com {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 400px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  line-height: 24px;
  text-align: center;
}

.container-2 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.box {
  margin-right: auto;
  margin-left: auto;
}

.footer {
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  background-color: #1a1a1a;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: auto;
  max-width: 140px;
  padding-right: 10px;
  padding-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #92a0ae;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  font-size: 14px;
  line-height: 20px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner {
  background-color: #fff;
}

.text-block {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 0px;
}

.copybox {
  width: 260px;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-2 {
  margin-bottom: 8px;
  color: #92a0ae;
  font-size: 14px;
  line-height: 20px;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #92a0ae;
  font-size: 14px;
  line-height: 20px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-5 {
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand-2 {
  background-image: url('../images/y256.png');
  background-position: 0px 0px;
  background-size: cover;
}

.logo {
  width: 168px;
  height: 48px;
  margin-right: 20px;
  margin-left: 20px;
}

.navbox {
  display: block;
  height: 88px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.03);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  border: 1px none #000;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-link {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: auto;
  padding: 20px 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(184, 95, 95, 0);
  color: #333;
  cursor: pointer;
}

.nav-link.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.silderbox {
  height: auto;
  max-height: none;
  max-width: 1200px;
  min-height: auto;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  max-height: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.banner {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/bg_home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.slide {
  overflow: visible;
  height: 320px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/banner1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  height: auto;
}

.body {
  max-height: 520vh;
  min-height: auto;
}

.slide-2 {
  height: 320px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0.3)), to(rgba(10, 10, 10, 0.3))), url('../images/banner1.jpg');
  background-image: linear-gradient(180deg, rgba(10, 10, 10, 0.3), rgba(10, 10, 10, 0.3)), url('../images/banner1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-text {
  display: block;
  width: auto;
  height: auto;
  min-width: auto;
  margin: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(73, 140, 229, 0);
  color: #fff;
  text-align: left;
}

.heading-2 {
  width: 600px;
  padding-left: 100px;
  color: #fff;
}

.div-block-7 {
  width: auto;
  padding-left: 60px;
  color: #fff;
}

.heading-3 {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.container-4 {
  max-width: none;
  padding-top: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-weight: 700;
  text-align: center;
}

.paragraph-4 {
  padding: 2px 4px;
  font-size: 14px;
  text-align: center;
}

.div-block-8 {
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: rgba(65, 154, 243, 0.08);
}

.image-7 {
  display: block;
  width: 100px;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-9 {
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 80px;
}

.a {
  height: 300px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.div-block-10 {
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(218, 129, 129, 0);
}

.image-8 {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
}

.column-11 {
  height: 300px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}

.column-12 {
  height: 300px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}

.column-13 {
  height: 300px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.heading-5 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  text-align: center;
}

.paragraph-5 {
  text-align: center;
}

.tbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.left-line {
  width: 60px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.right-line {
  height: 1px;
  min-width: 60px;
  background-color: rgba(0, 0, 0, 0.2);
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtiitle {
  margin-bottom: 20px;
  padding-right: 4px;
  padding-left: 4px;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
}

.comproduct {
  max-width: 960px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.column-14 {
  padding-right: 12px;
  padding-left: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-15 {
  padding-right: 0px;
  padding-left: 12px;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-17 {
  height: 240px;
  padding-left: 0px;
  background-image: url('../images/p1.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.column-17.column-16 {
  height: 180px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.column-18 {
  height: 240px;
  background-image: url('../images/p1.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.column-18.column-16 {
  height: 180px;
  padding-right: 0px;
  padding-left: 12px;
  background-image: none;
}

.heading-6 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.mybox {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 160px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/pbg.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/pbg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.columns-4 {
  margin: 24px 0px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.mybox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/p2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.columns-5 {
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.heading-8 {
  margin-top: 10px;
  text-align: center;
}

.heading-9 {
  margin-top: 10px;
  text-align: center;
}

.heading-10 {
  margin-top: 10px;
  text-align: center;
}

.heading-11 {
  margin-top: 10px;
  text-align: center;
}

.paragraph-7 {
  text-align: center;
}

.paragraph-8 {
  text-align: center;
}

.paragraph-9 {
  text-align: center;
}

.paragraph-10 {
  text-align: center;
}

.navlink {
  margin-right: auto;
}

.navlink.w--current {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 0px none #327de9;
  border-radius: 0px;
  text-decoration: none;
}

.navlink.rightspace {
  margin-right: auto;
  padding-right: 20px;
}

.navlink.rightspace.w--current {
  margin-right: 60px;
  padding-right: 20px;
}

.grid {
  height: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr minmax(156px, 1fr) 1fr;
  grid-template-columns: 1fr minmax(156px, 1fr) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-10 {
  width: 200%;
  height: 100%;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.grid-2 {
  max-width: 800px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-14 {
  width: 140vw;
}

.image-15 {
  width: 140vw;
}

.image-16 {
  width: 140vw;
}

.image-17 {
  width: 140vw;
}

.image-18 {
  width: 140vw;
}

.image-19 {
  width: 140vw;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  max-width: 1200px;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container-7 {
  max-width: 960px;
}

.paragraph-11 {
  color: #92a0ae;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-12 {
  color: #92a0ae;
  font-size: 12px;
  line-height: 18px;
}

.friend-link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 1px;
  background-color: rgba(87, 71, 71, 0);
}

.text-block-2 {
  color: #92a0ae;
}

.footnav {
  padding-top: 20px;
}

.heading-12 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  color: #92a0ae;
}

.friendlink {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #92a0ae;
}

.bold-text {
  position: relative;
  left: 0px;
  text-align: left;
}

.bottom_line {
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.link-2 {
  color: #3889da;
}

.link-2.alabel {
  opacity: 1;
  color: #92a0ae;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.heading-13 {
  display: inline-block;
  text-align: center;
}

.container-8 {
  display: block;
  text-align: center;
}

.heading-jumbo {
  overflow: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #b15151;
  font-size: 24px;
  line-height: 48px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  font-style: normal;
  font-weight: 400;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.bold-text-3 {
  color: #92a0ae;
}

.grid-4 {
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contactbg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.contactbg {
  width: 100%;
  height: 320px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#925454), to(#925454)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #925454, #925454), linear-gradient(180deg, #000, #fff);
  text-align: left;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_ways {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  -o-object-fit: fill;
  object-fit: fill;
}

.box1 {
  background-color: #cc8181;
}

.box2 {
  background-color: #4ab6c2;
}

.box3 {
  background-color: #7581ff;
}

.contactbox {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  height: 160px;
  margin-right: 0px;
  padding-left: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #4fe7ec;
}

.paragraph-13 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-14 {
  margin-top: auto;
  margin-bottom: auto;
}

.textbox {
  position: static;
}

.midbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.image-20 {
  width: 48px;
  height: 48px;
}

.textgrid {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 170px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #5893e0;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contact-form {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.column-19 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  background-color: rgba(224, 213, 213, 0);
}

.column-20 {
  background-color: #fff;
}

.heading-15 {
  text-align: center;
}

.paragraph-14 {
  text-align: center;
}

.div-block-13 {
  height: 360px;
  background-image: url('../images/map2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14 {
  height: 360px;
}

.map {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400;
}

.form-label {
  margin-bottom: 6px;
  font-weight: 700;
}

.submit-button {
  height: 48px;
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 2px;
}

.field-label {
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
}

.field-label-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.field-label-4 {
  font-weight: 400;
}

.text-field {
  padding-right: 0px;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #78b9d0;
}

.col2 {
  background-color: #47b2f9;
}

.col3 {
  background-color: #74ea91;
}

.gridbox {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #76349f;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.context {
  width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(236, 243, 244, 0);
}

.heading-16 {
  width: 120px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

.image-21 {
  width: 48px;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.div-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  width: 140px;
}

.silder3 {
  height: 320px;
  background-image: url('../images/b2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: rgba(202, 135, 135, 0);
}

.heading-17 {
  display: block;
  width: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #e6e6e6;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #e6e6e6;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  max-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e4444;
}

.bannertext {
  color: #fff;
}

.image-22 {
  max-width: 90%;
  color: #fff;
}

.heading-18 {
  color: #fff;
}

.paragraph-16 {
  color: #fff;
}

.paragraph-17 {
  width: 640px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 0px solid #b44949;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.slogan {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfcfcf;
  color: #fff;
}

.application {
  margin-bottom: 0px;
}

.heading-19 {
  display: inline;
  overflow: visible;
  width: 160px;
  line-height: 24px;
  font-weight: 700;
}

.list {
  padding-left: 20px;
  list-style-type: square;
}

.container-12 {
  max-width: 960px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.text-block-5 {
  display: inline;
  color: #9c9797;
  line-height: 24px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-18 {
  border-radius: 2px;
}

.button {
  padding: 10px 20px;
  border-radius: 4px;
}

.div-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 0px solid #000;
}

.company {
  overflow: scroll;
  height: 400px;
  max-height: none;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-16 {
  max-width: 480px;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-19 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-right: 0px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 420px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-17 {
  display: block;
  width: auto;
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

.heading-20 {
  color: #fff;
  text-align: left;
}

.paragraph-20 {
  color: #fff;
  text-align: left;
}

.subtitle {
  color: #fff;
  text-align: left;
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 188, 247, 0.27)), to(rgba(80, 127, 208, 0.86))), url('../images/home-banner.jpg');
  background-image: linear-gradient(180deg, rgba(128, 188, 247, 0.27), rgba(80, 127, 208, 0.86)), url('../images/home-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_contact.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.container-14 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  color: #fff;
  text-align: center;
}

.paragraph-22 {
  color: #fff;
}

.heading-22 {
  color: #fff;
}

.paragraph-23 {
  color: #fff;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bg_recruit.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bg_recruit.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #333;
}

.div-block-20 {
  max-width: 480px;
}

.div-block-21 {
  width: auto;
  height: auto;
}

.heading-23 {
  color: #fff;
  text-align: left;
}

.paragraph-24 {
  color: #fff;
  text-align: left;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_about.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-22 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 20px;
}

.heading-24 {
  color: #fff;
}

.heading-25 {
  color: #fff;
}

.paragraph-25 {
  color: #fff;
}

.container-16 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ourservice {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 186px;
  padding-top: 0%;
  border-radius: 0%;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.sub {
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
}

.pgrid {
  grid-template-areas: "Area . ."
    ". Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-28 {
  text-align: center;
}

.pname {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-weight: 400;
  text-align: center;
}

.plist {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.image-24 {
  width: 100%;
  height: 100%;
}

.image-25 {
  width: 100%;
  height: 100%;
}

.image-26 {
  width: 100%;
  height: 100%;
}

.image-27 {
  width: 100%;
  height: 100%;
}

.image-28 {
  width: 100%;
  height: 100%;
}

.image-29 {
  width: 100%;
  height: 100%;
}

.column-32 {
  margin-bottom: 20px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-36 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/crane.png');
  background-position: 50% 50%;
}

.column-37 {
  background-image: url('../images/loader.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-30 {
  width: 106px;
  height: 106px;
}

.columns-9 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/com_intro.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/com_intro.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/黑戈壁.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/黑戈壁.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.comment {
  margin-right: auto;
  margin-left: auto;
}

.block-quote {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-left-style: none;
  border-left-width: 0px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.container-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-32 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-29 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-30 {
  margin-top: 20px;
  font-weight: 400;
}

.div-block-25 {
  width: 80%;
}

.heading-31 {
  color: #fff;
}

.paragraph-27 {
  color: #fff;
}

.div-block-26 {
  margin-right: auto;
  margin-left: auto;
}

.section-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 128, 210, 0.29)), to(#3870d2)), url('../images/contbg.jpg');
  background-image: linear-gradient(180deg, rgba(81, 128, 210, 0.29), #3870d2), url('../images/contbg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-32 {
  color: #fff;
  text-align: left;
}

.container-18 {
  display: block;
  height: 320px;
  max-width: 1200px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-6 {
  color: #fff;
  text-align: left;
}

.bannerproduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bg_product.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bg_product.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-33 {
  margin-bottom: auto;
  color: #fff;
  text-align: left;
}

.text-block-7 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.newslist {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-34 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columns-11 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-38 {
  padding-top: 0px;
}

.text-block-8 {
  color: #a1a1a1;
}

.paragraph-28 {
  color: #848484;
}

.container-20 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 1px;
}

.link-block-3 {
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: auto;
  color: #795b5b;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.heading-35 {
  font-weight: 400;
  text-align: left;
}

.text-block-9 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.com {
  margin-top: 40px;
}

.div-block-29 {
  width: 100%;
}

.image-34 {
  width: 100%;
}

.div-block-30 {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.text-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.manage {
  margin: auto;
  padding: 40px;
  background-image: url('../images/bg_about.svg'), -webkit-gradient(linear, left top, left bottom, from(#a6c7f8), to(#a6c7f8));
  background-image: url('../images/bg_about.svg'), linear-gradient(180deg, #a6c7f8, #a6c7f8);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.div-block-34 {
  width: 480px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.heading-36 {
  font-weight: 400;
  text-align: center;
}

.paragraph-29 {
  color: #666;
  text-align: center;
}

.combox {
  display: block;
  height: 360px;
  max-height: none;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-13 {
  margin-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#393b3c), to(#393b3c));
  background-image: linear-gradient(180deg, #393b3c, #393b3c);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.comactivity {
  padding-top: 0px;
  padding-bottom: 40px;
}

.heading-37 {
  text-align: center;
}

.paragraph-30 {
  text-align: center;
}

.div-block-35 {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.form-block {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-2 {
  padding-right: 40px;
  padding-left: 40px;
}

.textarea {
  height: auto;
}

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

.error-message {
  padding-right: 20px;
  padding-left: 20px;
}

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

.container-21 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.success-message {
  margin-top: 60px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-12 {
  color: #15ce71;
  font-size: 16px;
  line-height: 24px;
}

.image-37 {
  margin-bottom: 10px;
}

.heading-38 {
  text-align: center;
}

.paragraph-31 {
  text-align: left;
}

.text-block-13 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.newsbox {
  margin-right: auto;
  margin-left: auto;
}

.div-block-36 {
  width: 800px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.image-38 {
  margin-bottom: 40px;
}

.heading-39 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  text-align: center;
}

.certification {
  background-color: #f5f5f5;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #333;
  text-align: center;
}

.image-39 {
  margin-right: auto;
  margin-left: auto;
}

.text-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #333;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #333;
}

.container-22 {
  padding: 40px 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.container-23 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-40 {
  width: 480px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-18 {
  color: #fff;
}

.image-40 {
  width: 20%;
  height: 20%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.heading-40 {
  font-size: 24px;
}

.image-41 {
  width: 20%;
  height: 20%;
  margin-right: auto;
  margin-left: auto;
}

.heading-41 {
  font-size: 24px;
}

.heading-44 {
  color: #fff;
}

.button-2 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 2px;
}

.a-2 {
  height: 240px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #f2f2f2;
  border-radius: 0px;
}

.heading-45 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.paragraph-34 {
  margin-bottom: 20px;
  padding: 2px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.b {
  height: 240px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #f2f2f2;
}

.c {
  height: 240px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #f2f2f2;
}

.d {
  height: 240px;
  border: 1px solid #f2f2f2;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.beian {
  display: block;
  margin-bottom: 8px;
  color: #92a0ae;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-35 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.section-8 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f8ff), to(#f4f8ff)), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f4f8ff, #f4f8ff), linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.div-block-42 {
  width: 100px;
  height: 2px;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3898ec), to(#3898ec));
  background-image: linear-gradient(180deg, #3898ec, #3898ec);
}

.column-45 {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #e6e6e6;
}

.column-46 {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #e6e6e6;
}

.column-47 {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #e6e6e6;
}

.heading-46 {
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
}

.container-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-19 {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.bold-text-4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.container-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-44 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-43 {
  background-color: transparent;
}

.div-block-45 {
  height: auto;
  padding: 0px;
}

.container-28 {
  margin-top: auto;
  margin-bottom: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f4fa), to(#f0f4fa));
  background-image: linear-gradient(180deg, #f0f4fa, #f0f4fa);
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-44 {
  display: block;
}

.div-block-46 {
  padding: 20px;
}

.image-45 {
  padding-left: 40px;
}

.column-49 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-20 {
  margin-bottom: 10px;
  font-size: 16px;
}

.container-29 {
  height: auto;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-30 {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-36 {
  color: #666;
}

.columns-15 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .logo-image {
    margin-left: 0px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-image {
    width: 60%;
    height: 60%;
  }

  .cards-image.image-7 {
    margin-top: 30px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .container-2 {
    height: 400px;
  }

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

  .partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-3 {
    padding-right: 20px;
  }

  .div-block-4 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .logo {
    margin-left: 20px;
  }

  .navbox {
    border-bottom-color: rgba(49, 46, 46, 0.1);
  }

  .nav-menu {
    background-color: #fff;
    color: #421de4;
  }

  .banner {
    background-image: url('../images/home-banner_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-text {
    margin-right: auto;
    margin-left: auto;
    padding-left: 60px;
  }

  .container-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-16 {
    height: 180px;
    padding-right: 12px;
  }

  .mybox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/pbg.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/pbg.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-8 {
    text-align: center;
  }

  .heading-9 {
    text-align: center;
  }

  .heading-10 {
    text-align: center;
  }

  .heading-11 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }

  .paragraph-9 {
    text-align: center;
  }

  .paragraph-10 {
    text-align: center;
  }

  .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navlink.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon {
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button {
    padding-left: 18px;
    background-color: #fff;
  }

  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  }

  .menu_icon {
    width: 32px;
    height: 32px;
  }

  .brand-3 {
    padding-left: 0px;
  }

  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .text-field:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #70adeb;
  }

  .gridbox {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-5 {
    grid-template-areas: "Area Area-2 . Area-3";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-22 {
    max-width: 200px;
  }

  .paragraph-17 {
    color: #333;
  }

  .list {
    margin-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-btn {
    padding-right: 20px;
  }

  .feature-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-19 {
    color: rgba(51, 51, 51, 0.6);
    font-size: 14px;
  }

  .heading-21 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-22 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-20 {
    height: auto;
  }

  .container-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-23 {
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .pname {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .plist {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
    background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
  }

  .columns-7 {
    margin-bottom: 20px;
  }

  .block-quote {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    border-left-width: 0px;
    border-left-color: hsla(0, 0%, 88.6%, 0);
    color: rgba(51, 51, 51, 0.6);
    font-size: 16px;
    line-height: 24px;
  }

  .heading-30 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-34 {
    margin-top: 0px;
  }

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

  .text-block-9 {
    margin-bottom: 10px;
  }

  .com {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-31 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-13 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-36 {
    width: auto;
  }

  .image-38 {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading-39 {
    font-weight: 400;
  }

  .section-8 {
    padding-top: 20px;
  }

  .div-block-46 {
    padding-top: 0px;
  }

  .image-45 {
    height: auto;
    max-width: 100%;
    margin-right: -3px;
    margin-left: auto;
    padding-left: 0px;
  }

  .column-49 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo-image {
    margin-left: 0px;
  }

  .cards-section {
    display: block;
    padding: 40px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: auto;
    max-height: 50%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cards-image {
    width: 40%;
    height: 40%;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .container-2 {
    height: auto;
  }

  .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copybox {
    width: 30%;
    padding-right: 20px;
  }

  .column-10 {
    margin-top: 8px;
  }

  .div-block-3 {
    width: 20%;
  }

  .div-block-4 {
    width: 30%;
  }

  .div-block-5 {
    width: 24%;
  }

  .logo {
    width: 142px;
    height: 40px;
    margin-top: 10px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-menu {
    color: #333;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .banner {
    background-image: url('../images/home-banner_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-text {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }

  .div-block-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-16 {
    padding-right: 0px;
  }

  .column-17.column-16 {
    padding-left: 0px;
  }

  .column-18.column-16 {
    padding-left: 0px;
  }

  .mybox {
    padding-right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/pbg.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/pbg.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-10 {
    width: 100%;
  }

  .image-11 {
    margin-top: 0px;
  }

  .brand-3 {
    padding-left: 0px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .column-19 {
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .column-20 {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
  }

  .div-block-13 {
    padding-left: 20px;
  }

  .text-field {
    padding-right: 0px;
  }

  .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .context {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-16 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-21 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .div-mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    width: auto;
    text-align: center;
  }

  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-30 {
    text-align: center;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-21 {
    text-align: center;
  }

  .paragraph-22 {
    text-align: center;
  }

  .div-block-19 {
    display: block;
  }

  .heading-22 {
    text-align: center;
  }

  .paragraph-23 {
    text-align: center;
  }

  .heading-23 {
    text-align: left;
  }

  .paragraph-24 {
    text-align: left;
  }

  .image-23 {
    max-width: 200px;
    min-height: 0px;
    min-width: 0px;
  }

  .ourservice {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-2 {
    height: 100%;
  }

  .pgrid {
    grid-template-areas: "Area ."
      ". Area-2"
      ". Area-3";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .productlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-32 {
    margin-bottom: 10px;
  }

  .column-33 {
    margin-bottom: 10px;
  }

  .column-34 {
    margin-bottom: 10px;
  }

  .column-35 {
    margin-bottom: 10px;
  }

  .columns-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .block-quote {
    width: auto;
  }

  .div-block-25 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .section-7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 128, 210, 0.29)), to(#3870d2)), url('../images/contbg.jpg');
    background-image: linear-gradient(180deg, rgba(81, 128, 210, 0.29), #3870d2), url('../images/contbg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .bannerproduct {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/banner1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/banner1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .column-38 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-33 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .com {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-29 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-34 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .column1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-31 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-32 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-35 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-36 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .form-2 {
    margin-bottom: 0px;
  }

  .paragraph-31 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-15 {
    margin-bottom: 10px;
    background-image: none;
    color: #333;
  }

  .text-block-16 {
    margin-bottom: 10px;
    background-image: none;
    color: #333;
  }

  .text-block-17 {
    margin-bottom: 10px;
    background-image: none;
    color: #333;
  }

  .div-block-37 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-38 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-39 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-42 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-32 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-43 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-33 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2 {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 2px;
  }

  .a-2 {
    border-bottom-width: 0px;
  }

  .b {
    border-bottom-width: 0px;
  }

  .c {
    border-bottom-width: 0px;
  }

  .paragraph-35 {
    font-size: 18px;
  }

  .column-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-46 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
  }

  .columns-14 {
    display: block;
  }

  .image-44 {
    max-width: none;
  }

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

  .columns-15 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-50 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo-image {
    width: 100%;
    height: 100%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask {
    height: 40%;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .feature-image-mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box {
    display: block;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    display: block;
    max-width: 140px;
    margin-right: auto;
    margin-left: 0px;
  }

  .footer-heading {
    margin-top: 20px;
    text-align: left;
  }

  .footer-link {
    display: block;
    text-align: left;
  }

  .footer-link.w--current {
    display: block;
    text-align: left;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    display: inline;
  }

  .image-4 {
    display: inline;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-6 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ". Area";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copybox {
    width: auto;
  }

  .paragraph-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .copyright {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

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

  .column-10 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5 {
    padding-top: 10px;
  }

  .image-5.image-6 {
    padding-top: 0px;
  }

  .image-6 {
    padding-top: 0px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-3 {
    width: auto;
  }

  .div-block-4 {
    width: auto;
  }

  .div-block-5 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo {
    width: 120px;
    height: 48px;
    margin-top: 10px;
  }

  .nav-menu {
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    padding-top: 10px;
  }

  .nav-link.title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.a-none {
    padding-left: 0px;
  }

  .banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/home-banner_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/home-banner_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .body {
    max-width: none;
    min-width: auto;
  }

  .div-text {
    width: auto;
    height: 240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-7 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
  }

  .heading-3 {
    width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .paragraph-3 {
    max-width: none;
    min-width: 60%;
  }

  .subtiitle {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .comproduct {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-17.column-16 {
    padding-left: 10px;
  }

  .column-18.column-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mybox {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navlink {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navlink.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon {
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .grid {
    display: inline;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image-10 {
    margin-top: 10px;
  }

  .image-11 {
    margin-top: 10px;
  }

  .image-12 {
    margin-top: 10px;
  }

  .image-13 {
    margin-top: 10px;
  }

  .imgbox {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-14 {
    display: inline;
    width: 100%;
    height: 47%;
  }

  .product {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .menu_icon {
    width: 24px;
    height: 24px;
  }

  .brand-3 {
    padding-left: 0px;
  }

  .paragraph-11 {
    text-align: left;
  }

  .paragraph-12 {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .bold-text-2 {
    line-height: 48px;
    font-weight: 400;
  }

  .container-9 {
    height: 0px;
    min-height: 40vh;
  }

  .midbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-19 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-20 {
    padding: 20px;
  }

  .div-block-13 {
    padding-left: 0px;
  }

  .div-block-14 {
    margin-right: auto;
    margin-left: auto;
  }

  .map {
    margin-top: 10px;
  }

  .submit-button {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .text-field {
    padding-right: 10px;
  }

  .card {
    height: 0px;
    min-height: 30vh;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .context {
    width: 140px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-16 {
    width: 140px;
    text-align: center;
  }

  .image-21 {
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-mid {
    display: block;
    width: 100%;
    height: 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-4 {
    text-align: center;
  }

  .column-21 {
    text-align: left;
  }

  .column-24 {
    margin-bottom: 10px;
  }

  .column-25 {
    margin-bottom: 10px;
    border-width: 1px;
  }

  .column-26 {
    margin-bottom: 10px;
    border-width: 1px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-10 {
    max-width: 320px;
  }

  .bannertext {
    display: block;
    padding-top: 20px;
    padding-left: 0px;
  }

  .image-22 {
    text-align: center;
  }

  .heading-18 {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-16 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .column-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading-19 {
    width: 120px;
  }

  .list {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-12 {
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 #3e29b3;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .button {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-btn {
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-19 {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .container-13 {
    height: 320px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-17 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-3 {
    height: 240px;
  }

  .column-31 {
    position: static;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-20 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-23 {
    text-align: center;
  }

  .paragraph-24 {
    text-align: center;
  }

  .container-15 {
    display: block;
    text-align: left;
  }

  .image-23 {
    display: block;
    max-width: 200px;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .bannerabout {
    height: 240px;
    background-image: url('../images/bg_about.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-22 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-24 {
    color: #fff;
    text-align: left;
  }

  .heading-25 {
    text-align: center;
  }

  .paragraph-25 {
    color: #fff;
  }

  .heading-26 {
    text-align: center;
  }

  .heading-27 {
    text-align: center;
  }

  .paragraph-26 {
    text-align: center;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask-2 {
    width: 100%;
    height: 116px;
  }

  .cards-image-2 {
    width: 100%;
    height: auto;
  }

  .pgrid {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-template-areas: "Area"
      "."
      "Area-2"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .productlist {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-2 {
    display: block;
  }

  .image-30 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    text-align: center;
  }

  .image-31 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    text-align: left;
  }

  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-quote {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .container-17 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-25 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-18 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bannerproduct {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bg_product.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bg_product.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container-19 {
    height: 240px;
  }

  .div-block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-33 {
    font-size: 24px;
  }

  .image-33 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-35 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-9 {
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-30 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .manage {
    padding: 0px;
  }

  .div-block-34 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .comactivity {
    padding-bottom: 0px;
  }

  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: disc;
  }

  .heading-37 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-35 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-message-2 {
    padding: 20px;
  }

  .form-block-2 {
    padding-right: 20px;
  }

  .text-block-13 {
    padding-left: 10px;
  }

  .text-block-15 {
    margin-bottom: 10px;
    background-image: none;
    color: #333;
  }

  .text-block-16 {
    margin-bottom: 10px;
    background-image: none;
    color: #333;
  }

  .text-block-17 {
    margin-bottom: 10px;
    background-image: none;
    color: #333;
  }

  .div-block-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-38 {
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-39 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-22.activity {
    padding-bottom: 0px;
  }

  .div-block-40 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

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

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

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

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

  .heading-42 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-32 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-43 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-44 {
    color: #fff;
  }

  .paragraph-35 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .column-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px;
  }

  .column-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px;
  }

  .column-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px;
  }

  .heading-46 {
    margin-bottom: auto;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }

  .container-24 {
    height: 200px;
  }

  .text-block-19 {
    text-align: left;
  }

  .bold-text-4 {
    font-size: 16px;
    text-align: left;
  }

  .container-30 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6934ff8d-ad72-e7f6-8b48-91e92e879187-9a306156 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6934ff8d-ad72-e7f6-8b48-91e92e879189-9a306156 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6934ff8d-ad72-e7f6-8b48-91e92e87917d-9a306156 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6934ff8d-ad72-e7f6-8b48-91e92e879184-9a306156 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}