.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  box-shadow: 0 10px 30px 7px #fff;
}

.case-study-title-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  margin-top: 0px;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study-title-box.page {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.case-study-title {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.pane-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pane-holder.pane---case-study-1 {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.pane-holder.auto-height {
  height: auto;
}

.case-study-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 2px 10px 30px 7px #fff;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2.page {
  position: fixed;
  bottom: 85px;
  display: block;
  width: 100%;
  height: 350px;
  padding-top: 50px;
}

.heading {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.menu.mobile {
  display: none;
}

.image {
  display: none;
  margin-top: -5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.case-study-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 0 10px 30px 7px #fff;
}

.heading-2 {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  display: block;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.page {
  position: fixed;
  width: 100%;
  height: 350px;
  padding-top: 50px;
}

.case-study-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/webeefin_1_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/webeefin_1_5.jpg');
  background-position: 0px 0px, 50% -307px;
  background-size: auto, cover;
}

.html-embed {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.sidebar {
  position: fixed;
  top: 30%;
  right: 35px;
  z-index: 2;
  display: block;
  width: 10px;
  border-radius: 5px;
  background-color: transparent;
}

.logo {
  display: block;
  width: 100%;
  margin: 25px auto 0px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.award-section-1 {
  display: block;
  width: 100vw;
  height: 100vh;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 20px 0 41px 5px #fff;
}

.award-number {
  position: relative;
  top: -30px;
  right: 55px;
  z-index: 2;
  display: inline-block;
  height: 89px;
  margin-top: 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 165px;
}

.award-number.clio {
  top: -285px;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-right: 50px;
  text-align: right;
}

.award-number.cannes {
  position: relative;
  top: -280px;
  right: 0px;
  display: block;
  margin-top: 0px;
  text-align: right;
}

.award-number.shortlist {
  top: -353px;
  right: 0px;
  display: block;
  margin-top: 0px;
  text-align: right;
}

.cannes-lion-trophy {
  position: static;
  right: 20px;
  display: block;
  width: 75%;
  height: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1px;
}

.cannes-lion-trophy.silver {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.awards-section-2 {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 20px 0 41px 5px #fff;
}

.heading-5 {
  position: relative;
  right: 140px;
  margin-top: 40px;
  margin-left: -250px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.clio-award-trophy {
  position: relative;
  top: -60px;
  right: 1px;
  display: block;
  width: 45%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.paragraph {
  display: block;
  width: 55%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-indent: 0px;
}

.view-article-button {
  width: 125px;
  height: 40px;
  margin-top: 25px;
  border: 2px solid #fff;
}

.view-article-button.case-study {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-transition: background-color 1000ms cubic-bezier(.755, .05, .855, .06);
  transition: background-color 1000ms cubic-bezier(.755, .05, .855, .06);
  cursor: pointer;
}

.view-article-button.case-study:hover {
  background-color: #000;
}

.heading-6 {
  -webkit-transition: color 1000ms cubic-bezier(.755, .05, .855, .06);
  transition: color 1000ms cubic-bezier(.755, .05, .855, .06);
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.heading-6:hover {
  color: #fff;
}

.case-study-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.award-title {
  position: relative;
  left: -61px;
  top: 15px;
  right: -4px;
  bottom: 1px;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Vollkorn, serif;
  font-size: 50px;
}

.award-title.clio {
  left: 0px;
  top: -145px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.award-title.cannes {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 80px;
  display: block;
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.award-title.cannes-shortlist {
  position: relative;
  left: auto;
  top: -55px;
  right: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.awards-container {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.awards-container.cannes {
  margin-top: 115px;
}

.awards-container.clio {
  display: none;
  margin-top: 115px;
  padding-top: 25px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.awards-container.cannes-shortlist {
  margin-top: 115px;
  padding-top: 25px;
}

.nav-circle {
  margin-top: 20px;
  cursor: pointer;
}

.nav-circle:active {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.nav-circle:focus {
  -webkit-filter: contrast(200);
  filter: contrast(200);
}

.slider {
  width: 100vw;
  height: 100vh;
}

.awards-box {
  display: block;
  width: 108%;
  height: 75px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: #111;
}

.contact-box {
  display: block;
  width: 104%;
  height: 75px;
  margin-right: 0px;
  margin-left: -6px;
  border: 1px solid #fff;
  background-color: #111;
}

.body {
  overflow: scroll;
  height: 100%;
  background-color: #000;
}

.heading-7 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16.5px;
  text-align: center;
  cursor: pointer;
}

.heading-7:hover {
  text-decoration: underline;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-awards-container {
  display: block;
  margin-bottom: -16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  display: inline;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-3 {
  display: inline;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 90px;
  margin-top: 20px;
}

.footer-text {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 9px;
  text-align: right;
}

.footer-text.inline {
  display: block;
  width: 100%;
  margin-left: 10px;
  text-align: left;
}

.footer-inner-wrapper {
  display: block;
  width: 170px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook {
  display: inline;
  margin-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.twitter {
  display: inline;
  -webkit-transition: height 2000ms cubic-bezier(.755, .05, .855, .06), width 2000ms cubic-bezier(.755, .05, .855, .06);
  transition: height 2000ms cubic-bezier(.755, .05, .855, .06), width 2000ms cubic-bezier(.755, .05, .855, .06);
  cursor: pointer;
}

.instagram {
  display: inline;
  margin-left: 25px;
  cursor: pointer;
}

.social-media-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms-of-service-link {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  text-decoration: none;
}

.main-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 25%;
  height: 250px;
  margin-top: -300px;
  background-color: #fff;
}

.main-menu-title {
  margin-top: 40px;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.main-menu-title:hover {
  text-decoration: underline;
}

.link-to-case-study-1.w--current {
  display: block;
}

.link-to-case-study-3 {
  display: block;
}

.link-to-case-study-3.case-study-circle {
  margin-bottom: 12px;
}

.link-to-case-study-4.case-study-circle {
  display: block;
  margin-bottom: 12px;
}

.case-study-slider {
  width: 100vw;
  height: 100vh;
}

.slide-nav {
  display: none;
}

.link-block {
  text-decoration: none;
}

.menu-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.menu-link.case-studies {
  display: block;
}

.video {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  overflow: scroll;
  height: 100vh;
}

.mask {
  height: 100vh;
}

.content-container {
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/Black-Panther-Movie-Wallpapers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/Black-Panther-Movie-Wallpapers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content-container.case-study-2 {
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, .9))), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-size: auto, cover;
}

.content-container.wendys {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/wendyslogo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/wendyslogo.jpg');
  background-size: auto, cover;
}

.content-container.kendrick-x-staples {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-size: auto, cover;
}

.content-container.dom-kennedy-x-nike-x-richard {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/Dom_Nike_Richard-Sherman.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/Dom_Nike_Richard-Sherman.jpg');
  background-size: auto, cover;
}

.body-2 {
  background-color: #000;
}

.title {
  margin-top: 165px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.title.case-study-page {
  margin-top: 50px;
  margin-bottom: 65px;
  padding-top: 1px;
}

.video-2 {
  position: relative;
  top: 21px;
  display: block;
  width: 75%;
  height: 100%;
  margin: 60px auto 39px;
  padding-bottom: auto;
}

.case-study-content {
  display: block;
  width: 80%;
  height: 475px;
  margin-right: auto;
  margin-left: auto;
}

.youtube {
  display: none;
  height: 100%;
  margin-top: 60px;
}

.content-text {
  display: block;
  width: 50%;
  margin: 35px auto 60px;
  padding-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.content-text.nike {
  text-align: center;
}

.content-text._2 {
  display: block;
  width: 100%;
  line-height: 43px;
  text-align: center;
}

.home-link {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-decoration: none;
}

.home-link:hover {
  color: #000;
  text-decoration: underline;
}

.home-link.w--current {
  position: fixed;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  float: left;
}

.wendys-mixtape-spotify {
  position: static;
  display: block;
  width: 794.390625px;
  margin: 35px auto 100px;
}

.columns {
  margin-top: 120px;
}

.contact-title {
  font-family: 'PT Serif', serif;
  font-weight: 300;
  text-align: center;
}

.body-3 {
  background-color: #e7e7e7;
}

.text-field {
  width: 350px;
}

.text-field-2 {
  width: 350px;
}

.text-field-3 {
  width: 350px;
}

.textarea {
  width: 400px;
}

.submit-button {
  background-color: #333;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}

.paragraph-3 {
  display: block;
  width: 50%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

.div-block-6 {
  position: static;
  height: 135px;
  margin-top: 0px;
  background-color: #111;
}

.footer-wrapper {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #111;
}

.slider-2 {
  height: 100vh;
}

.icon {
  color: #000;
}

.icon-2 {
  color: rgba(0, 0, 0, .43);
}

.awards-section-3 {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.heading-9 {
  position: static;
  top: -80px;
  right: 130px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  font-family: 'PT Sans', sans-serif;
  font-size: 21px;
  text-align: right;
}

.slide-nav-2 {
  display: none;
}

.field-label {
  font-family: 'PT Serif', serif;
}

.field-label-2 {
  font-family: 'PT Serif', serif;
}

.field-label-3 {
  font-family: 'PT Serif', serif;
}

.field-label-4 {
  font-family: 'PT Serif', serif;
}

.view-awards-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.heading-10 {
  width: 100%;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.image-6 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.privacy-policy-link {
  text-decoration: none;
}

.navcircle {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.navcircle:active {
  background-color: #faff00;
}

.navcircle.main-circle {
  position: absolute;
  top: 0px;
  display: none;
  background-color: hsla(101.6470588235294, 100.00%, 50.00%, 1.00);
}

.column-4 {
  display: block;
}

.columns-2 {
  margin-top: 77px;
}

.column-5 {
  display: block;
}

.column-6 {
  display: block;
}

.video-header {
  width: 100vw;
}

.case-study-content-image {
  display: block;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.image-8 {
  margin-bottom: 100px;
}

.case-study-logo {
  display: block;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.case-study-logo.nike {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.case-study-logo.wendys {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-11 {
  margin-top: 65px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.nav-title-desktop {
  position: relative;
  z-index: 100;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.navcircle2 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.navcircle3 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.navcircle4 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.desktop-nav-link {
  text-decoration: none;
}

.centered-link {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.centered-link.w--current {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 80%;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.div-block-8 {
  width: 100%;
  height: 40px;
  background-color: red;
}

.marquee {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .7);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Andale mono', sans-serif;
  color: hsla(140.52631578947367, 16.81%, 55.69%, 1.00);
  line-height: 40px;
  text-align: left;
  -webkit-column-span: none;
  column-span: none;
}

.fixed-menu {
  position: fixed;
  top: 10px;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c2bcbc;
}

.fixed-menu.right {
  float: right;
}

.fixed-menu.right-align {
  right: 15px;
  z-index: 2;
  margin-top: 0px;
  float: right;
  background-color: transparent;
}

.fixed-menu.left-align {
  position: relative;
  left: 15px;
  z-index: 2;
  margin-top: 0px;
  background-color: transparent;
}

.image-10 {
  height: 100%;
}

.div-block-10 {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: hsla(208.00000000000003, 0.00%, 100.00%, 1.00);
}

.menu-button {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0px;
}

.menu-line {
  position: absolute;
  top: 38px;
  width: 35px;
  height: 2px;
  background-color: #000;
}

.menu-line.mid {
  top: 28px;
}

.menu-line.top {
  top: 18px;
}

.navbar {
  position: fixed;
  z-index: 10;
  height: auto;
  background-color: transparent;
}

.section {
  margin-top: 0px;
  padding-top: 120px;
  background-color: #000;
}

.container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.centered-block {
  margin-bottom: 40px;
  background-color: transparent;
  font-family: Chivo, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.centered-block.spaced {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 14px;
}

.centered-block.spaced.left-aligned {
  text-align: left;
}

.centered-block.spaced.bigger {
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.centered-block.shadowanim {
  cursor: default;
}

.centered-block.shadowanim:hover {
  color: #b3ffd5;
}

.centered-block.shadowanim.email {
  color: #fff;
  font-size: 30px;
}

.centered-block.bottom60 {
  margin-bottom: 60px;
}

.grid {
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  grid-template-areas: ". ." ". ." ". ." ". .";
  -ms-grid-columns: 1fr 7px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 0.5fr 0px minmax(auto, 1fr) 0px auto 0px auto;
  grid-template-rows: 0.5fr minmax(auto, 1fr) auto auto;
}

.oswald-header {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.oswald-header.centered-block.oswald-semibold {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}

.oswald-header.centered-block.oswald-light {
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 200;
}

.oswald-text {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.div-block-11 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.bodoni-header {
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.bodoni-header.h2 {
  font-size: 32px;
}

.bodoni-header.h2.bordered {
  width: 50%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-weight: 700;
}

.bodoni-header.h2.bordered.margin-bottom {
  margin-bottom: 30px;
}

.bodoni-header.about {
  margin-bottom: 30px;
  font-size: 4em;
}

.bodoni-header.white {
  margin-bottom: 30px;
  color: #fff;
  font-size: 4em;
}

.award-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.award-info {
  width: 40%;
  padding-right: 10px;
  font-family: 'Andale mono', sans-serif;
  color: #fff;
  font-size: 35px;
}

.list-item {
  text-align: center;
}

.awards-section {
  margin-top: 20px;
  margin-bottom: 0px;
}

.awards-section.top-margin {
  margin-top: 50px;
}

.full-size {
  height: 100vh;
}

.background-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.41;
}

.background-content.full {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: none;
  opacity: 1;
}

.background-content.image {
  background-color: transparent;
  background-image: url('../images/webeefin.png');
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.background-content.bg-image {
  background-image: url('../images/Layer-351x-2.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.background-content.bg-image.coogler.ccoog {
  background-image: url('../images/coogler-fresno.png');
  background-size: cover;
}

.background-content.bg-image.webeefin {
  background-image: url('../images/webeefin.png');
  background-size: auto;
}

.background-content.bg-image.saturationeffect.visible {
  border-radius: 0px;
  opacity: 1;
}

.logos-holder {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-holder.top-margin {
  margin-top: 20px;
}

.case-study-logo-image {
  height: 100%;
  max-width: none;
  margin-right: 0px;
}

.case-study-logo-image.no-margin {
  width: 50px;
  margin-right: 0px;
}

.case-study-logo-image.press {
  max-width: 100px;
}

.chivo-header {
  font-family: Chivo, sans-serif;
}

.chivo-header.case-study-title {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3.2em;
  font-weight: 700;
  letter-spacing: 8px;
}

.case-study-logo-holder {
  width: auto;
  height: 70px;
  margin-right: 40px;
}

.case-study-logo-holder.last-logo-holder {
  width: auto;
  margin-right: 0px;
}

.case-study-logo-holder.award-logo.press {
  max-width: 50px;
}

.image-11 {
  max-width: none;
}

.chivo-text {
  position: relative;
  z-index: 1;
  font-family: Chivo, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-12 {
  position: relative;
  width: 100%;
  height: 80px;
}

.dropdown-menu {
  position: fixed;
  top: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  -webkit-transform: perspective(510px);
  transform: perspective(510px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dropdown-menu.shown {
  position: absolute;
  z-index: 0;
  opacity: 1;
  -webkit-transform: perspective(510px);
  transform: perspective(510px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-link {
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-link.last-nav-link {
  margin-bottom: 0px;
}

.div-block-14 {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 60px;
  height: 60px;
  float: right;
  background-color: #fff;
  cursor: pointer;
}

.div-block-15 {
  position: relative;
}

.div-block-16 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #3f0909;
}

.line {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 80%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff0f0f;
}

.line.top {
  top: 18px;
  width: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.line.mid {
  top: 28px;
  width: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.line.bottom {
  top: 38px;
  width: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.award-image {
  height: 100px;
}

.div-block-17 {
  display: none;
  overflow: visible;
}

.columns-3 {
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.about-image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.html-embed-2 {
  display: none;
}

.container-2 {
  text-align: center;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 60px;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/COMPLEX2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.flex-press.adweek {
  height: 60px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/ADWEEK2x.png');
  background-size: 94px;
}

.flex-press.fox {
  background-image: url('../images/FOX-NEWS4x.png');
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

.flex-press.cnbc {
  background-image: url('../images/CNBC4x.png');
  background-size: contain;
}

.flex-press.fox2 {
  background-image: url('../images/FOX-NEWS2x.png');
  background-size: 80px;
}

.flex-press.forbes {
  margin-bottom: 0px;
  background-image: url('../images/FORBES2x.png');
  background-size: 115px;
}

.flex-press.nbc {
  background-image: url('../images/NBC-NEWS4x.png');
  background-size: contain;
}

.flex-press.billbboar {
  height: 70px;
  background-image: url('../images/BILLBOARD4x.png');
}

.flex-press.fasttco {
  background-image: url('../images/FAST-COMPANY4x.png');
}

.flex-press.adage {
  background-image: url('../images/ADAGE4x.png');
}

.news-image {
  overflow: hidden;
  width: auto;
  height: 100%;
}

.div-block-23 {
  display: none;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 15px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-mobile {
  display: none;
}

.list {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix="nav-bar-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-case-study-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-awards"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-awards-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-awards-3"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .pane-holder {
    min-height: 96vh;
  }
  .pane-holder.slide-4 {
    min-height: 100vh;
  }
  .sidebar {
    right: 15px;
  }
  .logo {
    margin-left: 25px;
  }
  .award-number.clio {
    top: -431px;
    right: -107px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .award-number.cannes {
    top: -345px;
    right: -84px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .award-number.shortlist {
    left: 67px;
    top: -433px;
    right: 0px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .cannes-lion-trophy {
    width: 45%;
  }
  .clio-award-trophy {
    width: 26%;
  }
  .body {
    overflow: visible;
  }
  .terms-of-service-link {
    width: 25%;
  }
  .main-menu {
    width: 100%;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid {
    margin-bottom: 20px;
    grid-template-areas: ". ." ". ." ". ." ". .";
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }
  .award-info {
    margin-right: 5px;
    font-size: 35px;
  }
  .background-content.full {
    background-color: #000;
  }
  .logos-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .case-study-logo-image {
    margin-right: 0px;
  }
  .chivo-header.case-study-title {
    overflow: visible;
    letter-spacing: 14px;
  }
  .award-image {
    height: 75px;
  }
  .div-block-17 {
    display: none;
  }
  .about-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .case-study-container {
    padding-right: 35px;
    padding-left: 40px;
  }
  .flex-press.forbes {
    background-size: contain;
  }
  .press-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .background-video {
    display: none;
  }
  .case-study-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url('../images/Dom_Nike_Richard-Sherman.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Dom_Nike_Richard-Sherman.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .menu {
    width: 15%;
  }
  .menu.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu.desktop {
    display: none;
  }
  .image {
    display: block;
    width: 35px;
    height: 35px;
  }
  .case-study-3 {
    margin-bottom: 20px;
  }
  .case-study-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/webeefin_1_5.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/webeefin_1_5.jpg');
    background-size: auto, auto;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .award-number.clio {
    top: -359px;
    font-size: 145px;
  }
  .award-number.cannes {
    top: -251px;
    right: -65px;
    font-size: 145px;
  }
  .award-number.shortlist {
    top: -335px;
    font-size: 145px;
  }
  .paragraph {
    width: 70%;
  }
  .contact-box {
    margin-left: -11px;
    border-style: none;
  }
  .footer-text {
    margin-top: 10px;
    text-align: center;
  }
  .main-menu {
    margin-top: -300px;
  }
  .title.case-study-page {
    font-size: 26px;
  }
  .home-link {
    width: 30%;
    float: none;
  }
  .home-link.w--current {
    width: 25%;
    float: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
  }
  .text-field {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-3 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .submit-button {
    display: block;
    width: 80%;
    margin-top: 31px;
    margin-right: auto;
    margin-left: auto;
  }
  .field-label {
    margin-top: 40px;
    text-align: center;
  }
  .field-label-2 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-3 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-4 {
    margin-top: 20px;
    text-align: center;
  }
  .form {
    overflow: auto;
  }
  .privacy-policy-link {
    display: block;
    text-align: center;
  }
  .column-7 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #111;
  }
  .video-header {
    display: none;
  }
  .nav-title-desktop {
    display: none;
  }
  .image-9 {
    margin-top: 45px;
  }
  .award-flexbox {
    text-align: left;
  }
  .chivo-header.case-study-title {
    margin-top: 30px;
  }
  .columns-3 {
    text-align: center;
  }
  .case-study-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .flex-press {
    width: 48%;
  }
  .flex-press.adweek {
    padding-top: 10px;
    padding-left: 10px;
  }
  .flex-press.forbes {
    padding-top: 0px;
    padding-left: 0px;
    background-image: url('../images/FORBES2x.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .press-flexbox {
    display: none;
  }
}

@media (max-width: 479px) {
  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 10px 33px 4px #fff;
  }
  .case-study-title {
    font-size: 22px;
  }
  .pane-holder {
    background-image: none;
  }
  .pane-holder.pane---case-study-1 {
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
  }
  .pane-holder.slide-4 {
    min-height: 100vh;
  }
  .heading {
    font-size: 22px;
  }
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
  }
  .menu.desktop {
    display: none;
  }
  .image {
    width: 25px;
    height: 25px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .sidebar {
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .award-section-1 {
    display: block;
    overflow: auto;
  }
  .award-number.clio {
    left: 70px;
    top: -375px;
    right: 0px;
    width: 25%;
    padding-right: 0px;
    font-size: 145px;
  }
  .award-number.cannes {
    position: relative;
    left: 89px;
    top: -270px;
    right: 13px;
    display: block;
    width: 25%;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 125px;
    text-align: center;
  }
  .award-number.shortlist {
    top: -368px;
  }
  .cannes-lion-trophy {
    position: static;
    top: 35px;
    right: -52px;
    display: block;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
  .cannes-lion-trophy.silver {
    margin-top: -30px;
  }
  .clio-award-trophy {
    display: block;
    width: 50%;
  }
  .paragraph {
    width: 90%;
    font-size: 12px;
  }
  .award-title.clio {
    left: 0px;
    top: -161px;
    right: 5px;
    font-size: 24px;
  }
  .award-title.cannes {
    position: relative;
    left: 0px;
    top: -128px;
    right: 0px;
    display: block;
    width: 100%;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    font-size: 21px;
    text-align: center;
  }
  .awards-container.cannes {
    width: 90%;
  }
  .body {
    background-color: #111;
  }
  .column {
    border-bottom: 1px solid #fff;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text.inline {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    text-align: center;
  }
  .footer-inner-wrapper {
    margin-top: 16px;
  }
  .instagram {
    margin-left: 0px;
  }
  .social-media-container {
    margin-top: 25px;
  }
  .terms-of-service-link {
    width: 50%;
    margin-top: 20px;
  }
  .main-menu {
    margin-top: -300px;
  }
  .link-to-case-study-3.case-study-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-to-case-study-4.case-study-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-link.case-studies {
    display: block;
  }
  .content-container.dom-kennedy-x-nike-x-richard {
    margin-bottom: 0px;
  }
  .title {
    font-size: 21px;
    line-height: 36px;
  }
  .title.case-study-page {
    margin-top: 35px;
  }
  .case-study-content {
    width: 95%;
  }
  .youtube {
    height: 50%;
  }
  .content-text {
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 12px;
  }
  .home-link {
    float: none;
  }
  .home-link.w--current {
    width: 50%;
    text-align: center;
  }
  .wendys-mixtape-spotify {
    width: 100%;
  }
  .contact-title {
    margin-bottom: 0px;
  }
  .body-3 {
    background-color: #fafafa;
  }
  .text-field {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-3 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .submit-button {
    display: block;
    width: 80%;
    margin-top: 25px;
    text-align: center;
  }
  .paragraph-3 {
    margin-top: 20px;
  }
  .div-block-6 {
    height: 110px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .icon {
    font-size: 24px;
  }
  .icon-2 {
    color: #000;
    font-size: 24px;
  }
  .heading-9 {
    position: relative;
    left: 0px;
    top: auto;
    right: 208px;
    bottom: 129px;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .field-label {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .field-label-2 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-3 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-4 {
    margin-top: 20px;
    text-align: center;
  }
  .column-3 {
    overflow: auto;
    margin-top: 30px;
  }
  .italic-text {
    margin-top: 0px;
    font-size: 12px;
  }
  .form-block {
    overflow: auto;
  }
  .privacy-policy-link {
    display: block;
    width: 100%;
    height: 25px;
    margin-top: -30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-7 {
    background-color: #111;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .div-block-7 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
  }
  .centered-link {
    width: 60px;
    height: 60px;
  }
  .fixed-menu.right-align {
    right: 5px;
    width: 60px;
    height: 60px;
  }
  .fixed-menu.left-align {
    position: fixed;
    left: 5px;
    width: 60px;
    height: 60px;
  }
  .container {
    padding-right: 35px;
    padding-left: 35px;
  }
  .centered-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .centered-block.spaced {
    width: 100%;
  }
  .centered-block.spaced.bigger {
    font-size: 16px;
  }
  .centered-block.shadowanim.email {
    width: 100%;
    font-size: 18px;
  }
  .centered-block.bottom60 {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .grid {
    display: none;
  }
  .oswald-header {
    color: #000;
  }
  .oswald-header.centered-block.oswald-semibold.white {
    color: #fff;
  }
  .oswald-header.centered-block.oswald-light.white {
    color: #fff;
  }
  .oswald-text {
    color: #fff;
  }
  .oswald-text.black {
    color: #000;
  }
  .div-block-11 {
    width: auto;
  }
  .bodoni-header {
    overflow: visible;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }
  .bodoni-header.h2.bordered.margin-bottom {
    width: auto;
    font-size: 24px;
  }
  .bodoni-header.about {
    width: auto;
    font-size: 28px;
  }
  .bodoni-header.white {
    width: auto;
    font-size: 28px;
  }
  .award-flexbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-item.oswald-text.white {
    color: #fff;
  }
  .awards-section {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .background-content {
    background-position: 50% 50%;
  }
  .logos-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .logos-holder.top-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case-study-logo-image {
    display: block;
  }
  .chivo-header.case-study-title {
    width: auto;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
    letter-spacing: 8px;
  }
  .case-study-logo-holder.last-logo-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .case-study-logo-holder.award-logo {
    margin-right: 0px;
  }
  .chivo-text {
    position: relative;
    max-width: 100%;
  }
  .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transform: perspective(510px);
    transform: perspective(510px);
    text-align: center;
  }
  .nav-link {
    display: block;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link.w--current {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .award-image {
    height: 90px;
  }
  .div-block-17 {
    display: block;
    margin-bottom: 20px;
  }
  .about-image.youth-internships {
    height: 80px;
  }
  .div-block-20 {
    margin-bottom: 10px;
  }
  .div-block-21 {
    position: fixed;
  }
  .flex-press {
    display: block;
    width: 40%;
    height: 50px;
    margin: 10px auto 0px;
    padding: 5px;
  }
  .flex-press.adweek {
    width: 45%;
    height: 60px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-press.fox2 {
    height: 60px;
    background-size: contain;
  }
  .flex-press.nbc {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .press-flexbox {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .press-mobile {
    display: block;
  }
  .list.white {
    color: #fff;
  }
  .mobile-press-logo-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-6d4d5079da74-ae6d00da {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6d4d5079da76-ae6d00da {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6d4d5079da78-ae6d00da {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-6d4d5079da7a-ae6d00da {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-6d4d5079da7c-ae6d00da {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-6d4d5079da7c-ae6d00da {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-6d4d5079da80-ae6d00da {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-6d4d5079da84-ae6d00da {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6d4d5079da88-ae6d00da {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Andale mono';
  src: url('../fonts/Andale-Mono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Chivo';
  src: url('../fonts/Chivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}