.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.ths06-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e5e5e5;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.ths06-menu-link:hover {
  color: #fff;
}

.full-screen-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100vh;
  -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;
}

.brand {
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-right: 1px none hsla(0, 0%, 100%, 0.1);
  border-left: 1px none hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.full-screen-menu-inner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.menu-items {
  width: 100%;
  height: auto;
  max-width: 1180px;
  -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;
}

.menu-wrapper {
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-right {
  position: relative;
  z-index: 9100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-wrapper {
  position: relative;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  max-width: 1680px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 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;
  background-color: transparent;
}

.menu-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.scroll-link {
  position: absolute;
  left: auto;
  top: auto;
  right: -150px;
  bottom: -150px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  -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: hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
}

.underline-link {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 6px 4px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.bg-video {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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(rgba(2, 3, 5, 0.67)), to(rgba(2, 3, 5, 0.67)));
  background-image: linear-gradient(180deg, rgba(2, 3, 5, 0.67), rgba(2, 3, 5, 0.67));
}

.bg-video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.preloader-heading {
  z-index: 9;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Blender pro', sans-serif;
  color: #e5e5e5;
  font-size: 90px;
  line-height: 100px;
  font-weight: 100;
  letter-spacing: -3px;
}

.right-arrow {
  display: none;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.content-wrapper {
  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: 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-align: center;
}

.slider {
  min-height: 100vh;
}

.left-arrow {
  display: none;
}

.preloader-bg-video {
  z-index: 9;
  display: none;
  min-height: 100vh;
  -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;
}

.nav-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
}

.nav-link-3.w--current {
  color: #7ff4ff;
}

.menu-inner {
  position: relative;
  height: 100vh;
  -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;
}

.menu_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(3, 6, 12, 0.5);
}

.sub_menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 40%;
  opacity: 1;
}

.sub_menu.pd {
  position: fixed;
  z-index: 9999;
}

.sub_menu.manage {
  position: fixed;
  z-index: 9999;
  display: block;
}

.sub_menu.news_details {
  position: fixed;
  z-index: 9999;
  display: none;
}

.sub_menu.mobile {
  position: fixed;
  z-index: 9999;
}

.sub_menu_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
  opacity: 1;
}

.sub_menu_bk_box_txt {
  padding-top: 13px;
  padding-bottom: 13px;
  -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;
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}

.bk_box_line {
  width: 1px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
}

.sub_menu_bk_box_line {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #191919;
  opacity: 1;
}

.sub_menu_bk_box_line.hide {
  display: none;
}

.mouse-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 200;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._154-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
}

._154-circle {
  width: 4px;
  height: 4px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #fff;
}

._154-scroll-text {
  margin-top: 10px;
  margin-right: 0px;
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
}

.transition-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -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-color: #fff;
}

.transition-col-wrap {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.transition-col {
  width: 100%;
  height: 100%;
  background-color: #0e0e27;
}

.index_about_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 20px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.index_about_wrapper.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
}

.menu_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.nav_menu_wrapper {
  position: relative;
  z-index: 501;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.accordion-arrow-wrapper---brix {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 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;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #4a3aff;
}

.accordion-trigger---brix {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.accordion-item---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 2px 4px 3px rgba(155, 155, 155, 0.31);
  cursor: pointer;
}

.job_tit {
  font-family: 'Blender pro', sans-serif;
  color: #333;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.expand_wrapper {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 16%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sub_menu_top_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  opacity: 1;
  text-decoration: none;
}

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

.div-block-11-copy {
  width: 1px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sub_menu_top_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  padding-top: 40px;
  padding-bottom: 15px;
  -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;
  opacity: 1;
}

.overflow-x {
  width: 100%;
}

.img_white_logo {
  width: 100%;
  height: auto;
}

.video_wrapper {
  min-height: 100vh;
}

.bg_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -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(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg_slide.p3 {
  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/banner3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.slide-3 {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.menu_link_desktop {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Nunito sans', sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.cat_title_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-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-family: 'Blender pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.cat_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.menu-cat-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cat {
  display: inline-block;
  width: 25%;
  height: auto;
  margin-top: 40px;
  margin-right: 48px;
  margin-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cat_line_blue {
  height: 1px;
  background-color: #0e84ff;
}

.cat_title {
  width: 100%;
}

.cat_line_green {
  height: 1px;
  background-color: #1b9fab;
}

.nav_dd {
  position: relative;
  display: block;
  width: auto;
}

.nav_dd.inline-block {
  display: none;
  padding-top: 35px;
  padding-bottom: 35px;
}

.nav_dd_toggle {
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.nav-link-4 {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fb373b;
}

.nav-link-4.w--current {
  border-bottom: 0px none transparent;
  color: #fc1922;
  text-align: center;
}

.nav_dd_list {
  position: absolute;
  left: 0px;
  right: auto;
  display: block;
  width: auto;
  margin-top: 33.5px;
  background-color: transparent;
  opacity: 0;
}

.nav_dd_list_news {
  z-index: 10;
  display: block;
  margin-top: 31px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #232323;
}

.nav_dropdown_link {
  position: relative;
  display: block;
  width: auto;
  min-width: 190px;
  padding: 5px 25px;
  background-color: #232323;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.nav_dropdown_link:hover {
  color: #fc3a42;
}

.nav_dropdown_link.w--current {
  color: #fc1922;
}

.loader-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 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;
}

.loader-blind {
  position: absolute;
  width: 100vw;
  height: 50vh;
  background-color: #5100ff;
}

.loader-blind.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: #002596;
}

.loader-blind.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #002596;
}

.loader-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 20px;
  margin: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.div-block-25 {
  position: relative;
  z-index: 999;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  display: block;
  width: 100px;
  height: 100px;
}

.index_tit_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Blender pro', sans-serif;
  font-size: 47px;
  line-height: 48px;
  font-weight: 500;
}

.index_tit_txt.talent {
  text-align: center;
}

.index_about_inner {
  width: 100%;
  height: auto;
}

.index_tit_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 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;
}

.index_tit_wrapper.mange {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.index_cont_txt {
  width: 43%;
  padding: 10px 20px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.index_cont_txt.pd_details {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: justify;
}

.index_tit_line {
  display: none;
  width: 30px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.index_tit_line_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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;
}

.index_tit_line_wrapper.white {
  padding-bottom: 10px;
}

.index_cont_wrapper {
  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;
}

.index_pd_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 140px;
}

.index_pd_wrapper.top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index_pd_wrapper.laservall {
  margin-top: 100px;
}

.index_pd {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 43%;
  height: auto;
  margin-right: 2%;
  margin-left: 2%;
}

.index_pd.top {
  position: relative;
  display: block;
  width: 55%;
}

.index_pd.top_right {
  display: block;
  width: 35%;
}

.index_pd_inner {
  height: auto;
  padding-top: 140%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.2)), to(rgba(27, 32, 60, 0.2))), url('../images/index_link_pd.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.2), rgba(27, 32, 60, 0.2)), url('../images/index_link_pd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.index_pd_inner.p4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.2)), to(rgba(27, 32, 60, 0.2))), url('../images/index_link_tech.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.2), rgba(27, 32, 60, 0.2)), url('../images/index_link_tech.jpg');
}

.index_pd_inner.p1 {
  width: 100%;
}

.index_pd_tit_txt {
  font-family: Blenderpro, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 48px;
  font-weight: 700;
}

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

.index_pd_link_circle {
  width: 50px;
  height: 50px;
}

.index_pd_link_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_pd_link {
  margin-top: 30px;
  padding-bottom: 60px;
}

.index_pd_link_txt {
  font-family: 'Blender pro', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 100;
}

.index_pd_link_page {
  margin-left: -20px;
  padding-bottom: 0px;
  font-family: 'Blender pro', sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.index_pd_link_page:hover {
  padding-bottom: 0px;
  border-bottom: 1px none #fff;
  color: #fff;
  text-decoration: underline;
}

.img_index_pd_link_circle {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.grey_tit_wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.15%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grey_tit_wrapper.tech {
  right: -2%;
}

.img_grey_tit {
  width: 100%;
  height: auto;
}

.img_blue_logo {
  display: none;
}

.index_intro_wrapper {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.index_intro_wrapper.index_customer {
  margin-top: 0px;
}

.sub_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  -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/sub_banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_banner.p2 {
  background-image: url('../images/sub_banner2.jpg');
}

.sub_banner.p3 {
  background-image: url('../images/sub_banner3.jpg');
}

.sub_banner.p4 {
  background-image: url('../images/sub_banner_customer.jpg');
}

.sub_banner.vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 12, 52, 0.34)), to(rgba(20, 12, 52, 0.34))), url('../images/img2_vision2.jpg');
  background-image: linear-gradient(180deg, rgba(20, 12, 52, 0.34), rgba(20, 12, 52, 0.34)), url('../images/img2_vision2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub_banner_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px 30px;
  -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;
}

.text-block-4 {
  width: 100.00007%;
  height: auto;
}

.sub_banner_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7%;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  background-color: #212121;
}

.img_footer_logo {
  width: 100%;
  height: auto;
}

.footer_logo_wrapper {
  width: 20%;
  padding-top: 100px;
  padding-bottom: 40px;
}

.txt_footer_sec_tit {
  font-family: 'Blender pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
}

.link-block {
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

.txt_footer_sec {
  color: #fff;
}

.footer_sec_link {
  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;
}

.footer_sec_tit {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_sec_wrapper {
  width: 100%;
  height: auto;
  max-width: 1680px;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer_sec {
  display: inline-block;
  width: 17.5%;
  margin-right: 1%;
  margin-left: 1.5%;
}

.footer_bot_txt_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 4%;
  margin-left: 1.5%;
  padding-bottom: 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;
}

.footer_bot_txt_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1680px;
  padding-right: 40px;
  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;
  font-family: 'Nunito sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.footer_bot_txt_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
}

.footer_bot_txt_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_grey_txt {
  color: #737373;
  font-weight: 300;
}

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

.lottie-animation-copy {
  display: none;
  width: 45px;
  height: 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;
  -webkit-filter: none;
  filter: none;
}

.navbar-wrapper_bk {
  position: relative;
  z-index: 999;
  display: none;
  width: 100%;
  height: 75px;
  max-width: 1680px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.hamburger-wrapper {
  display: block;
  padding: 10px;
  -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;
}

.hamburger-wrapper.top {
  display: block;
}

.burger-line-mid {
  display: block;
  width: 22.5px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background-color: #000;
}

.menu-button-2 {
  z-index: 200;
  display: none;
  padding: 18px;
  background-color: transparent;
}

.menu-button-2:hover {
  background-color: transparent;
}

.menu-button-2:active {
  background-color: transparent;
}

.menu-button-2:focus {
  background-color: transparent;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.burger-line-top {
  display: block;
  width: 22.5px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background-color: #000;
}

.burger-line-bot {
  display: block;
  width: 22.5px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background-color: #000;
}

.burger-line-bot.bk {
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #000;
  color: #000;
}

.burger-line-top_w {
  width: 22.5px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #fff;
}

.burger-line-mid_w {
  width: 22.5px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #fff;
}

.burger-line-bot_w {
  width: 22.5px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #fff;
}

.index_pd_link_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.index_pd_1_tit_wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  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;
}

.index_pd_1_tit_wrapper.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.lottie-animation-2 {
  display: block;
  width: 100px;
  height: auto;
}

.footer_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1680px;
  -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;
}

.top-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 1%;
  bottom: auto;
  width: 36px;
  height: auto;
}

