:root {
  --container-width: 600px;
  --the-header-height: 192px;
  --swiper-theme-color:#fff;
  --app-height: 100%;
  --theme: #EE0000;
  --plyr-color-main: #EE0000;
  --gallery-theme: #ee0000;
  --the-header-mobile-top-offset:72px;
  --swiper-navigation-top-offset: 50%;
  --bs-gutter-x:15px;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

@media all and (max-width: 512px) {
  html {
    font-size: 8px;
  }
}

svg {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Baskervville";
}

@media all and (min-width: 1024px) {
  body {
    min-height: 97vh !important;
  }
}

/* Master Overwrite */
svg.mediapublishares-logo {
  width: 100%;
}
svg.mediapublishares-logo .st0x {
  font-family: "FuturaFuturisC";
}
svg.mediapublishares-logo .st1xx {
  font-size: 72px;
}
@media all and (max-width: 512px) {
  svg.mediapublishares-logo {
    width: 300px;
  }
}
@media all and (max-width: 380px) {
  svg.mediapublishares-logo {
    width: 250px;
  }
}
@media all and (max-width: 350px) {
  svg.mediapublishares-logo {
    width: 200px;
  }
}

.alignwide {
  margin-left: 0px;
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
}

p {
  font-family: "lato";
  font-size: 1.1rem;
}
@media all and (max-width: 960px) {
  p {
    font-size: 1rem;
  }
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}

@media screen and (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
a {
  color: grey;
}
a:hover {
  color: #000;
}

:root {
  --container-width: 600px;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
  height: auto;
}
@media all and (max-width: 960px) {
  html, body {
    height: 100%;
  }
}
@media all and (max-width: 512px) {
  html, body {
    font-size: 12px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}

.navbar-light .navbar-toggler {
  border: 0px;
}

nav.media-publishares-menu {
  background-color: #fff !important;
}
nav.media-publishares-menu a {
  font-family: "lato";
  color: #000;
}
@media all and (max-width: 767px) {
  nav.media-publishares-menu.the-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  nav.media-publishares-menu.foot .nav-link {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 767px) {
  nav.media-publishares-menu {
    overflow-x: hidden;
  }
  nav.media-publishares-menu .navbar-collapse#main-menu {
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9019607843);
    z-index: -1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.2s;
  }
  nav.media-publishares-menu .navbar-collapse#main-menu.show {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9019607843);
    z-index: -1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.2s;
  }
}
nav.media-publishares-menu ul.navbar-nav.header .nav-link {
  color: #000;
}
@media all and (min-width: 1024px) {
  nav.media-publishares-menu ul.navbar-nav.header li {
    padding: 0rem 0.5vw;
  }
}
@media all and (max-width: 767px) {
  nav.media-publishares-menu ul.navbar-nav.header li {
    text-align: center;
  }
}
@media all and (min-width: 1350px) {
  nav.media-publishares-menu ul.navbar-nav.header li a {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  nav.media-publishares-menu ul.navbar-nav.header li a {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  nav.media-publishares-menu ul.navbar-nav.header li a {
    font-size: 2rem;
    font-family: "lato";
  }
}
nav.media-publishares-menu.foot .nav-link {
  padding: 0rem;
  padding-right: 1rem;
  color: #000;
}

@media all and (min-width: 1024px) {
  .home.page-template nav.media-publishares-menu ul.navbar-nav.header li {
    padding: 0rem 1.5vw;
  }
}

section.the-headline-title {
  display: table;
  position: relative;
}
section.the-headline-title .simpleParallax {
  position: absolute;
  width: 100%;
}
section.the-headline-title .the-gap-parallaxism {
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
}
@media all and (max-width: 512px) {
  section.the-headline-title .the-gap-parallaxism {
    aspect-ratio: 16/9;
  }
}
section.the-headline-title .the-obs {
  position: relative;
  z-index: 55;
}
section.the-headline-title .simpleParallax:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
section.the-headline-title h1.the-title {
  position: relative;
  z-index: 55;
  padding: 5rem 0rem;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
@media all and (max-width: 512px) {
  section.the-headline-title h1.the-title {
    padding: 4rem 0rem;
  }
}
section.the-headline-title img.the-cursive-background {
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
section.the-headline-title.the-cursive-background {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16/6;
}
section.the-headline-title.the-cursive-background.top {
  background-position: top center;
}

@media all and (min-width: 992px) {
  .home.page-template.page-template-page-home .navbar-brand {
    display: none;
  }
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transition: 0.5s;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0);
}

@media all and (min-width: 1600px) {
  .container-xxl {
    max-width: 1500px;
  }
}
@media all and (min-width: 1700px) {
  .container-xxl {
    max-width: 1600px;
  }
}
.logo-contained {
  margin-top: 3vh;
  margin-bottom: 8vh;
}
@media all and (max-width: 767px) {
  .logo-contained {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }
}
.logo-contained h1.the-main-logo {
  font-family: "FuturaFuturisC";
  font-size: 600%;
}
@media all and (min-width: 1240px) {
  .logo-contained h1.the-main-logo {
    font-size: 8rem;
  }
}
@media all and (max-width: 1024px) {
  .logo-contained h1.the-main-logo {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .logo-contained h1.the-main-logo {
    font-size: 3rem;
  }
}

.pl5 {
  padding-left: 0.5rem;
}

.single-brand .btn-mediapublishares {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.btn-mediapublishares {
  background-color: #fff;
  outline: none;
  border: 1px solid black;
  border-radius: 0px;
  color: #000;
  transition: 0.5s;
  margin-bottom: 0.5rem;
}
.btn-mediapublishares:hover {
  transition: 0.5s;
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-mediapublishares.invert {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border-color: #fff;
  border: 1px solid #fff;
}
.btn-mediapublishares.invert:hover {
  color: #000;
  transition: 0.5s;
  background-color: #fff;
}

section.key-vis figure.video {
  margin: 0;
}
section.key-vis figcaption .text-positioning {
  font-family: "Baskervville";
  font-size: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: none !important;
}
@media all and (max-width: 767px) {
  section.key-vis figcaption .text-positioning {
    font-size: 2rem;
  }
}
section.key-vis figure.video .video__caption {
  overflow: hidden;
  position: absolute;
  display: table;
  color: #fff;
  bottom: 0px;
  width: 100%;
  background-color: #000;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5662858894) 44%, rgb(0, 0, 0) 77%);
  height: 20rem;
  opacity: 1;
  display: none !important;
}
@media all and (max-width: 767px) {
  section.key-vis figure.video .video__caption {
    opacity: 1;
    overflow: visible;
    height: 20rem;
  }
}
section.key-vis figure.video .video__caption span {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-family: "Baskervville", cursive;
  font-style: italic;
  font-size: 3rem;
  padding: 3rem 0rem;
  opacity: 0;
}
@media all and (max-width: 767px) {
  section.key-vis figure.video .video__caption span {
    opacity: 1;
  }
}
section.key-vis .text-media-block {
  display: flex;
  grid-template-columns: 60% minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  height: 100vh;
}
section.key-vis .text-media-block > * {
  width: 50%;
}
section.key-vis .title-block {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.key-vis .video-block__container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  height: auto;
}
section.key-vis .video-block__container.mobile {
  height: auto;
  aspect-ratio: 4/3;
}
section.key-vis .video-block__container.mobile video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top center;
  height: 100%;
}
section.key-vis .video-block figure.video {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
section.key-vis .video-block video {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: auto;
}
section.mp-showcase {
  padding: 0rem 0rem;
  background-color: #000;
}
section.mp-showcase:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: -1px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  section.mp-showcase {
    padding: 0rem;
  }
}
section.mp-showcase.events {
  padding-top: 0rem;
  padding-bottom: 6rem;
}
section.mp-showcase .mpShowcaseCarousel .background-image-inside {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center center;
}

section.the-mission {
  background-color: #000;
  color: #fff;
  padding: 7rem 0rem;
}
@media all and (max-width: 767px) {
  section.the-mission {
    padding: 0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

section.work-with-us {
  padding-bottom: 4rem;
  background-color: #000;
  color: #fff;
}
section.work-with-us .background-image-wwu {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center center;
}
section.work-with-us .btn-mediapublishares {
  border: 1px solid #fff;
  color: #fff;
  background-color: #000;
  transition: 0.5s;
}
section.work-with-us .btn-mediapublishares:hover {
  transition: 0.5s;
  background-color: #fff;
  color: #000;
}

section.left-right-section {
  padding-top: 3rem;
}
section.left-right-section .background-image-wwu {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center center;
}

@media all and (max-width: 1400px) {
  section.footer {
    padding: 0rem 1.25rem;
  }
}
@media all and (max-width: 512px) {
  section.footer {
    padding: 0rem 7px;
  }
}
section.footer .row.the-line {
  border-bottom: 1px solid black;
}
section.footer span.widget-title {
  color: rgba(0, 0, 0, 0.55);
}
section.footer .address-lists h1 {
  font-family: "Lato" !important;
  font-size: 1rem;
  font-weight: 800;
}
section.footer span.copyright {
  font-size: 0.75rem;
}

section.mp-showcase h1.heads {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 2rem;
}
section.mp-showcase .mpBrandCarousel .brand-container {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.mp-showcase .mpBrandCarousel .brand-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
}
section.mp-showcase .mpBrandCarousel .brand-container img.brand {
  width: 100%;
  height: 100%;
  filter: invert(0);
  padding: 2.5rem;
}
@media all and (max-width: 512px) {
  section.mp-showcase .mpBrandCarousel .brand-container img.brand {
    padding: 2rem;
  }
}
section.mp-showcase .mpBrandCarousel .brand-container:hover {
  transition: 0.5s;
}
section.mp-showcase .mpBrandCarousel .brand-container:hover:before {
  transition: 0.5s;
  background-color: #000;
}
section.mp-showcase .mpBrandCarousel .brand-container:hover img.brand {
  filter: invert(1);
}
section.mp-showcase.mp-brand {
  padding-bottom: 0rem;
}
section.mp-showcase.advertising {
  padding-top: 0px;
  padding: 3rem 0rem;
}

section.events {
  background-color: #000;
  padding: 0rem 0rem 0rem;
}
section.events h1.heads {
  font-size: 3rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  color: #fff;
}
section.events .carousel.mpEventCarousel a.event-container {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
section.events .carousel.mpEventCarousel a.event-container .the-contained {
  position: relative;
  width: 100%;
  height: 100%;
}
section.events .carousel.mpEventCarousel a.event-container .the-contained .image-event {
  position: relative;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
section.events .carousel.mpEventCarousel a.event-container .the-contained .image-event:after {
  content: "";
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
section.events .carousel.mpEventCarousel a.event-container .the-contained .event-title {
  padding: 1rem 1.25rem 0rem;
  font-family: "lato";
  text-align: center;
}
section.events .carousel.mpEventCarousel a.event-container:hover .image-event:after {
  content: "";
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

section.the-page {
  padding: 3rem 1.25rem;
}
section.the-page h1 {
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
section.the-page.advertising h1 {
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

section.the-loop-teams {
  padding: 3rem 1.25rem;
}
@media all and (max-width: 512px) {
  section.the-loop-teams {
    padding: 3rem 1.25rem 0rem 1.25rem;
  }
}
section.the-loop-teams .image-member {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center center;
  filter: grayscale(1);
}
section.the-loop-teams .the-title-member {
  font-weight: 700;
}
section.the-loop-teams .the-designation {
  font-style: italic;
}

body.about-page-mp section.about-intro {
  padding: 3rem 1.25rem;
}
body.about-page-mp section.footer {
  padding-top: 2rem;
}

.video-block__container video {
  width: 100%;
}

body.brand-template-default .video-block__container video {
  width: 100%;
}

body.events-page-mp section.video-kv-events {
  background-color: #000;
}
body.events-page-mp .video-block__container video {
  width: 100%;
}
body.events-page-mp section.the-events {
  padding: 5rem 1.25rem;
  background-color: white;
  color: #000;
}
@media all and (max-width: 512px) {
  body.events-page-mp section.the-events {
    padding: 4rem 1.25rem 4rem;
  }
}
body.events-page-mp section.carousel-events-page .carousel.mpEventCarousel a.event-container {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
body.events-page-mp section.carousel-events-page .carousel.mpEventCarousel a.event-container .the-contained {
  position: relative;
  width: 100%;
  height: 100%;
}
body.events-page-mp section.carousel-events-page .carousel.mpEventCarousel a.event-container .the-contained .image-event {
  position: relative;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
body.events-page-mp section.carousel-events-page .carousel.mpEventCarousel a.event-container .the-contained .image-event:after {
  content: "";
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
body.events-page-mp section.carousel-events-page .carousel.mpEventCarousel a.event-container .the-contained .event-title {
  padding: 1rem 1.25rem 0rem;
  font-family: "lato";
  text-align: center;
}
body.events-page-mp section.carousel-events-page .carousel.mpEventCarousel a.event-container:hover .image-event:after {
  content: "";
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

section.the-brands {
  padding-bottom: 5rem;
}
section.the-brands a.brand-container {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}
section.the-brands a.brand-container img.brand.archive-page {
  display: table;
  margin: 0 auto;
}
section.the-brands .omegdios {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  width: 100%;
  height: auto;
}
section.the-brands .the-background-cover-magazine {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  transition: 0.5s;
  overflow: hidden;
}
section.the-brands .horadis:hover .the-background-cover-magazine {
  transform: scale(1.1);
  transition: 0.5s;
}
section.the-brands .the-logon-contained svg {
  max-height: 50px;
}
section.the-brands .the-logon-contained .the-title {
  transition: 0.5s;
  color: #000;
  font-weight: 800;
  font-size: 1rem;
}
section.the-brands .horadis {
  display: flex;
  transition: 0.5s;
}
section.the-brands .horadis svg path {
  fill: #000 !important;
}
section.the-brands .horadis:hover {
  transition: 0.5s;
}
section.the-brands .horadis:hover svg {
  transition: 0.5s;
}
section.the-brands .horadis:hover svg path {
  fill: #fff !important;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

@media all and (max-width: 512px) {
  body.single-brand section.the-single-brand svg {
    max-width: 250px;
  }
}
body.single-brand .brand-image-highlight {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.single-brand section.the-single-brand {
  padding: 2rem 0rem 1.5rem 0rem;
}
body.single-brand section.the-single-brand.b {
  padding: 3rem 0rem 1rem;
}
body.single-brand section.the-single-brand.c {
  padding: 0rem 0rem 1rem;
}
body.single-brand section.the-highlights.brand {
  padding: 3rem 0rem 3rem;
}
body.single-brand section.the-highlights.brand.b {
  padding: 3rem 0rem 0rem;
}
@media all and (max-width: 512px) {
  body.single-brand section.the-highlights.brand {
    padding: 3rem 0rem 0rem;
  }
}
body.single-brand section.the-highlights.brand a {
  text-decoration: none;
}
body.single-brand section.the-highlights.brand .the-background-image-highlight {
  width: 100%;
  height: auto;
  display: block;
  background-position: center center;
  background-size: cover;
}
body.single-brand section.the-highlights.brand .the-background-image-highlight.square {
  aspect-ratio: 4/4;
}
body.single-brand section.the-highlights.brand .the-background-image-highlight.potrait {
  aspect-ratio: 4/5;
}
body.single-brand section.the-highlights.brand .the-background-image-highlight.landscape {
  aspect-ratio: 4/3;
}
body.single-brand section.the-highlights.brand .title-highlight {
  text-decoration: none;
  font-family: "lato";
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  display: table;
  margin: 1rem auto;
}

.navbar-toggler-icon {
  background-image: none !important;
  background-color: #000;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: #000;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #000;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

section.the-image-holder {
  margin-bottom: 2rem;
}
section.the-image-holder .featured_image- {
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.the-content.careers {
  margin-bottom: 3rem;
}

section.carousel-section.coverflow-adv {
  background-color: white;
  position: relative;
  width: 100%;
  height: auto;
}
section.carousel-section.coverflow-adv h1.float-sub {
  position: absolute;
  top: 3rem;
  color: #fff;
  z-index: 55;
  width: 100%;
  text-align: center;
}
section.carousel-section.coverflow-adv img.the-background-forcy, section.carousel-section.coverflow-adv img.the-background-forcy-2 {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: auto;
  -o-object-position: 0px -400px;
     object-position: 0px -400px;
  filter: brightness(0.5) blur(3px);
  transform: scale(1.1);
}
section.carousel-section.coverflow-adv .swiper.advertising-cowl-background {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  height: auto;
  filter: brightness(0.5) blur(4px);
  transform: scale(1.05);
}
section.carousel-section.coverflow-adv .swiper.advertising-cowl-background .swiper-slide {
  width: 100vw;
  height: auto;
}
section.carousel-section.coverflow-adv .swiper.advertising-cowl-background .swiper-slide .the-contained-imagex {
  transform-style: preserve-3d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -400px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/6;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow {
  width: 100%;
  padding: 9rem 0rem 5rem;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide {
  width: 400px;
  transform-style: preserve-3d;
  opacity: 0.5;
  transition: 0.5s;
  position: relative;
  aspect-ratio: 4/5;
}
@media all and (max-width: 512px) {
  section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide {
    width: 300px;
  }
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide .the-contained-image {
  transform-style: preserve-3d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide .the-info {
  background-color: rgba(0, 0, 0, 0.6784313725);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  padding: 1.5rem;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide-active {
  opacity: 1;
  transition: 2s;
  --current-card-rotation-offset: 0;
  --card-translateX-offset: 0;
  --card-rotation-offset: var(--current-card-rotation-offset);
  --card-scale-offset: 1.2;
  --opacity: 0.8;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide-active .the-info {
  opacity: 1;
  transition: 0.5s;
  bottom: 0%;
  padding: 1.25rem;
  width: 100%;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide-active .the-info h1 {
  transform: translateZ(25px);
  color: #fff;
  font-family: "Lato";
  font-size: 1.75rem;
}
section.carousel-section.coverflow-adv .swiper.advertising-coverflow .swiper-slide-active .the-info p {
  transform: translateZ(30px);
  color: #fff;
  font-size: 1rem;
  font-size: 0.8rem;
}
section.carousel-section.coverflow-adv .swiper.advertising-cowl-background {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  height: auto;
  filter: brightness(0.5) blur(4px);
  transform: scale(1.05);
}
section.carousel-section.coverflow-adv .swiper.advertising-cowl-background .swiper-slide {
  width: 100vw;
  height: auto;
}
section.carousel-section.coverflow-adv .swiper.advertising-cowl-background .swiper-slide .the-contained-imagex {
  transform-style: preserve-3d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -400px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/6;
}
@media all and (max-width: 512px) {
  section.carousel-section.coverflow-adv .swiper.advertising-cowl-background .swiper-slide .the-contained-imagex {
    background-position: center center;
  }
}

section.advertising-partner-with-us {
  padding: 4rem 0rem;
}
@media all and (max-width: 512px) {
  section.advertising-partner-with-us {
    text-align: center;
    padding: 2rem 0rem 4rem;
  }
}
@media all and (max-width: 512px) {
  section.advertising-partner-with-us.boardroom {
    text-align: center;
    padding: 0rem 0rem 4rem;
  }
}

section.advertising-partner-with-usb {
  padding: 4rem 0rem;
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 512px) {
  section.advertising-partner-with-usb {
    text-align: center;
    padding: 4rem 0rem 4rem;
  }
}
section.advertising-partner-with-usb .btn-mediapublishares {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}

.swiper-container-wrapper.mortdekai {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 512px) {
  .swiper-container-wrapper.mortdekai {
    flex-flow: row nowrap;
  }
}
.swiper-container-wrapper.mortdekai .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 512px) {
  .swiper-container-wrapper.mortdekai .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper.mortdekai .swiper-button-next, .swiper-container-wrapper.mortdekai .swiper-button-prev {
  color: #000;
}
.swiper-container-wrapper.mortdekai .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  /* Slide content */
}
.swiper-container-wrapper.mortdekai .swiper-slide a.event-container {
  background-color: transparent;
  text-decoration: none;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  margin-left: 2rem;
  font-family: "Lato";
  border: 1px solid #fff;
  font-size: 1.25rem;
  color: #fff;
  transition: 0.5s !important;
  text-transform: capitalize;
}
@media all and (max-width: 512px) {
  .swiper-container-wrapper.mortdekai .swiper-slide a.event-container {
    font-size: 1rem;
  }
}
.swiper-container-wrapper.mortdekai .swiper-slide a.event-container:hover {
  background-color: #fff;
  color: #000;
  transition: 0.5s !important;
}
.swiper-container-wrapper.mortdekai .swiper-slide .description,
.swiper-container-wrapper.mortdekai .swiper-slide .title {
  display: block;
  opacity: 0;
}
.swiper-container-wrapper.mortdekai .swiper-slide-active .description,
.swiper-container-wrapper.mortdekai .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper.mortdekai .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
}
.swiper-container-wrapper.mortdekai .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
}
.swiper-container-wrapper.mortdekai .gallery-top {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  transform: scale(1.001);
}
@media (min-width: 512px) {
  .swiper-container-wrapper.mortdekai .gallery-top {
    width: 100%;
  }
}
@media (max-width: 512px) {
  .swiper-container-wrapper.mortdekai .gallery-top {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.swiper-container-wrapper.mortdekai .gallery-top .swiper-button-next, .swiper-container-wrapper.mortdekai .gallery-top .swiper-button-prev {
  color: #fff;
}
.swiper-container-wrapper.mortdekai .gallery-top .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.2259497549) 57%, rgba(0, 0, 0, 0.5228685224) 91%);
  z-index: -1;
}
.swiper-container-wrapper.mortdekai .gallery-thumbs {
  width: 100%;
  height: 25vh;
}
@media (min-width: 512px) {
  .swiper-container-wrapper.mortdekai .gallery-thumbs {
    width: 20%;
    height: 100vh;
    padding: 0;
  }
}
@media (max-width: 512px) {
  .swiper-container-wrapper.mortdekai .gallery-thumbs {
    height: 20vh;
    display: none;
  }
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 512px) {
  .swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 512px) {
  .swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0.9;
  transition: 0.5s;
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide .the-umero-title {
  transform: translateY(1000%);
  transition: 0.5s;
  font-weight: 500;
  text-transform: capitalize;
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide-thumb-active .the-umero-title {
  transform: translateY(0%);
  transition: 0.5s;
}
.swiper-container-wrapper.mortdekai .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

form.contact.mp .form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}
form.contact.mp .form-control {
  border: 0px solid #ced4da;
  border-bottom: 1px solid #9a9a9a;
}
form.contact.mp button.btn.btn-primary {
  background-color: transparent;
  color: #000;
  border-color: #000;
  transition: 0.5s;
}
form.contact.mp button.btn.btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.the-content .the-title {
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.address-contact h1, .address-contact h2, .address-contact h3, .address-contact h4, .address-contact h5 {
  font-family: "Lato";
}
.address-contact .the-desc {
  min-height: 200px;
}
@media all and (max-width: 1024px) {
  .address-contact .the-desc {
    min-height: auto;
  }
}

section.kv-visual-custom {
  position: relative;
  aspect-ratio: 16/9;
}
section.kv-visual-custom .background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 1024px) {
  nav.media-publishares-menu.foot ul.the-foot li:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  nav.media-publishares-menu.foot ul.the-foot li:nth-child(4) {
    display: none;
  }
}

@media all and (max-width: 512px) {
  section.left-right-section .boardroom-single h1.aligned {
    text-align: center;
  }
  section.left-right-section .boardroom-single .aligned {
    text-align: center;
    margin: 0 auto;
  }
}/*# sourceMappingURL=mediapublishares.css.map */