<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
td,
span,
th,
strong,
textarea {
  letter-spacing: 0px !important;
}
/* a {text-decoration: none !important;} */
ol,
ul,li {
  list-style: unset !important;
  letter-spacing: 0px !important;
}

@media screen and (max-width: 767px) {
  .af-view p {
    line-height: 24px !important;
  }
  /* .af-view div {
    line-height: 24px !important;
  } */
}

p {
  line-height: 30px !important;
}


.slide-in-from-bottom {
  animation: 500ms ease-out 0s 1 slideInFromBottom forwards;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0);
  }
}


.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
}

.hover-underline-animation:hover {
  color: #000;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
  display: none;
}

.react-horizontal-scrolling-menu--scroll-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-snap-type: x mandatory;
}

.react-horizontal-scrolling-menu--item {
  scroll-snap-align: start;
}

/* .af-class-scroll-text-wrapper .w-dyn-items:first-child h2, .af-class-scroll-text-wrapper .w-dyn-items:first-child p, .af-class-scroll-text-wrapper .w-dyn-items:first-child a { opacity: 1 !important;} */

/* Custom Written the following for search description styling */
.af-view .af-class-richtext-custom img {
  display: none;
}
.af-view .af-class-richtext-custom a {
  text-decoration: none;
  color: #fff;
}

.purple-bg-hero-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999999;
  display: block;
  overflow: hidden;
  height: 100%  ;
  background-color: #5225b5;
  /* transform: translateY(100%); */
  /* animation: bg-reveal 4000ms infinite ease-in-out; */
  /* animation: 500ms ease-out 0s 1 bg-reveal forwards;; */
  /* animation-iteration-count: 1; */
}

@keyframes bg-reveal {
  from {
    transform: translateY(0%);
    /* height: 100%; */
  }
  to {
    transform: translateY(-100%);
    /* height: 0%; */
  }
}

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

.af-view {
  font-family: Drlcircular, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.af-view h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.af-view a {
  text-decoration: underline;
}

.af-view .af-class-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  padding: 120px 10vw;
  background-color: #fff;
}

.af-view .af-class-section.af-class-hero-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.af-view .af-class-section.af-class-about-us-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.af-view .af-class-section.af-class-our-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section.af-class-extendable-section {
  position: fixed;
    left: 0;
    bottom: 0;
    height: 30vh;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 -2px 4px rgb(0 0 0 / 15%);
    z-index: 99;
}

.af-view .af-class-section.af-class-extendable-section-reached {
  position: relative;
    padding-bottom: 30px;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
}

.af-view .af-class-section.af-class-our-values-less-vp {
  height: 260vh;
}

.af-view .af-class-section.af-class-journey-section {
  height: 1000px;
}

.af-view .af-class-section.af-class-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.af-view .af-class-section.af-class-meet-leadeship-home {
  padding-top: 40px;
}

.af-view .af-class-section.af-class-drag-slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.af-view .af-class-section.af-class-mediakit {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ededed;
  color: #333;
}

/* bharat */
.af-view .af-class-section.af-class-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* bharat */

.af-view .af-class-section.af-class-homepage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@keyframes anchor-underline {
  0%,
  10% {
    left: 0;
    right: 100%;
  }
  40%,
  60% {
    left: 0;
    right: 0;
  }
  90%,
  100% {
    left: 100%;
    right: 0;
  }
}

.af-view .af-class-section.af-class-homepage.af-class-purple {
  overflow: visible;
  height: 80vh;
  min-height: auto;
  background-color: transparent;
  color: #fff;
}

.af-view .af-class-section.af-class-vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section.af-class-tall-blocks {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: #ededed;
}

.af-view .af-class-section.af-class-home-horizontal-section {
  height: 5000px;
  padding: 0px 0vw;
  background-color: #ededed;
}

.af-view .af-class-section.af-class-article-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.af-view .af-class-section.af-class-article-hero.af-class-white {
  height: 660px;
  padding-bottom: 0px;
  background-image: none;
  color: #333;
}

.af-view .af-class-section.af-class-knowledge-bank {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #333;
}

.af-view .af-class-section.af-class-transform-health-care {
  background-color: #ededed;
}

.af-view .af-class-section.af-class-vision-numbers {
  display: none;
}

.af-view .af-class-section.af-class-founder-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.af-view .af-class-section.af-class-leadership-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-section.af-class-unfinished-agenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/Mask-Group-42x.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/Mask-Group-42x.jpg");
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.af-view .af-class-section.af-class-board-directors {
  padding-top: 0px;
}

.af-view .af-class-section.af-class-article-section {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
}

