*, :after, :before {
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  border: 0;
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}

b, strong {
  font-weight: 700;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  color: transparent;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:after, q:before {
  content: "";
  content: none;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  position: absolute;
  overflow: hidden;
}

button {
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  color: inherit;
  outline: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  /*    font-smoothing: antialiased;*/
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
}

body {
  font-family: "AssistantPro-Regular";
  overflow-y: scroll;
}

/* Type Scale = Major Thirds 1.250 base size 8px */
h1 {
  font-size: 2.441rem;
  font-weight: normal;
  line-height: 1.15;
}

h2 {
  font-size: 4.768rem;
  font-weight: normal;
  line-height: 0.95;
}

h3 {
  font-size: 1.563rem;
  font-weight: normal;
  line-height: 1.25;
}

h4 {
  font-size: 3.815rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

p {
  font-family: "AssistantPro-Regular";
  font-weight: normal;
  font-size: 1.953rem;
  line-height: 1.5;
}

a {
  color: inherit;
}

.nav.desktopNav {
  position: absolute;
  z-index: 5;
  width: 100%;
}

.nav__col {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  top: 2.9rem;
}

.nav.desktopNav ul li {
  display: inline-block;
}

.nav ul {
  padding-right: 2.5rem;
  position: absolute;
  right: 0;
  z-index: 6;
}

.nav ul li a, .nav ul li p {
  display: block;
  font-size: 1.953rem;
  text-decoration: none;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.nav ul li:last-child {
  padding-left: 4rem;
}

.nav ul li a:active, .nav ul li p:active {
  text-decoration: underline;
}

.nav ul li a:hover, .nav ul li p:hover {
  color: #777777;
  transform: scale(1.05);
}

.page {
  overflow: hidden;
}

.page.fixed {
  position: fixed;
  z-index: 4;
  min-height: 100vh;
  left: 0;
  right: 0;
}

.label-button {
  position: relative;
  display: block;
  padding: 0.75em 1.5em 0.7em;
  width: 9em;
  text-align: center;
  margin-top: 2.441rem;
  font-size: 1.953rem;
  border-radius: 4px;
  text-decoration: none;
}

.label-button .arrow {
  position: absolute;
  top: 1em;
  left: 0.45em;
}

.play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.32s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.play-btn:hover {
  background-color: rgba(0, 0, 0, 0.125);
}

.play-btn:hover .play-btn__inner {
  transform: scale(1.125);
}

.play-btn__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 900;
  line-height: 0.82em;
  /*
      text-transform: uppercase;
  */
  font-size: 1.398rem;
  margin-left: -0.06em;
  margin-right: -0.03em;
  width: 4em;
  height: 4em;
  margin-left: -2em;
  margin-top: -2em;
  background-color: #222534;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn__label {
  margin-left: 0.1em;
  pointer-events: none;
}

.descCon div:nth-of-type(1) .label-button {
  padding: 0 0 0 0.1em;
  text-align: left;
}

.descCon div:nth-of-type(1) .label-button .arrow {
  top: 0.35em;
  left: -0.4em;
}

.footer-module {
  display: block;
  position: relative;
  margin-top: 10.472rem;
  margin-bottom: 2.618rem;
}

.footer-module .inner {
  position: relative;
  max-width: 1440px;
  margin-left: 2.618rem;
  margin-right: 2.618rem;
}

.footer-module .inner > * {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 1.309rem;
  padding-right: 1.309rem;
  margin-bottom: 1.309rem;
}

.footer-module .inner .logo {
  font-weight: 900;
  line-height: 0.82em;
  color: #222534;
  margin-bottom: 2.618rem;
}

/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
@font-face {
  font-family: "AssistantPro-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AssistantPro/AssistantPro-Light.woff2") format("woff2"), url("../fonts/AssistantPro/AssistantPro-Light.woff") format("woff"), url("../fonts/AssistantPro/AssistantPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "AssistantPro-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AssistantPro/AssistantPro-Regular.woff2") format("woff2"), url("../fonts/AssistantPro/AssistantPro-Regular.woff") format("woff"), url("../fonts/AssistantPro/AssistantPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "AssistantPro-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AssistantPro/AssistantPro-Bold.woff2") format("woff2"), url("../fonts/AssistantPro/AssistantPro-Bold.woff") format("woff"), url("../fonts/AssistantPro/AssistantPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "AssistantPro-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AssistantPro/AssistantPro-ExtraBold.woff2") format("woff2"), url("../fonts/AssistantPro/AssistantPro-ExtraBold.woff") format("woff"), url("../fonts/AssistantPro/AssistantPro-ExtraBold.ttf") format("truetype");
}
[class*=grid--] {
  background: rgb(220, 226, 165);
}

/*
[class*="col__small"] {
  background: rgba(83, 52, 81, 0.25);
  color: #222534;
}
*/
.back-top {
  display: block;
  position: fixed;
  bottom: 100px;
  width: 100%;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, background-color 0.3s 0s;
  visibility: hidden;
  z-index: 1;
}

.back-top ul {
  position: relative;
  max-width: 1440px;
  margin-right: 2.5rem;
}

.back-top--button {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 40px;
  background: rgba(250, 250, 250, 0.75);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.back-top--button:hover {
  background-color: white;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.back-top.back-top--show {
  visibility: visible;
  opacity: 1;
}

.back-top.back-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.back-top.back-top--un-stick {
  position: relative;
  bottom: calc(50vh + 55em);
}

.card__element {
  flex-basis: 50%;
  max-width: 50%;
  flex: 0 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card__element-small,
.card__element-med,
.card__element-large,
.card__element-full {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  flex: 1 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card__element__wrapper {
  border-radius: 10px;
  padding: 3.052rem 3.052rem 3.815rem;
  margin-bottom: 3rem;
  font-size: 0.9375rem;
  background-color: black;
  color: rgb(173, 173, 173);
}

#geolocation_faces .card__element__content h4 {
  font-size: 1.953rem;
  line-height: 2.441rem;
}

#geolocation_UI .card__feature::before {
  padding-top: 600px;
}

#geolocation_UI figure.item.card--item {
  width: 700px;
  margin-left: -350px;
}

#geolocation_UI figure.item.card--item,
#geolocation_DDMstages figure.item.card--item {
  box-shadow: inset 0 0 70px #000000;
}

#sixteen .card__element__wrapper {
  border-radius: 0;
}

#geolocation_faces .card__element__wrapper {
  border-radius: 20px;
}

.card__element__icon {
  position: relative;
  width: auto;
  margin-bottom: 1.563rem;
}

.card__element__icon svg {
  width: auto;
  height: 100%;
}

.card__element__wrapper p {
  color: rgb(255, 255, 255);
  font-weight: inherit;
}

.card__feature {
  position: relative;
  margin-bottom: 2.5rem;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.25);
}

#ShowroomWalkaround-show .card__feature {
  background-color: rgba(0, 0, 0, 0.9);
}

#FeatureDemo-Engineering .card__feature {
  background-color: rgba(23, 23, 19, 0.9);
}

#FeatureDemo-TwoRoads .card__feature {
  background-color: rgba(176, 209, 233, 0.9);
}

.card__feature::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 480px;
}

.card__feature.macro {
  border-radius: 40px;
}

