@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
#cm-polpharma-product {
  font-size: 16px;
  font-family: "Poppins";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #0F0F0F;
  line-height: 1.33;
}
#cm-polpharma-product > div {
  max-width: 1040px;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
}
#cm-polpharma-product.cm-width-800,
#cm-polpharma-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#cm-polpharma-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-polpharma-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-polpharma-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-polpharma-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-polpharma-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-polpharma-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-polpharma-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-polpharma-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-polpharma-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-polpharma-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-polpharma-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-polpharma-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-polpharma-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-polpharma-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-polpharma-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-polpharma-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-polpharma-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-polpharma-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-polpharma-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-polpharma-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-polpharma-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-polpharma-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-polpharma-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-polpharma-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-polpharma-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-polpharma-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-polpharma-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-polpharma-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-polpharma-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-polpharma-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-polpharma-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-polpharma-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-polpharma-product .pc-clear {
  clear: both;
}
#cm-polpharma-product .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}
#cm-polpharma-product .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}
#cm-polpharma-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #0F0F0F;
}
#cm-polpharma-product .cm-m-m {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
#cm-polpharma-product .cm-mt-m {
  margin-top: 2em !important;
}
#cm-polpharma-product .cm-mb-m {
  margin-bottom: 2em !important;
}
#cm-polpharma-product .cm-m-s {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
#cm-polpharma-product .cm-mt-s {
  margin-top: 1em !important;
}
#cm-polpharma-product .cm-mb-s {
  margin-bottom: 1em !important;
}
#cm-polpharma-product .cm-p-m {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
#cm-polpharma-product .cm-pt-m {
  padding-top: 2em !important;
}
#cm-polpharma-product .cm-pb-m {
  padding-bottom: 2em !important;
}
#cm-polpharma-product .cm-p-s {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
#cm-polpharma-product .cm-pt-s {
  padding-top: 1em !important;
}
#cm-polpharma-product .cm-pb-s {
  padding-bottom: 1em !important;
}
#cm-polpharma-product .cm-polpharma-product div:only-child {
  max-width: 1040px;
  margin: auto;
}
#cm-polpharma-product div {
  text-align: left;
}
#cm-polpharma-product span.cm-eco {
  color: #5d9500 !important;
}
#cm-polpharma-product * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cm-polpharma-product p {
  margin: 0;
}
#cm-polpharma-product strong {
  font-weight: bold !important;
  font-family: "Poppins";
}
#cm-polpharma-product sup {
  font-size: 60%;
  line-height: 1;
  vertical-align: super;
}
#cm-polpharma-product img,
#cm-polpharma-product svg {
  max-width: none;
  max-height: none;
}
#cm-polpharma-product a {
  text-decoration: none;
  outline: none;
  color: #0F0F0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#cm-polpharma-product .cm-section-ng {
  margin: 0 auto;
  padding-top: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  z-index: 20;
}
#cm-polpharma-product .cm-section-ng hr {
  height: 5px;
  background-color: #B51066;
  max-width: 70px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-ng hr {
    max-width: 60px;
  }
}
#cm-polpharma-product .cm-section-ng .cm-line {
  background-color: #8193B6;
  max-width: 185px;
  height: 4px;
  margin: 1em auto;
}
#cm-polpharma-product .cm-section-ng.cm-gray {
  background-color: #F7F7F7;
  border-radius: 24px;
  margin-top: 0em;
  padding-top: 4em;
  padding-bottom: 2em;
}
#cm-polpharma-product .cm-section-ng.cm-gray .cm-logo {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 1em;
}
#cm-polpharma-product .cm-section-ng.cm-gray .cm-logo img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-ng {
    padding-top: 1em;
  }
}
#cm-polpharma-product .cm-section-ng .cm-logo {
  text-align: center;
}
#cm-polpharma-product .cm-section-ng .cm-icons {
  max-width: 420px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 2em;
  gap: 20px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-ng .cm-icons {
    max-width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-ng .cm-icons {
    max-width: 250px;
  }
}
#cm-polpharma-product .cm-section-ng .cm-icons .cm-ico {
  max-width: 190px;
}
#cm-polpharma-product .cm-section-ng .cm-icons .cm-ico img {
  width: 100%;
}
#cm-polpharma-product .cm-section-ng .cm-h2 {
  font-family: "Poppins";
  font-weight: 300;
  font-weight: 300;
  color: #0A305F;
  font-size: 1.125em;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1.5;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-ng .cm-h2 {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-ng .cm-h1 {
  color: #0F202F;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto;
}
#cm-polpharma-product .cm-section-ng .cm-h1 span {
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-ng .cm-h1 {
    font-size: 1.75em;
  }
}
#cm-polpharma-product .cm-section-ng .cm-p {
  color: #0F0F0F;
  font-size: 1.25em;
  line-height: 1.25;
  text-align: center;
  line-height: 1.6;
  padding-top: 1em;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-ng .cm-p {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-ng .cm-img {
  max-width: 612px;
  margin: 0 auto;
}
#cm-polpharma-product .cm-section-ng .cm-img img {
  width: 100%;
}
#cm-polpharma-product .cm-section-intro {
  max-width: 1040px;
  margin: auto;
  position: relative;
}
#cm-polpharma-product .cm-section-intro .cm-icons {
  max-width: 860px;
  margin: auto;
}
#cm-polpharma-product .cm-section-intro .cm-icons .p10-4 .pc-col .h4-cust {
  font-size: 1.125em;
  text-align: center !important;
  font-weight: 400;
  font-family: "Poppins";
  text-transform: none;
  color: #0F0F0F;
  max-width: 260px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .p10-4 .pc-col .h4-cust {
    text-align: left !important;
  }
}
#cm-polpharma-product .cm-section-intro .cm-icons .p10-4 .pc-col .h3-cust {
  font-size: 3em;
  margin-bottom: 10px;
}
#cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-block-module {
  max-width: 1040px;
}
#cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-icon {
  width: 100%;
  height: auto;
}
#cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-icon img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-icon {
    width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-icon {
    margin-bottom: 0em;
    margin-right: 1em;
    width: 120px;
  }
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-icon img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-icon {
    margin-right: 0em;
  }
}
#cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.pc-hoverable .item .item-content {
  display: block;
  padding-top: 0;
}
#cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
  width: 22%;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1229px) and (min-width: 801px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (max-width: 767px) and (min-width: 601px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (max-width: 600px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col .pc-relative {
    width: calc(100% - 5em);
  }
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-flex {
    display: block;
  }
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10 .pc-block-module .pc-relative {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 500px) {
  #cm-polpharma-product .cm-section-intro .cm-icons .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header {
    padding-bottom: 0em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cm-polpharma-product .cm-section-header .cm-header-logo .cm-logo {
  padding: 2em;
}
#cm-polpharma-product .cm-section-header .cm-header-logo .cm-logo img {
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header-logo .cm-logo img {
    max-width: 175px;
  }
}
#cm-polpharma-product .cm-section-header .cm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-packshot {
  max-width: 500px;
  padding: 1em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-packshot {
    position: relative;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-packshot img {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-packshot img {
    max-width: 400px;
    padding: 2em 0;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-packshot img {
    padding: 0;
  }
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-packshot {
    max-width: 500px;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text {
  color: #0F0F0F;
  padding-left: 2em;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 1em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text {
    padding-bottom: 1.5em;
    padding-left: 1em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text img {
  max-width: 100%;
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
  color: #0F0F0F;
  font-size: 2.75em;
  padding-top: 1em;
  color: #C62A59;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng1 {
    font-size: 2em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng2 {
  color: #0F0F0F;
  font-size: 2.75em;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng2 {
    font-size: 2em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng3 {
  color: #0F0F0F;
  font-size: 2.25em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng3 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng3 {
    font-size: 1.35em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng4 {
  color: #0F0F0F;
  font-size: 1.25em;
  line-height: 1;
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng4 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ng4 {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-color {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-color img {
  margin-top: 11px;
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-color .cm-p {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  font-style: 1.25em;
  text-align: center;
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico {
    padding-top: 4em;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico :nth-child(1) {
  padding-right: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 265px;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico :nth-child(1) {
    max-width: 212px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico :nth-child(1) {
    padding-right: 0em;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-text .cm-ico {
    padding-bottom: 1em;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-logo {
  padding-left: 4.1875em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 260px;
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-logo img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-logo {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-logo.cm-logo-desc {
    display: none;
  }
}
#cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-logo.cm-logo-rwd {
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-header .cm-header .cm-col .cm-logo.cm-logo-rwd {
    display: block;
  }
}
#cm-polpharma-product .cm-section-img {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cm-polpharma-product .cm-section-img img {
  max-width: 100%;
}
#cm-polpharma-product .cm-section-img-60-40 {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #cm-polpharma-product .cm-section-img-60-40 {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-img-60-40 {
    display: block;
  }
}
#cm-polpharma-product .cm-section-img-60-40 img:first-child {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
}
#cm-polpharma-product .cm-section-img-60-40 img:last-child {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
}
#cm-polpharma-product .cm-section-img-60-40 img {
  width: 100%;
  min-width: 100px;
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-img-60-40 img {
    width: 110%;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-img-60-40 img {
    width: 120%;
  }
}
#cm-polpharma-product .cm-section-img-30 {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 6em;
}
@media only screen and (max-width: 1200px) {
  #cm-polpharma-product .cm-section-img-30 {
    border-radius: 24px;
  }
}
#cm-polpharma-product .cm-section-img-30 img {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  width: 100%;
  min-width: 50px;
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-img-30 img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-hide-600 {
    display: none;
  }
}
#cm-polpharma-product .cm-section-icons {
  width: 100%;
}
#cm-polpharma-product .cm-section-icons .cm-text-box {
  padding: 2em 0em;
}
#cm-polpharma-product .cm-section-icons .cm-text-box .cm-title {
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-icons .cm-text-box .cm-title {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-section-icons .cm-text-box .cm-title span {
  font-weight: 700;
}
#cm-polpharma-product .cm-section-icons .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5em;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-icons .cm-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 80px;
  }
  #cm-polpharma-product .cm-section-icons .cm-icons div:last-child {
    margin-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-img::before {
  content: "";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 0px solid rgb(238, 235, 235);
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  height: 100%;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#C62A59), color-stop(#4D2C2C), to(#C62A59));
  background: linear-gradient(#C62A59, #4D2C2C, #C62A59);
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-img img {
  max-width: 100%;
  z-index: 5;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-text {
  margin-top: 3em;
  font-size: 1.125em;
  font-weight: 700;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-text span {
  color: #C62A59;
}
#cm-polpharma-product .cm-section-items-a {
  color: #C62A59;
  background-position: TOP center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2em;
  padding-bottom: 6em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a {
    padding: 0em 1em 4em 1em;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a .cm-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item {
  max-width: 250px;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item {
    max-width: 200px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 2em;
    padding-left: 0px;
    padding-right: 0px;
  }
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item:last-child {
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-img {
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-img .cm-item-bg {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-img .cm-item-anim {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-img {
    max-width: 150px;
    min-width: 150px;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-img img {
  width: 100%;
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text {
  text-align: center;
  width: 100%;
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text .cm-title {
  font-family: "Poppins";
  font-weight: 300;
  color: #0F0F0F;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1.25em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text .cm-title {
    padding-left: 0em;
    padding-bottom: 0px;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 1em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover {
    position: relative;
    opacity: 1;
    padding-left: 0em;
    padding-right: 0;
    padding-top: 0em;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover .cm-p {
  font-size: 1.25em;
  font-style: italic;
  font-family: "Poppins";
  font-weight: 400;
  color: #0F0F0F;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5em;
  padding-bottom: 1em;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item .cm-text .cm-hover .cm-p {
    padding-top: 1em;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item:hover .cm-hover {
  background-color: #f9c000;
  opacity: 1;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-a .cm-items .cm-item:hover .cm-hover {
    background-color: #fff;
  }
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item:hover .cm-img .cm-item-bg {
  opacity: 0;
}
#cm-polpharma-product .cm-section-items-a .cm-items .cm-item:hover .cm-img .cm-item-anim {
  opacity: 1;
}
#cm-polpharma-product .cm-section-items-b {
  color: #C62A59;
  background-position: TOP center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-b {
    padding: 2em 1em 4em 1em;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 2.5em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-b .cm-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item {
  max-width: 250px;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-b .cm-items .cm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 2em;
    padding-left: 0px;
    padding-right: 0px;
  }
  #cm-polpharma-product .cm-section-items-b .cm-items .cm-item:last-child {
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-img {
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-img {
    max-width: 200px;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-img .cm-item-bg {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-img .cm-item-anim {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-img {
    max-width: 140px;
    min-width: 140px;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-img img {
  width: 100%;
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-text {
  text-align: center;
  width: 100%;
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-text .cm-title {
  font-family: "Poppins";
  font-weight: 300;
  color: #0F0F0F;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.4;
  font-size: 1.25em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-text .cm-title {
    padding-left: 1em;
    padding-bottom: 10px;
    text-align: center;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-text .cm-hover {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-bottom: 2em;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-text .cm-hover .cm-p {
  font-size: 1em;
  font-style: italic;
  font-family: "Poppins";
  font-weight: 400;
  color: #0F0F0F;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-items-b .cm-items .cm-item .cm-text .cm-hover .cm-p {
    text-align: center;
    padding-top: 1em;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item:hover .cm-hover {
  background-color: #f9c000;
  opacity: 1;
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item:hover .cm-img .cm-item-bg {
  opacity: 0;
}
#cm-polpharma-product .cm-section-items-b .cm-items .cm-item:hover .cm-img .cm-item-anim {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#cm-polpharma-product .cm-section-dual-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 4em;
  gap: 5px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-dual-hover {
    gap: 3em;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cm-polpharma-product .cm-section-dual-hover .cm-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#cm-polpharma-product .cm-section-dual-hover .cm-single:hover .cm-show-on-hover {
  opacity: 1;
}
#cm-polpharma-product .cm-section-dual-hover .cm-single:hover .cm-hide-on-hover {
  opacity: 0;
}
#cm-polpharma-product .cm-section-dual-hover .cm-single img {
  max-width: 580px;
  width: 100%;
  cursor: pointer;
  opacity: 1;
}
#cm-polpharma-product .cm-section-dual-hover .cm-single .cm-show-on-hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: -1em;
  opacity: 0;
}
#cm-polpharma-product .cm-section-dual-hover .cm-single .cm-hide-on-hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#cm-polpharma-product .cm-section-dual-hover .cm-single .cm-single-subtitle {
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0.5em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-dual-hover .cm-single .cm-single-subtitle {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-video-box {
    margin-top: 30px;
  }
}
#cm-polpharma-product .cm-video-box .cm-line {
  margin: 15px 0px;
  width: 100%;
  max-width: 44px;
  height: 5px;
  background-color: #FF000F;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-video-box .cm-line {
    margin: 15px auto;
  }
}
#cm-polpharma-product .cm-video-box .cm-title {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 2em;
  color: #0F0F0F;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-video-box .cm-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-video-box .cm-title {
    text-align: center;
  }
}
#cm-polpharma-product .cm-video-box .cm-input {
  display: none;
}
#cm-polpharma-product .cm-video-box .cm-input:checked ~ .cm-video-overlay {
  display: none;
}
#cm-polpharma-product .cm-video-box .cm-input:checked ~ .cm-video-iframe {
  display: block;
}
#cm-polpharma-product .cm-video-box .cm-video-overlay {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cm-polpharma-product .cm-video-box .cm-video-overlay img {
  width: 100%;
}
#cm-polpharma-product .cm-video-box .cm-video-iframe {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
#cm-polpharma-product .cm-video-box .cm-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#cm-polpharma-product .cm-video-box .cm-content {
  background-color: #f3f3f3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #cm-polpharma-product .cm-video-box .cm-content {
    border-bottom: 8px solid #B5B100;
  }
}
#cm-polpharma-product .cm-video-box .cm-content .cm-bg-icon {
  position: absolute;
}
@media screen and (min-width: 801px) {
  #cm-polpharma-product .cm-video-box .cm-content .cm-bg-icon {
    left: 0;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-video-box .cm-content .cm-bg-icon {
    max-width: 300px;
  }
}
#cm-polpharma-product .cm-video-box .cm-content .cm-title {
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-weight: 700;
  padding: 40px 15px;
  color: #161615;
  font-size: 1.125em;
  margin: 0px auto;
}
#cm-polpharma-product .cm-video-box .cm-content .cm-description {
  font-weight: 300;
  width: 100%;
  max-width: 800px;
  text-align: center;
  line-height: 1.6;
  padding: 0px 15px;
}
#cm-polpharma-product .cm-section-banner-a {
  position: relative;
  border-radius: 24px;
  margin-bottom: 8em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-banner-a {
    margin-bottom: 4em;
  }
}
#cm-polpharma-product .cm-section-banner-a .cm-bg {
  position: relative;
  left: 0;
  overflow: hidden;
  max-width: 950px;
  border-radius: 24px;
  width: 100%;
  height: auto;
}
#cm-polpharma-product .cm-section-banner-a .cm-bg img {
  border-radius: 24px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-banner-a .cm-bg img {
    left: -8em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-banner-a .cm-bg img {
    left: -12em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-banner-a .cm-bg img {
    left: -6em;
  }
}
#cm-polpharma-product .cm-section-banner-a .cm-img {
  position: absolute;
  right: 2em;
  top: -2em;
  max-width: 320px;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
#cm-polpharma-product .cm-section-banner-a .cm-img img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-banner-a .cm-img {
    max-width: 250px;
    right: 5em;
    top: unset;
    bottom: -2em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-section-banner-a .cm-img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-a .cm-img {
    max-width: 220px;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-banner-a .cm-img {
    max-width: 180px;
    right: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-banner-a .cm-img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-section-banner-a .cm-img {
    max-width: 120px;
  }
}
#cm-polpharma-product .cm-section-banner-b {
  margin-top: 6em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-b {
    margin-top: 2em;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row {
  background-color: #F7F7F7;
  border-radius: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col {
    width: 100%;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text {
  margin-top: 10em;
  margin-bottom: 10em;
  padding-left: 5.875em;
  padding-right: 1em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text {
    padding-left: 2em;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text {
    padding-left: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-description {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-num {
  top: -6px;
  position: relative;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #F9C000;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 1.5em;
  border-radius: 50%;
  border: 1px solid #F9C000;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-num {
    min-width: unset;
    min-height: unset;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 370px;
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-title {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 0.7em;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-title {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-p {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.4;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text .cm-row .cm-description .cm-p {
    font-size: 1.125em;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:hover .cm-num {
  background-color: #F9C000;
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: -5px;
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:not(:hover) .cm-num,
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-text:hover .cm-row:not(:hover) .cm-description {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-img {
  position: absolute;
  max-width: 374px;
  right: 100px;
  top: -5em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 250px;
    right: 50px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 220px;
    top: -2em;
    position: relative;
    margin: 0 auto 2em auto;
    right: 0px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 150px;
  }
}
#cm-polpharma-product .cm-section-banner-b .cm-row .cm-col .cm-img img {
  width: 100%;
}
#cm-polpharma-product .cm-section-banner-c .cm-row {
  background-color: #F7F7F7;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-c .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
#cm-polpharma-product .cm-section-banner-c .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #cm-polpharma-product .cm-section-banner-c .cm-row .cm-col {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-img {
  text-align: center;
  max-width: 346px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-img {
    padding-bottom: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-img img {
  width: 100%;
}
#cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-title {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  font-size: 2.5em;
  padding-bottom: 1em;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-title {
    text-align: center;
  }
}
#cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-p {
  font-family: "Poppins";
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.25em;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-c .cm-row .cm-col .cm-p {
    text-align: center;
  }
}
#cm-polpharma-product .cm-section-banner-d {
  background-color: #F7F7F7;
  position: relative;
  border-radius: 24px;
  margin-top: 4em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-d {
    margin-top: 2em;
  }
}
#cm-polpharma-product .cm-section-banner-d .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 12em;
  padding-bottom: 10em;
  padding-left: 4em;
  padding-right: 2em;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row {
    padding-top: 10em;
    padding-bottom: 6em;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-logo {
  position: absolute;
  top: 4em;
  left: 4em;
  max-width: 200px;
}
@media only screen and (max-width: 1200px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-logo {
    left: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-logo {
    position: relative;
    top: 0em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-logo img {
  width: 100%;
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-text {
  max-width: 460px;
  padding-right: 1em;
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-text .cm-title {
  font-size: 2.5em;
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  padding-bottom: 1em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-text .cm-title {
    text-align: center;
    font-size: 2em;
  }
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-text .cm-p {
  font-family: "Poppins";
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.5em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-text .cm-p {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-img {
    margin-top: 4em;
  }
}
#cm-polpharma-product .cm-section-banner-d .cm-row .cm-col .cm-img img {
  width: 100%;
}
#cm-polpharma-product .cm-section-banner-e {
  border-radius: 24px;
  background-size: cover;
  background-position: right;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: 4em;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e {
    background-image: none !important;
    padding-bottom: 0em;
    padding-top: 2em;
    margin-bottom: -5em;
    margin-top: 0em;
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-img-rwd {
  max-width: 100%;
  display: none;
  margin-right: 0;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e .cm-img-rwd {
    display: block;
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-img-rwd img {
  width: 150%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
#cm-polpharma-product .cm-section-banner-e .cm-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e .cm-row {
    top: -10em;
    padding: 0em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #fff;
  border-radius: 24px;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-banner-e .cm-row .cm-col {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e .cm-row .cm-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 24px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico {
  margin: 0 auto;
  max-width: 200px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico {
    max-width: 100px;
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico:last-child {
  max-width: 290px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico:last-child {
    max-width: 200px;
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-icons .cm-ico img {
  width: 100%;
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-ico {
  margin-right: 2em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-ico {
    margin-right: 0;
    padding: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-ico img {
  width: 60px;
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-text .cm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 257px;
  font-size: 1.125em;
  line-height: 1.5;
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-text .cm-title span {
  font-family: "Poppins";
  font-weight: 700;
}
#cm-polpharma-product .cm-section-banner-e .cm-row .cm-col .cm-comment .cm-text .cm-p {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  line-height: 1.5;
}
#cm-polpharma-product .cm-section-banner-f {
  max-width: 830px;
  margin: 4em auto;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 24px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-section-banner-f {
    margin-left: 1em;
    margin-right: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-f .cm-title {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  font-size: 2.5em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 0.5em;
}
#cm-polpharma-product .cm-section-banner-f .cm-p {
  font-family: "Poppins";
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.25em;
  padding-left: 3em;
  padding-right: 3em;
  text-align: center;
  padding-bottom: 1em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-banner-f .cm-p {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-section-banner-f .cm-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
#cm-polpharma-product .cm-section-banner-f .cm-logos :nth-child(1) {
  max-width: 195px;
}
#cm-polpharma-product .cm-section-banner-f .cm-logos :nth-child(2) {
  max-width: 149px;
}
#cm-polpharma-product .cm-section-banner-f .cm-logos img {
  width: 100%;
}
#cm-polpharma-product .cm-section-serp {
  margin: 2em 0em;
  width: 100%;
}
#cm-polpharma-product .cm-section-serp .cm-title {
  font-size: 1.5em;
  font-weight: 700;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 2em 1em 2em 1em;
  color: #000;
}
#cm-polpharma-product .cm-section-serp .cm-title .cm-color {
  color: #C62A59;
}
#cm-polpharma-product .cm-section-serp.cm-serp-margin {
  margin-top: 50px;
}
#cm-polpharma-product .cm-section-serp.cm-color {
  background-color: #FAFAFA;
}
#cm-polpharma-product .cm-section-serp.cm-serp-background {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp.cm-serp-background {
    padding-bottom: 0.5em;
  }
}
#cm-polpharma-product .cm-section-serp.cm-serp-background .cm-text {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp.cm-serp-background .cm-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-serp.cm-serp-background li::before {
  color: #FF000F !important;
}
#cm-polpharma-product .cm-section-serp .cm-align-end {
  margin-top: -5em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cm-polpharma-product .cm-section-serp .cm-row:last-child {
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 585px;
  position: relative;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col {
    padding-top: 0px;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img {
  position: relative;
}
@media screen and (min-width: 701px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img.cm-col-img-animation:hover .cm-img {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img.cm-col-img-animation:hover .cm-img::after {
    border-width: 10px;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-hover-animation {
  position: relative;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-hover-animation:hover .cm-hover-1 {
  opacity: 0;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-hover-animation:hover .cm-hover-2 {
  opacity: 1;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-hover-animation .cm-hover-1 {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 1;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-hover-animation .cm-hover-2 {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-img-animation {
    -webkit-animation: rotate-anim 5s infinite;
            animation: rotate-anim 5s infinite;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-img-animation::after {
  content: "";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 0px solid rgb(238, 235, 235);
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  height: 100%;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE59C), color-stop(#98875A), to(#FEEAA5));
  background: linear-gradient(#FFE59C, #98875A, #FEEAA5);
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-img-animation::after {
    -webkit-animation: border-anim 5s infinite;
            animation: border-anim 5s infinite;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-col-img .cm-img.cm-img-animation img {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.text-col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.text-col {
    max-width: 500px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.text-col {
    padding-top: 25px;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text {
  padding-left: 3em;
  padding-right: 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text {
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-list-title {
  color: #AD9563;
  font-size: 1.375em;
  padding-bottom: 1em;
  font-weight: 700;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-text-content {
  max-width: 430px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-text-content .cm-color {
  color: #AD9563;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-text-content.cm-margin-top {
  margin-top: 1em;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text ul {
  list-style: none;
  font-size: 1.2em;
  margin: 0;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text ul {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text ul {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text ul li {
  line-height: 1.2;
  font-weight: 500;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text ul li .cm-bold {
  font-weight: 700;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  font-size: 1.25em;
  font-weight: 300;
  margin-left: 2em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid grey;
  padding-top: 1em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table td::before {
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table td:hover {
  padding-left: 0.5em;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text table td:hover::before {
  content: "•";
  opacity: 1;
  margin-right: 0.5em;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-description {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s {
    padding-left: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s .cm-num {
  top: -6px;
  position: relative;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: black;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 1.5em;
  border-radius: 50%;
  border: 1px solid black;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s .cm-num {
    min-width: unset;
    min-height: unset;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s .cm-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 370px;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s .cm-description .cm-title {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-row-s .cm-description .cm-title {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text:hover .cm-row-s:hover .cm-num {
  background-color: #c41415;
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: -5px;
  border: 1px solid #c41415;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text:hover .cm-row-s:not(:hover) .cm-num,
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text:hover .cm-row-s:not(:hover) .cm-description {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-line {
  margin: 15px 0px;
  width: 100%;
  max-width: 44px;
  height: 5px;
  background-color: #FF000F;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-line {
    margin: 15px auto;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-p-title {
  font-weight: 700;
  color: #0F0F0F;
  font-size: 2em;
  line-height: 1.2;
  padding-top: 0.2em;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-p-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-p-title {
    text-align: center;
    padding-right: 0;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-p {
  color: #0F0F0F;
  font-size: 1.125em;
  line-height: 1.2;
  padding-top: 1em;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-text .cm-p {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-rounded {
  max-width: 585px !important;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-rounded img {
  border-radius: 16px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col.cm-rounded {
    max-width: 485px !important;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-title {
  font-family: "Poppins";
  font-weight: 400;
  color: #0F0F0F;
  font-size: 1.75em;
  padding-bottom: 1em;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-title {
    text-align: center;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-title {
    font-size: 1.5em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-p {
  font-weight: 500;
  font-size: 1.2em;
  color: #0F0F0F;
  line-height: 1.2;
  padding-right: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-p {
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-p {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-img {
  justify-self: start;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-img {
    position: relative;
    margin-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-img img {
  max-width: 100%;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-img img.cm-shadow {
  -webkit-box-shadow: 10px 10px 16px -15px rgb(66, 68, 90);
          box-shadow: 10px 10px 16px -15px rgb(66, 68, 90);
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-img .cm-anim {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col .cm-img .cm-bg {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col:hover .cm-anim {
  position: relative;
  opacity: 1;
  left: 0;
}
#cm-polpharma-product .cm-section-serp .cm-row .cm-col:hover .cm-bg {
  position: absolute;
  left: -100%;
  opacity: 0;
}
#cm-polpharma-product .cm-section-serp .cm-row.cm-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-serp .cm-row.cm-row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes border-anim {
  0% {
    border-width: 0px;
  }
  40% {
    border-width: 0px;
  }
  50% {
    border-width: 8px;
  }
  70% {
    border-width: 8px;
  }
  80% {
    border-width: 0px;
  }
  100% {
    border-width: 0px;
  }
}
@keyframes border-anim {
  0% {
    border-width: 0px;
  }
  40% {
    border-width: 0px;
  }
  50% {
    border-width: 8px;
  }
  70% {
    border-width: 8px;
  }
  80% {
    border-width: 0px;
  }
  100% {
    border-width: 0px;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
#cm-polpharma-product .splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cm-polpharma-product .splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
#cm-polpharma-product .splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cm-polpharma-product .splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
#cm-polpharma-product .splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
#cm-polpharma-product .splide {
  visibility: hidden;
}
#cm-polpharma-product .splide,
#cm-polpharma-product .splide__slide {
  position: relative;
  outline: none;
}
#cm-polpharma-product .splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#cm-polpharma-product .splide__slide img {
  vertical-align: bottom;
}
#cm-polpharma-product .splide__slider {
  position: relative;
}
#cm-polpharma-product .splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
}
#cm-polpharma-product .splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#cm-polpharma-product .splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
#cm-polpharma-product .splide--fade > .splide__track > .splide__list {
  display: block;
}
#cm-polpharma-product .splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
#cm-polpharma-product .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
#cm-polpharma-product .splide--rtl {
  direction: rtl;
}
#cm-polpharma-product .splide--ttb > .splide__track > .splide__list {
  display: block;
}
#cm-polpharma-product .splide--ttb > .splide__pagination {
  width: auto;
}
#cm-polpharma-product .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
#cm-polpharma-product .splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}
#cm-polpharma-product .splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
#cm-polpharma-product .splide__arrow:focus {
  outline: none;
}
#cm-polpharma-product .splide__arrow--prev {
  left: 1em;
}
#cm-polpharma-product .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#cm-polpharma-product .splide__arrow--next {
  right: 1em;
}
#cm-polpharma-product .splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}
#cm-polpharma-product .splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  border: none;
  opacity: 0.7;
}
#cm-polpharma-product .splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}
#cm-polpharma-product .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
#cm-polpharma-product .splide__pagination__page:focus {
  outline: none;
}
#cm-polpharma-product .splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}
#cm-polpharma-product .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
#cm-polpharma-product .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
#cm-polpharma-product .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
#cm-polpharma-product .splide--rtl > .splide__arrows .splide__arrow--prev,
#cm-polpharma-product .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
#cm-polpharma-product .splide--rtl > .splide__arrows .splide__arrow--prev svg,
#cm-polpharma-product .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#cm-polpharma-product .splide--rtl > .splide__arrows .splide__arrow--next,
#cm-polpharma-product .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
#cm-polpharma-product .splide--rtl > .splide__arrows .splide__arrow--next svg,
#cm-polpharma-product .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#cm-polpharma-product .splide--ttb > .splide__arrows .splide__arrow,
#cm-polpharma-product .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
#cm-polpharma-product .splide--ttb > .splide__arrows .splide__arrow--prev,
#cm-polpharma-product .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
#cm-polpharma-product .splide--ttb > .splide__arrows .splide__arrow--prev svg,
#cm-polpharma-product .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#cm-polpharma-product .splide--ttb > .splide__arrows .splide__arrow--next,
#cm-polpharma-product .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
#cm-polpharma-product .splide--ttb > .splide__arrows .splide__arrow--next svg,
#cm-polpharma-product .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#cm-polpharma-product .splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#cm-polpharma-product .cm-section-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10em;
  background-color: #f2f2f2;
  border-radius: 24px;
}
#cm-polpharma-product .sm-slider {
  position: relative;
  background-color: #f2f2f2;
  padding: 4em 0 6em;
  border-radius: 24px;
}
#cm-polpharma-product .sm-slider .cm-no-margin {
  margin-top: 0 !important;
}
#cm-polpharma-product .sm-slider .cm-gradient-left {
  background: radial-gradient(ellipse at center left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  left: 0;
  padding-right: 10em;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .sm-slider .cm-gradient-left {
    display: none;
  }
}
#cm-polpharma-product .sm-slider .cm-gradient-right {
  background: radial-gradient(ellipse at center right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  right: 0;
  padding-left: 10em;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .sm-slider .cm-gradient-right {
    display: none;
  }
}
#cm-polpharma-product .sm-slider.sm-slider-sets {
  background-repeat: no-repeat;
  background-position: top center;
}
#cm-polpharma-product .sm-slider #sm-splide-sets .splide__arrows {
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .sm-slider #sm-splide-sets .splide__arrows {
    display: block;
  }
}
#cm-polpharma-product .sm-slider .splide__arrow {
  opacity: 1;
  width: 41px;
  height: 41px;
  background-size: 100%;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
}
#cm-polpharma-product .sm-slider .splide__arrow.splide__arrow--prev {
  position: absolute;
  background-image: url("../img/left_arrow.svg");
  background-repeat: no-repeat;
  left: calc(50% - 70px);
  top: 105%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .sm-slider .splide__arrow.splide__arrow--prev {
    left: calc(50% - 55px);
  }
}
#cm-polpharma-product .sm-slider .splide__arrow.splide__arrow--prev:hover {
  opacity: 0.4;
}
#cm-polpharma-product .sm-slider .splide__arrow.splide__arrow--next {
  position: absolute;
  background-image: url("../img/right_arrow.svg");
  background-repeat: no-repeat;
  right: calc(50% - 70px);
  top: 105%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .sm-slider .splide__arrow.splide__arrow--next {
    right: calc(50% - 55px);
  }
}
#cm-polpharma-product .sm-slider .splide__arrow.splide__arrow--next:hover {
  opacity: 0.4;
}
#cm-polpharma-product .sm-slider .splide__arrow svg {
  display: none;
}
#cm-polpharma-product .sm-slider .splide {
  padding-top: 2em;
  padding-bottom: 20px;
}
#cm-polpharma-product .sm-slider .splide__slide {
  padding: 1em;
  text-align: center;
}
#cm-polpharma-product .sm-slider .splide__slide .sm-splide-image {
  text-align: center;
}
#cm-polpharma-product .sm-slider .splide__slide img {
  max-width: 100%;
}
#cm-polpharma-product .sm-slider .splide__slide .sm-splide-name {
  position: relative;
  z-index: 20;
  text-align: center;
  font-family: "Poppins";
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  padding: 0;
  margin-top: 1em;
}
#cm-polpharma-product .sm-slider .splide__slide .sm-splide-name strong {
  line-height: 2;
}
#cm-polpharma-product .sm-slider .splide__slide .sm-splide-vol,
#cm-polpharma-product .sm-slider .splide__slide .sm-splide-desc {
  font-size: 1.25em;
  line-height: 1.5;
  font-family: "Poppins";
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .sm-slider .splide__slide .sm-splide-vol,
  #cm-polpharma-product .sm-slider .splide__slide .sm-splide-desc {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .sm-slider .splide__slide .sm-splide-vol,
  #cm-polpharma-product .sm-slider .splide__slide .sm-splide-desc {
    font-size: 1em;
  }
}
#cm-polpharma-product .sm-slider .splide__slide .sm-splide-desc {
  margin-bottom: 1em;
}
#cm-polpharma-product .sm-slider .cm-slider-note {
  font-size: 1em;
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  padding-top: 2em;
}
@media only screen and (max-width: 1200px) {
  #cm-polpharma-product .sm-slider .cm-slider-note {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-faqs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cm-polpharma-product .cm-faqs input {
  display: none;
}
#cm-polpharma-product .cm-faqs input:nth-child(1):checked ~ .cm-faq-item:nth-child(5) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(2):checked ~ .cm-faq-item:nth-child(6) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(3):checked ~ .cm-faq-item:nth-child(7) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(4):checked ~ .cm-faq-item:nth-child(8) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(5):checked ~ .cm-faq-item:nth-child(9) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(1):checked ~ .cm-faq-item:nth-child(5) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(2):checked ~ .cm-faq-item:nth-child(6) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(3):checked ~ .cm-faq-item:nth-child(7) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(4):checked ~ .cm-faq-item:nth-child(8) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(5):checked ~ .cm-faq-item:nth-child(9) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(1):checked ~ .cm-faq-item:nth-child(5) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(2):checked ~ .cm-faq-item:nth-child(6) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(3):checked ~ .cm-faq-item:nth-child(7) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(4):checked ~ .cm-faq-item:nth-child(8) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(5):checked ~ .cm-faq-item:nth-child(9) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs .cm-text-box {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cm-polpharma-product .cm-faqs .cm-text-box .cm-title-text {
  padding: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
#cm-polpharma-product .cm-faqs .cm-faq-item {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cm-polpharma-product .cm-faqs .cm-faq-item:hover {
  cursor: pointer;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-icon {
  width: 65px;
  height: 65px;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-icon img {
  max-width: 65px;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-title {
  padding: 0px;
  padding-left: 10px;
  color: #C62A59;
  font-size: 1.125em;
  text-align: left;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  width: 100%;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  margin: 0;
  padding-left: 75px;
  font-size: 16px;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text ul {
  list-style-position: outside;
  list-style: none;
  padding: 0.5em;
  padding-left: 1em;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text ul li::before {
  left: -1.125em;
  content: "";
  position: absolute;
  background-color: #C62A59;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-weight: 700;
  font-family: Arial, sans-serif;
  top: 0.665em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cm-polpharma-product .cm-section-details {
  padding: 0 1em;
}
#cm-polpharma-product .cm-section-details table {
  width: 100%;
  font-size: 1.25em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-details table {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-section-details table td {
  padding-top: 1.25em;
  padding-bottom: 0.5em;
}
#cm-polpharma-product .cm-section-details table .cm-left-col {
  font-weight: 300;
  padding-right: 2em;
  text-align: right;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-details table .cm-left-col {
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-section-details table .cm-right-col {
  font-weight: 600;
  padding-left: 2em;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-details table .cm-right-col {
    padding-left: 1em;
  }
}
#cm-polpharma-product .cm-section-details table,
#cm-polpharma-product .cm-section-details th,
#cm-polpharma-product .cm-section-details td {
  border-collapse: collapse;
  border-bottom: 1px solid black;
}
#cm-polpharma-product #cm-composition-checkbox {
  display: none;
}
#cm-polpharma-product #cm-composition-checkbox:checked ~ .cm-composition .cm-text {
  max-height: 8000px;
}
#cm-polpharma-product #cm-composition-checkbox:checked ~ .cm-composition .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  margin-top: 3em;
  margin-bottom: 60px;
}
#cm-polpharma-product .cm-footer .cm-small-text {
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cm-polpharma-product .cm-footer .cm-composition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2em;
}
#cm-polpharma-product .cm-footer .cm-composition .cm-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #C62A59;
}
#cm-polpharma-product .cm-footer .cm-composition .cm-arrow:hover {
  cursor: pointer;
}
#cm-polpharma-product .cm-footer .cm-composition .cm-text {
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}
#cm-polpharma-product .cm-footer .cm-composition .cm-text span {
  font-weight: 700;
}
#cm-polpharma-product .cm-footer .cm-important-text {
  margin-top: 2em;
  width: 100%;
  background-color: #272D3D;
  font-size: 1.5em;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-footer .cm-important-text {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-footer .cm-company-section {
  padding: 1.75em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-footer .cm-company-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#cm-polpharma-product .cm-footer .cm-company-section .cm-company-text {
  font-size: 1em;
}
#cm-polpharma-product .cm-footer .cm-company-section .cm-item-code {
  font-size: 0.875em;
}
#cm-polpharma-product .cm-footer .cm-title {
  margin-bottom: 40px;
  font-size: 2em;
  color: #0F0F0F;
  font-weight: 300;
  max-width: 800px;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-footer .cm-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-footer .cm-title {
    text-align: center;
  }
}
#cm-polpharma-product .cm-footer .cm-title .cm-bold {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-footer .cm-title .cm-bold {
    text-align: center;
  }
}
#cm-polpharma-product .cm-footer .cm-description {
  line-height: 1.5;
  font-size: 1.25em;
  max-width: 800px;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-footer .cm-description {
    font-size: 1em;
    text-align: center;
  }
}
#cm-polpharma-product .cm-footer .cm-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
  background-color: #272D3D;
}
#cm-polpharma-product .cm-footer .cm-img img {
  max-width: 100%;
}
#cm-polpharma-product .cm-footer .cm-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
  position: relative;
  background: url("../img/footer_img2.png");
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-footer .cm-footer-logo {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-footer .cm-footer-logo {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 900px) {
  #cm-polpharma-product .cm-footer .cm-footer-logo .cm-img-icon {
    max-width: 150px;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-footer .cm-footer-logo .cm-img-icon {
    max-width: 120px;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-footer .cm-footer-logo .cm-img-icon {
    max-width: 90px;
  }
}
#cm-polpharma-product .cm-bold {
  font-weight: 700;
}
#cm-polpharma-product .cm-w300 {
  max-width: 300px;
  margin: 0 auto;
}
#cm-polpharma-product .cm-w400 {
  max-width: 400px;
}
#cm-polpharma-product .cm-w460 {
  max-width: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-w460 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-w460 {
    padding-left: 0em;
    padding-right: 0em;
  }
}
#cm-polpharma-product .cm-w700 {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-w700 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-w700 {
    padding-left: 0em;
    padding-right: 0em;
  }
}
#cm-polpharma-product .cm-w730 {
  max-width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-w730 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-w730 {
    padding-left: 0em;
    padding-right: 0em;
  }
}
#cm-polpharma-product .cm-pb-0 {
  padding-bottom: 0 !important;
}
#cm-polpharma-product .cm-pb-2 {
  padding-bottom: 1em !important;
}
#cm-polpharma-product .cm-pt-1 {
  padding-top: 1em;
}
#cm-polpharma-product .cm-pt-2 {
  padding-top: 2em;
}
#cm-polpharma-product .cm-pt-4 {
  padding-top: 4em;
}
#cm-polpharma-product .cm-pt-6 {
  padding-top: 6em;
}
#cm-polpharma-product .cm-text-upp {
  text-transform: uppercase !important;
}
#cm-polpharma-product .kuvings-footer {
  text-align: center !important;
  position: relative;
  z-index: 10;
  max-width: 108px;
  margin-top: 5em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .kuvings-footer {
    max-width: 80px;
  }
}
#cm-polpharma-product .kuvings-footer img {
  width: 100%;
}
#cm-polpharma-product .cm-section-bottom {
  position: relative;
}
#cm-polpharma-product .cm-section-bottom img {
  width: 100%;
}
#cm-polpharma-product.cm-euro {
  max-width: 920px;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  #cm-polpharma-product.cm-euro .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 250px;
  }
}
@media (min-width: 921px) {
  #cm-polpharma-product.cm-euro .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 240px;
  }
}
@media (min-width: 1000px) {
  #cm-polpharma-product.cm-euro .cm-section-banner-b .cm-row .cm-col .cm-img {
    max-width: 290px;
  }
}
#cm-polpharma-product .cm-bg-img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-bg-img {
    overflow: hidden;
    direction: ltr;
  }
}
#cm-polpharma-product .cm-bg-img img {
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-bg-img img {
    max-width: 150%;
  }
}
#cm-polpharma-product .cm-background-title {
  font-size: 1.5em;
  color: #fff;
  background-color: #C62A59;
  padding: 1em;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  margin: 2em auto 0em auto;
  max-width: 700px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #cm-polpharma-product .cm-background-title {
    max-width: 90%;
  }
}
#cm-polpharma-product .cm-background-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  -webkit-box-shadow: inset 0px 11px 8px -10px #CCC;
          box-shadow: inset 0px 11px 8px -10px #CCC;
}
#cm-polpharma-product .cm-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#cm-polpharma-product .cm-benefits .cm-line {
  margin: 15px 0px;
  width: 100%;
  max-width: 44px;
  height: 5px;
  background-color: #FF000F;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-line {
    margin: 15px auto;
  }
}
#cm-polpharma-product .cm-benefits .cm-title {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 2em;
  color: #0F0F0F;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-benefits .cm-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-title {
    text-align: center;
  }
}
#cm-polpharma-product .cm-benefits .cm-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item {
  width: calc(50% - 40px);
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-container .cm-item {
    width: calc(100% - 40px);
    min-height: 130px;
    margin: 0.25em 0em;
  }
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item:hover .cm-box {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item:hover .cm-box .cm-title {
  color: #C62A59;
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box {
    max-width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 400px) {
  #cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box img {
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box img {
    max-width: 145px;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box img {
    max-width: 90px;
  }
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box .cm-text {
  padding-left: 15px;
  width: 100%;
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box .cm-text .cm-title {
  width: 100%;
  font-size: 1.125em;
  padding: 1em;
  padding-bottom: 0;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box .cm-text .cm-title {
    padding: 0px;
    margin: 0px;
  }
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box .cm-text .cm-title.cm-margin {
  margin-top: 15px;
}
#cm-polpharma-product .cm-benefits .cm-container .cm-item .cm-box .cm-text .cm-description {
  text-align: center;
}
#cm-polpharma-product .cm-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  #cm-polpharma-product .cm-images {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-images {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#cm-polpharma-product .cm-images .cm-item {
  overflow: hidden;
  max-width: 350px;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px !important;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-images .cm-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-images .cm-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#cm-polpharma-product .cm-images .cm-item:hover .cm-content {
  opacity: 1;
  height: 100%;
}
#cm-polpharma-product .cm-images .cm-item .cm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cm-polpharma-product .cm-images .cm-item .cm-box img {
  max-width: 100%;
}
#cm-polpharma-product .cm-images .cm-item .cm-box .cm-title {
  background-color: #FAFAFA;
  width: 100%;
  font-size: 1.125em;
  padding: 1em;
  font-weight: 700;
}
#cm-polpharma-product .cm-images .cm-item .cm-content {
  bottom: 0;
  max-height: 248px;
  position: absolute;
  max-width: 100%;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#cm-polpharma-product .cm-images .cm-item .cm-content .cm-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding: 15px;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  #cm-polpharma-product .cm-images .cm-item .cm-content .cm-text {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  margin-top: 50px;
}
#cm-polpharma-product .cm-image-text .cm-line {
  margin: 15px 0px;
  width: 100%;
  max-width: 44px;
  height: 5px;
  background-color: #FF000F;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-image-text .cm-line {
    margin: 15px auto;
  }
}
#cm-polpharma-product .cm-image-text .cm-title {
  margin-bottom: 40px;
  font-size: 2em;
  color: #0F0F0F;
  font-weight: 300;
  max-width: 800px;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-image-text .cm-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-image-text .cm-title {
    text-align: center;
  }
}
#cm-polpharma-product .cm-image-text .cm-title .cm-bold {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-image-text .cm-title .cm-bold {
    text-align: center;
  }
}
#cm-polpharma-product .cm-image-text .cm-description {
  line-height: 1.5;
  font-size: 1.25em;
  max-width: 800px;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-image-text .cm-description {
    font-size: 1em;
    text-align: center;
  }
}
#cm-polpharma-product .cm-image-text .cm-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cm-polpharma-product .cm-image-text .cm-img img {
  max-width: 100%;
}
#cm-polpharma-product .cm-application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-application {
    margin-top: 10px;
  }
}
#cm-polpharma-product .cm-application .cm-line {
  margin: 15px 0px;
  width: 100%;
  max-width: 44px;
  height: 5px;
  background-color: #FF000F;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-application .cm-line {
    margin: 15px auto;
  }
}
#cm-polpharma-product .cm-application .cm-title {
  margin-bottom: 40px;
  font-size: 2em;
  color: #0F0F0F;
  font-weight: 300;
  max-width: 800px;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-application .cm-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-application .cm-title {
    text-align: center;
  }
}
#cm-polpharma-product .cm-application .cm-title .cm-bold {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-application .cm-title .cm-bold {
    text-align: center;
  }
}
#cm-polpharma-product .cm-application .cm-description {
  line-height: 1.5;
  font-size: 1.25em;
  max-width: 800px;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-application .cm-description {
    font-size: 1em;
    text-align: center;
  }
}
#cm-polpharma-product .cm-application .cm-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #cm-polpharma-product .cm-application .cm-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cm-polpharma-product .cm-application .cm-container .cm-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  aspect-ratio: 500/350;
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
#cm-polpharma-product .cm-application .cm-container .cm-item:nth-child(1) {
  background: url("../img/image_5.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:nth-child(2) {
  background: url("../img/image_6.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:nth-child(3) {
  background: url("../img/image_7.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:nth-child(4) {
  background: url("../img/image_8.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:nth-child(2n) {
  margin-left: 20px;
}
#cm-polpharma-product .cm-application .cm-container .cm-item:nth-child(2n-1) {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-application .cm-container .cm-item {
    margin: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover:nth-child(1) {
  background: url("../img/image_5_red.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover:nth-child(2) {
  background: url("../img/image_6_red.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover:nth-child(3) {
  background: url("../img/image_7_red.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover:nth-child(4) {
  background: url("../img/image_8_red.png");
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover::after {
  width: 0;
  height: 0;
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover .cm-box {
  top: -20px;
}
#cm-polpharma-product .cm-application .cm-container .cm-item:hover .cm-box .cm-box-description {
  opacity: 1;
}
#cm-polpharma-product .cm-application .cm-container .cm-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
#cm-polpharma-product .cm-application .cm-container .cm-item .cm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
  padding-top: 30px;
}
#cm-polpharma-product .cm-application .cm-container .cm-item .cm-box img {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-application .cm-container .cm-item .cm-box img {
    max-width: 72px;
  }
}
#cm-polpharma-product .cm-application .cm-container .cm-item .cm-box .cm-box-title {
  position: relative;
  z-index: 10;
  color: #fff;
  padding-top: 20px;
  font-size: 1.625em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-application .cm-container .cm-item .cm-box .cm-box-title {
    padding-top: 5px;
  }
}
#cm-polpharma-product .cm-application .cm-container .cm-item .cm-box .cm-box-description {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: #fff;
  padding-top: 20px;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-application .cm-container .cm-item .cm-box .cm-box-description {
    padding-top: 5px;
  }
}
#cm-polpharma-product .cm-faqs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cm-polpharma-product .cm-faqs input {
  display: none;
}
#cm-polpharma-product .cm-faqs input:nth-child(1):checked ~ .cm-faq-item:nth-child(5) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(2):checked ~ .cm-faq-item:nth-child(6) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(3):checked ~ .cm-faq-item:nth-child(7) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(4):checked ~ .cm-faq-item:nth-child(8) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(5):checked ~ .cm-faq-item:nth-child(9) .cm-content {
  max-height: 300px;
}
#cm-polpharma-product .cm-faqs input:nth-child(1):checked ~ .cm-faq-item:nth-child(5) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(2):checked ~ .cm-faq-item:nth-child(6) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(3):checked ~ .cm-faq-item:nth-child(7) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(4):checked ~ .cm-faq-item:nth-child(8) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(5):checked ~ .cm-faq-item:nth-child(9) .cm-item .cm-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cm-polpharma-product .cm-faqs input:nth-child(1):checked ~ .cm-faq-item:nth-child(5) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(2):checked ~ .cm-faq-item:nth-child(6) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(3):checked ~ .cm-faq-item:nth-child(7) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(4):checked ~ .cm-faq-item:nth-child(8) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs input:nth-child(5):checked ~ .cm-faq-item:nth-child(9) .cm-content .cm-text {
  opacity: 1;
}
#cm-polpharma-product .cm-faqs .cm-text-box {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cm-polpharma-product .cm-faqs .cm-text-box .cm-title-text {
  padding: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
#cm-polpharma-product .cm-faqs .cm-faq-item {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cm-polpharma-product .cm-faqs .cm-faq-item:hover {
  cursor: pointer;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-icon {
  width: 65px;
  height: 65px;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-icon img {
  max-width: 65px;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-title {
  padding: 0px;
  padding-left: 10px;
  color: #C62A59;
  font-size: 1.125em;
  text-align: left;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-item .cm-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  width: 100%;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  margin: 0;
  padding-left: 75px;
  font-size: 16px;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text ul {
  list-style-position: outside;
  list-style: none;
  padding: 0.5em;
  padding-left: 1em;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
#cm-polpharma-product .cm-faqs .cm-faq-item .cm-content .cm-text ul li::before {
  left: -1.125em;
  content: "";
  position: absolute;
  background-color: #C62A59;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-weight: 700;
  font-family: Arial, sans-serif;
  top: 0.665em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cm-polpharma-product .cm-section-text-image {
  margin-top: 2em;
  padding: 2em 0em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-text-image {
    padding: 0;
  }
}
#cm-polpharma-product .cm-section-text-image .cm-text-box {
  width: clamp(200px, 100%, 700px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
}
#cm-polpharma-product .cm-section-text-image .cm-text-box .cm-subtitle {
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-text-image .cm-text-box .cm-subtitle {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-section-text-image .cm-text-box .cm-title {
  font-size: 2.75em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-section-text-image .cm-text-box .cm-title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #cm-polpharma-product .cm-section-text-image .cm-text-box .cm-title {
    font-size: 2em;
  }
}
#cm-polpharma-product .cm-section-text-image .cm-text-box .cm-title span {
  font-weight: 700;
}
#cm-polpharma-product .cm-section-text-image .cm-text-box .cm-title span.cm-color {
  color: #C62A59;
}
#cm-polpharma-product .cm-section-text-image .cm-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -5;
}
#cm-polpharma-product .cm-section-text-image .cm-img img {
  max-width: 100%;
}
#cm-polpharma-product .cm-section-text-image .cm-img.cm-img-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-text-image .cm-img.cm-img-1 {
    display: none;
  }
}
#cm-polpharma-product .cm-section-text-image .cm-img.cm-img-2 {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-section-text-image .cm-img.cm-img-2 {
    display: none;
  }
}
#cm-polpharma-product .cm-section-icons {
  width: 100%;
}
#cm-polpharma-product .cm-section-icons .cm-text-box {
  padding: 2em 0em;
}
#cm-polpharma-product .cm-section-icons .cm-text-box .cm-title {
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-icons .cm-text-box .cm-title {
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-section-icons .cm-text-box .cm-title span {
  font-weight: 700;
}
#cm-polpharma-product .cm-section-icons .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5em;
  gap: 40px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-section-icons .cm-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 80px;
  }
  #cm-polpharma-product .cm-section-icons .cm-icons div:last-child {
    margin-bottom: 0;
  }
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-img::before {
  content: "";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 0px solid rgb(238, 235, 235);
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  height: 100%;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#C62A59), color-stop(#4D2C2C), to(#C62A59));
  background: linear-gradient(#C62A59, #4D2C2C, #C62A59);
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-img img {
  max-width: 100%;
  z-index: 5;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-text {
  margin-top: 3em;
  font-size: 1.125em;
  font-weight: 700;
}
#cm-polpharma-product .cm-section-icons .cm-icons .cm-item .cm-text span {
  color: #C62A59;
}

.cm-card-data {
  display: none;
}