/**
 * Variables.
 */
/**
 * Kamathipura - landing & common blocks
 */
.kp .black-bg {
  background-color: #000;
}
.kp .case-study-bg {
  background-color: #B9511A;
}
.kp .case-study-bg .animation-block {
  background-color: #B9511A;
}
.kp .case-study-bg .col2-block__col__content {
  color: #fff;
}
.kp .warmgrey-bg {
  background-color: #E2DBCF;
}
.kp .warmgrey-bg .animation-block {
  background-color: #E2DBCF;
}

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner__content {
  text-align: center;
  opacity: 1;
  position: relative;
  background-color: #B9511A;
}
@media screen and (min-width: 768px) {
  .banner__content {
    opacity: 0;
  }
}
.banner__content__top {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: absolute;
}
.banner__content .slide {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.banner__content .slide__content {
  background-color: rgba(0, 0, 0, 0.83);
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 25px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  max-width: 639px;
  color: #fff;
  box-sizing: border-box;
}
.banner__content .slide__content.italic {
  font-style: italic;
  padding: 26px 25px;
}
@media screen and (min-width: 768px) {
  .banner__content .slide__content.italic {
    padding: 26px 24px;
  }
}
.banner__content .slide__content p + p {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .banner__content .slide__content {
    padding: 36px 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .banner__content .slide__content p + p {
    margin-top: 20px;
  }
}
.banner__content .slide__content .title {
  color: #B9511A;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .banner__content .slide__content .title {
    font-size: 18px;
    line-height: 30px;
  }
}
.banner__content .slide__content .small-text {
  font-size: 14px;
  line-height: 30px;
  margin-top: 0;
}
.banner__content .slide__content .quote-icon {
  display: inline-block;
  margin-bottom: 25px;
}
.banner__content .slide__content .quote-icon--reverse {
  margin-bottom: 0;
  margin-top: 30px;
}
.banner__content .slide__content .medium {
  font-weight: 500;
}
.banner__content__figure {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
}
.banner__content__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.banner__content__img.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner__content__img.hide-mobile {
    display: block;
  }
  .banner__content__img.hide-desktop {
    display: none;
  }
}
.banner__content__text-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
}
.banner__content__title {
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  background-color: #000;
  padding: 6px 9px;
  color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .banner__content__title {
    font-size: 40px;
    line-height: 48px;
    padding: 22px 18px;
  }
}
.banner__content__tag {
  display: flex;
  margin-top: 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .banner__content__tag {
    margin-top: 45px;
  }
}
.banner__content__tag span {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  background-color: #000;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .banner__content__tag span {
    font-size: 5.208vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .banner__content__tag span {
    font-size: 100px;
    line-height: 119px;
  }
}
.banner__content__step1 {
  color: #fff;
  padding: 6px 8px;
}
@media screen and (min-width: 768px) {
  .banner__content__step1 {
    padding: 24px 25px;
  }
}
.banner__content__step2 {
  color: #B9511A;
  padding: 6px 8px;
}
@media screen and (min-width: 768px) {
  .banner__content__step2 {
    padding: 24px 28px;
  }
}

