/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.homepage-hero {
  font-size: 1rem;
  overflow-x: hidden;
  overflow-y: hidden;
  visibility: hidden;
}
.homepage-hero__inner {
  position: relative;
}
.homepage-hero__inner .column-1 {
  transform: translateX(-200px);
}
.homepage-hero__inner .column-2 {
  transform: translateX(200px);
}
.homepage-hero__inner .image-container img {
  width: 100%;
}
.homepage-hero__textual {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 77;
  max-width: 620px;
  font-size: 2em;
  font-family: "Cairo", sans-serif;
}
@media screen and (min-width: 1200px) {
  .homepage-hero__textual {
    width: 550px;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-hero__textual {
    width: 80%;
  }
}
.homepage-hero__textual .image-container {
  width: 80%;
  margin: 0 auto 35px auto;
}
.homepage-hero__textual .fragment1-2.d-flex {
  line-height: 40px;
}
.homepage-hero__textual .fragment1 {
  font-family: "Damion", cursive;
  color: #911a2a;
  font-size: 6rem;
}
@media (max-width: 992px) {
  .homepage-hero__textual .fragment1 {
    font-size: 4rem;
  }
}
.homepage-hero__textual .fragment2 {
  color: #000;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .homepage-hero__textual .fragment2 {
    font-size: 2rem;
    margin-top: -5px;
  }
}
.homepage-hero__textual .fragment3 {
  color: #911a2a;
  text-transform: uppercase;
  font-size: 6rem;
}
@media (max-width: 992px) {
  .homepage-hero__textual .fragment3 {
    font-size: 4rem;
  }
}
.homepage-hero__textual-read-more {
  font-size: 1.4rem;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background-color: #911a2a;
  color: #fff !important;
  border-radius: 20px;
}
.homepage-hero .slick-prev {
  transform: translateY(-50%);
  position: absolute;
  bottom: 15px;
  right: calc(15px + 30px);
}
.homepage-hero .slick-next {
  transform: translateY(-50%);
  position: absolute;
  bottom: 15px;
  right: 15px !important;
}
.homepage-hero .slick-arrow {
  background-color: transparent !important;
}

.btn-readmore:hover, .homepage-hero__textual-read-more:hover, .homepage-manufactoring-excellence__readmore:hover, .homepage-social-responsibility__readmore:hover {
  background: #5272aa !important;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-block {
  max-width: 100%;
  width: 100% !important;
}

