:root {
  --white: white;
  --38669c: #85e7ff;
  --midnight-blue: #003563;
  --midnight-blue-3: #00002f;
  --65aec1: #1db9bf;
  --dark-slate-blue: #003f77;
  --black: #000a20;
  --dark-turquoise: #16c7cd;
  --midnight-blue-2: #00213d;
  --dark-slate-blue-2: #084088;
  --sky-blue: #5d819e;
  --alice-blue: #daebf8;
  --sky-blue-2: #85e7ff;
  --dark-slate-blue-3: #154167;
  --light-slate-grey: #7e839f;
  --gainsboro: #d9d9d9;
  --midnight-blue-4: #00004e;
  --6a6a6a: #6a6a6a;
  --powder-blue: #aef;
}

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

@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(--white);
  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(--38669c);
  text-decoration: none;
  transition: color .5s;
}

a:hover {
  color: #57f9ff;
}

li {
  margin-bottom: 5px;
}

.section-content {
  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(--midnight-blue-3);
}

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

.section-content.blank {
  background-color: var(--65aec1);
  text-shadow: 0 0 15px rgba(0, 0, 0, .25);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

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

.section-content.v-executiveteam {
  background-color: var(--dark-slate-blue);
}

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

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

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

.section-content.v-rndteam {
  background-color: var(--midnight-blue);
}

.section-content.home-platforms {
  background-color: var(--midnight-blue);
  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 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.txt-color-blue {
  color: var(--38669c);
}

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

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

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

.form-txt-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-txt-field::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-txt-field.contact {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 120%;
}

.form-txt-field.contact::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-txt-field.contact::placeholder {
  color: rgba(255, 255, 255, .5);
}

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

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

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

.img-hover {
  width: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  width: 60%;
  float: right;
}

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

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

.txt-link-footer:hover {
  color: var(--38669c);
}

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

.btn-submit-click {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

.inner-banner.recent-movement {
  background-image: url('../images/innerpage-banner-recentmovement2x.jpg');
}

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

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

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

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

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

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

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

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

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

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

.all, .all-content {
  position: relative;
}

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

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

.header {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav-link:hover {
  color: var(--38669c);
}

.nav-link.w--current {
  color: var(--38669c);
  background-image: url('../images/menu-icon2x_1menu-icon@2x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 15px;
}

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

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

.nav-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-top: 20px;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%, 100%);
}

.nav-dropdown-link {
  color: var(--65aec1);
  background-image: url('../images/menu-dot2x_1menu-dot@2x.png');
  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: var(--38669c);
  background-color: rgba(133, 231, 255, .2);
  background-image: url('../images/menu-dot-hover2x_1menu-dot-hover@2x.png');
}

.nav-dropdown-link.w--current {
  color: var(--38669c);
  background-image: url('../images/menu-dot-hover2x_1menu-dot-hover@2x.png');
}

.nav-dropdown-link-b {
  background-color: rgba(0, 53, 99, .95);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: inset 1px 1px 30px rgba(133, 231, 255, .5);
}

.nav-lang-link {
  color: var(--65aec1);
  margin-left: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s;
}

.nav-lang-link:hover {
  color: var(--38669c);
}

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

.header-logo {
  width: 120px;
  flex: none;
  margin-right: 3vw;
}

.txt-mask {
  overflow: hidden;
}

.nav-link-txt {
  opacity: 0;
  color: var(--38669c);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-txt-area {
  min-height: 300px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--38669c);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  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(--38669c);
}

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

.form-txt-area.contact::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-txt-area.contact::placeholder {
  color: rgba(255, 255, 255, .5);
}

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

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

.nav-link-txt02 {
  color: var(--65aec1);
  text-decoration: none;
}

.nav-link-txt02:hover {
  color: var(--38669c);
}

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

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

.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: #fff;
  text-decoration: none;
}

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

.canvas-bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.home-banner-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

.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(--65aec1);
  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 {
  height: 90px;
  align-items: center;
  display: flex;
  position: relative;
}

.common-bg {
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black) 68%);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

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

.home-banner-img-b.banner-4 {
  background-image: url('../images/banner-4-v011.5x.jpg');
}

.home-banner-img-b.banner-5 {
  background-image: url('../images/banner-5-v011.5x.jpg');
}

.home-banner-img-b.banner-6 {
  background-image: url('../images/banner-6-v011.5x.jpg');
}

.home-banner-img-b.banner-7 {
  background-image: url('../images/banner-7-v011.5x.jpg');
}

.home-banner-img-b.banner-8 {
  background-image: url('../images/banner-8-v011.5x.jpg');
}

.home-banner-img-b.banner-9 {
  background-image: url('../images/banner-9-v011.5x.jpg');
}

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

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

.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 {
  height: auto;
  max-width: 1440px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

.frame-dot {
  width: 6px;
  height: 6px;
  background-color: var(--38669c);
  border-radius: 50%;
  margin: -2px -.5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.frame-dot.bl {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.frame-dot.br {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(50%);
}

.frame-dot.tl {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.frame-dot.tr {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(50%);
}

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

.overflow-hidden {
  overflow: hidden;
}

.page-heading-line {
  width: 200px;
  height: 2px;
  background-color: var(--38669c);
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}

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

.page-heading-dot.v-right {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

.header-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--midnight-blue), var(--black));
  opacity: .95;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.milestone-month {
  position: relative;
}

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

.milestone-content-img {
  width: 200px;
  flex: none;
  order: -1;
  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 {
  width: 50%;
  text-align: right;
  margin-top: -30px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.milestone-time {
  color: var(--38669c);
  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 {
  width: 40px;
  height: 1px;
  background-color: var(--65aec1);
  margin-top: 14px;
  margin-left: -50px;
  margin-right: -50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -100%);
}

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

.footer-feature {
  background-color: var(--65aec1);
  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/footer-deco-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: -3vw -4px -2px;
  padding-top: 3.26%;
  position: relative;
  overflow: hidden;
}

.home-banner-bottom.v-transform-top {
  background-image: url('../images/transform-deco-top.svg');
  margin-top: -2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.article-img-frame {
  width: 100%;
  height: 30%;
  border: 1px solid var(--38669c);
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.article-tag {
  background-color: var(--65aec1);
  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(--65aec1);
  text-align: right;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.article-link:hover {
  color: var(--38669c);
}

.article-img-inner-shadow {
  width: 100%;
  height: 100%;
  border: 4px solid var(--38669c);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: inset 1px 1px 30px rgba(0, 0, 0, .5);
}

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

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

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

.article-tag-text {
  color: var(--65aec1);
  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 {
  width: 35%;
  flex: none;
  margin-bottom: 20px;
  padding-right: 20px;
}

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

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

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

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

.btn-more {
  color: #fff;
  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(--38669c);
}

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

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

.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 {
  width: 100%;
  background-image: url('../images/footer-deco.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 60px;
  margin-bottom: -82px;
  padding-top: 3.26%;
}

.common-top-deco-b {
  width: 100%;
  background-image: url('../images/top-deco.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 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 {
  margin-top: 40px;
}

.home-video-mask {
  z-index: 1;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.article-img-small-inner-shadow {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
}

.home-vid-inner-shadow {
  width: 100%;
  height: 100%;
  border: 4px solid var(--38669c);
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: inset 1px 1px 30px rgba(0, 0, 0, .5);
}

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

.rm-item-img-b {
  border: 1px solid var(--38669c);
  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 {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: inset 1px 1px 30px rgba(0, 0, 0, .5);
}

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

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

.rm-link:hover {
  color: rgba(29, 185, 191, .5);
}

.rm-item-date {
  color: var(--65aec1);
  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 {
  width: 250px;
  flex: none;
  margin-right: 40px;
  position: relative;
}

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

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

.about-leadership-top-img-shadow {
  width: 100%;
  height: 100%;
  border-radius: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: inset 1px 1px 30px rgba(0, 0, 0, .5);
}

.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.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.content-sub-gp-title {
  max-width: 800px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(270deg, rgba(29, 185, 191, 0), rgba(29, 185, 191, .8) 50%, rgba(29, 185, 191, 0));
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.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 {
  width: 45%;
  max-width: 300px;
  flex: none;
}

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

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

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

.home-banner-btn-b {
  text-align: center;
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

.ea-tag {
  border: 1px solid var(--white);
  color: #fff;
  background-color: rgba(0, 53, 99, 0);
  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: rgba(0, 53, 99, .5);
}

.ea-tag.w--current {
  background-color: var(--midnight-blue);
  color: var(--38669c);
  border-color: rgba(255, 255, 255, 0);
}

.ea-tag.v-publication-item {
  border-color: var(--black);
  background-color: var(--midnight-blue);
  color: var(--38669c);
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

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

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

.p-title {
  color: var(--38669c);
  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(--white);
  text-decoration: none;
  transition: color .8s;
  display: block;
}

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

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

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

.si-img-inner-shadow {
  width: 100%;
  height: 100%;
  border: 4px solid var(--38669c);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: inset 1px 1px 30px rgba(0, 0, 0, .5);
}

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

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

.icon-vid-play {
  width: 15%;
  max-width: 100px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  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 {
  height: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--38669c);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/form-select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
}

.form-select:focus {
  border-bottom-color: var(--38669c);
}

.form-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-select::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-select.contact {
  color: #fff;
  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 {
  width: 33.3%;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

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

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

.contact-content-b {
  background-color: var(--midnight-blue);
  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: rgba(0, 10, 32, .2);
  border-radius: 40px;
}

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

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

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

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

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

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

.rm-item-des {
  max-height: 96px;
  color: var(--sky-blue);
  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;
}

.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-img-box {
  border: 1px solid var(--alice-blue);
  border-radius: 10px;
  overflow: hidden;
}

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

.relative {
  position: relative;
}

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

.popup-b {
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 53, 99, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: auto;
}

.popup-b.popup-scroll.edit {
  opacity: 1;
  display: block;
}

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

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

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

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

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

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

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

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

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

.btn-pop-close.v-home-pop {
  margin: -5px;
}

.leadership-learnmore {
  color: var(--65aec1);
  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 {
  height: 100%;
  border-top: 4px solid var(--65aec1);
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: background-color .5s, color .8s;
  display: flex;
  overflow: hidden;
}

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

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

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

.founderblog-item-date {
  color: var(--65aec1);
  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(--65aec1);
  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 {
  width: 40%;
  border-left: 4px solid var(--65aec1);
  background-color: var(--white);
  color: var(--sky-blue);
  border-radius: 0;
  padding: 40px;
}

.research-publication-subtitle {
  color: var(--65aec1);
  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 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.btn-learnmore:hover {
  color: var(--65aec1);
}

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

.btn-learnmore.v-white:hover {
  color: var(--38669c);
}

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

.btn-learnmore-b {
  border-bottom: 1px solid var(--65aec1);
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

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

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

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

.publication-item {
  border-left: 4px solid var(--65aec1);
  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 {
  width: 30%;
  border-right: 1px solid var(--65aec1);
  flex: none;
  order: -1;
  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(--65aec1);
  font-size: 14px;
}

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

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

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

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

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

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

.therapeutics-turning-list {
  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 {
  border-bottom: 1px solid var(--65aec1);
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 130%;
}

.therapeutic-turning-highlight {
  color: var(--38669c);
  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 {
  width: 45%;
  background-color: var(--white);
  color: var(--sky-blue);
  padding: 80px 40px;
  position: relative;
}

.content-banner-content-b {
  color: var(--white);
  padding-left: 50%;
}

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

.content-banner-content-b.home-transform {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40%;
}

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

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

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

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

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

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

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

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

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

.common-content-banner-b {
  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.home-therapeutics {
  background-image: url('../images/home-therapeutics-bg.jpg');
}

.common-content-banner-b.home-disgnostics {
  background-image: url('../images/home-diagnostics-bg-2.jpg');
}

.common-content-banner-b.home-transforming {
  background-image: none;
}

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

.ref-super {
  color: var(--38669c);
}

.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 {
  width: 19px;
  flex: none;
}

.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 {
  width: 20px;
  color: var(--38669c);
  flex: none;
  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(--38669c);
  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;
}

.leadership-info-gp {
  margin-bottom: 40px;
}

.leadership-info-gp.titles {
  color: var(--midnight-blue);
}

.leadership-info-gp-title {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-weight: 700;
}

.ul {
  padding-left: 0;
}

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

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

.partner-box-line {
  width: 5px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--sky-blue-2), var(--dark-slate-blue-3));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.box-h2 {
  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 {
  width: 30%;
  flex: none;
  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 {
  width: 50%;
  align-items: stretch;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

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

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

.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 {
  width: 1px;
  height: 15px;
  background-color: var(--light-slate-grey);
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}

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

.home-news-des {
  max-height: 110.5px;
  color: rgba(0, 0, 0, .6);
  overflow: hidden;
}

.home-news-line {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, var(--sky-blue-2), var(--dark-slate-blue-3));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.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 {
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 0 0 40px var(--black);
}

.home-banner-gradient {
  z-index: 100;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom, rgba(0, 53, 99, 0), var(--midnight-blue));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.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 {
  width: 1px;
  height: 4vw;
  background-color: var(--gainsboro);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  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: -webkit-sticky;
  position: sticky;
  top: 90px;
}

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

.home-platform-tab-link {
  width: 33.3%;
  background-color: var(--65aec1);
  color: rgba(0, 53, 99, .7);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  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(--midnight-blue);
}

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

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

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

.home-platform-tab-link.color-3 {
  background-color: #85c8ff;
}

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

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

.home-tab-link-txt.mobile-only {
  display: none;
}

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

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

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

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

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

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

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

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

.home-platform-line {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, var(--sky-blue-2), var(--dark-slate-blue-3));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.footer-v2-b {
  background-color: var(--midnight-blue-4);
}

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

.footer-deco-v2-img {
  height: 47px;
  background-image: url('../images/footer-v2-deco.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.footer-v2-bottom {
  border-top: 1px solid rgba(255, 255, 255, .5);
  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-bottom-list {
  flex-wrap: wrap;
  flex: 1;
  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: rgba(255, 255, 255, .5);
}

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

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

.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 {
  width: 240px;
  order: 1;
}

.footer-sitemap-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-sitemap-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

.footer-sitemap-gp-item-link {
  color: rgba(255, 255, 255, .5);
}

.publication-shortcut-list {
  background-color: var(--midnight-blue);
  border-radius: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

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

.publication-shortcut-tag {
  color: var(--white);
  background-color: #002342;
  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 {
  color: var(--white);
  background-color: rgba(0, 53, 99, .8);
}

.publication-shortcut-tag.w--current {
  border-color: var(--midnight-blue);
  color: var(--white);
  background-color: rgba(29, 185, 191, .7);
}

.publication-ol {
  color: rgba(255, 255, 255, .8);
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
}

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

.publication-v2-li {
  margin-bottom: 20px;
  position: relative;
}

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

.publication-gp-heading-b {
  border-bottom: 1px solid var(--65aec1);
  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-zhoutong, .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 {
  width: 60%;
  height: 100%;
  background-color: rgba(16, 205, 212, .7);
  align-items: center;
  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 {
  width: 100%;
  height: 100%;
  opacity: .8;
  background-image: linear-gradient(rgba(0, 0, 47, .5), rgba(0, 0, 47, .5)), url('../images/home-transforming-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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(--38669c);
  box-shadow: 0 0 40px 0 var(--38669c);
  text-align: left;
  background-image: linear-gradient(rgba(0, 33, 61, .8) 34%, rgba(0, 10, 32, 0));
  border-radius: 20px 160px 160px;
  margin-left: 30%;
  padding: 100px 50px;
  font-size: 24px;
  line-height: 130%;
  position: relative;
}

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

.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: 3.26%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.global-presence-map-item {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  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: -2.5%;
  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: -11.5%;
}

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

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

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

.global-presence-map-dot {
  width: 14px;
  height: 14px;
  border: 2px solid var(--white);
  box-shadow: 0 2px 10px 0 var(--white);
  background-color: #adff55;
  border-radius: 50%;
  margin-bottom: -7px;
  transition: background-color .5s;
}

.global-presence-map-dot.v-yellow {
  background-color: #ffea00;
}

.global-presence-content-box {
  width: 300px;
  border: 2px solid var(--65aec1);
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -100%);
}

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

.global-present-content-item {
  background-image: url('../images/nav-dot-green.svg');
  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 {
  width: 30px;
  height: 30px;
  background-color: var(--65aec1);
  background-image: url('../images/icon-zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 50%;
  transition-property: background-color;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-table-enlarge:hover {
  background-color: var(--sky-blue-2);
}

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

.global-presence-title {
  max-width: 800px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(270deg, rgba(29, 185, 191, 0), rgba(29, 185, 191, .8) 50%, rgba(29, 185, 191, 0));
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

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

.home-logo-gp {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.home-banner-video-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px -2% -30px;
  display: flex;
}

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

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

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

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

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

.global-presence-gp-title {
  color: var(--38669c);
  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(--white);
}

.pop-bg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 45, 77, .9);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.frame-dot-2 {
  width: 6px;
  height: 6px;
  background-color: #85e7ff;
  border-radius: 50%;
  margin: -2px -.5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.frame-dot-2.tr {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(50%);
}

.frame-dot-2.bl {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.frame-dot-2.br {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(50%);
}

.frame-dot-2.tl {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.popup-home-news-b.edit {
  display: none;
}

.article-img-frame-2 {
  width: 100%;
  height: 30%;
  border: 1px solid #85e7ff;
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.pop-news-b {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.box-news-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-pop-link {
  display: block;
  position: relative;
}

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

.award-title-box {
  background-image: url('../images/txt-gold-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 8px 20px;
}

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: 25vw;
  }

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

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

  .nav-lang-link {
    margin-left: 20px;
  }

  .header-logo {
    width: 150px;
    margin-right: 1.5vw;
  }

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

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

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

  .footer-deco-v2-img {
    padding: 0;
  }

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

@media screen and (min-width: 1440px) {
  .nav-b {
    font-size: 16px;
  }

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

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

  .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-banner-heading-v2 {
    font-size: 48px;
  }

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

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

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

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

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

  .container.menu {
    z-index: 1000;
    background-color: #fff;
  }

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

  .nav-link {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 15px 5%;
    font-size: 20px;
    font-weight: 600;
    display: block;
  }

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

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

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

  .nav-lang-link {
    float: left;
    margin-top: 10px;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .menu-btn-line01 {
    width: 30px;
    height: 2px;
    background-color: var(--38669c);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-mobile-b {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 15px 5%;
    display: block;
    position: relative;
  }

  .nav-sublink {
    color: var(--65aec1);
    background-image: url('../images/menu-dot2x_1menu-dot@2x.png');
    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: var(--38669c);
    background-image: url('../images/menu-dot-hover2x_1menu-dot-hover@2x.png');
  }

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

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

  .nav-link-line {
    width: 100%;
    height: 1px;
    background-color: rgba(133, 231, 255, .5);
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .menu-btn-line02, .menu-btn-line03 {
    width: 30px;
    height: 2px;
    background-color: var(--38669c);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .nav-link-mobile-title-link:hover {
    color: var(--38669c);
  }

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

  .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%;
  }

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

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

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

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

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

  .rm-item-b {
    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;
  }

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

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

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

  .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.v-l {
    padding-right: 30%;
  }

  .content-banner-content-b.home-transform {
    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-deco-v2-img {
    height: 35px;
  }

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

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

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

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

  .footer-v2-info-b {
    width: 50%;
    padding-right: 5%;
  }

  .footer-v2-sitemap-b {
    width: 100%;
    flex: 0 auto;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-v2-social-b {
    width: 50%;
    order: 0;
  }

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

  .publication-shortcut-b {
    top: 80px;
  }

  .corporate-video-item {
    width: 50%;
  }

  .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-dot {
    margin-bottom: -6px;
  }

  .global-presence-map-scroll {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .global-presence-title, .home-logo-gp-title {
    font-size: 20px;
  }

  .home-banner-video-item {
    width: 50%;
  }

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

  .award-title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 22px;
  }
}

@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 {
    width: 100%;
    float: none;
  }

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

  .btn-submit {
    width: 30px;
    margin-right: 0;
  }

  .inner-banner-content-b {
    padding-top: 200px;
    padding-bottom: 0;
  }

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

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

  .home-banner-slide, .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 {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .blog-filter-dropdown-list.w--open {
    background-color: var(--65aec1);
    border-radius: 20px;
    margin-top: 5px;
    overflow: hidden;
  }

  .m3crc-sticky-dropdown-list {
    margin-top: -281px;
  }

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

  .home-banner-img-b.banner-4 {
    background-image: url('../images/banner-4-v01-m1.5x.png');
  }

  .home-banner-img-b.banner-5 {
    background-image: url('../images/banner-5-v01-m1.5x.png');
  }

  .home-banner-img-b.banner-6 {
    background-image: url('../images/banner-6-v01-m1.5x.png');
  }

  .home-banner-img-b.banner-7 {
    background-image: url('../images/banner-7-v01-m1.5x.png');
  }

  .home-banner-img-b.banner-8 {
    background-image: url('../images/banner-8-v01-m1.5x.png');
  }

  .home-banner-img-b.banner-9 {
    background-image: url('../images/banner-9-v01-m1.5x.png');
  }

  .home-banner-content-b {
    height: auto;
    background-color: var(--dark-turquoise);
    flex: 1;
    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;
  }

  .section-heading.v-technological-breakthrough {
    font-size: 40px;
  }

  .inner-banner-deco-base {
    width: 160%;
  }

  .page-heading-line {
    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;
  }

  .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(--midnight-blue);
    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(--midnight-blue);
    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: rgba(133, 231, 255, .3);
  }

  .ea-filter-dropdown-link.w--current {
    color: var(--38669c);
  }

  .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 {
    width: 50%;
    min-width: 300px;
    text-align: left;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    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 {
    width: auto;
    border-top: 1px solid var(--65aec1);
    border-right-style: none;
    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: 30%;
  }

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

  .content-banner-content-b.home-transform {
    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;
  }

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

  .leadership-info-gp {
    margin-bottom: 30px;
  }

  .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-row {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

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

  .footer-deco-v2-img {
    height: 25px;
  }

  .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 {
    width: auto;
    background-color: var(--dark-turquoise);
    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;
  }

  .global-presence-title {
    margin-bottom: 30px;
    font-size: 16px;
  }

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

  .pop-news-b {
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 10px;
  }

  .award-title {
    font-size: 20px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .inner-banner-content-b {
    min-height: 240px;
    padding-top: 150px;
  }

  .inner-banner-content-b.v-detail {
    min-height: 0;
    padding-top: 40vw;
  }

  .m3crc-sticky-dropdown-list {
    margin-top: -280px;
  }

  .home-banner-heading {
    letter-spacing: 1px;
    font-size: 36px;
  }

  .section-heading.v-technological-breakthrough {
    font-size: 36px;
  }

  .page-heading-line {
    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;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .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-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 {
    width: 100%;
    min-width: 0;
    flex: 0 auto;
  }

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

  .award-gp-item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-mission-content-b {
    text-align: center;
  }

  .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%;
  }

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

  .content-banner-content-b.home-transform {
    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;
  }

  .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 {
    width: 50%;
  }

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

  .home-banner-video-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .home-banner-video-item {
    width: auto;
    max-width: 250px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

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


@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;
}