.card__feature.macro#topicname::before {
  padding-bottom: 5%;
}

.card__feature.macro .card__feature__wrapper {
  padding: 5.96rem 3.052rem 0;
}

#ShowroomWalkaround-show.sub .card__feature.macro:hover .item.card--item.bleed,
#Entertainment-Chop-Shop-case.sub .card__feature.macro:hover .item.card--item.bleed,
#FeatureDemo-Engineering.sub .card__feature.macro:hover .item.card--item.bleed,
#FeatureDemo-TwoRoads.sub .card__feature.macro:hover .item.card--item.bleed {
  transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.1);
  opacity: 1;
  z-index: 1;
}

#ShowroomWalkaround-show.sub .card__feature.macro:hover .card__feature__content,
#Entertainment-Chop-Shop-case .sub .card__feature.macro:hover .card__feature__content,
#FeatureDemo-Engineering.sub .card__feature.macro:hover .card__feature__content,
#FeatureDemo-TwoRoads.sub .card__feature.macro:hover .card__feature__content {
  opacity: 0;
}

#ShowroomWalkaround-show.sub .card__feature.macro:hover .icon__video-play,
#Entertainment-Chop-Shop-case .card__feature.macro:hover .icon__video-play,
#FeatureDemo-Engineering .card__feature.macro:hover .icon__video-play,
#FeatureDemo-TwoRoads .card__feature.macro:hover .icon__video-play,
.icon__chevron {
  opacity: 1;
}

#CG-asset-program .card__feature__content {
  color: rgb(255, 255, 255);
}

#CG-asset-program .card__feature__content h4 {
  font-size: 4.768rem;
}

#CG-asset-program figure.item {
  opacity: 1;
}

#CG-asset-program .card__feature::before {
  padding-top: 300px;
}

#CG-studio-hero figure.item:before,
#CG-variants figure.item:before {
  padding-top: 23%;
}

#CG-composite .full-bleed.bleed--image {
  padding: 32% 0;
}

.card__feature__col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.card__feature__content {
  border-radius: inherit;
}

.card__feature__content h4 {
  margin-bottom: 2.441rem;
}

.card__feature__content p {
  margin-bottom: 1.25em;
}

.card__feature__col .card__feature__wrapper .icon__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: rgb(255, 255, 255);
  z-index: 3;
  opacity: 0;
}

#ShowroomWalkaround-show .card__feature__content,
#FeatureDemo-Engineering .card__feature__content {
  color: rgb(255, 255, 255);
}

.card__feature__wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 4.768rem 2.441rem 5.96rem;
  border-radius: inherit;
  overflow: hidden;
}

.card__feature__wrapper.content--center {
  justify-content: center;
}

.details--focus {
  padding-right: 40px;
}

figure.card--feature--image {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.current-case-module .flex--center {
  justify-content: center;
}

.current-case-module p.flex__lead-eyebrow {
  margin-bottom: 1.25em;
}

.current-case-module h4.flex__lead-headline,
.current-case-module .card__feature__content h4,
.current-case-module .flex__content h4,
.current-case-module .details--focus h4 {
  font-family: "AssistantPro-Bold";
}

.current-case-module h4.flex__lead-headline {
  max-width: 15em;
}

#case-one.current-case-module {
  background-color: #f0eaea;
  color: #0f0e0e;
}

#non-case.current-case-module {
  background-color: #0f0e0e;
}

.details--brand,
.details--date,
.details--challenge,
.details--role {
  padding-bottom: 4.768rem;
}

.details--column h3 {
  font-size: 1.25rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 0.5px solid #222534;
}

.details--focus h4 {
  font-size: 3.815rem;
}

.details--focus strong {
  font-weight: inherit;
  color: #777777;
  font-size: 1.953rem;
}

figure.details {
  width: 24em;
}

.frame__item-video figure.details {
  margin-left: 20%;
}

figure.details .details--caption {
  padding-top: 1em;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: left;
}

figure.item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
}

figure.item:before {
  display: block;
  content: "";
  padding-top: 50%;
}

figure.item.card--item {
  position: relative;
  width: 1000px;
  left: 50%;
  margin-top: 60px;
  margin-left: -500px;
}

figure.item.card--item.bleed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: initial;
  margin: -12rem -3rem -6rem;
  z-index: -1;
  opacity: 0;
}

figure.two-and-one--left {
  height: 50%;
}

figure.two-and-one--right {
  height: 100%;
}

.flex {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.flex > .col__small-1 {
  box-sizing: border-box;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.flex > .col__small-2 {
  box-sizing: border-box;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.flex > .col__small-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
}
.flex > .col__small-4 {
  box-sizing: border-box;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.flex > .col__small-5 {
  box-sizing: border-box;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.flex > .col__small-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
}
.flex > .col__small-7 {
  box-sizing: border-box;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.flex > .col__small-8 {
  box-sizing: border-box;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.flex > .col__small-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
}
.flex > .col__small-10 {
  box-sizing: border-box;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.flex > .col__small-11 {
  box-sizing: border-box;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.flex > .col__small-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex--between {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.flex--between > .col__small-1 {
  box-sizing: border-box;
  flex: 0 0 6.3333333333%;
  max-width: 6.3333333333%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-2 {
  box-sizing: border-box;
  flex: 0 0 14.6666666667%;
  max-width: 14.6666666667%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-3 {
  box-sizing: border-box;
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-4 {
  box-sizing: border-box;
  flex: 0 0 31.3333333333%;
  max-width: 31.3333333333%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-5 {
  box-sizing: border-box;
  flex: 0 0 39.6666666667%;
  max-width: 39.6666666667%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-6 {
  box-sizing: border-box;
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-7 {
  box-sizing: border-box;
  flex: 0 0 56.3333333333%;
  max-width: 56.3333333333%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-8 {
  box-sizing: border-box;
  flex: 0 0 64.6666666667%;
  max-width: 64.6666666667%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-9 {
  box-sizing: border-box;
  flex: 0 0 73%;
  max-width: 73%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-10 {
  box-sizing: border-box;
  flex: 0 0 81.3333333333%;
  max-width: 81.3333333333%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-11 {
  box-sizing: border-box;
  flex: 0 0 89.6666666667%;
  max-width: 89.6666666667%;
  margin: 0 1% 2%;
}
.flex--between > .col__small-12 {
  box-sizing: border-box;
  flex: 0 0 98%;
  max-width: 98%;
  margin: 0 1% 2%;
}

.flex--card,
.flex--row {
  flex-wrap: wrap;
  flex-direction: row;
}

.flex--contain {
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.flex--details {
  justify-content: space-around;
}

.flex.flex--contain-block {
  padding-bottom: 3.815rem;
  justify-content: left;
}

/*
.flex.flex--contain-block .sub--title {
    padding-left: 40px
}
*/
#ten .sub--title,
#twelve .sub--title {
  padding-left: 50px;
  padding-right: 50px;
}

#eleven .sub--title {
  padding-left: 24px;
  padding-right: 24px;
}

#Product_Identity-principles .sub--title,
#Superbowl_Digital-SmahtPahk .sub--title,
#Superbowl_Digital-Hope .sub--title,
#Superbowl_Digital-OperationBetter .sub--title,
#CG-360 .sub--title,
#Entertainment-Chop-Shop .sub--title {
  padding-left: 0;
  padding-right: 0;
}

#CG-TDP.flex,
#CG-safety.flex {
  flex-direction: row;
  flex-wrap: wrap;
}

#Entertainment-logo figure.item,
#Shows-logos figure.item {
  background-size: contain;
}

#Entertainment-Chop-Shop figure.item::before {
  padding-top: 114%;
}

#Entertainment-Chop-Shop-look figure.item::before {
  padding-top: 75%;
}

#Entertainment-Chop-Shop-build figure.item::before {
  padding-top: 39%;
}

#Entertainment-Chop-Shop-score figure.item::before {
  padding-top: 56%;
}

#Entertainment-Chop-Shop-UX figure.item::before {
  padding-top: 95%;
}

#Entertainment-Chop-Shop-print figure.item::before {
  padding-top: 128%;
}

#Entertainment-Chop-Shop-posters figure.item::before {
  padding-top: 42%;
}

#Entertainment-Chop-Shop-novel figure.item::before {
  padding-top: 78%;
}

#Entertainment-Chop-Shop-posts figure.item::before {
  padding-top: 33%;
}

#Entertainment-Chop-Shop-stick figure.item::before {
  padding-top: 37%;
}

#Entertainment-Chop-Shop-top5 figure.item::before {
  padding-top: 47%;
}

#Entertainment-Chop-Shop-winner figure.item::before {
  padding-top: 55%;
}

#Entertainment-Antman-VLP figure.item::before {
  padding-top: 209%;
}

