.pharma-page,
.pharma-page * {
  box-sizing: border-box;
}

.pharma-page {
  margin: 0;
  min-width: 320px;
  font-family: roboto, sans-serif;
  color: #050505;
  background: #eefcfc;
}

.pharma-page img,
.pharma-page svg {
  display: block;
}

.pharma-page.page-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.pharma-page .container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

.pharma-page .hero{
  position: relative;
  isolation: isolate;
  min-height: 800px;
  overflow: hidden;
  background:
    radial-gradient(circle at 21% 76%, rgba(255, 255, 255, 0.98) 0 19%, rgba(255, 255, 255, 0.82) 35%, rgba(238, 250, 250, 0.55) 53%, rgba(194, 232, 231, 0.5) 100%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #f3fcfc 48%, #d7f0ef 68%, #b8e0df 100%);
}.pharma-page .hero__container{
  position: relative;
  min-height: 800px;
  max-width: 1728px;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 58%, rgba(255, 255, 255, 0.94) 0 21%, rgba(255, 255, 255, 0.68) 35%, rgba(231, 249, 249, 0.42) 52%, rgba(196, 233, 232, 0.46) 100%);
  opacity: 0;
}.pharma-page .hero__content{
  position: relative;
  z-index: 2;
  width: 1000px;
  padding: 213px 0 80px;
}.pharma-page .hero__title{
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0 18px;
  margin: 0;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}.pharma-page .accent, .pharma-page .hero__subhead span{
  color: #27979a;
}.pharma-page .hero__subhead{
  margin-top: 29px;
}.pharma-page .hero__subhead h2{
  margin: 0;
  color: #2a2828;
  font-size: 45px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}.pharma-page .hero__rule{
  position: relative;
  display: block;
  width: 268px;
  height: 2px;
  margin-top: 10px;
  background: #2aa7a8;
}.pharma-page .hero__rule::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #2a9899;
  transform: translateY(-50%);
}.pharma-page .hero__copy{
  max-width: 785px;
  margin: 43px 0 31px;
  color: #070707;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 100;
  letter-spacing: 0;
}.pharma-page .hero__badges{
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}.pharma-page .badge{
  display: inline-flex;
  align-items: center;
  height: 55px;
  gap: 10px;
  padding: 8px 21px 8px 10px;
  border: 1px solid rgba(18, 45, 46, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.16);
  color: #050505;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}.pharma-page .badge:nth-child(1){
  /* min-width: 209px; */
}.pharma-page .badge:nth-child(2){
  /* min-width: 330px; */
}.pharma-page .badge:nth-child(3){
  /* min-width: 238px; */
}.pharma-page .badge__icon{
    display: grid;
    place-items: center;
    flex: 0 0 43px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(140deg, #229a9b 0%, #0e5b5c 100%);
}.pharma-page .badge__icon svg{
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .hero__media{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 116px;
  width: 821px;
  min-width: 0;
  pointer-events: none;
}@keyframes hero-truck-enter {
  from {
    opacity: 0.82;
    transform: translateX(115%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}.pharma-page .hero__media img{
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.04));
  animation: hero-truck-enter 2.4s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
  will-change: transform, opacity;
}@media (prefers-reduced-motion: reduce) {
.pharma-page .hero__media img{
    animation: none;
  }
}@media (min-width: 1921px) {
.pharma-page .hero{
    min-height: clamp(800px, 41.6667vw, 960px);
  }.pharma-page .hero__container{
    min-height: clamp(800px, 41.6667vw, 960px);
  }.pharma-page .hero__content{
    transform: scale(calc(100vw / 1920));
    transform-origin: left top;
  }.pharma-page .hero__media{
    transform: scale(calc(100vw / 1920));
    transform-origin: right top;
  }
}@media (max-width: 1500px) {
.pharma-page .hero__container{
    width: min(1220px, calc(100% - 48px));
    max-width: none;
  }.pharma-page .hero__content{
    width: 60%;
  }.pharma-page .hero__title{
    flex-wrap: wrap;
    font-size: clamp(48px, 4vw, 60px);
  }.pharma-page .hero__media{
    right: -94px;
    width: 56vw;
    min-width: 660px;
  }.pharma-page .hero__copy{
    max-width: 586px;
  }
}@media (max-width: 1180px) {
.pharma-page .hero{
    min-height: auto;
    padding: 84px 0 64px;
  }.pharma-page .hero__container{
    width: min(760px, calc(100% - 48px));
    min-height: 0;
  }.pharma-page .hero__content{
    width: 100%;
    padding: 0;
  }.pharma-page .hero__media{
    position: relative;
    top: auto;
    right: auto;
    width: min(760px, 92vw);
    min-width: 0;
    margin: 36px auto 0;
  }.pharma-page .hero__copy{
    max-width: 720px;
    font-size: 22px;
  }
}@media (max-width: 760px) {
.pharma-page .hero{
    padding: 54px 0 44px;
  }.pharma-page .hero__container{
    width: min(100% - 32px, 560px);
  }.pharma-page .hero__title{
    gap: 0 10px;
    font-size: clamp(36px, 11vw, 48px);
  }.pharma-page .hero__subhead{
    margin-top: 20px;
  }.pharma-page .hero__subhead h2{
    font-size: clamp(30px, 8vw, 40px);
  }.pharma-page .hero__rule{
    width: min(269px, calc(100% - 8px));
  }.pharma-page .hero__copy{
    margin: 32px 0 28px;
    font-size: 19px;
  }.pharma-page .hero__badges{
    gap: 14px;
  }.pharma-page .badge, .pharma-page .badge:nth-child(1), .pharma-page .badge:nth-child(2), .pharma-page .badge:nth-child(3){
    width: 100%;
    min-width: 0;
    min-height: 62px;
    gap: 15px;
    padding: 8px 16px 8px 9px;
    font-size: 20px;
  }.pharma-page .badge__icon{
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }.pharma-page .badge__icon svg{
    width: 29px;
    height: 29px;
  }.pharma-page .hero__media{
    width: min(680px, 112vw);
    margin-left: -6vw;
  }
}@media (max-width: 430px) {
.pharma-page .hero__title{
    font-size: 34px;
  }.pharma-page .hero__subhead h2{
    font-size: 29px;
  }.pharma-page .hero__copy{
    font-size: 18px;
  }.pharma-page .badge{
    font-size: 18px;
  }
}.pharma-page .project-overview{
  position: relative;
  min-height: 413px;
  padding: 50px 0 40px;
  overflow: hidden;
  background: #ffffff;
}.pharma-page .project-overview__container{
  display: grid;
  grid-template-columns: minmax(460px, 1fr) 548px;
  max-width: 1200px;
  padding-left: 51px;
  padding-right: 0;
}.pharma-page .project-overview__copy{
  align-self: start;
  max-width: 620px;
  padding-top: 49px;
}.pharma-page .project-overview__copy h2{
    margin: 0 0 24px;
    color: #27979a;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0;
}.pharma-page .project-overview__copy p{
    /* max-width: 522px; */
    margin: 0;
    color: #595959;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 26px;
}.pharma-page .project-overview__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}.pharma-page .overview-tag{
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  padding: 5px 13px 5px 6px;
  border: 1px solid rgba(12, 42, 43, 0.08);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  color: #111111;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}.pharma-page .overview-tag__icon{
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(140deg, #26999a 0%, #174f54 100%);
  color: #ffffff;
}.pharma-page .overview-tag__icon svg{
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .project-overview__visual{
    position: relative;
    width: 548px;
    height: 323px;
    margin-top: 40px;
}.pharma-page .project-overview__image{
  position: absolute;
  top: 0;
  left: 63px;
  width: 389px;
  height: 309px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 10px 0;
}@keyframes overview-float-scooter {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}@keyframes overview-float-bottle {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}@keyframes overview-float-clock {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}.pharma-page .overview-float{
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 34, 36, 0.09);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
  will-change: transform;
}.pharma-page .overview-float--scooter{
  top: -18px;
  left: 22px;
  width: 108px;
  height: 77px;
  animation: overview-float-scooter 3.6s ease-in-out infinite;
}.pharma-page .overview-float--scooter svg{
  width: 74px;
  height: 55px;
}.pharma-page .overview-float--bottle{
  top: -17px;
  right: 50px;
  width: 90px;
  height: 75px;
  animation: overview-float-bottle 4.2s ease-in-out infinite;
  animation-delay: 0.7s;
}.pharma-page .overview-float--bottle svg{
  width: 46px;
  height: 56px;
}.pharma-page .overview-float--clock{
  left: 2px;
  bottom: 0;
  width: 124px;
  height: 73px;
  gap: 6px;
  padding: 10px 10px 9px;
  color: #111111;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  animation: overview-float-clock 3.2s ease-in-out infinite;
  animation-delay: 1.3s;
}@media (prefers-reduced-motion: reduce) {
.pharma-page .overview-float--scooter, .pharma-page .overview-float--bottle, .pharma-page .overview-float--clock{
    animation: none;
  }
}.pharma-page .overview-clock{
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #278f91;
}.pharma-page .overview-clock svg{
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .overview-float .stroke, .pharma-page .overview-float--bottle .stroke{
  fill: none;
  stroke: #166d75;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .overview-float .accent-stroke{
  fill: none;
  stroke: #ef3e2d;
  stroke-width: 3;
  stroke-linecap: round;
}@media (max-width: 1180px) {
.pharma-page .project-overview__container{
    grid-template-columns: 1fr;
    gap: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }.pharma-page .project-overview{
    padding: 54px 0 50px;
  }.pharma-page .project-overview__copy{
    max-width: 760px;
    padding-top: 0;
  }.pharma-page .project-overview__copy p{
    max-width: 680px;
    font-size: 14px;
  }.pharma-page .project-overview__visual{
    justify-self: center;
  }
}@media (max-width: 640px) {
.pharma-page .project-overview{
    padding: 42px 0;
  }.pharma-page .project-overview__container{
    padding-left: 18px;
    padding-right: 18px;
  }.pharma-page .project-overview__copy h2{
    font-size: 28px;
  }.pharma-page .project-overview__visual{
    width: min(100%, 548px);
    height: auto;
    aspect-ratio: 548 / 323;
  }.pharma-page .project-overview__image{
    left: 11.5%;
    width: 71%;
    height: 95.6%;
  }.pharma-page .overview-float--scooter{
    left: 4%;
    width: 20%;
    min-width: 78px;
    height: 24%;
    min-height: 58px;
  }.pharma-page .overview-float--bottle{
    width: 17%;
    min-width: 68px;
    height: 23%;
    min-height: 58px;
  }.pharma-page .overview-float--clock{
    width: 30%;
    min-width: 112px;
  }
}@media (min-width: 1501px) {
.pharma-page .project-overview{
    min-height: auto;
    padding: 32px 0 28px;
  }.pharma-page .project-overview__container{
    grid-template-columns: minmax(480px, 1fr) minmax(700px, 48%);
    gap: 24px;
    max-width: 1520px;
    padding-left: 32px;
    padding-right: 32px;
    align-items: center;
  }.pharma-page .project-overview__copy{
    max-width: none;
    padding-top: 0;
  }.pharma-page .project-overview__copy h2{
    margin-bottom: 16px;
  }.pharma-page .project-overview__copy p{
    line-height: 1.5;
  }.pharma-page .project-overview__tags{
    margin-top: 16px;
  }.pharma-page .project-overview__visual{
    width: 100%;
    max-width: 760px;
    height: 448px;
    margin-top: 0;
    justify-self: end;
  }.pharma-page .project-overview__image{
    left: 8%;
    width: 82%;
    height: 96%;
  }.pharma-page .overview-float--scooter{
    top: -4%;
    left: 3%;
    width: 19%;
    height: 24%;
  }.pharma-page .overview-float--bottle{
    top: -4%;
    right: 8%;
    width: 16%;
    height: 23%;
  }.pharma-page .overview-float--clock{
    left: 0;
    bottom: 0;
    width: 22%;
    height: 23%;
  }
}@media (min-width: 1900px) {
.pharma-page .container{
        max-width: 1750px;
        margin: 0px auto;
    }
}.pharma-page .business-objectives{
  position: relative;
  min-height: 886px;
  padding: 78px 0 89px;
  overflow: hidden;
  background: #6eb6b4 url("../img/pharmamedical/bussiness-bg-elementor.webp") center / cover no-repeat;
}.pharma-page .business-objectives__inner{
  width: min(1728px, calc(100% - 192px));
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .business-objectives h2{
  margin: 0 0 51px;
  color: #ffffff;
  font-family: Archivo, roboto, sans-serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}.pharma-page .objective-showcase{
  position: relative;
  min-height: 550px;
  overflow: hidden;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(24, 92, 94, 0.12);
}.pharma-page .objective-showcase__copy{
  position: relative;
  z-index: 2;
  width: 49%;
  padding: 132px 0 70px 71px;
}.pharma-page .objective-showcase__copy h3{
  margin: 0;
  color: #32999b;
  font-family: Archivo, roboto, sans-serif;
  font-size: 45px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}.pharma-page .objective-showcase__copy p{
  max-width: 663px;
  margin: 32px 0 0;
  color: #050505;
  font-size: 24px;
  line-height: 1.38;
  font-weight: 400;
  letter-spacing: 0;
}.pharma-page .objective-showcase__media{
  position: absolute;
  inset: 0;
  z-index: 1;
}.pharma-page .objective-showcase__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}.pharma-page .objective-tabs-shell{
  position: relative;
  z-index: 3;
  width: calc(100% - 141px);
  min-height: 150px;
  margin: -120px auto 0;
}.pharma-page .objective-tabs{
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
  min-height: 150px;
  margin: 0;
  padding: 20px 17px 19px;
  border: 1px solid #289fa2;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.13);
  justify-content: center;
    align-items: center;

}.pharma-page .objective-tabs-nav{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: none;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #2d999c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
}.pharma-page .objective-tabs-nav--prev{
  left: -20px;
}.pharma-page .objective-tabs-nav--next{
  right: -20px;
}.pharma-page .objective-tabs-nav svg{
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .objective-tabs-nav:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 3px;
}.pharma-page .objective-tab{
  position: relative;
  height: 115px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #183637;
  cursor: pointer;
}.pharma-page .objective-tab::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: opacity 180ms ease;
}.pharma-page .objective-tab img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}.pharma-page .objective-tab:nth-child(2) img{
  object-position: center 38%;
}.pharma-page .objective-tab:nth-child(3) img{
  object-position: 55% center;
}.pharma-page .objective-tab:nth-child(4) img{
  object-position: 72% center;
}.pharma-page .objective-tab:nth-child(5) img{
  object-position: center 54%;
}.pharma-page .objective-tab.is-active{
  padding: 5px;
  border: 4px solid #329c9f;
  background: #ffffff;
}.pharma-page .objective-tab.is-active::after{
  opacity: 0;
}.pharma-page .objective-tab.is-active img{
  border-radius: 8px;
}.pharma-page .objective-tab:focus-visible{
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}.pharma-page .objective-tab:hover img{
  transform: scale(1.035);
}@media (max-width: 1500px) {
.pharma-page .business-objectives__inner{
    width: min(1220px, calc(100% - 48px));
  }.pharma-page .objective-showcase__copy{
    width: 52%;
    padding-left: 52px;
  }.pharma-page .objective-tabs-shell{
    width: calc(100% - 72px);
  }.pharma-page .objective-showcase__copy h3{
    font-size: 39px;
  }.pharma-page .objective-showcase__copy p{
    max-width: 540px;
    font-size: 21px;
  }
}@media (max-width: 1180px) {
.pharma-page .business-objectives{
    min-height: auto;
    padding: 62px 0 70px;
  }.pharma-page .business-objectives h2{
    margin-bottom: 34px;
    font-size: 38px;
  }.pharma-page .objective-showcase{
    min-height: 470px;
  }.pharma-page .objective-showcase__copy{
    width: 58%;
    padding: 88px 28px 62px 38px;
  }.pharma-page .objective-showcase__copy h3{
    font-size: 34px;
  }.pharma-page .objective-showcase__copy p{
    font-size: 19px;
  }.pharma-page .objective-tabs-shell{
    width: calc(100% - 34px);
    margin-top: -82px;
  }.pharma-page .objective-tabs{
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    min-height: 150px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding: 17px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }.pharma-page .objective-tabs::-webkit-scrollbar{
    display: none;
  }.pharma-page .objective-tab{
    flex: 0 0 calc((100% - 28px) / 3);
    scroll-snap-align: start;
  }.pharma-page .objective-tabs-nav{
    display: grid;
  }
}@media (max-width: 760px) {
.pharma-page .business-objectives{
    padding: 48px 0 52px;
  }.pharma-page .business-objectives__inner{
    width: calc(100% - 28px);
  }.pharma-page .business-objectives h2{
    margin-bottom: 26px;
    font-size: 31px;
  }.pharma-page .objective-showcase{
    min-height: 560px;
  }.pharma-page .objective-showcase__media img{
    object-position: 62% center;
  }.pharma-page .objective-showcase__media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 46%, rgba(255, 255, 255, 0.22) 100%);
  }.pharma-page .objective-showcase__copy{
    width: 100%;
    padding: 44px 26px 240px;
  }.pharma-page .objective-showcase__copy h3{
    font-size: 32px;
  }.pharma-page .objective-showcase__copy p{
    margin-top: 22px;
    font-size: 18px;
  }.pharma-page .objective-tabs-shell{
    width: calc(100% - 18px);
    margin-top: -188px;
  }.pharma-page .objective-tabs{
    gap: 12px;
    min-height: 120px;
    padding: 14px;
  }.pharma-page .objective-tab{
    flex-basis: min(76vw, 280px);
    height: 92px;
  }.pharma-page .objective-tabs-nav{
    width: 42px;
    height: 42px;
  }.pharma-page .objective-tabs-nav--prev{
    left: -12px;
  }.pharma-page .objective-tabs-nav--next{
    right: -12px;
  }.pharma-page .objective-tabs-nav svg{
    width: 25px;
    height: 25px;
  }
}.pharma-page .business-challenges{
  position: relative;
  min-height: 562px;
  padding: 76px 0;
  overflow: hidden;
  background: #ffffff;
}.pharma-page .business-challenges__inner{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(1530px, calc(100% - 104px));
  /* margin: 0 auto; */
}.pharma-page .business-challenges__image{
  flex: 0 0 56%;
  width: 56%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 966 / 644;
  overflow: hidden;
  border-radius: 10px;
}.pharma-page .business-challenges__image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}.pharma-page .business-challenges__panel{
  position: relative;
  z-index: 3;
  flex: 0 0 53%;
  min-height: 0;
  margin: 100px 0 0 -9%;
  padding: 42px 42px 40px;
  border-radius: 10px;
  background: #e9ffff;
  max-width: 905px;
}.pharma-page .business-challenges__panel h2{
  margin: 0 0 24px;
  color: #249597;
  font-family: roboto, sans-serif;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}.pharma-page .challenge-list{
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}.pharma-page .challenge-list li{
  position: relative;
  min-height: 0;
  padding-left: 34px;
  color: #4f4f4f;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0;
}.pharma-page .challenge-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 6px solid #3f9fa2;
  border-radius: 999px;
  background: #e9ffff;
}.pharma-page .challenge-pill{
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 122px;
  border-radius: 999px;
  transform: rotate(45deg);
}.pharma-page .challenge-pill::before, .pharma-page .challenge-pill::after{
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 50%;
}.pharma-page .challenge-pill::before{
  top: 0;
  border-radius: 999px 999px 0 0;
  background: #cfecfb;
}.pharma-page .challenge-pill::after{
  bottom: 0;
  border-radius: 0 0 999px 999px;
  background: #ffe3d4;
}.pharma-page .challenge-pill--top-left{
  top: 27px;
  left: 86px;
}.pharma-page .challenge-pill--top-right{
  top: 27px;
  right: 86px;
}.pharma-page .challenge-pill--bottom{
  left: calc(50% - 78px);
  bottom: 37px;
  transform: rotate(75deg);
}@media (max-width: 1180px) {
.pharma-page .business-challenges{
    padding: 60px 0;
  }.pharma-page .business-challenges__inner{
    width: min(980px, calc(100% - 40px));
  }.pharma-page .business-challenges__image{
    flex-basis: 57%;
    width: 57%;
  }.pharma-page .business-challenges__panel{
    flex-basis: 54%;
    margin-left: -11%;
    padding: 30px 28px;
  }.pharma-page .business-challenges__panel h2{
    font-size: 26px;
  }
}@media (max-width: 860px) {
.pharma-page .business-challenges{
    min-height: auto;
    padding: 52px 0 58px;
  }.pharma-page .business-challenges__inner{
    display: block;
    width: min(620px, calc(100% - 28px));
  }.pharma-page .business-challenges__image{
    width: 100%;
    height: auto;
    aspect-ratio: 610 / 409;
  }.pharma-page .business-challenges__panel{
    width: calc(100% - 28px);
    min-height: 0;
    margin: -36px auto 0;
    padding: 27px 22px 28px;
  }.pharma-page .business-challenges__panel h2{
    margin-bottom: 22px;
    font-size: 24px;
  }.pharma-page .challenge-list{
    gap: 13px;
  }.pharma-page .challenge-list li{
    font-size: 12px;
  }.pharma-page .challenge-pill--top-left{
    top: 24px;
    left: 18px;
  }.pharma-page .challenge-pill--top-right{
    top: 24px;
    right: 18px;
  }.pharma-page .challenge-pill--bottom{
    display: none;
  }
}@media (max-width: 520px) {
.pharma-page .business-challenges__panel{
    width: calc(100% - 16px);
    padding: 24px 18px;
  }.pharma-page .business-challenges__panel h2{
    font-size: 22px;
  }.pharma-page .challenge-list li{
    padding-left: 24px;
  }
}.pharma-page .strategy-approach{
  position: relative;
  /* min-height: 870px; */
  padding: 76px 0 80px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(91, 169, 167, 0.92), rgba(91, 169, 167, 0.92)),
    url("../img/pharmamedical/bussiness-bg-elementor.webp") center / cover no-repeat;
}.pharma-page .strategy-approach::before{
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  background:
    linear-gradient(31deg, transparent 0 19%, rgba(255, 255, 255, 0.08) 19.1% 19.25%, transparent 19.35% 100%),
    linear-gradient(129deg, transparent 0 28%, rgba(255, 255, 255, 0.07) 28.1% 28.25%, transparent 28.35% 100%),
    linear-gradient(154deg, transparent 0 63%, rgba(255, 255, 255, 0.06) 63.1% 63.25%, transparent 63.35% 100%);
  opacity: 0.65;
}.pharma-page .strategy-approach__container{
  position: relative;
  z-index: 1;
  max-width: 1720px;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .strategy-approach h2{
  margin: 0 0 61px;
  color: #ffffff;
  font-family: roboto, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}.pharma-page .strategy-carousel{
  position: relative;
}.pharma-page .strategy-carousel__viewport{
  overflow-x: hidden;
  overflow-y: visible;
}.pharma-page .strategy-carousel__track{
  display: flex;
  gap: 53px;
  transition: transform 260ms ease;
  will-change: transform;
}.pharma-page .strategy-card{
  position: relative;
  flex: 0 0 calc((100% - 106px) / 3);
  height: 453px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 19px;
  background: #1d4d4e;
  box-shadow: 0 18px 34px rgba(34, 92, 94, 0.18);
  transition: box-shadow 240ms ease;
}.pharma-page .strategy-card:hover, .pharma-page .strategy-card:focus-visible{
  box-shadow: 0 24px 42px rgba(34, 92, 94, 0.24);
}.pharma-page .strategy-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.66);
  transition: filter 200ms ease, transform 260ms ease;
}.pharma-page .strategy-card:hover img, .pharma-page .strategy-card:focus-visible img{
  filter: brightness(1);
  transform: scale(1.015);
}.pharma-page .strategy-card__caption{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 17px;
  display: flex;
  align-items: center;
  min-height: 107px;
  padding: 20px 27px;
  border-radius: 17px;
  background: #ffffff;
  color: #050505;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 200ms ease, transform 200ms ease;
}.pharma-page .strategy-card:hover .strategy-card__caption, .pharma-page .strategy-card:focus-visible .strategy-card__caption{
  opacity: 1;
  transform: translateY(0);
}.pharma-page .strategy-card:focus-visible{
  outline: 3px solid #ffffff;
  outline-offset: 5px;
}.pharma-page .strategy-carousel__nav{
  position: absolute;
  top: 224px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #2f9a9c;
  box-shadow: 0 16px 30px rgba(32, 91, 92, 0.24);
  cursor: pointer;
  transform: translateY(-50%);
}.pharma-page .strategy-carousel__nav--prev{
  left: -34px;
}.pharma-page .strategy-carousel__nav--next{
  right: -34px;
}.pharma-page .strategy-carousel__nav svg{
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .strategy-carousel__nav:hover, .pharma-page .strategy-carousel__nav:focus-visible{
  background: #f5ffff;
  color: #1e8588;
}.pharma-page .strategy-carousel__nav:focus-visible{
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}.pharma-page .strategy-approach{
  min-height: 721px;
  padding: 82px 0 56px;
  background: #efffff;
}.pharma-page .strategy-approach::before{
  display: none;
}.pharma-page .strategy-approach__container{
  max-width: 1182px;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .strategy-approach h2{
  margin: 0 0 70px;
  color: #050505;
  font-family: roboto, sans-serif;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}.pharma-page .strategy-testimonial{
  position: relative;
  width: 100%;
  height: 465px;
}.pharma-page .strategy-testimonial__bubble{
  position: absolute;
  top: 0;
  left: 0;
  width: 422px;
  height: 382px;
  border-radius: 19px;
  background: #0d7070;
}.pharma-page .strategy-testimonial__bubble::after{
  content: "";
  position: absolute;
  left: 60px;
  bottom: -82px;
  width: 93px;
  height: 93px;
  background: #0d7070;
  clip-path: polygon(0 0, 100% 0, 5% 89%);
}.pharma-page .strategy-testimonial__card{
  position: absolute;
  top: 40px;
  left: 38px;
  right: 0;
  display: grid;
  place-items: center;
  min-height: 301px;
  margin: 0;
  padding: 42px 84px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 22px rgba(27, 74, 78, 0.14);
}.pharma-page .strategy-testimonial__card p{
  max-width: 805px;
  margin: 0;
  color: #050505;
  font-family: roboto, sans-serif;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}@media (max-width: 1500px) {
.pharma-page .strategy-approach__container{
    width: min(1182px, calc(100% - 48px));
    max-width: none;
  }.pharma-page .strategy-carousel__track{
    gap: 32px;
  }.pharma-page .strategy-card{
    flex-basis: calc((100% - 64px) / 3);
    height: 390px;
  }.pharma-page .strategy-card__caption{
    min-height: 92px;
    font-size: 20px;
  }
}@media (max-width: 1280px) {
.pharma-page .strategy-approach{
    min-height: 640px;
    padding: 72px 0 48px;
  }.pharma-page .strategy-testimonial{
    height: 410px;
  }.pharma-page .strategy-testimonial__bubble{
    width: 36%;
    height: 330px;
  }.pharma-page .strategy-testimonial__card{
    min-height: 260px;
    padding: 38px 64px;
  }
}@media (max-width: 1180px) {
.pharma-page .strategy-approach{
    min-height: auto;
    padding: 62px 0 64px;
  }.pharma-page .strategy-approach__container{
    width: min(860px, calc(100% - 48px));
  }.pharma-page .strategy-approach h2{
    margin-bottom: 48px;
    font-size: 36px;
  }.pharma-page .strategy-testimonial{
    height: 360px;
  }.pharma-page .strategy-testimonial__bubble{
    width: 310px;
    height: 292px;
  }.pharma-page .strategy-testimonial__bubble::after{
    left: 42px;
    bottom: -62px;
    width: 74px;
    height: 74px;
  }.pharma-page .strategy-testimonial__card{
    top: 32px;
    left: 28px;
    min-height: 232px;
    padding: 34px 52px;
  }.pharma-page .strategy-testimonial__card p{
    font-size: 23px;
  }.pharma-page .strategy-card{
    flex-basis: calc((100% - 28px) / 2);
    height: 360px;
  }.pharma-page .strategy-carousel__track{
    gap: 28px;
  }.pharma-page .strategy-carousel__nav{
    top: 180px;
    width: 58px;
    height: 58px;
  }.pharma-page .strategy-carousel__nav--prev{
    left: -20px;
  }.pharma-page .strategy-carousel__nav--next{
    right: -20px;
  }
}@media (max-width: 760px) {
.pharma-page .strategy-approach{
    padding: 48px 0 52px;
  }.pharma-page .strategy-approach__container{
    width: min(100% - 32px, 520px);
  }.pharma-page .strategy-approach h2{
    margin-bottom: 34px;
    font-size: 30px;
  }.pharma-page .strategy-testimonial{
    height: auto;
    padding: 0 0 62px;
  }.pharma-page .strategy-testimonial__bubble{
    position: relative;
    width: 76%;
    height: 246px;
  }.pharma-page .strategy-testimonial__bubble::after{
    left: 34px;
    bottom: -48px;
    width: 60px;
    height: 60px;
  }.pharma-page .strategy-testimonial__card{
    top: 30px;
    left: 22px;
    right: 0;
    min-height: 218px;
    padding: 30px 28px;
  }.pharma-page .strategy-testimonial__card p{
    max-width: 100%;
    font-size: 20px;
    line-height: 1.24;
  }.pharma-page .strategy-carousel__viewport{
    width: calc(100% - 44px);
    margin: 0 auto;
  }.pharma-page .strategy-card{
    flex-basis: 100%;
    height: 390px;
  }.pharma-page .strategy-card__caption{
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 88px;
    padding: 18px 20px;
    font-size: 19px;
  }.pharma-page .strategy-carousel__nav{
    top: 195px;
    width: 48px;
    height: 48px;
  }.pharma-page .strategy-carousel__nav svg{
    width: 30px;
    height: 30px;
  }.pharma-page .strategy-carousel__nav--prev{
    left: 0;
  }.pharma-page .strategy-carousel__nav--next{
    right: 0;
  }
}@media (max-width: 430px) {
.pharma-page .strategy-approach h2{
    font-size: 28px;
  }.pharma-page .strategy-testimonial__bubble{
    width: 82%;
    height: 264px;
  }.pharma-page .strategy-testimonial__card{
    min-height: 238px;
    padding: 26px 22px;
  }.pharma-page .strategy-testimonial__card p{
    font-size: 18px;
  }.pharma-page .strategy-card{
    height: 330px;
  }.pharma-page .strategy-carousel__nav{
    top: 165px;
  }
}.pharma-page .solutions{
  position: relative;
  min-height: 790px;
  padding: 84px 0 85px;
  overflow: hidden;
  background: #ffffff url("../img/pharmamedical/solution-bg.webp") center bottom / cover no-repeat;
}.pharma-page .solutions__container{
  max-width: 1720px;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .solutions h2{
  margin: 0 0 72px;
  color: #28989b;
  font-family: roboto, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}.pharma-page .solutions__layout{
  display: grid;
  grid-template-columns: 850px 1fr;
  gap: 31px;
  align-items: start;
}.pharma-page .solutions__media{
  width: 850px;
  height: 663px;
  overflow: hidden;
  border-radius: 17px;
  background: #d7eeee;
}.pharma-page .solutions__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 180ms ease;
}.pharma-page .solutions__accordion{
  display: grid;
  gap: 12px;
}.pharma-page .solution-item{
  overflow: hidden;
  border: 1px solid #28989b;
  border-radius: 45px;
  background: #ffffff;
  color: #595959;
  transition: background 180ms ease, border-radius 180ms ease, box-shadow 180ms ease;
}.pharma-page .solution-item.is-active{
  border-radius: 45px;
  background: #e9ffff;
}.pharma-page .solution-item__trigger{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  padding: 0 27px 0 37px;
  border: 0;
  background: transparent;
  color: #28989b;
  font-family: roboto, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  cursor: pointer;
}.pharma-page .solution-item__trigger svg{
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .solution-item__trigger:focus-visible{
  outline: 3px solid rgba(40, 152, 155, 0.35);
  outline-offset: -8px;
}.pharma-page .solution-item__content{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 240ms ease, opacity 180ms ease;
}.pharma-page .solution-item.is-active .solution-item__content{
  max-height: 390px;
  opacity: 1;
}.pharma-page .solution-item__content ul{
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 6px 46px 56px 70px;
  list-style: none;
  margin-top: 5px;
}.pharma-page .solution-item__content li{
  position: relative;
  color: #595959;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
}.pharma-page .solution-item__content li::before{
  content: "";
  position: absolute;
  top: 3px;
  left: -31px;
  width: 24px;
  height: 24px;
  border: 7px solid #399ca0;
  border-radius: 999px;
  background: #ffffff;
}@media (max-width: 1500px) {
.pharma-page .solutions__container{
    width: min(1220px, calc(100% - 48px));
    max-width: none;
  }.pharma-page .solutions__layout{
    grid-template-columns: minmax(470px, 1fr) minmax(460px, 1fr);
    gap: 30px;
  }.pharma-page .solutions__media{
    width: 100%;
    height: 500px;
    aspect-ratio: 850 / 663;
  }.pharma-page .solution-item__trigger{
    min-height: 65px;
    font-size: 22px;
  }.pharma-page .solution-item__content ul{
    gap: 15px;
    padding: 4px 34px 40px 70px;
  }.pharma-page .solution-item__content li{
    font-size: 17px;
  }
}@media (max-width: 1180px) {
.pharma-page .solutions{
    min-height: auto;
    padding: 62px 0 70px;
  }.pharma-page .solutions__container{
    width: min(860px, calc(100% - 48px));
  }.pharma-page .solutions h2{
    margin-bottom: 44px;
    font-size: 38px;
  }.pharma-page .solutions__layout{
    grid-template-columns: 1fr;
    gap: 28px;
  }.pharma-page .solutions__media{
    max-width: 850px;
    justify-self: center;
  }
}@media (max-width: 760px) {
.pharma-page .solutions{
    padding: 48px 0 58px;
  }.pharma-page .solutions__container{
    width: min(100% - 32px, 560px);
  }.pharma-page .solutions h2{
    margin-bottom: 30px;
    font-size: 31px;
  }.pharma-page .solutions__media{
    border-radius: 14px;
  }.pharma-page .solutions__accordion{
    gap: 12px;
  }.pharma-page .solution-item, .pharma-page .solution-item.is-active{
    border-radius: 28px;
  }.pharma-page .solution-item__trigger{
    min-height: 62px;
    padding: 0 20px 0 23px;
    font-size: 22px;
  }.pharma-page .solution-item__trigger svg{
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }.pharma-page .solution-item.is-active .solution-item__content{
    max-height: 520px;
  }.pharma-page .solution-item__content ul{
    gap: 18px;
    padding: 2px 24px 30px 58px;
  }.pharma-page .solution-item__content li{
    font-size: 16px;
  }.pharma-page .solution-item__content li::before{
    left: -30px;
    width: 20px;
    height: 20px;
    border-width: 6px;
  }
}@media (max-width: 430px) {
.pharma-page .solution-item__trigger{
    font-size: 20px;
  }.pharma-page .solution-item__content li{
    font-size: 15px;
  }
}.pharma-page .website-showcase{
  position: relative;
  min-height: 760px;
  padding: 20px 0 35px;
  overflow: hidden;
  background: #ffffff;
}.pharma-page .website-showcase__slider{
  --showcase-slide-width: 520px;
  --showcase-side-offset: 390px;
  --showcase-nav-offset: 0px;
  --showcase-nav-size: 58px;
  position: relative;
  width: min(1180px, 100%);
  min-height: 700px;
  margin: 0 auto;
}.pharma-page .website-showcase__nav{
  position: absolute;
  top: 38%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: var(--showcase-nav-size);
  height: var(--showcase-nav-size);
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #2f9a9c;
  box-shadow: 0 16px 30px rgba(32, 91, 92, 0.24);
  cursor: pointer;
  transform: translate(-50%, -50%);
}.pharma-page .website-showcase__nav--prev{
  left: calc(50% - (var(--showcase-slide-width) / 2) - var(--showcase-nav-offset));
}.pharma-page .website-showcase__nav--next{
  left: calc(50% + (var(--showcase-slide-width) / 2) + var(--showcase-nav-offset));
}.pharma-page .website-showcase__nav svg{
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pharma-page .website-showcase__nav:hover, .pharma-page .website-showcase__nav:focus-visible{
  background: #f5ffff;
  color: #1e8588;
}.pharma-page .website-showcase__nav:focus-visible{
  outline: 3px solid rgba(47, 155, 157, 0.35);
  outline-offset: 3px;
}.pharma-page .website-showcase__stage{
  position: relative;
  z-index: 3;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  perspective: 1200px;
}.pharma-page .website-showcase__slide{
  position: absolute;
  left: 50%;
  top: 0;
  width: 520px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(0) scale(0.82);
  transform-origin: center top;
  transition: transform 520ms ease, opacity 520ms ease, filter 520ms ease;
}.pharma-page .website-showcase__slide img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 623px;
  object-fit: contain;
  object-position: top center;
}.pharma-page .website-showcase__slide.is-active{
  z-index: 3;
  opacity: 1;
  filter: none;
  transform: translateX(-50%) translateY(0) scale(1);
}.pharma-page .website-showcase__slide.is-prev{
  z-index: 1;
  opacity: 0.58;
  filter: blur(8px);
  transform: translateX(-50%) translateX(calc(-1 * var(--showcase-side-offset))) translateY(96px) scale(0.82);
  left: 65%;
}.pharma-page .website-showcase__slide.is-next{
  z-index: 1;
  opacity: 0.58;
  filter: blur(8px);
  transform: translateX(-50%) translateX(var(--showcase-side-offset)) translateY(96px) scale(0.82);
  left: 35%;
}.pharma-page .website-showcase__slide.is-hidden{
  z-index: 0;
  opacity: 0;
  filter: blur(8px);
  transform: translateX(-50%) translateY(96px) scale(0.82);
}.pharma-page .website-showcase__dots{
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 424px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}.pharma-page .website-showcase__dot{
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8d8d8;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}.pharma-page .website-showcase__dot.is-active{
  background: #2f9b9d;
  transform: scale(1.05);
}.pharma-page .website-showcase__dot:focus-visible{
  outline: 2px solid #2f9b9d;
  outline-offset: 3px;
}@media (min-width: 1501px) {
.pharma-page .website-showcase{
    min-height: 900px;
    padding: 28px 0 44px;
  }.pharma-page .website-showcase__slider{
    --showcase-slide-width: 700px;
    --showcase-side-offset: 525px;
    --showcase-nav-offset: 72px;
    --showcase-nav-size: 62px;
    width: min(1540px, calc(100% - 80px));
    min-height: 820px;
  }.pharma-page .website-showcase__stage{
    height: 760px;
  }.pharma-page .website-showcase__slide{
    width: var(--showcase-slide-width);
  }.pharma-page .website-showcase__slide img{
    max-height: 740px;
  }.pharma-page .website-showcase__nav svg{
    width: 36px;
    height: 36px;
  }
}@media (min-width: 1900px) {
.pharma-page .website-showcase{
    min-height: 980px;
  }.pharma-page .website-showcase__slider{
    --showcase-slide-width: 820px;
    --showcase-side-offset: 615px;
    --showcase-nav-offset: 96px;
    --showcase-nav-size: 66px;
    width: min(1720px, calc(100% - 96px));
    min-height: 900px;
  }.pharma-page .website-showcase__stage{
    height: 840px;
  }.pharma-page .website-showcase__slide img{
    max-height: 820px;
  }
}@media (max-width: 1180px) {
.pharma-page .website-showcase{
    min-height: auto;
    padding: 20px 0 34px;
  }.pharma-page .website-showcase__slider{
    --showcase-slide-width: 470px;
    --showcase-side-offset: 315px;
    width: min(100%, 980px);
    min-height: 660px;
  }.pharma-page .website-showcase__stage{
    height: 600px;
  }.pharma-page .website-showcase__slide{
    width: 470px;
  }
}@media (max-width: 760px) {
.pharma-page .website-showcase{
    padding: 34px 0 42px;
  }.pharma-page .website-showcase__slider{
    --showcase-slide-width: min(74vw, 360px);
    --showcase-side-offset: 210px;
    --showcase-nav-size: 48px;
  }.pharma-page .website-showcase__nav svg{
    width: 30px;
    height: 30px;
  }.pharma-page .website-showcase__stage{
    width: min(100%, 620px);
    height: 500px;
  }.pharma-page .website-showcase__slide{
    width: min(74vw, 360px);
  }.pharma-page .website-showcase__slide.is-hidden{
    transform: translateX(-50%) translateY(66px) scale(0.78);
  }.pharma-page .website-showcase__dots{
    width: min(78vw, 380px);
    margin-top: 18px;
  }
}@media (max-width: 430px) {
.pharma-page .website-showcase__slider{
    --showcase-slide-width: min(78vw, 315px);
    --showcase-side-offset: 175px;
  }.pharma-page .website-showcase__stage{
    height: 430px;
  }.pharma-page .website-showcase__slide{
    width: min(78vw, 315px);
  }
}.pharma-page .strategic-feedback{
  position: relative;
  min-height: 690px;
  padding: 80px 0 60px;
  overflow: hidden;
  background: #6eb6b4 url("../img/pharmamedical/bussiness-bg-elementor.webp") center / cover no-repeat;
}.pharma-page .strategic-feedback__container{
  max-width: 1728px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .strategic-feedback h2{
  margin: 0 0 66px;
  color: #ffffff;
  font-family: roboto, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}.pharma-page .strategic-feedback .strategy-carousel{
  --strategy-nav-size: 58px;
  position: relative;
  padding: 0 calc(var(--strategy-nav-size) / 2);
}.pharma-page .strategic-feedback .strategy-carousel__viewport{
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 72px;
}.pharma-page .strategic-feedback .strategy-carousel__track{
  display: flex;
  align-items: flex-start;
  gap: 53px;
  transition: transform 260ms ease;
  will-change: transform;
}.pharma-page .strategic-feedback .strategy-card{
  flex: 0 0 calc((100% - 159px) / 4);
  height: 453px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 19px;
  box-shadow: none;
}.pharma-page .strategic-feedback .strategy-card:hover, .pharma-page .strategic-feedback .strategy-card:focus-visible{
  box-shadow: 0 22px 38px rgba(32, 91, 92, 0.16);
}.pharma-page .strategic-feedback .strategy-card img{
  filter: brightness(0.58);
}.pharma-page .strategic-feedback .strategy-card:hover img, .pharma-page .strategic-feedback .strategy-card:focus-visible img{
  filter: brightness(1);
}.pharma-page .strategic-feedback .strategy-card__caption{
  left: 20px;
  right: 20px;
  bottom: 17px;
  min-height: 107px;
  padding: 20px 27px;
  border-radius: 17px;
  font-size: 24px;
  line-height: 1.28;
}.pharma-page .strategic-feedback .strategy-carousel__nav{
  display: grid;
  top: 200px;
  width: var(--strategy-nav-size);
  height: var(--strategy-nav-size);
}.pharma-page .strategic-feedback .strategy-carousel__nav--prev{
  left: calc(var(--strategy-nav-size) / 2);
  transform: translate(-50%, -50%);
}.pharma-page .strategic-feedback .strategy-carousel__nav--next{
  right: calc(var(--strategy-nav-size) / 2);
  transform: translate(50%, -50%);
}.pharma-page .strategic-feedback .strategy-carousel__nav:disabled{
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}@media (max-width: 1500px) {
.pharma-page .strategic-feedback__container{
    width: min(1220px, calc(100% - 48px));
    max-width: none;
  }.pharma-page .strategic-feedback .strategy-carousel__track{
    gap: 32px;
  }.pharma-page .strategic-feedback .strategy-card{
    flex-basis: calc((100% - 64px) / 3);
    height: 390px;
  }.pharma-page .strategic-feedback .strategy-card__caption{
    min-height: 92px;
    font-size: 20px;
  }
}@media (max-width: 1280px) {
.pharma-page .strategic-feedback{
    padding: 72px 0 48px;
  }
}@media (max-width: 1180px) {
.pharma-page .strategic-feedback{
    min-height: auto;
    padding: 62px 0 64px;
  }.pharma-page .strategic-feedback__container{
    width: min(860px, calc(100% - 48px));
  }.pharma-page .strategic-feedback h2{
    margin-bottom: 48px;
    font-size: 36px;
  }.pharma-page .strategic-feedback .strategy-carousel__track{
    gap: 28px;
  }.pharma-page .strategic-feedback .strategy-card{
    flex-basis: calc((100% - 28px) / 2);
    height: 360px;
  }.pharma-page .strategic-feedback .strategy-carousel__nav{
    top: 180px;
  }
}@media (max-width: 760px) {
.pharma-page .strategic-feedback{
    padding: 48px 0 52px;
  }.pharma-page .strategic-feedback__container{
    width: min(100% - 32px, 520px);
  }.pharma-page .strategic-feedback h2{
    margin-bottom: 34px;
    font-size: 30px;
  }.pharma-page .strategic-feedback .strategy-carousel{
    --strategy-nav-size: 48px;
  }.pharma-page .strategic-feedback .strategy-carousel__viewport{
    padding-bottom: 54px;
  }.pharma-page .strategic-feedback .strategy-card{
    flex-basis: 100%;
    height: 390px;
  }.pharma-page .strategic-feedback .strategy-card__caption{
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 88px;
    padding: 18px 20px;
    font-size: 19px;
  }.pharma-page .strategic-feedback .strategy-carousel__nav{
    top: 195px;
  }.pharma-page .strategic-feedback .strategy-carousel__nav svg{
    width: 30px;
    height: 30px;
  }
}@media (max-width: 430px) {
.pharma-page .strategic-feedback h2{
    font-size: 28px;
  }.pharma-page .strategic-feedback .strategy-card{
    height: 330px;
  }.pharma-page .strategic-feedback .strategy-carousel__nav{
    top: 165px;
  }
}.pharma-page .strategic-testimonial{
  position: relative;
  min-height: 721px;
  padding: 82px 0 56px;
  overflow: hidden;
  background: #d4ffff;
}.pharma-page .strategic-testimonial__container{
  max-width: 1182px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}.pharma-page .strategic-testimonial h2{
  margin: 0 0 70px;
  color: #050505;
  font-family: roboto, sans-serif;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}.pharma-page .strategic-testimonial__art{
  position: relative;
  width: 100%;
  height: 465px;
}.pharma-page .strategic-testimonial__bubble{
  position: absolute;
  top: 0;
  left: 0;
  width: 422px;
  height: 382px;
  border-radius: 19px;
  background: #0d7070;
}.pharma-page .strategic-testimonial__bubble::after{
  content: "";
  position: absolute;
  left: 60px;
  bottom: -82px;
  width: 93px;
  height: 93px;
  background: #0d7070;
  clip-path: polygon(0 0, 100% 0, 5% 89%);
}.pharma-page .strategic-testimonial__card{
  position: absolute;
  top: 40px;
  left: 38px;
  right: 0;
  display: grid;
  place-items: center;
  min-height: 301px;
  margin: 0;
  padding: 42px 84px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 22px rgba(27, 74, 78, 0.14);
}.pharma-page .strategic-testimonial__card p{
  max-width: 805px;
  margin: 0;
  color: #050505;
  font-family: roboto, sans-serif;
  font-size: 25px;
  line-height: 1.46;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}@media (max-width: 1500px) {
.pharma-page .strategic-testimonial__container{
    width: min(1182px, calc(100% - 48px));
    max-width: none;
  }
}@media (max-width: 1280px) {
.pharma-page .strategic-testimonial{
    min-height: 640px;
    padding: 72px 0 48px;
  }.pharma-page .strategic-testimonial__art{
    height: 410px;
  }.pharma-page .strategic-testimonial__bubble{
    width: 36%;
    height: 330px;
  }.pharma-page .strategic-testimonial__card{
    min-height: 260px;
    padding: 38px 64px;
  }
}@media (max-width: 1180px) {
.pharma-page .strategic-testimonial{
    min-height: auto;
    padding: 62px 0 64px;
  }.pharma-page .strategic-testimonial__container{
    width: min(860px, calc(100% - 48px));
  }.pharma-page .strategic-testimonial h2{
    margin-bottom: 48px;
    font-size: 36px;
  }.pharma-page .strategic-testimonial__art{
    height: 360px;
  }.pharma-page .strategic-testimonial__bubble{
    width: 310px;
    height: 292px;
  }.pharma-page .strategic-testimonial__bubble::after{
    left: 42px;
    bottom: -62px;
    width: 74px;
    height: 74px;
  }.pharma-page .strategic-testimonial__card{
    top: 32px;
    left: 28px;
    min-height: 232px;
    padding: 34px 52px;
  }.pharma-page .strategic-testimonial__card p{
    font-size: 23px;
  }
}@media (max-width: 760px) {
.pharma-page .strategic-testimonial{
    padding: 48px 0 52px;
  }.pharma-page .strategic-testimonial__container{
    width: min(100% - 32px, 520px);
  }.pharma-page .strategic-testimonial h2{
    margin-bottom: 34px;
    font-size: 30px;
  }.pharma-page .strategic-testimonial__art{
    height: auto;
    padding: 0 0 62px;
  }.pharma-page .strategic-testimonial__bubble{
    position: relative;
    width: 76%;
    height: 246px;
  }.pharma-page .strategic-testimonial__bubble::after{
    left: 34px;
    bottom: -48px;
    width: 60px;
    height: 60px;
  }.pharma-page .strategic-testimonial__card{
    top: 30px;
    left: 22px;
    right: 0;
    min-height: 218px;
    padding: 30px 28px;
  }.pharma-page .strategic-testimonial__card p{
    max-width: 100%;
    font-size: 20px;
    line-height: 1.24;
  }
}@media (max-width: 430px) {
.pharma-page .strategic-testimonial h2{
    font-size: 28px;
  }.pharma-page .strategic-testimonial__bubble{
    width: 82%;
    height: 264px;
  }.pharma-page .strategic-testimonial__card{
    min-height: 238px;
    padding: 26px 22px;
  }.pharma-page .strategic-testimonial__card p{
    font-size: 18px;
  }
}