.media-pages .medialounge-wrap {
  /*margin-top: 156px;*/
  margin-bottom: 12px;
  padding: 0.8rem;
}
.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-weight: 700;
}

.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-weight: 600;
  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 1.2rem;overflow: hidden;
}

.media-photos {
  .mediatab-content .tab-content .tabcontent-wrap .blk:nth-child(1), 
  .mediatab-content .tab-content .tabcontent-wrap .blk:nth-child(2) {
    width: calc(50% - 40px) !important; max-width: 662px !important;height: 367px !important;
  }
  .photogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk:nth-child(1) img,
  .photogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk:nth-child(2) img{
    height: calc(100% - 42px);
  }
  .mediatab-content .tab-content .tabcontent-wrap .blk{
    max-width:319px !important;width:calc(25% - 45px) !important;height:fit-content !important;
    padding: 0.75rem !important;
  }
  .mediatab-content .tab-content .tabcontent-wrap .blk .text{
    height:auto !important;min-height: 22px;margin:0 !important; padding: 0.6rem 0.5rem 0;
  }
  .photogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk img{
    object-fit: cover;width: 100%;height: calc(100% - 42px);
  }
  .photogallery-page .section-heading .para{width:60%}
}
  .media-pages.media-photos .auction-photos-blk .tabcontent-wrap {
    .blk.newblk{
        max-width: 319px !important;width: calc(25% - 45px) !important;
        height: fit-content !important;padding: 0.75rem !important;
    }
  }


.media-pages {
  margin-bottom: 40px;
  .photogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk .text{
    width: 100%;display: flex;justify-content: start;align-items: center;
  }
  .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: 54px;margin: 22px auto;
    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 {
    margin-top: 0px !important;
  }
  .media-pages .container {
    padding-left: 10px !important;
  }
  .media-pages .medialounge-wrap {
    margin-top: 0;
  }
  /*.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 .media-wrap,
  .media-pages .photos-wrap,
  .media-pages .allphotos-wrap {
    /* padding: 16px 12px 0; */
  }
  .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-photos .mediatab-content .tab-content .tabcontent-wrap .blk{
    width:30% !important;min-height: 268px !important; height: auto !important;
  }
  .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 12px 12px;
    overflow: auto;
  }
  .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-photos .mediatab-content .tab-content .tabcontent-wrap .blk{width:44% !important;margin:10px !important}
  .media-photos .mediatab-content .tab-content .tabcontent-wrap .blk:nth-child(1),
  .media-photos .mediatab-content .tab-content .tabcontent-wrap .blk:nth-child(2){width:100% !important}
}
@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 .para {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: normal;
}

.photogallery-page .photogallery-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;border:1px solid #fff;
  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 .para {
  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 .para {
    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 .para {
    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;
}

.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 p {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.85;
}

.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-section {
  position: relative;
}
.corporatekit-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);
}

@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 p {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .corporatekit-page .corporatekit-hero {
    padding: 2.7rem 0 3rem;
  }
  .corporatekit-page {
    margin-top: 100px !important;
  }

  .corporatekit-page .corporatekit-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .corporatekit-page .corporatekit-hero-media img {
    height: 18rem;
  }
}

@media (max-width: 767.98px) {
  .corporatekit-page .corporatekit-hero-copy h1 {
    font-size: 2rem;
  }

  .corporatekit-page .corporatekit-hero-copy p {
    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;
  }
}

@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;border:1px solid #fff;
  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: 24px !important;
  font-weight: 600 !important;
  color: #000;
  line-height: 1.2;
}

.media-page .stat-label {
  font-size: 18px;
  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) {
  .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%;
  }
}

@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;
    text-align:center;justify-content: center;
  }
  .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;
  }
}

/* New styles for media pages, photography */

svg.hidden {
  display: none;
}
/* .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";*/
  font-size: 1.1rem;font-weight: 400;
}

.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;*/
  max-width: 444px;width: 30%;height: 406px;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px #00000029;
  border-radius: 16px;
  margin: 15px;
  overflow: hidden;
}
.media-pages .mediatab-content .tab-content .tabcontent-wrap .blk .text {
  color: #2b2a29;
  font-size: 14px;
  font-family: "RobotoMedium";
  line-height: 25px;
  text-align: left;
  width: calc(100% - 44px);
  height: 54px;
  margin: 1.5rem 0;
  overflow: hidden;
  display: block;
}