.af-view .af-class-section.af-class-embracing-quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section.af-class-impact-sustaibility-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.af-view .af-class-section.af-class-building-communities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section.af-class-helping-hcps {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/changemakers-jpeg-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/changemakers-jpeg-min.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.af-view .af-class-section.af-class-horizontal-move {
  min-height: 300vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.af-view .af-class-section.af-class-science-research-hero {
  min-height: 100vh;
}

.af-view .af-class-section.af-class-always-innovating {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section.af-class-always-innovating.af-class-height-auto {
  height: auto;
}

.af-view .af-class-section.af-class-focused-market {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/focused-on-being-first.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/focused-on-being-first.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.af-view .af-class-section.af-class-focused-market.af-class-type-a {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/type-a.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/type-a.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-section.af-class-people-speak {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/Rectangle-5986.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/Rectangle-5986.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.af-view .af-class-section.af-class-people-speak.af-class-typeb {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/Rectangle-5986.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/Rectangle-5986.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-section.af-class-people-speak.af-class-typec {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/Rectangle-9868.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/Rectangle-9868.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-section.af-class-people-speak.af-class-typea {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/Rectangle_8735.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/Rectangle_8735.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-section.af-class-form-formulations {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/form-fprmulations.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/form-fprmulations.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.af-view .af-class-section.af-class-form-formulations.af-class-typeb {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/type-b.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/type-b.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-section.af-class-life-at-drl {
  z-index: 2;
  height: 7000px;
  padding: 0px 0vw;
  background-color: #ededed;
}

.af-view .af-class-section.af-class-z-index-2 {
  z-index: 2;
}

.af-view .af-class-section.af-class-numbers-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section.af-class-business-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/_DSC2581-Edit.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/_DSC2581-Edit.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.af-view .af-class-section.af-class-people-of-drl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/people-at-drl.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/people-at-drl.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.af-view .af-class-section.af-class-peple-stories-hero {
  background-color: #ededed;
}

.af-view .af-class-section.af-class-life-at-drl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.af-view .af-class-section.af-class-life-at-drl-horizontal {
  z-index: 2;
  height: 7000px;
  padding: 0px 0vw;
  background-color: #ededed;
}

.af-view .af-class-section.af-class-life-at-drl-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.af-view .af-class-section.af-class-science-reasearch-horizontal {
  height: 10000px;
  padding: 0px 0vw;
}

.af-view .af-class-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-container.af-class-tall-bloks {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.af-view .af-class-container.af-class-article {
  max-width: 768px;
}

.af-view .af-class-container.af-class-founder-story {
  position: relative;
  top: 0vh;
  z-index: 5;
  margin-top: -100vh;
}

.af-view .af-class-container.af-class-sticky {
  overflow: visible;
}

.af-view .af-class-h1-heading {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 300;
}

.af-view .af-class-h1-heading.af-class-center {
  text-align: center;
}

.af-view .af-class-h1-heading.af-class-center.af-class-font-80 {
  font-size: 80px;
}

.af-view .af-class-h1-heading.af-class-small {
  font-size: 80px;
}

.af-view .af-class-h1-heading.af-class-small.af-class-_40 {
  font-size: 40px;
  line-height: 1.5;
}

.af-view .af-class-h2-section-heading {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 300;
}

.af-view .af-class-h2-section-heading.af-class-title {
  max-width: 680px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 80px;
  line-height: 1.25;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-values {
  max-width: 720px;
  margin-bottom: 20px;
}

.af-view
  .af-class-h2-section-heading.af-class-title.af-class-values.af-class-full-width {
  max-width: 1000px;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-vision {
  /* changed here from 740 to 800 */
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-left {
  width: 100%;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.af-view
  .af-class-h2-section-heading.af-class-title.af-class-left.af-class-full-width {
  max-width: none;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-negative-margin {
  margin-top: -10px;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-founder {
  max-width: 610px;
}

.af-view
  .af-class-h2-section-heading.af-class-title.af-class-embracing-quality {
  max-width: 780px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-width-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-center-align {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view
  .af-class-h2-section-heading.af-class-title.af-class-center-align.af-class-_1000px {
  max-width: 1000px;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-wide-center {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-h2-section-heading.af-class-title.af-class-become-the-best {
  max-width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-h2-section-heading.af-class-more-margin {
  margin-bottom: 20px;
}

.af-view
  .af-class-h2-section-heading.af-class-more-margin.af-class-less-line-height {
  line-height: 1.3;
}

.af-view .af-class-h2-section-heading.af-class-less-line-height {
  line-height: 1.3;
}

.af-view .af-class-h2-section-heading.af-class-_350 {
  max-width: 350px;
}

.af-view .af-class-h2-section-heading.af-class-_450 {
  max-width: 450px;
}

.af-view .af-class-h2-section-heading.af-class-margin-left-30 {
  margin-bottom: 30px;
  margin-left: 30px;
}

.af-view .af-class-_2-col-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-_2-col-grid.af-class-small {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

.af-view .af-class-_2-col-grid.af-class-horizontal-content-grid {
  margin-right: 80px;
  margin-left: 80px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1000px 600px;
  grid-template-columns: 1000px 600px;
}

.af-view
  .af-class-_2-col-grid.af-class-horizontal-content-grid.af-class-left-margin-0 {
  margin-left: 0px;
}

.af-view .af-class-_2-col-grid.af-class-helping-hcps {
  grid-column-gap: 40px;
}

.af-view .af-class-_2-col-grid.af-class-wide-heading {
  grid-column-gap: 40px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.af-view .af-class-_2-col-grid.af-class-_40px-gap {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.af-view .af-class-paragraph {
  max-width: 400px;
  direction: ltr;
}

.af-view .af-class-paragraph.af-class-lead {
  max-width: 398px;
  font-size: 20px;
  line-height: 1.6;
}

.af-view .af-class-paragraph.af-class-more-maargin-bottom {
  margin-bottom: 30px;
}

.af-view .af-class-paragraph.af-class-_382 {
  max-width: 382px;
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: 1.7;
}

.af-view .af-class-paragraph.af-class-_450 {
  max-width: 450px;
}

.af-view .af-class-paragraph.af-class-_572 {
  max-width: 572px;
}

.af-view .af-class-paragraph.af-class-_600 {
  max-width: 600px;
}

.af-view .af-class-paragraph.af-class-_350 {
  max-width: 350px;
}

.af-view .af-class-about-hero-circle-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Mask-Group-4.jpg");
  background-size: cover;
  background-attachment: fixed;
  /* changed following for showing cursor in second half */
  cursor: auto;
}

.af-view .af-class-about-hero-circle-wrapper-life-at-drl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Mask-Group-4.jpg");
  background-size: cover;
  background-attachment: fixed;
  /* changed following for showing cursor in second half */
  cursor: auto;
}

.af-view .af-class-about-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Mask-Group-4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.af-view .af-class-about-hero-circle-wrapper.af-class-life-at-drl {
  background-image: url("../images/Mask-Group-84.jpg");
}

.af-view .af-class-hero-circle {
  position: absolute;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 5000px #fff;
}

.af-view .af-class-drag-slider-wrapper {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  padding-top: 32px;
  padding-bottom: 100px;
  border-top: 1px solid #ff5046;
}

.af-view .af-class-drag-slider-wrapper-non-top-border {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  padding-top: 32px;
  padding-bottom: 100px;
}

.af-view .af-class-drag-slider-wrapper.af-class-non-slider {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  margin-top: 8px;
  padding-top: 32px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-drag-slider-wrapper.af-class-mobile-only {
  display: none;
}

.af-view .af-class-drag-slider-item {
  width: 31%;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  text-decoration: none;
  cursor: auto;
}

.af-view .af-class-drag-slider-item.af-class-promise {
  /* changed or removed because the text is overflowing */
  /* min-width: 365px; */
}

.af-view .af-class-drag-slider-item-thumbnail {
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}

.af-view .af-class-values-section-title-block {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-values-block {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.af-view .af-class-values-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.af-view .af-class-values-heading.af-class-text {
  line-height: 1.5;
  text-transform: none;
}

.af-view .af-class-values-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-values-underline {
  width: 100%;
  height: 1px;
  background-color: #333;
}

.af-view .af-class-values-wrapper-about-us {
  height: 600px !important;
  max-width: 600px !important;
}

.af-view .af-class-values-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* changed following height from 600 to 530 because we removed About Each Tenet section heading */
  height: 530px;
  max-width: 500px;
  margin-left: -10vw;
  padding: 40px 40px 40px 10vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #333;
}

.af-view .af-class-values-wrapper.af-class-tenet {
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-view .af-class-values-wrapper.af-class-tenet.af-class-partners {
  height: 430px;
}

.af-view .af-class-values-heading-block {
  margin-bottom: 16px;
}

.af-view .af-class-values-text-wrapper {
  overflow: hidden;
  width: 100%;
}

.af-view .af-class-value-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      color-stop(47%, rgba(84, 84, 84, 0))
    ),
    url("../images/noah-buscher-x8ZStukS2PM-unsplash2x.jpg");
  background-image: linear-gradient(90deg, #000, rgba(84, 84, 84, 0) 47%),
    url("../images/noah-buscher-x8ZStukS2PM-unsplash2x.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-value-bg-wrapper.af-class-sustainability {
  /*background-image: url("../images/noah-buscher-x8ZStukS2PM-unsplash.png"); */
  background-image: url("../images/_DSC1752-Edit.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.af-view .af-class-value-bg-wrapper.af-class-sustainability.af-class-_1 {
  background-image: url("../images/growth_mindset.jpg");
}

.af-view
  .af-class-value-bg-wrapper.af-class-sustainability.af-class-_1.af-class-partners-1 {
  background-image: url("../images/partners-2.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.af-view .af-class-value-bg-wrapper.af-class-integrity {
  display: block;
  /* background-image: url("../images/_DSC1752-Edit.png"); */
  background-image: url("../images/noah-buscher-x8ZStukS2PM-unsplash.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.af-view .af-class-value-bg-wrapper.af-class-integrity.af-class-_2 {
  background-image: url("../images/speed_rigour.jpg");
}

.af-view
  .af-class-value-bg-wrapper.af-class-integrity.af-class-_2.af-class-partners-2 {
  background-image: url("../images/partners-1.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.af-view .af-class-value-bg-wrapper.af-class-safety {
  display: block;
  background-image: url("../images/_DSC0988-Edit.png");
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.af-view .af-class-value-bg-wrapper.af-class-safety.af-class-_3 {
  background-image: url("../images/results_driven.jpg");
  background-position: 50% 50%;
}

.af-view
  .af-class-value-bg-wrapper.af-class-safety.af-class-_3.af-class-partners-3 {
  background-image: url("../images/partners-3.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.af-view .af-class-value-bg-wrapper.af-class-quality {
  display: block;
  background-image: url("../images/quality.jpg");
  /* background-position: 50% 50%; */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.af-view .af-class-value-bg-wrapper.af-class-quality.af-class-_4 {
  background-image: url("../images/innovation.jpg");
}

.af-view
  .af-class-value-bg-wrapper.af-class-quality.af-class-_4.af-class-partners-4 {
  background-image: url("../images/partner5.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-value-bg-wrapper.af-class-collaboration {
  display: block;
  background-image: url("../images/_DSC3435-Edit.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.af-view .af-class-value-bg-wrapper.af-class-collaboration.af-class-_5 {
  background-image: url("../images/people_leadership.jpg");
}

.af-view .af-class-value-bg-wrapper.af-class-productivity {
  display: block;
  background-image: url("../images/_DSC2450-Edit.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.af-view .af-class-value-bg-wrapper.af-class-productivity.af-class-_6 {
  background-image: url("../images/excellence.jpg");
}

.af-view .af-class-value-bg-wrapper.af-class-respect {
  display: block;
  background-image: url("../images/respect.jpg");
  /* background-position: 50% 25%; */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.af-view .af-class-values-background-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 1000px;
  padding: 0px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.af-view .af-class-articles-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #ff5046;
}

.af-view .af-class-articles-thumbnail {
  overflow: hidden;
  width: 377px;
  height: 288px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.af-view .af-class-articles-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-transition: -webkit-transform 400ms
    cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-articles-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.af-view .af-class-article-blurb-text {
  padding-top: 0px;
  padding-bottom: 0px;
}

.af-view .af-class-article-title-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}

.af-view .af-class-article-title-text:hover {
  text-decoration: underline;
}

.af-view .af-class-article-text-thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.af-view .af-class-article-link-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.af-view .af-class-link-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.af-view .af-class-link-arrow.af-class-left-side {
  margin-left: -30px;
}

.af-view
  .af-class-link-arrow.af-class-left-side.af-class-wide-cta.af-class-bottom {
  margin-top: 70px;
}

.af-view .af-class-link-arrow.af-class-below {
  margin-bottom: -40px;
}

.af-view .af-class-link-arrow.af-class-home-hero {
  margin-top: -70px;
  margin-right: -20px;
  margin-left: auto;
}

.af-view .af-class-link-arrow.af-class-bottom-right {
  margin-top: -10px;
  margin-right: -30px;
  margin-left: auto;
}

.af-view .af-class-link-arrow.af-class-absolute-top-right {
  position: absolute;
  left: auto;
  top: -30px;
  right: -90px;
  bottom: auto;
}

.af-view .af-class-link-arrow.af-class-testimonial {
  margin-right: -30px;
}

.af-view .af-class-black-arrow {
  position: relative;
}

.af-view .af-class-link-circle {
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
}

.af-view .af-class-link-circle.af-class-purple {
  background-color: #5225b5;
}

.af-view .af-class-link-circle.af-class-white {
  background-color: #fff;
}

.af-view .af-class-leadership-image-block {
  position: relative;
}

.af-view .af-class-leadership-image-block.af-class-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  margin-right: 0vw;
}

.af-view .af-class-leadership-image-block.af-class-placeholder {
  opacity: 0;
}

.af-view .af-class-leadership-text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -30px;
  max-width: 800px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.af-view .af-class-image {
  width: 100%;
  max-width: none;
}

.af-view .af-class-image.af-class-full-height {
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-black-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.65);
}

.af-view .af-class-black-overlay.af-class-articles-header {
  z-index: 0;
}

.af-view .af-class-timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.af-view .af-class-years-block {
  position: sticky;
  top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-year-text {
  margin-bottom: 16px;
  font-size: 16px;
  cursor: pointer;
}

.af-view .af-class-year-numerical-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 150px;
  line-height: 0.8;
}

.af-view .af-class-year-digit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 120px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  direction: rtl;
}

.af-view .af-class-year-digit.af-class-bottom {
  margin-right: 5px;
  margin-left: 90px;
}

.af-view .af-class-yearly-content-wrapper {
  position: relative;
  width: 50%;
}

.af-view .af-class-h3-heading {
  margin-top: 0px;
  /* removed following t make it consistent all over the place */
  /* margin-bottom: 20px; */
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.af-view .af-class-h3-heading.af-class-normal-typcase {
  text-transform: none;
}

.af-view .af-class-year-content-block.af-class-_2 {
  display: none;
}

.af-view .af-class-year-content-block.af-class-_3 {
  display: none;
}

.af-view .af-class-year-content-block.af-class-_4 {
  display: none;
}

.af-view .af-class-year-content-block.af-class-_5 {
  display: none;
}

.af-view .af-class-year-content-block.af-class-_6 {
  display: none;
}

.af-view .af-class-year-content-block.af-class-_7 {
  display: none;
}

.af-view .af-class-year-content-block.af-class-_8 {
  display: none;
}

.af-view .af-class-timeline-heading {
  max-width: 480px;
  margin-bottom: 20px;
  font-size: 40px;
}

.af-view .af-class-year-numerical-1 {
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

.af-view .af-class-year-numerical-2 {
  -webkit-transform: translate(0px, -957px);
  -ms-transform: translate(0px, -957px);
  transform: translate(0px, -957px);
}

.af-view .af-class-year-numerical-3 {
  -webkit-transform: translate(0px, -836px);
  -ms-transform: translate(0px, -836px);
  transform: translate(0px, -836px);
}

.af-view .af-class-year-numerical-4 {
  -webkit-transform: translate(0px, -354px);
  -ms-transform: translate(0px, -354px);
  transform: translate(0px, -354px);
  direction: ltr;
}

.af-view .af-class-time-line-marker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  /* height: '1000px'; */
  height: auto;
  min-height: 100vh;
  margin-top: 2px;
  margin-right: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff5046;
}

.af-view .af-class-purple-circle {
  position: absolute;
  left: -9px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5225b5;
}

.af-view .af-class-purple-circle.af-class-values {
  left: -39px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.af-view .af-class-purple-circle.af-class-healthcare-mobile {
  display: none;
}

.af-view .af-class-white-arrow {
  position: relative;
}

.af-view .af-class-white-arrow.af-class-reversed {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.af-view .af-class-link-arrow-slide-text {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  white-space: nowrap;
}

.af-view .af-class-articles-wrapper {
  border-bottom: 1px solid #ff5046;
}

.af-view .af-class-footer-grid {
  margin-bottom: 30px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 300px 1fr 1fr 1fr;
  grid-template-columns: 300px 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-footer-logo {
  width: 225px;
}

.af-view .af-class-footer-link-category {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-footer-link {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.af-view .af-class-search-title {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: "25px";
  text-decoration: none;
}

.af-view .af-class-global-link {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.af-view .af-class-footer-link-future-use {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

a.af-class-footer-link-future-use:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

a.af-class-footer-link-future-use:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.af-view .af-class-secondary-footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.af-view .af-class-secondary-footer-links {
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-polices-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.af-view .af-class-policies-links {
  display: block;
    position: relative;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    left: 0;
    bottom: 0;
    padding: 0;
    cursor: pointer;
}

.af-view .af-class-policies-and-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-social-icon {
  margin-left: 24px;
}

.af-view .af-class-footer-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.af-view .af-class-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding: 24px 10vw;
  background-color: #fff;
}

.af-view .af-class-navbar.af-class-transparent {
  position: absolute;
  background-color: transparent;
}

.af-view .af-class-navbar.af-class-home-animation {
  position: absolute;
  background-color: transparent;
}

.af-view .af-class-navbar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-nav-logo {
  position: relative;
  z-index: 1;
  width: 150px;
  padding-left: 2px;
}

.af-view .af-class-menu-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-menu-button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
}

.af-view .af-class-menu-bar {
  width: 24px;
  height: 2px;
  background-color: #5225b5;
}

.af-view .af-class-menu-bar.af-class-_1.af-class-white {
  background-color: #fff;
}

.af-view .af-class-menu-bar.af-class-_2.af-class-white {
  background-color: #fff;
}

.af-view .af-class-menu-bar.af-class-_1.af-class-white.af-class-primary {
  background-color: #5225b5 !important ;
}

.af-view .af-class-menu-bar.af-class-_2.af-class-white.af-class-primary {
  background-color: #5225b5 !important ;
}

.af-view .af-class-menu-bar.af-class-white {
  background-color: #fff;
}

.af-view .af-class-nav-menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 700px;
  padding: 100px 10vw 80px;
  background-color: #ededed;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.af-view .af-class-menu-grid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 320px;
  grid-template-columns: 1fr 1fr 320px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-why-spacer {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #ff5046;
}

.af-view .af-class-media-kit-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fff;
  border-bottom: 1px none #fff;
}

.af-view .af-class-media-kit-links {
  margin-right: 30px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-media-kit-links.af-class-no-right-margin {
  margin-right: 0px;
}

.af-view .af-class-main-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-menu-link {
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  line-height: 1.1;
  text-decoration: none;
}

.af-view .af-class-menu-link.af-class-no-bottom-margin {
  margin-bottom: 0px;
}

.af-view .af-class-menu-link.af-class-small {
  margin-bottom: 20px;
  font-size: 22px;
}

.af-view .af-class-menu-link.af-class-small.af-class-no-bottom-margin {
  margin-bottom: 0px;
}

.af-view .af-class-menu-link.af-class-sub-menu-link {
  margin-bottom: 16px;
  font-size: 18px;
}

.af-view .af-class-menu-link-underline {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.af-view .af-class-menu-link-underline-white {
  width: 100%;
  height: 1px;
  background-color: white;
}

.af-view .af-class-menu-link-underline-white {
  display: none;
}

.af-view .af-class-countries-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-country-link {
  margin-bottom: 8px;
  color: #6a6a6a;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-country-link.af-class-india {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.af-view .af-class-country-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-drag-slider-item-heading {
  margin-bottom: 10px;
  font-weight: 700;
}

.af-view .af-class-slide-image-and-text-block-future-use:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.af-view .af-class-slide-image-and-text-block-future-use:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.af-view .af-class-about-us-slider {
  height: auto;
  background-color: transparent;
}

.af-view .af-class-mask {
  overflow: visible;
  width: 100%;
}

.af-view .af-class-mask.af-class-_350 {
  max-width: 350px;
}

.af-view .af-class-slide-nav {
  display: none;
}

.af-view .af-class-right-arrow {
  left: auto;
  top: 97%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.af-view .af-class-right-arrow.af-class-lower.af-class-down-90px {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -90px;
}

.af-view .af-class-grey-arrow-right {
  left: auto;
  top: 97%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-grey-arrow-right.af-class-lower.af-class-down-90px {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -90px;
}

.af-view .af-class-left-arrow {
  left: auto;
  top: 97%;
  right: 95px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.af-view .af-class-left-arrow.af-class-lower.af-class-down-90px {
  left: auto;
  top: auto;
  right: 95px;
  bottom: -90px;
}

/* grey arrow */
.af-view .af-class-grey-arrow-left {
  left: auto;
  top: 97%;
  right: 95px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-grey-arrow-left.af-class-lower.af-class-down-90px {
  left: auto;
  top: auto;
  right: 95px;
  bottom: -90px;
}

.af-view .af-class-drag-slider-item-image {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .af-view .af-class-drag-slider-item-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
} */

.af-view .af-class-drag-slider-item-image-animation {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-drag-slider-item-image:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.af-view .af-class-drag-slider-item-image-animation:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.af-view .af-class-drag-slider-progress-bar {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background-color: #a8a8a8;
}

.af-view .af-class-drag-slider-progress-bar.af-class-mobile-only {
  display: none;
}

.af-view .af-class-drag-progress-fill {
  position: absolute;
  left: 0%;
  top: -0.5px;
  right: auto;
  bottom: 0%;
  width: 20%;
  height: 3px;
  background-color: #ff5046;
}

.af-view .af-class-drag-progress-fill.af-class-fifty {
  width: 50%;
}

.af-view .af-class-drag-progress-fill.af-class-forty {
  width: 40%;
}

.af-view .af-class-drag-progress-fill.af-class-thirty {
  width: 30%;
}

.af-view .af-class-globe-icon {
  width: 18px;
  margin-right: 8px;
  margin-bottom: 3px;
}

.af-view .af-class-side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #ff5046;
}

.af-view .af-class-middle-menu-container {
  padding-left: 40px;
  border-left: 1px solid #ededed;
}

.af-view .af-class-mid-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-mid-menu-block.af-class-_1 {
  display: none;
}

.af-view .af-class-mid-menu-block.af-class-_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.af-view .af-class-mid-menu-block.af-class-_3 {
  display: none;
}

.af-view .af-class-mid-menu-block.af-class-_4 {
  display: none;
}

.af-view .af-class-mid-menu-block.af-class-_5 {
  display: none;
}

.af-view .af-class-mid-menu-block.af-class-_6 {
  display: none;
}

.af-view .af-class-sub-menu-heading {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

/* .af-view .af-class-sub-menu-heading:hover {
  text-decoration: underline;
} */

.af-view .af-class-homepage-bg-video-section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 100vh;
  min-height: 0px;
  max-height: 100vh;
}

.af-view .af-class-homepage-bg-video {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-_3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-_3-col-grid.af-class-tall-bloks {
  grid-column-gap: 20px;
}

.af-view .af-class-tall-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 580px;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  /* background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; */
}

.af-view .af-class-tall-block-text-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.af-view .af-class-tall-block-sec-heading {
  font-weight: 700;
}

.af-view .af-class-tall-block-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-tall-block-circle {
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #5225b5;
}

.af-view .af-class-delivering-health-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-scroll-text-wrapper {
  width: 40%;
  max-width: 400px;
  direction: ltr;
}

.af-view .af-class-scroll-about-wrapper {
  width: 80%;
  max-width: 800px;
  direction: ltr;
}

.af-view .af-class-scroll-video-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100vh;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-delivering-health-video {
  width: 100%;
  /* changed for full height  */
  height: 800px;
  /* height: 700px; */
}

.af-view .af-class-scroll-text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-vision-overview {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 80px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/Mask-Group-432x.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/Mask-Group-432x.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.af-view .af-class-vision-overview-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 860px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-vision-numbers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

/* Changed following from 300 to 200 */
.af-view .af-class-home-section-wrapper {
  position: relative;
  height: 200vh;
}

.af-view .af-class-numerical-digit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 71px;
  height: 123px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  direction: rtl;
  font-size: 120px;
  line-height: 1;
}

.af-view .af-class-numerical-digit-block.af-class-thoda-right {
  overflow: hidden;
  margin-right: -6px;
}

.af-view .af-class-numerical-4 {
  -webkit-transform: translate(0px, -350px);
  -ms-transform: translate(0px, -350px);
  transform: translate(0px, -350px);
}

.af-view .af-class-numerical-5 {
  -webkit-transform: translate(0px, -470px);
  -ms-transform: translate(0px, -470px);
  transform: translate(0px, -470px);
}

.af-view .af-class-numerical-6 {
  -webkit-transform: translate(0px, -590px);
  -ms-transform: translate(0px, -590px);
  transform: translate(0px, -590px);
}

.af-view .af-class-numerical-7 {
  -webkit-transform: translate(0px, -710px);
  -ms-transform: translate(0px, -710px);
  transform: translate(0px, -710px);
}

.af-view .af-class-big-number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.af-view .af-class-numerical-8 {
  -webkit-transform: translate(0px, -830px);
  -ms-transform: translate(0px, -830px);
  transform: translate(0px, -830px);
}

.af-view .af-class-numerical-2 {
  -webkit-transform: translate(0px, -110px);
  -ms-transform: translate(0px, -110px);
  transform: translate(0px, -110px);
}

.af-view .af-class-numerical-3 {
  -webkit-transform: translate(0px, -230px);
  -ms-transform: translate(0px, -230px);
  transform: translate(0px, -230px);
}

.af-view .af-class-numerical-0 {
  -webkit-transform: translate(0px, -1070px);
  -ms-transform: translate(0px, -1070px);
  transform: translate(0px, -1070px);
}

.af-view .af-class-numerical-1 {
  -webkit-transform: translate(0px, -1190px);
  -ms-transform: translate(0px, -1190px);
  transform: translate(0px, -1190px);
}

.af-view .af-class-numerical-9 {
  -webkit-transform: translate(0px, -950px);
  -ms-transform: translate(0px, -950px);
  transform: translate(0px, -950px);
}

.af-view .af-class-nationalities-block {
  width: 150px;
  text-align: center;
}


/* added for mobile */

.af-view .af-class-numerical-digit-block-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 63px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  direction: rtl;
  font-size: 60px;
  line-height: 1;
}


.af-view .af-class-numerical-4-mobile {
  -webkit-transform: translate(0px, -170px);
  -ms-transform: translate(0px, -170px);
  transform: translate(0px, -170px);
}

.af-view .af-class-numerical-5-mobile {
  -webkit-transform: translate(0px, -230px);
  -ms-transform: translate(0px, -230px);
  transform: translate(0px, -230px);
}

.af-view .af-class-numerical-6-mobile {
  -webkit-transform: translate(0px, -290px);
  -ms-transform: translate(0px, -290px);
  transform: translate(0px, -290px);
}

.af-view .af-class-numerical-7-mobile {
  -webkit-transform: translate(0px, -350px);
  -ms-transform: translate(0px, -350px);
  transform: translate(0px, -350px);
}

.af-view .af-class-big-number-wrapper-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.af-view .af-class-numerical-8-mobile {
  -webkit-transform: translate(0px, -410px);
  -ms-transform: translate(0px, -410px);
  transform: translate(0px, -410px);
}

.af-view .af-class-numerical-2-mobile {
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.af-view .af-class-numerical-3-mobile {
  -webkit-transform: translate(0px, -110px);
  -ms-transform: translate(0px, -110px);
  transform: translate(0px, -110px);
}

.af-view .af-class-numerical-0-mobile {
  -webkit-transform: translate(0px, -530px);
  -ms-transform: translate(0px, -530px);
  transform: translate(0px, -530px);
}

.af-view .af-class-numerical-1-mobile {
  -webkit-transform: translate(0px, -590px);
  -ms-transform: translate(0px, -590px);
  transform: translate(0px, -590px);
}

.af-view .af-class-numerical-9-mobile {
  -webkit-transform: translate(0px, -470px);
  -ms-transform: translate(0px, -470px);
  transform: translate(0px, -470px);
}
/* end of addition for mobile numbers block */


.af-view .af-class-manufacturing-facilities-block {
  text-align: center;
}

.af-view .af-class-rd-facilities-block {
  text-align: center;
}

.af-view .af-class-headlines-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 8px;
  padding-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 310px;
  grid-template-columns: 1fr 310px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #ff5046;
}

.af-view .af-class-headlines-main-tile {
  position: relative;
  top: 0px;
  width: 100%;
  height: 600px;
}

.af-view .af-class-headlines-main-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.af-view .af-class-headlines-main-text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -30px;
  max-width: 460px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.af-view .af-class-side-headlines-wrapper {
  overflow: auto;
  height: 600px;
  padding-right: 20px;
}

.af-view .af-class-headline-block {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff5046;
}

.af-view .af-class-headlines-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
}

.af-view .af-class-headlines-heading:hover {
  text-decoration: underline;
}

.af-view .af-class-headlines-blurb {
  margin-bottom: 0px;
  font-size: 14px;
}

.af-view .af-class-horizontal-scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  padding-right: 10vw;
  padding-left: 10vw;
}

.af-view .af-class-horizontal-scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6000px;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-horizontal-scroll-content.af-class-_5-articles {
  width: 10000px;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.af-view .af-class-horizontal-scroll-content.af-class-_3-artciles {
  width: 5500px;
}

.af-view .af-class-horizontal-grid-image {
  display: block;
  width: 100%;
  height: 100vh;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-h1-article {
  max-width: 980px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 80px;
  line-height: 1.3;
  font-weight: 300;
}

.af-view .af-class-h1-article-modified {
  max-width: 980px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 300;
}

.af-view .af-class-slide-div {
  color: #333;
  text-decoration: none;
}

.af-view .af-class-knowledge-bank-text {
  width: 290px;
  margin-right: 40px;
  font-size: 14px;
}

.af-view .af-class-h1-block {
  overflow: hidden;
  /* changed from 640 to 680px */
  max-width: 680px;
}

.af-view .af-class-h1-block.af-class-center {
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-h1-block.af-class-center.af-class-bigger {
  max-width: 800px;
}

.af-view .af-class-home-white-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  width: 100%;
  height: 60vh;
  background-color: #5225b5;
}

.af-view .af-class-delivering-health-slider-heading {
  margin-bottom: 10px;
  font-weight: 700;
}

.af-view .af-class-founder-story-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-founder-image-block {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  padding-right: 40px;
}

.af-view .af-class-founder-big-text-block {
  position: relative;
  height: 200vh;
}

.af-view .af-class-founder-image-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-founder-image-2 {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-founder-image-4 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-founder-image-5 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-founder-text-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.af-view .af-class-know-more-link {
  display: block;
  max-width: 360px;
  color: #fff;
  font-weight: 700;
}

.af-view .af-class-play-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5225b5;
}

.af-view .af-class-play-circle.af-class-sustainability {
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-scroll-text-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-slider-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.af-view .af-class-vision-heading-block {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.af-view .af-class-vision-heading-block.af-class-_2 {
  position: static;
  margin-top: -120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.af-view .af-class-countries {
  width: 150px;
  text-align: center;
}

.af-view .af-class-horizontal-scroll-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* changed from 620 to 580 */
  width: 580px;
  min-height: 660px;
  margin-left: -140px;
  padding: 30px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.af-view .af-class-horizontal-scroll-text-block.af-class-auto-height {
  min-height: auto;
  padding-bottom: 52px;
}

.af-view .af-class-horintal-scroll-grid-block {
  display: block;
  width: 100%;
}

.af-view .af-class-book-weight {
  font-weight: 400;
}

.af-view .af-class-stickey-video-text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  justify-content: center;
}

.af-view .af-class-stickey-video-text-overlay1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 9;
}

.af-view .af-class-slide-image-and-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  text-decoration: none;
  width: 100%;
}

.af-view .af-class-slide-image-and-text-block:hover {
  text-decoration: underline;
}

.af-view .af-class-back-to-top-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 0px 45px;
  background-color: #ededed;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.af-view .af-class-back-top-top-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.af-view .af-class-top-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.af-view .af-class-fake-click {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  cursor: none;
}

.af-view .af-class-value-line-breaker {
  width: 1px;
  margin-right: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #ff5046;
}

.af-view .af-class-value-line-breaker.af-class-fixed-height {
  height: 340px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.af-view .af-class-founder-image-3 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-year-underline {
  width: 100%;
  height: 1px;
  background-color: #333;
}

.af-view .af-class-text-wrapper-675-width {
  width: 100%;
  max-width: 675px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-heading-lead-text {
  font-size: 24px;
}

.af-view .af-class-_4-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-_4-col-grid.af-class-board-of-directors {
  padding-top: 36px;
  grid-row-gap: 72px;
  border-top: 1px solid #ff5046;
}

.af-view .af-class-directos-div {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.af-view .af-class-directos-div:hover {
  text-decoration: underline;
}

.af-view .af-class-directors-image {
  margin-bottom: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-directors-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.af-view .af-class-directors-grid-wrapper {
  margin-bottom: 100px;
}

.af-view .af-class-buy-book-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.af-view .af-class-rich-text-block {
  font-size: 20px;
  line-height: 1.8;
}

.af-view .af-class-rich-text-block.af-class-bio {
  max-width: 580px;
}

.af-view .af-class-book-link {
  margin-left: 30px;
}

.af-view .af-class-book-review-block {
  margin-top: 42px;
  font-size: 20px;
  line-height: 1.8;
}

.af-view .af-class-reviewer-name {
  font-weight: 700;
}

.af-view .af-class-review-link {
  color: #333;
}

.af-view .af-class-timeline-dot {
  position: absolute;
  left: -9px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5225b5;
}

.af-view .af-class-timeline-dot.af-class-mobile {
  display: none;
}

.af-view .af-class-bio-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-bio-thumbnail {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 360px;
  margin-right: 40px;
}

.af-view .af-class-directors-thumbnail-div {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.af-view .af-class-logo-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.af-view .af-class-h1-tag {
  font-size: 20px;
  font-weight: 700;
}

.af-view .af-class-purple-bg-hero-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: block;
  overflow: hidden;
  height: 100vh;
  background-color: #5225b5;
}

.af-view .af-class-sub-menu-back {
  display: none;
}

.af-view .af-class-dr-anji-reddy {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.af-view .af-class-full-view-slider-arrow {
  left: auto;
  top: auto;
  right: 0vw;
  bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.af-view .af-class-affordable-healthcare {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 720px;
  padding: 120px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-full-height-line {
  position: absolute;
  left: 0%;
  top: -120px;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100vh;
  max-height: 720px;
  background-color: #ff5046;
}

.af-view .af-class-healthcare-types-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-healthcare-type-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  padding-top: 0px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-healthcare-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.af-view .af-class-healthcare-description-block.af-class-_2 {
  display: none;
}

.af-view .af-class-healthcare-description-block.af-class-_3 {
  display: none;
}

.af-view .af-class-healthcare-description-block.af-class-_4 {
  display: none;
}

.af-view .af-class-healthcare-description-block.af-class-_5 {
  display: none;
}

.af-view .af-class-healthcare-description-block.af-class-_6 {
  display: none;
}

.af-view .af-class-healthcare-description-wrapper {
  margin-top: -20px;
}

.af-view .af-class-hearlthcare-underline {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.af-view .af-class-making-good-health-video {
  width: 100%;
  height: 700px;
}

.af-view .af-class-healthcare-name-lottie {
  display: inline-block;
  height: 80px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-right: 0px;
}

.af-view .af-class-impact-hero {
  height: 100vh;
  color: #fff;
}

.af-view .af-class-sustainability-video {
  height: 100vh;
}

.af-view .af-class-bottom-stick-section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding: 120px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-stacked-images-wrapper {
  position: relative;
}

.af-view .af-class-stack_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.af-view .af-class-stack_image.af-class-_4 {
  position: relative;
}

.af-view .af-class-stack_image.af-class-_3.af-class-relative {
  position: relative;
}

.af-view .af-class-scroll-image-stack-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-horizontal-transition-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.af-view .af-class-link-arrow-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.af-view .af-class-link-arrow-white.af-class-left-side {
  margin-left: -30px;
}

.af-view .af-class-link-arrow-white.af-class-center-align {
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-text-block {
  display: none;
}

.af-view .af-class-always-innovating-heading-block {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: -120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.af-view .af-class-science-research-fullbg-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 300vh;
  background-color: #fff;
}

.af-view .af-class-people-speak-fullbg-wrapper {
  /* position: absolute; */
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 300vh;
  background-color: #fff;
}

.af-view .af-class-full-bg-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 100vh;
  background-color: #fff;
}

.af-view .af-class-full-bg-block_1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.af-view .af-class-horizontal-image-slider {
  position: relative;
  overflow: hidden;
}

.af-view .af-class-horizontal-slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-horizontal-slider-image.af-class-placeholder {
  position: relative;
  opacity: 0;
}

.af-view .af-class-lottie-animation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 300;
}

.af-view .af-class-lottie-animation-wrapper.af-class-no-upper-margin {
  margin-top: 0px;
}

.af-view .af-class-big-number-lottie {
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.9;
  font-family: Drlcircular, sans-serif;
  font-weight: 300;
}

.af-view .af-class-big-number-lottie.af-class-less-right-margin {
  margin-right: 10px;
}

.af-view .af-class-big-number-lottie.af-class-no-side-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.af-view
  .af-class-big-number-lottie.af-class-no-side-margin.af-class-right-negative-margin {
  margin-right: -20px;
}

.af-view .af-class-margin-left-20 {
  margin-left: 20px;
}

.af-view .af-class-text-block-8 {
  font-size: 22px;
  font-weight: 300;
}

.af-view .af-class-sticky-article-container {
  position: relative;
}

.af-view .af-class-tenet-values-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.af-view .af-class-testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-testimonial-text-block {
  position: relative;
  max-width: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-testimonial-text {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

.af-view .af-class-testimonial-text:hover {
  text-decoration: underline;
}

.af-view .af-class-lottie-with-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-lottie-digit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 110px;
  line-height: 0.7;
}

.af-view .af-class-lottie-with-text-block {
  text-align: center;
}

.af-view .af-class-author {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.af-view .af-class-author-designation {
  font-size: 24px;
}

.af-view .af-class-author-designation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.af-view .af-class-author-separator {
  margin-right: 6px;
  margin-left: 6px;
}

.af-view .af-class-white-text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -30px;
  max-width: 800px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.af-view .af-class-white-text-overlay.af-class-_1 {
  display: block;
  padding-bottom: 0px;
}

.af-view .af-class-slider-image-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .af-view .af-class-_2-col-grid.af-class-wide-heading {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .af-view .af-class-articles-thumbnail {
    width: 400px;
    height: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .af-view .af-class-_2-col-grid.af-class-helping-hcps {
    grid-column-gap: 40px;
  }

  .af-view .af-class-values-wrapper.af-class-tenet {
    /* margin-left: -120px; */
    padding-left: 120px;
  }

  .af-view .af-class-nav-menu-wrapper {
    display: none;
  }

  .af-view .af-class-_3-col-grid.af-class-tall-bloks {
    grid-column-gap: 40px;
  }

  .af-view .af-class-tall-block-text-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .af-view .af-class-vision-overview-wrapper {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 30px;
  }

  .af-view .af-class-vision-numbers-grid {
    grid-column-gap: 30px;
  }

  .af-view .af-class-knowledge-bank-text {
    width: 300px;
    margin-right: 80px;
  }

  .af-view .af-class-horizontal-transition-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .af-view .af-class-lottie-animation-wrapper.af-class-no-upper-margin {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .af-view .af-class-section.af-class-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-_2-col-grid.af-class-horizontal-content-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    -ms-grid-columns: 800px 600px;
    grid-template-columns: 800px 600px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .af-view .af-class-_2-col-grid.af-class-helping-hcps {
    grid-column-gap: 60px;
  }

  .af-view .af-class-values-wrapper {
    max-width: 600px;
  }

    /* .af-view .af-class-tall-block {
      background-image: url("../images/isaac-smith-AT77Q0Njnt0-unsplash.jpg");
    } */
}

@media screen and (max-width: 991px) {
  .af-view .af-class-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-section.af-class-hero-about-us {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: auto;
    background-color: #fff;
  }

  .af-view .af-class-section.af-class-about-us-2nd {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0.65))
      ),
      url("../images/Mask-Group-4.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/Mask-Group-4.jpg");
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-section.af-class-journey-section {
    height: 1500px;
  }

  .af-view .af-class-section.af-class-drag-slider-section {
    padding-bottom: 120px;
  }

  .af-view .af-class-section.af-class-tall-blocks {
    min-height: auto;
  }

  .af-view .af-class-section.af-class-home-horizontal-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .af-view .af-class-section.af-class-delivering-health {
    padding-bottom: 120px;
  }

  .af-view .af-class-section.af-class-vision-numbers {
    display: block;
  }

  .af-view .af-class-section.af-class-horizontal-move {
    min-height: auto;
  }

  .af-view .af-class-section.af-class-life-at-drl {
    height: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .af-view .af-class-section.af-class-life-at-drl {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0.65))
      ),
      url("../images/Mask-Group-84.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/Mask-Group-84.jpg");
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-section.af-class-life-at-drl-horizontal {
    height: auto;
    padding-bottom: 30px;
  }

  .af-view .af-class-section.af-class-life-at-drl-hero {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    /* background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0.65))
      ),
      url("../images/Mask-Group-84.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/Mask-Group-84.jpg"); */
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-section.af-class-science-reasearch-horizontal {
    height: auto;
  }

  .af-view .af-class-h1-heading {
    font-size: 90px;
  }

  .af-view .af-class-h2-section-heading.af-class-title {
    font-size: 60px;
  }

  .af-view .af-class-_2-col-grid.af-class-horizontal-content-grid {
    display: none;
    margin-left: 0px;
    -ms-grid-columns: 500px;
    grid-template-columns: 500px;
  }

  .af-view .af-class-paragraph.af-class-_600 {
    max-width: 500px;
  }

  .af-view .af-class-about-hero-circle-wrapper {
    height: 200vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }

  .af-view .af-class-about-hero-circle-wrapper-life-at-drl {
    height: 200vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
    /* background-size: auto; */
    background-attachment: scroll;
  }

  .af-view .af-class-hero-circle {
    display: none;
  }

  .af-view .af-class-drag-slider-wrapper {
    overflow: hidden;
    padding-bottom: 160px;
  }

  .af-view .af-class-drag-slider-wrapper.af-class-non-slider {
    display: none;
  }

  .af-view .af-class-drag-slider-wrapper.af-class-mobile-only {
    display: block;
    padding-bottom: 160px;
    border-top-style: none;
  }

  .af-view
    .af-class-drag-slider-wrapper.af-class-mobile-only.af-class-with-red-border {
    border-top-style: solid;
  }

  .af-view .af-class-drag-slider-item.af-class-full {
    width: 100%;
  }

  .af-view .af-class-drag-slider-item.af-class-full.af-class-max-400 {
    max-width: none;
  }

  .af-view .af-class-drag-slider-item.af-class-promise {
    min-width: 310px;
  }

  .af-view .af-class-values-background-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-articles-block {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-articles-thumbnail {
    margin-bottom: 10px;
  }

  .af-view .af-class-article-text-thumbnail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-article-link-block-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .af-view .af-class-link-arrow.af-class-left-side.af-class-wide-cta {
    width: auto;
    height: auto;
    margin-left: -10px;
    padding: 14px 14px 14px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view
    .af-class-link-arrow.af-class-left-side.af-class-wide-cta.af-class-bottom {
    margin-top: 0px;
  }

  .af-view .af-class-link-arrow.af-class-below {
    margin-top: -80px;
    margin-bottom: 0px;
  }

  .af-view .af-class-black-arrow.af-class-hide-mobile {
    display: none;
  }

  .af-view .af-class-link-circle.af-class-purple.af-class-hide {
    display: none;
  }

  .af-view .af-class-leadership-text-overlay {
    position: static;
    padding-right: 0px;
  }

  .af-view .af-class-timeline-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .af-view .af-class-yearly-content-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .af-class-yearly-content-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE and Edge */
  .af-class-yearly-content-wrapper {
    -ms-overflow-style: none;
  }

  .af-view .disable-scroll-indicator {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
      scrollbar-width: none; /* for Firefox */
      overflow-y: scroll;
  }

  .af-view .disable-scroll-indicator::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }

  .af-view .af-class-purple-circle.af-class-healthcare {
    display: none;
  }

  .af-view .af-class-purple-circle.af-class-healthcare-mobile {
    left: -24px;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
  }

  .af-view .af-class-white-arrow.af-class-hide {
    display: none;
  }

  .af-view .af-class-link-arrow-slide-text {
    margin-top: 20px;
    margin-left: 30px;
  }

  .af-view .af-class-link-arrow-slide-text.af-class-right-to-arrow {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: 15px !important;
    font-size: 12px;
  }

  .af-view .af-class-footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .af-view .af-class-footer-logo {
    margin-bottom: 40px;
  }

  .af-view .af-class-navbar {
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-nav-menu-wrapper {
    display: none;
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-menu-grid {
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .af-view .af-class-media-kit-links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .af-view .af-class-media-kit-links {
    margin-bottom: 20px;
    /* margin-bottom: 10px; */
  }

  .af-view .af-class-menu-link {
    font-size: 24px;
  }

  .af-view .af-class-menu-link-underline {
    display: none;
  }

  .af-view .af-class-mask.af-class-full {
    width: 100%;
  }

  .af-view .af-class-mask.af-class-full.af-class-max-400 {
    width: 48%;
    max-width: none;
  }

  .af-view .af-class-slide-nav {
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-right-arrow {
    left: auto;
    top: auto;
    right: 35%;
    bottom: -120px;
  }

  .af-view .af-class-right-arrow.af-class-lower {
    top: auto;
    bottom: -145px;
  }

  .af-view .af-class-right-arrow.af-class-lower.af-class-down--145px {
    right: 0%;
  }

  .af-view .af-class-grey-arrow-right {
    left: auto;
    top: auto;
    right: 35%;
    bottom: -120px;
  }

  .af-view .af-class-grey-arrow-right.af-class-lower {
    top: auto;
    bottom: -145px;
  }

  .af-view .af-class-grey-arrow-right.af-class-lower.af-class-down--145px {
    right: 0%;
  }

  .af-view .af-class-left-arrow {
    left: 35%;
    top: auto;
    right: auto;
    bottom: -120px;
  }

  .af-view .af-class-left-arrow.af-class-lower {
    top: auto;
    right: auto;
    bottom: -145px;
  }

  .af-view .af-class-left-arrow.af-class-lower.af-class-down--145px {
    left: auto;
    right: 90px;
  }

  .af-view .af-class-grey-arrow-left {
    left: 35%;
    top: auto;
    right: auto;
    bottom: -120px;
  }

  .af-view .af-class-grey-arrow-left.af-class-lower {
    top: auto;
    right: auto;
    bottom: -145px;
  }

  .af-view .af-class-grey-arrow-left.af-class-lower.af-class-down--145px {
    left: auto;
    right: 90px;
  }

  .af-view .af-class-drag-slider-progress-bar {
    margin-top: -120px;
  }

  .af-view .af-class-drag-slider-progress-bar.af-class-mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -110px;
  }

  .af-view
    .af-class-drag-slider-progress-bar.af-class-mobile-only.af-class-margin-130 {
    margin-top: -140px;
  }

  .af-view .af-class-middle-menu-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: none;
    width: 50vw;
    padding: 130px 60px 80px;
    background-color: #ededed;
  }

  .af-view .af-class-mid-menu-block {
    position: relative;
  }

  .af-view .af-class-_3-col-grid.af-class-tall-bloks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-tall-block {
    height: auto;
    max-width: none;
    min-height: 250px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .af-view .af-class-tall-block-text-content {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }

  .af-view .af-class-tall-block-sec-heading {
    display: none;
  }

  .af-view .af-class-delivering-health-wrapper {
    position: static;
    overflow: visible;
    height: auto;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
  }

  .af-view .af-class-scroll-text-wrapper {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
  }

  .af-view .af-class-scroll-video-block {
    position: static;
    width: 100%;
    height: 500px;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
  }

  .af-view .af-class-scroll-text-block {
    display: none;
    height: auto;
  }

  .af-view .af-class-vision-overview {
    padding-right: 60px;
    padding-left: 60px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/globeLandingImgMobile.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/globeLandingImgMobile.jpg");
  }

  .af-view .af-class-vision-overview-wrapper {
    margin-top: 0px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-vision-numbers-grid {
    display: none;
  }

  .af-view .af-class-vision-numbers-grid.af-class-mobile {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .af-view .af-class-numerical-digit-block {
    overflow: hidden;
  }

  .af-view .af-class-headlines-wrapper {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-headlines-main-tile {
    height: 600px;
  }

  .af-view .af-class-side-headlines-wrapper {
    display: none;
    height: auto;
  }

  .af-view .af-class-horizontal-scroll-wrapper {
    overflow: visible;
    padding-right: 60px;
    padding-bottom: 90px;
    padding-left: 60px;
  }

  .af-view .af-class-horizontal-scroll-content {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-horizontal-scroll-content.af-class-_5-articles {
    width: 100%;
  }

  .af-view .af-class-horizontal-scroll-content.af-class-_3-artciles {
    width: 100%;
  }

  .af-view .af-class-h1-article {
    font-size: 60px;
  }

  .af-view .af-class-knowledge-bank-text {
    margin-bottom: 20px;
  }

  .af-view .af-class-delivering-health-slider-heading {
    font-size: 24px;
    font-weight: 300;
  }

  .af-view .af-class-founder-big-text-block {
    height: 150vh;
  }

  .af-view .af-class-_4-col-grid.af-class-board-of-directors {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .af-view .af-class-bio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-bio-thumbnail {
    position: relative;
    top: 0px;
    margin-bottom: 40px;
  }

  .af-view .af-class-sub-menu-back {
    position: absolute;
    left: -8px;
    top: -48px;
    right: auto;
    bottom: auto;
    display: block;
    padding: 8px;
    cursor: pointer;
  }

  .af-view .af-class-affordable-healthcare {
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-full-height-line {
    display: none;
  }

  .af-view .af-class-healthcare-types-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-healthcare-type-block {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ff5046;
  }

  .af-view .af-class-healthcare-name {
    position: relative;
    margin-right: 35px;
    font-size: 14px;
  }

  .af-view .af-class-bottom-stick-section {
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .af-view .af-class-scroll-image-stack-block {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
  }

  .af-view .af-class-scroll-image-stack-block.af-class-hide-mobile {
    display: none;
  }

  .af-view .af-class-horizontal-transition-wrapper {
    min-height: auto;
  }

  .af-view .af-class-horizontal-image-slider {
    display: none;
  }

  .af-view .af-class-horizontal-slider-image.af-class-_1 {
    position: static;
  }

  .af-view .af-class-horizontal-slider-image.af-class-_2 {
    position: relative;
  }

  /* Bharat */
  .af-view .af-class-horizontal-slider-image.af-class-_3 {
    position: relative;
  }

  .af-view .af-class-big-number-lottie {
    height: 90px;
  }

  .af-view .af-class-big-number-lottie.af-class-less-right-margin {
    margin-right: -10px;
  }

  .af-view .af-class-testimonial-text-block {
    width: 80%;
  }

  .af-view .af-class-lottie-with-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .af-view .af-class-lottie-digit-wrapper {
    font-size: 90px;
  }

  .af-view .af-class-lottie-with-text-block {
    margin-bottom: 20px;
  }

  .af-view .af-class-white-text-overlay {
    position: static;
  }

  .af-view .af-class-white-text-overlay.af-class-desktop-only {
    display: none;
  }

  .af-view .af-class-slider-image-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .af-view .af-class-tall-slide-thumbnail {
    margin-bottom: 10px;
  }
}

@media (min-width:767px) and (max-width: 834px) {
  .af-view .af-class-values-wrapper {
    position: absolute;
    /* margin-left: -9vw; */
    /* top: -20vh; */
    /* bottom: -50vh; */
    bottom: -43vh;
    margin-bottom:2px;
    /* max-width: 91vw !important; */
  }

  af-view .af-class-section.af-class-journey-section {
    height: 1200px;
  }

  .af-view .af-class-years-block {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ff5046;
    top: 0%;
  }

  .af-view .af-class-year-text {
    position: relative;
    /* margin-right: 40px; */
    margin-right: 20px;
    margin-left: 0px;
    padding-left: 20px;
  }

  .af-view .af-class-year-numerical-wrapper {
    display: none;
  }

  .af-view .af-class-time-line-marker {
    display: none;
  }

  .af-view .af-class-values-wrapper.af-class-tenet.af-class-partners {
    height: 430px;
    max-width: 460px;
    width: 460px;
  }

  .af-view .af-class-bio-wrapper {
    align-items: center;
    text-align: center;
  }

  .af-view .af-class-h2-section-heading {
    font-size: 36px;
    line-height: 54px;
  }

  .af-view .af-class-link-arrow-slide-text.af-class-right-to-arrow {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: 15px !important;
    font-size: 16px;
  }

  .af-view .af-class-link-arrow.af-class-absolute-top-right {
    right: -50px;
  }

  .af-view .af-class-founder-text-div {
    align-items: center;
  }

  .af-view .af-class-values-wrapper-about-us {
    height: 500px !important;
    max-width: 70% !important;
  }

  .af-view .af-class-values-heading-block {
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 780px) {
  .af-view .af-class-values-wrapper {
    position: absolute;
    /* margin-left: -9vw; */
    /* top: -20vh; */
    /* bottom: -50vh; */
    bottom: -49vh;
    margin-bottom:2px;
    /* max-width: 91vw !important; */
  }
}

@media screen and (max-width: 767px) {
  .af-view .af-class-section {
    padding: 60px 20px;
  }

  .af-view .af-class-section.af-class-about-us-2nd {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0.65))
      ),
      url("../images/Mask-Group-4.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/Mask-Group-4.jpg");
    background-position: 0px 0px, 30% 50%;
  }

  .af-view .af-class-section.af-class-journey-section {
    height: 1200px;
  }

  .af-view .af-class-section.af-class-article-hero {
    height: 400px;
  }

  .af-view .af-class-section.af-class-transform-health-care {
    padding-bottom: 120px;
  }

  .af-view .af-class-section.af-class-headlines-section {
    padding-bottom: 60px;
  }

  .af-view .af-class-section.af-class-unfinished-agenda {
    height: 400px;
  }

  .af-view .af-class-section.af-class-building-communities {
    min-height: 4500px;
  }

  .af-view .af-class-section.af-class-z-index-2.af-class-padding-120 {
    padding-bottom: 120px;
  }

  .af-view .af-class-section.af-class-padding-120-mobile {
    padding-bottom: 120px;
  }

  .af-view .af-class-section.af-class-business-hero{
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/businessCapabilitiesMobile.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/businessCapabilitiesMobile.jpg");
  }

  .af-view .af-class-section.af-class-helping-hcps {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../images/changemakers-jpeg-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/changemakers-jpeg-min.jpg");
  }

  .af-view .af-class-section.af-class-life-at-drl {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0.65))
      ),
      url("../images/Mask-Group-4.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/Mask-Group-4.jpg");
    background-position: 0px 0px, 30% 50%;
  }

  .af-view
  .af-class-value-bg-wrapper.af-class-sustainability.af-class-_1.af-class-partners-1 {
  background-image: url("../images/peopleStoriesMobile1.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-safety.af-class-_3.af-class-partners-3 {
  background-image: url("../images/peopleStoriesMobile3.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-quality.af-class-_4.af-class-partners-4 {
  background-image: url("../images/peopleStoriesMobile4.jpg") !important;
}

.af-view .af-class-value-bg-wrapper.af-class-sustainability.af-class-_1 {
    background-image: url("../images/lifeAtDrl_Mobile_1.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-integrity.af-class-_2 {
    background-image: url("../images/lifeAtDrl_Mobile_2.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-safety.af-class-_3 {
    background-image: url("../images/lifeAtDrl_Mobile_3.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-quality.af-class-_4 {
    background-image: url("../images/lifeAtDrl_Mobile_4.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-collaboration.af-class-_5 {
    background-image: url("../images/lifeAtDrl_Mobile_5.jpg") !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-productivity.af-class-_6 {
    background-image: url("../images/lifeAtDrl_Mobile_6.jpg") !important;
  }

  .af-view .af-class-section.af-class-life-at-drl-hero {
    /* background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0.65))
      ),
      url("../images/Mask-Group-84.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/Mask-Group-84.jpg"); */
    background-position: 0px 0px, 26% 50%;
  }

  .af-view .af-class-h1-heading {
    font-size: 60px;
  }

  .af-view .af-class-h1-heading.af-class-center.af-class-font-80 {
    font-size: 60px;
  }

  .af-view .af-class-h1-heading.af-class-small {
    font-size: 60px;
  }

  .af-view
    .af-class-h2-section-heading.af-class-title.af-class-negative-margin {
    display: none;
  }

  .af-view
    .af-class-h2-section-heading.af-class-title.af-class-negative-margin.af-class-show-mobile {
    display: block;
  }

  .af-view .af-class-_2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-_2-col-grid.af-class-horizontal-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-_2-col-grid.af-class-wide-heading {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-_2-col-grid.af-class-_40px-gap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-about-hero-circle-wrapper {
    background-position: 50% 50%;
  }

  .af-view .af-class-about-hero-circle-wrapper-life-at-drl {
    background-position: 50% 50%;
  }

  .af-view .af-class-drag-slider-item.af-class-full.af-class-max-400 {
    max-width: none;
  }

  .af-view .af-class-values-background-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-article-link-block-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-link-arrow.af-class-below {
    margin-top: 0px;
  }

  .af-view .af-class-link-arrow.af-class-home-hero {
    margin-top: 0px;
    margin-left: -30px;
  }

  .af-view .af-class-link-arrow.af-class-absolute-top-right {
    right: -70px;
  }

  .af-view .af-class-years-block {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ff5046;
  }

  .af-view .af-class-year-text {
    position: relative;
    /* margin-right: 40px; */
    margin-right: 20px;
    margin-left: 0px;
    padding-left: 20px;
  }

  .af-view .af-class-year-numerical-wrapper {
    display: none;
  }

  .af-view .af-class-time-line-marker {
    display: none;
  }

  .af-view .af-class-footer-link {
    display: none;
  }

  .af-view .af-class-footer-link-category {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
  }

  .af-view .af-class-search-title {
    display: none;
  }

  .af-view .af-class-global-link {
    display: none;
  }

  .af-view .af-class-navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-nav-menu-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-menu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-menu-link {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .af-view .af-class-menu-link.af-class-small {
    font-size: 18px;
  }

  .af-view .af-class-countries-wrapper {
    display: none;
  }

  .af-view .af-class-mask.af-class-full.af-class-max-400 {
    width: 100%;
    max-width: none;
  }

  .af-view .af-class-right-arrow {
    right: 30%;
  }

  .af-view .af-class-grey-arrow-right {
    right: 30%;
  }

  .af-view .af-class-left-arrow {
    left: 30%;
  }

  .af-view .af-class-grey-arrow-left {
    left: 30%;
  }

  .af-view .af-class-side-menu {
    padding-left: 0px;
    border-left-style: none;
  }

  .af-view .af-class-middle-menu-container {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-headlines-wrapper {
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .af-view .af-class-headlines-main-tile {
    position: relative;
    height: auto;
  }

  .af-view .af-class-headlines-main-image {
    width: 100%;
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .af-view .af-class-headlines-main-text-overlay {
    position: static;
    max-width: 100%;
  }

  .af-view .af-class-horizontal-grid-image {
    width: 100%;
  }

  .af-view .af-class-h1-article {
    font-size: 32px;
  }

  .af-view .af-class-vision-heading-block.af-class-_2 {
    margin-top: -60px;
  }

  .af-view .af-class-_4-col-grid.af-class-board-of-directors {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .af-view .af-class-timeline-dot {
    top: 1px;
  }

  .af-view .af-class-timeline-dot.af-class-mobile {
    display: block;
  }

  .af-view .af-class-bio-thumbnail {
    margin-top: 40px;
  }

  .af-view .af-class-mediakit-links-inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-affordable-healthcare {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-healthcare-type-block {
    padding-left: 10px;
  }

  .af-view .af-class-bottom-stick-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  /* Maneesh made the following change for mobile */
  .af-view .af-class-values-wrapper {
    position: absolute;
    /* margin-left: -9vw; */
    /* top: -20vh; */
    /* bottom: -50vh; */
    bottom: -50vh;
    margin-bottom:1px;
    /* max-width: 91vw !important; */
  }
  /* .af-view .af-class-tenet {
    position: absolute;
    top: -12vh;
  } */

  .af-view .af-class-years-block {
    top:0 ;
  }

  .af-view .af-class-h2-section-heading.af-class-title.af-class-negative-margin {
    display: block;
  }

  .af-view .af-class-about-hero-wrapper .af-class-life-at-drl {
    height: 100vh;
  }

  .af-view .af-class-about-hero-circle-wrapper {
    height: 100vh;
  }

  .af-view .af-class-about-hero-circle-wrapper-life-at-drl {
    height: 100vh;
  }

  /* .af-view .af-class-yearly-content-wrapper {
    margin-top: 15vh;
  } */

  .af-view .af-class-rich-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .af-view .af-class-values-wrapper-about-us {
    /* height: 600px !important; */
    height: 500px !important;
    max-width: 350px !important;
  }

  .af-view .af-class-value-bg-wrapper.af-class-respect {
    background-image: url("../images/respect_Mob.jpg");
    background-position:'unset';
  }

  .af-view .af-class-value-bg-wrapper.af-class-sustainability {
    background-image: url("../images/sustainability_Mob.jpg");
    background-position:'unset';
  }

  .af-view .af-class-value-bg-wrapper.af-class-integrity {
    background-image: url("../images/integrityMobile.jpg");
    background-position:'unset';
  }

  .af-view .af-class-value-bg-wrapper.af-class-safety {
    background-image: url("../images/safety_Mob.jpg");
    background-position:'unset';
  }

  .af-view .af-class-value-bg-wrapper.af-class-quality {
    background-image: url("../images/quality_Mob.jpg");
    background-position:'unset';
  }

  .af-view .af-class-value-bg-wrapper.af-class-collaboration {
    background-image: url("../images/collaboration_Mob.jpg");
    background-position:'unset';
  }

  .af-view .af-class-value-bg-wrapper.af-class-productivity {
    background-image: url("../images/productivity_Mob.jpg");
    background-position:'unset';
  }

  .af-view .af-class-values-heading-block {
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 479px) {
  .af-view .af-class-section.af-class-about-us-2nd {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(null),
        to(null)
      ),
      url("../images/Mask-Group-4.jpg");
    background-image: linear-gradient(180deg, null, null),
      url("../images/Mask-Group-4.jpg");
    background-position: 0px 0px, 50% 50%;
  }

  .af-view .af-class-section.af-class-footer {
    padding-top: 40px;
  }

  .af-view .af-class-section.af-class-drag-slider-section {
    height: auto;
    padding-bottom: 120px;
  }

  .af-view .af-class-section.af-class-mediakit {
    height: auto;
    padding-bottom: 0px;
  }

  .af-view .af-class-section.af-class-homepage {
    padding-top: 120px;
  }

  .af-view .af-class-section.af-class-article-hero {
    position: relative;
  }

  .af-view .af-class-section.af-class-knowledge-bank {
    height: auto;
    padding-bottom: 0px;
  }

  .af-view .af-class-section.af-class-building-communities {
    min-height: 5500px;
  }

  .af-view .af-class-section.af-class-life-at-drl {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(null),
        to(null)
      ),
      url("../images/Mask-Group-4.jpg");
    background-image: linear-gradient(180deg, null, null),
      url("../images/Mask-Group-4.jpg");
    background-position: 0px 0px, 50% 50%;
  }

  .af-view .af-class-section.af-class-life-at-drl-hero {
    /* background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(null),
        to(null)
      ),
      url("../images/Mask-Group-4.jpg");
    background-image: linear-gradient(180deg, null, null),
      url("../images/Mask-Group-4.jpg"); */
    background-position: 0px 0px, 50% 50%;
  }

  .af-view .af-class-h1-heading.af-class-small {
    font-size: 36px;
  }

  .af-view .af-class-h1-heading.af-class-small.af-class-_40 {
    font-size: 28px;
  }

  .af-view .af-class-h2-section-heading {
    /* font-size: 28px; */
    font-size: 24px;
  }

  .af-view .af-class-h2-section-heading.af-class-title {
    /* font-size: 48px; */
    font-size: 24px;
  }

  .af-view .af-class-h2-section-heading.af-class-title.af-class-values {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-h2-section-heading.af-class-title.af-class-vision {
    padding-right: 20px;
    padding-left: 20px;
    /* font-size: 48px; */
    font-size: 36px;
  }

  .af-view .af-class-h2-section-heading.af-class-title.af-class-width-800 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 48px;
  }

  .af-view .af-class-drag-slider-item {
    width: 100%;
  }

  .af-view .af-class-values-wrapper.af-class-tenet {
    padding-right: 70px;
  }

  .af-view .af-class-value-bg-wrapper.af-class-integrity {
    background-position: 0px 0px, 65% 50%;
  }

  .af-view .af-class-articles-thumbnail {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  .af-view .af-class-article-link-block-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-link-arrow.af-class-below {
    margin-top: -10px;
    margin-left: -30px;
  }

  .af-view .af-class-years-block {
    margin-right: 10px;
  }

  .af-view .af-class-year-text {
    padding-left: 10px;
    font-size: 14px;
  }

  .af-view .af-class-year-numerical-wrapper {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .af-view .af-class-year-digit.af-class-bottom {
    margin-left: 10px;
  }

  .af-view .af-class-timeline-heading {
    /* font-size: 32px; */
    font-size: 24px;
  }

  .af-view .af-class-purple-circle {
    left: -13px;
    top: -4px;
    width: 30px;
    height: 30px;
  }

  .af-view .af-class-purple-circle.af-class-values {
    left: -40.5px;
    width: 20px;
    height: 20px;
  }

  .af-view .af-class-purple-circle.af-class-healthcare-mobile {
    width: 18px;
    height: 18px;
  }

  .af-view .af-class-footer-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .af-view .af-class-footer-logo {
    width: 180px;
    margin-bottom: 40px;
  }

  .af-view .af-class-secondary-footer-links-wrapper {
    /* padding-top: 20px; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top:20px;
    margin-bottom: 40px;
  }

  .af-view .af-class-secondary-footer-links {
    /* margin-bottom: 20px; */
    font-weight: 200;
  }

  .af-view .af-class-polices-links-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-footer-note {
    justify-content: center;
  }

  .af-view .af-class-policies-links {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .af-view .af-class-policies-and-social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-social-icons-wrapper {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .af-view .af-class-social-icon {
    margin-left: 0px;
  }

  .af-view .af-class-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .af-view .af-class-nav-logo {
    width: 120px;
  }

  .af-view .af-class-nav-menu-wrapper {
    min-height: auto;
  }

  .af-view .af-class-media-kit-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-menu-link {
    font-size: 22px;
  }

  .af-view .af-class-menu-link.af-class-small {
    font-size: 16px;
  }

  .af-view .af-class-mask {
    width: 100%;
  }

  .af-view .af-class-mask.af-class-full.af-class-max-400 {
    width: 100%;
  }

  .af-view .af-class-right-arrow {
    right: 20%;
  }

  .af-view .af-class-grey-arrow-right {
    right: 20%;
  }

  .af-view .af-class-left-arrow {
    left: 20%;
  }

  .af-view .af-class-grey-arrow-left {
    left: 20%;
  }

  .af-view .af-class-drag-slider-progress-bar {
    margin-top: -110px;
  }

  .af-view .af-class-tall-block {
    min-height: 240px;
  }

  .af-view .af-class-tall-block-text-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-vision-overview {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-vision-numbers-grid.af-class-mobile {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 10px;
  }

  .af-view .af-class-numerical-digit-block {
    direction: ltr;
  }

  .af-view .af-class-horizontal-scroll-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-h1-article {
    font-size: 28px;
    line-height: 1.5;
  }

  .af-view .af-class-delivering-health-slider-heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .af-view .af-class-stickey-video-text-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-value-line-breaker {
    width: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .af-view .af-class-timeline-dot {
    left: -13px;
    top: -4px;
    width: 30px;
    height: 30px;
  }

  .af-view .af-class-timeline-dot.af-class-mobile {
    top: 6px;
    width: 10px;
    height: 10px;
    left: -5px;
  }

  .af-view .af-class-mediakit-links-inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-purple-bg-hero-home {
    display: block;
  }

  .af-view .af-class-affordable-healthcare {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-healthcare-type-block {
    padding-left: 10px;
  }

  .af-view .af-class-bottom-stick-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-horizontal-transition-wrapper {
    padding-bottom: 0px;
  }

  .af-view .af-class-big-number-lottie {
    height: 60px;
  }

  .af-view .af-class-big-number-lottie.af-class-less-right-margin {
    height: 60px;
  }

  .af-view .af-class-lottie-digit-wrapper {
    font-size: 60px;
  }
}

.af-view #w-node-c364a23f-571a-598b-86c0-e504112c58d6-531fde11 {
  -ms-grid-column-align: end;
  justify-self: end;
}

.af-view #w-node-f3bf3626-7fae-7d0a-e267-a3cedb32a0e0-db32a0dd {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25d1c-23f25d12 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

.af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25d35-23f25d12 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25dac-23f25d12 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25dc3-23f25d12 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.af-view #w-node-e2075603-5cac-4513-72d7-58d455a5354c-fc1fde12 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.af-view #w-node-_6607a834-fa75-c1f3-6f9d-3ced6992cd4d-fc1fde12 {
  -ms-grid-column-align: end;
  justify-self: end;
}

.af-view #w-node-_05fc4e4c-06f8-6fe8-e3be-e35ac951d1cd-fc1fde12 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa572d-e1aa5722 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

.af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa5746-e1aa5722 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa57c4-e1aa5722 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa57db-e1aa5722 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.af-view #w-node-d47114d1-361a-ddbf-a1b5-f8127a8500c5-0dfa92f5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.af-view #w-node-_2c329a73-f299-3311-1978-19d5e57ce8fc-0abe0478 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.af-view #w-node-_2c329a73-f299-3311-1978-19d5e57ce8fe-0abe0478 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.af-view #w-node-_268e04b7-f1bc-400e-cc51-fd2bba82f993-0abe0478 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.af-view #w-node-_268e04b7-f1bc-400e-cc51-fd2bba82f997-0abe0478 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.af-view #w-node-d68d44e0-b690-6939-01bc-5295fef1e9e1-bdd5ac66 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.af-view #w-node-d68d44e0-b690-6939-01bc-5295fef1e9e5-bdd5ac66 {
  -ms-grid-column-align: end;
  justify-self: end;
}

.af-view #w-node-dbce085d-578a-b8c3-d4be-9efe94e545fe-b3513499 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1440px) {
  .af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25d1c-23f25d12 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25d35-23f25d12 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa572d-e1aa5722 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa5746-e1aa5722 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  .af-view #w-node-f3bf3626-7fae-7d0a-e267-a3cedb32a0e0-db32a0dd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 767px) {
  .af-view #w-node-_83343092-5fee-32e4-6c13-ebcf23f25d1c-23f25d12 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .af-view #w-node-_6607a834-fa75-c1f3-6f9d-3ced6992cd4d-fc1fde12 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .af-view #w-node-c9d27274-7db2-4e60-1027-149ce1aa572d-e1aa5722 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .af-view #w-node-d68d44e0-b690-6939-01bc-5295fef1e9e5-bdd5ac66 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  .af-view #w-node-f3bf3626-7fae-7d0a-e267-a3cedb32a0e0-db32a0dd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: "Drlcircular";
  src: url("../fonts/DRLCircular-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Drlcircular";
  src: url("../fonts/DRLCircular-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Drlcircular";
  src: url("../fonts/DRLCircular-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Drlcircular";
  src: url("../fonts/DRLCircular-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
</pre></body></html>