/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ============================
   Distances
   ============================ */
/* ============================
   Colors
   ============================ */
/* ============================
   Fonts
   ============================ */
.h1-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h2-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h3-style {
  font-size: 20px;
  line-height: 1.174em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h3-style {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .h3-style {
    font-size: 46px;
  }
}
.h4-style {
  font-size: 30px;
  line-height: 1.21em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h4-style {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .h4-style {
    font-size: 30px;
  }
}
.h5-style {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h5-style {
    font-size: 18px;
    line-height: 24px;
  }
}
.h6-style {
  font-size: 18px;
  line-height: 1.333em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h6-style {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1450px) {
  .h6-style {
    font-size: 28px;
  }
}
.p-style {
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Suisse Intl';
}
/* ============================
   Forms
   ============================ */
.formFontParagraph {
  font-size: 15px;
  font-family: 'Suisse Intl';
}
@media only screen and (min-width: 1024px) {
  .formFontParagraph {
    font-size: 18px;
  }
}
.ultra-color-title {
  color: #8B4FFF;
  margin-bottom: 20px;
}
article.page-case-study {
  overflow: hidden;
}
#block-mainpagecontent {
  padding-top: 88px !important;
}
@media only screen and (max-width: 767px) {
  .panel-hero h2,
  .panel-hero h1 {
    padding-top: 24px;
  }
}
.icon-scroll-down-case {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  z-index: 999;
}
.icon-scroll-down-case .color-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.icon-scroll-down-case .color-box .icon .icon-arrow-down {
  width: 13px;
  height: 7px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.icon-scroll-down-case .color-box .icon .icon-arrow-down .st0 {
  stroke: #FF0664;
}
.icon-scroll-down-case .color-box .icon .icon-arrow-down svg {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-scroll-down-case .color-box:hover .icon .icon-arrow-down {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.icon-scroll-down-case.scrolled {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, 500px);
  -moz-transform: translate(-50%, 500px);
  -o-transform: translate(-50%, 500px);
  -ms-transform: translate(-50%, 500px);
  transform: translate(-50%, 500px);
}
body.page-type-page-case-study .white-block h2 {
  font-size: 32px;
  line-height: 1.2222em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}
body.page-type-page-case-study .box h1 {
  font-size: 24px;
  line-height: 1.3333em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  body.page-type-page-case-study .white-block h2 {
    font-size: 42px;
    line-height: 1.3333em;
  }
  body.page-type-page-case-study .box h1 {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-type-page-case-study .white-block h2 {
    font-size: 52px;
    line-height: 1.2857em;
  }
  body.page-type-page-case-study .box h1 {
    font-size: 32px;
    line-height: 1.6em;
  }
}
body.page-type-page-case-study .panel-story .box h1,
body.page-type-page-case-study .panel-story .box h3 {
  font-size: 22px;
  line-height: 1.3333em;
}
@media only screen and (min-width: 768px) {
  body.page-type-page-case-study .panel-story .box h1,
  body.page-type-page-case-study .panel-story .box h3 {
    font-size: 18px;
    line-height: 1.45em;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-type-page-case-study .panel-story .box h1,
  body.page-type-page-case-study .panel-story .box h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1140px) {
  body.page-type-page-case-study .panel-story .box h1,
  body.page-type-page-case-study .panel-story .box h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1450px) {
  body.page-type-page-case-study .panel-story .box h1,
  body.page-type-page-case-study .panel-story .box h3 {
    font-size: 40px;
  }
}
/* ==========================================================================
   Panels
   ========================================================================== */
/* =======================================
   Hero-Panel
   ======================================= */
.panel-hero .white-block .col-logo .text {
  padding-bottom: 8px;
}
.panel-hero .white-block .col-logo .icon {
  width: 100px;
}
.panel-hero .white-block .col-logo .icon img {
  height: auto;
  width: 100%;
}
.panel-hero .hero-image {
  position: relative;
  overflow: hidden;
}
.panel-hero .hero-image .slide-item {
  box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}
@media only screen and (min-width: 1025px) {
  .panel-hero .hero-image .yt-wrapper[yt-poster] iframe {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .panel-hero .hero-image .yt-wrapper:not([yt-poster]) iframe {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .panel-hero .hero-image .yt-wrapper {
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .panel-hero .hero-image .yt-wrapper iframe {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .panel-hero .hero-image .yt-wrapper .hero-poster {
    box-sizing: content-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 345px) {
  .panel-hero .white-block {
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 511px) {
  .panel-hero .hero-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
}
@media only screen and (min-width: 512px) {
  .panel-hero .hero-image {
    height: 512px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 346px) and (max-width: 767px) {
  .panel-hero .white-block {
    height: 345px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel-hero .col-quote {
    max-width: 83.3333%;
  }
  .panel-hero .white-block {
    position: relative;
  }
  .panel-hero .white-block .wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .panel-hero .white-block .row {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .panel-hero .white-block .col-logo {
    position: absolute;
    bottom: 0;
    margin-bottom: 24px;
  }
  .panel-hero .white-block .col-logo .text {
    padding-bottom: 8px;
    font-family: 'Suisse Intl';
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-hero .white-block .col-quote .col-inner-wrapper,
  .panel-hero .white-block .col-logo .col-inner-wrapper {
    height: 344px;
    position: relative;
  }
  .panel-hero .white-block .col-quote h1,
  .panel-hero .white-block .col-quote h2,
  .panel-hero .white-block .col-logo .hero-logo-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 60px;
  }
  .panel-hero .hero-image {
    height: 0;
    padding-bottom: 66%;
  }
}
@media only screen and (min-width: 1056px) {
  .panel-hero .hero-image {
    height: 704px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .panel-hero .white-block .col-quote .col-inner-wrapper,
  .panel-hero .white-block .col-logo .col-inner-wrapper {
    height: 344px;
  }
}
@media only screen and (min-width: 1450px) {
  .panel-hero .hero-image {
    height: 800px;
  }
  .panel-hero .hero-image .slide-item {
    -webkit-transform: translate(0, -67px);
    -moz-transform: translate(0, -67px);
    -o-transform: translate(0, -67px);
    -ms-transform: translate(0, -67px);
    transform: translate(0, -67px);
  }
}
/* =======================================
   Panel Story
   ======================================= */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.no-awards .panel-story .col-tags .text {
    padding-top: 152px;
  }
}
.panel-story {
  position: relative;
}
.panel-story .box-wrap {
  width: 288px;
  height: 288px;
  margin-top: -24px;
  padding: 16px;
  background-color: #3C3C3C;
  color: #fff;
  z-index: 90;
}
.panel-story .box-wrap h5 {
  margin-bottom: 20px;
}
.panel-story .client-with-link {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-story .client-with-link:hover {
  color: #FF0664;
}
.panel-story .col-tags .text {
  padding-top: 32px;
}
.panel-story .col-tags .text h5 {
  margin-bottom: 0;
  margin-top: 40px;
}
.panel-story .col-tags .text h5:first-of-type {
  margin-top: 0;
}
.panel-story .col-tags .text li {
  font-size: 15px;
  line-height: 1.7143em;
  font-family: 'Suisse Intl';
  float: left;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}
.panel-story .col-tags .text li:first-of-type {
  padding-left: 0;
}
.panel-story .col-tags .text li:last-of-type {
  padding-right: 0;
}
.panel-story .col-tags .text li:last-of-type:after {
  width: 0;
}
.panel-story .col-tags .text li:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  background-color: #000;
  right: 11px;
  top: 12px;
}
.panel-story .story-row-2 {
  padding-top: 48px;
}
.panel-story .read-less-button {
  display: none;
}
.panel-story .col-text-left p,
.panel-story .col-text-right p {
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .panel-story .story-row-2 {
    padding-bottom: 48px;
  }
  .panel-story .row.desktop {
    display: none;
  }
  .panel-story .expandable-text.mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
  .panel-story .read-more-button:hover,
  .panel-story .read-less-button:hover {
    color: #FF0664;
  }
  .panel-story .read-more-button:hover span .st0,
  .panel-story .read-less-button:hover span .st0 {
    stroke: #FF0664;
  }
}
@media only screen and (min-width: 768px) {
  .panel-story .expandable-text.mobile {
    display: none;
  }
  .panel-story .box-wrap {
    position: absolute;
    padding: 0 0 100% 0;
    height: 0;
    width: 100%;
    margin-top: -72px;
  }
  .panel-story .box-wrap .box {
    padding: 24px;
    background-color: #3C3C3C;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .panel-story .box-wrap .box h5 {
    margin-bottom: 20px;
  }
  .panel-story .read-more-button {
    display: none;
  }
  .panel-story .story-row-2 {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .panel-story .col-tags .text li {
    font-size: 18px;
    line-height: 1.7777em;
  }
  .panel-story .col-tags .text li:after {
    top: 15px;
  }
  .panel-story .col-text-left p,
  .panel-story .col-text-right p {
    padding-bottom: 24px;
  }
  .panel-story .story-row-2 {
    padding-top: 150px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  }
}
body.show-main-text .panel-story .story-row-2 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding-top: 130px;
}
@media only screen and (min-width: 1450px) {
  .panel-story .col-tags .text {
    padding-top: 80px;
  }
}
body.no-awards .panel-story .col-tags .text {
  padding-top: 96px;
}
@media only screen and (min-width: 1450px) {
  body.no-awards .panel-story .col-tags .text {
    padding-top: 144px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-story .box-wrap {
    margin-top: 90px;
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 767px) {
  body.redbox-overflow .panel-story .box-wrap {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  body.redbox-overflow .panel-story .box-wrap {
    position: relative;
    height: auto;
    padding: 0;
  }
  body.redbox-overflow .panel-story .box-wrap .box {
    height: auto;
    position: relative;
  }
}
/* =======================================
   Panel with Text
   ======================================= */
.panel-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
.panel-text .col-text {
  padding-bottom: 48px;
  padding-top: 24px;
}
.panel-text .col-text p:first-of-type {
  margin-bottom: 32px;
}
.panel-text .col-text p:last-of-type {
  margin: 0;
}
.panel-text .col-headline {
  color: #FF0664;
  padding-top: 80px;
  padding-bottom: 56px;
}
.panel-text .quote-from {
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  font-family: 'Suisse Intl';
}
@media only screen and (max-width: 767px) {
  .panel-text .col-headline h2 {
    width: 83.3333%;
  }
}
@media only screen and (min-width: 768px) {
  .panel-text {
    position: relative;
    padding-bottom: 66%;
    height: 0;
  }
  .panel-text .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .panel-text .wrap .row {
    height: 100%;
  }
  .panel-text .col-text {
    padding-top: 0;
    vertical-align: bottom;
  }
  .panel-text .col-headline {
    padding-bottom: 48px;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 1024px) {
  .panel-text .col-text {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .panel-text .col-headline {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 1056px) {
  .panel-text {
    padding-bottom: 0;
    height: 704px;
  }
}
/* =======================================
   Panel Slideshow
   ======================================= */
.panel-slideshow {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.panel-slideshow .slide-item {
  width: 100%;
  height: 100%;
  outline: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: content-box;
}
.panel-slideshow .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.panel-slideshow .slick-list,
.panel-slideshow .slick-track {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 511px) {
  .panel-slideshow {
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 512px) {
  .panel-slideshow {
    height: 512px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-slideshow {
    height: 0;
    padding-bottom: 66%;
  }
}
@media only screen and (min-width: 1056px) {
  .panel-slideshow {
    height: 704px;
    padding-bottom: 0;
  }
}
/* =======================================
   Panel Image
   ======================================= */
.panel-image-other {
  margin-top: 8px;
  margin-bottom: 8px;
}
.panel-image-other img {
  width: 100%;
  height: auto;
}
.panel-image {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.panel-image .slide-item {
  width: 100%;
  height: 100%;
  outline: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: content-box;
  position: absolute;
}
.panel-image .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.panel-image .pax {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 511px) {
  .panel-image {
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 512px) {
  .panel-image {
    height: 512px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-image {
    height: 0;
    padding-bottom: 66%;
  }
}
@media only screen and (min-width: 1056px) {
  .panel-image {
    height: 704px;
    padding-bottom: 0;
  }
}
/* =======================================
   Panel Background with Text
   ======================================= */
.panel-background-with-text {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.panel-background-with-text .col-text {
  padding-top: 24px;
}
.panel-background-with-text .col-text p {
  margin-top: 24px;
  margin-bottom: 32px;
}
.panel-background-with-text .col-image {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .panel-background-with-text .col-text {
    width: 83.3333%;
  }
  .panel-background-with-text .col-image .image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .panel-background-with-text .slide-item.background-desktop {
    background-image: none !important;
  }
  .panel-background-with-text .col-image {
    overflow: hidden;
  }
  .panel-background-with-text .col-image .slide-item {
    background-size: cover;
    background-position: center;
    box-sizing: content-box;
    background-repeat: no-repeat;
  }
  .panel-background-with-text.image-left .col-image .image-wrapper {
    background-position: left;
  }
}
@media only screen and (max-width: 511px) {
  .panel-background-with-text .col-image {
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 512px) {
  .panel-background-with-text .col-image {
    height: 512px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-background-with-text {
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 66%;
  }
  .panel-background-with-text .col-text h5 {
    margin-top: 128px;
  }
  .panel-background-with-text .slide-item.background-desktop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    box-sizing: content-box;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1056px) {
  .panel-background-with-text {
    height: 704px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1450px) {
  .panel-background-with-text {
    height: 800px;
  }
}
/* =======================================
   Video-Panel
   ======================================= */
.panel-video {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.panel-video .vjs-big-play-button {
  display: none !important;
}
.panel-video .video-js {
  pointer-events: none;
}
.panel-video .vjs-ended .vjs-poster {
  display: block;
}
.panel-video .vjs-ended .vjs-control-bar {
  display: none;
}
.panel-video .video-wrapper-inner {
  overflow: hidden;
}
.panel-video .vjs-poster {
  box-sizing: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.panel-video .vjs-using-native-controls .vjs-poster {
  display: block;
}
.panel-video .video-wrapper .video-wrapper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.panel-video .video-wrapper .video-wrapper-inner .video-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.panel-video .video-wrapper .video-wrapper-inner .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  z-index: 3;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  visibility: visible;
}
.panel-video .video-wrapper .video-wrapper-inner .play-icon img {
  width: 100%;
}
.panel-video.active-video .video-wrapper .video-wrapper-inner .poster {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.panel-video.active-video .video-wrapper .video-wrapper-inner .play-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.panel-video.active-video .video-js {
  pointer-events: auto;
}
@media only screen and (max-width: 511px) {
  .panel-video .video-wrapper {
    height: 0;
    padding-bottom: 100%;
  }
  .page-type-page-case-study .panel-video .video-wrapper {
    padding-bottom: 74.7911%;
    height: 0;
  }
  .page-type-page-case-study .panel-video .video-wrapper.format-16-9 {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 512px) {
  .panel-video .video-wrapper {
    height: 512px;
  }
  .page-type-page-case-study .panel-video .video-wrapper {
    padding-bottom: 74.7911%;
    height: 0;
  }
  .page-type-page-case-study .panel-video .video-wrapper.format-16-9 {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .panel-video .video-wrapper {
    height: 0;
    padding-bottom: 66%;
  }
}
@media only screen and (min-width: 1056px) {
  .panel-video .video-wrapper {
    height: 704px;
    padding-bottom: 0;
  }
}
/* =======================================
   Youtube-Panel
   ======================================= */
.panel-youtube {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.panel-youtube.hide-poster .poster-image {
  display: none;
}
.panel-youtube.hide-poster .play-button {
  display: none;
}
.panel-youtube .video-wrapper-inner {
  overflow: hidden;
}
.panel-youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 6;
}
.panel-youtube .video-wrapper {
  height: 0;
  padding-bottom: 56.3%;
}
.panel-youtube .video-wrapper .video-wrapper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.panel-youtube .video-wrapper .video-wrapper-inner .poster-image {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  pointer-events: none;
}
.panel-youtube .video-wrapper .video-wrapper-inner iframe {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Recommended Section
   ========================================================================== */
.explore-more-section {
  padding-top: 56px;
  margin-top: 96px;
  padding-bottom: 40px;
}
.explore-more-section .explore-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 40px;
}
.explore-more-section .headline {
  text-align: center;
}
/* ==========================================================================
   Smart 7 Family 1 Specific Panel
   ========================================================================== */
#panel-specific-7-family-1 .text {
  color: white;
  position: relative;
  z-index: 5;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#panel-specific-7-family-1 .text.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  #panel-specific-7-family-1 {
    background-image: url('../../image/pages/work/smart7/n_bg_1_mobile.jpg');
    padding-top: 10%;
    padding-bottom: 97%;
    height: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  #panel-specific-7-family-1 {
    background-image: url('../../image/pages/work/smart7/n_bg_1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #panel-specific-7-family-1 .image-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #panel-specific-7-family-1 .image-wrap figure {
    margin: 0;
  }
  #panel-specific-7-family-1 .image-wrap .image1 {
    background-image: url('../../image/pages/work/smart7/n_p1_d1.png');
    z-index: 3;
  }
  #panel-specific-7-family-1 .image-wrap .image2 {
    background-image: url('../../image/pages/work/smart7/n_p1_d2.png');
    z-index: 2;
  }
  #panel-specific-7-family-1 .image-wrap .image1,
  #panel-specific-7-family-1 .image-wrap .image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #panel-specific-7-family-1 {
    padding-top: 10%;
    padding-bottom: 90%;
    height: 0;
  }
  #panel-specific-7-family-1 .image-wrap {
    width: 80%;
    height: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  #panel-specific-7-family-1 {
    height: 1500px;
    padding-top: 300px;
  }
  #panel-specific-7-family-1 .image-wrap {
    width: 1000px;
    height: 1196px;
  }
}
@media only screen and (min-width: 768px) {
  #panel-specific-7-family-1 .text h2 {
    font-size: 38px;
  }
}
/* ==========================================================================
   Smart 7 Family 2 Specific Panel
   ========================================================================== */
#panel-specific-7-family-2 {
  overflow: hidden;
}
#panel-specific-7-family-2 .text {
  color: white;
  position: relative;
  z-index: 5;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#panel-specific-7-family-2 .text.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  #panel-specific-7-family-2 {
    background-image: url('../../image/pages/work/smart7/n_bg_2_mobile.jpg');
    padding-top: 57%;
    padding-bottom: 56.9%;
    height: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  #panel-specific-7-family-2 {
    background-image: url('../../image/pages/work/smart7/n_bg_2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #panel-specific-7-family-2 .image-wrap {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #panel-specific-7-family-2 .image-wrap figure {
    margin: 0;
  }
  #panel-specific-7-family-2 .image-wrap .image1 {
    background-image: url('../../image/pages/work/smart7/n_p2_d1.png');
    z-index: 3;
  }
  #panel-specific-7-family-2 .image-wrap .image2 {
    background-image: url('../../image/pages/work/smart7/n_p2_d2.png');
    z-index: 2;
  }
  #panel-specific-7-family-2 .image-wrap .image1,
  #panel-specific-7-family-2 .image-wrap .image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #panel-specific-7-family-2 .image-wrap .image2 {
    top: 5%;
    left: -8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #panel-specific-7-family-2 {
    padding-top: 10%;
    padding-bottom: 90%;
    height: 0;
  }
  #panel-specific-7-family-2 .image-wrap {
    width: 80%;
    height: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  #panel-specific-7-family-2 {
    height: 1200px;
    padding-top: 300px;
  }
  #panel-specific-7-family-2 .image-wrap {
    width: 1000px;
    height: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  #panel-specific-7-family-1 .text h2 {
    font-size: 38px;
  }
}
/* ==========================================================================
   Smart 7 Family 3 Specific Panel
   ========================================================================== */
#panel-specific-7-family-3 {
  overflow: hidden;
}
#panel-specific-7-family-3 .text {
  color: white;
  position: relative;
  z-index: 5;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#panel-specific-7-family-3 .text.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  #panel-specific-7-family-3 {
    background-image: url('../../image/pages/work/smart7/n_bg_3_mobile.jpg');
    padding-bottom: 100%;
    height: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  #panel-specific-7-family-3 {
    background-image: url('../../image/pages/work/smart7/n_bg_3.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #panel-specific-7-family-3 .image-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #panel-specific-7-family-3 .image-wrap figure {
    margin: 0;
  }
  #panel-specific-7-family-3 .image-wrap .image1 {
    background-image: url('../../image/pages/work/smart7/n_p3_d1.png');
    z-index: 3;
  }
  #panel-specific-7-family-3 .image-wrap .image2 {
    background-image: url('../../image/pages/work/smart7/n_p3_d2.png');
    z-index: 5;
  }
  #panel-specific-7-family-3 .image-wrap .image1,
  #panel-specific-7-family-3 .image-wrap .image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #panel-specific-7-family-3 {
    padding-bottom: 40%;
    padding-top: 40%;
    height: 0;
  }
  #panel-specific-7-family-3 .image-wrap {
    width: 80%;
    height: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  #panel-specific-7-family-3 {
    height: 1200px;
    padding-top: 700px;
  }
  #panel-specific-7-family-3 .image-wrap {
    width: 800px;
    height: 1137px;
  }
}
@media only screen and (min-width: 768px) {
  #panel-specific-7-family-1 .text h2 {
    font-size: 38px;
  }
}
/* ==========================================================================
   panel-specific-family-video
   ========================================================================== */
body.touch .video-wrap {
  display: none;
}
body.no-touch .slide-show-wrap {
  display: none;
}
#video-fallback-slider img {
  width: 100%;
  height: auto;
}
#video-fallback-slider .video-title {
  text-align: center;
  color: #FF0664;
}
#panel-specific-family-video video {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
}
#panel-specific-family-video .abs-main-wrap {
  position: relative;
  z-index: 5;
  height: 100%;
}
#panel-specific-family-video .abs-main-wrap .wrap,
#panel-specific-family-video .abs-main-wrap .row,
#panel-specific-family-video .abs-main-wrap .col-video-titles {
  height: 100%;
}
#panel-specific-family-video .col-video-titles {
  position: relative;
}
#panel-specific-family-video .col-video-titles .text-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#panel-specific-family-video .col-video-titles .video-title {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#panel-specific-family-video .col-video-titles .video-title.show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#panel-specific-family-video .col-video-titles .video-title.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #FF0664;
}
/* ==========================================================================
   panel-double-text
   ========================================================================== */
.panel-double-text {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .panel-double-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* ========================================================================
  christmas special
  ========================================================================= */
.HappyHolidays2018 .panel-story,
.HappyHolidays2018 .panel-hero .hero-image,
.HappyHolidays2018 .hero-logo-wrapper,
.HappyHolidays2018 .icon-scroll-down-case {
  display: none;
}
.HappyHolidays2018 .panel-double-text p {
  font-size: 11px;
}
.HappyHolidays2018 .panel-double-text {
  padding: 30px 0;
}
.HappyHolidays2018 .panel-double-text .col-12 {
  padding: 0 10px 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .HappyHolidays2018 .panel-hero .white-block {
    height: 150px;
  }
}
.vodafone-packaging-design-guideline .story-row-2 {
  display: none;
}
/* ==========================================================================
   updates new slider
   ========================================================================== */
body.page-type-page-case-study .v2-panel-home-projects .inner-flex-wrap {
  width: 100%;
  justify-content: flex-end;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  body.page-type-page-case-study .v2-panel-home-projects .inner-flex-wrap {
    display: none;
  }
}
body.page-type-page-case-study .v2-panel-home-projects .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  body.page-type-page-case-study .v2-panel-home-projects .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
body.page-type-page-case-study .v2-panel-home-projects .slick-dots li:nth-child(3),
body.page-type-page-case-study .v2-panel-home-projects .slick-dots li:nth-child(4) {
  display: block;
}
@media only screen and (max-width: 767px) {
  body.page-type-page-case-study .v2-panel-home-projects .dots-button-wrap {
    width: calc(90% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.page-type-page-case-study .v2-panel-home-projects .dots-outer-wrap {
    margin-bottom: 0;
  }
}
/* ==========================================================================
   v2-panel-image-grid
   ========================================================================== */
.v2-panel-image-grid .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.v2-panel-image-grid .v2-panel-image-grid-item {
  padding: 6px;
}
.v2-panel-image-grid .v2-panel-image-grid-item .ratio-wrap {
  padding-bottom: 130%;
  position: relative;
  height: 0;
}
.v2-panel-image-grid .v2-panel-image-grid-item.w-66 .ratio-wrap {
  padding-bottom: 64%;
}
.v2-panel-image-grid .v2-panel-image-grid-item.w-50 .ratio-wrap {
  padding-bottom: 80%;
}
.v2-panel-image-grid .v2-panel-image-grid-item.w-100 .ratio-wrap {
  padding-bottom: 40%;
}
.v2-panel-image-grid .v2-panel-image-grid-item .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.v2-panel-image-grid .v2-panel-image-grid-item .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ==========================================================================
   services
   ========================================================================== */
.page-node-1047 .v2-panel-image-grid {
  overflow: hidden;
}
.page-node-1047 .explore-more-section {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-node-1047 .panel-hero .white-block {
    height: auto;
    margin-bottom: 20px;
  }
  .page-node-1047 .panel-hero .white-block .wrap {
    position: relative;
  }
  .page-node-1047 .panel-story .story-row-2 {
    display: none;
  }
  .page-node-1047 .panel-story {
    margin-bottom: 50px;
  }
  .page-node-1047 .disciplines .col-6 {
    width: 100%;
  }
  .page-node-1047 #disciplines.v2-flipping-tiles {
    padding-top: 0;
  }
}
