@font-face {
  font-family: Arial;
  src: url('../fonts/Arial-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --304447: #304447;
  --orange: #f28033;
  --white: white;
  --midnight-blue: #003563;
  --2b72d8: #2b72d8;
  --black: #000a20;
  --midnight-blue-2: #00213d;
  --dark-slate-blue-2: #084088;
  --sky-blue: #5d819e;
  --alice-blue: #daebf8;
  --dark-slate-blue: #003f77;
  --yellow: #f2bf1d;
  --light-slate-grey: #7e839f;
  --gainsboro: #d9d9d9;
  --purple: #8a4cbf;
  --6a6a6a: #6a6a6a;
  --powder-blue: #aef;
  --midnight-blue-3: #00002f;
  --sky-blue-2: #85e7ff;
  --dark-slate-blue-3: #154167;
  --midnight-blue-4: #00004e;
  --dark-turquoise: #16c7cd;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--304447);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  line-height: 175%;
  position: relative;
}

a {
  color: var(--orange);
  text-decoration: none;
  transition: color .5s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--304447);
  margin-bottom: 5px;
}

.section-content {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-content.home-article {
  background-color: var(--midnight-blue);
}

.section-content.home-news {
  background-color: var(--orange);
}

.section-content.v-detail {
  padding-top: 20px;
}

.section-content.blank {
  background-color: var(--orange);
  text-shadow: 0 0 15px #00000040;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: visible;
}

.section-content.blank.line-blue {
  background-color: var(--2b72d8);
}

.section-content.blank.m-lab-bottom {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-content.milestone {
  background-color: #ff9249;
}

.section-content.related {
  background-color: var(--orange);
}

.section-content.v-nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-content.therapeutics-intro {
  padding-bottom: 0;
}

.section-content.home-platforms {
  background-color: var(--white);
  overflow: visible;
}

.section-content.home-logo {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-content.home-logo.featuredin {
  border-top: 1px solid #f7f7f7;
}

.section-content.overflow-visible {
  overflow: visible;
}

.section-content.home-transitionalbanner, .section-content.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-content.m-lab {
  padding-bottom: 25%;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.container.home-banner {
  height: 100%;
}

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

.txt-color-blue {
  color: var(--2b72d8);
}

.footer {
  z-index: 200;
  position: relative;
}

.form-txt-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--2b72d8);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
}

.form-txt-field:focus {
  border-bottom-color: var(--2b72d8);
}

.form-txt-field::placeholder {
  color: #ffffff80;
}

.form-txt-field.contact {
  border-bottom-color: var(--orange);
  color: var(--orange);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 120%;
}

.form-txt-field.contact::placeholder {
  color: #f2803380;
}

.footer-newsletter {
  float: left;
  width: 55%;
  position: relative;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.footer-right-b {
  float: right;
  width: 40%;
}

.img-hover {
  opacity: 0;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.btn-img-b {
  position: relative;
}

.btn-img-b.footer-social-btn {
  width: 30px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.footer-social-btn-b {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.footer-social {
  float: right;
  width: 60%;
}

.footer-txt-copyright {
  text-align: right;
  margin-top: 40px;
}

.txt-link-footer {
  color: var(--304447);
  text-decoration: none;
  transition: color .5s;
}

.txt-link-footer:hover {
  color: var(--2b72d8);
}

.btn-submit {
  width: 40px;
  margin-right: -50px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.btn-submit-click {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.section-inner-banner {
  display: block;
  position: relative;
  overflow: hidden;
}

.inner-banner {
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-banner.gut-science {
  background-image: url('../images/banner-discovery2x.jpg');
}

.inner-banner.our-award {
  opacity: .9;
  background-image: url('../images/enchanting-icy-crystals-sparkling-frozen-winter-wonderland-1.jpg');
}

.inner-banner.our-leadership {
  opacity: .9;
  background-image: url('../images/shutterstock_1737839864-12x-1.jpg');
}

.inner-banner.our-leadership._01 {
  background-image: url('../images/innerpage-banner-leader2x-1.jpg');
}

.inner-banner.recent-movement {
  opacity: .9;
  background-image: url('../images/close-up-white-ice-cube-1.jpg');
}

.inner-banner.scholarly-interview {
  background-image: url('../images/innerpage-banner-interview2x.jpg');
}

.inner-banner.contact {
  background-image: url('../images/innerpage-banner-contact-us2x-1.jpg');
}

.inner-banner.our-vision {
  opacity: .9;
  background-image: url('../images/innerpage-banner-company-intro2x-1.jpg');
  background-size: 1440px;
}

.inner-banner.founders-blog {
  background-image: url('../images/innerpage-banner-blog2x.jpg');
}

.inner-banner.research {
  opacity: .9;
  background-image: url('../images/innerpage-banner-publication2x-1.jpg');
}

.inner-banner.therapeutics {
  background-image: url('../images/innerpage-banner-therapeutics2x.jpg');
}

.inner-banner.diagnostics {
  opacity: .9;
  background-image: url('../images/innerpage-banner-diagnostic2x-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner.corporate-video {
  background-image: url('../images/innerpage-banner-video2x.jpg');
}

.inner-banner.global-presence {
  opacity: .9;
  background-image: url('../images/innerpage-banner-global2x-1.jpg');
}

.inner-banner.our-culture {
  background-image: url('../images/innerpage-banner-culture2x.jpg');
}

.inner-banner.partners {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/innerpage-banner-partners2x-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-banner.res-dev {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/innerpage-banner-re-dev2x-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-banner.m2m-banner {
  background-image: url('../images/innerpage-banner-m2m2x-1.jpg');
}

.inner-banner.ceo-message {
  background-image: url('../images/innerpage-banner-ceo2x-1.jpg');
  background-position: 50%;
  background-size: 1440px;
}

.inner-banner.ceo-message-banner {
  opacity: .9;
  background-image: url('../images/innerpage-banner-012x-1.jpg');
}

.all {
  position: relative;
  overflow: hidden;
}

.all-content {
  display: block;
  position: relative;
}

.inner-banner-content-b {
  padding-top: 30vw;
  padding-bottom: 15px;
}

.inner-banner-content-b.v-detail {
  padding-top: 30vw;
}

.header {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  font-size: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--304447);
  text-align: center;
  letter-spacing: 1px;
  padding: 16px 10px 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s;
  display: block;
  position: relative;
}

.nav-link:hover {
  color: #f28033;
}

.nav-link.w--current {
  color: #f28033;
  background-image: url('../images/menu-icon.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.nav-menu {
  flex: 1;
  align-items: center;
}

.menu-graphic {
  opacity: 0;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10px;
}

.nav-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 20px;
  inset: auto auto 0% 50%;
  overflow: hidden;
  transform: translate(-50%, 100%);
}

.nav-dropdown-list.long-nav-padding.w--open {
  padding-top: 0;
}

.nav-dropdown-link {
  color: var(--304447);
  background-image: url('../images/menu-dot.svg');
  background-position: 20px 17px;
  background-repeat: no-repeat;
  background-size: 4px;
  padding-left: 40px;
  font-weight: 400;
  transition: background-color .5s, color .5s;
}

.nav-dropdown-link:hover {
  color: #f28033;
  background-image: url('../images/menu-dot-hover.svg');
}

.nav-dropdown-link.w--current {
  color: var(--black);
  background-image: url('../images/menu-dot.svg');
}

.nav-dropdown-link-b {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-logo-small {
  width: 100%;
  display: block;
}

.header-logo {
  flex: none;
  width: 180px;
  margin-right: 10vw;
}

.header-logo.w--current {
  flex: none;
  min-width: 180px;
}

.txt-mask {
  overflow: hidden;
}

.nav-link-txt {
  opacity: 0;
  color: var(--2b72d8);
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-txt-b {
  position: relative;
}

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

.product-faq-btn {
  color: #fff;
  background-image: url('../images/faq-icon-open.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
}

.product-faq-btn:hover {
  opacity: .5;
}

.product-faq-expand {
  overflow: hidden;
}

.product-faq-btn-on {
  color: #fff;
  background-image: url('../images/faq-icon-close.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
}

.product-faq-btn-on:hover {
  opacity: .5;
}

.product-faq-more-question {
  overflow: hidden;
}

.hide {
  display: none;
}

.product-slide-content-b-on {
  opacity: 0;
  color: #fff;
  padding-top: 48%;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-txt-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--2b72d8);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 30px;
}

.form-txt-area:focus {
  border-bottom-color: var(--2b72d8);
}

.form-txt-area.contact {
  border-bottom-color: var(--orange);
  color: var(--orange);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 120%;
}

.form-txt-area.contact::placeholder {
  color: #f2803380;
}

.contact-form {
  margin-bottom: 0;
  position: relative;
}

.btn-img {
  width: 100%;
  display: block;
}

.nav-link-mobile-b {
  display: none;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link-line {
  display: none;
}

.nav-b {
  justify-content: space-between;
  align-items: center;
  font-size: 1.2vw;
  line-height: 130%;
  display: flex;
}

.txt-link-white {
  color: var(--304447);
  text-decoration: none;
}

.txt-link-white:hover {
  color: #f28033cc;
}

.txt-link-white.txt-color-blue {
  color: var(--304447);
}

.txt-link-white.txt-color-blue:hover {
  color: var(--orange);
}

.article-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.canvas-bg {
  position: absolute;
  inset: 0%;
}

.section-home-banner {
  position: relative;
  overflow: hidden;
}

.home-banner-slider {
  background-color: #0000;
  height: auto;
  position: relative;
  inset: 0% 0% auto;
}

.btn-img02 {
  width: 100%;
  display: block;
}

.btn-align {
  align-items: center;
  display: flex;
}

.btn-icon-b {
  margin-left: 10px;
  position: relative;
}

.home-disease-icon-hover {
  opacity: 0;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-disease-img {
  width: 100%;
  display: block;
}

.blog-txt-restrict {
  overflow: hidden;
}

.txt-details-btn.txt-green {
  color: var(--304447);
}

.article-recent-row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-recent-col-left {
  width: 60%;
  padding-right: 5%;
}

.blog-link-recent-b {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-banner-link {
  color: var(--white);
  display: block;
  position: relative;
  overflow: hidden;
}

.home-banner-link:hover {
  color: var(--white);
}

.m3crc-service-dropdown-open {
  border: 1px solid var(--304447);
  background-color: #fff;
  border-radius: 17.5px;
  margin-top: -15px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.m3crc-sticky-dropdown-list {
  background-color: #fff;
  margin-top: -328px;
  overflow: hidden;
}

.header-wrap {
  align-items: center;
  height: 90px;
  display: flex;
  position: relative;
}

.common-bg {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #e0e3e3 70%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home-banner-img-b {
  opacity: .3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 56.25vw;
  position: relative;
}

.home-banner-img-b.banner-1 {
  opacity: .9;
  background-image: url('../images/home-transition-banner-1.jpg');
}

.home-banner-img-b.banner-2 {
  opacity: .9;
  background-image: url('../images/home-transition-banner-2.jpg');
}

.home-banner-img-b.banner-3 {
  opacity: .9;
  background-image: url('../images/home-transition-banner-3.jpg');
}

.home-banner-content-b {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-banner-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
}

.home-banner-subheading {
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.home-banner-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  height: auto;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  inset: auto 0% 0%;
}

.section-heading {
  color: var(--white);
  font-weight: 600;
}

.section-heading.v-technological-breakthrough {
  font-size: 60px;
  font-weight: 700;
}

.section-heading.txt-white {
  color: var(--white);
}

.section-heading.txt-color-lightorange {
  color: #ff8f44;
}

.section-heading.txt-green {
  color: var(--304447);
}

.page-heading {
  color: var(--white);
  text-transform: uppercase;
}

.page-intro-frame {
  border: 1px solid var(--2b72d8);
  border-radius: 30px;
  height: 50px;
  position: relative;
}

.page-intro-frame.v-top {
  border-top-color: var(--orange);
  border-right-color: var(--orange);
  border-bottom-style: none;
  border-left-color: var(--orange);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.page-intro-frame.v-bottom {
  border-top-style: none;
  border-right-color: var(--orange);
  border-bottom-color: var(--orange);
  border-left-color: var(--orange);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.img-full {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.inner-banner-deco-b {
  margin-bottom: -2px;
  margin-left: -10px;
  margin-right: -10px;
  position: absolute;
  inset: auto 0% 0%;
}

.inner-banner-deco-base {
  transform-origin: 100% 100%;
  width: 140%;
}

.frame-dot {
  background-color: var(--2b72d8);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: -2px -.5px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%);
}

.frame-dot.bl {
  inset: auto auto 0% 0%;
}

.frame-dot.br {
  inset: auto 0% 0% auto;
  transform: translate(50%);
}

.frame-dot.tl {
  inset: 0% auto auto 0%;
}

.frame-dot.tr {
  inset: 0% 0% auto auto;
  transform: translate(50%);
}

.inner-intro-bottom-deco {
  background-color: var(--white);
  transform-origin: 100% 0;
  background-image: url('../images/innerpage-banner-bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin-top: -2px;
  padding-top: 8.86%;
}

.overflow-hidden {
  overflow: hidden;
}

.page-heading-line-b {
  justify-content: flex-start;
  align-items: center;
  margin: 10px -4px;
  display: flex;
  position: relative;
}

.page-heading-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-right: -5px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.page-heading-dot.v-right {
  background-color: var(--white);
  inset: 50% 0% auto auto;
}

.section-heading-b {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading-b.v-technological-breakthrough {
  text-align: left;
}

.section-heading-b.m2m {
  margin-bottom: 0;
}

.header-bg {
  background-color: var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.milestone-month {
  position: relative;
}

.milestone-line {
  background-image: url('../images/milestone-line-y.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 20px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.milestone-content-img {
  flex: none;
  order: -1;
  width: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.txt-align-left {
  text-align: left;
}

.milestone-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -50px;
  margin-right: -50px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.milestone-item {
  text-align: right;
  width: 50%;
  margin-top: -30px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.milestone-item-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.milestone-txt-b {
  color: var(--white);
  flex: 1;
  order: 1;
  font-size: 16px;
  line-height: 130%;
  position: relative;
}

.milestone-time {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.milestone-item-line {
  background-color: var(--304447);
  width: 40px;
  height: 1px;
  margin-top: 14px;
  margin-left: -50px;
  margin-right: -50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-intro-txt {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.milestone-line-top {
  width: 100%;
  margin-top: .5px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
}

.footer-main {
  background-color: var(--midnight-blue-2);
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-feature {
  background-color: var(--304447);
  padding-top: 30px;
}

.footer-feature-list {
  text-align: left;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.footer-feature-item {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.home-banner-bottom {
  z-index: 100;
  background-image: url('../images/transform-deco-top_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: -28vw -4px -2px;
  padding-top: 7%;
  position: relative;
  overflow: hidden;
}

.home-banner-bottom.home {
  background-image: url('../images/home-banner-bottom-deco-w.svg');
}

.article-img-mask {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.article-img-b {
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
}

.article-img-frame {
  border: 1px solid var(--2b72d8);
  border-radius: 30px;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.article-img-frame.v-top {
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.article-img-frame.v-bottom {
  border-top-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  inset: auto auto 0% 0%;
}

.article-tag {
  background-color: var(--304447);
  color: #fff;
  border-radius: 100px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.article-tag-b {
  width: 70%;
  margin-top: 10px;
}

.article-item-date {
  color: var(--304447);
  text-align: right;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-col-right {
  flex: 1;
  width: 40%;
}

.article-link {
  border-bottom: 2px solid var(--2b72d8);
  color: var(--white);
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .8s;
  display: block;
}

.article-link:hover {
  color: var(--2b72d8);
}

.article-img-inner-shadow {
  border: 4px solid var(--2b72d8);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 1px 1px 30px #00000080;
}

.article-listing-link {
  border-bottom: 1px solid var(--dark-slate-blue-2);
  color: var(--2b72d8);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: color .8s;
  display: block;
}

.article-listing-link:hover {
  color: var(--orange);
}

.article-title-text {
  max-height: 64.8px;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
}

.article-tag-text {
  color: var(--304447);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.article-img-small-mask {
  float: none;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.article-img-col {
  flex: none;
  width: 35%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.article-txt-col {
  width: 65%;
  position: relative;
}

.article-img-small {
  border: 1px solid var(--304447);
  border-radius: 10px;
  padding: 5px;
}

.article-inner-date {
  color: var(--304447);
  font-size: 14px;
  position: relative;
}

.article-item-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-more {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.btn-more:hover {
  color: var(--white);
}

.btn-more.txt-color-blue {
  color: var(--2b72d8);
  text-transform: uppercase;
}

.btn-more.v-green {
  color: var(--304447);
}

.btn-more.home-news {
  color: var(--black);
}

.btn-more-b {
  text-align: right;
  margin-top: 30px;
}

.btn-more-b.v-center {
  text-align: center;
}

.btn-more-b.txt-align-left {
  text-align: left;
}

.common-bottom-deco-b {
  background-image: url('../images/footer-deco.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin-top: 60px;
  margin-bottom: -82px;
  padding-top: 3.26%;
}

.common-top-deco-b {
  background-image: url('../images/top-deco.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin-top: -82px;
  margin-bottom: 60px;
  padding-top: 3.26%;
}

.recent-movements-listing {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.home-video-b {
  margin-bottom: 40px;
  position: relative;
}

.home-video-b.margin-top {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.home-video-b.center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-video-mask {
  z-index: 1;
  aspect-ratio: 30 / 17;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: 960px;
  position: relative;
  overflow: hidden;
}

.article-img-small-inner-shadow {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 1px 1px 20px #000000b3;
}

.home-vid-inner-shadow {
  border: 4px solid var(--orange);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 1px 1px 30px #00000080;
}

.article-item-para {
  opacity: .5;
}

.rm-item-img-b {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: var(--2b72d8) var(--orange) var(--2b72d8) var(--2b72d8);
  border-radius: 10px 10px 0 0;
  flex: none;
  position: relative;
  overflow: hidden;
}

.rm-item-b {
  width: 33.3%;
  margin-bottom: 30px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.rm-item-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.rm-img-inner-shadow {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 1px 1px 30px #00000080;
}

.rm-item-txt-b {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: -20px;
  padding: 30px;
  display: flex;
  position: relative;
}

.rm-item-txt-b.b-line-color {
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
}

.rm-link {
  color: var(--304447);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.rm-link:hover {
  color: #f28033cc;
}

.rm-link.w--current {
  color: var(--304447);
}

.rm-link.w--current:hover {
  color: var(--orange);
}

.rm-item-date {
  color: var(--304447);
  font-size: 14px;
  line-height: 130%;
}

.about-leadership-top-wrap {
  z-index: 100;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about-leadership-top-col.col-img {
  flex: none;
  width: 250px;
  margin-right: 40px;
  position: relative;
}

.about-leadership-top-col.col-content {
  flex: 1;
}

.about-leadership-img-b {
  border: 4px solid var(--orange);
  border-radius: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-leadership-top-img-shadow {
  border-radius: 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 1px 1px 30px #00000080;
}

.people-listing-b {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.people-listing-item {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.people-listing-item.v-leader, .people-listing-item.v-collab {
  width: 25%;
}

.people-item-interaction {
  position: relative;
}

.people-item-img-b {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 8%;
  position: relative;
}

.people-item-img-b.v-collab {
  max-width: 200px;
}

.people-item-img-mask {
  border-radius: 50%;
  overflow: hidden;
}

.people-item-circle {
  background-image: url('../images/people-circle-y.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.people-name {
  color: var(--orange);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 129%;
}

.people-name.v-collab {
  font-size: 16px;
  line-height: 130%;
}

.people-name.v-collab.txt-green {
  color: var(--304447);
}

.people-item-txt-b {
  text-align: center;
  margin-top: 20px;
}

.people-title {
  font-size: 14px;
}

.people-title.txt-green {
  color: var(--304447);
}

.content-sub-gp-title {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #1db9bf00, #61bf1d00 50%, #1db9bf00);
  border: 1px solid #f28033cc;
  border-radius: 10px;
  max-width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  box-shadow: 7px 8px 13px #f2803399;
}

.sub-content-gp {
  margin-bottom: 50px;
}

.award-wrap {
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.award-col {
  padding-left: 30px;
  padding-right: 30px;
}

.award-col.col-img {
  flex: none;
  width: 45%;
  max-width: 300px;
}

.award-col.col-txt {
  flex: 1;
}

.award-content-gp {
  margin-top: 80px;
  margin-bottom: 80px;
}

.award-b {
  margin-bottom: -80px;
}

.home-banner-more-b {
  border-bottom: 1px solid var(--2b72d8);
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.home-banner-btn-dot {
  background-color: var(--2b72d8);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: -.5px;
  margin-right: -.5px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%);
}

.home-banner-btn-dot.v-right {
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%);
}

.detail-content-b {
  text-align: left;
  margin-top: 50px;
}

.rm-details-date {
  color: var(--304447);
  text-align: center;
  margin-bottom: 15px;
}

.recent-movement-content-b {
  text-align: center;
}

.detail-img-b {
  border-radius: 20px;
  max-width: 800px;
  margin: 40px auto;
  overflow: hidden;
}

.detail-img-b.about-ceo {
  aspect-ratio: 14 / 19;
  border: 3px solid var(--orange);
  object-fit: cover;
  width: 400px;
}

.ea-tag-b {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ea-filter-mobile {
  display: none;
}

.ea-tag {
  border: 1px solid var(--2b72d8);
  color: var(--2b72d8);
  background-color: #00356300;
  border-radius: 100px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-block;
}

.ea-tag:hover {
  color: var(--white);
  background-color: #003563;
}

.ea-tag.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-color: #fff0;
}

.ea-tag.v-publication-item {
  border-color: var(--black);
  background-color: var(--midnight-blue);
  color: var(--2b72d8);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 110%;
}

.ea-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.ea-list-item {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.detail-section-b {
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 700;
}

.hidden-h1 {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.span-inline {
  display: inline-block;
}

.footer-txt-webdesign {
  text-align: right;
}

.p-title {
  color: var(--2b72d8);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.si-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.si-list-item {
  width: 33.3%;
  margin-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.si-item-link {
  color: var(--2b72d8);
  text-decoration: none;
  transition: color .8s;
  display: block;
}

.si-item-link:hover {
  color: var(--orange);
}

.si-img-b {
  margin-bottom: 20px;
  position: relative;
}

.si-img-mask {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.si-img-inner-shadow {
  border: 4px solid var(--2b72d8);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 1px 1px 30px #00000080;
}

.si-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.si-item-date {
  color: var(--304447);
  font-size: 14px;
  line-height: 130%;
}

.icon-vid-play {
  width: 15%;
  max-width: 100px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.img-play {
  width: 100%;
  display: block;
}

.contact-form-b {
  max-width: 800px;
  margin: 40px auto 80px;
}

.contact-form-content {
  text-align: center;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 20px 30px;
}

.form-select {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--2b72d8);
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/form-select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 0;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
}

.form-select:focus {
  border-bottom-color: var(--2b72d8);
}

.form-select::placeholder {
  color: #ffffff80;
}

.form-select.contact {
  border-bottom-color: var(--orange);
  color: var(--orange);
  background-image: url('../images/form-select-arrow-o.svg');
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 120%;
}

.contact-info-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px -2% -20px;
  display: flex;
}

.contact-info-item {
  text-align: center;
  width: 33.3%;
  margin-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.contact-icon-b {
  background-color: var(--orange);
  border-radius: 50%;
  flex: none;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.contact-link {
  color: var(--304447);
}

.contact-link:hover {
  color: var(--orange);
}

.contact-content-b {
  border: 1px solid var(--orange);
  background-color: #d1d1d100;
  border-radius: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.content-info-content {
  flex: 1;
  margin-top: 10px;
}

.form-success-b {
  background-color: #000a2033;
  border-radius: 40px;
}

.about-mv-content {
  z-index: 100;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.about-mv-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.our-vision-bg {
  opacity: .37;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-mv-icon-b {
  flex: none;
  width: 350px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 20px;
  position: relative;
}

.about-mv-icon-b.comp-intro {
  width: 140px;
}

.about-mv-circle {
  background-image: url('../images/icon-vision-mission-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-mv-icon-img {
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.rm-item-des {
  color: #304447b3;
  max-height: 96px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.award-gp-item {
  background-color: var(--white);
  color: var(--sky-blue);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  font-weight: 500;
}

.award-productname {
  background-color: var(--alice-blue);
  color: #763812;
  background-image: url('../images/txt-gold-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-weight: 500;
  display: inline-block;
}

.award-productname.award-sub-no-bg {
  color: var(--304447);
  background-color: #daebf800;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.award-img-box {
  border: 1px solid var(--alice-blue);
  border-radius: 10px;
  overflow: hidden;
}

.award-img-box.orange-b {
  border-color: #f2803333;
}

.company-mission-content-b {
  flex: 1;
}

.relative {
  position: relative;
}

.mission-title {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.popup-b {
  z-index: 3000;
  opacity: 0;
  background-color: #003563cc;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.popup-b.popup-scroll {
  z-index: 3000;
  opacity: 0;
  background-color: #633100cc;
  display: none;
}

.leadership-link {
  color: var(--white);
  display: block;
}

.leadership-link:hover {
  color: var(--white);
}

.leadership-detail-box {
  border-top: 10px solid var(--orange);
  border-bottom: 10px solid var(--orange);
  background-color: var(--white);
  color: var(--304447);
  border-radius: 10px;
  width: 100%;
  max-width: 1440px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px;
  display: block;
  position: relative;
}

.leadership-detail-title-b {
  margin-bottom: 40px;
}

.leadership-detail-name {
  color: var(--304447);
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.leadership-detail-post {
  color: var(--304447);
  text-transform: uppercase;
}

.btn-pop-close {
  background-color: var(--304447);
  background-image: url('../images/icon-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  transition: background-color .5s, color .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-pop-close:hover {
  background-color: var(--midnight-blue);
}

.btn-pop-close.popup-close {
  z-index: 1000;
}

.leadership-learnmore {
  color: var(--304447);
  text-align: center;
  align-items: center;
  margin-top: 20px;
}

.founderblog-listing {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.founderblog-item-b {
  width: 33.3%;
  margin-bottom: 30px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.founderblog-link {
  border-top: 4px solid var(--304447);
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  transition: background-color .5s, color .8s;
  display: flex;
  overflow: hidden;
}

.founderblog-link:hover {
  background-color: var(--alice-blue);
  color: var(--304447);
}

.founderblog-item-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.founderblog-item-des {
  color: var(--sky-blue);
  max-height: 48px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
}

.founderblog-item-date {
  color: var(--304447);
  font-size: 14px;
  line-height: 130%;
}

.founderblog-img-b {
  border-radius: 0;
  overflow: hidden;
}

.founderblog-item-content {
  padding: 30px;
}

.research-product-list {
  margin-top: 40px;
}

.product-item {
  border-top: 2px solid var(--304447);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: block;
}

.product-item-name-b {
  background-color: var(--midnight-blue);
  color: var(--white);
  flex: none;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.product-item-content-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.research-banner-b {
  background-image: url('../images/research-slider-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.research-publication-box {
  border-left: 4px solid var(--304447);
  background-color: var(--white);
  color: var(--sky-blue);
  border-radius: 0;
  width: 40%;
  padding: 40px;
}

.research-publication-subtitle {
  color: var(--304447);
  font-size: 16px;
}

.banner-box-heading-txt {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.research-slider {
  background-color: #0000;
  height: auto;
}

.research-slider-nav {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 30px;
  padding: 0;
  display: flex;
  position: relative;
}

.btn-learnmore {
  color: var(--orange);
  margin-top: 30px;
}

.btn-learnmore:hover {
  color: var(--2b72d8);
}

.btn-learnmore.v-white {
  color: var(--orange);
}

.btn-learnmore.v-white:hover {
  color: var(--2b72d8);
}

.banner-box-content {
  padding-bottom: 10px;
}

.btn-learnmore-b {
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.btn-learnmore-dot {
  background-color: var(--304447);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: -.5px;
  margin-right: -.5px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%);
}

.btn-learnmore-dot.v-right {
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%);
}

.research-publication-list {
  margin-top: 40px;
}

.publication-item {
  border-left: 4px solid var(--304447);
  background-color: var(--white);
  color: var(--sky-blue);
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 40px;
  transition-property: background-color;
  display: flex;
}

.publication-item:hover {
  background-color: var(--alice-blue);
  color: var(--sky-blue);
}

.publication-item-l-b {
  border-right: 1px solid var(--304447);
  flex: none;
  order: -1;
  width: 30%;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.publication-item-r-b {
  flex: 1;
}

.publication-item-title {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.pulication-item-date {
  color: var(--304447);
  font-size: 14px;
}

.publication-author {
  margin-bottom: 10px;
}

.publication-item-tag-list {
  margin-top: 20px;
}

.common-graph-b {
  z-index: 10;
  background-color: var(--orange);
  border-radius: 20px 20px 0 0;
  margin-top: -15vw;
  margin-bottom: 80px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.therapeutics-turning-b {
  background-color: var(--orange);
}

.therapeutics-turning-content {
  margin-top: 15vw;
  padding-bottom: 80px;
  position: relative;
}

.content-offset-b {
  padding-right: 40%;
}

.therapeutics-turning-list {
  color: var(--white);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.therapeutics-turning-item {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.therapeutics-turning-title {
  color: var(--white);
  border-bottom: 1px solid #ffffff40;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 130%;
}

.therapeutic-turning-highlight {
  color: var(--white);
  font-weight: 600;
}

.therapeutics-intro-b {
  padding-bottom: 80px;
}

.box-banner-b {
  background-image: url('../images/solution-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.partner-box {
  background-color: var(--white);
  width: 45%;
  padding: 80px 40px;
  position: relative;
}

.content-banner-content-b {
  color: var(--white);
  padding-top: 220px;
  padding-bottom: 220px;
  padding-left: 40%;
}

.therapeutics-solutions-b {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.therapeutics-solutions-col.col-r {
  border-top: 4px solid var(--304447);
  flex: 1;
  padding-top: 40px;
}

.therapeutics-solutions-col.col-l {
  width: 40%;
  margin-right: 40px;
}

.therapeutics-solutions-col.col-l.row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.solution-item {
  border-bottom: 1px solid var(--304447);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.solution-item.row {
  width: 60%;
  margin-bottom: 0;
}

.solution-title {
  color: var(--304447);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.solution-content-list.m-lab {
  text-align: center;
}

.solution-content-list.m-lab.txt-white {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.solution-content-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.solution-content-tick {
  background-image: url('../images/solution-point-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.solution-content-tick.white {
  background-image: url('../images/solution-point-tick_1.svg');
}

.solution-content-tick.white.m-lab {
  margin-bottom: 10px;
}

.solution-content-tick.green {
  background-image: url('../images/solution-point-tick_2.svg');
}

.solution-row-content-b {
  flex: 1;
  padding-top: 5px;
}

.company-intro-b {
  border-bottom: 1px solid var(--304447);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.common-content-banner-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.publication-gp {
  margin-bottom: 80px;
}

.ref-super {
  color: var(--2b72d8);
}

.ref-box {
  background-color: var(--midnight-blue);
}

.ref-click {
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
}

.ref-click:hover {
  background-color: var(--dark-slate-blue);
}

.ref-click-icon {
  flex: none;
  width: 19px;
}

.ref-click-txt {
  flex: 1;
  margin-right: 20px;
}

.ref-expanded {
  overflow: hidden;
}

.ref-expanded-content {
  padding: 20px;
  font-size: 14px;
  line-height: 120%;
}

.ref-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ref-num {
  color: var(--2b72d8);
  flex: none;
  width: 20px;
  margin-right: 10px;
}

.ref-item-content, .research-product-txt-b {
  flex: 1;
}

.research-product-img-b {
  width: 40%;
  margin-right: 40px;
}

.about-gniib-explain-txt {
  color: var(--2b72d8);
  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}

.people-gp-intro {
  margin-bottom: 40px;
}

.pop-leader-1, .pop-leader-2, .pop-leader-3 {
  display: none;
}

.dark-text-highlight {
  color: var(--304447);
  font-weight: 700;
}

.people-team-item-img-b {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 8%;
  position: relative;
}

.partner-box-line {
  background-image: linear-gradient(180deg, var(--orange), var(--yellow));
  width: 5px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box-h2 {
  color: var(--304447);
  margin-bottom: 25px;
}

.btn-b {
  margin-top: 25px;
}

.home-news-b {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-news-intro-b {
  flex: none;
  width: 30%;
  margin-right: 2.5%;
}

.home-news-list-b {
  flex: 1;
}

.home-news-list-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.home-news-item {
  align-items: stretch;
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.home-news-link {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.home-news-link:hover {
  color: var(--304447);
}

.home-news-info-b {
  color: var(--light-slate-grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.home-news-info-line {
  background-color: var(--light-slate-grey);
  flex: none;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.home-news-title {
  color: var(--304447);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.home-news-des {
  color: #0009;
  max-height: 110.5px;
  overflow: hidden;
}

.home-news-line {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  width: 100%;
  height: 5px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-banner-heading-v2 {
  text-align: left;
  letter-spacing: 2px;
  text-shadow: none;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
}

.home-banner-title-b-v2 {
  text-align: center;
  text-shadow: 0 0 40px var(--black);
  width: 100%;
  height: 100%;
}

.home-banner-gradient {
  z-index: 100;
  background-image: linear-gradient(180deg, #fff0, var(--white));
  width: 100%;
  height: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-logo-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-logo-item {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.home-logo-img-b {
  display: block;
}

.home-logo-line {
  background-color: var(--gainsboro);
  width: 1px;
  height: 4vw;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.home-platform-tab-menu {
  z-index: 100;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -1px;
  display: flex;
  position: sticky;
  top: 90px;
}

.home-platform-tab-content {
  background-color: var(--orange);
  color: var(--white);
  padding: 40px 30px;
}

.home-platform-tab-link {
  background-color: var(--yellow);
  color: var(--304447);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  padding: 40px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  transition: background-color .5s, color .5s;
  display: flex;
}

.home-platform-tab-link:hover {
  color: var(--304447);
}

.home-platform-tab-link.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.home-platform-tab-link.color-2 {
  background-color: var(--yellow);
  color: var(--304447);
}

.home-platform-tab-link.color-2.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.home-tab-link-txt {
  width: 100%;
}

.home-tab-link-txt.mobile-only {
  color: var(--white);
  display: none;
}

.home-platform-gp-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.home-platform-gp-title.txt-green {
  color: var(--304447);
}

.home-platform-img-b {
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
}

.home-platform-img-b.discovery {
  border: 3px solid var(--orange);
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
}

.home-platform-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-platform-wrap.discovery {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.home-platform-col.col-r {
  flex-flow: row;
  flex: 1;
  padding-top: 40px;
  position: relative;
}

.home-platform-col.col-r.m-lab {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-platform-col.col-l {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 40px;
  display: flex;
}

.home-platform-col.col-l.home {
  width: 40%;
}

.home-platform-row-title {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 700;
}

.home-platform-row-title.txt-green {
  color: var(--304447);
}

.home-platform-row-title.m-lab {
  font-size: 24px;
}

.home-platform-row {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.home-platform-row.m-lab {
  text-align: left;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.home-platform-content-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.home-platform-line {
  background-image: linear-gradient(90deg, var(--yellow), var(--orange));
  width: 100%;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-v2-main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-v2-b {
  background-color: var(--white);
}

.footer-deco-v2-b {
  width: 100%;
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -100%);
}

.footer-deco-v2-img {
  background-image: url('../images/footer-bottom-deco.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -2px;
  margin-right: -2px;
  padding-top: 3.2%;
  display: none;
}

.footer-v2-bottom {
  border-top: 1px solid #ffffff80;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-v2-copyright {
  order: -1;
}

.footer-v2-design {
  color: var(--orange);
}

.footer-v2-bottom-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-v2-bottom-item {
  padding-left: 12px;
  padding-right: 12px;
}

.footer-v2-bottom-link {
  color: #000a2080;
}

.footer-v2-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-v2-info-b {
  flex: none;
  width: 270px;
}

.footer-logo-link {
  width: 170px;
  margin-bottom: 30px;
  transition: opacity .5s, color .5s;
  display: block;
}

.footer-logo-link:hover {
  opacity: .6;
}

.footer-v2-sitemap-b {
  flex: 1;
  margin-left: 5%;
  margin-right: 5%;
}

.footer-v2-social-b {
  order: 1;
  width: 240px;
  margin-top: 30px;
}

.footer-sitemap-wrap {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-sitemap-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-sitemap-gp {
  margin-bottom: 20px;
}

.footer-sitemap-gp.moblie {
  display: none;
}

.footer-sitemap-gp-title {
  color: var(--black);
}

.footer-sitemap-gp-list {
  margin-top: 10px;
}

.footer-sitemap-item {
  margin-bottom: 10px;
}

.footer-sitemap-gp-item-link {
  color: #000a2080;
}

.publication-shortcut-list {
  background-color: #f28033;
  border-radius: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.publication-shortcut-b {
  z-index: 100;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  position: sticky;
  top: 100px;
}

.publication-shortcut-tag {
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-block;
}

.publication-shortcut-tag:hover {
  background-color: var(--2b72d8);
  color: var(--white);
}

.publication-shortcut-tag.w--current {
  border-color: var(--midnight-blue);
  background-color: var(--2b72d8);
  color: var(--white);
}

.publication-ol {
  color: #fffc;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
}

.publication-ol.v-dark {
  color: var(--sky-blue);
}

.publication-v2-li {
  color: var(--black);
  margin-bottom: 20px;
  position: relative;
}

.publication-v2-li-title-txt {
  color: var(--2b72d8);
  font-size: 20px;
  font-weight: 700;
}

.publication-gp-heading-b {
  border-bottom: 1px solid var(--304447);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.pop-team-jessieliang, .pop-team-jielunhu, .pop-team-zhiluxu, .pop-team-jingwanjiang, .pop-team-whitneytang, .pop-team-ericpang, .pop-team-tongzhou, .pop-team-wuyawei, .pop-team-suqi {
  display: none;
}

.corporate-video-item {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.corporate-video-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.coporate-video-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.home-transition-banner-box {
  background-color: #2b72d8cc;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 80%;
  padding: 80px 40px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-slide-transitional {
  color: var(--white);
}

.home-transform-banner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-transform-banner-img.home-transforming {
  opacity: .8;
  background-image: url('../images/home-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-news-img-b {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home-news-img {
  width: 100%;
  display: block;
  position: relative;
}

.technological-breakthrough-b {
  border-bottom-left-radius: 200px;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.techonological-breakgrough-box {
  border: 2px solid var(--white);
  box-shadow: 0 0 40px 0 var(--white);
  text-align: left;
  background-image: linear-gradient(#fffc 10%, #ffffff80 90%);
  border-radius: 20px 160px 160px;
  margin-left: 30%;
  padding: 100px 50px;
  font-size: 24px;
  line-height: 130%;
  position: relative;
}

.techonological-breakgrough-box.blur-mask {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 40px #2b72d84d;
}

.technological-breakthrough-bg {
  opacity: .8;
  mix-blend-mode: normal;
  background-image: url('../images/233914-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.technological-breakthrough-curve {
  z-index: 100;
  background-image: url('../images/transform-deco-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -2px;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 6.95%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-presence-map-b {
  min-width: 1440px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.global-presence-map-item {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -100%);
}

.global-presence-map-item:hover {
  z-index: 10;
}

.global-presence-map-item.v-us-rnd {
  margin-top: 4.5%;
  margin-left: 30%;
}

.global-presence-map-item.v-uk-regionaloffice {
  margin-top: -2.5%;
  margin-left: -45%;
}

.global-presence-map-item.v-us-malaysia {
  margin-top: 5%;
  margin-left: -14%;
}

.global-presence-map-item.v-us-singapore {
  margin-top: 8%;
  margin-left: -14%;
}

.global-presence-map-item.v-hongkong {
  margin-top: 2.7%;
  margin-left: -10%;
}

.global-presence-map-item.v-us-beijing {
  margin-top: -3%;
  margin-left: -8.5%;
}

.global-presence-map-item.v-us-shanghai {
  margin-top: -1%;
  margin-left: -8%;
}

.global-presence-map-item.v-us-qianhai {
  margin-top: 2.5%;
  margin-left: -12.5%;
}

.global-presence-map-item.v-us-shenzhen {
  margin-top: 1%;
  margin-left: -8%;
}

.global-presence-map-item.v-us-guangzhou {
  margin-top: 1%;
  margin-left: -10.7%;
}

.global-presence-interact {
  display: block;
}

.global-presence-content-box {
  border: 2px solid var(--white);
  background-color: var(--orange);
  color: var(--white);
  border-radius: 10px;
  width: 300px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -100%);
}

.global-presence-content-title {
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
}

.global-present-content-item {
  background-image: url('../images/menu-white-dot-hover2x.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-bottom: 2px;
  padding-left: 15px;
}

.global-presence-content-b {
  opacity: 0;
  padding-bottom: 5px;
  transition: opacity .5s;
  display: none;
}

.global-presence-map-scroll {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}

.btn-table-enlarge {
  background-color: var(--304447);
  background-image: url('../images/icon-zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition-property: background-color;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.btn-table-enlarge:hover {
  background-color: var(--orange);
}

.global-presence-map-img {
  opacity: .95;
  position: relative;
}

.home-logo-gp-title {
  color: var(--304447);
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.pop-leader-4 {
  display: none;
}

.culture-logo-b {
  max-width: 250px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.global-presence-map-hand {
  width: 35px;
  margin-bottom: -7px;
  transition: opacity .5s;
}

.global-presence-top {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-presence-gp {
  border-left: 1px solid var(--orange);
  width: 33.3%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.global-presence-gp.v-head {
  border-left-color: var(--orange);
}

.global-presence-gp-title {
  color: var(--orange);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.global-presence-gp-list {
  padding-left: 20px;
  padding-right: 20px;
}

.global-presence-list-link {
  color: var(--orange);
}

.popup-home-news-b {
  z-index: 4000;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.award-title {
  border-bottom: 1px solid #763812;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 120%;
}

.common-content-banner-b-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.common-content-banner-b-2.home-disgnostics {
  background-image: linear-gradient(90deg, #fffc, #fff0), url('../images/home-disgnostics-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content-banner-content-b-2 {
  color: #fff;
  padding-left: 50%;
}

.content-banner-content-b-2.v-l {
  padding-left: 0%;
  padding-right: 20%;
}

.section-heading-2 {
  color: var(--304447);
  font-weight: 600;
}

.txt-color-orange {
  color: var(--orange);
}

.home-banner-top {
  z-index: 100;
  background-image: url('../images/home-banner-top-deco.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: -2px -4px;
  padding-top: 7%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.txt-white {
  color: var(--white);
}

.page-heading-line {
  background-color: var(--white);
  width: 80px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  transform: skew(35deg);
}

.page-heading-line.yellow {
  background-color: var(--yellow);
}

.page-heading-line.purple {
  background-color: var(--purple);
}

.btn-learnmore-line-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
}

.btn-learnmore-line {
  background-color: var(--orange);
  width: 50%;
  height: 4px;
  margin-left: 2px;
  margin-right: 2px;
  transform: skew(35deg);
}

.btn-learnmore-line.yellow {
  background-color: var(--yellow);
}

.common-graph-img {
  border-radius: 10px;
  overflow: hidden;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home-video-borders {
  aspect-ratio: 30 / 17;
  border: 4px solid var(--orange);
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  box-shadow: inset 1px 1px 30px #0003;
}

.video-play-pause-button {
  padding: 20px;
  inset: auto auto 0% 0%;
}

.award-gp-item-2 {
  color: #5d819e;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
}

.award-productname-2 {
  color: #763812;
  background-color: #daebf8;
  background-image: url('../images/txt-gold-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-weight: 500;
  display: inline-block;
}

.award-productname-2.award-sub-no-bg {
  color: var(--304447);
  background-color: #daebf800;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.award-img-box-2 {
  border: 1px solid #daebf8;
  border-radius: 10px;
  overflow: hidden;
}

.content-sub-gp-title-2 {
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  color: var(--304447);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  border-radius: 10px;
  max-width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.text-span, .text-span-2 {
  color: var(--304447);
}

.body {
  background-color: var(--white);
}

.home-background-v {
  z-index: 0;
  opacity: .9;
  width: 100%;
  height: 100%;
  position: absolute;
}

.inner-intro-bottom-deco2 {
  background-color: var(--white);
  transform-origin: 100% 0;
  background-image: url('../images/innerpage-banner-blue-purple-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin-top: -2px;
  padding-top: 8.86%;
}

.awards-title {
  border-bottom: 1px solid var(--orange);
  color: var(--304447);
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
}

.award-name {
  color: var(--304447);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
}

.about-ceo-b, .partner-intro-b {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.partners-location-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.location-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.partners-location-name {
  font-size: 20px;
  font-weight: 600;
}

.research-dev-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--white);
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
}

.research-dev-b.bottom {
  padding-bottom: 0;
}

.research-dev-b.m-lab {
  padding-top: 50px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.research-dev-image-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.research-dev-image-txt-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  padding: 20px;
  display: flex;
}

.research-dev-content-b {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.research-dev-image-col {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.pop-team-jinchunli {
  display: none;
}

.pop-team-klarkewu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-team-wingyip {
  display: none;
}

.pop-team-raphaelairislau {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-team-dericho, .pop-team-timchan, .pop-team-johnatherncheah, .pop-team-maggiechan, .pop-team-keenzhao, .pop-team-yonglongliu, .pop-team-ellazhang, .pop-team-wendyzhang {
  display: none;
}

.m-lab-logo-image-big-copy {
  width: 100%;
  max-width: 800px;
}

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

.m-lab-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bg-blank {
  z-index: 0;
  background-color: var(--orange);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.angle {
  background-image: url('../images/transform-deco-top_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: auto 0% 14%;
}

.diagnostic-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.diagnostic {
  font-size: 24px;
  line-height: 120%;
}

.product-con-img {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.cuhk-icon {
  color: var(--black);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

html.w-mod-js [data-ix="nav-dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="fade-in-from-bottom"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="heading"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="inner-banner"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="expand-hide"] {
  height: 0;
}

html.w-mod-js [data-ix="product-faq-btn-hide"] {
  display: none;
}

html.w-mod-js [data-ix="product-slider"] {
  opacity: 0;
  transform: translate(100%);
}

html.w-mod-js [data-ix="fade-in-from-left"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="fade-in-from-right"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="nav-link-line"] {
  width: 0;
}

html.w-mod-js [data-ix="home-banner-slide-2"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="home-banner-txt"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="blog-filter-dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="home-banner-txt-b"] {
  opacity: 0;
}

html.w-mod-js [data-ix="m3crc-service-dropdown-open"] {
  height: 0;
}

html.w-mod-js [data-ix="m3crc-sticky-dropdown-list"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="common-scale-in"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  .inner-banner-content-b {
    padding-top: 30vw;
  }

  .header {
    font-size: 18px;
    line-height: 120%;
  }

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

  .nav-link.full-w {
    width: 100%;
  }

  .header-logo {
    width: 200px;
  }

  .nav-b {
    font-size: 1.1vw;
  }

  .home-banner-bottom {
    margin-top: -28vw;
  }

  .home-news-intro-b {
    width: 35%;
  }

  .home-banner-heading-v2 {
    font-size: 40px;
  }

  .footer-sitemap-col {
    width: 33.3%;
  }
}

@media screen and (min-width: 1440px) {
  .section-content.home-news {
    background-color: var(--orange);
  }

  .section-content.blank.line-blue {
    background-color: var(--2b72d8);
  }

  .section-content.blank.m-lab-bottom {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-content.m-lab {
    padding-bottom: 20%;
  }

  .container {
    max-width: 1440px;
  }

  .inner-banner {
    opacity: .9;
  }

  .inner-banner.our-award {
    background-image: url('../images/enchanting-icy-crystals-sparkling-frozen-winter-wonderland-1.jpg');
  }

  .inner-banner.our-leadership {
    background-image: url('../images/shutterstock_1737839864-12x-1.jpg');
  }

  .inner-banner.recent-movement {
    background-image: url('../images/close-up-white-ice-cube-1.jpg');
  }

  .inner-banner.contact {
    background-image: url('../images/innerpage-banner-contact-us2x-1.jpg');
  }

  .inner-banner.our-vision {
    background-image: url('../images/innerpage-banner-company-intro2x-1.jpg');
    background-size: cover;
  }

  .inner-banner.our-vision.ceo-message {
    background-image: url('../images/innerpage-banner-ceo2x-1.jpg');
  }

  .inner-banner.research {
    background-image: url('../images/innerpage-banner-publication2x-1.jpg');
  }

  .inner-banner.diagnostics {
    background-image: url('../images/innerpage-banner-diagnostic2x-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-banner.global-presence {
    background-image: url('../images/innerpage-banner-global2x-1.jpg');
  }

  .inner-banner.ceo-message-banner {
    background-image: url('../images/innerpage-banner-012x-1.jpg');
  }

  .inner-banner.ceo-message-banner.ceo-message {
    background-image: url('../images/innerpage-banner-ceo2x-1.jpg');
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-b {
    font-size: 16px;
  }

  .home-banner-img-b {
    max-height: 800px;
  }

  .home-banner-content-b {
    justify-content: center;
    align-items: flex-end;
  }

  .inner-intro-bottom-deco {
    background-image: url('../images/innerpage-banner-bottom.svg');
  }

  .home-banner-bottom {
    margin-top: -21vw;
  }

  .home-video-b.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-sub-gp-title.txt-green {
    color: var(--304447);
  }

  .content-sub-gp-title.txt-bg {
    background-image: linear-gradient(270deg, #1db9bf00, var(--orange) 50%, #1db9bf00);
  }

  .detail-img-b.big-img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .detail-img-b.about-ceo {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .award-productname.award-sub-no-bg {
    color: var(--orange);
  }

  .popup-b.popup-scroll {
    display: none;
  }

  .banner-box-heading-txt {
    font-size: 48px;
    line-height: 130%;
  }

  .content-banner-content-b {
    padding-left: 50%;
  }

  .solution-content-list.m-lab {
    text-align: left;
  }

  .home-news-intro-b {
    width: 30%;
    margin-right: 120px;
  }

  .home-news-list-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .home-news-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-news-link {
    padding: 60px;
  }

  .home-news-line {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  }

  .home-banner-heading-v2 {
    font-size: 48px;
  }

  .home-logo-line {
    height: 60px;
  }

  .home-platform-col.col-r.m-lab {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
  }

  .home-platform-col.col-l {
    justify-content: flex-start;
    align-items: center;
  }

  .home-platform-row.m-lab {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .footer-v2-bottom {
    font-size: 17px;
  }

  .footer-sitemap-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-transition-banner-box {
    justify-content: flex-start;
    align-items: center;
    height: 85%;
  }

  .home-transition-banner-box.top-padding {
    padding-top: 100px;
  }

  .technological-breakthrough-bg {
    opacity: .8;
  }

  .global-presence-map-img {
    opacity: .95;
  }

  .page-heading-line.purple {
    background-color: var(--purple);
  }

  .award-productname-2.award-sub-no-bg {
    color: var(--orange);
  }

  .content-sub-gp-title-2.txt-bg {
    background-image: linear-gradient(270deg, #1db9bf00, var(--orange) 50%, #1db9bf00);
  }

  .inner-intro-bottom-deco2 {
    background-image: url('../images/innerpage-banner-blue-purple-2.svg');
  }

  .awards-title {
    border-bottom: 1px solid var(--orange);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .research-dev-image-txt-col {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .research-dev-content-b {
    align-items: stretch;
  }

  .m-lab-logo-image-big-copy {
    max-width: 960px;
  }

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

  .angle {
    bottom: -132%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  .section-content.blank.m-lab-bottom {
    padding-top: 0;
  }

  .section-content.m-lab {
    padding-bottom: 80px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-social-btn-b {
    justify-content: flex-start;
  }

  .inner-banner.diagnostics {
    background-image: url('../images/innerpage-banner-diagnostic2x-1.jpg');
  }

  .header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-link {
    text-align: left;
    border-bottom: 1px solid #0000;
    padding: 15px 5%;
    font-size: 20px;
    font-weight: 600;
    display: block;
  }

  .nav-link.w--current {
    background-image: none;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .menu-graphic {
    margin-left: 10px;
    margin-right: 0;
    display: none;
    position: absolute;
    inset: 50% auto auto 0%;
    transform: translate(0, -50%);
  }

  .header-logo {
    width: 160px;
    margin-right: 3vw;
  }

  .header-logo.w--current {
    min-width: 160px;
  }

  .menu-btn {
    flex: none;
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: #0000;
  }

  .menu-btn.popup-link.popup-close {
    z-index: 10;
    float: none;
  }

  .menu-btn-line01 {
    background-image: url('../images/menu-btn-line01.svg');
    background-position: 0 0;
    background-size: auto;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-mobile-b {
    text-align: left;
    border-bottom: 1px solid #0000;
    padding: 15px 5%;
    display: block;
    position: relative;
  }

  .nav-sublink {
    color: var(--304447);
    background-image: url('../images/menu-dot.svg');
    background-position: 0 9px;
    background-repeat: no-repeat;
    background-size: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-decoration: none;
    transition: color .5s;
    display: block;
  }

  .nav-sublink:hover {
    color: #f28033;
    background-image: url('../images/menu-dot-hover.svg');
  }

  .nav-sublink.hide, .nav-dropdown {
    display: none;
  }

  .nav-link-mobile-title {
    color: var(--304447);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .nav-link-line {
    background-color: #f2803340;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav-b {
    font-size: 16px;
    display: block;
  }

  .menu-btn-line02 {
    background-image: url('../images/menu-btn-line02.svg');
    background-position: 0 0;
    background-size: auto;
    width: 30px;
    height: 3px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-recent-col-left {
    width: 50%;
  }

  .nav-link-mobile-title-link {
    color: var(--304447);
    text-decoration: none;
    transition: color .2s;
    display: block;
  }

  .nav-link-mobile-title-link:hover {
    color: var(--2b72d8);
  }

  .header-wrap {
    justify-content: space-between;
    height: 70px;
  }

  .home-banner-img-b {
    height: 70vw;
  }

  .home-banner-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 70px;
  }

  .home-banner-nav {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-bg {
    opacity: 1;
  }

  .milestone-content-img {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .milestone-item-wrap {
    display: block;
  }

  .milestone-txt-b {
    font-size: 15px;
  }

  .home-banner-bottom {
    margin-top: -10vw;
  }

  .article-img-b {
    padding: 20px;
  }

  .recent-movements-listing {
    margin-left: -1%;
    margin-right: -1%;
  }

  .rm-item-b {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rm-item-txt-b {
    padding: 20px;
  }

  .about-leadership-top-col.col-img {
    width: 200px;
  }

  .people-listing-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .people-listing-item {
    width: 33.3%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .people-listing-item.v-leader, .people-listing-item.v-collab {
    width: 50%;
  }

  .award-wrap {
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .award-col {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .award-col.col-img {
    width: 50%;
  }

  .award-content-gp {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .award-b {
    margin-bottom: -60px;
  }

  .detail-img-b.about-ceo {
    width: 100%;
    max-width: 400px;
  }

  .ea-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ea-list-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .si-list-item {
    width: 50%;
  }

  .contact-icon-b {
    width: 70px;
  }

  .about-mv-item.m2m {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .our-vision-bg {
    width: 80%;
  }

  .about-mv-icon-b {
    width: 120px;
    margin-right: 30px;
    padding: 15px;
  }

  .about-mv-icon-b.m2m {
    width: 350px;
    min-width: 350px;
  }

  .award-gp-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .leadership-detail-box {
    margin-top: 40px;
    margin-bottom: 150px;
    padding: 40px;
  }

  .founderblog-listing {
    margin-left: -1%;
    margin-right: -1%;
  }

  .founderblog-item-b {
    padding-left: 1%;
    padding-right: 1%;
  }

  .research-banner-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .research-publication-box {
    width: 50%;
  }

  .publication-item {
    padding: 30px;
  }

  .publication-item-l-b {
    width: 40%;
  }

  .publication-item-title {
    font-size: 20px;
  }

  .common-graph-b {
    margin-bottom: 60px;
  }

  .therapeutics-turning-list {
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .therapeutics-turning-item {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .therapeutics-intro-b {
    padding-bottom: 60px;
  }

  .box-banner-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partner-box {
    width: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-banner-content-b {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30%;
  }

  .home-news-b {
    display: block;
  }

  .home-news-intro-b {
    width: auto;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .home-banner-heading-v2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner-gradient {
    height: 45px;
  }

  .home-platform-tab-menu {
    top: 70px;
  }

  .home-platform-tab-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .home-platform-gp-title {
    font-size: 24px;
  }

  .footer-bottom-wrap {
    text-align: center;
    flex-wrap: wrap;
    display: block;
  }

  .footer-v2-copyright {
    order: 0;
  }

  .footer-v2-bottom-list {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-v2-wrap {
    flex-wrap: wrap;
  }

  .footer-v2-info-b {
    width: 50%;
    padding-right: 5%;
  }

  .footer-v2-sitemap-b {
    flex: 0 auto;
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-v2-social-b {
    order: 0;
    width: 100%;
  }

  .footer-sitemap-wrap {
    width: 100%;
  }

  .footer-sitemap-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .footer-sitemap-gp {
    margin-bottom: 0;
  }

  .footer-sitemap-gp.team, .footer-sitemap-gp.research {
    display: none;
  }

  .footer-sitemap-gp.moblie {
    display: block;
  }

  .footer-sitemap-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .publication-shortcut-b {
    top: 80px;
  }

  .corporate-video-item {
    width: 50%;
  }

  .home-transition-banner-box {
    height: 100%;
  }

  .technological-breakthrough-b {
    border-bottom-left-radius: 160px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .techonological-breakgrough-box {
    margin-left: 20%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .global-presence-map-scroll {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .home-logo-gp-title {
    font-size: 20px;
  }

  .global-presence-gp-list {
    padding-left: 0;
    padding-right: 0;
  }

  .award-title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .content-banner-content-b-2.v-l {
    padding-right: 30%;
  }

  .award-gp-item-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .research-dev-image-txt-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .research-dev-image-col {
    margin-left: -10px;
    margin-right: -10px;
  }

  .bg-blank {
    height: 70%;
  }

  .angle {
    margin-top: -70%;
    margin-bottom: -6%;
    padding-top: 7%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-content.home-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.home-banner {
    height: auto;
  }

  .form-txt-field {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-txt-field.contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .footer-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-right-b {
    width: 100%;
    margin-top: 20px;
  }

  .img-hover {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-img-b.footer-social-btn {
    width: 30px;
    margin-right: 20px;
  }

  .footer-social-btn-b {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .footer-social {
    float: none;
    width: 100%;
  }

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

  .btn-submit {
    width: 30px;
    margin-right: 0;
  }

  .inner-banner.our-leadership {
    background-position: 50%;
    background-size: cover;
  }

  .inner-banner-content-b {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .inner-banner-content-b.v-detail {
    padding-top: 40vw;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .menu-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product-faq-btn {
    background-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    line-height: 28px;
  }

  .product-faq-btn-on {
    background-size: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .form-txt-area {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-txt-area.contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btn-img {
    width: 40px;
  }

  .nav-sublink {
    background-position: 0 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-link-mobile-title {
    margin-bottom: 5px;
  }

  .article-title {
    font-size: 20px;
  }

  .blog-txt-restrict {
    height: auto;
  }

  .article-recent-row {
    display: block;
  }

  .blog-recent-col-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .home-banner-link {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .blog-filter-dropdown-list.w--open {
    background-color: var(--304447);
    border-radius: 20px;
    margin-top: 5px;
    overflow: hidden;
  }

  .m3crc-sticky-dropdown-list {
    margin-top: -281px;
  }

  .home-banner-img-b {
    height: 56.25vw;
  }

  .home-banner-content-b {
    background-color: var(--orange);
    flex: 1;
    height: auto;
    padding-top: 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .home-banner-heading {
    font-size: 50px;
  }

  .home-banner-subheading {
    margin-top: 10px;
    font-size: 16px;
  }

  .home-banner-nav {
    justify-content: center;
    margin-bottom: 40px;
    display: block;
  }

  .section-heading.v-technological-breakthrough {
    font-size: 40px;
  }

  .inner-banner-deco-base {
    width: 160%;
  }

  .page-heading-line-b {
    width: 100px;
    height: 1px;
    margin-top: 10px;
  }

  .page-heading-dot {
    width: 8px;
    height: 8px;
  }

  .section-heading-b {
    margin-bottom: 30px;
  }

  .milestone-content-img {
    width: 180px;
    margin-top: 15px;
  }

  .milestone-list {
    margin-left: -30px;
    margin-right: -30px;
  }

  .milestone-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .milestone-txt-b {
    font-size: 14px;
  }

  .milestone-time {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .milestone-item-line {
    width: 20px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .section-intro-txt {
    margin-bottom: 30px;
  }

  .footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-banner-bottom {
    background-image: url('../images/transform-deco-top_1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -15vw;
  }

  .article-img-b {
    margin-bottom: 20px;
  }

  .article-tag-b {
    margin-top: 0;
  }

  .article-col-right {
    width: 100%;
  }

  .article-title-text {
    max-height: 57.6px;
  }

  .btn-more {
    margin-right: 0;
    font-size: 12px;
    line-height: 22px;
    position: relative;
  }

  .common-bottom-deco-b {
    margin-top: 40px;
    margin-bottom: -42px;
  }

  .common-top-deco-b {
    margin-top: -42px;
    margin-bottom: 40px;
  }

  .home-video-mask, .home-vid-inner-shadow {
    border-radius: 20px;
  }

  .rm-item-b {
    width: 50%;
  }

  .about-leadership-top-wrap {
    display: block;
  }

  .about-leadership-top-col.col-img {
    width: 220px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .people-listing-b {
    margin-bottom: -30px;
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .people-listing-item {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .people-listing-item.v-leader {
    width: 50%;
  }

  .people-name {
    font-size: 20px;
  }

  .people-title {
    font-size: 14px;
  }

  .content-sub-gp-title, .sub-content-gp {
    margin-bottom: 30px;
  }

  .award-wrap {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .award-col {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .award-col.col-img {
    max-width: 250px;
  }

  .award-content-gp {
    margin-bottom: 60px;
  }

  .award-b {
    margin-bottom: -40px;
  }

  .detail-content-b {
    margin-top: 20px;
  }

  .rm-details-date {
    padding: 2px 10px;
    font-size: 14px;
  }

  .detail-img-b {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ea-tag-b {
    margin-top: 0;
  }

  .ea-filter {
    display: none;
  }

  .ea-filter-mobile {
    display: block;
  }

  .ea-filter-dropdown-toggle {
    background-color: var(--orange);
    color: #fff;
    border-radius: 100px;
    padding: 5px 40px 5px 20px;
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .ea-filter-dropdown-list.w--open {
    background-color: var(--orange);
    border-radius: 20px;
    margin-top: 5px;
    overflow: hidden;
  }

  .ea-filter-dropdown-link {
    color: #fff;
    transition: background-color .5s;
  }

  .ea-filter-dropdown-link:hover {
    background-color: #85e7ff4d;
  }

  .ea-filter-dropdown-link.w--current {
    color: var(--2b72d8);
  }

  .ea-list-item {
    width: 100%;
  }

  .footer-txt-webdesign {
    text-align: left;
  }

  .si-img-b {
    margin-bottom: 10px;
  }

  .contact-form-b {
    margin-bottom: 60px;
  }

  .form-select {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-select.contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-info-row {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .contact-info-item {
    text-align: left;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-width: 300px;
    margin-bottom: 20px;
    display: flex;
  }

  .contact-icon-b {
    width: 50px;
    margin-left: 0;
    margin-right: 20px;
  }

  .contact-content-b {
    margin-top: 20px;
  }

  .content-info-content {
    margin-top: 0;
  }

  .about-mv-content {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .about-mv-item {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .our-vision-bg {
    width: 100%;
  }

  .about-mv-icon-b {
    width: 100px;
    margin-right: 20px;
  }

  .award-gp-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .mission-title {
    font-size: 20px;
  }

  .leadership-detail-title-b {
    margin-bottom: 30px;
  }

  .leadership-detail-name {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .founderblog-item-b {
    width: 50%;
  }

  .product-item-name-b {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .product-item-content-b {
    display: block;
  }

  .research-publication-box {
    width: 80%;
    padding: 30px;
  }

  .banner-box-heading-txt {
    font-size: 24px;
  }

  .publication-item {
    display: block;
  }

  .publication-item-l-b {
    border-top: 1px solid var(--304447);
    border-right-style: none;
    width: auto;
    margin-top: 15px;
    margin-right: 0;
    padding-top: 15px;
    padding-right: 0;
  }

  .common-graph-b {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 40px;
  }

  .content-offset-b {
    padding-right: 0%;
  }

  .therapeutics-turning-list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .therapeutics-turning-item {
    width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .therapeutics-turning-title {
    font-size: 20px;
  }

  .therapeutics-intro-b {
    padding-bottom: 40px;
  }

  .partner-box {
    width: 80%;
    padding: 40px 30px;
  }

  .content-banner-content-b {
    padding-left: 20%;
  }

  .therapeutics-solutions-b {
    display: block;
  }

  .therapeutics-solutions-col.col-r {
    padding-top: 30px;
  }

  .therapeutics-solutions-col.col-l {
    width: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .therapeutics-solutions-col.col-l.row {
    flex-flow: column;
  }

  .solution-item.row {
    width: 100%;
  }

  .solution-title {
    font-size: 20px;
  }

  .company-intro-b {
    padding-bottom: 20px;
  }

  .common-content-banner-b {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .research-product-img-b {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .people-team-item-img-b {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-news-list-wrap {
    display: block;
  }

  .home-news-item {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-news-link {
    display: block;
  }

  .home-news-des {
    max-height: 103px;
  }

  .home-banner-heading-v2 {
    font-size: 24px;
  }

  .home-banner-title-b-v2 {
    height: auto;
  }

  .home-logo-item {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home-logo-line {
    height: 7vw;
  }

  .home-platform-tab-content {
    padding: 30px 5vw;
  }

  .home-platform-tab-link {
    text-transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-tab-link-txt.mobile-hide {
    display: none;
  }

  .home-tab-link-txt.mobile-only {
    display: block;
  }

  .home-platform-img-b {
    margin-top: 15px;
  }

  .home-platform-wrap {
    display: block;
  }

  .home-platform-col.col-r {
    padding-top: 20px;
  }

  .home-platform-col.col-l {
    width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .home-platform-col.col-l.home {
    width: 100%;
  }

  .home-platform-row {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .home-platform-row.m-lab {
    width: 100%;
  }

  .footer-v2-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-deco-v2-img {
    display: none;
  }

  .footer-sitemap-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-sitemap-gp {
    margin-bottom: 15px;
  }

  .footer-sitemap-gp-list {
    margin-top: 10px;
  }

  .footer-sitemap-item {
    margin-bottom: 10px;
  }

  .publication-shortcut-list {
    display: none;
  }

  .publication-shortcut-b {
    margin-top: 0;
  }

  .corporate-video-item {
    width: 100%;
  }

  .home-transition-banner-box {
    background-color: var(--orange);
    width: auto;
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 40px 5vw 80px;
  }

  .home-transitional-banner-mask {
    align-items: stretch;
    display: flex;
  }

  .home-banner-slide-transitional {
    height: auto;
  }

  .home-transform-banner-img {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .technological-breakthrough-b {
    border-bottom-left-radius: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .techonological-breakgrough-box {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    margin-left: 10%;
    padding: 40px 30px;
    font-size: 20px;
  }

  .global-presence-map-b {
    min-width: 1000px;
  }

  .home-logo-gp-title {
    margin-bottom: 10px;
  }

  .global-presence-gp {
    width: 50%;
    margin-bottom: 30px;
  }

  .global-presence-gp.v-head {
    width: 100%;
  }

  .global-presence-gp-title {
    text-align: left;
  }

  .award-title {
    font-size: 20px;
  }

  .common-content-banner-b-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-banner-content-b-2 {
    padding-left: 30%;
  }

  .content-banner-content-b-2.v-l {
    padding-right: 20%;
  }

  .common-graph-img {
    border-radius: 5px;
  }

  .video-play-pause-button {
    padding: 10px;
  }

  .award-gp-item-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .content-sub-gp-title-2 {
    margin-bottom: 30px;
  }

  .about-ceo-b, .partner-intro-b {
    padding-bottom: 20px;
  }

  .research-dev-b {
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .play, .pause {
    width: 30px;
    height: 30px;
  }

  .product-con-img {
    width: 100%;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .section-content.blank.m-lab-bottom {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-content.m-lab {
    padding-bottom: 40px;
  }

  .inner-banner.our-award {
    background-image: url('../images/enchanting-icy-crystals-sparkling-frozen-winter-wonderland-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .inner-banner.our-leadership {
    background-position: 85%;
  }

  .inner-banner.recent-movement {
    background-image: url('../images/close-up-white-ice-cube-1.jpg');
    background-position: 30% 70%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .inner-banner.contact {
    background-position: 100%;
  }

  .inner-banner.our-vision {
    background-position: 50%;
  }

  .inner-banner.res-dev {
    background-image: linear-gradient(#0000, #0000), url('../images/innerpage-banner-re-dev2x-1.jpg');
    background-position: 0 0, 50%;
  }

  .inner-banner.m2m-banner {
    background-position: 50%;
  }

  .inner-banner.ceo-message {
    background-position: 100%;
  }

  .all {
    overflow: hidden;
  }

  .all.publication-overflow {
    overflow: visible;
  }

  .inner-banner-content-b.v-detail {
    padding-top: 60vw;
  }

  .header {
    z-index: 1000;
  }

  .header-logo {
    width: 140px;
  }

  .header-logo.w--current {
    min-width: 140px;
  }

  .txt-mask {
    overflow: hidden;
  }

  .m3crc-sticky-dropdown-list {
    margin-top: -280px;
  }

  .home-banner-content-b {
    background-color: var(--orange);
  }

  .home-banner-heading {
    letter-spacing: 1px;
    font-size: 36px;
  }

  .section-heading.v-technological-breakthrough {
    font-size: 36px;
  }

  .section-heading.txt-size {
    font-size: 32px;
  }

  .inner-banner-deco-b {
    margin-bottom: -2px;
  }

  .page-heading-line-b {
    width: 50px;
  }

  .milestone-line {
    left: 0%;
    transform: none;
  }

  .milestone-content-img {
    margin-left: 0;
    margin-right: 0;
  }

  .milestone-list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
  }

  .milestone-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .milestone-txt-b {
    text-align: left;
  }

  .milestone-item-line {
    width: 25px;
    margin-left: -30px;
    margin-right: 0;
    inset: 0% auto auto 0%;
  }

  .home-banner-bottom {
    margin-top: -15vw;
  }

  .article-img-b {
    padding: 4vw;
  }

  .article-img-inner-shadow {
    border-width: 3px;
  }

  .article-img-col {
    width: 40%;
  }

  .article-txt-col {
    width: 60%;
  }

  .recent-movements-listing {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .home-vid-inner-shadow {
    border-width: 3px;
  }

  .rm-item-b {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .rm-item-txt-b, .rm-link {
    height: auto;
    display: block;
  }

  .about-leadership-top-col.col-img {
    width: 200px;
  }

  .people-listing-item.v-leader {
    width: 100%;
    max-width: 300px;
  }

  .people-listing-item.v-collab {
    width: 100%;
  }

  .people-item-img-b.v-collab {
    max-width: 150px;
  }

  .content-sub-gp-title {
    font-size: 20px;
  }

  .award-wrap {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .award-col {
    padding-left: 0%;
    padding-right: 0%;
  }

  .award-col.col-img {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .ea-filter-dropdown-toggle, .ea-filter-dropdown-list.w--open {
    background-color: var(--orange);
  }

  .ea-list-item {
    margin-bottom: 10px;
  }

  .si-list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .si-list-item {
    width: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .si-img-inner-shadow {
    border-width: 3px;
  }

  .contact-form-content {
    margin-top: -30px;
    margin-bottom: -30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-info-item {
    flex: 0 auto;
    width: 100%;
    min-width: 0;
  }

  .contact-icon-b {
    width: 50px;
    margin-right: 10px;
  }

  .about-mv-item {
    display: block;
  }

  .about-mv-icon-b {
    width: 80px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .about-mv-icon-b.m2m {
    width: 250px;
    min-width: 250px;
  }

  .award-gp-item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-mission-content-b {
    text-align: center;
  }

  .company-mission-content-b.m2m {
    text-align: left;
  }

  .leadership-detail-box {
    padding: 20px;
  }

  .founderblog-listing {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .founderblog-item-b {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .founderblog-link {
    height: auto;
    display: block;
  }

  .product-item {
    display: block;
  }

  .product-item-name-b {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .research-publication-box {
    width: 100%;
    padding: 20px;
  }

  .publication-item {
    padding: 20px;
    display: block;
  }

  .publication-item-l-b {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .partner-box {
    width: 100%;
  }

  .content-banner-content-b {
    padding-left: 0%;
  }

  .solution-content-tick {
    width: 24px;
    height: 24px;
  }

  .solution-row-content-b {
    padding-top: 2px;
  }

  .common-content-banner-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ref-click {
    padding: 15px;
  }

  .ref-click-icon {
    width: 15px;
  }

  .ref-expanded-content {
    padding: 15px;
    font-size: 12px;
  }

  .ref-num {
    margin-right: 5px;
  }

  .home-banner-heading-v2 {
    letter-spacing: 1px;
  }

  .home-logo-line {
    height: 10vw;
  }

  .home-platform-tab-link {
    border-radius: 0;
    padding: 20px 4px;
    font-size: 3.75vw;
  }

  .home-platform-wrap.discovery {
    padding-left: 0;
    padding-right: 0;
  }

  .home-platform-col.col-r.m-lab {
    flex-flow: column;
  }

  .home-platform-row.m-lab {
    width: 100%;
  }

  .footer-deco-v2-img {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-v2-wrap {
    display: block;
  }

  .footer-v2-info-b {
    width: auto;
    padding-right: 0%;
  }

  .footer-v2-social-b {
    width: auto;
    margin-top: 40px;
  }

  .footer-sitemap-col {
    flex-flow: column;
    width: 50%;
  }

  .publication-shortcut-b {
    position: sticky;
    top: 80px;
  }

  .corporate-video-item {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .corporate-video-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .home-transform-banner-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .techonological-breakgrough-box {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0%;
    font-size: 16px;
  }

  .home-logo-gp-title {
    font-size: 16px;
  }

  .global-presence-top {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .global-presence-gp {
    width: 100%;
    padding-right: 0;
  }

  .global-presence-gp-title {
    margin-bottom: 10px;
  }

  .common-content-banner-b-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-banner-content-b-2 {
    padding-left: 0%;
  }

  .content-banner-content-b-2.v-l {
    padding-right: 0%;
  }

  .video-play-pause-button {
    width: 60px;
    height: 60px;
    padding: 10px;
    top: auto;
    bottom: 5px;
    right: auto;
  }

  .award-gp-item-2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-sub-gp-title-2 {
    font-size: 20px;
  }

  .play-state-2 {
    display: none;
  }

  .research-dev-b {
    align-items: stretch;
  }

  .research-dev-b.bottom {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
  }

  .research-dev-b.m-lab {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .research-dev-image-txt-col {
    width: 100%;
  }

  .research-dev-image-col {
    flex-flow: column;
  }

  .bg-blank {
    height: 80%;
  }

  .bg-blank.diagnostic {
    height: 70%;
  }

  .angle {
    margin-bottom: -17%;
  }

  .break {
    white-space: normal;
    word-break: break-all;
  }

  .play, .pause {
    width: 30px;
    height: 30px;
  }

  .link {
    word-break: break-all;
  }
}


@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}