.breadcrumb li {
  font-size: 14px;
  font-family: "Roboto";
}
.investors-content {
  /* margin-top: 156px; padding:12px !important; */
}
.investors-content .banner {
  height: 329px;
  border-radius: 8px;
  overflow: hidden;
  background: transparent url("/images/investors-banner.jpg") no-repeat center
    center;
}
.investors-content .block-title {
  color: #2b2a29;
  font-size: 24px;
  font-family: "RobotoBold";
  padding: 34px 0px 14px;
}
.investors-content .investors-para {
  font-size: 16px;
  font-family: "RobotoMedium";
  line-height: 39px;
  margin-bottom: 38px;
}
.check-points li {
  color: #595959;
  font-size: 16px;
  font-family: "RobotoMedium";
  line-height: 30px;
  margin-bottom: 33px;
  padding-left: 32px;
  position: relative;
}
.check-points li::before {
  content: url("/images/check-circle.svg");
  left: 0px;
  top: 3px;
  position: absolute;
}

.investors-content .nav-tabs .nav-link {
  color: #707070;
  font-size: 18px;
  font-family: "RobotoMedium";
  background-color: #fff;
  border-color: #dee2e6;
  border-width: 0 0 1px;
  border-radius: 0;
}
.investors-content .nav-tabs .nav-item.show .nav-link,
.investors-content .nav-tabs .nav-link.active {
  color: #2b2a29;
  border-color: #2b2a29;
  background-color: #fff;
  border-width: 0 0 1px;
}
.investors-content .nav-tabs .nav-link:focus,
.investors-content .nav-tabs .nav-item.show .nav-link:focus,
.investors-content .nav-tabs .nav-link.active:focus {
  outline: none;
}
.investors-content .nav-tabs .nav-link {
  padding: 1.25rem;
}

.investors-content .tab-content-block-wrap {
}

.investors-content .tab-content-block {
  width: 23%;
  height: auto;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0px 4px 10.7px rgba(0, 0, 0, 0.11);
  border-radius: 18px;
  border: 1px solid #0c8ae5;
  margin: 0.5rem !important;
}

.investors-content .tab-content-block:nth-child(4n) {
  margin-right: 0;
}
.investors-content .tab-content-block .titles-wrap {
  height: 70px;
}
.investors-content .tab-content-block .content-block .title,
.investors-content .tab-content-block .content-block .years {
  color: #2b2a29;
  font-size: 16px;
  font-family: "Robotomedium";
}
.investors-content .tab-content-block .content-block .btn-wrap .view-now {
  color: #2b2a29;font-size: 14px;font-weight:500;width:100px !important;height: 35px;
}

.corporate-wrap.investors-content
  .tab-content-block
  .content-block
  .btn-wrap
  .view-now {
  max-width: 90px;
  margin-top: 0;
}

.investors-content
  .tab-content-block
  .content-block
  .btn-wrap
  .download-btn:hover {
  background-color: #ffbd00 !important;
  box-shadow: 0px 3px 6px 0px #00000029;
}
.investors-content .tab-content-block .content-block .btn-wrap .white-btn {
  background-color: #fecc00;
  font-weight: 600;
  border: none;
  /* border: 1px solid #838383; */
}
.investors-content
  .tab-content-block
  .content-block
  .btn-wrap
  .white-btn:hover {
  border: 1px solid #838383 !important;
  box-shadow: 0px 3px 6px 0px #00000029;
}

.corporate-wrap.investors-content .tab-content-block .document-icon {
  width: 142px;
  height: 100%;
  max-height: 145px;
}