#Entertainment-Antman-trims figure.item::before {
  padding-top: 27%;
}

#Entertainment-mobile .frame__mobile1__landscape-media img {
  border-radius: 0;
}

#motionphoto_4by3 figure.item::before {
  padding-top: 75%;
}

#motionphoto_16by9 figure.item::before {
  padding-top: 57%;
}

#motionphoto_5by4 figure.item::before {
  padding-top: 80%;
}

#geolocation_DDMlogo figure.item.stack1::before {
  padding-top: 22%;
}

#geolocation_DDMlogo figure.item.stack1 {
  margin-bottom: 48px;
}

#geolocation_DDMlogo figure.item.stack2::before {
  padding-top: 48%;
}

#geolocation_DDMdriveways figure.item::before {
  padding-top: 288%;
}

#geolocation_DDMmapping figure.item::before {
  padding-top: 65%;
}

#geolocation_SONATAgame figure.item::before {
  padding-top: 102%;
}

#geolocation_SONATAtest figure.item::before {
  padding-top: 21%;
}

#geolocation_HINTS figure.item::before {
  padding-top: 162%;
}

#geolocation_intro .full-bleed.bleed--image {
  padding: 22% 0;
}

#geolocation_CO .full-bleed.bleed--image {
  padding: 32% 0;
}

#geolocation_faces figure.item {
  width: 100px;
  display: inline-block;
}

#geolocation_faces figure.item::before {
  padding-top: 100%;
}

.flex.flex--contain-mobile {
  height: 100%;
  max-width: 260px;
  justify-content: space-between;
}

.flex.flex--contain-mobile img {
  height: 100%;
}

.flex--between {
  justify-content: space-between;
}

.flex--full-left {
  justify-content: flex-start;
}

.flex--full-right {
  justify-content: flex-end;
}