.col2-block {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .col2-block {
    flex-direction: row;
  }
}
.col2-block__col {
  min-height: 50vh;
  min-height: calc(var(--vh, 1vh) * 50);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .col2-block__col {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--left {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--left .col2-block__slider__figure .title {
    margin-left: 20px;
    margin-right: 90px;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--left .col2-block__slider__figure .title {
    margin-right: 130px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--right {
    order: 1;
  }
}
.col2-block__col--has-slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .col2-block__col--has-slider {
    width: 50%;
    position: relative;
  }
  .col2-block__col--has-slider.col2-block__col--left {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    height: auto;
  }
}
.col2-block__col--content {
  padding: 51px 53px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.col2-block--slider .col2-block__col--content {
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .col2-block--slider .col2-block__col--content {
    padding: 51px 53px;
  }
}
.col2-block__col--content .animation-block {
  width: 50%;
  height: 40px;
  position: absolute;
  transition: all 1s ease-in-out;
  z-index: 1;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.col2-block__col--content .animation-block.animated {
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .col2-block__col--content .animation-block {
    width: 60px;
    height: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--content .animation-block {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--right {
    padding-left: calc(100% * ( 137 / 1920 ));
  }
}
@media screen and (min-width: 1315px) {
  .col2-block__col--content.col2-block__col--right {
    padding-right: calc((100vw - 1275px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--content.col2-block__col--right {
    padding-left: 137px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--right .animation-block {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .col2-block__col--content.col2-block__col--right .animation-block.animated {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--left {
    padding-right: calc(100% * ( 137 / 1920 ));
  }
}
@media screen and (min-width: 1315px) {
  .col2-block__col--content.col2-block__col--left {
    padding-left: calc((100vw - 1275px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--content.col2-block__col--left {
    padding-right: 137px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--left .animation-block {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
  }
  .col2-block__col--content.col2-block__col--left .animation-block.animated {
    transform: translateX(100%);
  }
}
.col2-block__col__content {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
@media screen and (min-width: 980px) {
  .col2-block__col__content {
    font-size: 20px;
    line-height: 30px;
  }
  .col2-block--banner .col2-block__col__content {
    font-size: 24px;
    line-height: 35px;
  }
}
.col2-block__col__content__title {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .col2-block__col__content__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.col2-block__col__content p + p {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .col2-block__col__content p + p {
    margin-top: 25px;
  }
}
.col2-block__col__content .small-text {
  font-size: 14px;
  line-height: 18px;
}
.col2-block__col__content .link {
  font-style: italic;
  text-decoration: none;
  color: inherit;
  display: block;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .col2-block__col__content .link {
    word-break: break-word;
  }
}
.col2-block__col__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #B9511A;
}
.col2-block__col__figure.grey-bg {
  background-color: #f6f6f6;
}
.col2-block__col__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col2-block__col__figure img.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .col2-block__col__figure img.hide-desktop {
    display: none;
  }
  .col2-block__col__figure img.hide-mobile {
    display: block;
  }
}
.col2-block__col__figure .img-contain {
  object-fit: contain;
}
.col2-block__col__figure .title {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  padding: 6px 19px 6px 11px;
  position: absolute;
  bottom: 29px;
  top: auto;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .col2-block__col__figure .title {
    padding: 13px 14px;
    margin-left: 90px;
    bottom: 30px;
    max-width: 85%;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col__figure .title {
    margin-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .col2-block__col.mobile-full-display figure {
    position: relative;
  }
  .col2-block__col.mobile-full-display img {
    position: relative;
  }
}
.col2-block__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.col2-block__slider__container {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .col2-block__col--left .col2-block__slider__container {
    position: absolute;
    right: 0;
    flex-direction: row-reverse;
  }
}
.col2-block__slider--count2 .col2-block__slider__container {
  width: 200%;
}
.col2-block__slider--count3 .col2-block__slider__container {
  width: 300%;
}
.col2-block__slider--count4 .col2-block__slider__container {
  width: 400%;
}
.col2-block__slider--count5 .col2-block__slider__container {
  width: 500%;
}
.col2-block__slider--count6 .col2-block__slider__container {
  width: 500%;
}
.col2-block__slider--count7 .col2-block__slider__container {
  width: 700%;
}
.col2-block__slider--count8 .col2-block__slider__container {
  width: 800%;
}
.col2-block__slider--count9 .col2-block__slider__container {
  width: 900%;
}
.col2-block__slider--count10 .col2-block__slider__container {
  width: 1000%;
}
.col2-block__slider--count11 .col2-block__slider__container {
  width: 1100%;
}
.col2-block__slider__block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.col2-block__slider__figure {
  width: 100%;
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50);
  background-color: #B9511A;
  position: relative;
}
@media screen and (min-width: 768px) {
  .col2-block__slider__figure {
    height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.col2-block__slider__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.col2-block__slider__figure .title {
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  padding: 6px 19px 6px 11px;
  position: absolute;
  bottom: 29px;
  top: auto;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .col2-block__slider__figure .title {
    padding: 13px 14px;
    margin-left: 90px;
    bottom: 30px;
    max-width: 85%;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__slider__figure .title {
    margin-left: 130px;
  }
}
.col2-block--landing-page .title-content {
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-size: 60px;
  line-height: 66px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .col2-block--landing-page .title-content {
    font-size: 8.75vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .col2-block--landing-page .title-content {
    font-size: 168px;
    line-height: 177px;
  }
}
.col2-block--landing-page .title-content .title {
  display: flex;
  flex-direction: column;
}
.col2-block--landing-page .col2-block__col--content .animation-block {
  top: 0;
  left: 0;
}
.col2-block--landing-page .col2-block__col--content .animation-block.animated {
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .col2-block--landing-page .col2-block__col--content .animation-block {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .col2-block--landing-page .col2-block__col--content .animation-block.animated {
    transform: translateX(-100%);
  }
}

.sub-page-links {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.sub-page-links__list {
  font-family: "Big Shoulders Stencil Text", Arial;
  color: #E2DBCF;
  margin: 0;
  list-style: none;
  padding: 57px 50px 30px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list {
    padding-top: 125px;
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 1315px) {
  .sub-page-links__list {
    padding-left: calc((100vw - 1275px) / 2);
    padding-right: calc((100vw - 1275px) / 2);
  }
}
.sub-page-links__list__item {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list__item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__item {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 54px;
  }
}
.sub-page-links__list__item a {
  color: #E2DBCF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.sub-page-links__list__item a:hover {
  color: #B9511A;
}
.sub-page-links__list__number {
  font-size: 70px;
  line-height: 1;
  min-width: 75px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__number {
    font-size: 120px;
    min-width: 125px;
    padding-right: 22px;
  }
}
.sub-page-links__list__text {
  padding-top: 3px;
}
.sub-page-links__list__text.block-control {
  max-width: 152px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list__text.block-control {
    max-width: 205px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__text.block-control {
    max-width: 370px;
  }
}

.cards {
  display: flex;
  height: 236px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cards {
    height: 400px;
  }
}
.cards__block {
  position: relative;
  font-family: "Big Shoulders Stencil Text", Arial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19%;
  overflow: hidden;
  transition: all 500ms ease;
}
@media screen and (min-width: 768px) {
  .cards__block {
    width: 13%;
  }
}
.cards__block:not(.active):hover {
  cursor: pointer;
}
.cards__block.active {
  width: 43%;
}
@media screen and (min-width: 768px) {
  .cards__block.active {
    width: 61%;
  }
}
.cards__block.active .cards__block__vertical-title {
  opacity: 0;
}
.cards__block.active .cards__block__content-wrap {
  opacity: 1;
  z-index: 1;
}
.cards__block__vertical-title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  background-color: #000;
  padding: 10px 17px;
  transform: rotate(-90deg);
  white-space: nowrap;
  opacity: 1;
  transition: all 400ms ease;
}
@media screen and (min-width: 768px) {
  .cards__block__vertical-title {
    font-size: 59px;
    line-height: 59px;
    padding: 10px 20px;
  }
}
.cards__block__title {
  font-size: 26px;
  line-height: 32px;
  padding: 5px 12px;
  background-color: #fff;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cards__block__title {
    font-size: 59px;
    line-height: 71px;
    padding: 18px 35px;
  }
}
.cards__block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cards__block__image {
    background-position: center 75%;
    background-size: auto;
  }
}
.cards__block__image.nala-sopara {
  background-image: url(../images/nala-sopara.jpg);
}
.cards__block__image.kamathipura {
  background-image: url(../images/kamathipura_new.jpg);
}
.cards__block__image.jvlr {
  background-image: url(../images/jvlr.jpg);
}
.cards__block__image.mward {
  background-image: url(../images/mward.jpg);
}
.cards__block__content-wrap {
  position: absolute;
  z-index: -1;
  top: 50%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 400ms ease;
  white-space: nowrap;
}
.cards__block .orange {
  color: #e26001;
}
.cards__block .green {
  color: #2cc369;
}
.cards__block .yellow {
  color: #aa9527;
}
.cards__block .blue {
  color: #2cafdb;
}

.case-study-header {
  font-family: "Big Shoulders Stencil Text", Arial;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .case-study-header__wrap {
    display: flex;
    align-items: flex-start;
  }
}
.case-study-header__name {
  background-color: #B9511A;
  color: #fff;
  min-width: 115px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 7px 13px;
  margin-top: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .case-study-header__name {
    margin-right: 16px;
    margin-top: 23px;
  }
}
.case-study-header__title {
  display: flex;
  font-weight: 800;
}
.case-study-header__title__number {
  font-size: 70px;
  line-height: 84px;
  color: #E2DBCF;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__number {
    font-size: 120px;
    line-height: 144px;
  }
}
.case-study-header__title__text {
  font-size: 25px;
  line-height: 30px;
  color: #B9511A;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
}
.case-study-header__title__text.m190 {
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__text {
    font-size: 45px;
    line-height: 54px;
    padding-top: 16px;
  }
  .case-study-header__title__text.m190 {
    max-width: 487px;
  }
}
.case-study-header__title__text.width-adjust {
  width: 205px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__text.width-adjust {
    width: 365px;
  }
}

/*
 * Case Study - 01
 */
.text-banner {
  background-color: #000;
}
.text-banner__container {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.1em;
  padding: 23px 0;
}
@media screen and (min-width: 768px) {
  .text-banner__container {
    font-size: 18px;
    line-height: 30px;
    padding: 43px 0;
  }
}
.text-banner__text {
  font-weight: 700;
  color: #B9511A;
  text-transform: uppercase;
}

.map-container,
.single-map {
  width: 100%;
  position: relative;
}
.map-container__container,
.single-map__container {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Exo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container__container__content,
.single-map__container__content {
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  max-width: 639px;
  background-color: rgba(0, 0, 0, 0.83);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 27px 24px;
  box-sizing: border-box;
}
.map-container__container__content .title,
.single-map__container__content .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #B9511A;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .map-container__container__content,
.single-map__container__content {
    font-size: 20px;
    line-height: 30px;
  }
  .map-container__container__content .title,
.single-map__container__content .title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }
}
.map-container__container__caption,
.single-map__container__caption {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 196px;
  box-sizing: border-box;
  padding: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .map-container__container__caption,
.single-map__container__caption {
    max-width: 100%;
  }
}
.map-container .map-wrapper,
.single-map .map-wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: auto;
}
.map-container .map-item,
.single-map .map-item {
  width: 100%;
  height: 100%;
  position: absolute;
}
.map-container .mapboxgl-marker,
.single-map .mapboxgl-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  background-color: #B9511A;
  text-align: center;
  cursor: pointer;
}
.map-container .mapboxgl-popup,
.single-map .mapboxgl-popup {
  font-family: "Exo", sans-serif;
  max-width: 300px !important;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media screen and (min-width: 768px) {
  .map-container .mapboxgl-popup,
.single-map .mapboxgl-popup {
    max-width: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
  .map-container .mapboxgl-popup,
.single-map .mapboxgl-popup {
    max-width: 409px !important;
  }
}
.map-container .mapboxgl-popup-tip,
.single-map .mapboxgl-popup-tip {
  display: none;
}
.map-container .mapboxgl-popup-content,
.single-map .mapboxgl-popup-content {
  padding: 0;
}
.map-container .mapboxgl-popup-content figure,
.single-map .mapboxgl-popup-content figure {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (min-width: 1200px) {
  .map-container .mapboxgl-popup-content figure,
.single-map .mapboxgl-popup-content figure {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .map-container .mapboxgl-popup-content figure,
.single-map .mapboxgl-popup-content figure {
    padding-bottom: 266px;
  }
}
.map-container .mapboxgl-popup-content figure img,
.single-map .mapboxgl-popup-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-container .mapboxgl-popup-content .popup-content,
.single-map .mapboxgl-popup-content .popup-content {
  padding: 10px 14px;
  background-color: #B9511A;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (min-width: 1920px) {
  .map-container .mapboxgl-popup-content .popup-content,
.single-map .mapboxgl-popup-content .popup-content {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 20px;
  }
}
.map-container .mapboxgl-popup-content .popup-content h4,
.single-map .mapboxgl-popup-content .popup-content h4 {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1920px) {
  .map-container .mapboxgl-popup-content .popup-content h4,
.single-map .mapboxgl-popup-content .popup-content h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
.map-container .mapboxgl-popup-content .mapboxgl-popup-close-button,
.single-map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 34px;
  height: 34px;
  font-size: 40px;
  line-height: 32px;
  padding: 0;
  font-weight: 300;
  font-family: "Exo", sans-serif;
  top: 10px;
  right: 10px;
  outline: 0;
}

.separator-content {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.separator-content__container {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  text-align: center;
  max-width: 1016px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 66px 0;
}
@media screen and (min-width: 768px) {
  .separator-content__container {
    font-size: 24px;
    line-height: 35px;
    padding: 90px 0;
  }
}
.separator-content__container p + p {
  margin-top: 25px;
}
.separator-content__container .extra-space + .extra-space {
  margin-top: 1.6em;
}
.separator-content__container .light {
  font-weight: 300;
}
.separator-content__container .medium {
  font-weight: 500;
}
.separator-content__container .italic {
  font-style: italic;
}
.separator-content__container .casestudy-color {
  color: #B9511A;
}
.separator-content__container .title {
  text-transform: uppercase;
}
.separator-content__container .large-text {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .separator-content__container .large-text {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .separator-content__container .small-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.separator-content__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.stories {
  background-color: #fff;
  position: relative;
}
.stories__container {
  padding-top: 70px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .stories__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 980px) {
  .stories__container {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.stories__card {
  position: relative;
  margin-bottom: 15px;
  background-color: #E2DBCF;
}
@media screen and (min-width: 768px) {
  .stories__card {
    width: calc(50% - 18px);
    margin: 0 9px 25px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 980px) {
  .stories__card {
    margin-bottom: 65px;
  }
}
.stories__card__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.stories__card__figure {
  padding-bottom: 162px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .stories__card__figure {
    padding-bottom: 320px;
  }
}
.stories__card__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.stories__card__text {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.stories__card__title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "Big Shoulders Stencil Text", Arial;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 8px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .stories__card__title {
    font-size: 50px;
    padding: 10px 14px;
  }
}
.stories__card__tag {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 9px;
  max-width: 230px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .stories__card__tag {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    max-width: 260px;
  }
}
.stories__card__content {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 36px 28px 56px;
}
@media screen and (min-width: 768px) {
  .stories__card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .stories__card__content {
    font-size: 20px;
    line-height: 30px;
    max-width: 371px;
    margin: 0 auto;
    padding: 45px 35px 89px;
  }
}
.stories__card__more-link {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1C60BC;
  text-transform: uppercase;
  border: 1px solid #1C60BC;
  padding: 2px 7px;
  margin-top: 30px;
}

.post-navigation {
  background-color: #fff;
  position: relative;
}
.post-navigation__wrap {
  padding: 40px 0;
}
.post-navigation__content {
  font-family: "Big Shoulders Stencil Text", Arial;
  display: flex;
  align-items: center;
}
.post-navigation__content span {
  color: #E2DBCF;
  font-weight: 800;
  text-transform: uppercase;
}
.post-navigation__content__container {
  display: flex;
}
.post-navigation__content__number {
  font-size: 70px;
  line-height: 1;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__number {
    font-size: 120px;
  }
}
.post-navigation__content__title {
  font-size: 25px;
  line-height: 30px;
  margin-top: 2px;
}
.post-navigation__content__title.m190 {
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__title {
    font-size: 45px;
    line-height: 54px;
    margin-top: 4px;
  }
  .post-navigation__content__title.m190 {
    max-width: 487px;
  }
}
.post-navigation__content__title.width-adjust {
  width: 152px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__title.width-adjust {
    width: 362px;
  }
}
.post-navigation__content__link {
  text-decoration: none;
  width: 40px;
  margin-left: 35px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__link {
    width: 122px;
    margin-left: 48px;
  }
}
.post-navigation__content__link img {
  max-width: 100%;
}

.paginations {
  background-color: #1C60BC;
  position: relative;
}
.paginations__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}
.paginations__list__item {
  font-family: "Big Shoulders Stencil Text", Arial;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .paginations__list__item {
    font-size: 58px;
    line-height: 69px;
  }
}
.paginations__list__item + .paginations__list__item {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .paginations__list__item + .paginations__list__item {
    margin-left: 50px;
  }
}
.paginations__list__item.active span,
.paginations__list__item.active a {
  color: #fff;
}
.paginations__list__item span,
.paginations__list__item a {
  color: #4087E8;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.paginations__list__item span:hover,
.paginations__list__item a:hover {
  color: #fff;
}

/*
 * Case Study - 02
 */
.content-block {
  background-color: #FAFAFA;
}
.content-block__container {
  padding: 65px 0;
  text-align: center;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content-block__container {
    padding: 95px 0;
  }
}
.content-block__container.m676 {
  max-width: 676px;
}
.content-block__container .title {
  color: #B9511A;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .content-block__container .title {
    font-size: 18px;
    line-height: 30px;
  }
}
.content-block__container .title sup {
  font-size: 10px;
}
.content-block__content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #313131;
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .content-block__content {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
}
.content-block__content p + p {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .content-block__content p + p {
    margin-top: 25px;
  }
}
.content-block__table-content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .content-block__table-content {
    margin-top: 86px;
  }
}
.content-block__table-content .title {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content-block__table-content .title {
    max-width: 560px;
  }
}
.content-block__table-content .table-caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
  display: block;
  max-width: 321px;
  margin: 10px auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content-block__table-content .table-caption {
    max-width: 490px;
  }
}
.content-block__table-content table {
  max-width: 324px;
  width: 100%;
  margin: 40px auto 0;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .content-block__table-content table {
    max-width: 490px;
  }
}
.content-block__table-content table .medium {
  font-weight: 500;
}
.content-block__table-content table .semi-bold {
  font-weight: 600;
}
.content-block__table-content table .sub-title {
  color: #B9511A;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.content-block__table-content table thead {
  border-top: 3px solid #AD572B;
  border-bottom: 3px solid #AD572B;
}
.content-block__table-content table thead .merge-text {
  vertical-align: baseline;
  text-align: left;
  border-right: 1px solid #AD572B;
  padding-left: 0;
  padding-top: 17px;
}
.content-block__table-content table thead .col-merge-text {
  padding-top: 17px;
  border-bottom: 1px solid #AD572B;
}
.content-block__table-content table thead .bottom-space {
  padding-bottom: 17px;
}
.content-block__table-content table thead th {
  padding: 8px;
  color: #B9511A;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .content-block__table-content table thead th {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-block__table-content table tbody tr {
  border-bottom: 1px solid #5C5959;
}
.content-block__table-content table tbody tr.highlight {
  background-color: rgba(185, 81, 26, 0.1);
}
.content-block__table-content table tbody td {
  padding: 8px;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .content-block__table-content table tbody td {
    font-size: 16px;
    line-height: 28px;
  }
}
.content-block__table-content table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}

/*
 * Case Study - 03
 */
.split-block__content {
  background-color: #B9511A;
}
.split-block__wrapper {
  max-width: 1016px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 60px 0;
  margin: 0 auto;
}
.split-block__wrapper p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .split-block__wrapper {
    font-size: 20px;
    line-height: 30px;
    padding: 90px 0;
  }
}
.split-block__figure {
  position: relative;
}
.split-block__figure img {
  max-width: 100%;
}
.split-block__figure img.hide-mobile {
  display: none;
}
@media screen and (min-width: 720px) {
  .split-block__figure img.hide-desktop {
    display: none;
  }
  .split-block__figure img.hide-mobile {
    display: block;
  }
}
.split-block__figure .legend {
  list-style: none;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 5px;
  width: 90px;
  position: absolute;
  right: 10px;
  bottom: 65px;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend {
    width: 238px;
    padding: 14px 8px 20px 12px;
    bottom: 30px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1200px) {
  .split-block__figure .legend {
    right: 30px;
  }
}
.split-block__figure .legend-item {
  display: flex;
  color: #fff;
}
.split-block__figure .legend-item.centre {
  align-items: center;
}
.split-block__figure .legend-item + .split-block__figure .legend-item {
  margin-top: 7px;
}
.split-block__figure .legend-icon {
  width: 20px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-icon {
    width: 54px;
    margin-right: 19px;
  }
}
.split-block__figure .legend-icon.line {
  border-top: 2px dotted #fff;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-icon.line {
    border-top-width: 4px;
  }
}
.split-block__figure .legend-icon.rectangle {
  height: 12px;
  background-color: #B9511A;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-icon.rectangle {
    height: 18px;
  }
}
.split-block__figure .legend-icon.yellow-circle::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #ECDB1A;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-icon.yellow-circle::before {
    width: 20px;
    height: 20px;
  }
}
.split-block__figure .legend-icon.blue-circle::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #36A6BA;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-icon.blue-circle::before {
    width: 20px;
    height: 20px;
  }
}
.split-block__figure .legend-text {
  font-size: 7px;
  line-height: 9px;
  flex-shrink: 1;
  width: calc(100% - 25px);
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-text {
    width: calc(100% - 73px);
    font-size: 16px;
    line-height: 20px;
  }
}
.split-block__figure .legend-item + .legend-item {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .split-block__figure .legend-item + .legend-item {
    margin-top: 20px;
  }
}
.split-block__figure__caption {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  padding: 6px 19px 6px 11px;
  position: absolute;
  bottom: 25px;
  top: auto;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .split-block__figure__caption {
    padding: 13px 14px;
    bottom: 30px;
    left: 30px;
    max-width: 85%;
  }
}

.images-block__container {
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}
.images-block__content + .images-block__content {
  margin-top: 63px;
}
@media screen and (min-width: 768px) {
  .images-block__content + .images-block__content {
    margin-top: 90px;
  }
}
.images-block__content img {
  max-width: 100%;
}
.images-block__content img.add-border {
  border: 4px solid #e3e2e0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .images-block__content img.add-border {
    border-width: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .images-block__content img.add-border {
    border-width: 10px;
  }
}
.images-block__content .caption {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #313131;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .images-block__content .caption {
    font-size: 16px;
    line-height: 22px;
  }
}

.kp-timeline {
  padding-top: 65px;
}
.kp-timeline img {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .kp-timeline {
    padding-top: 90px;
  }
}
.kp-timeline__container {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}
.kp-timeline__title-content {
  color: #B9511A;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kp-timeline__title-content {
    font-size: 30px;
    line-height: 50px;
  }
}
.kp-timeline__wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper {
    margin-top: 45px;
  }
}
.kp-timeline__wrapper__banner {
  position: relative;
  padding-bottom: 100%;
}
.kp-timeline__wrapper__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.kp-timeline__wrapper__block {
  margin-top: 45px;
}
.kp-timeline__wrapper__block:last-child .kp-timeline__wrapper__stories {
  border-bottom-width: 0;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__block {
    margin-top: 80px;
  }
}
.kp-timeline__wrapper__vr-line {
  width: 2px;
  height: 120px;
  background-color: #707070;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__vr-line {
    height: 190px;
  }
}
.kp-timeline__wrapper__year {
  font-size: 50px;
  line-height: 70px;
  color: #B9511A;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__year {
    font-size: 80px;
    line-height: 100px;
    margin-top: 60px;
  }
}
.kp-timeline__wrapper__content {
  text-align: center;
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__content {
    font-size: 20px;
    line-height: 30px;
    margin-top: 44px;
  }
}
.kp-timeline__wrapper__content p + p {
  margin-top: 1.5em;
}
.kp-timeline__wrapper__img {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__img {
    margin-top: 80px;
  }
}
.kp-timeline__wrapper__stories {
  margin-top: 35px;
  padding-bottom: 40px;
  border-bottom: 2px solid #B9511A;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__stories {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    border-bottom-width: 3px;
  }
}
.kp-timeline__wrapper__story {
  color: #B9511A;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__story {
    width: 50%;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
}
.kp-timeline__wrapper__story__title-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #B9511A;
}
.kp-timeline__wrapper__story__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/kp/union.svg) no-repeat center left;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__story__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.kp-timeline__wrapper__story__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .kp-timeline__wrapper__story__text {
    font-size: 20px;
    line-height: 30px;
  }
}

/*
 * Case Study - 04
 */
.full-page-banner {
  position: relative;
}
.full-page-banner__content {
  position: absolute;
  bottom: 0;
  padding-bottom: 28px;
  max-width: 360px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .full-page-banner__content {
    max-width: 460px;
    left: 45px;
    right: auto;
    padding-bottom: 35px;
  }
}
.full-page-banner__content a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  font-style: italic;
}
.full-page-banner__content a + a {
  margin-top: 12px;
}
.full-page-banner img {
  max-width: 100%;
}
.full-page-banner img.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .full-page-banner img.hide-mobile {
    display: block;
  }
  .full-page-banner img.hide-desktop {
    display: none;
  }
}

.speech-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.speech-block__bg {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
}
.speech-block__bg__wrapper {
  position: absolute;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  right: 0;
}
.speech-block__bg__wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speech-block__container {
  margin: 0 20px;
  color: #fff;
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 120px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .speech-block__container {
    padding: 50px 0;
  }
}
.speech-block__conversations {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .speech-block__conversations {
    max-width: 1016px;
  }
}
.speech-block__conversations__row:last-child .speech-block__conversations__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .speech-block__conversations__row {
    display: flex;
    justify-content: center;
  }
}
.speech-block__conversations__block {
  margin-bottom: 130px;
  background: url(../images/kp/large-quote.svg) 0 0 no-repeat;
  width: 286px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 22px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  font-style: italic;
  background-size: contain;
  max-width: 100%;
}
.speech-block__conversations__block--reverse {
  background-image: url(../images/kp/large-quote-reverse.svg);
}
@media screen and (min-width: 768px) {
  .speech-block__conversations__block {
    margin: 0;
    width: 350px;
    height: 551px;
    font-size: 22px;
    line-height: 31px;
    padding: 34px 37px 25px 28px;
  }
  .speech-block__conversations__block--reverse {
    margin-top: 346px;
  }
}

/*
 * Case Study - 05
 */
.testimonials {
  padding: 65px 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .testimonials {
    padding: 90px 0;
  }
}
.testimonials__content {
  font-size: 16px;
  line-height: 24px;
  color: #B9511A;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .testimonials__content {
    font-size: 30px;
    line-height: 50px;
  }
}
.testimonials__container {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .testimonials__container {
    margin-top: 90px;
  }
}
.testimonials__wrapper {
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .testimonials__wrapper {
    max-width: 100%;
    position: relative;
  }
}
.testimonials__wrapper .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
@media screen and (min-width: 1440px) {
  .testimonials__wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: -70px;
    right: -70px;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1920px) {
  .testimonials__wrapper .owl-nav {
    left: -130px;
    right: -130px;
  }
}
.testimonials__wrapper .owl-nav button.owl-prev {
  width: 34px;
  height: 30px;
  background: url(../images/kp/arrow-left.svg);
}
.testimonials__wrapper .owl-nav button.owl-prev.disabled {
  opacity: 0.4;
  cursor: default;
}
.testimonials__wrapper .owl-nav button.owl-next {
  width: 34px;
  height: 30px;
  background: url(../images/kp/arrow-right.svg);
}
.testimonials__wrapper .owl-nav button.owl-next.disabled {
  opacity: 0.4;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .testimonials__slide {
    display: flex;
  }
}
.testimonials__slide__content {
  background-color: #E2DBCF;
  padding: 35px 27px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .testimonials__slide__content {
    width: calc((645 / 1275) * 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials__slide__content {
    padding-left: 37px;
    padding-right: 37px;
  }
}
.testimonials__slide__content .quote-icon {
  margin-bottom: 35px;
  display: inline-block;
}
.testimonials__slide__content .quote {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  color: #B9511A;
}
@media screen and (min-width: 1024px) {
  .testimonials__slide__content .quote {
    font-size: 24px;
    line-height: 35px;
  }
}
.testimonials__slide__content .quote-by {
  color: #5C5959;
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .testimonials__slide__figure {
    width: calc((630 / 1275) * 100%);
    display: flex;
    align-items: center;
  }
}
.testimonials__slide__figure img {
  max-width: 100%;
}

.resources-section {
  background-color: #fff;
  position: relative;
}
.resources-section__container {
  text-align: center;
  padding: 10px 0 65px;
}
@media screen and (min-width: 768px) {
  .resources-section__container {
    padding: 10px 0 180px;
    max-width: 890px;
    margin: 0 auto;
  }
}
.resources-section__link-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1C60BC;
  border: 2px solid #1C60BC;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 7px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .resources-section__link-title {
    margin-bottom: 54px;
  }
}
.resources-section__section-title {
  color: #B9511A;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .resources-section__section-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}
.resources-section__list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 48px;
}
.resources-section__list:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .resources-section__list {
    margin-bottom: 60px;
  }
}
.resources-section__item {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.resources-section__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .resources-section__item {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.resources-section__item__title {
  display: block;
  font-weight: 500;
}
.resources-section__item__link {
  font-weight: 300;
  text-decoration: none;
  color: #313131;
  word-break: break-word;
}
.resources-section__item__small-link {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  font-style: italic;
  text-decoration: none;
  color: #313131;
  word-break: break-word;
  display: block;
  margin-top: 15px;
}

/*
 * Casestudies - sub pages
 */
.casestudy-banner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.casestudy-banner__figure {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
}
.casestudy-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.casestudy-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.casestudy-banner__content__title {
  font-size: 30px;
  line-height: 1;
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .casestudy-banner__content__title {
    font-size: 50px;
    padding: 6px 15px;
  }
}
.casestudy-banner__content__tag {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 15px;
  max-width: 260px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .casestudy-banner__content__tag {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
  }
}

.casestudy-stories__wrap {
  max-width: 1016px;
  margin: 0 auto;
}
.casestudy-stories__story {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__story {
    margin-bottom: 84px;
  }
}
.casestudy-stories__images {
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__images {
    display: flex;
    margin-bottom: 95px;
  }
}
.casestudy-stories__images img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__images img {
    width: calc(100% / 2);
  }
}
.casestudy-stories__images img + img {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__images img + img {
    margin-top: 0;
    margin-left: 16px;
  }
}
.casestudy-stories__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #B9511A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.casestudy-stories__content {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  font-weight: 300;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__content {
    padding-top: 34px;
    font-size: 20px;
    line-height: 30px;
  }
}
.casestudy-stories__content__img {
  display: block;
  margin: 60px auto;
  max-width: 100%;
}
.casestudy-stories__content p + p {
  margin-top: 30px;
}
.casestudy-stories__content .italic {
  font-style: italic;
}
.casestudy-stories__quote {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__quote {
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
  }
}
.casestudy-stories__quote blockquote {
  margin: 0;
  border-left: 14px solid #B9511A;
  padding-left: 13px;
  font-size: 16px;
  line-height: 24px;
  color: #B9511A;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__quote blockquote {
    font-size: 30px;
    line-height: 50px;
    border-left: 0;
    padding-left: 0;
    border-right: 14px solid #B9511A;
    padding-right: 12px;
    width: calc((371 / 1016) * 100%);
    box-sizing: border-box;
  }
}
.casestudy-stories__quote .italic {
  font-style: italic;
}
.casestudy-stories__quote__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__quote__text {
    font-size: 20px;
    line-height: 30px;
    width: calc((629 / 1016) * 100%);
    margin-top: 0;
  }
}
.casestudy-stories__quote__text p + p {
  margin-top: 30px;
}
.casestudy-stories__related__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #B9511A;
  text-transform: uppercase;
  margin-bottom: 38px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__items {
    display: flex;
  }
}
.casestudy-stories__related__block {
  position: relative;
  margin-bottom: 15px;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__block {
    margin-bottom: 0;
    width: calc(100% / 3);
  }
  .casestudy-stories__related__block + .casestudy-stories__related__block {
    margin-left: 12px;
  }
}
.casestudy-stories__related__block img {
  max-width: 100%;
}
.casestudy-stories__related__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.casestudy-stories__related__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.casestudy-stories__related__heading {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7px 12px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  .casestudy-stories__related__heading {
    font-size: 40px;
  }
}
.casestudy-stories__related__tag {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__tag {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
  }
}

.casestudy-navigation__wrap {
  max-width: 1016px;
  margin: 0 auto;
  padding: 45px 0 60px;
}
@media screen and (min-width: 768px) {
  .casestudy-navigation__wrap {
    padding: 80px 0;
  }
}
.casestudy-navigation__link {
  display: flex;
  text-decoration: none;
  color: #1C60BC;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.casestudy-navigation__link span {
  display: inline-block;
  max-width: 135px;
  margin-left: 34px;
}