.wp-admin .homepage-hero {
  font-size: 1rem;
  overflow-x: hidden;
}
.wp-admin .homepage-hero__inner {
  position: relative;
}
.wp-admin .homepage-hero__inner .column-1 {
  transform: translateX(0px);
}
.wp-admin .homepage-hero__inner .column-2 {
  transform: translateX(0px);
}
.wp-admin .homepage-hero__inner .image-container img {
  width: 100%;
}
.wp-admin .homepage-hero__textual {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 77;
  max-width: 620px;
  font-size: 2em;
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 767px) {
  .wp-admin .homepage-hero__textual {
    width: 80%;
  }
}
.wp-admin .homepage-hero__textual .image-container {
  width: 80%;
  margin: 0 auto 35px auto;
}
.wp-admin .homepage-hero__textual .fragment1-2.d-flex {
  line-height: 40px;
}
.wp-admin .homepage-hero__textual .fragment1 {
  font-family: "Damion", cursive;
  color: #911a2a;
  font-size: 6rem;
}
@media (max-width: 992px) {
  .wp-admin .homepage-hero__textual .fragment1 {
    font-size: 4rem;
  }
}
.wp-admin .homepage-hero__textual .fragment2 {
  color: #000;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .wp-admin .homepage-hero__textual .fragment2 {
    font-size: 2rem;
    margin-top: -5px;
  }
}
.wp-admin .homepage-hero__textual .fragment3 {
  color: #911a2a;
  text-transform: uppercase;
  font-size: 6rem;
}
@media (max-width: 992px) {
  .wp-admin .homepage-hero__textual .fragment3 {
    font-size: 4rem;
  }
}
.wp-admin .homepage-hero__textual-read-more {
  font-size: 1.4rem;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background-color: #911a2a;
  color: #fff !important;
  border-radius: 20px;
}
.wp-admin .btn-readmore:hover,
.wp-admin .homepage-hero__textual-read-more:hover,
.wp-admin .homepage-manufactoring-excellence__readmore:hover,
.wp-admin .homepage-social-responsibility__readmore:hover {
  background: #5272aa !important;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.homepage-people {
  font-size: 1rem;
  position: relative;
}
.homepage-people__title {
  color: #253C7A;
  font-size: 47px;
}
.homepage-people .background-container {
  transform: translateX(-100%);
  top: 0;
  left: 0;
  height: 81%;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
}
.homepage-people .background-container__row-1 {
  background: rgba(166, 219, 244, 0.3);
  height: 55%;
}
.homepage-people .background-container__row-2 {
  background: #203a7f;
  background: linear-gradient(90deg, #203a7f 0%, #9ec9ed 100%);
  height: 45%;
}
.homepage-people__inner {
  position: relative;
  opacity: 0;
}
.homepage-people .section__description {
  max-width: 830px;
  margin: 0 auto;
  font-size: 1.7em;
  text-align: center;
}
.homepage-people .card {
  border-radius: 6px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(60px);
}
.homepage-people .card .card-body {
  padding: 0;
}
.homepage-people .card .card-title {
  border-bottom: 1px solid #5e5f5e;
  color: #003f7f;
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 2px;
  margin-bottom: 14px;
}
.homepage-people .card p.card-text {
  line-height: 20px;
  font-size: 16px;
}
.homepage-people .card .btn-readmore {
  line-height: 30px;
  color: #fff;
  padding: 0 18px 0 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  float: right;
  background-color: #203a7f;
  border: none;
}
.homepage-people .card-image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.square {
  width: 100%;
}
.square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block {
  max-width: 100%;
  width: 100% !important;
}

.wp-admin .homepage-people {
  font-size: 1rem;
  position: relative;
}
.wp-admin .homepage-people__title {
  color: #253c7a;
  font-size: 47px;
}
.wp-admin .homepage-people .background-container {
  transform: translateX(0%);
  top: 0;
  left: 0;
  height: 81%;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
}
.wp-admin .homepage-people .background-container__row-1 {
  background: rgba(166, 219, 244, 0.3);
  height: 55%;
}
.wp-admin .homepage-people .background-container__row-2 {
  background: #203a7f;
  background: linear-gradient(90deg, #203a7f 0%, #9ec9ed 100%);
  height: 45%;
}
.wp-admin .homepage-people__inner {
  position: relative;
  opacity: 1;
}
.wp-admin .homepage-people .section__description {
  max-width: 830px;
  margin: 0 auto;
  font-size: 1.7em;
  text-align: center;
}
.wp-admin .homepage-people .card {
  border-radius: 6px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(0px);
}
.wp-admin .homepage-people .card .card-body {
  padding: 1.25rem 2rem;
}
.wp-admin .homepage-people .card .card-title {
  border-bottom: 1px solid #5e5f5e;
  color: #003f7f;
  font-size: 30px;
  font-weight: 600;
  margin-top: -20px;
  padding-bottom: 2px;
  margin-bottom: 14px;
}
.wp-admin .homepage-people .card p.card-text {
  line-height: 20px;
  font-size: 16px;
}
.wp-admin .homepage-people .card .btn-readmore {
  line-height: 30px;
  color: #fff;
  padding: 0 18px 0 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  float: right;
  background-color: #203a7f;
  border: none;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.homepage-videos__image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  height: 240px;
}
.homepage-videos__title {
  font-size: 47px;
  color: #911a2a;
  font-weight: 400;
}
.homepage-videos .slider-videos {
  opacity: 0;
}
.homepage-videos .slick-slider {
  margin: 0 -15px;
}
.homepage-videos .slick-slide {
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}
.homepage-videos .slick-arrow.slick-next {
  right: 12px;
}

.modal {
  color: #911a2a;
}
.modal #youtubeModalLongTitle {
  font-size: 25px;
}
.modal .close {
  font-size: 25px;
}
.modal .close:active, .modal .close:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-admin .homepage-videos__image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  height: 240px;
}
.wp-admin .homepage-videos__title {
  font-size: 47px;
  color: #911A2A;
  font-weight: 400;
}
.wp-admin .homepage-videos .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 * 
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.homepage-therapies {
  position: relative;
  overflow-x: hidden;
}
.homepage-therapies__header {
  transform: translateX(90px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .homepage-therapies__header {
    transform: translateX(0);
  }
}
.homepage-therapies__description {
  transform: translateX(90px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .homepage-therapies__description {
    transform: translateX(0);
  }
}
.homepage-therapies__read-more {
  transform: translateX(90px);
  opacity: 0;
}
.homepage-therapies #homepage-therapies-slider-container {
  width: 94%;
  max-width: 535px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  z-index: 777;
}
.homepage-therapies #homepage-therapies-slider-container .card {
  border: none;
}
@media (min-width: 992px) {
  .homepage-therapies #homepage-therapies-slider-container {
    position: absolute;
    max-width: 535px;
    margin-left: -345px;
    top: 75px;
  }
}
.homepage-therapies #homepage-therapies-slider-container .slider-post-title {
  font-size: 24px;
  color: #231f20;
  font-weight: 400;
}
.homepage-therapies #homepage-therapies-slider-container .slider-post-subheader {
  font-size: 31px;
  color: #62bc9c;
  font-weight: 700;
  border-top: 2px solid #62bc9c;
  padding-top: 10px;
}
.homepage-therapies .slider-post-image-container {
  height: 315px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage-therapies__title {
  margin-bottom: 0;
}
.homepage-therapies .section__title-main {
  font-size: 144px;
  color: #63bb9b;
  line-height: 125px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .homepage-therapies .section__title-main {
    font-size: 60px;
    color: #63bb9b;
    line-height: 45px;
    font-weight: 700;
  }
}
.homepage-therapies .section__title-sub {
  font-size: 72px;
  color: #231f20;
  font-weight: 300;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .homepage-therapies .section__title-sub {
    font-size: 32px;
    color: #231f20;
    font-weight: 300;
    margin-left: 15px;
  }
}
.homepage-therapies__description {
  font-size: 17px;
  color: #231f20;
  font-weight: 400;
  max-width: 607px;
}
.homepage-therapies .row-2 {
  background: #62bc9c;
  background: linear-gradient(120deg, #62bc9c 0%, #a3d8f4 100%);
  padding: 50px 0;
  transform: translateX(-100%);
}
.homepage-therapies__read-more {
  line-height: 40px;
  display: inline-block;
  padding: 0 28px 0 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  color: #1c191a;
  background: #fff;
  margin-top: 15px;
}
.homepage-therapies .therap-slider-readmore {
  line-height: 27px;
  display: inline-block;
  color: #fff !important;
  background: #63bb9b;
  padding: 0 15px;
  border-radius: 3px;
  border: none;
}
.homepage-therapies .slick-arrow {
  bottom: 25px;
  transform: translateX(-25px);
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 * 
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.homepage-numbers-overview {
  position: relative;
  font-size: 1rem;
}
.homepage-numbers-overview__list {
  opacity: 0;
  transition: all 0.2s;
}
.homepage-numbers-overview__header-row {
  overflow: hidden;
}
.homepage-numbers-overview__header-row-inner {
  background-color: #f4a033;
  transform: translateX(100%);
}
.homepage-numbers-overview__header-row-inner h2.homepage-numbers-overview__section-title {
  line-height: 67px;
  opacity: 0;
}
@media screen and (max-width: 460px) {
  .homepage-numbers-overview__header-row-inner h2.homepage-numbers-overview__section-title {
    line-height: 54px;
  }
}
.homepage-numbers-overview__header-row-inner .section__title-span-1 {
  font-size: 76px;
  color: #231f20;
  font-weight: 300;
}
@media screen and (max-width: 460px) {
  .homepage-numbers-overview__header-row-inner .section__title-span-1 {
    font-size: 56px;
  }
}
.homepage-numbers-overview__header-row-inner .section__title-span-2 {
  font-size: 96px;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .homepage-numbers-overview__header-row-inner .section__title-span-2 {
    font-size: 66px;
  }
}
.homepage-numbers-overview__content-row__inner {
  background-color: #f7e0c5;
  opacity: 0;
}
.homepage-numbers-overview__list-item {
  padding: 0 40px !important;
  background-image: url("http://localhost:3000/wp-content/themes/jbcpl/assets/images/border-1-8.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  margin-bottom: 105px;
}
@media screen and (max-width: 1199px) {
  .homepage-numbers-overview__list-item {
    padding: 0 0 !important;
  }
}
.homepage-numbers-overview__list-item .number {
  color: #931a2a;
  font-size: 10em;
  line-height: 100px;
  font-weight: 700;
}
.homepage-numbers-overview__list-item .title {
  font-size: 3.5em;
  color: #231f20;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 34px;
}
.homepage-numbers-overview__list-item .description {
  color: #231f20;
  font-size: 2.8em;
  line-height: 36px;
  font-weight: 700;
}
.homepage-numbers-overview__list-item.li-therapeutic-categories .illustration {
  margin-top: -13px;
}
.homepage-numbers-overview__list-item.li-therapeutic-categories .number {
  margin-top: 10px;
  margin-bottom: -10px;
}
.homepage-numbers-overview__list-item.li-therapeutic-categories .textual {
  margin-top: 28px;
}
.homepage-numbers-overview__list-item.li-years-legacy .illustration {
  margin-top: -36px;
}
.homepage-numbers-overview__list-item.li-years-legacy .number {
  margin-top: 20px;
  margin-bottom: -20px;
}
.homepage-numbers-overview__list-item.li-years-legacy .textual {
  margin-top: 47px;
}
.homepage-numbers-overview__list-item.li-global-markets .illustration {
  margin-top: -13px;
}
.homepage-numbers-overview__list-item.li-global-markets .number {
  margin-top: 10px;
  margin-bottom: -10px;
}
.homepage-numbers-overview__list-item.li-global-markets .textual {
  margin-top: 36px;
}
.homepage-numbers-overview__list-item.li-global-susidaries .illustration {
  margin-top: -9px;
}
.homepage-numbers-overview__list-item.li-global-susidaries .number {
  margin-right: 20px;
}
.homepage-numbers-overview__list-item.li-global-susidaries .textual {
  margin-top: 17px;
}
.homepage-numbers-overview__list-item.li-global-susidaries .description {
  margin-top: 24px;
}
.homepage-numbers-overview__list-item.li-manufactoring-facilities .illustration {
  margin-top: 6px;
}
.homepage-numbers-overview__list-item.li-manufactoring-facilities .number {
  margin-right: 20px;
}
.homepage-numbers-overview__list-item.li-manufactoring-facilities .textual {
  margin-top: 74px;
}
.homepage-numbers-overview__list-item.li-employees .illustration {
  margin-top: -3px;
}
.homepage-numbers-overview__list-item.li-employees .textual {
  margin-top: 8px;
}
.homepage-numbers-overview__list-item.li-lozenges-globally .illustration {
  margin-top: -22px;
}
.homepage-numbers-overview__list-item.li-lozenges-globally .description {
  margin-top: 8px;
  margin-bottom: -6px;
  font-weight: 700;
  margin-left: 15px;
}
.homepage-numbers-overview__list-item.li-lozenges-globally .textual {
  margin-top: 8px;
}
.homepage-numbers-overview__list-item.li-lozenges-globally .textual .number {
  font-size: 77px;
  margin-bottom: -19px;
}
.homepage-numbers-overview__list-item.li-lozenges-globally .textual .title {
  font-size: 27px;
  margin-left: 15px;
}
.homepage-numbers-overview__list-item:nth-child(4n+1) {
  padding: 0 40px 0 0 !important;
}
@media screen and (max-width: 1199px) {
  .homepage-numbers-overview__list-item:nth-child(4n+1) {
    padding: 0 0 !important;
  }
}
.homepage-numbers-overview__list-item:nth-child(4n+4) {
  padding: 0 0 0 40px !important;
  background-image: none;
}
@media screen and (max-width: 1199px) {
  .homepage-numbers-overview__list-item:nth-child(4n+4) {
    padding: 0 0 !important;
  }
}
.homepage-numbers-overview .hasplus .number::after {
  content: "+";
}
.homepage-numbers-overview .hastop .number::before {
  content: "TOP ";
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-numbers-overview {
  position: relative;
  font-size: 1rem;
}
.wp-admin .homepage-numbers-overview__list {
  opacity: 1;
  transition: all 0.2s;
}
.wp-admin .homepage-numbers-overview__header-row {
  overflow: hidden;
}
.wp-admin .homepage-numbers-overview__header-row-inner {
  background-color: #f4a033;
  transform: translateX(0%);
}
.wp-admin .homepage-numbers-overview__header-row-inner h2.homepage-numbers-overview__section-title {
  line-height: 67px;
  opacity: 1;
}
@media screen and (max-width: 460px) {
  .wp-admin .homepage-numbers-overview__header-row-inner h2.homepage-numbers-overview__section-title {
    line-height: 54px;
  }
}
.wp-admin .homepage-numbers-overview__header-row-inner .section__title-span-1 {
  font-size: 76px;
  color: #231f20;
  font-weight: 300;
}
@media screen and (max-width: 460px) {
  .wp-admin .homepage-numbers-overview__header-row-inner .section__title-span-1 {
    font-size: 56px;
  }
}
.wp-admin .homepage-numbers-overview__header-row-inner .section__title-span-2 {
  font-size: 96px;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .wp-admin .homepage-numbers-overview__header-row-inner .section__title-span-2 {
    font-size: 66px;
  }
}
.wp-admin .homepage-numbers-overview__content-row__inner {
  background-color: #f7e0c5;
  opacity: 1;
}
.wp-admin .homepage-numbers-overview__list-item {
  padding: 0 40px !important;
  background-image: url("http://localhost:3000/wp-content/themes/jbcpl/assets/images/border-1-8.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  margin-bottom: 105px;
}
@media screen and (max-width: 1199px) {
  .wp-admin .homepage-numbers-overview__list-item {
    padding: 0 0 !important;
  }
}
.wp-admin .homepage-numbers-overview__list-item .number {
  color: #931a2a;
  font-size: 10em;
  line-height: 100px;
  font-weight: 700;
}
.wp-admin .homepage-numbers-overview__list-item .title {
  font-size: 3.5em;
  color: #231f20;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 34px;
}
.wp-admin .homepage-numbers-overview__list-item .description {
  color: #231f20;
  font-size: 2.8em;
  line-height: 36px;
  font-weight: 700;
}
.wp-admin .homepage-numbers-overview__list-item.li-therapeutic-categories .illustration {
  margin-top: -13px;
}
.wp-admin .homepage-numbers-overview__list-item.li-therapeutic-categories .number {
  margin-top: 10px;
  margin-bottom: -10px;
}
.wp-admin .homepage-numbers-overview__list-item.li-therapeutic-categories .textual {
  margin-top: 28px;
}
.wp-admin .homepage-numbers-overview__list-item.li-years-legacy .illustration {
  margin-top: -36px;
}
.wp-admin .homepage-numbers-overview__list-item.li-years-legacy .number {
  margin-top: 20px;
  margin-bottom: -20px;
}
.wp-admin .homepage-numbers-overview__list-item.li-years-legacy .textual {
  margin-top: 47px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-markets .illustration {
  margin-top: -13px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-markets .number {
  margin-top: 10px;
  margin-bottom: -10px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-markets .textual {
  margin-top: 36px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-susidaries .illustration {
  margin-top: -9px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-susidaries .number {
  margin-right: 20px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-susidaries .textual {
  margin-top: 17px;
}
.wp-admin .homepage-numbers-overview__list-item.li-global-susidaries .description {
  margin-top: 24px;
}
.wp-admin .homepage-numbers-overview__list-item.li-manufactoring-facilities .illustration {
  margin-top: 6px;
}
.wp-admin .homepage-numbers-overview__list-item.li-manufactoring-facilities .number {
  margin-right: 20px;
}
.wp-admin .homepage-numbers-overview__list-item.li-manufactoring-facilities .textual {
  margin-top: 74px;
}
.wp-admin .homepage-numbers-overview__list-item.li-employees .illustration {
  margin-top: -3px;
}
.wp-admin .homepage-numbers-overview__list-item.li-employees .textual {
  margin-top: 8px;
}
.wp-admin .homepage-numbers-overview__list-item.li-lozenges-globally .illustration {
  margin-top: -22px;
}
.wp-admin .homepage-numbers-overview__list-item.li-lozenges-globally .description {
  margin-top: 8px;
  margin-bottom: -6px;
  font-weight: 700;
  margin-left: 15px;
}
.wp-admin .homepage-numbers-overview__list-item.li-lozenges-globally .textual {
  margin-top: 8px;
}
.wp-admin .homepage-numbers-overview__list-item.li-lozenges-globally .textual .number {
  font-size: 77px;
  margin-bottom: -19px;
}
.wp-admin .homepage-numbers-overview__list-item.li-lozenges-globally .textual .title {
  font-size: 27px;
  margin-left: 15px;
}
.wp-admin .homepage-numbers-overview__list-item:nth-child(4n+1) {
  padding: 0 40px 0 0 !important;
}
@media screen and (max-width: 1199px) {
  .wp-admin .homepage-numbers-overview__list-item:nth-child(4n+1) {
    padding: 0 0 !important;
  }
}
.wp-admin .homepage-numbers-overview__list-item:nth-child(4n+4) {
  padding: 0 0 0 40px !important;
  background-image: none;
}
@media screen and (max-width: 1199px) {
  .wp-admin .homepage-numbers-overview__list-item:nth-child(4n+4) {
    padding: 0 0 !important;
  }
}
.wp-admin .homepage-numbers-overview .hasplus .number::after {
  content: "+";
}
.wp-admin .homepage-numbers-overview .hastop .number::before {
  content: "TOP ";
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.homepage-manufactoring-excellence .background {
  background: #a3d8f4;
  background: linear-gradient(90deg, #a3d8f4 0%, #521c7f 100%);
  height: 420px;
  width: 100%;
  max-width: 85%;
  position: absolute;
  top: -43px;
  transform: translateX(-100%);
}
.homepage-manufactoring-excellence .posts .row {
  opacity: 0;
}
.homepage-manufactoring-excellence__header {
  position: relative;
  z-index: 222;
  margin-bottom: 90px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .homepage-manufactoring-excellence__header {
    left: 0;
    transform: translateX(0%);
  }
}
.homepage-manufactoring-excellence__header h2 {
  line-height: 48px;
}
.homepage-manufactoring-excellence__title-1 {
  font-size: 118px;
  font-weight: 700;
  color: #911a2a;
}
@media screen and (max-width: 768px) {
  .homepage-manufactoring-excellence__title-1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 360px) {
  .homepage-manufactoring-excellence__title-1 {
    font-size: 40px;
  }
}
.homepage-manufactoring-excellence__title-2 {
  font-size: 77px;
  font-weight: 300;
  color: #231f20;
}
@media screen and (max-width: 768px) {
  .homepage-manufactoring-excellence__title-2 {
    font-size: 37px;
  }
}
.homepage-manufactoring-excellence .the-card {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.homepage-manufactoring-excellence__image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 335px;
  margin-bottom: 10px;
}
.homepage-manufactoring-excellence__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.homepage-manufactoring-excellence__excerpt {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.homepage-manufactoring-excellence__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  float: right;
  margin-bottom: 20px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-manufactoring-excellence .background {
  background: #a3d8f4;
  background: linear-gradient(90deg, #a3d8f4 0%, #521c7f 100%);
  height: 420px;
  width: 100%;
  max-width: 85%;
  position: absolute;
  top: -43px;
  transform: translateX(0%);
}
.wp-admin .homepage-manufactoring-excellence .posts .row {
  opacity: 1;
}
.wp-admin .homepage-manufactoring-excellence__header {
  position: relative;
  z-index: 222;
  margin-bottom: 90px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wp-admin .homepage-manufactoring-excellence__header {
    left: 0;
    transform: translateX(0%);
  }
}
.wp-admin .homepage-manufactoring-excellence__header h2 {
  line-height: 48px;
}
.wp-admin .homepage-manufactoring-excellence__title-1 {
  font-size: 118px;
  font-weight: 700;
  color: #911a2a;
}
@media screen and (max-width: 768px) {
  .wp-admin .homepage-manufactoring-excellence__title-1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 360px) {
  .wp-admin .homepage-manufactoring-excellence__title-1 {
    font-size: 40px;
  }
}
.wp-admin .homepage-manufactoring-excellence__title-2 {
  font-size: 77px;
  font-weight: 300;
  color: #231f20;
}
@media screen and (max-width: 768px) {
  .wp-admin .homepage-manufactoring-excellence__title-2 {
    font-size: 37px;
  }
}
.wp-admin .homepage-manufactoring-excellence .the-card {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-manufactoring-excellence__image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 335px;
  margin-bottom: 10px;
}
.wp-admin .homepage-manufactoring-excellence__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wp-admin .homepage-manufactoring-excellence__excerpt {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wp-admin .homepage-manufactoring-excellence__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  float: right;
  margin-bottom: 20px;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.homepage-investors {
  font-size: 1rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .homepage-investors__rev {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .homepage-investors__rev {
    flex-wrap: wrap;
  }
  .homepage-investors__rev li {
    margin-bottom: 30px;
  }
}
.homepage-investors .row-1 {
  position: relative;
  color: #fff;
}
.homepage-investors .row-1__background {
  background: #203a7f;
  background: linear-gradient(90deg, #203a7f 0%, #a3d8f4 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: translateX(100%);
}
@media (min-width: 1600px) {
  .homepage-investors .row-1__background {
    width: 90%;
  }
}
.homepage-investors .row-1 .row {
  opacity: 0;
}
.homepage-investors__title {
  font-size: 81px;
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  .homepage-investors__title {
    font-size: 61px;
  }
}
.homepage-investors__description {
  font-size: 17px;
  font-weight: 400;
}
.homepage-investors .btn-readmore {
  display: inline-block;
  color: #fff !important;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  background-color: #801823;
  border-radius: 20px;
}
.homepage-investors__rev {
  opacity: 0;
}
.homepage-investors__rev-list-item {
  margin-right: 40px;
}
.homepage-investors__rev-list-item:last-of-type {
  margin-right: 0;
}
.homepage-investors .circle {
  width: 140px;
  height: 140px;
  border-radius: 135px;
  padding: 7px;
  background-color: #fff;
  color: #801823;
  text-align: center;
  margin-bottom: 10px;
}
.homepage-investors .circle__inner {
  padding: 7px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid rgba(90, 89, 92, 0.5);
  border-radius: 135px;
}
.homepage-investors .circle__inner .num {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .homepage-investors .circle__inner .num {
    font-size: 30px;
  }
}
.homepage-investors .circle__inner .num-a {
  font-size: 22px;
  font-weight: 600;
}
.homepage-investors .circle__inner .code {
  font-size: 16px;
  font-weight: 400;
}
.homepage-investors .bellow-circle {
  font-size: 20px;
  font-weight: 700;
}
.homepage-investors .row-2 {
  opacity: 0;
}
.homepage-investors .row-2 .header {
  color: #203A7F;
  font-size: 48px;
  line-height: 60px;
}
.homepage-investors .row-2 .header .line-2-bold {
  font-weight: 700;
}
.homepage-investors .row-2 .table th, .homepage-investors .row-2 .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
  width: 50%;
}
.homepage-investors .row-2 .table td > div li {
  border-bottom: 2px solid rgba(90, 89, 92, 0.5);
}
.homepage-investors .row-2 .table td > div li:last-of-type {
  border-bottom: none;
}
.homepage-investors .row-2 .table td > div a {
  color: #5E5F5E;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}
.homepage-investors .row-2 .table td > div a:hover {
  color: #801823;
}
.homepage-investors .row-2 .image-desc {
  font-size: 18px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block {
  max-width: 100%;
  width: 100% !important;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-investors {
  font-size: 1rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .wp-admin .homepage-investors__rev {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .wp-admin .homepage-investors__rev {
    flex-wrap: wrap;
  }
  .wp-admin .homepage-investors__rev li {
    margin-bottom: 30px;
  }
}
.wp-admin .homepage-investors .row-1 {
  position: relative;
  color: #fff;
}
.wp-admin .homepage-investors .row-1__background {
  background: #203a7f;
  background: linear-gradient(90deg, #203a7f 0%, #a3d8f4 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: translateX(0);
}
@media (min-width: 1600px) {
  .wp-admin .homepage-investors .row-1__background {
    width: 90%;
  }
}
.wp-admin .homepage-investors .row-1 .row {
  opacity: 1;
}
.wp-admin .homepage-investors__title {
  font-size: 81px;
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  .wp-admin .homepage-investors__title {
    font-size: 61px;
  }
}
.wp-admin .homepage-investors__description {
  font-size: 17px;
  font-weight: 400;
}
.wp-admin .homepage-investors .btn-readmore {
  display: inline-block;
  color: #fff !important;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  background-color: #801823;
  border-radius: 20px;
}
.wp-admin .homepage-investors__rev-list-item {
  margin-right: 40px;
}
.wp-admin .homepage-investors__rev-list-item:last-of-type {
  margin-right: 0;
}
.wp-admin .homepage-investors .circle {
  width: 140px;
  height: 140px;
  border-radius: 135px;
  padding: 7px;
  background-color: #fff;
  color: #801823;
  text-align: center;
  margin-bottom: 10px;
}
.wp-admin .homepage-investors .circle__inner {
  padding: 7px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid rgba(90, 89, 92, 0.5);
  border-radius: 135px;
}
.wp-admin .homepage-investors .circle__inner .num {
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .wp-admin .homepage-investors .circle__inner .num {
    font-size: 30px;
  }
}
.wp-admin .homepage-investors .circle__inner .num-a {
  font-size: 22px;
  font-weight: 600;
}
.wp-admin .homepage-investors .circle__inner .code {
  font-size: 16px;
  font-weight: 400;
}
.wp-admin .homepage-investors .bellow-circle {
  font-size: 20px;
  font-weight: 700;
}
.wp-admin .homepage-investors .row-2 {
  opacity: 1;
}
.wp-admin .homepage-investors .row-2 .header {
  color: #203a7f;
  font-size: 48px;
  line-height: 60px;
}
.wp-admin .homepage-investors .row-2 .header .line-2-bold {
  font-weight: 700;
}
.wp-admin .homepage-investors .row-2 .table th,
.wp-admin .homepage-investors .row-2 .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
}
.wp-admin .homepage-investors .row-2 .table td > div {
  border-bottom: 2px solid rgba(90, 89, 92, 0.5);
}
.wp-admin .homepage-investors .row-2 .image-desc {
  font-size: 18px;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.homepage-social-responsibility .row-2 .row {
  opacity: 0;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.wp-admin .homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.wp-admin .homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.wp-admin .homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.wp-admin .homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.wp-admin .homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.wp-admin .homepage-social-responsibility .row-2 .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
@media screen and (min-width: 768px) {
  .entry-page-this-is-us-posts .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-page-this-is-us-posts .row {
    margin-left: -35px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .entry-page-this-is-us-posts .row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.entry-page-this-is-us-posts__single {
  border-radius: 10px;
  background-color: #fff;
}
.entry-page-this-is-us-posts__single-featured-image-container::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.entry-page-this-is-us-posts__single-featured-image {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-page-this-is-us-posts__single-title {
  font-size: 35px;
}
@media screen and (max-width: 992px) {
  .entry-page-this-is-us-posts__single-title {
    font-size: 28px;
  }
}
.entry-page-this-is-us-posts__single-title-fragment-1 {
  color: #46217c;
  font-weight: 700;
}
.entry-page-this-is-us-posts__single-excerpt {
  font-size: 21px;
  line-height: 34px;
}
@media screen and (max-width: 992px) {
  .entry-page-this-is-us-posts__single-excerpt {
    font-size: 18px;
    line-height: 28px;
  }
}
.entry-page-this-is-us-posts__single-read-more-link {
  display: inline-block;
  line-height: 40px;
  padding: 0 22px;
  background-color: #46217c;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s;
}
.entry-page-this-is-us-posts__single-read-more-link:hover {
  background-color: #5272aa !important;
}
@media screen and (max-width: 992px) {
  .entry-page-this-is-us-posts__single-read-more-link {
    font-size: 14px;
  }
}
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
@media screen and (min-width: 768px) {
  .entry-page-good-people-posts .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-page-good-people-posts .row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.entry-page-good-people-posts__single {
  border-radius: 10px;
  background-color: #fff;
}
.entry-page-good-people-posts__single-featured-image-container {
  background-color: #e9e9e9;
}
.entry-page-good-people-posts__single-featured-image-container::after {
  content: "";
  display: block;
  padding-bottom: 69%;
}
.entry-page-good-people-posts__single-featured-image {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-page-good-people-posts__single-title {
  font-size: 34px;
  font-weight: 600;
  border-bottom: 1px solid #203a7f;
  color: #203a7f;
}
@media screen and (max-width: 992px) {
  .entry-page-good-people-posts__single-title {
    font-size: 28px;
  }
}
.entry-page-good-people-posts__single-excerpt {
  font-size: 21px;
  line-height: 34px;
}
@media screen and (max-width: 992px) {
  .entry-page-good-people-posts__single-excerpt {
    font-size: 18px;
    line-height: 28px;
  }
}
.entry-page-good-people-posts__single-read-more-link {
  display: inline-block;
  line-height: 40px;
  padding: 0 22px;
  background-color: #203a7f;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
}
.entry-page-good-people-posts__single-read-more-link:hover {
  background-color: #5272aa !important;
}
@media screen and (max-width: 992px) {
  .entry-page-good-people-posts__single-read-more-link {
    font-size: 14px;
  }
}
.entry-page-good-people-posts .slick-track {
  margin: 0 0px;
}
@media screen and (max-width: 1200px) {
  .entry-page-good-people-posts .slick-track {
    margin: 0 0px;
  }
}
.entry-page-good-people-posts .slick-slide {
  margin-right: 35px;
  margin-left: 35px;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .entry-page-good-people-posts .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.directors__single {
  background-color: #fff;
}
.directors__image-container {
  width: 285px;
  height: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e1e1e1;
  border-radius: 200px;
}
.directors__name {
  font-size: 35px;
  font-weight: 700;
  color: #891a2a;
}
.directors__title {
  font-size: 20px;
  font-weight: 700;
  color: #050505;
}
.directors .hasReadMore .directors__link {
  display: inline-block;
}
.directors__link {
  color: #891a2a !important;
  display: none;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.2s;
}
.directors__link:hover {
  background: #5272aa !important;
  color: #fff !important;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-admin .directors__single {
  background-color: #fff;
}
.wp-admin .directors__image-container {
  width: 285px;
  height: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e1e1e1;
  border-radius: 200px;
}
.wp-admin .directors__name {
  font-size: 35px;
  font-weight: 700;
  color: #891a2a;
}
.wp-admin .directors__title {
  font-size: 20px;
  font-weight: 700;
  color: #050505;
}
.wp-admin .directors__link {
  color: #891a2a !important;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.2s;
}
.wp-admin .directors__link:hover {
  background: #5272aa !important;
  color: #fff !important;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.management__about-more {
  display: none;
}
.management__single {
  background-color: #fff;
}
.management__image-container {
  width: 285px;
  height: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e1e1e1;
  border-radius: 200px;
}
.management__image-container--smaller {
  width: 215px;
  height: 215px;
}
.management__name {
  font-size: 35px;
  font-weight: 700;
  color: #891a2a;
}
.management__title {
  font-size: 20px;
  font-weight: 700;
  color: #050505;
}
.management__title:not(.first) {
  border-bottom: 1px solid #979797;
}
.management .hasReadMore .management__link {
  display: inline-block;
}
.management__link {
  color: #891a2a !important;
  display: none;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.2s;
}
.management__link:hover {
  background: #5272aa !important;
  color: #fff !important;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.history-timeline {
  font-size: 1rem;
  position: relative;
  height: auto;
  margin-top: 215px !important;
}
.history-timeline__inner {
  height: 100%;
}
.history-timeline .image-45-years {
  position: absolute;
  top: -130px;
  transform: translateX(-50%);
  left: 50%;
}
.history-timeline__axel {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 10px;
}
.history-timeline__axel-line {
  width: 2px;
  height: 100%;
  background: #c3c3c3;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 576px) {
  .history-timeline__axel-line {
    left: 0%;
  }
}
.history-timeline__axel-top {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}
@media screen and (max-width: 576px) {
  .history-timeline__axel-top {
    left: 0%;
  }
}
.history-timeline__axel-top-inner {
  position: absolute;
  background-color: #cfcfcf;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.history-timeline__axel-bottom {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -20px;
}
@media screen and (max-width: 576px) {
  .history-timeline__axel-bottom {
    left: 0%;
  }
}
.history-timeline__axel-bottom-inner {
  position: absolute;
  background-color: #cfcfcf;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.history-timeline .timepoint {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 230px;
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint {
    margin-bottom: 340px;
  }
}
.history-timeline .timepoint__year {
  width: 50%;
  position: relative;
  float: right;
  padding-left: 45px;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint__year {
    float: left;
    padding-left: 10px;
    text-align: left;
  }
}
.history-timeline .timepoint.timepoint--image-right .timepoint__year {
  float: left;
  padding-right: 45px;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint.timepoint--image-right .timepoint__year {
    float: left;
    padding-left: 10px;
    text-align: left;
  }
}
.history-timeline .timepoint__image-and-text {
  top: 10px;
  min-height: 150px;
  background-color: rgba(255, 255, 255, 0.5);
}
.history-timeline .timepoint__image {
  width: 50%;
  height: 323px;
  position: absolute;
  left: 0;
  top: -60px;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .history-timeline .timepoint__image {
    height: 210px;
    top: -30px;
  }
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint__image {
    top: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.history-timeline .timepoint__image .image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 8px solid #fff;
  background-color: #fff;
}
.history-timeline .timepoint.timepoint--image-right .timepoint__image {
  left: auto;
  right: 0;
  padding-left: 45px;
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint.timepoint--image-right .timepoint__image {
    top: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.history-timeline .timepoint__center-line {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 7px;
  height: 100%;
  margin-left: 0px;
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint__center-line {
    transform: translateX(-65%);
    left: 0;
  }
}
.history-timeline .timepoint__center-line-inner-indicator {
  height: 30px;
  background: #8c1a2a;
  border-radius: 1px;
  margin-top: 30px;
}
.history-timeline .timepoint__text {
  width: 50%;
  position: absolute;
  right: 0;
  padding-left: 45px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .history-timeline .timepoint__text {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint__text {
    width: 100%;
  }
}
.history-timeline .timepoint__text-inner {
  padding: 35px 10px 35px 0;
}
@media screen and (max-width: 768px) {
  .history-timeline .timepoint__text-inner {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 10px 10px 0;
  }
}
.history-timeline .timepoint.timepoint--image-right .timepoint__text {
  left: 0;
  right: auto;
  padding-right: 45px;
}
@media screen and (max-width: 576px) {
  .history-timeline .timepoint.timepoint--image-right .timepoint__text {
    left: auto;
    right: 0;
    padding-left: 45px;
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.investor-information-financial {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .investor-information-financial .column-1 {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .investor-information-financial .column-2 {
    width: 44%;
  }
}
.investor-information-financial__navigation {
  margin-bottom: 45px;
}
.investor-information-financial__navigation-tab-list {
  background: #fff;
  border-radius: 10px;
}
.investor-information-financial__navigation-tab-list-item {
  color: #424242;
  font-size: 19px;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 440px) {
  .investor-information-financial__navigation-tab-list-item {
    width: 50%;
    border-bottom: 1px solid #b2b2b2;
  }
  .investor-information-financial__navigation-tab-list-item:nth-child(odd) {
    border-right: 1px solid #b2b2b2;
  }
  .investor-information-financial__navigation-tab-list-item a {
    border-right: none;
  }
}
@media screen and (min-width: 675px) {
  .investor-information-financial__navigation-tab-list-item {
    width: calc(100% / 3);
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
  }
  .investor-information-financial__navigation-tab-list-item:nth-last-of-type(3n - 2) {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .investor-information-financial__navigation-tab-list-item {
    width: calc(100% / 4);
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
  }
  .investor-information-financial__navigation-tab-list-item:nth-last-of-type(3n - 2) {
    border-right: 1px solid #b2b2b2;
  }
  .investor-information-financial__navigation-tab-list-item:nth-last-of-type(3n) {
    border-right: none;
  }
}
@media screen and (min-width: 1200px) {
  .investor-information-financial__navigation-tab-list-item {
    width: auto;
    border-right: none;
    border-bottom: none;
  }
  .investor-information-financial__navigation-tab-list-item:nth-last-of-type(3n - 2) {
    border-right: none;
  }
  .investor-information-financial__navigation-tab-list-item:nth-last-of-type(3n) {
    border-right: none;
  }
  .investor-information-financial__navigation-tab-list-item:nth-child(odd) {
    border-right: none;
  }
  .investor-information-financial__navigation-tab-list-item:last-of-type a {
    border-right: none !important;
  }
}
.investor-information-financial__navigation-tab-list-item:last-of-type-link {
  border-right: none;
}
.investor-information-financial__navigation-tab-list-item.active-tab {
  background: #841a2a;
  color: #fff;
  font-size: 19px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  border-right: none;
}
.investor-information-financial__navigation-tab-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #841a2a;
}
.investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  color: #fff !important;
}
.investor-information-financial__navigation-tab-list-item.active-tab:hover {
  color: #fff !important;
  font-size: 19px;
}
.investor-information-financial__navigation-tab-list-item:hover {
  color: #000;
  font-size: 19px;
}
.investor-information-financial__navigation-tab-list-item:hover .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
}
.investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
  display: block;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .investor-information-financial__navigation-tab-list-item-link {
    border-right: 1px solid #b2b2b2 !important;
  }
}
.investor-information-financial__navigation-tab-list-item-link:focus, .investor-information-financial__navigation-tab-list-item-link:active {
  outline: none !important;
}
.investor-information-financial__timeframe-select-container {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .investor-information-financial__timeframe-select-container {
    width: 70%;
    margin-bottom: 15px;
  }
}
.investor-information-financial__timeframe-select-container .select2-container {
  width: 100% !important;
  height: 47px;
}
.investor-information-financial__timeframe-select-container .select2-container .select2-selection {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.investor-information-financial__timeframe-select-container .select2-container .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.investor-information-financial__timeframe-select-container .select2-container .select2-selection__rendered {
  font-size: 19px;
  font-weight: 700;
  padding-left: 25px !important;
}
.investor-information-financial__timframe-submit {
  line-height: 47px;
  display: inline-block;
  background: #841a2a;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
}
.investor-information-financial__pdf-list-row {
  display: none;
}
.investor-information-financial__pdf-list-row-1 {
  display: block;
}
.investor-information-financial__pdf-list-container {
  border-radius: 10px;
  background: #fff;
}
.investor-information-financial__pdf-list-item {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.investor-information-financial__pdf-list-item:hover {
  background: #841a2a;
}
.investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-title,
.investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-year {
  color: #fff;
}
.investor-information-financial__pdf-list-item:hover a {
  background: #fff;
  color: #841a2a;
}
.investor-information-financial__pdf-list-item:hover img {
  filter: invert(1);
}
.investor-information-financial__pdf-list-item:last-of-type {
  margin-bottom: 30px;
}
.investor-information-financial__pdf-list:last-of-type-item:last-of-type {
  margin-bottom: 30px;
}
.investor-information-financial__pdf-title {
  font-size: 19px;
  color: #424242;
  font-weight: 700;
}
.investor-information-financial__pdf-year {
  font-size: 19px;
  color: #424242;
  font-weight: 400;
}
.investor-information-financial__pdf-icon-and-readmore-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 420px) {
  .investor-information-financial__pdf-icon-and-readmore-container {
    flex-direction: row;
    align-items: flex-end;
  }
}
.investor-information-financial__pdf-icon-and-readmore-container img {
  margin-bottom: 15px;
}
@media screen and (min-width: 420px) {
  .investor-information-financial__pdf-icon-and-readmore-container img {
    margin-bottom: 0px;
  }
}
.investor-information-financial__pdf-icon-and-readmore-container a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 12px;
  font-weight: 600;
  background: #fad8c2;
  transition: all 0.2s;
}
@media screen and (min-width: 330px) {
  .investor-information-financial__pdf-icon-and-readmore-container a {
    font-size: 14px;
  }
}
.investor-information-financial__pdf-icon-and-readmore-container a:hover {
  background: #bfd6ff !important;
}
.investor-information-financial__card {
  border-radius: 7px;
}
@media screen and (max-width: 576px) {
  .investor-information-financial__card .investor-information-financial__card-image-container {
    margin-bottom: 15px;
  }
}
.investor-information-financial__card-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .investor-information-financial__card-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .investor-information-financial__card-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1050px) {
  .investor-information-financial__card-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .investor-information-financial__card-title {
    font-size: 30px;
  }
}
.investor-information-financial__card-textual a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a1d6ef;
  position: relative;
  float: right;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .investor-information-financial__card-textual a {
    width: auto;
  }
}
.investor-information-financial__card-textual a:hover {
  background: #bfd6ff !important;
}
@media screen and (max-width: 576px) {
  .investor-information-financial__card-announcements .investor-information-financial__card-image-container {
    margin-bottom: 15px;
  }
}
.investor-information-financial__card-announcements a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a7d3c8;
  position: relative;
  float: right;
}
.investor-information-financial__card-announcements a:hover {
  background: #bfd6ff !important;
}
.investor-information-financial__card-ceo-desk {
  flex-wrap: wrap;
}
.investor-information-financial__card-ceo-desk .investor-information-financial__card-image-container {
  width: 100%;
  width: 53% !important;
  margin-right: 3% !important;
}
@media screen and (max-width: 576px) {
  .investor-information-financial__card-ceo-desk .investor-information-financial__card-image-container {
    margin-bottom: 15px;
  }
}
.investor-information-financial__card-ceo-desk .investor-information-financial__card-textual {
  width: 80%;
}
@media screen and (min-width: 576px) {
  .investor-information-financial__card-ceo-desk .investor-information-financial__card-textual {
    width: 40%;
  }
}
.investor-information-financial__card-ceo-desk .investor-information-financial__card-title {
  color: #253C7A;
}
.investor-information-financial__card-desc {
  font-size: 16px;
}
.investor-information-financial #tv-medium-widget {
  border-radius: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: #fff;
}
.investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
  width: 100%;
  height: 350px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 576px) {
  .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(odd) {
    padding-right: 18px;
  }
  .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(even) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 576px) {
  .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
    width: 50%;
  }
}
.investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: all 0.2s;
}
.investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  font-size: 18px;
}
.investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title img {
  filter: invert(0);
  margin-left: 18px;
}
.investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a:hover .hover-container {
  opacity: 1;
}
.investor-information-financial__tab {
  display: none;
}
.investor-information-financial__tab[data-tab-id=annual-reports] {
  display: block;
}
.investor-information-financial__tab[data-tab-id=latest-announcements] {
  display: block;
}
.investor-information-financial__tab[data-tab-id=code-of-conduct] {
  display: block;
}

.select2-search__field {
  display: none;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #841a2a !important;
  color: white;
}

ul#select2-investor-information-financial-presentation__timframe-results li {
  display: none;
}
ul#select2-investor-information-financial-presentation__timframe-results li:nth-child(1) {
  display: list-item;
}
ul#select2-investor-information-financial-presentation__timframe-results li:nth-child(2) {
  display: list-item;
}
ul#select2-investor-information-financial-presentation__timframe-results li:nth-child(3) {
  display: list-item;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.wp-admin .homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.wp-admin .homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.wp-admin .homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.wp-admin .homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.wp-admin .homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.wp-admin .homepage-social-responsibility .row-2 .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.page_latest-announcements .investor-information-financial {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .page_latest-announcements .investor-information-financial .column-1 {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .page_latest-announcements .investor-information-financial .column-2 {
    width: 44%;
  }
}
.page_latest-announcements .investor-information-financial__navigation {
  margin-bottom: 45px;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list {
  background: #fff;
  border-radius: 10px;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item {
  color: #424242;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item:last-of-type-link {
  border-right: none;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item.active-tab {
  background: #841a2a;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  border-right: none;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #841a2a;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  color: #fff !important;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item.active-tab:hover {
  color: #fff !important;
  font-size: 20px;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item:hover {
  color: #000;
  font-size: 20px;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item:hover .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
  display: block;
  border-right: 1px solid #b2b2b2;
  padding: 0 20px;
}
.page_latest-announcements .investor-information-financial__navigation-tab-list-item-link:focus, .page_latest-announcements .investor-information-financial__navigation-tab-list-item-link:active {
  outline: none !important;
}
.page_latest-announcements .investor-information-financial__timeframe-select-container {
  width: 70%;
}
.page_latest-announcements .investor-information-financial__timeframe-select-container .select2-container {
  width: 100% !important;
  height: 47px;
}
.page_latest-announcements .investor-information-financial__timeframe-select-container .select2-container .select2-selection {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.page_latest-announcements .investor-information-financial__timeframe-select-container .select2-container .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.page_latest-announcements .investor-information-financial__timeframe-select-container .select2-container .select2-selection__rendered {
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px !important;
}
.page_latest-announcements .investor-information-financial__timframe-submit {
  line-height: 47px;
  display: inline-block;
  background: #51AB85;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
  border: none;
}
.page_latest-announcements .investor-information-financial__pdf-list-row {
  display: none;
}
.page_latest-announcements .investor-information-financial__pdf-list-row-1 {
  display: block;
}
.page_latest-announcements .investor-information-financial__pdf-list {
  border-radius: 10px;
  background: #fff;
}
.page_latest-announcements .investor-information-financial__pdf-list-item {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.page_latest-announcements .investor-information-financial__pdf-list-item:hover {
  background-color: #51AB85;
}
.page_latest-announcements .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-title,
.page_latest-announcements .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-year, .page_latest-announcements .investor-information-financial__pdf-list-item:hover .date {
  color: #fff !important;
}
.page_latest-announcements .investor-information-financial__pdf-list-item:hover a {
  background: #fff;
  color: #51AB85;
}
.page_latest-announcements .investor-information-financial__pdf-list-item:hover img {
  filter: invert(1);
}
.page_latest-announcements .investor-information-financial__pdf-list-item:last-of-type {
  margin-bottom: 30px;
}
.page_latest-announcements .investor-information-financial__pdf-list:last-of-type-item:last-of-type {
  margin-bottom: 30px;
}
.page_latest-announcements .investor-information-financial__pdf-title {
  font-size: 20px;
  color: #424242;
  font-weight: 700;
}
.page_latest-announcements .investor-information-financial__pdf-year {
  font-size: 20px;
  color: #424242;
  font-weight: 400;
}
.page_latest-announcements .investor-information-financial__pdf-icon-and-readmore-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_latest-announcements .investor-information-financial__pdf-icon-and-readmore-container .date {
  font-size: 17px;
}
.page_latest-announcements .investor-information-financial__pdf-icon-and-readmore-container a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  background: #A7D3C8;
  transition: all 0.2s;
}
.page_latest-announcements .investor-information-financial__pdf-icon-and-readmore-container a:hover {
  background: #bfd6ff !important;
}
.page_latest-announcements .investor-information-financial__card {
  background: #fff;
  border-radius: 7px;
}
.page_latest-announcements .investor-information-financial__card-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page_latest-announcements .investor-information-financial__card-title {
    font-size: 30px;
  }
}
.page_latest-announcements .investor-information-financial__card-textual a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a1d6ef;
  position: relative;
  float: right;
  font-size: 14px;
}
.page_latest-announcements .investor-information-financial__card-textual a:hover {
  background: #bfd6ff !important;
}
.page_latest-announcements .investor-information-financial__card-financial-information a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #FAD8C2;
  position: relative;
  float: right;
}
.page_latest-announcements .investor-information-financial__card-financial-information a:hover {
  background: #bfd6ff !important;
}
.page_latest-announcements .investor-information-financial__card-ceo-desk .investor-information-financial__card-image-container {
  width: 100%;
}
.page_latest-announcements .investor-information-financial #tv-medium-widget {
  border-radius: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: #fff;
}
.page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
  width: 100%;
  height: 350px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 576px) {
  .page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(odd) {
    padding-right: 18px;
  }
  .page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(even) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 576px) {
  .page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
    width: 50%;
  }
}
.page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: all 0.2s;
}
.page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  font-size: 18px;
}
.page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title img {
  filter: invert(0);
  margin-left: 18px;
}
.page_latest-announcements .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a:hover .hover-container {
  opacity: 1;
}
.page_latest-announcements .select2-search__field {
  display: none;
}
.page_latest-announcements .select2-results__option--highlighted[aria-selected] {
  background-color: #51AB85 !important;
  color: white;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.wp-admin .homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.wp-admin .homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.wp-admin .homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.wp-admin .homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.wp-admin .homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.wp-admin .homepage-social-responsibility .row-2 .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.page_shareholders-corner .investor-information-financial {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial .column-1 {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial .column-2 {
    width: 44%;
  }
}
.page_shareholders-corner .investor-information-financial__navigation {
  margin-bottom: 45px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list {
  background: #fff;
  border-radius: 10px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item {
  color: #424242;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial__navigation-tab-list-item {
    width: calc(100% / 2) !important;
  }
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item:last-of-type-link {
  border-right: none;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab {
  background: #253C7A;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  border-right: none;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #253C7A;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  color: #fff !important;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab:hover {
  color: #fff !important;
  font-size: 20px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item:hover {
  color: #000;
  font-size: 20px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item:hover .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
  display: block;
  border-right: 1px solid #b2b2b2;
  padding: 0 20px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item-link:focus, .page_shareholders-corner .investor-information-financial__navigation-tab-list-item-link:active {
  outline: none !important;
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page_shareholders-corner .investor-information-financial__timeframe-select-container {
    width: 70%;
    margin-bottom: 0px;
  }
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container {
  width: 100% !important;
  height: 47px;
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container .select2-selection {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container .select2-selection__rendered {
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px !important;
}
.page_shareholders-corner .investor-information-financial__timframe-submit {
  line-height: 47px;
  display: inline-block;
  background: #253C7A;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
}
.page_shareholders-corner .investor-information-financial__pdf-list {
  border-radius: 10px;
  background: #fff;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover {
  background: #253C7A;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-title,
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-year {
  color: #fff;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover .date {
  font-size: 17px;
  color: #fff;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover a {
  background: #fff;
  color: #253C7A;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover img {
  filter: invert(1);
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:last-of-type {
  margin-bottom: 30px;
}
.page_shareholders-corner .investor-information-financial__pdf-list:last-of-type-item:last-of-type {
  margin-bottom: 30px;
}
.page_shareholders-corner .investor-information-financial__pdf-title {
  font-size: 20px;
  color: #424242;
  font-weight: 700;
}
.page_shareholders-corner .investor-information-financial__pdf-year {
  font-size: 20px;
  color: #424242;
  font-weight: 400;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container .date {
  font-size: 17px;
  color: #424242;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  background: #A1D6EF;
  transition: all 0.2s;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container a:hover {
  background: #bfd6ff !important;
}
.page_shareholders-corner .investor-information-financial__card {
  border-radius: 7px;
}
.page_shareholders-corner .investor-information-financial__card-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial__card-title {
    font-size: 30px;
  }
}
.page_shareholders-corner .investor-information-financial__card-textual a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a1d6ef;
  position: relative;
  float: right;
  font-size: 14px;
}
.page_shareholders-corner .investor-information-financial__card-textual a:hover {
  background: #bfd6ff !important;
}
.page_shareholders-corner .investor-information-financial__card-announcements a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a7d3c8;
  position: relative;
  float: right;
}
.page_shareholders-corner .investor-information-financial__card-announcements a:hover {
  background: #bfd6ff !important;
}
.page_shareholders-corner .investor-information-financial__card-ceo-desk .investor-information-financial__card-image-container {
  width: 100%;
}
.page_shareholders-corner .investor-information-financial #tv-medium-widget {
  border-radius: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
  width: 100%;
  height: 350px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 576px) {
  .page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(odd) {
    padding-right: 18px;
  }
  .page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(even) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 576px) {
  .page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
    width: 50%;
  }
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: all 0.2s;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  font-size: 18px;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title img {
  filter: invert(0);
  margin-left: 18px;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a:hover .hover-container {
  opacity: 1;
}
.page_shareholders-corner .select2-search__field {
  display: none;
}
.page_shareholders-corner .select2-results__option--highlighted[aria-selected] {
  background-color: #253C7A !important;
  color: white;
}

.accordion .card {
  border: none !important;
}
.accordion .card-header {
  border-radius: 50px !important;
  background: transparent !important;
}
.accordion button {
  border-radius: 50px !important;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  color: #424242;
  font-weight: 700;
  transition: all 0.2s;
}
.accordion button[aria-expanded=true] {
  background-color: #253C7A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.accordion button[aria-expanded=true] .plus-sign__vertical-line {
  opacity: 0;
}
.accordion button[aria-expanded=true] .plus-sign__horizontal-line {
  background-color: #fff;
}
.accordion button:active, .accordion button:focus {
  outline: none !important;
  border: 1px solid #C7C7C7 !important;
  box-shadow: none !important;
}
.accordion button:hover {
  background-color: #253C7A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.accordion button:hover .plus-sign__horizontal-line {
  background-color: #fff;
}
.accordion button:hover .plus-sign__vertical-line {
  background-color: #fff;
}
.accordion .card-body {
  background: #eeeeee;
  margin-top: -20px;
  padding-top: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 30px;
}
.accordion .card-body .single-doc {
  border-bottom: 1px solid #c7c7c7;
}
.accordion .card-body .single-doc:last-of-type {
  border-bottom: none;
}
.accordion .card-body .single-doc__title, .accordion .card-body .single-doc__date {
  font-size: 17px;
  color: #424242;
}

.plus-sign {
  position: absolute;
  height: 14px;
  width: 14px;
  right: 25px;
  top: 50%;
}
.plus-sign__line {
  position: absolute;
  left: 50%;
  height: 3px;
  width: 14px;
  background-color: #424242;
}
.plus-sign__horizontal-line {
  transform: translateX(-50%);
}
.plus-sign__vertical-line {
  transform: translateX(-50%) rotate(-90deg);
  transition: all 0.2s;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.wp-admin .homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.wp-admin .homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.wp-admin .homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.wp-admin .homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.wp-admin .homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.wp-admin .homepage-social-responsibility .row-2 .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
html body .page_sustainability-report .investor-information-financial__navigation-tab-list-item {
  width: 100% !important;
}

.page_sustainability-report .investor-information-financial {
  font-size: 1rem;
  overflow-x: hidden;
}
.page_sustainability-report .investor-information-financial__tab {
  display: block;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item {
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  .page_sustainability-report .investor-information-financial__navigation-tab-list-item {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .page_sustainability-report .investor-information-financial .column-1 {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .page_sustainability-report .investor-information-financial .column-2 {
    width: 44%;
  }
}
.page_sustainability-report .investor-information-financial__navigation {
  margin-bottom: 45px;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list {
  background: #fff;
  border-radius: 10px;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item {
  color: #424242;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item:last-of-type-link {
  border-right: none;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item.active-tab {
  background: #253C7A;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  border-right: none;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #253C7A;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  color: #fff !important;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item.active-tab:hover {
  color: #fff !important;
  font-size: 20px;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item:hover {
  color: #000;
  font-size: 20px;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item:hover .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
  display: block;
  border-right: 1px solid #b2b2b2;
  padding: 0 20px;
}
.page_sustainability-report .investor-information-financial__navigation-tab-list-item-link:focus, .page_sustainability-report .investor-information-financial__navigation-tab-list-item-link:active {
  outline: none !important;
}
.page_sustainability-report .investor-information-financial__timeframe-select-container {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page_sustainability-report .investor-information-financial__timeframe-select-container {
    width: 70%;
    margin-bottom: 0px;
  }
}
.page_sustainability-report .investor-information-financial__timeframe-select-container .select2-container {
  width: 100% !important;
  height: 47px;
}
.page_sustainability-report .investor-information-financial__timeframe-select-container .select2-container .select2-selection {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.page_sustainability-report .investor-information-financial__timeframe-select-container .select2-container .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.page_sustainability-report .investor-information-financial__timeframe-select-container .select2-container .select2-selection__rendered {
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px !important;
}
.page_sustainability-report .investor-information-financial__timframe-submit {
  line-height: 47px;
  display: inline-block;
  background: #253C7A;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
}
.page_sustainability-report .investor-information-financial__pdf-list {
  border-radius: 10px;
  background: #fff;
}
.page_sustainability-report .investor-information-financial__pdf-list-item {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.page_sustainability-report .investor-information-financial__pdf-list-item:hover {
  background: #253C7A;
}
.page_sustainability-report .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-title,
.page_sustainability-report .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-year {
  color: #fff;
}
.page_sustainability-report .investor-information-financial__pdf-list-item:hover .date {
  font-size: 17px;
  color: #fff;
}
.page_sustainability-report .investor-information-financial__pdf-list-item:hover a {
  background: #fff;
  color: #253C7A;
}
.page_sustainability-report .investor-information-financial__pdf-list-item:hover img {
  filter: invert(1);
}
.page_sustainability-report .investor-information-financial__pdf-list-item:last-of-type {
  margin-bottom: 30px;
}
.page_sustainability-report .investor-information-financial__pdf-list:last-of-type-item:last-of-type {
  margin-bottom: 30px;
}
.page_sustainability-report .investor-information-financial__pdf-title {
  font-size: 20px;
  color: #424242;
  font-weight: 700;
}
.page_sustainability-report .investor-information-financial__pdf-year {
  font-size: 20px;
  color: #424242;
  font-weight: 400;
}
.page_sustainability-report .investor-information-financial__pdf-icon-and-readmore-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_sustainability-report .investor-information-financial__pdf-icon-and-readmore-container .date {
  font-size: 17px;
  color: #424242;
}
.page_sustainability-report .investor-information-financial__pdf-icon-and-readmore-container a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  background: #A1D6EF;
  transition: all 0.2s;
}
.page_sustainability-report .investor-information-financial__pdf-icon-and-readmore-container a:hover {
  background: #bfd6ff !important;
}
.page_sustainability-report .investor-information-financial__card {
  border-radius: 7px;
}
.page_sustainability-report .investor-information-financial__card-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page_sustainability-report .investor-information-financial__card-title {
    font-size: 30px;
  }
}
.page_sustainability-report .investor-information-financial__card-textual a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a1d6ef;
  position: relative;
  float: right;
  font-size: 14px;
}
.page_sustainability-report .investor-information-financial__card-textual a:hover {
  background: #bfd6ff !important;
}
.page_sustainability-report .investor-information-financial__card-announcements a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a7d3c8;
  position: relative;
  float: right;
}
.page_sustainability-report .investor-information-financial__card-announcements a:hover {
  background: #bfd6ff !important;
}
.page_sustainability-report .investor-information-financial__card-ceo-desk .investor-information-financial__card-image-container {
  width: 100%;
}
.page_sustainability-report .investor-information-financial #tv-medium-widget {
  border-radius: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
  width: 100%;
  height: 350px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 576px) {
  .page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(odd) {
    padding-right: 18px;
  }
  .page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(even) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 576px) {
  .page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
    width: 50%;
  }
}
.page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: all 0.2s;
}
.page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  font-size: 18px;
}
.page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title img {
  filter: invert(0);
  margin-left: 18px;
}
.page_sustainability-report .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a:hover .hover-container {
  opacity: 1;
}
.page_sustainability-report .select2-search__field {
  display: none;
}
.page_sustainability-report .select2-results__option--highlighted[aria-selected] {
  background-color: #253C7A !important;
  color: white;
}

.accordion .card {
  border: none !important;
}
.accordion .card-header {
  border-radius: 50px !important;
  background: transparent !important;
}
.accordion button {
  border-radius: 50px !important;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  color: #424242;
  font-weight: 700;
  transition: all 0.2s;
}
.accordion button[aria-expanded=true] {
  background-color: #253C7A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.accordion button[aria-expanded=true] .plus-sign__vertical-line {
  opacity: 0;
}
.accordion button[aria-expanded=true] .plus-sign__horizontal-line {
  background-color: #fff;
}
.accordion button:active, .accordion button:focus {
  outline: none !important;
  border: 1px solid #C7C7C7 !important;
  box-shadow: none !important;
}
.accordion button:hover {
  background-color: #253C7A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.accordion button:hover .plus-sign__horizontal-line {
  background-color: #fff;
}
.accordion button:hover .plus-sign__vertical-line {
  background-color: #fff;
}
.accordion .card-body {
  background: #eeeeee;
  margin-top: -20px;
  padding-top: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 30px;
}
.accordion .card-body .single-doc {
  border-bottom: 1px solid #c7c7c7;
}
.accordion .card-body .single-doc:last-of-type {
  border-bottom: none;
}
.accordion .card-body .single-doc__title, .accordion .card-body .single-doc__date {
  font-size: 17px;
  color: #424242;
}

.plus-sign {
  position: absolute;
  height: 14px;
  width: 14px;
  right: 25px;
  top: 50%;
}
.plus-sign__line {
  position: absolute;
  left: 50%;
  height: 3px;
  width: 14px;
  background-color: #424242;
}
.plus-sign__horizontal-line {
  transform: translateX(-50%);
}
.plus-sign__vertical-line {
  transform: translateX(-50%) rotate(-90deg);
  transition: all 0.2s;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.wp-admin .homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.wp-admin .homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.wp-admin .homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.wp-admin .homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.wp-admin .homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.wp-admin .homepage-social-responsibility .row-2 .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.page_shareholders-corner .investor-information-financial {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial .column-1 {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial .column-2 {
    width: 44%;
  }
}
.page_shareholders-corner .investor-information-financial__navigation {
  margin-bottom: 45px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list {
  background: #fff;
  border-radius: 10px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item {
  color: #424242;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial__navigation-tab-list-item {
    width: calc(100% / 3);
  }
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item:last-of-type-link {
  border-right: none;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab {
  background: #253C7A;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  border-right: none;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #253C7A;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab .investor-information-financial__navigation-tab-list-item-link {
  color: #fff !important;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item.active-tab:hover {
  color: #fff !important;
  font-size: 20px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item:hover {
  color: #000;
  font-size: 20px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item:hover .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item-link {
  color: inherit !important;
  display: block;
  border-right: 1px solid #b2b2b2;
  padding: 0 20px;
}
.page_shareholders-corner .investor-information-financial__navigation-tab-list-item-link:focus, .page_shareholders-corner .investor-information-financial__navigation-tab-list-item-link:active {
  outline: none !important;
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page_shareholders-corner .investor-information-financial__timeframe-select-container {
    width: 70%;
    margin-bottom: 0px;
  }
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container {
  width: 100% !important;
  height: 47px;
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container .select2-selection {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.page_shareholders-corner .investor-information-financial__timeframe-select-container .select2-container .select2-selection__rendered {
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px !important;
}
.page_shareholders-corner .investor-information-financial__timframe-submit {
  line-height: 47px;
  display: inline-block;
  background: #253C7A;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
}
.page_shareholders-corner .investor-information-financial__pdf-list {
  border-radius: 10px;
  background: #fff;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover {
  background: #253C7A;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-title,
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover .investor-information-financial__pdf-year {
  color: #fff;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover .date {
  font-size: 17px;
  color: #fff;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover a {
  background: #fff;
  color: #253C7A;
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:hover img {
  filter: invert(1);
}
.page_shareholders-corner .investor-information-financial__pdf-list-item:last-of-type {
  margin-bottom: 30px;
}
.page_shareholders-corner .investor-information-financial__pdf-list:last-of-type-item:last-of-type {
  margin-bottom: 30px;
}
.page_shareholders-corner .investor-information-financial__pdf-title {
  font-size: 20px;
  color: #424242;
  font-weight: 700;
}
.page_shareholders-corner .investor-information-financial__pdf-year {
  font-size: 20px;
  color: #424242;
  font-weight: 400;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container .date {
  font-size: 17px;
  color: #424242;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  background: #A1D6EF;
  transition: all 0.2s;
}
.page_shareholders-corner .investor-information-financial__pdf-icon-and-readmore-container a:hover {
  background: #bfd6ff !important;
}
.page_shareholders-corner .investor-information-financial__card {
  border-radius: 7px;
}
.page_shareholders-corner .investor-information-financial__card-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page_shareholders-corner .investor-information-financial__card-title {
    font-size: 30px;
  }
}
.page_shareholders-corner .investor-information-financial__card-textual a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a1d6ef;
  position: relative;
  float: right;
  font-size: 14px;
}
.page_shareholders-corner .investor-information-financial__card-textual a:hover {
  background: #bfd6ff !important;
}
.page_shareholders-corner .investor-information-financial__card-announcements a {
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 30px;
  color: #000 !important;
  background: #a7d3c8;
  position: relative;
  float: right;
}
.page_shareholders-corner .investor-information-financial__card-announcements a:hover {
  background: #bfd6ff !important;
}
.page_shareholders-corner .investor-information-financial__card-ceo-desk .investor-information-financial__card-image-container {
  width: 100%;
}
.page_shareholders-corner .investor-information-financial #tv-medium-widget {
  border-radius: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
  width: 100%;
  height: 350px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 576px) {
  .page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(odd) {
    padding-right: 18px;
  }
  .page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item:nth-child(even) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 576px) {
  .page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item {
    width: 50%;
  }
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: all 0.2s;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  font-size: 18px;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a .hover-container__title img {
  filter: invert(0);
  margin-left: 18px;
}
.page_shareholders-corner .investor-information-financial .investor-information-financial__tab-annual-reports .investor-information-financial__pdf-list-item a:hover .hover-container {
  opacity: 1;
}
.page_shareholders-corner .select2-search__field {
  display: none;
}
.page_shareholders-corner .select2-results__option--highlighted[aria-selected] {
  background-color: #253C7A !important;
  color: white;
}

.accordion .card {
  border: none !important;
}
.accordion .card-header {
  border-radius: 50px !important;
  background: transparent !important;
}
.accordion button {
  border-radius: 50px !important;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  color: #424242;
  font-weight: 700;
  transition: all 0.2s;
}
.accordion button[aria-expanded=true] {
  background-color: #253C7A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.accordion button[aria-expanded=true] .plus-sign__vertical-line {
  opacity: 0;
}
.accordion button[aria-expanded=true] .plus-sign__horizontal-line {
  background-color: #fff;
}
.accordion button:active, .accordion button:focus {
  outline: none !important;
  border: 1px solid #C7C7C7 !important;
  box-shadow: none !important;
}
.accordion button:hover {
  background-color: #253C7A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.accordion button:hover .plus-sign__horizontal-line {
  background-color: #fff;
}
.accordion button:hover .plus-sign__vertical-line {
  background-color: #fff;
}
.accordion .card-body {
  background: #eeeeee;
  margin-top: -20px;
  padding-top: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 30px;
}
.accordion .card-body .single-doc {
  border-bottom: 1px solid #c7c7c7;
}
.accordion .card-body .single-doc:last-of-type {
  border-bottom: none;
}
.accordion .card-body .single-doc__title, .accordion .card-body .single-doc__date {
  font-size: 17px;
  color: #424242;
}

.plus-sign {
  position: absolute;
  height: 14px;
  width: 14px;
  right: 25px;
  top: 50%;
}
.plus-sign__line {
  position: absolute;
  left: 50%;
  height: 3px;
  width: 14px;
  background-color: #424242;
}
.plus-sign__horizontal-line {
  transform: translateX(-50%);
}
.plus-sign__vertical-line {
  transform: translateX(-50%) rotate(-90deg);
  transition: all 0.2s;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .homepage-social-responsibility {
  font-size: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title {
    line-height: 55px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-1 {
  font-size: 44px;
  color: #54287f;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-1 {
    font-size: 144px;
  }
}
.wp-admin .homepage-social-responsibility__title-line-2 {
  font-size: 24px;
  color: #231f20;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__title-line-2 {
    font-size: 76px;
  }
}
.wp-admin .homepage-social-responsibility__post {
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.wp-admin .homepage-social-responsibility__post-title {
  border-bottom: 2px solid;
  padding-bottom: 7px;
}
.wp-admin .homepage-social-responsibility__post-excerpt {
  color: #5e5f5e;
  font-size: 1.7em;
}
.wp-admin .homepage-social-responsibility__post-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .wp-admin .homepage-social-responsibility__post-image {
    height: 400px;
  }
}
.wp-admin .homepage-social-responsibility__readmore {
  display: inline-block;
  line-height: 33px;
  color: #fff !important;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.wp-admin .homepage-social-responsibility__background {
  height: 60%;
  width: 100%;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 40%;
  background: #9cc9eb;
  background: linear-gradient(120deg, #9cc9eb 0%, #521c7f 100%);
}
.wp-admin .homepage-social-responsibility .row-2 .row {
  opacity: 1;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.plants {
  z-index: 555;
  position: relative;
}

.plant {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.plant__front {
  background-color: #f8e6d6;
}
.plant__dropdown {
  display: none;
  margin-bottom: 45px;
}
.plant__featured-image-container {
  height: 360px;
}
.plant__textual-container-textual {
  line-height: 30px;
}
.plant__textual-container-textual-line-1 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 992px) {
  .plant__textual-container-textual-line-1 {
    font-size: 30px;
  }
}
.plant__textual-container-textual-line-2 {
  font-size: 24px;
  font-weight: 700;
  color: #8f1823;
}
@media screen and (min-width: 992px) {
  .plant__textual-container-textual-line-2 {
    font-size: 30px;
  }
}
.plant__textual-container-textual-line-3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 992px) {
  .plant__textual-container-textual-line-3 {
    font-size: 22px;
  }
}
.plant__slide-btn {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 51px;
  border-radius: 60px;
  font-size: 43px;
  font-weight: 700;
  color: #8f1823;
  text-align: center;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.plant__slide-btn.isSlideDown {
  bottom: -40px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.radio-diagnostic-timeline {
  font-size: 1rem;
  position: relative;
  height: auto;
  margin-top: 215px !important;
}
.radio-diagnostic-timeline__inner {
  height: 100%;
}
.radio-diagnostic-timeline .image-45-years {
  position: absolute;
  top: -130px;
  transform: translateX(-50%);
  left: 50%;
}
.radio-diagnostic-timeline__axel {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 10px;
}
.radio-diagnostic-timeline__axel-line {
  width: 2px;
  height: 100%;
  background: #c3c3c3;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline__axel-line {
    left: 0%;
  }
}
.radio-diagnostic-timeline__axel-top {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline__axel-top {
    left: 0%;
  }
}
.radio-diagnostic-timeline__axel-top-inner {
  position: absolute;
  background-color: #cfcfcf;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.radio-diagnostic-timeline__axel-bottom {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -20px;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline__axel-bottom {
    left: 0%;
  }
}
.radio-diagnostic-timeline__axel-bottom-inner {
  position: absolute;
  background-color: #cfcfcf;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.radio-diagnostic-timeline .timepoint {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 230px;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint {
    margin-bottom: 340px;
  }
}
.radio-diagnostic-timeline .timepoint__year {
  width: 50%;
  position: relative;
  float: right;
  padding-left: 45px;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint__year {
    float: left;
    padding-left: 10px;
    text-align: left;
  }
}
.radio-diagnostic-timeline .timepoint.timepoint--image-right .timepoint__year {
  float: left;
  padding-right: 45px;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint.timepoint--image-right .timepoint__year {
    float: left;
    padding-left: 10px;
    text-align: left;
  }
}
.radio-diagnostic-timeline .timepoint__image-and-text {
  top: 10px;
  min-height: 150px;
  background-color: rgba(255, 255, 255, 0.5);
}
.radio-diagnostic-timeline .timepoint__image {
  width: 50%;
  height: 323px;
  position: absolute;
  left: 0;
  top: -60px;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .radio-diagnostic-timeline .timepoint__image {
    height: 210px;
    top: -30px;
  }
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint__image {
    top: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.radio-diagnostic-timeline .timepoint__image .image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 8px solid #fff;
  background-color: #fff;
}
.radio-diagnostic-timeline .timepoint.timepoint--image-right .timepoint__image {
  left: auto;
  right: 0;
  padding-left: 45px;
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint.timepoint--image-right .timepoint__image {
    top: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.radio-diagnostic-timeline .timepoint__center-line {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 7px;
  height: 100%;
  margin-left: 0px;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint__center-line {
    transform: translateX(-65%);
    left: 0;
  }
}
.radio-diagnostic-timeline .timepoint__center-line-inner-indicator {
  height: 30px;
  background: #8c1a2a;
  border-radius: 1px;
  margin-top: 30px;
}
.radio-diagnostic-timeline .timepoint__text {
  width: 50%;
  position: absolute;
  right: 0;
  padding-left: 45px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .radio-diagnostic-timeline .timepoint__text {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint__text {
    width: 100%;
  }
}
.radio-diagnostic-timeline .timepoint__text-inner {
  padding: 35px 10px 35px 0;
}
@media screen and (max-width: 768px) {
  .radio-diagnostic-timeline .timepoint__text-inner {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 10px 10px 0;
  }
}
.radio-diagnostic-timeline .timepoint.timepoint--image-right .timepoint__text {
  left: 0;
  right: auto;
  padding-right: 45px;
}
@media screen and (max-width: 576px) {
  .radio-diagnostic-timeline .timepoint.timepoint--image-right .timepoint__text {
    left: auto;
    right: 0;
    padding-left: 45px;
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.documents-list .investor-information-financial__pdf-list-item {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.documents-list .investor-information-financial__pdf-list-item:hover {
  background: #841a2a !important;
}
.documents-list .investor-information-financial__pdf-list-item:last-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .documents-list .investor-information-financial__pdf-list-item:last-of-type {
    margin-bottom: 40px;
  }
}
.documents-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 1200px) {
  .documents-list .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .documents-list .column {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .documents-list .col-lg-12.column {
    max-width: 565px;
    margin: 0 auto;
  }
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.jb-therapies {
  z-index: 555;
  position: relative;
}

.jb-therapy {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.jb-therapy__title {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .jb-therapy__title {
    font-size: 39px;
  }
}
.jb-therapy__description {
  line-height: 20px;
}
.jb-therapy__front {
  background-color: #f8e6d6;
}
.jb-therapy__dropdown {
  display: none;
  margin-bottom: 45px;
}
.jb-therapy__featured-image-container {
  height: 360px;
}
.jb-therapy__textual-container-textual {
  line-height: 30px;
}
.jb-therapy__textual-container-textual-line-1 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 992px) {
  .jb-therapy__textual-container-textual-line-1 {
    font-size: 30px;
  }
}
.jb-therapy__textual-container-textual-line-2 {
  font-size: 24px;
  font-weight: 700;
  color: #8f1823;
}
@media screen and (min-width: 992px) {
  .jb-therapy__textual-container-textual-line-2 {
    font-size: 30px;
  }
}
.jb-therapy__textual-container-textual-line-3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 992px) {
  .jb-therapy__textual-container-textual-line-3 {
    font-size: 22px;
  }
}
.jb-therapy__slide-btn {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 51px;
  border-radius: 60px;
  font-size: 43px;
  font-weight: 700;
  color: #8f1823;
  text-align: center;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.jb-therapy__slide-btn.isSlideDown {
  bottom: -40px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.press-release__navigation-list {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}
.press-release__navigation-list-item {
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  cursor: pointer;
}
.press-release__navigation-list-item.active-tab {
  background: #841a2a;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.press-release__navigation-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #841a2a;
}
@media screen and (min-width: 768px) {
  .press-release__navigation-list-item-text {
    border-right: 1px solid #b7b7b7;
  }
}
@media screen and (min-width: 768px) {
  .press-release__navigation-list-item {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .press-release__navigation-list-item:last-of-type .press-release__navigation-list-item-text {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .press-release__navigation-list-item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 992px) {
  .press-release__navigation-list-item {
    width: calc(100% / 2);
  }
}
.press-release__tab {
  display: none;
}
.press-release__tab[data-tab-id=news] {
  display: block;
}
.press-release__tab-list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .press-release__tab-list {
    margin: 0 -20px !important;
  }
}
.press-release__tab-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .press-release__tab-list-item {
    padding: 0 20px;
  }
}
.press-release__tab-list-item-inner {
  border: 1px solid #c7c7c7;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .press-release__tab-list-item {
    width: 50%;
  }
}
.press-release__tab-list-item a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  background: #fad8c2;
  transition: all 0.2s;
}
.press-release__tab-list-item a:hover {
  background: #bfd6ff !important;
}
.press-release__year-select-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .press-release__year-select-container {
    width: 262px;
  }
}
.press-release__year-select-container .select2-selection__rendered {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #424242 !important;
}
.press-release .search-filter-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .press-release .search-filter-container {
    width: 60%;
    margin: 0 30px;
  }
}
.press-release__search-filter {
  height: 50px !important;
  border-radius: 50px !important;
  border: 1px solid #b7b7b7 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #424242 !important;
  padding-left: 25px !important;
}
.press-release__search-submit {
  line-height: 47px;
  display: inline-block;
  background: #841a2a;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.dpco-dpdo-pricelist__navigation-list {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}
.dpco-dpdo-pricelist__navigation-list-item {
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  cursor: pointer;
}
.dpco-dpdo-pricelist__navigation-list-item.active-tab {
  background: #841a2a;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dpco-dpdo-pricelist__navigation-list-item.active-tab::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  height: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #841a2a;
}
@media screen and (min-width: 768px) {
  .dpco-dpdo-pricelist__navigation-list-item-text {
    border-right: 1px solid #b7b7b7;
  }
}
@media screen and (min-width: 768px) {
  .dpco-dpdo-pricelist__navigation-list-item {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .dpco-dpdo-pricelist__navigation-list-item:last-of-type .dpco-dpdo-pricelist__navigation-list-item-text {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .dpco-dpdo-pricelist__navigation-list-item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 992px) {
  .dpco-dpdo-pricelist__navigation-list-item {
    width: calc(100% / 2);
  }
}
.dpco-dpdo-pricelist__tab {
  display: none;
}
.dpco-dpdo-pricelist__tab[data-tab-id=dpco-13-form-v-pricelist] {
  display: block;
}
.dpco-dpdo-pricelist__tab-list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dpco-dpdo-pricelist__tab-list {
    margin: 0 -20px !important;
  }
}
.dpco-dpdo-pricelist__tab-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dpco-dpdo-pricelist__tab-list-item {
    padding: 0 20px;
  }
}
.dpco-dpdo-pricelist__tab-list-item-inner {
  border: 1px solid #c7c7c7;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .dpco-dpdo-pricelist__tab-list-item {
    width: 50%;
  }
}
.dpco-dpdo-pricelist__tab-list-item a {
  display: inline-block;
  line-height: 33px;
  padding: 0 30px;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  background: #fad8c2;
  transition: all 0.2s;
}
.dpco-dpdo-pricelist__tab-list-item a:hover {
  background: #bfd6ff !important;
}
.dpco-dpdo-pricelist__year-select-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dpco-dpdo-pricelist__year-select-container {
    width: 262px;
  }
}
.dpco-dpdo-pricelist__year-select-container .select2-selection__rendered {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #424242 !important;
}
.dpco-dpdo-pricelist .search-filter-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dpco-dpdo-pricelist .search-filter-container {
    width: 60%;
    margin: 0 30px;
  }
}
.dpco-dpdo-pricelist__search-filter {
  height: 50px !important;
  border-radius: 50px !important;
  border: 1px solid #b7b7b7 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #424242 !important;
  padding-left: 25px !important;
}
.dpco-dpdo-pricelist__search-submit {
  line-height: 47px;
  display: inline-block;
  background: #841a2a;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0 60px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .dyn-section-sitemap {
  font-size: 1rem;
  overflow-x: hidden;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .dyn-section-pillars-of-safety {
  font-size: 1rem;
  overflow-x: hidden;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.dyn-section-ot-international-portfolio {
  opacity: 0;
  transition: opacity 0.3s;
}
.dyn-section-ot-international-portfolio .card-header {
  padding: 1.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
.dyn-section-ot-international-portfolio .card {
  border: none;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 0;
}

.filter__title .btn-link {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #070707;
  text-align: left;
  width: 100%;
}
.filter__title .btn-link:hover, .filter__title .btn-link:focus, .filter__title .btn-link:active {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.filter__list-item {
  color: #6D6E71;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
.filter__list-item:hover {
  color: #8F1823;
}
.filter__list-item.active {
  color: #8F1823;
}

.dataTables_filter {
  position: absolute;
  top: -70px;
  width: calc(100% + 300px);
  left: -300px;
  margin-bottom: 10px;
}
.dataTables_filter label {
  width: 100%;
}
.dataTables_filter input {
  width: 100% !important;
}

.dataTables_length, .dataTables_info, .paginate_button.previous.disabled, .paginate_button.next.disabled {
  display: none !important;
}

.dataTables_paginate {
  float: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous, .next) {
  display: none !important;
  /* &.current {
      &::after {
          content: " of ";
      }
  } */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous, .next):last-of-type, .dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous, .next).current {
  display: inline-block !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:last-of-type:hover:not(.next, .previous) {
  color: #000 !important;
  border: none !important;
  background-color: transparent;
  background: transparent !important;
}

table#ot-international-portfolio-table {
  overflow-y: hidden;
  border-bottom-color: #8F1823;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 30px;
}
table#ot-international-portfolio-table thead {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  height: 50px;
  border-bottom-color: #CDCDCD;
}
table#ot-international-portfolio-table thead th {
  background-color: #8F1823;
  border-right: 1px solid #CDCDCD;
  vertical-align: top;
  border-bottom-color: #CDCDCD !important;
}
table#ot-international-portfolio-table thead th:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
table#ot-international-portfolio-table thead th:last-of-type {
  border-right: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
table#ot-international-portfolio-table tbody td {
  height: 35px;
  background: #fff !important;
  border-right: 1px solid #CDCDCD;
  font-size: 17px;
  vertical-align: top;
  padding: 15px 12px 10px 12px;
}
table#ot-international-portfolio-table tbody td:last-of-type {
  border-right: none;
}

#ot-international-portfolio-table_next {
  color: #fff !important;
  background: #8F1823;
  width: auto;
  border-radius: 5px;
  display: inline-block;
  line-height: 35px;
  padding: 0 33px;
  border: none;
  box-shadow: none;
  outline: none;
}

#ot-international-portfolio-table_previous {
  color: #fff !important;
  background: #E0E0E0;
  width: auto;
  border-radius: 5px;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  border: none;
  box-shadow: none;
  outline: none;
}

table.dataTable thead .sorting_disabled.sorting_asc {
  background-image: none !important;
  cursor: auto !important;
}

.filters-header {
  height: 50px;
  background: #E0E0E0;
  color: #8F1823;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
}
.filters-header__title {
  font-size: 17px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  #ot-international-portfolio-table_filter {
    max-width: 100%;
    left: 0;
  }
}
#ot-international-portfolio-table_filter input[type=search] {
  height: 50px;
  margin-left: 0;
  box-shadow: inset 0px 0px 5px #ababab;
  background-size: 22px 22px;
  background-position: 15px;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 15px;
}

.jb-red {
  color: #8F1823;
}

.filter-modal-link {
  font-size: 15px;
  font-weight: 600;
}

.accordion-opening-indicator {
  width: 15px;
  height: 15px;
  position: relative;
}
.accordion-opening-indicator__line-horizontal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #000;
}
.accordion-opening-indicator__line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #000;
  display: none;
}

.collapsed .accordion-opening-indicator__line-vertical {
  display: block;
}

.international-portfolio {
  margin-top: -610px;
}

#allCountriesModal .subpage-hero__title, #allBrandsModal .subpage-hero__title, #allGenericNamesModal .subpage-hero__title, #allTherapeuticSegmentsModal .subpage-hero__title {
  color: #8F1823;
  font-size: 30px;
  margin-bottom: -11px;
}
#allCountriesModal .subpage-hero__title .subpage-hero__title-fragment-1::after, #allBrandsModal .subpage-hero__title .subpage-hero__title-fragment-1::after, #allGenericNamesModal .subpage-hero__title .subpage-hero__title-fragment-1::after, #allTherapeuticSegmentsModal .subpage-hero__title .subpage-hero__title-fragment-1::after {
  height: 4px;
  bottom: 4px;
}
#allCountriesModal .modal-content, #allBrandsModal .modal-content, #allGenericNamesModal .modal-content, #allTherapeuticSegmentsModal .modal-content {
  background-color: rgba(255, 255, 255, 0.96) !important;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 0 !important;
  border: none;
}
#allCountriesModal .modal-header, #allBrandsModal .modal-header, #allGenericNamesModal .modal-header, #allTherapeuticSegmentsModal .modal-header {
  padding-left: 0;
}
#allCountriesModal .close, #allBrandsModal .close, #allGenericNamesModal .close, #allTherapeuticSegmentsModal .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #931A2A;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
  padding-bottom: 9px;
}
#allCountriesModal .single-key, #allBrandsModal .single-key, #allGenericNamesModal .single-key, #allTherapeuticSegmentsModal .single-key {
  cursor: pointer;
}

.modal-body-content {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .modal-body-content {
    width: 65%;
  }
}

#all-countries-modal-list .isKey, #all-brands-modal-list .isKey, #all-generic-names-modal-list .isKey, #all-therapeutic-segments-modal-list .isKey {
  color: #8F1823;
  font-weight: 600;
  border-top: 1px solid #7F7F7F;
  padding-top: 10px;
  margin-top: 10px;
}
#all-countries-modal-list .isKey-first, #all-brands-modal-list .isKey-first, #all-generic-names-modal-list .isKey-first, #all-therapeutic-segments-modal-list .isKey-first {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-admin .dyn-section-ot-international-portfolio {
  font-size: 1rem;
  overflow-x: hidden;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.dyn-section-disclaimer-accordions .card-body__after-load-more {
  display: none;
}
.dyn-section-disclaimer-accordions .disclaimer-accordions-load-more-btn {
  margin: 0 auto;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  background-color: #253C7A !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 7px 20px;
}
.dyn-section-disclaimer-accordions .disclaimer-accordions-load-more-btn:hover {
  background-color: #fff !important;
  color: #253C7A !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-color: #fff;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.dyn-section-disclaimer-accordions-jb-next .card-body__after-load-more {
  display: none;
}
.dyn-section-disclaimer-accordions-jb-next .disclaimer-accordions-load-more-btn {
  margin: 0 auto;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  background-color: #253C7A !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 7px 20px;
}
.dyn-section-disclaimer-accordions-jb-next .disclaimer-accordions-load-more-btn:hover {
  background-color: #fff !important;
  color: #253C7A !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-color: #fff;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-block-create-block-my-vip-blocks {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.we-video {
  height: 100%;
}
.we-video__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.we-video__links {
  bottom: 80px;
  width: 100%;
  max-width: 895px;
  height: 75px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .we-video__links {
    width: 90%;
    flex-direction: column;
    background-image: none !important;
    background-color: #34bdcb33;
    border-radius: 12px;
    justify-content: center;
  }
  .we-video__links-message {
    display: inline-block;
    padding: 0px 15px 0 15px !important;
    margin-right: 0px !important;
    margin-top: 0 !important;
  }
}
.we-video__links-message {
  display: inline-block;
  padding: 0px 0 0 110px;
  margin-right: 120px;
  margin-top: -5px;
}
.we-video__links span {
  color: #222222;
}
.we-video .effect-box-square {
  transform: translate(-40%, -40%);
}
@media screen and (max-width: 992px) {
  .we-video .effect-box-square {
    display: none;
  }
}

.home-icon {
  position: absolute;
  z-index: 55555;
  top: 3.906vw;
  right: 7.552vw;
  width: 55px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .home-icon {
    width: 35px;
  }
}
.home-icon path.cls-111 {
  transition: all 0.3s;
}
.home-icon:hover path.cls-111 {
  fill: #981f2b;
}

.scroll-to-icon {
  position: fixed;
  z-index: 55555;
  bottom: 2.968vw;
  right: 7.552vw;
  width: 55px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .scroll-to-icon {
    width: 35px;
  }
}
.scroll-to-icon path.cls-11 {
  transition: all 0.3s;
}
.scroll-to-icon:hover path.cls-11 {
  fill: #981f2b;
}

.sound-icon {
  transform: translate(-50%, -50px);
  z-index: 500;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .sound-icon {
    width: 35px;
    height: 35px;
    bottom: 0px;
    transform: translate(-50%, -25px);
  }
}
@media screen and (max-width: 576px) {
  .sound-icon {
    width: 35px;
    left: 35px;
    height: 35px;
    bottom: 0px;
    transform: translate(-50%, -25px);
  }
}
.sound-icon__playing {
  display: none;
}
.sound-icon path.cls-1 {
  fill: #b8b8b8;
  transition: all 0.3s;
}
.sound-icon:hover path.cls-1 {
  fill: #981f2b;
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*--------------------------------------------------------------
## SMALL SCREENS NAVIGATION
--------------------------------------------------------------*/
/*@mixin for-size($size) {
  @if $size == phone-only {
    @media screen and (max-width: 480px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media screen and (min-width: 640px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media screen and (min-width: 800px) { @content; }
  } @else if $size == desktop-up {
    @media screen and (min-width: 1000px) { @content; }
  } @else if $size == big-desktop-up {
    @media screen and (min-width: 1024px) { @content; }
  }
}*/
.wp-block-create-block-my-vip-blocks {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.we-youtube-video-with-modal {
  width: 100%;
  max-width: 655px;
  height: 360px;
}
@media screen and (max-width: 460px) {
  .we-youtube-video-with-modal {
    height: 240px;
  }
}

.we-yt-video-image-container {
  width: 100%;
  height: 100%;
}

.play-icon-container.position-absolute {
  width: 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.we-yt-video-image-container img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.we-youtube-video-with-modal .we-yt-video-image-single-read-more-link {
  float: right;
  margin-top: 15px;
  background-color: #9b1f2b !important;
  display: inline-block;
  line-height: 40px;
  padding: 0 22px;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
}
.we-youtube-video-with-modal .we-yt-video-image-single-read-more-link:hover {
  background-color: #5272aa !important;
}

/*# sourceMappingURL=style-index.css.map*/