@media only screen and (max-width: 1280px) {
  .investors-content {
    margin: 0px auto auto;
    /* max-width: 500px; */
  }
  .investors-content .container {
    padding-left: 10px !important;
  }
  .investors-content .banner {
    height: 217px;
    background: transparent url(/images/investors-banner-mobile.jpg) no-repeat
      center center;
    background-size: auto 100%;
  }

  .investors-content .tab-section {
    border-bottom: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .investors-content .tab-content-block-wrap {
    margin-bottom: 0 !important;
  }
  .investors-content .tab-content-block {
    width: 100%;
    max-width: 360px;
    height: auto;
    padding: 20px 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    /*justify-content: space-evenly !important;*/
    justify-content: start !important;
  }
  .corporate-wrap.investors-content .tab-content-block {
    justify-content: start !important;
  }
  .investors-content .tab-content-block:last-child {
    margin-bottom: 0 !important;
  }
  /*.investors-content .tab-content-block .document-icon{width:27px;height:37px;margin-right:8px;}*/
  .investors-content .tab-content-block .content-block {
    margin-top: 0 !important;
  }
  .investors-content .tab-content-block .content-block .btn-wrap .view-now {
    height: 35px;
  }
  .investors-content .tab-content-block .titles-wrap {
    height: auto;
    margin-bottom: 5px;
  }
  .investors-content .tab-content-block .content-block .title,
  .investors-content .tab-content-block .content-block .years {
    font-size: 14px;
  }
  .investors-content .nav-tabs .nav-link,
  .investors-content .nav-tabs .nav-item.show .nav-link,
  .investors-content .nav-tabs .nav-link.active {
    border-bottom-width: 3px;
  }
}

/* new styles for investors content */
:root {
  --pt-blue: #2d78c3;
  --pt-violet: #6959be;
  --pt-yellow: #ffd700;
  --pt-text: #191919;
  --pt-body: #2b2b2b;
  --pt-muted: #f5f7fc;
  --pt-border: #0c8ae5;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #f5f7fc;
  color: var(--pt-text);
}

.investors-page {
  overflow: clip;
}

.investors-page .tab-content img {
  display: block;
  max-width: 100%;
  background-color: #dee7f6;
  padding: 0.2rem;
  border-radius: 0.5rem;
}

.investors-page .investors-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.investors-page .investors-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}
.investors-page .tab-section {
  background-color: #ffffff;
}
.investors-content .nav-tabs .nav-link.active {
  color: #1d489c;
  font-weight: 600;
  border-color: currentColor;
  border-bottom-width: 2px;
}
.investors-content .nav-tabs .nav-link.active {
}

.investors-page .tab-section {
  position: relative;
}
.investors-page .tab-section:before {
  content: "";
  width: 100vw;
  background: white;
  height: 100%;
  z-index: -1;
  right: 0;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}

.investors-page .investors-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.investors-content .tab-content-block .content-block .title {
  font-weight: 500;
}
.investors-page .investors-hero-copy .h1 span {
  color: var(--pt-yellow);
}

.investors-page .investors-hero-copy .para {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;font-weight:400;
  line-height: 1.85;
}