.flex--full .flex__content {
  max-width: 50rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.flex__content h4,
.details--focus h4 {
  margin-bottom: 2.441rem;
}

.flex__offset-left {
  position: relative;
  left: auto;
  margin-bottom: 2.25rem;
}

.flex__offset-right {
  position: relative;
  right: auto;
  margin-top: 2.25rem;
}

.flex__offset-right--text {
  /*
      right: -20%;
  */
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.flex__offset-left--text {
  position: relative;
  /*
      left: 20%;
  */
  margin-left: auto;
  margin-right: auto;
}

footer {
  position: relative;
  width: 100%;
  height: 375px;
  background-color: rgb(15, 14, 14);
  color: rgb(240, 234, 234);
}

.js-footer-con {
  height: 375px;
}

.js-footer-con,
.js-next-case-module {
  display: none;
  position: absolute;
}

.footer-con #logo {
  fill: rgb(240, 234, 234);
}

.footer-con ul {
  margin: 0 auto;
  text-align: center;
  list-style: none;
}

ul.footer__nav {
  margin-top: 1.563rem;
  font-size: 1.953rem;
}

.footer-con > ul > li {
  display: inline-block;
}

.footer-con > ul > li a {
  display: block;
  font-size: 1.953rem;
  text-decoration: none !important;
  color: rgb(240, 234, 234);
  padding: 0 1em;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.footer-con > ul > li a:hover {
  color: #999999 !important;
  cursor: pointer;
  transform: scale(1.125);
}

ul.footer__meta {
  margin-top: 1rem;
  font-size: 1.25rem;
}

.footer__name {
  height: 100%;
  margin-top: 1.563rem;
  text-align: center;
}

.footer__name--full,
.footer__name--part,
.footer__name--small {
  visibility: hidden;
  position: absolute;
  width: 100%;
  font-family: "AssistantPro-ExtraBold";
  font-size: 20rem;
  letter-spacing: -0.05em;
  color: rgb(240, 234, 234);
}

.frame {
  position: relative;
  height: 100%;
  text-align: center;
}

/*
.frame.frame--monitor.frame--monitor1 {
    width: 280px;
    margin-left: auto;
    margin-right: auto
}
*/
.frame.frame--mobile {
  height: 400px;
}

.frame.frame--mobile-landscape {
  height: 225px;
}

.frame.frame--mobile.frame--detail {
  margin-bottom: 5rem;
}

.frame.frame--mobile figure.details {
  margin-left: auto;
  margin-right: auto;
}

.frame.frame.frame--mobile.frame--double {
  margin: 60px 0 60px 0;
}

.frame__laptop--device > img,
.frame__monitor--device > img,
.frame__mobile--device > img,
.frame__mobile--device-landscape > img {
  opacity: 0.1;
}

.frame__laptop1-media {
  position: absolute;
  top: 7.5%;
  left: 12.5%;
  width: 75.25%;
}

.frame__laptop1-media.frame__laptop1-video {
  top: -6%;
  width: 75.75%;
  height: 100%;
}

.frame__laptop1-media .vimeo-player iframe {
  width: 100%;
  height: 100%;
}

.frame__item-video .vimeo-player {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
}

.frame__item-video .vimeo-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.frame__laptop2-media {
    position: absolute;
    top: 7.5%;
    left: 12.5%;
    width: 75.25%
}
*/
.frame__laptop2-media {
  position: absolute;
  top: 5.5%;
  left: 11.5%;
  width: 77%;
}

.frame__laptop2-media.frame__laptop2-video {
  top: -7.25%;
  left: 12.25%;
  width: 76.5%;
  height: 100%;
}

.frame__laptop2-media .vimeo-player iframe {
  width: 100%;
  height: 100%;
}

.frame__mobile--device {
  position: relative;
  height: 100%;
}

.frame__mobile--device::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3.5%;
  top: 2%;
  background: url(/img/device_camera.png) top center no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

.frame__mobile--new-device-landscape::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: 20%;
  left: 2%;
  background: url(/img/device_camera_landscape.png) left no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

.frame__mobile1-media {
  position: absolute;
  width: 100%;
  height: 75.5%;
  top: 12.5%;
}

.frame__mobile1__landscape-media {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 4%;
}

#Entertainment-mobile .frame__mobile1__landscape-media {
  height: 50.5%;
  top: 3%;
}

.frame__mobile1__landscape-media img {
  border-radius: 14px;
}

.frame__mobile1-media.frame__mobile1-video {
  height: 89%;
  top: 37px;
  left: 2px;
  overflow: hidden;
}

.frame__mobile1-media .vimeo-player iframe {
  width: 178px;
  height: 100%;
}

.frame__mobile1-video iframe {
  border-radius: 0 0 22px 22px;
}

.frame__monitor1-media {
  position: absolute;
  top: 2.75%;
  left: 2.5%;
  width: 95%;
  height: 61.5%;
  overflow: hidden;
}

.frame__monitor1-media.bg-bleed {
  height: 64%;
}

.frame__monitor1-media.frame__monitor1-video {
  top: 2.5%;
  left: 2.75%;
  height: 60%;
}

.frame__monitor1-media .vimeo-player {
  height: 108%;
}

.frame__monitor1-media .vimeo-player iframe {
  width: 100%;
  height: 100%;
}

.frame--browser {
  position: relative;
}

.frame--browser::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(/assets/svg/browser.svg) top left no-repeat rgba(0, 0, 0, 0.25);
  background-size: contain;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.full-bleed {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-bleed.bleed--backdrop {
  padding: 100px 0;
}

.full-bleed.bleed--image {
  padding: 300px 0;
}

.go-back {
  top: calc(18vh - 1.5em);
  position: absolute;
  width: 100%;
  z-index: 10;
}

.go-back__button {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: all;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.go-back__button:hover {
  background-color: white;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}

.flex--contain.flex--full-offset {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.flex--contain.flex--full-offset.flex--full-offset-block {
  padding-bottom: 5.96rem;
}

.flex--contain .bleed--offset-text {
  padding-bottom: 1.953rem;
}

.bleed--content-contain-l .flex--contain .bleed--offset {
  align-self: flex-start;
}

.bleed--content-contain-l .frame.frame--laptop {
  width: 352px;
  height: 100%;
}

.bleed--content-contain-r .flex--contain .bleed--offset {
  align-self: flex-end;
}

.bleed--content-contain-r .frame.frame--laptop {
  width: 352px;
  height: 100%;
}

.bleed--content-contain-r .flex--contain .bleed--offset-image {
  position: relative;
  width: 352px;
  height: 200px;
  background-image: url(/img/device_laptop.png);
  background-size: 352px 200px;
  background-repeat: no-repeat;
}

#geolocation_DDMarray .flex--contain .bleed--offset-image {
  position: relative;
  width: 470px;
  height: 143px;
  left: 50%;
  margin-left: -235px;
  background-image: url(/media/ge_bleed_2000_01.png);
  background-size: 470px 143px;
  background-repeat: no-repeat;
}

.progress-circle {
  position: absolute;
  right: 0;
  padding: 5px;
  overflow: hidden;
}

section > div {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
}

section > div.sub,
section > div.sub.sub--bleed {
  padding-top: 80px;
}

section > div.sub.sub--bleed {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

section > div.sub.sub--tone {
  padding: 96px 0;
}

#Platform-tone.sub--tone {
  background: linear-gradient(to right, #fff388, #f9e62c 33%);
}

#Entertainment-mobile.sub--tone,
#Entertainment-Chop-Shop-score.sub--tone {
  background: linear-gradient(to right, #ff4124, #a60000);
}

section > div.sub.sub--tone.initial {
  padding-bottom: 0;
}

section > div:first-child {
  padding-top: 30px;
}

section > div:last-child {
  padding-bottom: 80px;
}

.sub.sub--bleed .sub--side {
  width: 30rem;
  position: absolute;
  top: 20%;
}

.sub.sub--bleed .topBleed,
.sub.sub--bleed .flex--center {
  text-align: center;
}

.sub.sub--bleed .topBleed--last {
  padding-top: 60%;
  padding-bottom: 0;
}

.sub--bleed .flex--center {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.sub--title h3 {
  font-family: "AssistantPro-ExtraBold";
  font-size: 3.052em;
}

.sub--title p {
  line-height: 1.5em;
}

.sub--title-huge h4,
.sub--title-huge h3,
.sub--title-huge h1 {
  font-size: 5.96rem;
}

.sub--side.sub--left {
  left: 0;
}

.sub--side.sub--right {
  right: 0;
}

section > div.sub.sub-block,
section > div.sub.sub--bleed.sub-block {
  padding-top: 3.052rem;
}

section > div.sub.sub-block-reduce {
  padding-top: 0.8rem;
}

g#Symbols {
  transform: scale(0.85);
  fill: white;
}

svg .animated-circle {
  fill: transparent;
  stroke-width: 30px;
  stroke: #999999;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
}

svg.icon-close,
svg.icon-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

svg.icon-top {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

svg.logo-graphic {
  position: relative;
  height: 150px;
  margin-top: 8rem;
}

.textlink {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  font-family: "AssistantPro-Bold";
  transform: translateX();
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.textlink-contain {
  width: -moz-fit-content;
  width: fit-content;
}

.textlink-contain:hover .textlink {
  transform: translateX(2rem);
}

.textlink-contain:hover .textlink .icon__video-play {
  transform: scale(1.2) translateX(0.5rem);
  background-color: #fff;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.textlink .icon__video-play {
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 2rem;
  border-radius: 44px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.textlink-contain:hover .textlink .icon__chevron {
  transform: scale(1.2) translateX(0.5rem);
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.textlink .icon__chevron {
  position: relative;
  margin-left: 2rem;
  margin-top: 0.25rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.textlink .icon__video-play .icon-play,
.textlink .icon__chevron {
  width: 26px;
  height: 26px;
}

.textlink h4 {
  max-width: -moz-min-content;
  max-width: min-content;
  z-index: 4;
}

.textlink a {
  text-decoration: none;
}

.topBleed {
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 95%;
  padding-bottom: 10%;
}

.video_player {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.vimeo-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
}

/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
/*                                                                                       */
.graphic {
  position: absolute;
  top: -55px;
  left: 2.5rem;
}

.graphic__logo {
  width: 12rem;
  height: auto;
  fill: black;
}

.hero-module {
  display: block;
  position: relative;
  width: 100%;
  height: 82vh;
  transition: color 0.36s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hero-module.main {
  height: 100vh;
}

.hero-module .media,
.hero-module canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  contain: layout;
}

.hero-module.hero__page .media {
  top: -18%;
  left: -10%;
  height: 136%;
  width: 120%;
  transform-origin: 50% 50%;
}

.hero-module .abstract {
  position: absolute;
  height: 125%;
  width: 100%;
  overflow: hidden;
}

.hero-module .mediaCon {
  position: absolute;
  height: 100vh;
  width: 100%;
}

.hero-module .inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
}

.hero-module .tint .spec__title {
  position: relative;
  max-width: 1440px;
  height: 50vh;
}

.hero-module .display {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 50vh;
}

.hero-module .display .line {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  contain: layout;
}

.hero-module .display .line.n2 {
  left: 100%;
}

.hero-module .display .line.top {
  top: 0;
}

.hero-module .display .line.bottom {
  bottom: 0;
}

.hero-module .display .progressLine {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 100%;
  height: 2px;
  contain: layout;
}

.hero-module .display .progressLine.top {
  top: -1px;
  display: none;
}

.hero-module .display .progressLine.bottom {
  bottom: -1px;
}

.hero-module .mask {
  position: absolute;
  overflow: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  contain: layout size;
}

.hero-module .logo {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  max-width: 12em;
  top: 3rem;
  left: 0;
  transform-origin: 0 0;
}

.hero-module .logo.large {
  top: unset;
  bottom: 0;
  font-size: 3.815rem;
  line-height: 1.15em;
}

.hero-module .logo.small,
.hero-module .label {
  font-size: 5.865rem;
  line-height: 1.15em;
}

.hero-module .logo a {
  display: inline-block;
  pointer-events: all;
  text-decoration: none;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.hero-module .logo a:hover {
  color: #777777;
  transform: scale(1.05);
}

.hero-module .label {
  position: absolute;
  margin-top: 2.618rem;
  text-decoration: none;
  top: 2rem;
  left: 0;
  transform-origin: 0 0;
  transform: scale(0.333);
}

.hero-module .caseName,
.hero-module .spec__title h2 {
  position: absolute;
  transform-origin: bottom left;
  bottom: 0;
  font-family: "AssistantPro-ExtraBold";
  text-align: left;
  pointer-events: none;
  cursor: default;
}

.hero-module .spec__title h2 {
  font-size: 5.96rem;
  max-width: 24rem;
}

.hero-module .tint .spec__title {
  padding-left: 2.5rem;
}

.hero-module .caseName.active {
  pointer-events: all;
  cursor: pointer;
}

.hero-module .caseName h2,
.hero-module h2.caseName {
  max-width: 42rem;
}

.hero-module .descCon {
  position: relative;
  width: 35rem;
  max-width: 100%;
  margin-top: 3.052rem;
}

.hero-module .descCon > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  pointer-events: none;
}

.hero-module .descCon > div,
.hero-module .descCon p {
  font-size: 1.953rem;
  line-height: 1.5;
}

.hero-module.next-case-module .logo {
  transform-origin: 0 0;
  transform: scale(0.333);
  opacity: 0;
}

.hero-module.main .caseName.active {
  cursor: pointer;
}

.hero-module.hero__page .logo {
  transform: scale(0.333);
}

.hero-module.toPage.next-case-module {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.hero-module.toPage .progressLine {
  transition: right 0.36s ease-in-out 0.12s;
  right: 100% !important;
}

.hero-module .caseList {
  position: absolute;
  overflow: hidden;
  width: 50%;
  right: 2.5rem;
  height: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  contain: layout;
  display: none;
}

.hero-module .caseList > a {
  display: block;
  text-align: right;
  height: 2em;
  position: absolute;
  top: 5rem;
  right: 0;
  font-size: 1.563rem;
  /*font-weight: 700;
  text-transform: uppercase;*/
  text-decoration: none;
  cursor: pointer;
}

.hero-module .caseList > a .arrow {
  position: absolute;
  top: 0.05em;
  right: 0;
}

.hero-module .caseList p {
  font-size: inherit;
}

.hero-module .caseList > a:hover,
.hero-module .caseList .arrow path {
  stroke: #777777;
  color: #777777;
}

.hero-module .indexCon {
  position: absolute;
  right: 0;
  width: 10rem;
  bottom: 5.236rem;
  display: block;
  text-align: right;
  contain: layout;
}

.hero-module .indexCon .runner {
  height: 2em;
  width: 2em;
  display: inline-block;
  position: relative;
}

.hero-module .indexCon .runner > div {
  display: block;
  height: 2em;
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hero-module .indexCon .amount {
  margin-left: 1px;
  height: 2em;
  display: inline-block;
  vertical-align: top;
}

.next-case-module,
.next-case-module-con,
.js-next-case-module {
  width: 100%;
  height: calc(50vh + 4em);
}

.next-case-module {
  /*
      height: 45rem;
  */
  overflow: hidden;
  text-decoration: none;
}

/*
.js-next-case-module {
    height: 45rem
}
*/
.next-case-module .nav {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.5s 0.26s, transform 0.5s 0.26s;
}

.next-case-module .tint {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.next-case-module .tint.spec {
  background-color: rgba(255, 255, 255, 0.5);
}

.next-case-module.toPage .nav {
  opacity: 1;
  transform: none;
}

.next-case-module .label-button {
  display: none;
}

body {
  overflow-y: scroll;
}

.app {
  transition: opacity 0.36s;
}

.pages {
  position: relative;
  overflow-x: hidden;
}

.video-on {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: start;
  background: rgba(0, 0, 30, 0.8);
  padding: 0;
  margin: 0;
}

/*

.videowrap {
    display:none;
}

#playa {
    min-width:50vw;
    height:90vh;
    margin:2em 0 0;
}

*/
.modal__button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
}

.modal {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.modal__show {
  display: block;
  z-index: 999;
}

.modal__full-viewport {
  background: white;
  padding: 96px 0;
}

.modal__close {
  position: absolute;
  display: flex;
  z-index: 9999;
  overflow: hidden;
  width: 40px;
  height: 40px;
  top: 24px;
  left: 24px;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  border: 0;
}

.modal .modal__content.center--horizontal {
  display: flex;
  justify-content: center;
}

.modal .modal__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.modal .ac-video-player {
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 1280px;
  min-width: 320px;
  max-height: 720px;
  align-self: center;
  box-sizing: border-box;
}

.modal .ac-video-player .ac-video-player--contain {
  width: 100%;
}

.ac-video-player {
  cursor: none;
}

.ac-video-player iframe {
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*                            **********    **********   *****                           */
/*                           *****  *****  *****  *****  *****                           */
/*                           *****  *****  *****  *****  *****                           */
/*                                ******         *****   *****                           */
/*                                ******      *****      *****                           */
/*                           *****  *****    *****       *****                           */
/*                           *****  *****  *****         *****                           */
/*                            **********   ************  *****                           */
@media (min-width: 321px) {
  h1 {
    font-size: 3.052rem;
  }
  h2 {
    font-size: 5.96rem;
  }
  h3 {
    font-size: 1.953rem;
  }
  .play-btn__inner {
    font-size: 1.398rem;
  }
  .hero-module .indexCon {
    bottom: 5.236rem;
  }
}
@media (min-width: 768px) {
  .hero-module .caseList {
    display: block;
  }
  .hero-module .indexCon {
    display: none;
  }
}
/*                           *****         *****   **********                            */
/*                           *****  *****  *****  *****  *****                           */
/*                           *****  *****  *****  *****  *****                           */
/*                           ************* *****      ******                             */
/*                           ************* *****      ******                             */
/*                                  *****  *****  *****  *****                           */
/*                                  *****  *****  *****  *****                           */
/*                                  *****  *****   **********                            */
@media (max-width: 413px) {
  .footer__name--small {
    visibility: visible;
    font-size: 16rem;
  }
}
@media (min-width: 414px) {
  .back-top.back-top--un-stick {
    bottom: calc(50vh + 69em);
  }
  .footer__name--small {
    visibility: visible;
  }
  .hero-module .label {
    top: 4rem;
  }
  .hero-module .spec__title h2 {
    font-size: 7.451rem;
    max-width: 66rem;
  }
  .next-case-module,
  .next-case-module-con,
  .js-next-case-module {
    height: calc(50vh + 6em);
  }
  svg.logo-graphic {
    height: 220px;
    margin-top: 8rem;
  }
  footer,
  .js-footer-con {
    height: 470px;
  }
}
/*                        ***********   **********   ************                        */
/*                        ***********  *****  *****  ************                        */
/*                             *****   *****  *****         *****                        */
/*                            *****         ******         *****                         */
/*                           *****          ******        *****                          */
/*                          *****      *****  *****      *****                           */
/*                         *****       *****  *****     *****                            */
/*                        *****         **********     *****                             */
@media (min-width: 737px) {
  /*
  [class*="col__medium"] {
      background: rgba(245, 115, 236, 0.25);
      color: #222534;
  }
  */
  h3 {
    font-size: 2.441rem;
    line-height: 1.3;
  }
  h4 {
    font-size: 4.768rem;
  }
  .nav ul {
    padding-right: 4.5rem;
  }
  .play-btn__inner {
    font-size: 2.262rem;
  }
  .back-top ul {
    margin-right: 4.5rem;
  }
  .card__element-small {
    flex-basis: 40%;
    max-width: 40%;
    flex: 1 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .card__element-med {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .card__element-large {
    flex-basis: 60%;
    max-width: 60%;
    flex: 1 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .card__feature::before {
    padding-top: 500px;
  }
  .card__feature__wrapper {
    padding: 4.768rem 4.768rem 5.96rem;
  }
  .details--focus h4 {
    font-size: 4.768rem;
  }
  .details--focus strong {
    font-size: inherit;
  }
  #sixteen .card__element__wrapper,
  #geolocation_faces .card__element__wrapper {
    padding: 80px 40px;
    min-height: 400px;
  }
  figure.details {
    width: 38em;
  }
  .flex {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
  .flex > .col__medium-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .flex > .col__medium-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flex > .col__medium-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex > .col__medium-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flex > .col__medium-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .flex > .col__medium-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex > .col__medium-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .flex > .col__medium-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .flex > .col__medium-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex > .col__medium-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .flex > .col__medium-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .flex > .col__medium-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex--between {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
  .flex--between > .col__medium-1 {
    box-sizing: border-box;
    flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-2 {
    box-sizing: border-box;
    flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-3 {
    box-sizing: border-box;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-4 {
    box-sizing: border-box;
    flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-5 {
    box-sizing: border-box;
    flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-6 {
    box-sizing: border-box;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-7 {
    box-sizing: border-box;
    flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-8 {
    box-sizing: border-box;
    flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-9 {
    box-sizing: border-box;
    flex: 0 0 73%;
    max-width: 73%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-10 {
    box-sizing: border-box;
    flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-11 {
    box-sizing: border-box;
    flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__medium-12 {
    box-sizing: border-box;
    flex: 0 0 98%;
    max-width: 98%;
    margin: 0 1% 2%;
  }
  .flex--contain {
    max-width: 650px;
  }
  .flex--contain .bleed--offset-text {
    position: absolute;
    padding-top: 3.052rem;
    padding-bottom: initial;
  }
  .bleed--content-contain-l .flex--contain .bleed--offset-text {
    left: 0;
    margin-left: 66%;
  }
  .bleed--content-contain-l .frame.frame--laptop {
    width: 950px;
  }
  .bleed--content-contain-l .flex--contain .bleed--offset {
    left: 50%;
    margin-left: -1250px;
    align-self: initial;
  }
  .bleed--content-contain-r .flex--contain .bleed--offset-text {
    left: 0;
  }
  .bleed--content-contain-r .frame.frame--laptop {
    width: 950px;
  }
  .bleed--content-contain-r .flex--contain .bleed--offset-image {
    width: 950px;
    height: 542px;
    background-image: url(/img/device_laptop.png);
    background-size: 950px 542px;
  }
  .bleed--content-contain-r .flex--contain .bleed--offset {
    left: 50%;
    margin-left: 0;
    align-self: initial;
  }
  #geolocation_DDMarray .flex--contain .bleed--offset-image {
    width: 1304px;
    height: 396px;
    margin-left: -650px;
    background-image: url(/media/ge_bleed_2000_01.png);
    background-size: 1304px 396px;
  }
  .flex.flex--contain-block,
  .flex.flex--contain-block-center {
    padding-bottom: 4.768rem;
  }
  .flex.flex--contain-mobile {
    max-width: 648px;
    justify-content: space-around;
  }
  .flex__offset-left {
    left: 0;
    margin-bottom: initial;
  }
  .flex__offset-right {
    right: 0;
    margin-top: initial;
  }
  .flex__offset-left--text {
    left: 2%;
    margin-left: 0;
    margin-right: 0;
  }
  .flex__offset-right--text {
    right: 2%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .flex--contain.flex--full-offset.flex--full-offset-block {
    padding-bottom: 7.451rem;
  }
  .frame__laptop1-media.frame__laptop1-video {
    top: 28px;
    left: 2px;
    width: 100%;
  }
  .frame__laptop1-media .vimeo-player iframe {
    height: 307px;
  }
  .frame__laptop2-media.frame__laptop2-video {
    top: 24px;
    left: 2px;
    width: 100%;
  }
  .frame__laptop2-media .vimeo-player iframe {
    height: 312px;
  }
  .frame.frame--mobile {
    height: 600px;
  }
  .frame.frame--mobile-landscape {
    height: 380px;
  }
  .frame__mobile1__landscape-media {
    height: 82.5%;
  }
  #Entertainment-mobile .frame__mobile1__landscape-media {
    height: 75%;
    top: 4.5%;
  }
  .frame__mobile1__landscape-media img {
    border-radius: 32px;
  }
  .frame__mobile1-media.frame__mobile1-video {
    top: 55px;
  }
  .frame__mobile1-media .vimeo-player iframe {
    width: 266px;
  }
  .frame__mobile1-video iframe {
    border-radius: 0 0 32px 32px;
  }
  .frame.frame.frame--mobile.frame--double {
    margin: 0 0 0 50px;
  }
  .frame__monitor1-media.frame__monitor1-video {
    top: 15px;
    left: 1px;
    width: 100%;
    height: 61%;
  }
  .frame__monitor1-media .vimeo-player iframe {
    height: 386px;
  }
  .footer__name--full,
  .footer__name--small {
    visibility: hidden;
  }
  .footer__name--part {
    visibility: visible;
  }
  .graphic {
    top: -94px;
    left: 4.5rem;
  }
  .graphic__logo {
    width: 19rem;
  }
  section > div,
  .hero-module .inner,
  .hero-module .tint .spec__title {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .hero-module .descCon {
    width: 50rem;
  }
  .hero-module .caseList {
    right: 4.5rem;
  }
  .hero-module .indexCon {
    bottom: 5.236rem;
  }
  .hero-module .logo {
    top: 6rem;
  }
  .hero-module .logo.large {
    font-size: 4.768rem;
  }
  .nav__col {
    top: 5.9rem;
  }
  section > div:first-child {
    padding-top: 48px;
  }
  section > div:last-child {
    padding-bottom: 96px;
  }
  section > div.sub,
  section > div.sub--bleed {
    padding-top: 96px;
  }
  #ten .sub--title,
  #twelve .sub--title {
    padding-right: 0;
  }
  .sub__eleven .sub--title {
    padding-right: 0;
  }
  section > div.sub.sub-block,
  section > div.sub.sub--bleed.sub-block {
    padding-top: 5.96rem;
  }
  section > div.sub.sub-block-reduce {
    padding-top: 1.563rem;
  }
  .sub--bleed .flex--center {
    padding-left: 0;
    padding-right: 0;
  }
  .sub--title-huge h4,
  .sub--title-huge h3,
  .sub--title-huge h1 {
    font-size: 11.642rem;
    line-height: 1;
  }
  .textlink h4 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .textlink .icon__video-play,
  .textlink .icon__chevron {
    margin-left: 2rem;
  }
  .textlink .icon__chevron {
    margin-top: 0.9rem;
  }
  .topBleed {
    padding-top: 80%;
  }
}
/*                    *****   **********    **********   *****                           */
/*                    *****  *****  *****  *****  *****  *****  *****                    */
/*                    *****  *****  *****         *****  *****  *****                    */
/*                    *****  *****  *****        *****   *************                   */
/*                    *****  *****  *****     *****      *************                   */
/*                    *****  *****  *****   *****               *****                    */
/*                    *****  *****  *****  *****                *****                    */
/*                    *****   **********   ************         *****                    */
@media (min-width: 1024px) {
  h1 {
    font-size: 4.768rem;
  }
  h2 {
    font-size: 7.451rem;
    line-height: 1.05;
  }
  h3 {
    font-size: 3.052rem;
    line-height: 1.35;
  }
  h4 {
    font-size: 5.96rem;
    line-height: 1.15;
  }
  .hero-module .caseName h2,
  .hero-module h2.caseName {
    max-width: 52rem;
  }
  .hero-module .label {
    top: 6rem;
  }
  .hero-module .logo.large {
    font-size: 5.96rem;
  }
  .nav ul {
    padding-right: 12rem;
  }
  .nav ul li:last-child {
    padding-left: 6rem;
  }
  .play-btn__inner {
    font-size: 3.659rem;
  }
  .back-top ul {
    margin-right: 12rem;
  }
  .back-top.back-top--un-stick {
    bottom: calc(50vh + 71em);
  }
  #sixteen .card__element__wrapper,
  #seventeen .card__element__wrapper {
    min-height: 550px;
  }
  .flex.flex--contain-block,
  .flex.flex--contain-block-center {
    padding-bottom: 5.96rem;
  }
  .graphic {
    left: 12rem;
  }
  .hero-module .caseList {
    right: 12rem;
  }
  section > div,
  .hero-module .inner,
  .hero-module .tint .spec__title {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .next-case-module,
  .next-case-module-con,
  .js-next-case-module {
    height: calc(50vh + 8em);
  }
  section > div.sub,
  section > div.sub.sub--bleed {
    padding-top: 112px;
  }
  section > div:last-child {
    padding-bottom: 112px;
  }
  .sub.sub--bleed-offset {
    width: 900px;
    overflow: visible;
  }
  .textlink .icon__video-play,
  .textlink .icon__chevron {
    width: 64px;
    height: 64px;
    margin-left: 2.5rem;
    border-radius: 64px;
  }
  .textlink .icon__video-play .icon-play,
  .textlink .icon__chevron.icon-play {
    width: 34px;
    height: 34px;
  }
  .textlink .icon__chevron {
    margin-left: 0;
    margin-top: -0.5rem;
  }
}
/*                    *****  *****         *****          **********                     */
/*                    *****  *****  *****  *****  *****  *****  *****                    */
/*                    *****  *****  *****  *****  *****  *****  *****                    */
/*                    *****  ************* ************* *****  *****                    */
/*                    *****  ************* ************* *****  *****                    */
/*                    *****         *****         *****  *****  *****                    */
/*                    *****         *****         *****  *****  *****                    */
/*                    *****         *****         *****   **********                     */
@media (min-width: 1440px) {
  /*
  [class*="col__large"] {
  background: rgba(247, 106, 87, 0.25);
  color: #222534;
  }
  */
  h1 {
    font-size: 5.96rem;
  }
  h2 {
    font-size: 9.313rem;
    line-height: 0.95;
  }
  p {
    font-size: 2.441rem;
  }
  #CG-asset-program .card__feature::before {
    padding-top: 450px;
  }
  .hero-module .caseName h2,
  .hero-module h2.caseName {
    max-width: 66rem;
  }
  .hero-module .label {
    top: 8rem;
  }
  .nav ul li:last-child {
    padding-left: 10rem;
  }
  .label-button {
    width: 10em;
  }
  .play-btn__inner {
    font-size: 3.659rem;
  }
  .back-top.back-top--un-stick {
    bottom: calc(50vh + 73em);
  }
  .brand-module {
    padding-bottom: 11.089rem;
  }
  .brand-module .inner {
    margin-left: -7.5%;
    margin-right: -7.5%;
  }
  .brand-module .inner a {
    width: 25%;
    margin-top: 11.089rem;
  }
  .brand-module .inner a .description {
    margin-top: 2.618rem;
  }
  #sixteen .card__element__wrapper {
    padding: 28% 20% 35%;
  }
  .card__feature::before {
    padding-top: 650px;
  }
  .doubletext-module {
    margin-bottom: 5.236rem;
  }
  .doubletext-module > div {
    padding-left: 1.309rem;
    padding-right: 1.309rem;
  }
  .doubletext-module > div:nth-child(2) {
    margin-top: 2.618rem;
  }
  .doubletext-module h1, .doubletext-module h2, .doubletext-module h3, .doubletext-module h4 {
    margin-bottom: 2.618rem;
  }
  figure.details {
    width: 50em;
  }
  .flex {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
  .flex > .col__large-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .flex > .col__large-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flex > .col__large-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex > .col__large-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flex > .col__large-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .flex > .col__large-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex > .col__large-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .flex > .col__large-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .flex > .col__large-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex > .col__large-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .flex > .col__large-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .flex > .col__large-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex--between {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
  .flex--between > .col__large-1 {
    box-sizing: border-box;
    flex: 0 0 6.3333333333%;
    max-width: 6.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-2 {
    box-sizing: border-box;
    flex: 0 0 14.6666666667%;
    max-width: 14.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-3 {
    box-sizing: border-box;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-4 {
    box-sizing: border-box;
    flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-5 {
    box-sizing: border-box;
    flex: 0 0 39.6666666667%;
    max-width: 39.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-6 {
    box-sizing: border-box;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-7 {
    box-sizing: border-box;
    flex: 0 0 56.3333333333%;
    max-width: 56.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-8 {
    box-sizing: border-box;
    flex: 0 0 64.6666666667%;
    max-width: 64.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-9 {
    box-sizing: border-box;
    flex: 0 0 73%;
    max-width: 73%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-10 {
    box-sizing: border-box;
    flex: 0 0 81.3333333333%;
    max-width: 81.3333333333%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-11 {
    box-sizing: border-box;
    flex: 0 0 89.6666666667%;
    max-width: 89.6666666667%;
    margin: 0 1% 2%;
  }
  .flex--between > .col__large-12 {
    box-sizing: border-box;
    flex: 0 0 98%;
    max-width: 98%;
    margin: 0 1% 2%;
  }
  .flex--contain {
    max-width: 900px;
  }
  .flex.flex--contain-mobile {
    max-width: 900px;
  }
  .bleed--content-contain-l .flex--contain .bleed--offset-text {
    margin-left: 50%;
  }
  .bleed--content-contain-l .flex--contain .bleed--offset {
    left: 50%;
    margin-left: -1480px;
  }
  .bleed--content-contain-r .flex--contain .bleed--offset {
    margin-left: 300px;
  }
  #geolocation_DDMarray .flex--contain .bleed--offset-image {
    width: 2608px;
    height: 792px;
    left: 50%;
    margin-left: -1305px;
    background-image: url(/media/ge_bleed_2000_01.png);
    background-size: 2608px 792px;
  }
  .footer-module {
    margin-top: 10.472rem;
    margin-bottom: 11.089rem;
  }
  .footer-module .inner {
    margin-left: 11.089rem;
    margin-right: 11.089rem;
  }
  .footer-module .inner > * {
    padding-left: 1.309rem;
    padding-right: 1.309rem;
    margin-bottom: 5.545rem;
  }
  .footer-module .inner .logo {
    margin-bottom: 11.089rem;
  }
  .footer__name--part,
  .footer__name--small {
    visibility: hidden;
  }
  .footer__name--full {
    visibility: visible;
  }
  .frame__laptop1-media.frame__laptop1-video {
    top: 39px;
  }
  .frame__laptop1-media .vimeo-player iframe {
    height: 424px;
  }
  .frame__laptop2-media.frame__laptop2-video {
    top: 33px;
    left: 1px;
  }
  .frame__laptop2-media .vimeo-player iframe {
    height: 430px;
  }
  .frame.frame--mobile {
    height: 800px;
  }
  .frame.frame--mobile-landscape {
    height: 510px;
  }
  .frame__mobile1__landscape-media {
    height: 85.5%;
  }
  #Entertainment-mobile .frame__mobile1__landscape-media {
    height: 78%;
    top: 4.5%;
  }
  .frame__mobile1__landscape-media img {
    border-radius: 42px;
  }
  .frame__mobile1-media.frame__mobile1-video {
    top: 74px;
  }
  .frame__mobile1-media .vimeo-player iframe {
    width: 355px;
  }
  .frame__mobile1-video iframe {
    border-radius: 0 0 42px 42px;
  }
  .frame__monitor1-media.frame__monitor1-video {
    top: 20px;
    left: 1px;
    height: 62%;
  }
  .frame__monitor1-media .vimeo-player iframe {
    height: 535px;
  }
  .graphic {
    top: -122px;
  }
  .graphic__logo {
    width: 24rem;
  }
  .grid-module {
    margin-top: 2.618rem;
  }
  .grid-module li {
    width: 50%;
    padding-left: 1.309rem;
    padding-right: 1.309rem;
    margin-bottom: 11.089rem;
  }
  .grid-module li .media {
    margin-bottom: 2.618rem;
  }
  .headline-module {
    margin-left: 1.309rem;
    margin-right: 1.309rem;
    margin-top: 2.618rem;
    margin-bottom: 5.236rem;
  }
  .headline-module .inner {
    padding-right: 1.309rem;
  }
  .hero-module .descCon {
    width: 60rem;
  }
  .hero-module .descCon > div,
  .hero-module .descCon p {
    font-size: 2.441rem;
  }
  .hero-module .indexCon {
    bottom: 5.236rem;
  }
  .hero-module .logo {
    top: 8rem;
  }
  .hero-module .logo.large {
    font-size: 7.451rem;
  }
  .label-button .arrow {
    top: 1.25em;
  }
  .nav__col {
    top: 8rem;
  }
  .next-case-module,
  .next-case-module-con,
  .js-next-case-module {
    height: calc(50vh + 10em);
  }
  .js-footer-con {
    height: 470px;
  }
  section > div.sub,
  section > div.sub--bleed {
    padding-top: 128px;
  }
  section > div:last-child {
    padding-bottom: 128px;
  }
}
/*                    *****   **********    **********    **********                     */
/*                    *****  *****  *****  *****  *****  *****  *****                    */
/*                    *****  *****         *****  *****  *****  *****                    */
/*                    *****  ************  *****  *****  *****  *****                    */
/*                    *****  ************  *****  *****  *****  *****                    */
/*                    *****  *****  *****  *****  *****  *****  *****                    */
/*                    *****  *****  *****  *****  *****  *****  *****                    */
/*                    *****   **********    **********    **********                     */
@media (min-width: 1600px) {
  .back-top ul {
    margin: 0 auto;
  }
  .bleed--content-contain-l .frame.frame--laptop {
    width: 1425px;
  }
  .bleed--content-contain-l .flex--contain .bleed--offset {
    margin-left: -2250px;
  }
  .bleed--content-contain-r .frame.frame--laptop {
    width: 1425px;
  }
  .bleed--content-contain-r .flex--contain .bleed--offset-image {
    width: 1425px;
    height: 812px;
    background-image: url(/img/device_laptop.png);
    background-size: 1425px 812px;
  }
  .bleed--content-contain-r .flex--contain .bleed--offset {
    margin-left: 320px;
  }
  .hero-module .inner,
  section > div,
  .hero-module .tint .spec__title {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .graphic {
    left: 0;
  }
  .hero-module .caseList {
    right: 0;
  }
  .nav ul {
    padding-right: 0;
  }
}
.flex.flex.flex--contain.flex--justify {
  justify-content: left;
}

.flex.flex.flex--contain.flex--justify-center {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.sub--title.sub--title-pad {
  padding-left: 30px;
}
@media (min-width: 1600px) {
  .sub--title.sub--title-pad {
    padding-left: 50px;
  }
}

.flex__content.flex__content--title-pad h4 {
  padding-right: 30px;
}

.sub--bleed figure.details,
.sub.sub--bleed.sub--tone {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#Product_Identity-footer.sub.sub--bleed {
  margin-top: 112px;
  padding-top: 0;
  background-color: rgb(208, 0, 0);
}

#CG-footer.sub.sub--bleed {
  margin-top: 112px;
  padding-top: 0;
  background-color: rgb(112, 199, 242);
}

#Films-footer.sub.sub--bleed {
  margin-top: 112px;
  padding-top: 0;
  background-color: rgb(106, 178, 51);
}

#Showroom-footer.sub.sub--bleed {
  margin-top: 112px;
  padding-top: 0;
  background-color: rgb(166, 196, 223);
}/*# sourceMappingURL=app.css.map */