.img_top-btn {
  width: 35px;
  height: 35px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 50%;
  background-color: #e7e1e1;
}

.top {
  display: none;
}

.nav_btn {
  margin-top: 20px;
  padding-right: 40px;
}

.hb {
  width: 100%;
  height: auto;
}

.content-wrapper-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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-align: center;
}

.mouse-wrapper-inner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 200;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub_menu_top_txt {
  padding-top: 13px;
  padding-bottom: 13px;
  -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;
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  text-decoration: none;
}

.sub_menu_top_txt:hover {
  text-decoration: underline;
}

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

.sub_menu_bk_box_wrapper.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub_menu_bk_box_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: #191919;
  opacity: 1;
  text-decoration: none;
}

.sub_menu_bk_box_link:hover {
  color: #fff;
  text-decoration: underline;
}

.sub_menu_bk_box_link.w--current {
  color: #fff;
  text-decoration: underline;
}

.sub_menu_bk_box_link.hide {
  display: none;
}

.sub_menu_bk_box_link.current {
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.bold_txt {
  width: 40%;
  padding: 10px 20px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.cont_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont_wrapper.talent {
  margin-top: 0px;
}

._50_col {
  width: 50%;
}

._50_col_img {
  height: auto;
  padding-top: 75%;
  background-image: url('../images/img_overview1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._50_col_img.overview_2 {
  background-image: url('../images/img_overview2.jpg');
}

._50_col_img.overview_1 {
  padding-top: 85%;
}

._50_col_img.tech_1 {
  padding-top: 85%;
  background-image: url('../images/img_technology1.jpg');
}

._50_col_img.tech_2 {
  background-image: url('../images/img_technology3.jpg');
}

._50_col_img.manage_1 {
  background-image: url('../images/img_management1.jpg');
}

._50_col_img.manage_2 {
  background-image: url('../images/img_management2.jpg');
}

._50_col_img.manage_3 {
  background-image: url('../images/img_management3.jpg');
}

._50_col_img.vision_1 {
  background-image: url('../images/img_vision1.jpg');
}

._50_col_img.vision_2 {
  background-image: url('../images/img_vision2.jpg');
}

._50_col_img.talent_1 {
  background-image: url('../images/img_talent1.jpg');
}

._50_col_img.talent_2 {
  background-image: url('../images/img_talent2.jpg');
}

._50_col_img.talent_3 {
  background-image: url('../images/img_talent3.jpg');
}

._50_col_inner {
  width: 100%;
  height: auto;
}

._50_col_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 100px;
  -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;
}

.inner_cont {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.inner_cont.ceo {
  margin-top: 10px;
  padding-top: 0px;
}

.inner_cont.location {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

._50_col_txt_wrapper {
  width: 70%;
}

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

.cont_wrapper_inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.inner_cont_top {
  width: 100%;
  height: auto;
}

._50_col_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.overview_wrapper.location {
  padding-top: 100px;
}

.overview_wrapper.pd1 {
  padding-top: 120px;
  padding-bottom: 180px;
}

.overview_wrapper.tech {
  padding-bottom: 40px;
}

.overview_wrapper.manage {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overview_wrapper.vision {
  padding-bottom: 0px;
}

.overview_wrapper.talent {
  padding-bottom: 0px;
}

.overview_wrapper.job {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #e3e5e8;
}

.overview_wrapper.news {
  padding-top: 80px;
}

.overview_wrapper.pd2 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.overview_wrapper.financial {
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overview_wrapper.overview {
  padding-bottom: 0px;
}

.hb_inner-div {
  position: relative;
  padding-top: 52%;
  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/hb_overview2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_overview2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.ceo {
  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/hb_ceo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_ceo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.history {
  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/hb_history.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_history.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.location {
  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/hb_locations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_locations.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.pd {
  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/hb_product2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_product2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.tech {
  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/hb_technology.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_technology.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.management {
  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/hb_management2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_management2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.financial {
  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/hb_financial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_financial.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.vision {
  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/hb_vision.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_vision.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.talent {
  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/hb_talent.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_talent.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.job {
  max-width: none;
  margin: 0px;
  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/hb_job_info.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_job_info.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.support {
  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/hb_support.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_support.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.news {
  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/hb_news.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_news.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hb_inner-div.contact {
  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/hb_contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ceo_50_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ceo_100_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
}

.ceo_50_col_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ceo_sign_txt {
  font-family: 'Blender pro', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.ceo_cont_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.history_col_100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.history_date_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -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;
}

.date_dot {
  width: 3px;
  height: 3px;
  margin: 0px 10px;
  background-color: #000;
}

.date_wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date_line_wrapper {
  width: 1px;
  height: 20px;
  margin: 0px 0px 0px 30px;
  background-color: #000;
}

.history_cont_txt {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.history_cont_inner {
  width: 100%;
}

.history_cont_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.inner_cont_date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.history_col_100_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.locations_col_100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.locations_col_100_left {
  width: 50%;
  height: auto;
}

.location_img_wrapper {
  width: 50%;
  height: auto;
  padding-left: 80px;
}

.locations_tit_txt {
  font-family: Blenderpro, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.locations_col_100_tit {
  padding-bottom: 20px;
}

.location_img {
  width: 100%;
  height: auto;
  padding-top: 75%;
  background-image: url('../images/office1_1office1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.location_img.p2 {
  background-image: url('../images/office9.jpg');
}

.location_img.p3 {
  background-image: url('../images/office2.jpg');
}

.location_img.p4 {
  background-image: url('../images/office3.jpg');
}

.location_img.p5 {
  background-image: url('../images/office4.jpg');
}

.location_img.p6 {
  background-image: url('../images/office5.jpg');
}

.location_img.p7 {
  background-image: url('../images/office7.jpg');
}

.location_img.p8 {
  background-image: url('../images/office8.jpg');
}

.location_img.p9 {
  background-image: url('../images/office8.jpg');
}

.location_img.p8 {
  background-image: url('../images/office7.jpg');
}

.location_img.p7 {
  background-image: url('../images/office6.jpg');
}

.locations_col_100_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.location_bk_line {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: #333;
}

.locations_col_100_cont {
  width: 95%;
}

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

.locations_cont.hide {
  display: none;
}

.link-block-2 {
  color: #333;
  text-decoration: none;
}

.link-block-3 {
  color: #333;
  text-decoration: none;
}

.pd_1180_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 60px;
}

.pd_1180_wrapper.pd1 {
  display: block;
}

.pd_wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 45.5%;
  height: auto;
  margin-right: 2%;
  margin-left: 2%;
}

.back_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.back_btn_txt {
  font-family: 'Blender pro', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.back_btn_arrow {
  width: 100%;
  height: auto;
}

.back_btn_arrow_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
}

.back_btn {
  position: relative;
  width: 6%;
  font-family: 'Nunito sans', sans-serif;
  color: #333;
  text-decoration: none;
}

.back_btn_txt_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pd_p2_inner {
  height: auto;
  min-height: 785px;
  padding-top: 120%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/index_pd1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/index_pd1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_p2_inner.p1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd_details1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd_details1.jpg');
}

.pd_p2_inner.p1.soldering {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS2000.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS2000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_p2_inner.p1.cutting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLC4000_1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLC4000_1.jpg');
}

.pd_p2_inner.p1.marking {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/AREX.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/AREX.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_p2_inner.p2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd_details2.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd_details2.jpg');
}

.pd_p2_inner.p2.soldering {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS3000.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS3000.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_p2_inner.p2.cutting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLC3000.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLC3000.jpg');
}

.pd_p2_inner.p2.marking {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/vlaseII.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/vlaseII.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_p2_inner.p3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd_details1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd_details1.jpg');
}

.pd_p2_inner.p3.soldering {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS1500.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_p2_inner.p3.marking {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/EOX.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/EOX.jpg');
}

.pd_p2_inner.p4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd_details1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd_details1.jpg');
}

.pd_p2_inner.p4.soldering {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS1500.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS1500.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.pd_p2_inner.p4.marking {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/BIOLINO-2D3D.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/BIOLINO-2D3D.jpg');
}

.pd_p2_inner.p5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd_details1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd_details1.jpg');
}

.pd_p2_inner.p5.soldering {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS1500.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS1500.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.pd_p2_inner.p5.marking {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/VIOLINO-II-UV-2D3D.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/VIOLINO-II-UV-2D3D.jpg');
}

.pd_intro_col_50 {
  display: inline-block;
  width: 45.5%;
  height: auto;
  margin: 2%;
}

.pd_img {
  width: 100%;
  height: auto;
  padding-bottom: 68%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd1.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pd_img.p2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd2.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd2.jpg');
}

.pd_img.p3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd3.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd3.jpg');
}

.pd_img.p4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd4.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd4.jpg');
}

.pd_link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.pd_txt_wrapper {
  position: absolute;
  left: 10%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 10;
  font-family: 'Blender pro', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

.pd_txt {
  line-height: 60px;
}

.pd_details_col_50 {
  width: 50%;
  height: auto;
  padding-left: 40px;
}

.pd_tit_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Blender pro', sans-serif;
  font-size: 47px;
  line-height: 48px;
  font-weight: 500;
}

.pd_details_tit {
  margin-bottom: 20px;
}

.pd_details_no {
  padding-bottom: 20px;
}

.pd_details_feature_tit {
  font-family: Blenderpro, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.pd_details_feature {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  list-style-type: square;
}

.list {
  padding-left: 20px;
}

.pd_details_feature_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pd_details_img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-left: 5%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pd_details_img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLC3000.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLC3000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.mlc4000 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLC4000_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLC4000_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.mls3000 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS3000.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS3000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.mls3000-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS2000.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS2000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.mls2000 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS2000.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS2000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.mls1500 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS1500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS1500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.vlase2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/vlaseII.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/vlaseII.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.arex {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/AREX_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/AREX_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.eox {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/EOX.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/EOX.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.biolino2d3d {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/BIOLINO-2D3D.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/BIOLINO-2D3D.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.violino_ii_uv_2d_3d {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/VIOLINO-II-UV-2D3D.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/VIOLINO-II-UV-2D3D.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img.system_integration {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/sys_integration_hi.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/sys_integration_hi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pd_details_img_inner {
  width: 100%;
  height: auto;
}

.link_inquiries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_inquiries_txt {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.btn_inquiries_icon {
  width: 30px;
  height: auto;
}

.img_btn_inquiries_icon {
  width: 100%;
  height: auto;
}

.inquiries_txt {
  font-family: 'Nunito sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}

.index_tit_wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.bold_txt-copy {
  width: 60%;
  padding: 10px 20px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.sol_big_tit_wrapper {
  width: 100%;
  height: auto;
  margin: 100px auto 140px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sol_tit_txt {
  font-family: Blenderpro, sans-serif;
  color: #dcdcdd;
  font-size: 100px;
  line-height: 90px;
  text-align: center;
}

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

.tech_icon_wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tech_icon_1 {
  display: inline-block;
  width: 17.5%;
  margin-right: 1%;
  margin-left: 1%;
}

.tech_icon_tit {
  padding-bottom: 5px;
  font-family: Blenderpro, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.tech_icon_cont {
  font-family: 'Nunito sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.img_tech_icon {
  padding: 10px 40px 30px;
}

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

.tech_big_tit_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  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;
}

.graphic_tech_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.img_graphic_tech {
  width: 480px;
  height: 580px;
}

.graphic_head_wrapper {
  position: absolute;
  top: 111px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.graphic_tech_bot_wrapper {
  width: 100%;
  height: auto;
  margin-top: -190px;
  margin-bottom: 200px;
}

.graphic_tech_1 {
  display: inline-block;
  width: 22.5%;
  height: auto;
  margin-right: 1%;
  margin-left: 1%;
}

.img_graphic_tech_bot_icon {
  width: 100%;
  height: auto;
}

.img_icon_head {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.graphic_tech_line_hori {
  width: 100%;
  height: 2px;
  margin-left: -23px;
  background-color: #333;
}

.graphic_tech_line_hori_1 {
  width: 2px;
  height: 50px;
  background-color: #333;
}

.graphic_tech_1_wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graphic_tech_line_vert {
  width: 2px;
  height: 50px;
  background-color: #333;
}

.graphic_tech_line_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73.65%;
  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;
  -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;
}

.graphic_tech_bot_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 10px;
}

.txt_head_wrapper {
  padding-top: 20px;
}

.txt_head {
  font-family: Blenderpro, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.icon_head_wrapper {
  z-index: 1;
  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;
}

.icon_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 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-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 1px 16px -5px #989898;
}

.inner_cont_manage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  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;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.mange_img_inner {
  width: 100.0000731169532%;
  height: auto;
  padding-bottom: 35%;
  background-image: url('../images/ing_management1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mange_img_inner.vision {
  background-image: url('../images/img_vision_rev.jpg');
}

.mange_img_wrapper {
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.mange_cont_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 62px;
  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;
  -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;
}

.mange_img_inner_wrapper {
  position: relative;
  width: 100.0000731169532%;
  height: auto;
}

.mange_img_grey {
  position: absolute;
  left: auto;
  top: -13%;
  right: -5%;
  bottom: auto;
  z-index: -1;
  width: 200px;
  height: 200px;
  background-color: #e3e5e8;
}

.mange_img {
  position: relative;
  margin-bottom: 60px;
}

.mange_img_grey2 {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -14%;
  z-index: -1;
  width: 300px;
  height: 70px;
  background-color: #e3e5e8;
}

.financial_no_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.financial_line2_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.5%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.financial_line1_txt {
  font-family: Blenderpro, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.data_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 10px;
  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;
}

.data_wrapper.hide {
  display: none;
}

.data_wrapper.line1 {
  height: 70px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.financial_line {
  height: 100%;
  background-color: #333;
}

.financial_line_wrapper {
  width: 1px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.financial_line_wrapper.hide {
  display: none;
}

.financial_line_wrapper.hide {
  display: none;
}

.all_data_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.year_line1_txt {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.data_big_txt {
  font-family: Blenderpro, sans-serif;
  font-size: 47px;
  line-height: 50px;
  font-weight: 700;
  white-space: nowrap;
}

.data_big_txt.none {
  display: block;
}

.data_txt {
  font-family: Blenderpro, sans-serif;
  color: #8f8f8f;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  white-space: nowrap;
}

.financial_line1_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.financial_line1_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  margin-right: 1%;
  margin-left: 1%;
  -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;
}

.vision_cont_wrapper {
  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;
}

.bold_txt_vision {
  width: 50%;
  padding: 10px 20px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.cont_wrapper_inner-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub_banner_tit-_vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px 30px;
  -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-align: center;
}

.sub_banner_inner_vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vision_wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 62px;
  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;
  -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;
}

.inner_cont_vision2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  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;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.inner_cont_vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  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;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.bold_txt-copy-copy {
  width: 60%;
  padding: 10px 20px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.talent_tit_txt {
  font-family: 'Blender pro', sans-serif;
  font-size: 47px;
  line-height: 50px;
  font-weight: 500;
}

.talent_graphic_wrapper {
  width: 100%;
  height: auto;
  margin-top: 140px;
}

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

.talent_graphic_3parts_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 10%;
  -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;
  background-image: url('../images/hb_talent2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.talent_graphic_tit_txt {
  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;
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.talent_graphic_tit_wrapper {
  width: 40%;
  padding-top: 140px;
}

._3balls_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.part1_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: auto;
  margin-right: -1.5%;
  margin-left: -1.5%;
  padding-top: 50px;
  padding-bottom: 70px;
  -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;
}

.part_cont_wrapper {
  z-index: 10;
  width: 90%;
  height: auto;
}

.text-block-19 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.div-block-82 {
  opacity: 1;
}

.part_circle_bg {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 350px;
  height: 350px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.38;
}

.part_tit_txt {
  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;
  font-family: 'Blender pro', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

.part_tit_wrapper {
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}

.part_icon {
  width: 25%;
  height: auto;
  opacity: 1;
}

.part_icon_wrapper {
  position: relative;
  z-index: 20;
  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;
  opacity: 1;
}

.job_form_inner {
  width: 100%;
  height: auto;
  max-width: 1180px;
  padding-right: 40px;
  padding-left: 40px;
}

.submit-button {
  display: none;
}

.field-label {
  font-family: 'Nunito sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.text-field {
  border: 1px solid #000;
}

.form_part {
  width: 32%;
  height: auto;
}

.form-block {
  width: 100%;
  height: auto;
}

.job_form {
  width: 100%;
}

.form_line1 {
  width: 100%;
  height: auto;
}

.form_line2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-field {
  border: 1px solid #000;
  background-color: #fff;
}

.select-field-2 {
  border: 1px solid #000;
  background-color: #fff;
}

.select-field-3 {
  border: 1px solid #000;
  background-color: #fff;
}

.btn_sumbit_icon {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.btn_sumbit_txt {
  width: 100.000057%;
  height: auto;
  font-family: 'Nunito sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.btn_submit_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.job_wrapper {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 140px;
}

.job {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 40px 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;
}

.job.hide {
  display: block;
}

.job.org {
  display: block;
}

.blue_arrow {
  display: block;
  width: 100%;
  height: auto;
}

.blue_arrow_wrapper {
  width: 100%;
  height: auto;
}

.txt_job_company_name {
  font-family: 'Nunito sans', sans-serif;
  color: #020202;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.job_icon {
  width: 10%;
  margin-right: 10px;
}

.job_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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;
}

.job_info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 1%;
  margin-left: 0%;
  -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;
}

.img_job_company_icon {
  width: 30px;
  height: auto;
}

.job_company_name {
  width: 90%;
}

.job_line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #333;
}

.txt_qualifications {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.qualifications_wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}

.qualifications_list {
  width: 100%;
  height: auto;
}

.list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.list-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  color: #333;
  list-style-type: square;
}

.txt_responsibility {
  font-family: 'Nunito sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.div-block-105 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn_apply {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding: 5px 12px 5px 6px;
  -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: #0728b3;
  text-decoration: none;
}

.txt_apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000057%;
  height: 45px;
  -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-family: 'Nunito sans', sans-serif;
  color: #0728b3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.txt_expand {
  width: 100.000057%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: 'Blender pro', sans-serif;
  color: #0728b3;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.btn_expand {
  text-decoration: none;
}

.apply_wrapper {
  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;
  text-align: center;
}

.job_inner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.support_cont_wrapper {
  width: 100%;
  height: auto;
  max-width: 1180px;
}

.support_1 {
  display: inline-block;
  width: 44%;
  margin: 2.5%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: #fff;
  box-shadow: 0 0 5px 1px #e0e0e0;
  color: #333;
  text-decoration: none;
}

.img_support_icon {
  width: 20%;
}

.support_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-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;
}

.support_tit_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -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-family: Blenderpro, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.support_cont_txt {
  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;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.support_cont_inner {
  display: inline-block;
  width: 100.0002%;
  height: auto;
}

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

.news_inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.news_each {
  display: inline-block;
  width: 30.5%;
  margin-top: 8%;
  margin-right: 1%;
  margin-left: 1%;
}

.news_each_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.news_date_txt {
  font-family: 'Blender pro', sans-serif;
  font-size: 50px;
  line-height: 48px;
}

.news_yr_txt {
  font-family: 'Blender pro', sans-serif;
  line-height: 14px;
  font-weight: 500;
}

.news_month_txt {
  font-family: 'Blender pro', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.news_date {
  margin-bottom: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news_month_yr {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news_each_img {
  width: 100%;
}

.news_each_img_bg {
  width: 100%;
  padding-bottom: 70%;
  background-image: url('../images/img_news1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news_each_img_bg.p1 {
  background-image: url('../images/19th-anniversary.jpg');
}

.news_each_img_bg.p2 {
  background-image: url('../images/WeChat-Image_20221107150334.jpg');
}

.news_each_img_bg.p3 {
  background-image: url('../images/202210281154114249.jpg');
}

.news_each_img_bg.p5 {
  background-image: url('../images/img_news2.jpg');
}

.news_each_img_bg.p6 {
  background-image: url('../images/img_news3.jpg');
}

.news_each_right {
  width: 100%;
}

.news_each_cont_txt {
  overflow: hidden;
  height: auto;
  font-family: 'Blender pro', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.news_each_cont {
  margin-top: 20px;
}

.news_each_arrow {
  width: 100.000122%;
  height: auto;
}

.news_each_arrow_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn_news_each_arrow {
  width: 30px;
  height: 30px;
}

.news_date_wrapper {
  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: 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;
}

.page_wrapper {
  display: none;
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.page_inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.page_no_txt {
  font-family: 'Blender pro', sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 500;
}

.page_btn {
  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;
}

.pagebtn_m {
  padding-right: 15px;
  padding-left: 15px;
  color: #333;
  text-decoration: none;
}

.pagebtn_m.current {
  padding-right: 15px;
  padding-left: 15px;
  color: #333;
  text-decoration: underline;
}

.pagebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 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: #000;
  font-size: 15px;
  text-decoration: none;
}

.news_details_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  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;
}

.news_details_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 5%;
  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;
  -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;
}

.news_details_img {
  width: 100%;
  padding-bottom: 70%;
  background-image: url('../images/img_news1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news_details_img.p1 {
  background-image: url('../images/19th-anniversary.jpg');
}

.news_details_img_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.news_details_img_wrapper {
  width: 70%;
}

.news_details_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.news_details_tit_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  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;
  text-align: center;
}

.news_details_tit_txt {
  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;
  font-family: 'Blender pro', sans-serif;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
}

.center-justified {
  padding-right: 40px;
  padding-left: 40px;
}

.inner_txt_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 10px;
  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;
  -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;
}

.paragraph {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.contact_wrapper {
  width: 100%;
  height: auto;
  max-width: 1180px;
  padding-right: 40px;
  padding-left: 40px;
}

.contact_tit_txt {
  font-family: Blenderpro, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.contact_info {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.contact_info_pt_cont_txt {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.contact_info_pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_info_square {
  width: 7px;
  height: 7px;
  margin-top: 11px;
  margin-right: 10px;
  background-color: #333;
}

.contact_info_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact_inner {
  display: block;
  margin-bottom: 40px;
}

.submit-button-2 {
  display: none;
}

.field-label-2 {
  display: block;
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.text-field-2 {
  display: none;
}

.field-label-3 {
  display: none;
}

.text-field-3 {
  display: none;
}

.checkbox-label {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox {
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 0px;
}

.contat_form_line {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #333;
}

.superscript {
  color: #f30909;
}

.select-field-4 {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
}

.contat_form_field_wrapper {
  display: inline-block;
  width: 48.5%;
  margin-right: 0%;
  margin-left: 0%;
}

.contat_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field-4 {
  border: 1px solid #000;
}

.div-block-143-copy {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-right: 0%;
  margin-left: 0%;
}

.textarea {
  min-height: 200px;
  border: 1px solid #000;
}

.contat_form_remarks_txt {
  font-family: 'Nunito sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.superscript-2 {
  color: red;
}

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

.btn_sumbit_wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 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;
}

.contact_tit_wrapper {
  margin-bottom: 40px;
}

.nav_icon {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/lang_icon_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav_icon:hover {
  background-image: url('../images/lang_icon_over.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lang_line {
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.lang_line.hidden {
  display: none;
}

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

.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -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;
}

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

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

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

.nav_icon_login {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/lang_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lang_link {
  color: #333;
  text-decoration: none;
}

.lang_line_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 1px;
  margin-left: 5px;
  -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;
}

.lang_line_div.hidden {
  display: none;
}

.nav_lang_txt {
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nav_lang_txt:hover {
  text-decoration: underline;
}

.nav_lang_txt.current {
  text-decoration: underline;
}

.lang_div {
  width: 100%;
}

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

.pd_img_wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.div-block-147 {
  position: relative;
  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;
}

.apply_now_btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
  -o-object-fit: fill;
  object-fit: fill;
}

.txt_job_location {
  font-family: 'Nunito sans', sans-serif;
  color: #020202;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.txt_job_date {
  font-family: 'Nunito sans', sans-serif;
  color: #020202;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.news_details_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.contat_form_wrapper {
  display: block;
}

.lottie_btn {
  position: absolute;
}

.index_pd_inner_top {
  height: auto;
  padding-top: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.67)), to(rgba(27, 32, 60, 0.67))), url('../images/index_top_img.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.67), rgba(27, 32, 60, 0.67)), url('../images/index_top_img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.index_pd_inner_top_right {
  width: 100%;
  height: auto;
  padding-top: 120%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.67)), to(rgba(27, 32, 60, 0.67))), url('../images/index_top_img2.jpg');
  background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.67), rgba(27, 32, 60, 0.67)), url('../images/index_top_img2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.index_pd_1_txt_inner {
  width: 100%;
  height: auto;
}

.index_pd_1_cont_txt {
  font-family: 'Nunito sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  text-decoration: none;
}

.index_pd_1_txt {
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.index_pd_1_txt.right {
  padding-right: 60px;
  padding-left: 60px;
}

.index_pd_2_txt {
  font-family: 'Nunito sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.index_pd_2_txt_wrapper {
  margin-top: 40px;
}

.index_pd_mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.financial_px_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 1180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vert-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background-color: #000;
  -webkit-transform: scale3d(1, 0.35, 1);
  transform: scale3d(1, 0.35, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vert-line.thin {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  -webkit-transform: scale3d(1, 0.25, 1);
  transform: scale3d(1, 0.25, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vert-line.thin.top-r {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.vert-line.thin.top-r.blue {
  background-color: #0728b3;
}

.vert-line.thin.bott-l {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.vert-line.thin.bott-l.blue {
  background-color: #0728b3;
}

.vert-line.thin.bott-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.vert-line.thin.bott-r.blue {
  background-color: #0728b3;
}

.vert-line.thin.blue {
  background-color: #0728b3;
}

.horizont-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background-color: #000;
  -webkit-transform: scale3d(0.15, 1, 1);
  transform: scale3d(0.15, 1, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizont-line.thin {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 1px;
  -webkit-transform: scale3d(0.1, 1, 1);
  transform: scale3d(0.1, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizont-line.thin.top-r {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.horizont-line.thin.top-r.blue {
  background-color: #0728b3;
}

.horizont-line.thin.bott-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.horizont-line.thin.bott-r.blue {
  background-color: #0728b3;
}

.horizont-line.thin.bott-l {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.horizont-line.thin.bott-l.blue {
  background-color: #0728b3;
}

.horizont-line.thin.blue {
  background-color: #0728b3;
}

.btn_contact_submit {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 45px;
  margin-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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.btn_inquiries {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 45px;
  margin-top: 20px;
  margin-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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.btn_job_submit {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 45px;
  margin-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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.btn_apply_now {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 45px;
  margin-bottom: 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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.wrapper {
  width: 100%;
}

.wrapper.bg_f9f8f4 {
  display: none;
}

.container_1180-2 {
  width: 100%;
  height: auto;
  max-width: 1180px;
  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;
  -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;
}

.video_wrapper-2 {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}

.news_img_wrapper {
  width: 100%;
  margin: 30px auto;
}

.news_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  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;
}

.wrapper2 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 140px;
}

.container {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-148 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.html-embed {
  display: block;
}

.html-embed-2 {
  width: 100%;
  height: 100.0001%;
}

.link-block-4 {
  overflow: hidden;
  width: 100%;
}

.link-block-5 {
  overflow: hidden;
  width: 100%;
}

.link-block-6 {
  overflow: hidden;
  width: 100%;
}

.link-block-7 {
  overflow: hidden;
  width: 100%;
}

.lb_scroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  display: none;
  height: 3%;
}

.lb_container {
  position: relative;
  z-index: 1502;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin: 100px auto;
  padding-right: 40px;
  padding-left: 40px;
}

.popup_video_wrapper {
  margin-right: -32px;
}

.close_btn {
  position: relative;
  width: 30px;
  float: right;
}

.video_wrapper-3 {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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;
  text-align: center;
}

.html-embed-3 {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.lb_mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1501;
  width: 100.0003732299498%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
}

.footer_arrow {
  margin-top: -15px;
}

.video_txt_wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -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;
}

.financial_notes {
  width: 80%;
  padding: 10px 20px;
  font-family: 'Nunito sans', sans-serif;
  color: #cacaca;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.data_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 10px;
  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;
}

.data_wrapper-2.line1 {
  height: 70px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.data_wrapper-2.hide {
  display: none;
}

.financial_px_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 1180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.financial_line1_inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.financial_line2_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.5%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.financial_line-2 {
  height: 100%;
  background-color: #333;
}

.financial_line1_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  margin-right: 1%;
  margin-left: 1%;
  -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;
}

.all_data_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-up-hover"] {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media screen and (min-width: 1280px) {
  .brand {
    z-index: 999999999;
  }

  .full-screen-menu-inner {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .nav-right {
    z-index: 9100;
  }

  .sub_menu.pd {
    position: fixed;
  }

  .sub_menu.manage {
    position: fixed;
  }

  .sub_menu.news_details {
    position: fixed;
    display: none;
  }

  .sub_menu.mobile {
    position: fixed;
  }

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

  .accordion-content---brix {
    display: block;
  }

  .sub_menu_top_link.w--current {
    color: #fff;
    text-decoration: underline;
  }

  .sub_menu_top_link.hide {
    display: none;
  }

  .sub_menu_top_link.current {
    color: #fff;
    text-decoration: underline;
  }

  .sub_menu_top_line.hide {
    display: none;
  }

  .div-block-11-copy.bk {
    background-color: #8b8b8b;
  }

  .sub_menu_top_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    cursor: auto;
  }

  .index_intro_wrapper {
    margin-top: 100px;
  }

  .footer_sec {
    width: 17%;
  }

  .sub_menu_top_txt.bk {
    color: #8b8b8b;
  }

  .sub_menu_top_txt.bk.current {
    color: #8b8b8b;
    text-decoration: underline;
  }

  .sub_menu_bk_box_wrapper.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sub_menu_bk_box_link.w--current {
    color: #fff;
    text-decoration: underline;
  }

  .sub_menu_bk_box_link.hide {
    display: none;
  }

  ._50_col_right.talent {
    padding-left: 80px;
  }

  .inner_cont.location {
    text-align: left;
  }

  ._50_col_txt_wrapper {
    width: 50%;
  }

  ._50_col_left.talent {
    padding-right: 80px;
  }

  .overview_wrapper.manage {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .overview_wrapper.job {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #e3e5e8;
  }

  .overview_wrapper.news {
    padding-top: 80px;
  }

  .overview_wrapper.financial {
    margin-right: auto;
    margin-bottom: 140px;
    margin-left: auto;
  }

  .overview_wrapper.overview {
    padding-bottom: 0px;
  }

  .hb_inner-div {
    padding-top: 49.5%;
  }

  .hb_inner-div.vision {
    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/hb_vision.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_vision.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hb_inner-div.job {
    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/hb_job_info.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_job_info.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hb_inner-div.support {
    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/hb_support.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_support.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .ceo_50_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ceo_100_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 1180px;
  }

  .ceo_50_col_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    padding-right: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .ceo_cont_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history_col_100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 1180px;
  }

  .history_date_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .history_col_100_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 1180px;
  }

  .locations_col_100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 1180px;
  }

  .locations_col_100_cont {
    width: 70%;
  }

  .pd_wrapper {
    display: block;
  }

  .pd_p2_inner {
    min-height: 785px;
  }

  .pd_p2_inner.p1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS2000.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS2000.jpg');
  }

  .pd_p2_inner.p1.cutting {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/MLC4000.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/MLC4000.jpg');
  }

  .pd_p2_inner.p1.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/AREX_1.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/AREX_1.jpg');
    background-size: auto, contain;
  }

  .pd_p2_inner.p2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS3000.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS3000.jpg');
  }

  .pd_p2_inner.p2.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/vlaseII.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/vlaseII.jpg');
    background-size: auto, contain;
  }

  .pd_p2_inner.p3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS1500.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS1500.jpg');
  }

  .pd_p2_inner.p3.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/EOX.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/EOX.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_p2_inner.p4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS1500.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS1500.jpg');
  }

  .pd_p2_inner.p4.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/BIOLINO-2D3D.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/BIOLINO-2D3D.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_p2_inner.p5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/MLS1500.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/MLS1500.jpg');
  }

  .pd_p2_inner.p5.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/VIOLINO-II-UV-2D3D.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/VIOLINO-II-UV-2D3D.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .pd_intro_col_50 {
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
  }

  .pd_intro_col_50.hidden {
    display: inline-block;
  }

  .pd_img {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 75%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd1.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pd_link {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .pd_details_col_50 {
    width: 50%;
    height: auto;
  }

  .pd_details_img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.7%, 0.05)), to(hsla(0, 0%, 58.7%, 0.05))), url('../images/MLC4000_1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.7%, 0.05), hsla(0, 0%, 58.7%, 0.05)), url('../images/MLC4000_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.mlc3000 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLC3000.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLC3000.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.mls3000 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS3000.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS3000.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.mls3000-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS2000.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS2000.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.mls2000 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS2000.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS2000.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.mls1500 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/MLS1500.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/MLS1500.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.vlase2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/vlaseII.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/vlaseII.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.arex {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/AREX_1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/AREX_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.eox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/EOX.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/EOX.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.biolino2d3d {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/BIOLINO-2D3D.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/BIOLINO-2D3D.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.violino_ii_uv_2d_3d {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/VIOLINO-II-UV-2D3D.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/VIOLINO-II-UV-2D3D.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img.system_integration {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58.8%, 0.05)), to(hsla(0, 0%, 58.8%, 0.05))), url('../images/sys_integration_hi.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 58.8%, 0.05), hsla(0, 0%, 58.8%, 0.05)), url('../images/sys_integration_hi.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_details_img_inner {
    background-image: none;
  }

  .sol_big_tit_wrapper {
    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: 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;
  }

  .sol_tit_txt {
    text-decoration: none;
    text-transform: uppercase;
  }

  .tech_icon_wrapper {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .tech_big_tit_wrapper {
    margin-bottom: 140px;
  }

  .graphic_tech_bot_wrapper {
    margin-bottom: 60px;
  }

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

  .graphic_tech_line_hori_1 {
    height: 50px;
  }

  .graphic_tech_bot_icon {
    width: 80%;
    padding-bottom: 20px;
  }

  .inner_cont_manage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -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;
  }

  .mange_img_wrapper {
    width: 75%;
    margin-bottom: 43px;
  }

  .mange_cont_wrapper {
    margin-top: 100px;
    -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;
  }

  .mange_img_grey {
    position: absolute;
    left: auto;
    top: -15%;
    right: -6%;
    bottom: auto;
    z-index: -1;
    width: 200px;
    height: 200px;
    background-color: #e3e5e8;
  }

  .mange_img {
    position: relative;
  }

  .mange_img_grey2 {
    position: absolute;
    left: -5%;
    top: auto;
    right: auto;
    bottom: -14%;
    z-index: -1;
    width: 300px;
    background-color: #e3e5e8;
  }

  .financial_no_wrapper {
    padding-right: 20px;
  }

  .financial_line_wrapper {
    height: auto;
  }

  .all_data_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold_txt_vision {
    width: 50%;
    font-weight: 300;
  }

  .vision_wrapper2 {
    margin-top: 100px;
    -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;
  }

  .inner_cont_vision2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -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;
  }

  .inner_cont_vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -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;
  }

  .part1_wrapper {
    margin-right: -2%;
    margin-left: -2%;
    padding-top: 50px;
  }

  .part_icon {
    padding-bottom: 20px;
  }

  .job_form_inner {
    width: 100%;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .submit-button {
    display: none;
  }

  .field-label {
    font-family: 'Nunito sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }

  .text-field {
    border-style: solid;
    border-color: #000;
  }

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

  .job.hide {
    display: block;
  }

  .btn_apply {
    display: block;
    opacity: 1;
    color: #333;
    text-decoration: none;
  }

  .support_cont_wrapper {
    width: 100%;
    height: auto;
    max-width: 1180px;
  }

  .support_1 {
    display: inline-block;
    -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;
  }

  .img_support_icon {
    width: 20%;
    height: auto;
  }

  .support_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -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;
  }

  .support_tit_txt {
    font-family: Blenderpro, sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }

  .support_cont_txt {
    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;
    font-family: 'Nunito sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }

  .support_cont_inner {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .support_tit {
    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;
  }

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

  .news_each {
    display: inline-block;
    width: 30.5%;
    margin-top: 8%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .news_each_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .news_date_txt {
    font-family: 'Blender pro', sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
  }

  .news_yr_txt {
    font-family: 'Blender pro', sans-serif;
    line-height: 14px;
    font-weight: 500;
  }

  .news_month_txt {
    font-family: 'Blender pro', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
  }

  .news_date {
    margin-bottom: 10px;
    -webkit-transform: rotate(90deg) translate(0px, 0px);
    -ms-transform: rotate(90deg) translate(0px, 0px);
    transform: rotate(90deg) translate(0px, 0px);
  }

  .news_month_yr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .news_each_img {
    width: 100%;
  }

  .news_each_img_bg {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 70%;
    background-image: url('../images/img_news1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .news_each_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news_each_cont_txt {
    overflow: hidden;
    height: auto;
    font-family: 'Blender pro', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }

  .news_each_cont {
    margin-top: 15px;
  }

  .news_each_arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .news_each_arrow_img {
    width: 10%;
  }

  .btn_news_each_arrow {
    position: relative;
    width: 30px;
    height: 30px;
    border-style: none;
  }

  .page_wrapper {
    display: none;
  }

  .news_details_inner {
    display: inline-block;
  }

  .news_details_img {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 70%;
    background-image: url('../images/img_news1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .news_details_img_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_inner {
    display: block;
  }

  .tech_icon {
    padding-bottom: 10px;
  }

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

  .job_form_wrapper {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }

  .news_details_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .contat_form_wrapper {
    display: block;
  }

  .lottie-animation-3 {
    width: 30px;
    height: 30px;
  }

  .lottie_btn {
    position: absolute;
  }

  .horizont-line.thin.blue {
    background-color: #0728b3;
  }

  .html-embed-3 {
    margin-top: 13px;
  }

  .all_data_wrapper-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    padding-right: 36px;
    padding-left: 36px;
    border-left-style: none;
  }

  .brand.w--current {
    width: 30%;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .full-screen-menu-inner {
    display: none;
  }

  .menu-items {
    text-align: center;
  }

  .menu-wrapper {
    width: 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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-right {
    padding-right: 40px;
  }

  .navbar-wrapper {
    height: 65px;
    padding-bottom: 0px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .navbar {
    display: block;
  }

  .menu-content {
    display: block;
    max-width: 1180px;
  }

  .scroll-link {
    display: none;
  }

  .menu_overlay {
    z-index: -1;
    display: none;
    height: 100vh;
    background-color: rgba(5, 5, 5, 0.7);
  }

  .sub_menu {
    position: absolute;
    display: block;
    width: 70%;
  }

  .sub_menu.pd {
    display: none;
  }

  .sub_menu.manage {
    display: none;
  }

  .sub_menu.news_details {
    display: none;
  }

  .sub_menu.mobile {
    display: none;
  }

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

  .sub_menu_wrapper.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sub_menu_bk_box_line.overview {
    display: none;
  }

  .index_about_wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index_about_wrapper.top {
    display: block;
    padding-bottom: 60px;
  }

  .index_about_wrapper.index {
    padding-bottom: 60px;
  }

  .job_tit {
    max-width: 88%;
  }

  .sub_menu_top_wrapper {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cat {
    width: 27%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav_dd {
    display: block;
  }

  .nav_dd.inline-block {
    display: none;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav_dd_toggle {
    width: 100%;
  }

  .nav-link-4 {
    display: none;
    color: #fff;
  }

  .nav_dd_list {
    position: relative;
    display: none;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .nav_dd_list_news {
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
  }

  .nav_dropdown_link {
    padding-right: 30px;
  }

  .index_tit_txt {
    font-size: 40px;
    line-height: 40px;
  }

  .index_cont_txt {
    width: 80%;
  }

  .index_tit_line_wrapper.white {
    padding-bottom: 50px;
  }

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

  .index_pd_wrapper.laservall {
    margin-top: 80px;
  }

  .index_pd {
    width: 42%;
  }

  .index_pd.top {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .index_pd.top_right {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .index_pd_inner {
    padding-top: 140%;
  }

  .index_pd_tit_txt {
    font-size: 40px;
    line-height: 40px;
  }

  .index_pd_1_tit {
    bottom: 25%;
  }

  .index_pd_link {
    display: block;
  }

  .index_pd_link_page {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .index_pd_link_page:hover {
    padding-bottom: 2px;
    border-bottom-style: none;
  }

  .grey_tit_wrapper {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .grey_tit_wrapper.tech {
    right: 0%;
  }

  .index_intro_wrapper {
    display: block;
  }

  .index_intro_wrapper.index_customer {
    margin-top: 60px;
  }

  .sub_banner_tit {
    display: block;
  }

  .sub_banner_inner {
    display: block;
  }

  .footer_logo_wrapper {
    width: 30%;
  }

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

  .footer_bot_txt_wrapper {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer_bot_txt_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_bot_txt_left {
    width: 100%;
  }

  .footer_bot_txt_right {
    width: 100%;
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-wrapper_bk {
    height: 65px;
    padding-bottom: 0px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .index_pd_2_tit {
    bottom: 25%;
  }

  .lottie-animation-2 {
    width: 80px;
  }

  .nav_btn {
    margin-top: 20px;
    padding-right: 0px;
  }

  .bold_txt {
    width: 80%;
    font-size: 20px;
    font-weight: 400;
  }

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

  ._50_col {
    width: 100%;
  }

  ._50_col_img.overview_2 {
    padding-top: 60%;
  }

  ._50_col_img.overview_1 {
    padding-top: 60%;
  }

  ._50_col_img.tech_1 {
    padding-top: 60%;
  }

  ._50_col_img.tech_2 {
    padding-top: 60%;
  }

  ._50_col_right {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0px;
  }

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

  .inner_cont.ceo {
    margin-bottom: 20px;
  }

  .inner_cont.location {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
  }

  ._50_col_txt_wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }

  .cont_wrapper_inner {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont_wrapper_inner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .inner_cont_top {
    margin-top: 20px;
  }

  ._50_col_left {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .overview_wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .overview_wrapper.pd1 {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .overview_wrapper.tech {
    padding-top: 100px;
  }

  .overview_wrapper.support {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .overview_wrapper.financial {
    margin-bottom: 120px;
  }

  .hb_inner-div {
    padding-top: 75%;
  }

  .ceo_50_col {
    padding-right: 0px;
  }

  .ceo_100_col {
    -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;
  }

  .ceo_50_col_right {
    width: 100%;
    padding-left: 40px;
  }

  .ceo_img_wrapper {
    margin-bottom: 40px;
  }

  .history_col_100 {
    -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;
  }

  .history_date_inner {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .date_line_wrapper {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .history_cont_wrapper {
    width: 75%;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .history_col_100_inner {
    -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;
  }

  .locations_col_100 {
    margin-top: 70px;
    -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;
  }

  .location_img_wrapper {
    padding-left: 0px;
  }

  .locations_tit_txt {
    font-size: 30px;
    line-height: 30px;
  }

  .locations_col_100_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .locations_col_100_cont {
    width: 100%;
    padding-right: 40px;
  }

  .pd_1180_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pd_1180_wrapper.pd1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pd_1180_wrapper.pd_dertails {
    margin-right: 1%;
    margin-left: 1%;
    -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;
  }

  .pd_wrapper {
    margin-right: 1.5%;
    margin-left: 1.5%;
  }

  .back_wrapper {
    padding-right: 3%;
  }

  .back_wrapper.pd_details {
    padding-right: 40px;
  }

  .back_wrapper.news_details {
    margin-bottom: 3%;
  }

  .back_btn {
    width: 8%;
  }

  .pd_p2_inner {
    min-height: 500px;
    padding-top: 110%;
  }

  .pd_p2_inner.p1.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/AREX.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/AREX.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

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

  .pd_p2_inner.p2.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/vlaseII.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/vlaseII.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pd_txt {
    font-size: 48px;
  }

  .pd_details_col_50 {
    width: 100%;
    margin-top: 100px;
    padding-right: 40px;
  }

  .pd_tit_txt {
    font-size: 40px;
    line-height: 40px;
  }

  .pd_details_img_wrapper {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
  }

  .inquiries_txt {
    padding-right: 10px;
  }

  .bold_txt-copy {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .sol_big_tit_wrapper {
    margin-top: -20px;
  }

  .sol_tit_txt {
    font-size: 80px;
    line-height: 70px;
  }

  .tech_icon_1 {
    width: 47%;
  }

  .tech_icon_tit {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tech_icon_cont {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .graphic_tech_bot_wrapper {
    margin-bottom: 140px;
  }

  .graphic_tech_1 {
    width: 47%;
  }

  .img_graphic_tech_bot_icon {
    padding: 10px 40px 30px;
  }

  .graphic_tech_line_hori_1 {
    display: none;
  }

  .graphic_tech_line_wrapper {
    display: none;
  }

  .graphic_tech_bot_icon {
    width: 100%;
  }

  .inner_cont_manage {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .mange_img_grey {
    width: 100px;
    height: 100px;
  }

  .mange_img_grey2 {
    width: 200px;
  }

  .financial_no_wrapper {
    width: 100%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .financial_line2_wrapper {
    width: 100%;
  }

  .financial_line1_txt {
    -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-size: 20px;
    line-height: 20px;
    text-align: left;
  }

  .data_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 50px;
    -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;
  }

  .data_wrapper.hide {
    display: none;
  }

  .data_wrapper.line1 {
    height: auto;
    padding: 0px;
  }

  .financial_line_wrapper {
    width: 5px;
  }

  .financial_line_wrapper.hide {
    display: none;
  }

  .all_data_wrapper {
    width: 99%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .data_big_txt {
    font-size: 36px;
  }

  .financial_line1_inner {
    width: 77%;
    padding-right: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .financial_line1_wrapper {
    width: 100%;
    height: 90px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bold_txt_vision {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .cont_wrapper_inner-copy {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub_banner_tit-_vision {
    display: block;
  }

  .sub_banner_inner_vision {
    display: block;
  }

  .inner_cont_vision2 {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .inner_cont_vision {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .bold_txt-copy-copy {
    width: 90%;
    font-size: 18px;
    font-weight: 300;
  }

  .talent_graphic_tit_wrapper {
    width: 100%;
    padding-top: 100px;
    padding-right: 80px;
    padding-left: 80px;
  }

  ._3balls_wrapper {
    margin-bottom: 60px;
    -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;
  }

  .part1_wrapper {
    width: 65%;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .part_cont_wrapper {
    width: 100%;
  }

  .div-block-82 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .part_circle_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 500px;
    -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;
  }

  .part_tit_txt {
    line-height: 45px;
    text-align: center;
  }

  .part_icon {
    padding-bottom: 20px;
  }

  .form_part {
    width: 100%;
  }

  .form_line2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job_icon {
    width: 5%;
  }

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

  .job_info_wrapper {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .support_1 {
    width: 95%;
  }

  .news_each {
    width: 47%;
  }

  .news_details_inner {
    width: 100%;
  }

  .news_details_tit_txt {
    font-size: 36px;
    line-height: 36px;
  }

  .contat_form_field_wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .contat_form {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-143-copy.spacing {
    margin-top: 20px;
  }

  .btn_sumbit_wrapper {
    margin-top: 60px;
  }

  .nav_icon {
    padding-right: 10px;
    padding-left: 0px;
  }

  .nav_icon_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_wrapper {
    margin-bottom: 20px;
    margin-left: 30px;
    -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;
  }

  .lang_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_icon_login {
    padding-right: 10px;
    padding-left: 0px;
  }

  .contact_info_pt_cont {
    width: 95%;
  }

  .index_pd_inner_top {
    padding-top: 110%;
  }

  .index_pd_inner_top_right {
    padding-top: 110%;
  }

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

  .index_pd_1_txt {
    bottom: 25%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .index_pd_1_txt.right {
    padding-right: 60px;
    padding-left: 60px;
  }

  .index_pd_2_txt {
    text-align: justify;
  }

  .financial_px_wrapper {
    width: 688px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container_1180-2 {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container_1180-2.max-width-1032 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .video_wrapper-2 {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .news_img {
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper2 {
    display: none;
    margin-top: 0px;
  }

  .wrapper3 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 140px;
  }

  .video_popup {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 49%;
    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/hb_contact_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hb_contact_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .div-block-150 {
    overflow: hidden;
  }

  .image-3 {
    width: 15%;
  }

  .div-block-151 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .lb_scroll {
    display: none;
  }

  .popup_video_wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: -35px;
  }

  .video_wrapper-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .html-embed-3 {
    margin-top: 5px;
  }

  .div-block-152 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
  }

  .background-video-2 {
    width: 100%;
    max-height: 400px;
    max-width: 700px;
  }

  .image-5 {
    width: 30px;
    height: auto;
  }

  .image-6 {
    width: 30px;
  }

  .financial_notes {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .data_wrapper-2 {
    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;
  }

  .data_wrapper-2.line1 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .data_wrapper-2.hide {
    display: none;
  }

  .financial_px_wrapper-2 {
    width: 688px;
  }

  .financial_line1_inner-2 {
    padding-right: 0px;
  }

  .financial_line-2 {
    width: 1px;
  }

  .all_data_wrapper-2 {
    padding-left: 18px;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }

  .brand.w--current {
    width: 40%;
  }

  .full-screen-menu-inner {
    display: none;
  }

  .menu-items {
    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;
  }

  .menu-wrapper {
    width: 100%;
  }

  .nav-right {
    margin-right: 0px;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .menu-content {
    margin-top: 100px;
    -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;
  }

  .bg-video-overlay {
    display: block;
  }

  .preloader-heading {
    margin-top: 0%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 70px;
    line-height: 80px;
  }

  .background-video {
    -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;
  }

  .content-wrapper {
    margin-bottom: 10%;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .preloader-bg-video {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sub_menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sub_menu.mobile {
    width: 70%;
  }

  .sub_menu_wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sub_menu_bk_box_line {
    display: block;
  }

  .sub_menu_bk_box_line.hide {
    display: none;
  }

  .sub_menu_bk_box_line.manage {
    display: none;
  }

  .sub_menu_bk_box_line.overview {
    display: none;
  }

  .sub_menu_bk_box_line.ceo {
    display: none;
  }

  .sub_menu_bk_box_line.history {
    display: none;
  }

  .sub_menu_bk_box_line.location {
    display: none;
  }

  .mouse-wrapper {
    bottom: 5%;
  }

  .index_about_wrapper {
    padding-bottom: 100px;
  }

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

  .index_about_wrapper.index {
    padding-bottom: 0px;
  }

  .job_tit {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .slide-nav {
    bottom: 19%;
  }

  .sub_menu_top_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video_wrapper {
    -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;
  }

  .bg_slide {
    min-height: 80vh;
  }

  .bg_slide.p3 {
    min-height: 100vh;
  }

  .bg_slide.p2 {
    min-height: 100vh;
  }

  .menu_link_desktop {
    display: none;
  }

  .cat_title_txt {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .menu-cat-inner {
    -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;
    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;
  }

  .menu-cat-inner.second {
    margin-top: 15px;
  }

  .cat {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cat_title {
    margin-bottom: 0px;
  }

  .nav_dd.inline-block {
    display: block;
  }

  .nav-link-4 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Blender pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link-4:hover {
    color: #7ff4ff;
  }

  .nav_dd_list_news {
    display: block;
    background-color: transparent;
  }

  .nav_dropdown_link {
    background-color: transparent;
    font-family: 'Nunito sans', sans-serif;
    line-height: 18px;
    font-weight: 300;
  }

  .nav_dropdown_link:hover {
    color: #7ff4ff;
  }

  .nav_dropdown_link.w--current {
    color: #7ff4ff;
  }

  .loader-wrapper {
    display: none;
  }

  .index_tit_txt {
    font-size: 35px;
    line-height: 35px;
  }

  .index_tit_wrapper.mange {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .index_cont_txt {
    padding-right: 20px;
  }

  .index_tit_line_wrapper.white {
    padding-bottom: 40px;
  }

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

  .index_pd {
    width: 80%;
    margin-right: 0%;
    margin-bottom: 60px;
    margin-left: 0%;
  }

  .index_pd_inner {
    padding-top: 90%;
  }

  .index_pd_tit_txt {
    font-size: 28px;
    line-height: 30px;
  }

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

  .index_pd_link_circle {
    width: 40px;
    height: 40px;
  }

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

  .index_pd_link {
    margin-top: 15px;
    padding-bottom: 30px;
  }

  .index_pd_link_txt {
    font-size: 18px;
  }

  .grey_tit_wrapper.tech {
    right: 3%;
    width: 12%;
  }

  .sub_banner_tit {
    padding-bottom: 20px;
  }

  .footer_logo_wrapper {
    width: 40%;
    padding-top: 80px;
  }

  .txt_footer_sec_tit {
    font-size: 20px;
  }

  .txt_footer_sec {
    font-size: 13px;
  }

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

  .footer_sec {
    width: 30.4%;
    margin-top: 20px;
  }

  .footer_bot_txt_wrapper {
    padding-right: 0px;
  }

  .footer_grey_txt {
    font-size: 12px;
  }

  .navbar-wrapper_bk {
    grid-column-gap: 18px;
  }

  .hamburger-wrapper.top {
    margin-top: -3px;
  }

  .menu-button-2 {
    z-index: 150;
    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;
  }

  .index_pd_link_banner {
    padding-right: 35px;
    padding-left: 35px;
  }

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

  .lottie-animation-2 {
    width: 80px;
  }

  .nav_btn {
    margin-top: 25px;
  }

  .content-wrapper-inner {
    margin-bottom: 0%;
  }

  .mouse-wrapper-inner {
    bottom: 5%;
  }

  .bold_txt {
    padding-right: 20px;
  }

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

  ._50_col {
    width: 100%;
  }

  ._50_col_right {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .inner_cont {
    margin-top: 20px;
  }

  .inner_cont.location {
    padding-right: 0px;
  }

  ._50_col_txt_wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .cont_wrapper_inner.reverse {
    margin-bottom: 0px;
  }

  .inner_cont_top {
    margin-top: 40px;
  }

  ._50_col_left {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .overview_wrapper {
    padding-bottom: 100px;
  }

  .overview_wrapper.pd1 {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .overview_wrapper.tech {
    padding-bottom: 0px;
  }

  .overview_wrapper.pd2 {
    padding-bottom: 100px;
  }

  .overview_wrapper.financial {
    margin-bottom: 100px;
  }

  .hb_inner-div {
    padding-top: 100%;
  }

  .history_col_100 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history_date_inner {
    width: 100%;
  }

  .date_line_wrapper {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .history_cont_wrapper {
    width: 100%;
  }

  .history_col_100_inner {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .locations_col_100 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .locations_col_100_left {
    width: 100%;
    margin-top: 40px;
  }

  .location_img_wrapper {
    width: 100%;
  }

  .locations_col_100_tit {
    padding-bottom: 10px;
  }

  .locations_col_100_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .location_bk_line {
    margin-top: 40px;
  }

  .pd_1180_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pd_1180_wrapper.pd1 {
    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: 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;
  }

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

  .pd_wrapper {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 60px;
    margin-left: 0%;
  }

  .back_wrapper {
    padding-right: 5%;
  }

  .back_wrapper.pd_details {
    padding-right: 40px;
  }

  .back_btn {
    width: 13%;
  }

  .pd_p2_inner {
    padding-top: 50%;
  }

  .pd_p2_inner.p1.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/AREX.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/AREX.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

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

  .pd_p2_inner.p2.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/vlaseII.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/vlaseII.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_intro_col_50 {
    width: 100%;
  }

  .pd_tit_txt {
    font-size: 35px;
    line-height: 35px;
  }

  .bold_txt-copy {
    width: 80%;
    padding-right: 20px;
  }

  .sol_big_tit_wrapper {
    margin-bottom: 60px;
  }

  .sol_tit_txt {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 50px;
    line-height: 50px;
  }

  .tech_icon_1 {
    margin-bottom: 20px;
  }

  .tech_icon_tit {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .graphic_tech_bot_wrapper {
    margin-bottom: 140px;
  }

  .inner_cont_manage {
    margin-top: 20px;
  }

  .financial_no_wrapper {
    overflow: auto;
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .financial_line1_txt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

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

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

  .year_line1_txt {
    font-size: 20px;
  }

  .data_big_txt {
    font-size: 24px;
  }

  .data_txt {
    font-size: 24px;
  }

  .financial_line1_inner {
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bold_txt_vision {
    width: 80%;
    padding-right: 20px;
  }

  .sub_banner_tit-_vision {
    padding-bottom: 20px;
  }

  .inner_cont_vision2 {
    margin-top: 20px;
  }

  .inner_cont_vision {
    margin-top: 20px;
  }

  .bold_txt-copy-copy {
    width: 80%;
    padding-right: 20px;
  }

  .talent_tit_txt {
    padding-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .part1_wrapper {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .part_cont_wrapper {
    width: 100%;
  }

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

  .part_circle_bg {
    width: 450px;
    height: 450px;
  }

  .job_icon {
    width: 8%;
  }

  .img_support_icon {
    width: 25%;
  }

  .support_tit_txt {
    margin-bottom: 10px;
  }

  .news_inner {
    margin-top: 40px;
    padding-left: 20px;
  }

  .news_each {
    width: 90%;
    margin-bottom: 5%;
  }

  .news_each_cont_txt {
    overflow: hidden;
    height: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .news_details_inner {
    width: 90%;
    margin-bottom: 5%;
  }

  .news_details_tit_wrapper {
    margin-top: 40px;
  }

  .textarea {
    min-height: 400px;
  }

  .nav_wrapper {
    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;
  }

  .pd_img_wrapper {
    width: 100%;
  }

  .tech_icon_cont_wrapper {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index_pd_inner_top {
    padding-top: 90%;
  }

  .index_pd_inner_top_right {
    padding-top: 90%;
  }

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

  .financial_px_wrapper {
    overflow: visible;
  }

  .container_1180-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container_1180-2.max-width-1032 {
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .video_wrapper-2 {
    padding-bottom: 140px;
  }

  .wrapper2 {
    margin-bottom: 100px;
  }

  .lb_scroll {
    display: none;
  }

  .lb_container {
    width: 100%;
  }

  .video_wrapper-3 {
    padding-bottom: 0px;
  }

  .html-embed-3 {
    margin-top: 5px;
  }

  .background-video-2 {
    max-height: 300px;
    max-width: 500px;
  }

  .financial_notes {
    width: 80%;
    padding-right: 20px;
  }

  .data_wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .financial_px_wrapper-2 {
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .financial_line1_inner-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .financial_line1_wrapper-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .all_data_wrapper-2 {
    padding-right: 10px;
    padding-left: 22px;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    width: 40%;
    min-width: 150px;
    margin-left: 30px;
  }

  .full-screen-menu-inner {
    display: none;
  }

  .menu-wrapper {
    padding-bottom: 0px;
  }

  .nav-right {
    width: 30%;
    margin-right: 20px;
    padding-right: 0px;
  }

  .navbar-wrapper {
    height: 60px;
  }

  .menu-content {
    padding-top: 0px;
  }

  .scroll-link {
    display: none;
  }

  .preloader-heading {
    margin-top: 0%;
    font-size: 50px;
    line-height: 55px;
  }

  .content-wrapper {
    margin-bottom: 40%;
  }

  .slider {
    min-height: 90vh;
  }

  .slide {
    min-height: 90px;
  }

  .mouse-wrapper {
    bottom: 5%;
  }

  .index_about_wrapper {
    padding-top: 80px;
  }

  .accordion-item---brix {
    padding-right: 20px;
    padding-left: 20px;
  }

  .job_tit {
    max-width: 70%;
  }

  .slide-nav {
    bottom: 18%;
  }

  .bg_slide {
    min-height: 60vh;
  }

  .slide-2 {
    min-height: 90vh;
  }

  .slide-3 {
    min-height: 90vh;
  }

  .cat {
    width: 100%;
    margin-top: 10px;
  }

  .cat_title {
    margin-bottom: 0px;
  }

  .nav_dd_list_news {
    display: none;
  }

  .index_tit_txt {
    -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-align: center;
  }

  .index_about_inner {
    padding-bottom: 20px;
  }

  .index_tit_wrapper.mange {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .index_pd_wrapper {
    margin-top: 60px;
  }

  .index_pd_wrapper.top {
    margin-top: 40px;
  }

  .index_pd_wrapper.laservall {
    margin-top: 40px;
  }

  .index_pd {
    margin-left: 0%;
  }

  .index_pd.top {
    margin-bottom: 40px;
  }

  .index_pd.index_bot {
    margin-bottom: 40px;
  }

  .index_pd_inner {
    padding-top: 100%;
  }

  .index_pd_tit_txt {
    font-size: 22px;
    line-height: 24px;
  }

  .index_pd_1_tit {
    bottom: 30%;
  }

  .index_pd_link_circle {
    width: 30px;
    height: 30px;
  }

  .index_pd_link {
    margin-top: 15px;
  }

  .index_pd_link_txt {
    font-size: 16px;
  }

  .index_pd_link_page {
    margin-left: -15px;
  }

  .index_intro_wrapper.index {
    margin-top: 40px;
  }

  .index_intro_wrapper.index_customer {
    margin-top: 20px;
  }

  .footer_logo_wrapper {
    width: 50%;
    padding-bottom: 20px;
  }

  .txt_footer_sec_tit {
    font-size: 18px;
    line-height: 22px;
  }

  .txt_footer_sec {
    font-size: 13px;
    line-height: 18px;
  }

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

  .footer_sec {
    width: 29.5%;
    margin-right: 1.5%;
  }

  .footer_bot_txt_wrapper {
    padding-right: 0px;
  }

  .footer_bot_txt_inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer_grey_txt {
    font-size: 12px;
  }

  .lottie-animation-copy {
    width: auto;
  }

  .navbar-wrapper_bk {
    height: 60px;
  }

  .hamburger-wrapper.top {
    margin-top: -8px;
  }

  .index_pd_2_tit {
    bottom: 32%;
  }

  .top-btn {
    width: 30px;
  }

  .img_top-btn {
    width: 30px;
    height: 30px;
  }

  .content-wrapper-inner {
    margin-bottom: 0%;
  }

  .mouse-wrapper-inner {
    bottom: 5%;
  }

  .cont_wrapper {
    margin-top: 60px;
  }

  .inner_cont.location {
    padding-right: 0px;
  }

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

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

  .overview_wrapper {
    padding-top: 80px;
  }

  .overview_wrapper.pd1 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .overview_wrapper.pd2 {
    padding-bottom: 80px;
  }

  .overview_wrapper.financial {
    margin-bottom: 60px;
  }

  .ceo_100_col {
    margin-top: 30px;
  }

  .history_col_100 {
    margin-top: 40px;
    margin-right: 0px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history_date_inner {
    width: 100%;
    padding-left: 0px;
  }

  .history_cont_wrapper {
    width: 100%;
  }

  .history_col_100_inner {
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .locations_col_100 {
    margin-top: 0px;
    margin-right: 0px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location_bk_line {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .locations_col_100_cont {
    padding-right: 0px;
  }

  .pd_1180_wrapper {
    margin-top: 40px;
  }

  .pd_1180_wrapper.pd1 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    padding-left: 30px;
  }

  .pd_wrapper {
    margin-left: 0%;
  }

  .back_btn {
    width: 20%;
  }

  .pd_p2_inner {
    min-height: 300px;
    padding-top: 90%;
  }

  .pd_p2_inner.p1.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/AREX.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/AREX.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

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

  .pd_p2_inner.p2.marking {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/vlaseII.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/vlaseII.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .pd_p2_inner.p5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 60, 0.3)), to(rgba(27, 32, 60, 0.3))), url('../images/img_pd_details1.jpg');
    background-image: linear-gradient(180deg, rgba(27, 32, 60, 0.3), rgba(27, 32, 60, 0.3)), url('../images/img_pd_details1.jpg');
    background-size: auto, contain;
  }

  .pd_txt_wrapper {
    z-index: 10;
    font-size: 48px;
  }

  .pd_txt {
    font-size: 35px;
    line-height: 40px;
  }

  .pd_details_col_50 {
    margin-top: 60px;
  }

  .pd_tit_txt {
    -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;
    text-align: left;
  }

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

  .btn_inquiries_txt {
    padding-right: 0px;
  }

  .btn_inquiries_icon {
    width: 11%;
  }

  .inquiries_txt {
    padding-right: 0px;
    font-size: 16px;
  }

  .sol_tit_txt {
    font-size: 36px;
    line-height: 40px;
  }

  .tech_icon_tit {
    font-size: 24px;
    line-height: 24px;
  }

  .img_tech_icon {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

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

  .graphic_tech_wrapper {
    top: 70px;
    margin-top: -46px;
  }

  .img_graphic_tech {
    height: auto;
    min-height: auto;
    min-width: 350px;
  }

  .graphic_head_wrapper {
    top: auto;
    margin-bottom: 20px;
  }

  .graphic_tech_bot_wrapper {
    margin-top: -35px;
    margin-bottom: 100px;
  }

  .img_graphic_tech_bot_icon {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .img_icon_head {
    padding-bottom: 10px;
  }

  .txt_head {
    font-size: 24px;
    line-height: 24px;
  }

  .icon_head {
    width: 100px;
  }

  .mange_img_grey {
    width: 50px;
    height: 50px;
  }

  .mange_img_grey2 {
    width: 100px;
  }

  .financial_no_wrapper {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .financial_line2_wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .inner_cont_vision2 {
    margin-bottom: 40px;
  }

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

  ._3balls_wrapper {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .part1_wrapper._2nd {
    padding-top: 15%;
  }

  .part_cont_wrapper {
    width: 100%;
  }

  .text-block-19 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .part_circle_bg {
    width: 350px;
    height: 350px;
  }

  .part_tit_wrapper {
    padding-top: 0px;
  }

  .part_icon {
    width: 40%;
    padding-bottom: 0px;
  }

  .job_icon {
    width: 8%;
    padding-top: 2px;
    padding-bottom: 2px;
  }

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

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

  .img_support_icon {
    width: 40%;
  }

  .support_tit_txt {
    line-height: 30px;
  }

  .news_each.p1 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .news_each.p2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .news_each.p3 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .news_each.p4 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .news_each.p5 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .news_each.p6 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .news_details_tit_txt {
    font-size: 30px;
    line-height: 30px;
  }

  .contat_form_remarks {
    -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;
  }

  .nav_wrapper {
    margin-left: auto;
  }

  .tech_icon_tit_wrapper {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tech_icon_cont_wrapper {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .index_pd_inner_top {
    padding-top: 100%;
  }

  .index_pd_inner_top_right {
    padding-top: 100%;
  }

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

  .index_pd_1_txt {
    bottom: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .container_1180-2 {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .container_1180-2.max-width-1032 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .video_wrapper-2 {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .wrapper2 {
    margin-bottom: 80px;
  }

  .video_wrapper-3 {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .background-video-2 {
    max-height: 180px;
    max-width: 320px;
  }

  .financial_line2_wrapper-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .financial_line1_wrapper-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-5f1c7a66 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-5f1c7a66 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-5f1c7a66 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-5f1c7a66 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b5e3b975-1392-f4f7-655c-67d2dd4e1ce5-9b1c7a6a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b5e3b975-1392-f4f7-655c-67d2dd4e1ce6-9b1c7a6a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b5e3b975-1392-f4f7-655c-67d2dd4e1cf3-9b1c7a6a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b5e3b975-1392-f4f7-655c-67d2dd4e1cfc-9b1c7a6a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-9e1c7a6b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-9e1c7a6b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-9e1c7a6b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-9e1c7a6b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-e21c7a6c {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-e21c7a6c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-e21c7a6c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-e21c7a6c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_666c0d68-dbb6-07a2-0b2a-d4ad92f739d0-b71c7a6d {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_666c0d68-dbb6-07a2-0b2a-d4ad92f739d1-b71c7a6d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_666c0d68-dbb6-07a2-0b2a-d4ad92f739de-b71c7a6d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_666c0d68-dbb6-07a2-0b2a-d4ad92f739e7-b71c7a6d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-601c7a6f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-601c7a6f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-601c7a6f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-601c7a6f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c18d7d8f-edd2-e30c-a376-198909f4757c-0f1c7a70 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c18d7d8f-edd2-e30c-a376-198909f4757d-0f1c7a70 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c18d7d8f-edd2-e30c-a376-198909f4758a-0f1c7a70 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c18d7d8f-edd2-e30c-a376-198909f47593-0f1c7a70 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-f21c7a71 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-f21c7a71 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-f21c7a71 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-f21c7a71 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_8423d0b7-c9bd-131c-4112-f9df1e28e218-9c1c7a72 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_8423d0b7-c9bd-131c-4112-f9df1e28e219-9c1c7a72 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_8423d0b7-c9bd-131c-4112-f9df1e28e226-9c1c7a72 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_8423d0b7-c9bd-131c-4112-f9df1e28e22f-9c1c7a72 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-ce1c7a73 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-ce1c7a73 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-ce1c7a73 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-ce1c7a73 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-001c7a74 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-001c7a74 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-001c7a74 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-001c7a74 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-341c7a75 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-341c7a75 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-341c7a75 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-341c7a75 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a31e815f-0f1e-223c-ceb0-4713163345f4-6f1c7a76 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a31e815f-0f1e-223c-ceb0-4713163345f5-6f1c7a76 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a31e815f-0f1e-223c-ceb0-471316334602-6f1c7a76 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a31e815f-0f1e-223c-ceb0-47131633460b-6f1c7a76 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-7c1c7a77 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-7c1c7a77 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-7c1c7a77 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-7c1c7a77 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-9f1c7a78 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-9f1c7a78 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-9f1c7a78 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-9f1c7a78 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-6c1c7a79 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-6c1c7a79 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-6c1c7a79 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-6c1c7a79 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-121c7a7a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-121c7a7a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-121c7a7a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-121c7a7a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-6f1c7a7b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-6f1c7a7b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-6f1c7a7b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-6f1c7a7b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-321c7a7c {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-321c7a7c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-321c7a7c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-321c7a7c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-c01c7a7d {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-c01c7a7d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-c01c7a7d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-c01c7a7d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-6f1c7a7e {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-6f1c7a7e {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-6f1c7a7e {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-6f1c7a7e {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-e41c7a7f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-e41c7a7f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-e41c7a7f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-e41c7a7f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-701c7a80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-701c7a80 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-701c7a80 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-701c7a80 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-671c7a81 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-671c7a81 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-671c7a81 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-671c7a81 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-7f1c7a82 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-7f1c7a82 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-7f1c7a82 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-7f1c7a82 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-271c7a83 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-271c7a83 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-271c7a83 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-271c7a83 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-2e1c7a84 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-2e1c7a84 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-2e1c7a84 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-2e1c7a84 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-0d1c7a85 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-0d1c7a85 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-0d1c7a85 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-0d1c7a85 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-bf1c7a86 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-bf1c7a86 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-bf1c7a86 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-bf1c7a86 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-a31c7a88 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-a31c7a88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-a31c7a88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-a31c7a88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-f51c7a89 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-f51c7a89 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-f51c7a89 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-f51c7a89 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa12a-9e1c7a8a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_78aa9337-97df-3471-f055-7f13a95aa131-9e1c7a8a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-9e1c7a8a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b8d-9e1c7a8a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-5f1c7a66 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-5f1c7a66 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b5e3b975-1392-f4f7-655c-67d2dd4e1ce6-9b1c7a6a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b5e3b975-1392-f4f7-655c-67d2dd4e1cf3-9b1c7a6a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-9e1c7a6b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-9e1c7a6b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-e21c7a6c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-e21c7a6c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_666c0d68-dbb6-07a2-0b2a-d4ad92f739d1-b71c7a6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_666c0d68-dbb6-07a2-0b2a-d4ad92f739de-b71c7a6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-601c7a6f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-601c7a6f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c18d7d8f-edd2-e30c-a376-198909f4757d-0f1c7a70 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c18d7d8f-edd2-e30c-a376-198909f4758a-0f1c7a70 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-f21c7a71 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-f21c7a71 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8423d0b7-c9bd-131c-4112-f9df1e28e219-9c1c7a72 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8423d0b7-c9bd-131c-4112-f9df1e28e226-9c1c7a72 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-ce1c7a73 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-ce1c7a73 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-001c7a74 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-001c7a74 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-341c7a75 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-341c7a75 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a31e815f-0f1e-223c-ceb0-4713163345f5-6f1c7a76 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a31e815f-0f1e-223c-ceb0-471316334602-6f1c7a76 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-7c1c7a77 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-7c1c7a77 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-9f1c7a78 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-9f1c7a78 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-6c1c7a79 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-6c1c7a79 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-121c7a7a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-121c7a7a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-6f1c7a7b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-6f1c7a7b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-321c7a7c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-321c7a7c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-c01c7a7d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-c01c7a7d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-6f1c7a7e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-6f1c7a7e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-e41c7a7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-e41c7a7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-701c7a80 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-701c7a80 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-671c7a81 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-671c7a81 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-7f1c7a82 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-7f1c7a82 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-271c7a83 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-271c7a83 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-2e1c7a84 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-2e1c7a84 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-0d1c7a85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-0d1c7a85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-bf1c7a86 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-bf1c7a86 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-a31c7a88 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-a31c7a88 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-f51c7a89 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-f51c7a89 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78aa9337-97df-3471-f055-7f13a95aa131-9e1c7a8a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_097dabc8-e12c-fc1c-bd7c-3ea1c7ec9b88-9e1c7a8a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cdb525f0-6329-48db-16f8-548eac11cf03-5f1c7a66 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_837b16e4-542f-1c7f-350a-a1f74833b1c3-9b1c7a6a {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6aa96618-24f8-0f95-d3d1-6c6bce4a2185-9e1c7a6b {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f0aa6f7c-3dd0-f2c1-0b76-deef33c7b81e-e21c7a6c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f51dc63f-857f-9cd7-465a-b0638471cceb-b71c7a6d {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e3a4db17-5c6b-ccac-54fb-4989b14f4bdb-601c7a6f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_25a900e5-b721-a975-b2b7-6b5ee918ce27-0f1c7a70 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fc08d419-f6a9-53f9-f582-a0ebb100d4ac-f21c7a71 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3aa0736f-1500-4021-9a14-71f890ff3a8a-9c1c7a72 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_158d8940-4802-97ae-7591-4584a50f6bde-ce1c7a73 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_158d8940-4802-97ae-7591-4584a50f6bde-001c7a74 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_158d8940-4802-97ae-7591-4584a50f6bde-341c7a75 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_67ff570c-f22c-5a20-3b63-61ea254dc429-6f1c7a76 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4520098b-e322-4f4d-63fb-56dbc77ccb59-7c1c7a77 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-9f1c7a78 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-6c1c7a79 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-121c7a7a {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-6f1c7a7b {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-321c7a7c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-c01c7a7d {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-6f1c7a7e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-e41c7a7f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-701c7a80 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-671c7a81 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b4b5760-3abd-6f10-983d-a247124f2ef2-7f1c7a82 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_849d0377-8244-fd98-289c-8754d6545752-271c7a83 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4520098b-e322-4f4d-63fb-56dbc77ccb59-2e1c7a84 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4520098b-e322-4f4d-63fb-56dbc77ccb59-0d1c7a85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9e6d36c2-5ae0-7f0c-a383-a5f2106a4b30-bf1c7a86 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6b617534-3f56-7b82-4801-76074550932a-a31c7a88 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0581513d-0c5f-334a-1c54-5b08c41eebff-f51c7a89 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_381dc951-ed27-030d-a49a-7ae78fb8be67-9e1c7a8a {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Blender pro';
  src: url('../fonts/Blender-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blenderpro';
  src: url('../fonts/BlenderPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/nunito-sans.bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blender pro';
  src: url('../fonts/Blender-Pro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/nunito-sans.bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/nunito-sans.regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}