/* publishing  */


body{
      background-color: #ffff;
}

.publishing-page .hero {
  background-color: #eb3945;
  display: flex;
  justify-content: center;
  height: 80vh;
  min-height: 850px;
  max-height: 1100px;
}

.hero-intro .std-button{
      background-color: #000000;
}
.publishing-page .wedge-mask-hero-bottom {
  position: absolute;
  bottom: 0;
}

.hero-intro a {
  font-size: 16px;
  padding: 20px 40px;
}
.publishing-page .intro-panel-video {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.publishing-page .hero-intro {
  max-width: 550px;
}
.publishing-page .hero-intro h1 {
  color: #5c060c;
}
.lang-cn .publishing-intro h1, .lang-jp .publishing-intro h1, .lang-kr .publishing-intro h1 {
  font-weight: bold;
}
.publishing-lion {
  background-color: #fff;
}
.publishing-lion > .inner-wrap {
  max-width: 1080px;
  display: flex;
  align-items: center;
  padding: 225px 7.5%;
  padding-bottom: 0;
  text-align: center;
  justify-content: center;
}
.publishing-lion h2 {
  font-family: 'acherusgrotesque-black';
  font-size: 36px;
  line-height: 1.25em;
  margin: auto auto 1.5em;
}
.publishing-lion p {
  font-family: 'acherusgrotesque-regular';
  font-size: 20px;
  line-height: 1.25em;
  max-width: 75%;
  margin: auto;
}
.publishing-lion {
  background-image: url('../png/publishing-icones-v7.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 20% 101%;
padding-bottom: 45vw; 
 background-color: transparent;

}

.publishing-help {
  background-color: #000000;
  color: #fff;
}

.publishing-help > .inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 7.5%;
  padding-bottom: 0;
  text-align: center;
}
.publishing-help .help-pod-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 0px;
}
.publishing-help .help-pod-wrapper.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.publishing-help .help-pod-wrapper.div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.publishing-help .help-pod-wrapper.div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.publishing-help h2 {
  font-family: 'acherusgrotesque-black';
  font-size: 50px;
  line-height: 1.25em;
  margin: 0 auto 3.5em;
  margin-bottom: 50px;
}
.publishing-help h3 {
  font-family: 'acherusgrotesque-black';
  font-size: 24px;
  margin: 0 auto 1em;
  line-height: 1.15em;
  max-width: 85%;
}
.publishing-help p {
  font-family: 'acherusgrotesque-regular';
  font-size: 18px;
  line-height: 1.35em;
}
.help-pod-icon {
  width: 100%;
  max-width: 120px;
  margin: auto auto 1em;
}
.help-pod-icon.invisible {
  transform: translateY(50%);
}
.publishing-values {
  min-height: 800px;
  max-height: 1100px;
  background-color: #222;
  color: #fff;
}
.publishing-values > .inner-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  padding: 150px 60px;
  background-image: url('../svg/logo-lion-overlay-black.svg');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
}
.values-pods-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: auto;
}
.values-pods-parent .div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.values-pods-parent .div2 {
  grid-area: 2 / 1 / 3 / 2;
  padding: 0 35% 0 0;
}
.values-pods-parent .div3 {
  grid-area: 2 / 2 / 3 / 3;
  padding: 0 0 0 35%;
}
.lang-jp .values-pods-parent .div2 {
  padding: 0 20% 0 0;
}
.lang-jp .values-pods-parent .div3 {
  padding: 0 0 0 30%;
}
.publishing-values h2 {
  font-family: 'acherusgrotesque-black';
  font-size: 60px;
  line-height: 1.15em;
  margin: 0 0 1.5em;
  max-width: 450px;
}
.publishing-values p {
  font-family: 'acherusgrotesque-regular';
  font-size: 30px;
  line-height: 1.35em;
}
.publishing-values h3 {
  font-family: 'acherusgrotesque-black';
  font-size: 24px;
  margin: 0 0 0.25em;
}
.publishing-values .values-capsules p {
  font-size: 18px;
  margin: 0 0 1.5em;
}
.publishing-photostrip {
  height: 70vh;
  min-height: 400px;
  background-image: url('../publishing-photostrip.html');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.publishing-our-story {
	background-color:#e3a927;
}
.publishing-our-story h2 {
	font-size:60px;
  font-family: 'acherusgrotesque-black';
  color: #fff;
  margin:0 auto 0.5em;
  max-width:1100px;
  width: 85%;
}
.publishing-our-story > .inner-wrap {
  min-height: 800px;
  max-width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:120px 0;	
}
#our-story-row {
	transition:background-color 0.5s ease-out;
}
#our-story-wrap {
  width:100%;
}
.our-story-slide {
	outline: none;
padding:2.5% 0 0;
transition:transform 0.75s ease-out;
transform:translateX(-16vw) translateY(1vw);
}	
.our-story-slide.slick-current {
transform:translateX(0) translateY(0);
}	
.our-story-slide.slick-current ~ .our-story-slide {
transform:translateX(16vw) translateY(1vw);
}	
.our-story-slide img {
	width:100%;
	max-width:642px;
	margin:auto;
transform: translateY(10px) rotate(-4deg) scale(1.35);
transition:transform 0.75s ease-out;
	border-radius:10px;
}
.our-story-slide.slick-current img {
transform: translateY(0) rotate(0) scale(1.35);
}
.our-story-slide.slick-current ~ .our-story-slide img {
transform: translateY(10px) rotate(4deg) scale(1.35);
}	
.our-story-slide > p {
font-size:20px;
line-height:1.25em;
color:#fff;
	width:120%;
	left:-10%;
	margin:110px auto 1.5em;
	text-align:center;
	opacity:0;
transition:opacity 0.5s ease-out;
}