.investors-page .investors-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.investors-page .investors-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}
.investors-page .stats-pill{
    border: 1px solid #BEB5AA4F;border-radius: 9px;
    background-color: rgba(255,255,255,0.76);
    p{color:#191919}
    .stat-num{font-size: 24px;font-weight:600;line-height: normal}
    .stat-label{font-size:18px;font-weight: 400;line-height: normal}
    .stat-divider{
      width: 1px; height: 54px; background-color: #8FA8D9;
    }
  }
@media (max-width: 1399.98px) {
  .investors-page .investors-hero-copy h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .investors-page .investors-hero-copy .h1 {
    font-size: 2.6rem;
  }

  .investors-page .investors-hero-copy .para {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .investors-page .investors-hero {
    padding: 2.7rem 0 3rem;
  }

  .investors-page .investors-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .investors-page .investors-hero-media img {
    height: 18rem;
  }
}

@media (max-width: 767.98px) {
  .investors-page .investors-hero-copy h1 {
    font-size: 2rem;
  }

  .investors-page .investors-hero-copy .para {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .investors-page .investors-hero-media {
    border-radius: 1.4rem;
  }

  .investors-page .investors-hero-media img {
    height: 14.5rem;
  }
}

@media (max-width: 575.98px) {
  .investors-page .investors-hero {
    padding-top: 2.3rem;
  }

  .investors-page .investors-hero-copy .h1 {
    font-size: 1.8rem;
  }

  .investors-page .investors-hero-media img {
    height: 12.5rem;
  }
}

/*  New styles for investors content */
.media-pages .medialounge-wrap {
  margin-top: 156px;
  margin-bottom: 12px;
}
.media-pages .block-title {
  font-size: 24px;
  font-family: "RobotoBold";
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.media-pages .para {
  font-size: 14px;
  font-family: "RobotoMedium";
}

.media-pages .medialounge-blk .media-categories {
  justify-content: space-around;
}
.media-pages .medialounge-blk .media-categories .category {
  width: 292px; /*height: 273px;*/
  height: auto;
  background-color: #ffffff;
  padding: 14px;
  box-shadow: 0px 1px 10px #00000029;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}
.media-pages .medialounge-blk .media-categories .category .block-title {
  color: #2b2a29;
  font-size: 16px;
  font-family: "RobotoMedium";
  line-height: normal;
  padding: 18px 0 5px;
}

.media-pages .breadcrumb-menu {
  display: flex;
  align-content: center;
}
.media-pages .breadcrumb-menu * {
  line-height: normal;
}
.media-pages .breadcrumb-menu .breadcrumb {
  color: #2b2a29;
  font-size: 14px;
  font-family: "Roboto";
  line-height: normal;
  margin: 0;
}

.media-pages .nav-tabs .nav-link {
  color: #2b2a29;
  font-size: 18px;
  font-family: "RobotoMedium";
  border: 1px solid #707070;
  background-color: #fff;
}
.media-pages .nav-tabs .nav-item.show .nav-link,
.media-pages .nav-tabs .nav-link.active {
  color: #fff;
  border-color: #2b2a29;
  background-color: #2b2a29;
}

.media-pages .mediatab-content .tab-content .tabcontent-wrap .blk {
  width: 396px;
  height: 338px;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px #00000029;
  border-radius: 12px;
  margin: 15px;
  overflow: hidden;
}
.media-pages .mediatab-content .tab-content .tabcontent-wrap .blk .text {
  color: #2b2a29;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  width: calc(100% - 44px);
  height: 24px;
  margin: 12px auto 0;
  overflow: hidden;
  display: block;
}
.media-pages
  .mediatab-content
  .tab-content
  .mediacoverage.tabcontent-wrap
  .blk {
  border-radius: 5px;
}

.media-pages
  .mediatab-content
  .tab-content
  .pressreleases
  .tabcontent-wrap
  .blk {
  width: 396px;
  height: 310px;
}
.media-pages
  .mediatab-content
  .tab-content
  .pressreleases
  .tabcontent-wrap
  .blk
  img {
  height: 251px;
}
.media-pages
  .mediatab-content
  .tab-content
  .pressreleases
  .tabcontent-wrap
  .blk
  .text {
  height: 59px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.media-pages
  .mediatab-content
  .tab-content
  .pressreleases
  .tabcontent-wrap
  .blk
  .videoembed {
  width: 100%;
}

.media-pages .videos-wrap .mediatab-content .tab-content .tabcontent-wrap .blk {
  width: 396px;
  height: 290px;
}
.media-pages
  .videos-wrap
  .mediatab-content
  .tab-content
  .tabcontent-wrap
  .blk
  .text {
  line-height: normal;
}

.media-pages .desktop-banner {
  display: block;
}
.media-pages .mobile-banner {
  display: none;
}

.media-pages .desktop-banner.cornerR {
  border-radius: 20px;
}
.media-pages .mobile-banner.cornerR {
  border-radius: 12px;
}

.media-pages .allphotos-wrap .swiper {
  width: 100%;
  height: 100%;
}

.media-pages .allphotos-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.media-pages .allphotos-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-pages .allphotos-wrap .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.media-pages .allphotos-wrap .swiper-slide {
  background-size: cover;
  background-position: center;
}

.media-pages .allphotos-wrap .mySwiper2 {
  height: 80%;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.media-pages .allphotos-wrap .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.media-pages .allphotos-wrap .mySwiper .swiper-slide {
  width: 144px;
  height: 144px;
  opacity: 1;
  border-radius: 14px;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}
.media-pages .allphotos-wrap .mySwiper .swiper-slide img {
  opacity: 0.6;
}
.media-pages .allphotos-wrap .mySwiper .swiper-slide-thumb-active img {
  opacity: 1;
}

/*.media-pages .allphotos-wrap .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}*/

.media-pages .allphotos-wrap .swiper-button-prev:after,
.media-pages .allphotos-wrap .swiper-container-rtl .swiper-button-next:after {
  content: url("../images/media/swiper-arrow-left.svg");
}
.media-pages .allphotos-wrap .swiper-button-next:after,
.media-pages .allphotos-wrap .swiper-rtl .swiper-button-prev:after {
  content: url("../images/media/swiper-arrow-right.svg");
}
.media-pages .allphotos-wrap .swiper-button-prev,
.media-pages .allphotos-wrap .swiper-container-rtl .swiper-button-next {
  left: 42px;
}
.media-pages .allphotos-wrap .swiper-button-next,
.media-pages .allphotos-wrap .swiper-container-rtl .swiper-button-prev {
  right: 42px;
}
.media-pages .allphotos-wrap .swiper-container-free-mode > .swiper-wrapper {
  display: flex;
  align-items: center;
}

.media-pages .allphotos-wrap .mediatab-content {
  width: 100%;
  max-width: 1280px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 22px;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 32px;
}
.media-pages .allphotos-wrap .mediatab-content .swiper-text {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
}
.media-pages .allphotos-wrap .mediatab-content .swiper-text .text {
  color: #2b2a29;
  font-size: 18px;
  font-family: "RobotoMedium";
  text-align: left;
  width: 75%;
}
.media-pages .allphotos-wrap .mediatab-content .swiper-text .place-date {
  color: #2b2a29;
  font-size: 16px;
  font-family: "Roboto";
  text-align: right;
  width: 25%;
}

@media only screen and (max-width: 1280px) {
  .media-pages .medialounge-wrap {
    margin-top: 125px;
  }
  .media-pages .collase-img-gallery-wrap {
    width: 100%;
    padding-bottom: 12px;
    overflow: auto;
  }
  .media-pages .collase-img-gallery-wrap img {
    width: auto;
    height: auto;
  }

  .media-pages .allphotos-wrap {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .media-pages .media-wrap .mediatab-content,
  .media-pages .photos-wrap .mediatab-content {
    margin-top: 28px !important;
  }

  .media-pages .allphotos-wrap .mediatab-content .swiper-text .text {
    width: 100%;
  }
  .media-pages .allphotos-wrap .mediatab-content .swiper-text .place-date {
    width: 100%;
    text-align: left;
  }

  .media-pages .allphotos-wrap .mySwiper2 {
    height: 60%;
  }
  .media-pages .allphotos-wrap .mySwiper {
    height: 14%;
    margin-bottom: 14px;
  }
  .media-pages .allphotos-wrap .mySwiper .swiper-slide {
    width: 104px;
    height: 104px;
  }
  .media-pages .photos-wrap .mediakit-wrap.mediatab-content {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 990px) {
  .media-pages .medialounge-blk .media-categories {
    flex-wrap: wrap;
    justify-content: center;
  }
  .media-pages .medialounge-blk .media-categories .category {
    width: 46%;
    max-width: 292px;
    margin: 1% !important;
  }
  .media-pages .medialounge-blk .media-categories .category .block-title {
    text-align: center;
    padding: 12px 0 0;
  }

  .media-pages .media-wrap .nav-tabs .nav-link,
  .media-pages .photos-wrap .nav-tabs .nav-link {
    font-size: 14px;
  }
  .media-pages .media-wrap .mediatab-content .nav-tabs,
  .media-pages .photos-wrap .mediatab-content .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0 12px 0px 12px;
    overflow: auto;
    background: white;
  }
  .media-pages .mediatab-content .tab-content .tabcontent-wrap .blk {
    width: 346px;
    min-height: 268px;
    height: auto;
  }
  .media-pages .mediatab-content .tab-content .tabcontent-wrap .blk .text {
    font-size: 12px;
    width: calc(100% - 22px);
    margin: 11px auto;
  }

  .media-pages
    .mediatab-content
    .tab-content
    .mediacoverage.tabcontent-wrap
    .blk {
    min-height: 0;
  }

  .media-pages
    .mediatab-content
    .tab-content
    .pressreleases
    .tabcontent-wrap
    .blk {
    width: 436px;
    min-height: 248px;
    height: auto;
  }
  .media-pages .tabcontent-wrap {
    padding-top: 0 !important;
  }
  .media-pages .breadcrumb-menu {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .media-pages .allphotos-wrap .mySwiper2 {
    height: 50%;
  }
  /*.media-pages .allphotos-wrap .mySwiper{height: 12%}*/
  .media-pages .allphotos-wrap .mySwiper .swiper-slide {
    width: 84px;
    height: 84px;
    border-radius: 10px;
  }
  .media-pages .allphotos-wrap .mySwiper {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 990px) {
  .media-pages .medialounge-blk .media-categories {
    width: 94%;
    margin: auto;
  }
}
@media only screen and (max-width: 670px) {
  .media-pages .medialounge-blk .media-categories .category {
    padding: 6px 6px 14px;
  }
  /*.media-pages .allphotos-wrap{height: 40%;}
	.media-pages .allphotos-wrap .mySwiper{height: 14%;margin-bottom: 8px;}
	.media-pages .allphotos-wrap .mySwiper .swiper-slide{width: 104px;height: 104px}
	.media-pages .allphotos-wrap .mediatab-content .swiper-text{padding-top: 8px;}*/
}
@media only screen and (max-width: 640px) {
  .media-pages .desktop-banner {
    display: none;
  }
  .media-pages .mobile-banner {
    display: block;
  }
  .media-pages .mediatab-content .tab-content .tabcontent-wrap .blk {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 414px) {
  .media-pages .allphotos-wrap .mySwiper2 {
    height: 30%;
  }
  /*.media-pages .allphotos-wrap .mySwiper{height: 12%;margin-bottom: 8px;}
	.media-pages .allphotos-wrap .mySwiper .swiper-slide{width: 94px;height: 94px}*/
}

@media only screen and (max-width: 375px) {
  .media-pages .allphotos-wrap .mySwiper {
    height: 12%;
  }
  .media-pages .allphotos-wrap .mySwiper .swiper-slide {
    width: 64px;
    height: 64px;
  }
}

/*  New styles */
:root {
  --pt-blue: #2d78c3;
  --pt-violet: #6959be;
  --pt-yellow: #ffd700;
  --pt-text: #191919;
  --pt-body: #2b2b2b;
  --pt-muted: #f5f7fc;
  --pt-border: #0c8ae5;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: var(--pt-text);
}

.photogallery-page {
  overflow: clip;
}

.photogallery-page img {
  display: block;
  max-width: 100%;
}

.photogallery-page .photogallery-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.photogallery-page .photogallery-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}

.photogallery-page .photogallery-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.photogallery-page .photogallery-hero-copy h1 span {
  color: var(--pt-yellow);
}

.photogallery-page .photogallery-hero-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.85;
}

.photogallery-page .photogallery-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.photogallery-page .photogallery-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}

.photogallery-page .section-heading {
  margin: 1rem 0 1rem;
}
.photogallery-page .section-heading h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;

  background: linear-gradient(90deg, #1147ae 0%, #0f85c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

.photogallery-page .section-heading p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.55;
  color: #353535;
}

@media (max-width: 1399.98px) {
  .photogallery-page .photogallery-hero-copy h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .photogallery-page .photogallery-hero-copy h1 {
    font-size: 2.6rem;
  }

  .photogallery-page .photogallery-hero-copy p {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .photogallery-page .photogallery-hero {
    padding: 2.7rem 0 3rem;
  }
  .photogallery-page {
    margin-top: 100px !important;
  }

  .photogallery-page .photogallery-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .photogallery-page .photogallery-hero-media img {
    height: 18rem;
  }
}

@media (max-width: 767.98px) {
  .photogallery-page .photogallery-hero-copy h1 {
    font-size: 2rem;
  }

  .photogallery-page .photogallery-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .photogallery-page .photogallery-hero-media {
    border-radius: 1.4rem;
  }

  .photogallery-page .photogallery-hero-media img {
    height: 14.5rem;
  }

  .photogallery-page .photogallery-content-section {
    padding: 2.5rem 0 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .photogallery-page .photogallery-hero {
    padding-top: 2.3rem;
  }

  .photogallery-page .photogallery-hero-copy h1 {
    font-size: 1.8rem;
  }

  .photogallery-page .photogallery-hero-media img {
    height: 12.5rem;
  }
}

/* Video gallery */

.videogallery-page {
  overflow: clip;
}

.videogallery-page img {
  display: block;
  max-width: 100%;
}

.videogallery-page .videogallery-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.videogallery-page .videogallery-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}

.videogallery-page .videogallery-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.videogallery-page .videogallery-hero-copy h1 span {
  color: var(--pt-yellow);
}

.videogallery-page .videogallery-hero-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.85;
}

.videogallery-page .videogallery-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.videogallery-page .videogallery-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}

@media (max-width: 1399.98px) {
  .videogallery-page .videogallery-hero-copy h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .videogallery-page .videogallery-hero-copy h1 {
    font-size: 2.6rem;
  }

  .videogallery-page .videogallery-hero-copy p {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .videogallery-page .videogallery-hero {
    padding: 2.7rem 0 3rem;
  }
  .videogallery-page {
    margin-top: 100px !important;
  }

  .videogallery-page .videogallery-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .videogallery-page .videogallery-hero-media img {
    height: 18rem;
  }
}

@media (max-width: 767.98px) {
  .videogallery-page .videogallery-hero-copy h1 {
    font-size: 2rem;
  }

  .videogallery-page .videogallery-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .videogallery-page .videogallery-hero-media {
    border-radius: 1.4rem;
  }

  .videogallery-page .videogallery-hero-media img {
    height: 14.5rem;
  }
}

@media (max-width: 575.98px) {
  .videogallery-page .videogallery-hero {
    padding-top: 2.3rem;
  }

  .videogallery-page .videogallery-hero-copy h1 {
    font-size: 1.8rem;
  }

  .videogallery-page .videogallery-hero-media img {
    height: 12.5rem;
  }
}

/* Media kit */

.corporatekit-page {
  overflow: clip;margin-bottom:40px;
}

.corporatekit-page img {
  display: block;
  max-width: 100%;
}

.corporatekit-page .corporatekit-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.corporatekit-page .corporatekit-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}

.corporatekit-page .corporatekit-hero-copy .h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.corporatekit-page .corporatekit-hero-copy .h1 span {
  color: var(--pt-yellow);
}

.corporatekit-page .corporatekit-hero-copy .para {
  margin: 0;
  color: #ffffff;
  font-size: 24px;font-weight: 400;
  line-height: normal;
}

.corporatekit-page .corporatekit-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.corporatekit-page .corporatekit-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}

.corporatekit-page .corporatekit-content-section {
  padding: 3.5rem 0 5rem;
  background: var(--pt-muted);
}

.corporatekit-page .section-heading {
  margin: 1rem 0 1rem;
}
.corporatekit-page .section-heading .h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;

  background: linear-gradient(90deg, #1147ae 0%, #0f85c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

.corporatekit-page .section-heading p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.55;
  color: #353535;
}

.corporatekit-page .tab-content-block-wrap .tab-content-block .title {
  font-weight: 500;height: 48px;overflow: hidden;display: flex;
  align-items: center;justify-content: start;
}
.corporatekit-page .tab-content-block-wrap .tab-content-block .btn-wrap a {
  margin: 0;
  background-color: #ccdcfa;
  border: none;
}

.corporatekit-page .tab-content-block-wrap .tab-content-block img {
  max-height: 320px;margin: 0;display: block;border-radius: 12px;width: 291px;height: auto;
}
.corporatekit-page .tab-content-block-wrap .tab-content-block {
  background: #ffffff;box-shadow: 0px 3px 6px #00000029;border: 1px solid #0c8ae5;
  border-radius: 16px;padding: 0.9rem;width: 316px;
}

.corporatekit-page .mediatab-content .tab-content .tabcontent-wrap .blk .text {
}
.corporatekit-page
  .mediatab-content
  .tab-content
  .tabcontent-wrap
  .samilgoodiestab
  .blk
  img {
  border-radius: 0.875rem;
}

.corporatekit-page
  .tab-content
  .samilgoodiestab
  .tabcontent-wrap
  .samilgoodiestab
  .blk
  p.text {
  margin: 0;
  margin-left: 0;
  font-weight: 500;
  height: auto;
  padding: 1rem 0;
}

.corporatekit-page .tab-content .samilgoodiestab .tabcontent-wrap .blk {
  padding: 1rem;
  min-height: auto;
  height: auto;
  border: 1px solid #1d489c;
}
.corporatekit-page .nav-tabs {
  position: relative;
}
.corporatekit-page .nav-tabs .nav-item {
  border: none;
}
.corporatekit-page .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1.25rem;
  border-radius: 0;
}
.corporatekit-page .nav-tabs .nav-link.active {
  color: #1d489c;
  font-weight: 600;
  border-bottom-color: #1d489c;
  background-color: transparent;
}
.corporatekit-page .nav-tabs .nav-link svg {
  fill: #191919;
}
.corporatekit-page .nav-tabs .nav-link.active svg {
  fill: #1d489c;
}

.corporatekit-page .nav-tabs:before {
  content: "";
  width: 100vw;
  background: white;
  height: 100%;
  z-index: -1;
  right: 0;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1399.98px) {
  .corporatekit-page .corporatekit-hero-copy .h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .corporatekit-page .corporatekit-hero-copy .h1 {
    font-size: 2.6rem;
  }

  .corporatekit-page .corporatekit-hero-copy .para {
    font-size: 1.08rem;
  }
  /*.corporatekit-page .tab-content-block-wrap .tab-content-block {width: 23.1%;}*/
}

@media (max-width: 991.98px) {
  .corporatekit-page .corporatekit-hero {
    padding: 2.7rem 0 3rem;
  }
  .corporatekit-page {
    margin-top: 0px !important;
  }

  .corporatekit-page .corporatekit-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .corporatekit-page .corporatekit-hero-media img {
    height: 18rem;
  }
  /*.corporatekit-page .tab-content-block-wrap .tab-content-block {width: 46.75%;}*/
}

@media (max-width: 767.98px) {
  .corporatekit-page .corporatekit-hero-copy .h1 {
    font-size: 2rem;
  }

  .corporatekit-page .corporatekit-hero-copy .para {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .corporatekit-page .corporatekit-hero-media {
    border-radius: 1.4rem;
  }

  .corporatekit-page .corporatekit-hero-media img {
    height: 14.5rem;
  }

  .corporatekit-page .corporatekit-content-section {
    padding: 2.5rem 0 3.5rem;
  }
  /*.corporatekit-page .tab-content-block-wrap .tab-content-block {width: 47.5%;margin-right: 0 !important;}
  .corporatekit-page .tab-content-block-wrap .tab-content-block:nth-child(2n) {margin-left: 1rem !important;}*/
}

@media (max-width: 575.98px) {
  .corporatekit-page .corporatekit-hero {
    padding-top: 2.3rem;
  }

  .corporatekit-page .corporatekit-hero-copy h1 {
    font-size: 1.8rem;
  }

  .corporatekit-page .corporatekit-hero-media img {
    height: 12.5rem;
  }
}

/* Media module */

.media-page {
  overflow: clip;
}

.media-page img {
  display: block;
  max-width: 100%;
}

.media-page .media-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.media-page .media-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}

.media-page .media-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.media-page .media-hero-copy h1 span {
  color: var(--pt-yellow);
}

.media-page .media-hero-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.65;
}

.media-page .media-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.media-page .media-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}

.media-page .stats-pill > div > div.d-flex {
  width: 31%;
}
.media-page .stats-pill {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  box-shadow: 0 4px 10.3px rgba(0, 0, 0, 0.25);
  padding: 1rem 1rem;
  max-width: fit-content;
  margin-top: 2rem;
}

.media-page .stat-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.08);
  min-height: 3.5rem;
}

.media-page .stat-num {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

.media-page .stat-label {
  font-size: 20px;font-weight: 400;
  color: #000;
  line-height: 1.15rem;
  margin: 0;
  margin-top: 0.25rem;
}

@media (max-width: 1399.98px) {
  .media-page .media-hero-copy h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .media-page .media-hero-copy h1 {
    font-size: 2.6rem;
  }

  .media-page .media-hero-copy p {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .corporatekit-hero .container {
    padding-left: 10px !important;
  }
  .media-page .media-hero {
    padding: 2.7rem 0 3rem;
  }

  .media-page .media-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .media-page .media-hero-media img {
    height: 18rem;
  }

  .media-page .stat-num {
    font-size: 1rem;
  }
  .media-page .stat-label {
    font-size: 0.75rem;
  }
  .media-page .stats-pill {
    max-width: none;
    background: linear-gradient(260.68deg, #fff7f2 12.98%, #f1f7ff 89.28%);
  }
  .media-page .stat-icon-ellipse {
    flex-shrink: 0;
    background: #ffffff;
    box-shadow: 0px 1px 3.3px rgba(0, 0, 0, 0.1);
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767.98px) {
  .media-page .media-hero-copy h1 {
    font-size: 2rem;
  }

  .media-page .media-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .media-page .media-hero-media {
    border-radius: 1.4rem;
  }

  .media-page .media-hero-media img {
    height: 14.5rem;
  }
  .media-page .stats-pill > div > div.d-flex {
    width: 30%;
  }
  .corporatekit-page .section-heading h2 {
    font-size: 1.2rem;
  }
  .corporatekit-page .section-heading p {
    font-size: 0.875rem;
  }
  .corporatekit-page .wrapper .tab-content {
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .media-page .media-hero {
    padding-top: 2.3rem;
  }

  .media-page .stats-pill > div > div.d-flex {
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 0.5rem;
  }
  .media-page .stats-pill .stat-divider {
    display: none;
  }

  .media-page .media-hero-copy h1 {
    font-size: 1.8rem;
  }

  .media-page .media-hero-media img {
    height: 12.5rem;
  }
}