.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;display: flex;justify-content: start;align-items: center;
}

.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 .photos-wrap .mediatab-content{
    margin-top: 18px !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: #f5f7fc;
  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 .para {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #353535;
  max-width: 80%;
  margin: 0px auto;
}

.photogallery-page .nav-tabs {
  position: relative;
}
.photogallery-page .nav-tabs .nav-item {
  border: none;
}
.photogallery-page .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1.25rem;
  border-radius: 0;
}
.photogallery-page .nav-tabs .nav-link.active {
  color: #1d489c;
  font-weight: 600;
  border-bottom-color: #1d489c;
  background-color: transparent;
}
.photogallery-page .nav-tabs .nav-link svg {
  fill: #191919;
}
.photogallery-page .nav-tabs .nav-link.active svg {
  fill: #1d489c;
}
.photogallery-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);
}
.photogallery-page .tab-content .tabcontent-wrap .blk {
  padding: 1rem;
  min-height: auto;
  height: auto;
  border: 1px solid #1d489c;
}
.photogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk .text {
  margin: 0.5rem 1rem;
  font-weight: 600;
}
.photogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk img {
  max-height: 320px;
  margin: 0px auto;
  display: block;
  border-radius: 12px;
}
@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 .para {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .photogallery-page .photogallery-hero {
    padding: 2.7rem 0 3rem;
  }
  .photogallery-page {
    margin-top: 0px !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 .para {
    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 .para {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.85;
}

.videogallery-page .videogallery-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;border: 2px solid #fff;
  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;
}

.videogallery-page .nav-tabs {
  position: relative;
}
.videogallery-page .nav-tabs .nav-item {
  border: none;
}
.videogallery-page .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1.25rem;
  border-radius: 0;
}
.videogallery-page .nav-tabs .nav-link.active {
  color: #1d489c;
  font-weight: 600;
  border-bottom-color: #1d489c;
  background-color: transparent;
}
.videogallery-page .nav-tabs .nav-link svg {
  fill: #191919;
}
.videogallery-page .nav-tabs .nav-link.active svg {
  fill: #1d489c;
}

.videogallery-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);
}
.videogallery-page .mediatab-content .tab-content .tabcontent-wrap .blk .text {
  margin: 0.5rem 1rem;
  font-weight: 600;
}
@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: 0px !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;
}

.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 p {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.85;
}

.corporatekit-page .corporatekit-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;border:1px solid #fff;
  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;
}
.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: 0px auto;
  display: block;
  border-radius: 12px;
}
.corporatekit-page .tab-content-block-wrap .tab-content-block {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0c8ae5;
  border-radius: 1rem;
  padding: 2rem;
  /*width: 23.5%;*/
}
.corporatekit-page
  .mediatab-content
  .tab-content
  .samilgoodiestab
  .tabcontent-wrap
  .blk
  .text {
  margin-left: 0;
  font-weight: 500;
}

.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 {
  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 p {
    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: 100px !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 p {
    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: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

.media-page .stat-label {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.15rem;
  margin: 0;
  margin-top: 0.25rem;
}
*/
.media-page .nav-tabs {
  position: relative;
}
.media-page .nav-tabs .nav-item {
  border: none;
}
.media-page .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1.25rem;
  border-radius: 0;
}
.media-page .nav-tabs .nav-link.active {
  color: #1d489c;
  font-weight: 600;
  border-bottom-color: #1d489c;
  background-color: transparent;
}
.media-page .nav-tabs .nav-link svg {
  fill: #191919;
}
.media-page .nav-tabs .nav-link.active svg {
  fill: #1d489c;
}
.media-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) {
  .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) {
  .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;
  }
}

.stats-pill {
  background: #ffffffc2;
  border-radius: 12px;
}

.stat-num {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000 !important;
  line-height: 1.2;
}

.stat-label {
  font-size: 18px !important;font-weight: 400 !important;
  color: #000 !important;
  line-height: 1.15rem;
  margin: 0;
  margin-top: 0.25rem;
}

.stat-divider {
  width: 1px;
  align-self: stretch;
  background: #8fa8d9;
  min-height: 3.5rem;
}