.pattern-black-circles {
    background-image: url(../svg/cta-publishing-background.svg);
    color: #fff;
}
/* Media Queries */
@media screen and (min-width: 1800px) {
  .publishing-hiring .jobs-link {
    font-size: 60px;
  }
  .lang-cn .publishing-hiring .jobs-link { /* Language Edit */
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
  .publishing-page .hero {
    background-image: url('../publishing-hero-bg-art-mrbullet-medium.html');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }
  .publishing-lion > .inner-wrap {
    padding: 120px 7.5%;
  }
  .publishing-lion h2 {
    font-size: 24px;
  }
  .publishing-lion p {
    font-size: 18px;
  }
  .publishing-photo-break {
    height: 45vh;
    background-attachment: initial;
    background-position: 10% top;
  }
  .publishing-help h2 {
    font-size: 30px;
  }
  .publishing-help h3 {
    font-size: 18px;
  }
  .publishing-help .help-pod-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 75px;
    width: 75%;
    max-width: 320px;
  }
  .publishing-help .help-pod-wrapper.div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .publishing-help .help-pod-wrapper.div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .publishing-help .help-pod-wrapper.div3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .publishing-values {
    height: initial;
  }
  .values-pods-parent .div2 {
    padding: 0 10% 0 0;
  }
  .values-pods-parent .div3 {
    padding: 0 0 0 10%;
  }
  .publishing-values p {
    font-size: 24px;
  }
  .publishing-values h3 {
    font-size: 18px;
  }
  .publishing-values .values-capsules p {
    font-size: 16px;
  }
  .publishing-values > .inner-wrap {
    background-size: 50%;
  }
  .publishing-photostrip {
    height: 35vw;
    min-height: 250px;
    background-attachment: initial;
    background-position: center center;
  }
  .publishing-hiring {
    height: auto;
    min-height: unset;
    background-image: url('../publishing-bg-photo-lion-halftone.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 170px 12% 120px;
  }
  .publishing-hiring h2 {
    font-size: 80px;
  }
  .publishing-hiring .jobs-link {
    font-size: 30px;
  }
  .our-story-slide {
	padding: 4.5% 0 0;
	transform: translateX(-40vw) translateY(1vw);
  }
  .our-story-slide.slick-current ~ .our-story-slide {
	transform: translateX(40vw) translateY(1vw);
  }
  .our-story-slide img {
	transform: translateY(10px) rotate(-4deg) scale(2);
	border-radius: 6px;
  }
  .our-story-slide.slick-current img {
	transform: translateY(0) rotate(0) scale(2);
  }
  .our-story-slide.slick-current ~ .our-story-slide img {
	transform: translateY(10px) rotate(4deg) scale(2);
  }
  #our-story-wrap .slick-arrow {
	width: 20%;
  }
  .publishing-our-story h2 {
	font-size: 46px;
	margin: 0 auto 1em;
	width: 75%;
  }
  .publishing-our-story > .inner-wrap {
	min-height: unset;
	padding: 80px 0;
  }
  .our-story-slide > p {
	font-size: 18px;
	width: 200%;
	left: -50%;
  }
  .publishing-break {
    height: 45vh;
  }
}
@media screen and (max-width: 640px) {
  .publishing-page .hero {
    background-image: url('../publishing-hero-bg-art-mrbullet-mobile.html');
  }
  .publishing-hiring .jobs-link {
    font-size: 18px;
  }
  .publishing-page .hero {
    justify-content: center;
    min-height: 640px;
  }
  .publishing-page .hero > .inner-wrap {
    align-items: flex-start;
    min-height: auto;
  }
  .publishing-photo-break {
    height: 25vh;
    min-height: 220px;
  }
  .publishing-values {
    height: auto;
    max-height: initial;
  }
  .values-pods-parent {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .values-pods-parent .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .values-pods-parent .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .values-pods-parent .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .values-pods-parent .div2, .values-pods-parent .div3 {
    padding: 0;
    margin: 2em auto auto;
  }
  .publishing-values h2 {
    font-size: 36px;
    margin: 1em auto 0;
    text-align: center;
  }
  .publishing-values p {
    font-size: 18px;
    text-align: center;
  }
  .publishing-values .values-capsules p {
    max-width: 265px;
    font-size: 14px;
    margin: 0 auto 1.5em;
  }
  .publishing-values h3 {
    text-align: center;
  }
  .publishing-values > .inner-wrap {
    padding: 50px 7.5%;
    background-image: none;
  }
  .values-pods-parent .div2 p::after {
    display: block;
    content: '';
    width: 100%;
    height: 45vw;
    padding: 2em 0 0;
    background-image: url('../svg/logo-lion-overlay-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-origin: content-box;
  }
  .publishing-lion > .inner-wrap {
    padding: 80px 10%;
  }
  .publishing-lion h2 {
    font-size: 21px;
  }
  .publishing-lion p {
    font-size: 16px;
    max-width: 85%;
  }
  .publishing-help h2 {
    font-size: 24px;
    margin: 0 auto 2em;
    width: 85%;
  }
  .publishing-photostrip {
    height: 45vw;
    min-height: 170px;
  }
  .publishing-hiring {
    padding: 90px 10% 65px;
  }
  .publishing-hiring h2 {
    font-size: 36px;
  }
  .publishing-help p {
    font-size: 16px;
  }
  .publishing-help .help-pod-wrapper {
    grid-template-rows: auto;
    grid-row-gap: 50px;
    width: 85%;
  }
  .publishing-help > .inner-wrap {
    padding: 80px 7.5%;
  }
  .help-pod-icon {
    max-width: 100px;
    margin: auto auto 1em;
  }

}
@media screen and (max-width: 480px) {
    .publishing-break {
    height: 25vh;
  }
}