/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */

html {
  line-height: 1.15; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  word-break: break-word; /* 4 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.site-logo{width:60px;}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* Base styles */

/* GT Walsheiem Ultra light */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-ultra-light.woff'),
       local('gt-walsheim-ultra-light'), url('fonts/gt-walsheim-ultra-light.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
}

/* GT Walsheiem Ultra light italic */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-ultra-light-oblique.woff'),
       local('gt-walsheim-ultra-light-oblique'), url('fonts/gt-walsheim-ultra-light-oblique.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* GT Walsheiem thin */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-thin.woff'),
       local('gt-walsheim-thin'), url('fonts/gt-walsheim-thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* GT Walsheiem thin italic*/

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-thin-oblique.woff'),
       local('gt-walsheim-thin-oblique'), url('fonts/gt-walsheim-thin-oblique.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* GT Walsheiem light */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-light.woff'),
       local('gt-walsheim-light'), url('fonts/gt-walsheim-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* GT Walsheiem light italic */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-light-oblique.woff'),
       local('gt-walsheim-light-oblique'), url('fonts/gt-walsheim-light-oblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* GT Walsheiem regular */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-regular.woff'),
       local('gt-walsheim-regular'), url('fonts/gt-walsheim-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* GT Walsheiem regular italic */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-regular-oblique.woff'),
       local('gt-walsheim-regular-oblique'), url('fonts/gt-walsheim-regular-oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* GT Walsheiem medium */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-medium.woff'),
       local('gt-walsheim-medium'), url('fonts/gt-walsheim-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* GT Walsheiem medium italic*/

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-medium-oblique.woff'),
       local('gt-walsheim-medium-oblique'), url('fonts/gt-walsheim-medium-oblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* GT Walsheiem bold*/

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-bold.woff'),
       local('gt-walsheim-bold'), url('fonts/gt-walsheim-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* GT Walsheiem bold italic*/

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-bold-oblique.woff'),
       local('gt-walsheim-bold-oblique'), url('fonts/gt-walsheim-bold-oblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

/* GT Walsheiem black */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-black.woff'),
       local('gt-walsheim-black'), url('fonts/gt-walsheim-black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* GT Walsheiem black italic */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-black-oblique.woff'),
       local('gt-walsheim-black-oblique'), url('fonts/gt-walsheim-black-oblique.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* GT Walsheiem ultra */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-ultra-bold.woff'),
       local('gt-walsheim-ultra-bold'), url('fonts/gt-walsheim-ultra-bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* GT Walsheiem ultra italic */

@font-face {
  font-family: 'gt-walsheim';
  src: url('../fonts/gt-walsheim-ultra-bold-oblique.woff'),
       local('gt-walsheim-ultra-bold-oblique'), url('fonts/gt-walsheim-ultra-bold-oblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

:root {
  --global-border-radius: 3px;
  --desktop-gutter: 6%;
  --mobile-gutter: 7.4%;

  --gt-walsheim: 'gt-walsheim', helvetica, arial, sans;

  --base-font-size: 16px;
  --base-font: 'gt-walsheim', helvetica, arial, sans;
  --base-font: var(--gt-walsheim);

  --heading-line-height: 1;
  --heading-size-multiplier: 1.5;
  --heading-font: 'gt-walsheim', helvetica, arial, sans, 'Arial', sans-serif;
  --heading-font: var(--base-font), 'Arial', sans-serif;

  --primary-color: #FF0900;

  --gray-text: #898989;
  --gray-text2: #525252;

  --gray-bg: #F0F0F0;


  --white: #FFFFFF;
  --black: #000000;

  --max-width: 2500px;
  --inner-max-width: 1700px;
}

/*

Custom media

Note: Content should dictate breakpoint sizes.
read more here:
https://github.com/jescalan/gps#breakpoints

However if we must use specific breakpoints here are some handy ones:

Breakpoint:     320px    448px      768px      1024px    1280px       1800px
            ──────┬────────┬──────────┬──────────┬─────────┬────────────┬─────
      Name:    '--xs'    '--s'      '--m'      '--l'     '--xl'       '--hd'

*/

body {
  //background: #efefef
}

body.loading * {
  -webkit-animation: none !important;
          animation: none !important;
}

body {/*&.is-froze {
    @media (max-width: 480px) {
      overflow: hidden;
      position: fixed;
    }
  } */
}

@media (max-width: 480px) {

  p {
    font-size: 20px;
  }
}

.max-container {
  max-width: 2500px;
  max-width: var(--max-width);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.inner-max-container {
  width: 100%;
  max-width: 1700px;
  max-width: var(--inner-max-width);
  margin: 0 auto;
}

.container {
  padding: 0 6%;
  padding: 0 var(--desktop-gutter);
}

@media (max-width: 599px) {

  .container {
    padding: 0 7.4%;
    padding: 0 var(--mobile-gutter);
  }
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

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

/* Link text with svg arrow
================================================ */

a.link {
  color: #FF0900;
  color: var(--primary-color);
  font-size: 22px;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;


}

@media (max-width: 800px) {

  a.link {
    font-size: 20px;
  }
}

a.link svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  top: -4px;
  left: 7px;
  position: relative;
  transition: 0.35s;
}

a.link:hover svg {
  left: 12px;
}

a.link.white {
  color: #FFFFFF;
  color: var(--white)
}

a.link.white svg * {
  fill: #FFFFFF;
  fill: var(--white);
}

/* Radiate Circle
================================================ */

@-webkit-keyframes radiate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }

  40% {
    opacity: .4;
  }

  100% {
    -webkit-transform: scale(3.25);
            transform: scale(3.25);
    opacity: 0;
  }
}

@keyframes radiate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }

  40% {
    opacity: .4;
  }

  100% {
    -webkit-transform: scale(3.25);
            transform: scale(3.25);
    opacity: 0;
  }
}

.radial-circle {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0.85%;
  background: #ff9793;
  border-radius: 50%;
  overflow: hidden
  /* animation-name: radiate;
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out; */
}

.radial-circle:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

/*
The base font is GT Walsheiem. It's available in 8 weights each with an
italic version:

100     GT Walsheiem Ultra Light
100     GT Walsheiem Ultra Light Italic
200     GT Walsheiem Thin
200     GT Walsheiem Thin Italic
300     GT Walsheiem Light
300     GT Walsheiem Light Italic
Normal  GT Walsheiem Normal
Normal  GT Walsheiem Normal Italic
500     GT Walsheiem Medium
500     GT Walsheiem Medium Italic
Bold    GT Walsheiem Bold
Bold    GT Walsheiem Bold Italic
800     GT Walsheiem Black
800     GT Walsheiem Black Italic
800     GT Walsheiem Ultra
800     GT Walsheiem Ultra Italic */

html {
  font-family: 'gt-walsheim', helvetica, arial, sans;
  font-family: var(--base-font);
  font-size: 16px;
  font-size: var(--base-font-size);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'gt-walsheim', helvetica, arial, sans, 'Arial', sans-serif;
  font-family: var(--heading-font);
  margin: 1rem 0;
}

::-moz-selection {
  background: #FF0900;
  background: var(--primary-color);
  color: white;
}

::selection {
  background: #FF0900;
  background: var(--primary-color);
  color: white;
}

/* rucksack easings
  -----------------
  ease-in-out-quad
  ease-in-out-cubic
  ease-in-out-quart
  ease-in-out-quint
  ease-in-out-sine
  ease-in-out-expo
  ease-in-out-circ
  ease-in-out-back
  ease-in-out-swift
*/

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-scale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fade-in-scale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Modules */

body.index nav[role='navigation'] a {
  color: #ffffff;
}

body.index header .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%,rgba(0, 0, 0, 0) 89%,rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

body.is-freezed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2500px;
  max-width: var(--max-width);
  margin: 0 auto;
  z-index: 9999
}

header .container {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {

  nav[role='navigation'] ul {
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  nav[role='navigation'] li {
    position: relative;
    margin-left: 60px;
    transition: all 500ms ease;
  }

  nav[role='navigation'] li.active:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: -13px;
    width: 100%;
    border-bottom: 2px solid #FF0900;
    border-bottom: 2px solid var(--primary-color);
  }

  nav[role='navigation'] li.active a {
    color: #FF0900;
    color: var(--primary-color);
  }

  nav[role='navigation'] li:hover a {
    color: #FF0900;
    color: var(--primary-color);
  }

  nav[role='navigation'] a {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.771429px;
    text-decoration: none;
    position: relative;
  }

  nav[role='navigation'] a.is-active {
    color: #FF0900;
    color: var(--primary-color);
  }

  nav[role='navigation'] a.is-active:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FF0900;
    background: var(--primary-color);
  }
}

@media (max-width: 767px) {

  nav[role='navigation'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s;
  }

  nav[role='navigation'] ul {
    background: #FFFFFF;
    background: var(--white);
    margin: 0;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 80%;
    max-width: 400px;
    min-width: 300px;
    transition: 1s;
  }

  nav[role='navigation'] a {
    color: #000000 !important;
    color: var(--black) !important;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    line-height: 1em;
    margin-bottom: 30px;
    display: inline-block;
  }

  nav[role='navigation'] a:hover,
      nav[role='navigation'] a.is-active {
    color: #FF0900 !important;
    color: var(--primary-color) !important;
    border-bottom-color: #FF0900;
    border-bottom-color: var(--primary-color);
  }

  nav[role='navigation'].is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  nav[role='navigation'].is-active ul {
    right: 0;
  }
}

header .mobile-button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
}

@media (min-width: 768px) {

  header .mobile-button {
    display: none;
  }
}

header .mobile-button.is-active {
  position: fixed;
  z-index: 10000;
}

.hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 18px;
  cursor: pointer

}

.hamburger-menu .bar,
  .hamburger-menu .bar:after,
  .hamburger-menu .bar:before {
  width: 25px;
  height: 3px;
}

.hamburger-menu .bar {
  position: relative;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  background: #E5E5E5;
  transition: all 0ms 300ms;
}

.hamburger-menu .bar.animate {
  background: rgba(0, 0, 0, 0);
}

.hamburger-menu .bar:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #E5E5E5;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background: #E5E5E5;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000000;
  background: var(--black);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000000;
  background: var(--black);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

footer {
  padding: 60px 0 40px
}

footer.in-view ul.locations li,
    footer.in-view div.links a,
    footer.in-view div.links hr,
    footer.in-view .col {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer.in-view ul.locations li:nth-child(1)::after {
  opacity: 1;
  transition-delay: 400ms;
}

footer.in-view ul.locations li:nth-child(2) {
  transition-delay: 100ms;
}

footer.in-view ul.locations li:nth-child(2)::after {
  opacity: 1;
  transition-delay: 500ms;
}

footer.in-view ul.locations li:nth-child(3) {
  transition-delay: 200ms;
}

footer.in-view ul.locations li:nth-child(3)::after {
  opacity: 1;
  transition-delay: 600ms;
}

footer.in-view ul.locations li:nth-child(4) {
  transition-delay: 300ms;
}

footer.in-view ul.locations li:nth-child(4)::after {
  opacity: 1;
  transition-delay: 700ms;
}

footer.in-view ul.locations li:nth-child(5) {
  transition-delay: 400ms;
}

footer.in-view ul.locations li:nth-child(5)::after {
  opacity: 1;
  transition-delay: 800ms;
}

footer.in-view ul.locations li:nth-child(6)::after {
    opacity: 1;
    transition-delay: 900ms;
}

footer.in-view ul.locations li:nth-child(6) {
  transition-delay: 500ms;
}

footer.in-view ul.locations li:nth-child(7) {
    transition-delay: 600ms;
}

footer.in-view div.links a {
  transition-delay: 600ms;
}

footer.in-view div.links hr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition-delay: 700ms;
  margin: 0px 20px;
}

footer.in-view .col {
  transition-delay: 800ms;
}

footer div.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

footer ul.locations {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
}

footer ul.locations li {
  position: relative;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .15em;
  color: #898989;
  color: var(--gray-text);
}

footer ul.locations li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  right: -3px;
  top: calc(50% - 3px);
  border-radius: 999px;
  background-color: #898989;
  background-color: var(--gray-text);
  opacity: 0;
  transition: opacity 350ms ease;
}

footer ul.locations li,
  footer div.links a,
  footer .col {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  transition: opacity 350ms, -webkit-transform 500ms ease;
  transition: opacity 350ms, transform 500ms ease;
  transition: opacity 350ms, transform 500ms ease, -webkit-transform 500ms ease;
}

footer div.links {
  width: 100%;
  display: inline-flex;
  margin: 0 auto 30px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 420px) {

footer.in-view ul.locations li:nth-child(3)::after, footer.in-view ul.locations li:nth-child(5)::after, footer.in-view ul.locations li:nth-child(1)::after { display:none;}

  footer div.links {
    display: flex;
    flex-wrap: wrap;
  }
}

footer div.links a {
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 420px) {

  footer div.links a {
    width: 100%;
  }
}

footer div.links a.email {
  font-size: 18px;
  color: #FF0900;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
}

.instagram img {
    margin: 0px 0px 3px 10px;
}

@media (max-width: 420px) {

  footer div.links a.email, footer div.links a.phone {
    margin-bottom: 10px;
  }
}

footer div.links hr {
  display: inline-block;
  margin: 0;
  width: 2px;
  background-color: #898989;
  background-color: var(--gray-text);
  border: 0;
  height: 20px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 750ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 750ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 750ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 750ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 420px) {

  footer div.links hr {
    display: none;
  }
}

footer div.links a.phone, footer div.links a.instagram {
  font-size: 16px;
  color: #FF0900;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
}


footer .col p {
  margin: 0;
  font-size: 12px;
  color: #525252;
  opacity: .5;
}

/* ====================================================

              Module: Hero Layout

  works with theses inline classes:
  .img-on-left | .img-on-left | .text-box-drop

==================================================== */

.m--hero-layout {
  /*  Text box drop layout
  --------------------------------------------- */
}

.m--hero-layout.text-box-drop .col-wrap {
  padding-bottom: 10%;
}

@media (max-width: 800px) {

  .m--hero-layout.text-box-drop .col-wrap {
    padding-bottom: 0;
  }
}

.m--hero-layout {/*Image on left layout
  --------------------------------------------- */
}

.m--hero-layout.img-on-left .col-wrap {
  display: flex;
}

@media (max-width: 800px) {

  .m--hero-layout.img-on-left .col-wrap {
    flex-direction: column-reverse;
  }
}

.m--hero-layout.img-on-left .col-left {
  width: 30.4%;
  position: relative;
  margin-left: 6%;
}
.m--hero-layout.img-on-left.google-hardware-gif-section .col-left {

    width: 38%;
    position: relative;
    margin-left: 10%;
}

@media (max-width: 800px) {

  .m--hero-layout.img-on-left .col-left {
    margin-top: -28%;
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0 6%;
  }
}

.m--hero-layout.img-on-left .col-right {
  width: 63.6%;
}

/*.google-hardware .m--hero-layout.img-on-left .col-right {
    width: 57.6%;
}*/

.google-hardware .m--hero-layout.img-on-left.google-hardware-gif-section .col-right {
    width: 40%;
    margin-left: 5%;
    padding-top: 10%;

}

.google-hardware-gif-section{
padding-bottom: 200px;
}

.google-maps-platform .wrkdetl-project .inner-max-container, .coinbase .wrkdetl-project .inner-max-container, .stadia .wrkdetl-project .inner-max-container, .salesforce .wrkdetl-project .inner-max-container, .surveymonkey .wrkdetl-project .inner-max-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}


.stadia .wrkdetl-project .inner-max-container, .google-maps-platform-detail .inner-max-container.start {
    align-items: start;
}


.google-hardware .wrkdetl-project .inner-max-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 801px) {

.google-maps-platform .wrkdetl-project .inner-max-container img, .coinbase .wrkdetl-project .inner-max-container img, .stadia .wrkdetl-project .inner-max-container img, .salesforce .wrkdetl-project .inner-max-container img, .surveymonkey .wrkdetl-project .inner-max-container img, .google-hardware .wrkdetl-project .inner-max-container img {
    width: 50%;
    height: auto;
    padding: 0px 10px;
}
}

@media (max-width: 800px) {

.google-hardware-gif-section .img-wrap {
    margin-top: 100px !important;
}

  .m--hero-layout.img-on-left .col-right {
    width: 100% !important;
  }
}

.m--hero-layout {/*Image on right layout
  --------------------------------------------- */
}

.m--hero-layout.img-on-right .col-wrap {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

  .m--hero-layout.img-on-right .col-wrap {
    flex-direction: column-reverse;
  }
}

.m--hero-layout.img-on-right .col-left {
  width: 30.4%;
  position: relative;
  margin-right: 6%;
}

@media (max-width: 800px) {

  .m--hero-layout.img-on-right .col-left {
    margin-top: -28%;
    margin-left: 0;
    width: 100%;
    padding: 0 6%;
  }
}

.m--hero-layout.img-on-right .col-right {
  width: 63.6%;
}

@media (max-width: 800px) {

  .m--hero-layout.img-on-right .col-right {
    width: 100%;
  }
}

.m--hero-layout {/*Image wrap
  --------------------------------------------- */
}

.m--hero-layout .img-wrap {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 740px;
}

.google-hardware-gif-section .img-wrap {
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  max-height: 800px;
}

.m--hero-layout .img-wrap:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 83%;
}

.google-hardware-gif-section .img-wrap:before {
    padding-top: 100% !important;
}

.m--hero-layout {/*Text wrap
  --------------------------------------------- */
}

.m--hero-layout .text-wrap {
  background: #F0F0F0;
  background: var(--gray-bg);
}

@media (min-width: 801px) {

  .m--hero-layout .text-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 115%;
    height: auto;
    padding: 25% 12% 48%;
  }
}

@media (max-width: 800px) {

  .m--hero-layout .text-wrap {
    padding: 10% 8% 10%;
  }
}

@media (min-width: 801px) {

  .m--hero-layout.img-on-right .text-wrap {
    right: 0;
  }
}

.m--hero-layout.text-box-drop .text-wrap {
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: -15%;
}

.m--hero-layout {/*Tagline
  --------------------------------------------- */
}

.m--hero-layout .tagline {
  color: #FF0900;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
}

.m--hero-layout .tagline.normal-case {
  text-transform: none;
}

.m--hero-layout {/*typography style
  --------------------------------------------- */
}

.m--hero-layout h1,
  .m--hero-layout p {
  max-width: 280px;
}

.google-hardware-gif-section p {
  max-width: 400px;
}

.m--hero-layout h1 {
  margin: 0;
  display: block;
  font-size: 42px;
  line-height: 1.25em;
}

@media (max-width: 800px) {

  .m--hero-layout h1 {
    line-height: 1.25em;
  }
}

.m--hero-layout h1 span {
  color: #FF0900;
  color: var(--primary-color);
}

.m--hero-layout p {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #898989;
  color: var(--gray-text);
  line-height: 1.5em;
}

@media (max-width: 480px) {

  .m--hero-layout p {
    font-size: 20px;
  }
}

/* ====================================================

              Module: Feature 3 column

==================================================== */

.m--feature-3-col {
  opacity: 0;
  transition: opacity 350ms
}

.m--feature-3-col.in-view {
  opacity: 1;
}

.m--feature-3-col.in-view .col:first-child p {
  transition-delay: 150ms;
}

.m--feature-3-col.in-view .col:nth-child(2) h4 {
  transition-delay: 150ms;
}

.m--feature-3-col.in-view .col:nth-child(2) p {
  transition-delay: 225ms;
}

.m--feature-3-col.in-view .col:nth-child(3) h4 {
  transition-delay: 225ms;
}

.m--feature-3-col.in-view .col:nth-child(3) p {
  transition-delay: 300ms;
}

.m--feature-3-col.in-view h4,
    .m--feature-3-col.in-view p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m--feature-3-col .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {

  .m--feature-3-col .container {
    flex-wrap: wrap;
  }
}

.m--feature-3-col .col {
  width: 31.33333%;
  padding-right: 5%;
}

@media (max-width: 800px) {

  .m--feature-3-col .col {
    width: 45%;
    margin-bottom: 10%;
    padding-right: 0;
  }
}

@media (max-width: 480px) {

  .m--feature-3-col .col {
    width: 100%;
  }
}

.m--feature-3-col h4,
  .m--feature-3-col p {
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  transition: opacity 350ms, -webkit-transform 500ms ease;
  transition: opacity 350ms, transform 500ms ease;
  transition: opacity 350ms, transform 500ms ease, -webkit-transform 500ms ease;
}

.m--feature-3-col h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}

@media (max-width: 480px) {

  .m--feature-3-col h4 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {

  .m--feature-3-col h4 br {
    display: none;
  }
}

.m--feature-3-col p {
  color: #898989;
  color: var(--gray-text);
  font-weight: 300;
  line-height: 1.4em;
  font-size: 22px;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {

  .m--feature-3-col p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {

  .m--feature-3-col p {
    font-size: 20px;
  }
}

/* Pages */

section.home-hero {
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

@media (max-width: 800px) {

  section.home-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

section.home-hero .home-hero-wrapper {
  position: relative;
  overflow: hidden;
  background: #000000;
  display: none;
}

section.home-hero .home-hero-wrapper  * {
  outline: none;
}

section.home-hero .hero-slider-container .slick-track {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  top: auto;
  left: auto;
}

@media (max-width: 800px) {

  section.home-hero .hero-slider-container .slick-track {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

section.home-hero .hero-slider-container .slide {
  height: 100%;
  width: 100%;
}

@media (max-width: 800px) {

  section.home-hero .hero-slider-container .slide {
    position: relative;
    box-sizing: border-box;
  }

  section.home-hero .hero-slider-container .slide > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }

  section.home-hero .hero-slider-container .slide:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {

  section.home-hero .hero-slider-container .slide {
    position: relative;
    box-sizing: border-box;
  }

  section.home-hero .hero-slider-container .slide > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }

  section.home-hero .hero-slider-container .slide:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 133.33333333333331%;
    box-sizing: border-box;
  }
}

section.home-hero .hero-slider-container .slide {/*& .container {
        max-width: var(--inner-max-width);
        margin: 0 auto;
      } */
}

section.home-hero .hero-slider-container .slide .inner-max-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

section.home-hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0;
  display: none;
}

@media (min-width: 1501px) {

  section.home-hero figure[data-index="1"] {
    display: block;
  }
}

@media (max-width: 1500px) {

  section.home-hero figure[data-index="1"] {
    display: none;
  }

  section.home-hero figure[data-index="2"] {
    display: block;
  }

  section.home-hero figure[data-index="3"] {
    display: none;
  }

  section.home-hero figure[data-index="4"] {
    display: none;
  }

  section.home-hero figure[data-index="5"] {
    display: none;
  }
}

@media (max-width: 1200px) {

  section.home-hero figure[data-index="1"] {
    display: none;
  }

  section.home-hero figure[data-index="2"] {
    display: none;
  }

  section.home-hero figure[data-index="3"] {
    display: block;
  }

  section.home-hero figure[data-index="4"] {
    display: none;
  }

  section.home-hero figure[data-index="5"] {
    display: none;
  }
}

@media (max-width: 800px) {

  section.home-hero figure[data-index="1"] {
    display: none;
  }

  section.home-hero figure[data-index="2"] {
    display: none;
  }

  section.home-hero figure[data-index="3"] {
    display: none;
  }

  section.home-hero figure[data-index="4"] {
    display: block;
  }

  section.home-hero figure[data-index="5"] {
    display: none;
  }
}

@media (max-width: 180px) {

  section.home-hero figure[data-index="1"] {
    display: none;
  }

  section.home-hero figure[data-index="2"] {
    display: none;
  }

  section.home-hero figure[data-index="3"] {
    display: none;
  }

  section.home-hero figure[data-index="4"] {
    display: none;
  }

  section.home-hero figure[data-index="5"] {
    display: block;
  }
}

section.home-hero .container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

section.home-hero .copy {
  width: 100%;
  max-width: 600px;
  padding-bottom: 84px;
}

@media (max-width: 800px) {

  section.home-hero .copy {
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {

  section.home-hero .copy {
    padding-bottom: 35px;
  }
}

section.home-hero .slick-current h1 {
  -webkit-animation: fade-in-down 750ms forwards 250ms;
          animation: fade-in-down 750ms forwards 250ms;
}

section.home-hero .slick-current p {
  -webkit-animation: fade-in-down 750ms forwards 475ms;
          animation: fade-in-down 750ms forwards 475ms;
}

section.home-hero .slick-current a {
  -webkit-animation: fade-in-down 750ms forwards 650ms;
          animation: fade-in-down 750ms forwards 650ms;
}

section.home-hero figure {
  -webkit-animation: fade-in-scale 1000ms forwards;
          animation: fade-in-scale 1000ms forwards;
}

section.home-hero h1,
  section.home-hero p,
  section.home-hero a {
  opacity: 0;
}

section.home-hero h1 {
  font-weight: bold;
  color: #FF0900;
  color: var(--primary-color);
  font-size: 80px;
  font-size: calc(38px + 42 * ((100vw - 420px) / 860));
  margin: 0 0 20px;
}

@media screen and (min-width: 1280px) {

  section.home-hero h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 420px) {

  section.home-hero h1 {
    font-size: 38px;
  }
}

section.home-hero p {
  line-height: 1.5em;
  font-size: calc(18px + 4 * ((100vw - 420px) / 860));
  letter-spacing: 1.1px;
  color: #FFFFFF;
  margin: 0 0 8%;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {

  section.home-hero p {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {

  section.home-hero p {
    font-size: 18px;
  }
}

section.home-hero a {
  color: #FF0900;
  color: var(--primary-color);
  font-size: calc(18px + 4 * ((100vw - 420px) / 860));
  font-weight: 500;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {

  section.home-hero a {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {

  section.home-hero a {
    font-size: 18px;
  }
}

section.home-hero a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

section.home-hero svg {
  margin-left: 10px;
  fill: transparent;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

section.home-hero {/*progress bar */
}

section.home-hero .slider-progress {
  position: absolute;
  right: 6%;
  bottom: 65px;
  width: 40%;
  max-width: 292px;
  height: 3px;
  background: #fff;
  opacity: 0;
  -webkit-animation: fade-in 1000ms forwards 500ms;
          animation: fade-in 1000ms forwards 500ms;
}

@media (max-width: 480px) {

  section.home-hero .slider-progress {
    bottom: 15px;
    display: none;
  }
}

section.home-hero .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #FF0900;
  background: var(--primary-color);
}

section.home-hero .slick-dot-wrap {
  position: absolute;
  bottom: 65px;
  width: 40%;
  max-width: 292px;
  opacity: 0;
  -webkit-animation: fade-in 1000ms forwards 500ms;
          animation: fade-in 1000ms forwards 500ms;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  max-width: 1700px;
  max-width: var(--inner-max-width);
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.home-hero .slick-dots {
  position: absolute;
  right: 6%;
  right: var(--desktop-gutter);
  width: 40%;
  max-width: 292px;
  opacity: 0;
  -webkit-animation: fade-in 1000ms forwards 500ms;
          animation: fade-in 1000ms forwards 500ms;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  max-width: 292px;
}

@media (max-width: 480px) {

  section.home-hero .slick-dots {
    display: none;
  }
}

section.home-hero .slick-dots li {
  list-style: none;
  padding: 0;
  height: 3px;
  background: #fff;
  display: inline-block;
  flex: 1;
  cursor: pointer;
}

section.home-hero .slick-dots li:last-of-type {
  margin-right: 0;
}

section.home-hero .slick-dots li.slick-active {
  background: #FF0900;
  background: var(--primary-color);
}

section.home-hero .slick-dots button {
  display: none;
}

.slider-counter-container {
  position: absolute;
  width: 100%;
  max-width: 1700px;
  max-width: var(--inner-max-width);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-counter {
  position: absolute;
  right: 6%;
  bottom: 85px;
  width: 40%;
  max-width: 292px;
  opacity: 0;
  -webkit-animation: fade-in 1000ms forwards 500ms;
          animation: fade-in 1000ms forwards 500ms;
  text-align: right;
  color: #FF0900;
  color: var(--primary-color);
  font-size: 20px;
}

@media (max-width: 480px) {

  .slider-counter {
    bottom: 35px;
  }
}

section.home-work-grid {
  width: 100%;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 7.2%;
          column-gap: 7.2%;
  padding-top: 85px;
}

@media (max-width: 800px) {

  section.home-work-grid {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

#w4 {
  transition-delay: 250ms;
}

div.home-work-item {
  width: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  transition: opacity 500ms, -webkit-transform 1000ms ease;
  transition: opacity 500ms, transform 1000ms ease;
  transition: opacity 500ms, transform 1000ms ease, -webkit-transform 1000ms ease
}

div.home-work-item.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.work-detail-item {
  width: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  transition: opacity 500ms, -webkit-transform 1000ms ease;
  transition: opacity 500ms, transform 1000ms ease;
  transition: opacity 500ms, transform 1000ms ease, -webkit-transform 1000ms ease

}

.work-detail-item:first-of-type {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);}

.inner .work-detail-item:last-of-type {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);}          

.work-detail-item.in-view, .inner .work-detail-item:last-of-type.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

div.home-work-item.in-view.item-top a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

div.home-work-item.in-view.item-top hr {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

div.home-work-item.item-top a {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  transition: opacity 500ms, -webkit-transform 1000ms ease;
  transition: opacity 500ms, transform 1000ms ease;
  transition: opacity 500ms, transform 1000ms ease, -webkit-transform 1000ms ease;
  transition-delay: 350ms;
}

div.home-work-item .headline {
  padding-bottom: 60px;
  background: white;
}

div.home-work-item .headline h4 {
  font-size: calc(38px + 4 * ((100vw - 420px) / 860));
  color: #1B1B1B;
  font-weight: bold;
  margin: 0 0 20px;
}

@media screen and (min-width: 1280px) {

  div.home-work-item .headline h4 {
    font-size: 42px;
  }
}

@media screen and (max-width: 420px) {

  div.home-work-item .headline h4 {
    font-size: 38px;
  }
}

div.home-work-item .headline h4 span {
  color: #FF0900;
  color: var(--primary-color);
}

div.home-work-item .headline hr {
  background-color: #FF0900;
  background-color: var(--primary-color);
  height: 4px;
  width: 27px;
  border: 0;
  margin: 0;
  text-align: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  transition-delay: 250ms;
}

div.home-work-item a {
  display: block;
  text-decoration: none;
}

div.home-work-item figure {
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}

div.home-work-item figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

div.home-work-item figure:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 100%;
  box-sizing: border-box;
}

div.home-work-item .copy {
  padding: 35px 0 90px;
}

div.home-work-item h5 {
  font-weight: bold;
  font-size: 34px;
  color: #1B1B1B;
  margin: 0 0 10px;
}

div.home-work-item p {
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #898989;
  color: var(--gray-text);
  margin: 0;
}

section.home-who-we-are {
  padding: 40px 0 60px;
}

@media (max-width: 480px) {

  section.home-who-we-are {
    padding-top: 0;
  }
}

section.home-who-we-are.in-view path.map-dot {
  opacity: 1;
}

section.home-who-we-are.in-view path.map-dot:nth-child(2) {
  transition-delay: 100ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(3) {
  transition-delay: 200ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(4) {
  transition-delay: 300ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(5) {
  transition-delay: 400ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(6) {
  transition-delay: 500ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(7) {
  transition-delay: 600ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(8) {
  transition-delay: 700ms;
}

section.home-who-we-are.in-view path.map-dot:nth-child(9) {
  transition-delay: 800ms;
}

section.home-who-we-are.in-view .teap-map {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section.home-who-we-are.in-view article {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section.home-who-we-are .radial-circle {
  //opacity: 0.5;
}

section.home-who-we-are .radial-circle:nth-child(1) {
  left: 8.30%;
  top: 7.10%;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

section.home-who-we-are .radial-circle:nth-child(2) {
  left: 18.85%;
  top: 29.1%;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

section.home-who-we-are .radial-circle:nth-child(3) {
  left: 1.95%;
  top: 40%;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

section.home-who-we-are .radial-circle:nth-child(4) {
  left: 4.05%;
  top: 40%;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

section.home-who-we-are .radial-circle:nth-child(5) {
  left: 1.95%;
  top: 43.9%;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

section.home-who-we-are .radial-circle:nth-child(6) {
  left: 8.35%;
  top: 58.5%;
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

section.home-who-we-are .radial-circle:nth-child(7) {
  left: 67.35%;
  top: 40.3%;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

section.home-who-we-are .radial-circle:nth-child(8) {
  left: 71.55%;
  top: 47.3%;
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

section.home-who-we-are .radial-circle:nth-child(9) {
  left: 86.25%;
  top: 43.8%;
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

section.home-who-we-are .teap-map {
  position: relative;
  z-index: 2;
  width: 65%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: 1s;
}

@media (max-width: 800px) {

  section.home-who-we-are .teap-map {
    width: 100%;
  }
}

section.home-who-we-are .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 800px) {

  section.home-who-we-are .container {
    flex-direction: column;
  }
}

section.home-who-we-are figure {
  flex-basis: 60%;
  margin: 0;
}

@media (max-width: 800px) {

  section.home-who-we-are figure {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}

section.home-who-we-are img {
  width: 100%;
  height: auto;
}

section.home-who-we-are svg {
  width: 100%;
}

section.home-who-we-are .link svg {
  width: 20px;
}

section.home-who-we-are path.map-dot {
  opacity: 0;
  transition: opacity 1000ms;
}

section.home-who-we-are article {
  flex-basis: 34%;
  background: #F0F0F0;
  background: var(--gray-bg);
  padding: 6% 4.4% 70px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: 1s;
  transition-delay: 0.35s;
}

@media (max-width: 800px) {

  section.home-who-we-are article {
    flex-basis: 100%;
    padding: 50px;
  }
}

section.home-who-we-are h5 {
  line-height: 40px;
  font-size: 34px;
  color: #1B1B1B;
  font-weight: bold;
}

section.home-who-we-are h5 span {
  color: #FF0900;
  color: var(--primary-color);
}

section.home-who-we-are p {
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #898989;
  color: var(--gray-text);
}

@media (max-width: 800px) {

  section.home-who-we-are p {
    font-size: 20px;
  }
}

section.home-who-we-are a {
  color: #FF0900;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 800px) {

  section.home-who-we-are a {
    font-size: 20px;
  }
}

figure.team-map path {
  opacity: 0;
  transition: opacity 500ms;
}

section.home-contact {
  min-height: 500px;
  margin-bottom: 100px;
}

@media (max-width: 800px) {

  section.home-contact {
    margin-bottom: 50px;
  }
}

section.home-contact.in-view .copy::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

section.home-contact.in-view .copy-inner {
  -webkit-animation: fade-in-down 750ms forwards 250ms;
          animation: fade-in-down 750ms forwards 250ms;
}

section.home-contact.in-view figure {
  -webkit-animation: fade-in-up 750ms forwards 250ms;
          animation: fade-in-up 750ms forwards 250ms;
}

@media (max-width: 800px) {

  section.home-contact {
    min-height: auto;
  }
}

section.home-contact .container {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  padding-right: 0;
}

@media (max-width: 800px) {

  section.home-contact .container {
    flex-direction: column;
    padding: 0;
  }
}

section.home-contact figure {
  flex-basis: 66%;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  box-sizing: border-box;
}

section.home-contact figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

section.home-contact figure:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 81.7467248908297%;
  box-sizing: border-box;
}

@media (max-width: 800px) {

  section.home-contact figure {
    flex-basis: 100%;
    order: 1;
  }
}

section.home-contact article {
  flex-basis: 39%;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
}

@media (max-width: 800px) {

  section.home-contact article {
    flex-basis: 100%;
    order: 2;
    margin: 0 7.4%;
    margin: 0 var(--mobile-gutter);
  }
}

section.home-contact .copy {
  position: absolute;
  width: 110%;
  z-index: 1;
  margin-top: 40px;
  padding: 15% 50px 17%;
}

section.home-contact .copy::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  background: var(--gray-bg);
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 800px) {

  section.home-contact .copy {
    position: relative;
    width: 100%;
    margin-top: -80px;
    padding: 50px 50px;
  }
}

section.home-contact .copy-inner,
  section.home-contact figure {
  opacity: 0;
}

section.home-contact h5 {
  line-height: 40px;
  font-size: 34px;
  color: #1B1B1B;
  margin: 0;
  font-weight: bold;
}

section.home-contact h5 span {
  color: #FF0900;
  color: var(--primary-color);
}

section.home-contact p {
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #898989;
  color: var(--gray-text);
  max-width: 420px;
}

@media (max-width: 800px) {

  section.home-contact p {
    max-width: 100%;
  }
}

@media (max-width: 800px) {

  section.home-contact p {
    font-size: 20px;
  }
}

section.home-contact a {
  color: #FF0900;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 800px) {

  section.home-contact a {
    font-size: 20px;
  }
}

section.home-contact a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

section.home-contact svg {
  fill: transparent;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ====================================================

              About Page: Common Styles

==================================================== */

body.about h1 {
  margin: 0 0 50px 0;
  font-size: 42px;
}

@media (max-width: 480px) {

  body.about h1 {
    font-size: 38px;
  }
}

/* ====================================================

              Hero and Intro

==================================================== */

.about-hero {
  padding-top: 200px;

}

@media (max-width: 800px) {

  .about-hero {
    padding-top: 150px;
  }
}

.about-hero.m--hero-layout .text-wrap {
  padding: 10% 12% 10%;
}

.about-hero.m--hero-layout h1,
  .about-hero.m--hero-layout p {
  max-width: none;
}

.about-hero.m--hero-layout h1 {
  margin-bottom: 20px;
}

@media (min-width: 1573px) {

  .about-hero.m--hero-layout.img-on-left .col-left {
    width: calc(100% - 1000px);
    //margin-left: 18%;
  }
}

@media (min-width: 1573px) {

  .about-hero.m--hero-layout.img-on-left .col-right {
    max-width: 1000px;
    margin: 0 0 0 auto;
  }
}

.about-intro {
  margin-top: 95px;
}

@media (max-width: 1200px) {

  .about-intro {
    margin-top: 100px;
  }
}

@media (max-width: 800px) {

  .about-intro {
    margin-top: 55px;
  }
}

@media (max-width: 480px) {

  .about-intro {
    margin-top: 35px;
  }
}

/* ====================================================

              What to Do section

==================================================== */

.about-what-hero {
  padding-top: 195px;
}

@media (max-width: 1200px) {

  .about-what-hero {
    padding-top: 70px;
  }
}

@media (max-width: 800px) {

  .about-what-hero {
    padding-top: 46px;
  }
}

@media (max-width: 480px) {

  .about-what-hero {
    padding-top: 52px;
  }
}

.about-what-hero .img-wrap:before {
  padding-top: 61.85%;
}

.about-intro.m--feature-3-col h4 {
  max-width: 200px;
}

.about-hero.m--hero-layout p {
  line-height: 1.4em;
  max-width: 500px;
}

.about-what-hero.m--hero-layout.img-on-right .col-left {
  //margin-top: -18%;
}

.about-what-hero.m--hero-layout.img-on-right .col-left .text-wrap {
  //top: 18%;
}

.about-what-hero.m--hero-layout .text-wrap {
  padding: 10% 12% 10%;
}

.about-what-hero.m--hero-layout h1,
  .about-what-hero.m--hero-layout p {
  max-width: none;
}

.about-what-hero.m--hero-layout h1 {
  margin-bottom: 20px;
}

@media (max-width: 800px) {

  .about-what-hero.m--hero-layout .img-wrap {
    background-position: bottom center;
  }
}

@media (max-width: 800px) {

  .about-what-hero.m--hero-layout .img-wrap:before {
    padding-top: 80%;
  }
}

@media (min-width: 801px) {

  .about-what-hero.m--hero-layout.img-on-right .col-right {
    width: 75%;
  }
}

@media (min-width: 801px) {

  .about-what-hero.m--hero-layout.img-on-right .col-left {
    width: 40%;
    margin-right: 9%;
  }
}

.about-what-intro {
  margin-top: 50px;

}

@media (max-width: 1200px) {

  .about-what-intro {
    margin-top: 120px;
  }
}

@media (max-width: 800px) {

  .about-what-intro {
    margin-top: 50px;
  }
}

/* ====================================================

              Leadership section

==================================================== */

.about-leadership {
  margin-top: 100px;
  overflow: hidden;

}

@media (max-width: 800px) {

  .about-leadership {
    margin-top: 70px;
  }
}

@media (max-width: 480px) {

  .about-leadership {
    margin-top: 40px;
  }
}

.about-leadership * {
  outline: none;
}

.about-leadership svg {
  fill: transparent;
}

.about-leadership .container {
  padding-right: 0;
}

@media (max-width: 480px) {

  .about-leadership .leader-container.is-slider {
    display: none;
  }
}

.about-leadership .slick-list {
  left: -25px;
}

.about-leadership .leader-container.none-slider {
  display: none;
}

@media (max-width: 480px) {

  .about-leadership .leader-container.none-slider {
    display: block;
    padding: 0 6%;
  }
}

.about-leadership .leader-view-wrap {
  left: 6%;
  width: 118%;
  position: relative;
}

@media (min-width: 1451px) {

  .about-leadership .leader-view-wrap {
    width: 110%;
  }
}

@media (max-width: 800px) {

  .about-leadership .leader-view-wrap {
    width: 130%;
  }
}

@media (max-width: 480px) {

  .about-leadership .leader-view-wrap {
    left: 0;
    width: 100%;
  }
}

.about-leadership h4 {
  font-size: 28px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {

  .about-leadership h4 {
    font-size: 30px;
  }
}

.about-leadership p {
  font-size: 18px;
  margin: 0;
}

.about-leadership p.link {
  color: #FF0900;
  color: var(--primary-color);
  margin-top: 20px;
  display: none;
  position: relative;
}

@media (max-width: 480px) {

  .about-leadership p.link {
    display: inline-block;
  }
}

.about-leadership p.link svg {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
  display: inline-block;
  vertical-align: initial;
  transition: 0.35s;
}

.about-leadership .content-box {
  margin: 0 25px;
  cursor: pointer;
}

@media (max-width: 1200px) {

  .about-leadership .content-box {
    margin: 0 20px;
  }
}

@media (max-width: 800px) {

  .about-leadership .content-box {
    margin: 0 25px;
  }
}

@media (max-width: 480px) {

  .about-leadership .content-box {
    margin: 0 0 50px 0;
  }
}

.about-leadership .content-box:hover p.link svg {
  margin-left: 15px;
}

.about-leadership figure {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  position: relative;
  box-sizing: border-box;
}

.about-leadership figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.about-leadership figure:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 100%;
  box-sizing: border-box;
}

.about-leadership .slick-dots {
  width: 30%;
  margin: 0;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.about-leadership .slick-dots.is-hidden {
  display: none;
}

.about-leadership .slick-dots li {
  background: rgba(0, 0, 0, .12);
  list-style: none;
  height: 5px;
  width: 10%;
  position: relative;
  transition: 0.25s;
  margin-right: 3px;
}

.about-leadership .slick-dots li.slick-active {
  background: #FF0900;
  background: var(--primary-color);
}

.about-leadership .slick-dots button {
  display: none;
}

.about-leadership .arrow-nav {
  margin-top: 50px;
  display: flex;
}

.about-leadership .arrow-nav.is-hidden {
  display: none;
}

@media (max-width: 480px) {

  .about-leadership .arrow-nav {
    display: none;
  }
}

.about-leadership .arrow-nav .prev,
    .about-leadership .arrow-nav .next {
  width: 60px;
  height: 50px;
  cursor: pointer;
}

.about-leadership .arrow-nav .prev:hover *, .about-leadership .arrow-nav .next:hover * {
  fill: #FF0900;
  fill: var(--primary-color);
  opacity: 1;
}

.about-leadership .arrow-nav svg {
  display: block;
  width: 20px;
  height: 100%;
}

/* ====================================================

              By the Number section

==================================================== */

.about-numbers {
  margin-top: 10%;
  margin-bottom: 150px
}

.about-numbers.in-view .col {/*@for $i from 1 to 5 {
      &:nth-child($(i)) {
        & figure {
          transition-delay: $(i) * 1s;
        }
      }
    } */
}

.about-numbers.in-view .col:nth-child(2) figure {
  transition-delay: 100ms;
}

.about-numbers.in-view .col:nth-child(2) span {
  transition-delay: 100ms;
}

.about-numbers.in-view .col:nth-child(2) p {
  transition-delay: 300ms;
}

.about-numbers.in-view .col:nth-child(3) figure {
  transition-delay: 300ms;
}

.about-numbers.in-view .col:nth-child(3) span {
  transition-delay: 300ms;
}

.about-numbers.in-view .col:nth-child(3) p {
  transition-delay: 500ms;
}

.about-numbers.in-view .col:nth-child(4) figure {
  transition-delay: 500ms;
}

.about-numbers.in-view .col:nth-child(4) span {
  transition-delay: 500ms;
}

.about-numbers.in-view .col:nth-child(4) p {
  transition-delay: 700ms;
}

.about-numbers.in-view .col:nth-child(5) figure {
  transition-delay: 700ms;
}

.about-numbers.in-view .col:nth-child(5) span {
  transition-delay: 700ms;
}

.about-numbers.in-view .col:nth-child(5) p {
  transition-delay: 900ms;
}

.about-numbers.in-view .col figure,
    .about-numbers.in-view .col span,
    .about-numbers.in-view .col p {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-numbers.in-view .col span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 480px) {

  .about-numbers {
    margin-top: 20%;
  }
}

.about-numbers .cols-container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 800px) {

  .about-numbers .cols-container {
    justify-content: space-between;
  }
}

.about-numbers .col {
  width: 22%;
  margin-bottom: 7%;
}

@media (min-width: 801px) {
  .google-hardware-about-text{margin-left:15px;}
  .about-numbers .col {
    margin-right: 17%;
  }

  .about-numbers .col:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {

  .about-numbers .col {
    width: 46%;
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {

  .about-numbers .col {
    width: 100%;
  }

  .about-numbers .col:last-child figure {
    display: none;
  }
}

.about-numbers figure {
  display: block;
  width: 100%;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: opacity 350ms, -webkit-transform 750ms ease;
  transition: opacity 350ms, transform 750ms ease;
  transition: opacity 350ms, transform 750ms ease, -webkit-transform 750ms ease;
  position: relative;
  box-sizing: border-box;
}

.about-numbers figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.about-numbers figure:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 71.42857142857143%;
  box-sizing: border-box;
}

.about-numbers .col span,
  .about-numbers .col i {
  display: inline-block;
  font-size: 140px;
  font-weight: 400;
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left;
          transform-origin: left;
  color: #000000;
  color: var(--black);
  opacity: 0;
  transition: opacity 750ms, -webkit-transform 750ms ease;
  transition: opacity 750ms, transform 750ms ease;
  transition: opacity 750ms, transform 750ms ease, -webkit-transform 750ms ease;
}

.about-numbers .col i {
  display: contents;
  font-style: normal;
}

.about-numbers .col span {
  white-space: nowrap;
}

.about-numbers .col span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27px;
  height: 4px;
  background: #FF0900;
  background: var(--primary-color);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 750ms ease;
  transition: transform 750ms ease;
  transition: transform 750ms ease, -webkit-transform 750ms ease;
}



.about-numbers p {
  margin: 0;
  color: #FF0900;
  color: var(--primary-color);
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  transition: opacity 350ms, -webkit-transform 750ms ease;
  transition: opacity 350ms, transform 750ms ease;
  transition: opacity 350ms, transform 750ms ease, -webkit-transform 750ms ease;
  text-transform: uppercase;
  line-height: 1.45em;
  font-size: 16px;
}

/* ====================================================

              Modal: Bio

==================================================== */

.modal--bio {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s


}

.modal--bio.is-active {
  opacity: 1;
  visibility: visible;
}

.modal--bio.is-active .title-col {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: 0.75s;
  transition-delay: 1.5s;
}

.modal--bio.is-active .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: 0.75s;
  transition-delay: 2s;
}

.modal--bio.is-active .img-box figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  transition-delay: 0.75s;
}

.modal--bio .wrapper {
  width: 100%;
  height: 100vh;
  max-width: 2500px;
  max-width: var(--max-width);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal--bio .inner-wrap {
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1050px;
  height: 100vh;
  right: 0;
  background: #FFFFFF;
  background: var(--white);
}

.modal--bio .img-box {
  background: #F6F6F6;
  width: 100%;
}

.modal--bio .img-box figure {
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.modal--bio .img-box figure:before {
  content: '';
  height: 0;
  display: block;
  padding-top: 46.5%;
}

@media (max-width: 480px) {

  .modal--bio .img-box figure:before {
    padding-top: 100%;
  }
}

.modal--bio {/*width setting */
}

.modal--bio .inner-wrap {
  width: 90%;
}

@media (max-width: 800px) {

  .modal--bio .inner-wrap {
    width: 100%;
  }
}

@media (min-width: 801px) {

  .modal--bio .content-col {
    width: calc(100% - 380px);
    max-width: 500px;
  }
}

.modal--bio .text-box {
  display: flex;
  padding-top: 70px;
}

@media (max-width: 800px) {

  .modal--bio .text-box {
    flex-direction: column;
    padding: 50px 5% 0;
  }
}

.modal--bio .title-col {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

@media (min-width: 801px) {

  .modal--bio .title-col {
    width: 380px;
    padding: 0 8.5% 0 7%;
  }
}

@media (max-width: 800px) {

  .modal--bio .title-col {
    width: 100%;
    margin-bottom: 40px;
  }
}

.modal--bio .title-col h1 {
  font-size: 42px;
  line-height: 1.4em;
  margin: 0 0 20px 0;
  word-break: initial;
}

@media (max-width: 800px) {

  .modal--bio .title-col h1 {
    font-size: 34px;
    margin-bottom: 5px;
  }
}

.modal--bio .title-col p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35em;
  color: #525252;
  color: var(--gray-text2);
}

.modal--bio .content-col {
  padding-right: 5%;
  padding-bottom: 80px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

@media (max-width: 800px) {

  .modal--bio .content-col {
    width: 100%;
  }
}

.modal--bio .content-col p {
  color: #525252;
  color: var(--gray-text2);
  font-size: 20px;
  line-height: 1.65em;
}

@media (max-width: 800px) {

  .modal--bio .content-col p {
    font-size: 18px;
  }
}

.modal--bio .content-col p:first-child {
  margin-top: 0;
}

.modal--bio .close-btn {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.6;
  z-index: 10;
}

.modal--bio .close-btn:hover {
  opacity: 1;
}

.modal--bio .close-btn:before,
  .modal--bio .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #FFFFFF;
  background-color: var(--white);
}

.modal--bio .close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal--bio .close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.work-wrap {
  padding-top: 200px;
}

@media (max-width: 800px) {

  .work-wrap {
    padding-top: 150px;
  }
}

.work-wrap .col-wrap {
  display: flex;
  padding-bottom: 12%;
}

@media (max-width: 800px) {

  .work-wrap .col-wrap {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }

  .work-wrap .col-wrap.alt {
    flex-direction: column;
  }
}

@media (max-width: 480px) {

  .work-wrap .col-wrap {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}

.work-wrap .col-wrap.alt .col-left {
  width: 63.6%;
  margin-left: 0;
}

@media (max-width: 800px) {

  .work-wrap .col-wrap.alt .col-left {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}

.work-wrap .col-wrap.alt .col-right {
  width: 30.4%;
  margin-right: 6%;
  position: relative;
}

@media (max-width: 800px) {

  .work-wrap .col-wrap.alt .col-right {
    margin-top: -50px;
    margin-right: 0;
    width: 100%;
    padding: 0 6%;
  }
}

@media (max-width: 480px) {

  .work-wrap .col-wrap.alt .col-right {
    margin-top: 0;
  }
}

@media (min-width: 801px) {

  .work-wrap .col-wrap.alt .text-wrap {
    margin-left: -15%;
  }
}

.work-wrap .col-left {
  width: 30.4%;
  margin-left: 6%;
  position: relative;
}

@media (max-width: 800px) {

  .work-wrap .col-left {
    margin-top: -50px;
    margin-left: 0;
    width: 100%;
    padding: 0 6%;
  }
}

@media (max-width: 480px) {

  .work-wrap .col-left {
    margin-top: 0;
  }
}

.work-wrap .col-right {
  width: 63.6%;
}

@media (max-width: 800px) {

  .work-wrap .col-right {
    width: 100%;
  }
}

.work-wrap .img-wrap {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}

.work-wrap .img-wrap > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.work-wrap .img-wrap:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 53.398058252427184%;
  box-sizing: border-box;
}

@media (max-width: 480px) {

  .work-wrap .img-wrap {
    margin: 0 6%;
    position: relative;
    box-sizing: border-box;
  }

  .work-wrap .img-wrap > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }

  .work-wrap .img-wrap:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 75%;
    box-sizing: border-box;
  }
}

.work-wrap .text-wrap {
  background: #F0F0F0;
  background: var(--gray-bg);
  position: relative;
  z-index: 2;
  display: block;
}

@media (min-width: 801px) {

  .work-wrap .text-wrap {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 115%;
    height: auto;
    padding: 40% 12% 15%;
  }
  
.work-wrap .text-wrap.google-wrap{
    top: 70%;
}
}

@media (max-width: 800px) {

  .work-wrap .text-wrap {
    padding: 10% 8% 10%;
  }
}

@media (max-width: 480px) {

  .work-wrap .text-wrap {
    padding: 10% 0;
    background: white;
  }
}

.work-wrap h2 {
  font-size: calc(32px + 10 * ((100vw - 420px) / 860));
  line-height: 1.3em;
  color: #1B1B1B;
  margin: 0;
  font-weight: bold;
}

@media screen and (min-width: 1280px) {

  .work-wrap h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 420px) {

  .work-wrap h2 {
    font-size: 32px;
  }
}

.work-wrap p {
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #898989;
  color: var(--gray-text);
  max-width: 420px;
}

@media (max-width: 800px) {

  .work-wrap p {
    max-width: 100%;
  }
}

.work-wrap a {
  color: #FF0900;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.work-wrap a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.work-wrap svg {
  margin-left: 10px;
  fill: transparent;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ====================================================

              Careers Page: Common Styles

==================================================== */

body.careers h1 {
  margin: 0 0 50px 0;
  font-size: 42px;
  line-height: 1.45em;
}

body.careers h1 span {
  color: #FF0900;
  color: var(--primary-color);
}

@media (max-width: 800px) {

  body.careers h1 {
    font-size: 38px;
  }
}

/* ====================================================

                    Hero

==================================================== */

.careers-hero {
  padding-top: 200px;
  margin-bottom: 110px;
}

@media (max-width: 800px) {

  .careers-hero {
    padding-top: 150px;
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {

  .careers-hero {
    margin-bottom: 70px;
  }
}

.careers-hero.m--hero-layout h1,
  .careers-hero.m--hero-layout p {
  max-width: 350px;
}

@media (max-width: 800px) {

  .careers-hero.m--hero-layout h1,
  .careers-hero.m--hero-layout p {
    max-width: 100%;
  }
}

.careers-hero.m--hero-layout h1 {
  margin-bottom: 20px;
}

@media (max-width: 800px) {

  .careers-hero.m--hero-layout h1 {
    line-height: 1.25em;
  }
}

.careers-hero.m--hero-layout .text-wrap {
  padding-bottom: 12%;
  padding-top: 12%;
}

@media (max-width: 800px) {

  .careers-hero.m--hero-layout .text-wrap {
    padding-bottom: 10%;
  }
}

/* ====================================================

                    Believe

==================================================== */

.careers-believe .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {

  .careers-believe .container {
    flex-wrap: wrap;
  }
}

.careers-believe .col-main {
  width: 28%;
}

@media (max-width: 800px) {

  .careers-believe .col-main {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

.careers-believe .col-main h1 {
  margin-bottom: 35px;
  line-height: 1.5em;
}

@media (max-width: 800px) {

  .careers-believe .col-main h1 {
    margin-bottom: 0;
    line-height: 1.25em;
    max-width: 250px;
  }
}

.careers-believe .col-main p {
  font-size: 22px;
  color: #525252;
  color: var(--gray-text2);
}

.careers-believe .col-content {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 800px) {

  .careers-believe .col-content {
    width: 100%;
  }
}

.careers-believe .box {
  width: 42%;
  margin-bottom: 80px;
}

@media (min-width: 801px) {

  .careers-believe .box:nth-child(1) {
    order: 1;
  }

  .careers-believe .box:nth-child(2) {
    order: 3;
  }

  .careers-believe .box:nth-child(3) {
    order: 5;
  }

  .careers-believe .box:nth-child(4) {
    order: 2;
  }

  .careers-believe .box:nth-child(5) {
    order: 4;
  }

  .careers-believe .box:nth-child(6) {
    order: 6;
  }
}

@media (max-width: 800px) {

  .careers-believe .box {
    margin-bottom: 50px;
    width: 100%;
  }
}

.careers-believe h2 {
  font-weight: 500;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  font-size: 40px;
  word-break: initial;
}

@media (max-width: 800px) {

  .careers-believe h2 {
    font-size: 30px;
  }
}

.careers-believe h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: #FF0900;
  background: var(--primary-color);
}

.careers-believe .number {
  font-size: 22px;
  color: #A7A7A7;
  margin-bottom: 8px;
  display: inline-block;
}

.careers-believe p {
  color: #525252;
  color: var(--gray-text2);
  font-weight: 300;
  line-height: 1.5em;
  font-size: 18px;
}

/* ====================================================

                    Highlight

==================================================== */

.careers-highlight {
  margin-top: 70px;
  margin-bottom: 100px;



}

@media (max-width: 800px) {

  .careers-highlight {
    margin-top: 30px;
  }
}

.careers-highlight .box-container {
  margin-left: 20%;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {

  .careers-highlight .box-container {
    margin-left: 0;
    width: 100%;
  }
}

.careers-highlight .box {
  width: 47%;
  margin-bottom: 6%;
  padding: 5% 6%;
  background: #F6F6F6;
}

@media (max-width: 650px) {

  .careers-highlight .box {
    width: 100%;
    margin-bottom: 60px;
    padding: 15% 12%;
  }
}

.careers-highlight .box a.link {
  color: #FF0900;
  color: var(--primary-color);
  font-size: 22px;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}

@media (max-width: 800px) {

  .careers-highlight .box a.link {
    font-size: 20px;
  }
}

.careers-highlight .box.black {
  background: #000000;
  background: var(--black);
}

.careers-highlight .box.black * {
  color: #FFFFFF;
  color: var(--white);
}

.careers-highlight h3 {
  margin: 0;
  font-size: 40px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {

  .careers-highlight h3 {
    font-size: 30px;
  }
}

@media (max-width: 650px) {

  .careers-highlight h3 {
    font-size: 40px;
  }
}

.careers-highlight h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 4px;
  background: #FF0900;
  background: var(--primary-color);
}

.careers-highlight p {
  color: #898989;
  color: var(--gray-text);
  font-weight: 300;
  line-height: 1.65em;
  font-size: 18px;
}

@media (max-width: 800px) {

  .careers-highlight p {
    font-size: 16px;
  }
}

@media (max-width: 650px) {

  .careers-highlight p {
    font-size: 18px;
    line-height: 1.7em;
  }
}

.careers-highlight svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  top: -4px;
  left: 7px;
  position: relative;
  transition: 0.35s;
}

.careers-highlight a.link:hover svg {
  left: 12px;
}

/* ====================================================

              Careers Page: Common Styles

==================================================== */

body.contact h1 {
  margin: 0 0 50px 0;
  font-size: 42px;
}

@media (max-width: 800px) {

  body.contact h1 {
    font-size: 38px;
  }

  body.contact h1 span {
    color: #FF0900;
    color: var(--primary-color);
  }
}

body.contact .m--hero-layout .img-wrap:before {
  //padding-top: 69.41%;
  padding-top: 73.41%;
}

/* ====================================================

                    Hero

==================================================== */

.contact-hero {
  padding-top: 200px;
  margin-bottom: 130px;
}

@media (max-width: 800px) {

  .contact-hero {
    padding-top: 150px;
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {

  .contact-hero {
    margin-bottom: 70px;
  }
}

.contact-hero.m--hero-layout h1,
  .contact-hero.m--hero-layout p {
  max-width: 350px;
}

@media (max-width: 800px) {

  .contact-hero.m--hero-layout h1,
  .contact-hero.m--hero-layout p {
    max-width: 100%;
  }
}

.contact-hero.m--hero-layout h1 span {
  color: #FF0900;
  color: var(--primary-color);
}

/* ====================================================

                    contact info

==================================================== */

.contact-info {
  margin-bottom: 70px


}

.contact-info .container {
  display: flex;
}

@media (max-width: 800px) {

  .contact-info .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.contact-info .col {
  width: 30%;
  padding-right: 5%;
}

@media (max-width: 800px) {

  .contact-info .col {
    width: 45%;
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {

  .contact-info .col {
    width: 100%;
  }
}

.contact-info h6 {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contact-info a {
  color: #FF0900;
  color: var(--primary-color);
  font-size: 22px;
  text-decoration: none;
}

.contact-info svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 0px;
  left: 7px;
  position: relative;
  transition: 0.35s;
}

.contact-info a:hover svg {
  left: 12px;
}

.top-page-padding {
  padding-top: 200px;
}

@media (max-width: 800px) {

  .top-page-padding {
    padding-top: 150px;
  }
}

/* ====================================================

                    Hero

==================================================== */

.work-detail-hero {
  padding-top: 200px;
  position: relative;
  z-index: 5;
}
.google-hardware-gif-section{  padding-top: 0px;}
.google-maps-platform .work-detail-hero{
    background-image: url(/img/work-detail/google-maps-platform/Hero.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.coinbase .work-detail-hero{
    background-image: url(/img/work-detail/coinbase/hero.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 100px;
}
.stadia .work-detail-hero{
    background-image: url(/img/work-detail/stadia/hero.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 100px;
    min-height: 950px;
}

.salesforce .work-detail-hero{
    background-image: url(/img/work-detail/salesforce/salesforce-hero.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 200px;
}

.surveymonkey .work-detail-hero{
    background-image: url(/img/work-detail/surveymonkey/hero.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 200px;
}
@media (max-width: 800px) {

  .work-detail-hero {
    padding-top: 150px;
  }
  .coinbase .work-detail-hero, .stadia .work-detail-hero, .salesforce .work-detail-hero, .surveymonkey .work-detail-hero{
    background-image: none;
    padding-bottom: 0px;
}
  .stadia .work-detail-hero{min-height:unset;}

  .coinbase .m--hero-layout .img-wrap {background-image: url('/img/work-detail/coinbase/hero-mobile.webp');
}

  .stadia .m--hero-layout .img-wrap {background-image: url('/img/work-detail/stadia/hero-mobile.webp');
}

  .salesforce .m--hero-layout .img-wrap {background-image: url('/img/work-detail/salesforce/salesforce-hero-mobile.webp');
}

  .surveymonkey .m--hero-layout .img-wrap {background-image: url('/img/work-detail/surveymonkey/hero-mobile.webp');
}
  .google-hardware .m--hero-layout .img-wrap {background-image: url('/img/work-detail/gg-hardware/hero-mobile.webp') !Important;
}
  .google-maps-2 .work-detail-hero {background-image: url('/img/work-detail/google-maps-platform/hero-mobile.webp') !important;
}

.img-box.stadia-detail {
    z-index: 9;
}

.stadia-detail img:nth-of-type(1) {
    margin-top:50px !important;
}

.stadia-detail img:nth-of-type(3) {
    padding:0px !important;
}

.work-detail-hero.m--hero-layout h1,
  .work-detail-hero.m--hero-layout p {
  max-width: 350px;
}

.salesforce .wrkdetl-phone-anim .inner{
    background: url(http://kareemfahmi.com/img/work-detail/salesforce/arrows.webp) no-repeat;
    background-size: 145px;
    background-position-x: 252px;
    background-position-y: -13px;
}

@media (max-width: 800px) {

  .work-detail-hero.m--hero-layout h1,
  .work-detail-hero.m--hero-layout p {
    max-width: 100%;
  }
}

.salesforce .wrkdetl-phone-anim .inner img:nth-of-type(2) {
    background: none !Important;
    padding-top: 0px !Important;
    margin-top: 0px !Important;
    margin-left: 0px !Important;
    padding-left: 0px !Important;
}
}

.work-detail-hero.m--hero-layout h1 {
  font-size: 34px;
  line-height: 1.3em;
}

.work-detail-hero.m--hero-layout p {
  font-size: 18px;
}

.work-detail-hero .img-wrap:before {
  padding-top: 67.27%;
}

@media (max-width: 800px) {

  .work-detail-hero .img-wrap:before {
    padding-top: 95%;
  }
}

@media (max-width: 800px) {

  .work-detail-hero.m--hero-layout.img-on-left .col-left {
    margin-top: -17%;
  }

  .google-hardware-gif-section .img-wrap{
    background-position: center;
    background-size: contain;
    height: 450px;
    }
    
    .google-hardware-gif-section {
    padding: 0px;
}
    .google-hardware-gif-section .col-right {
    padding: 0 var(--mobile-gutter);
    margin-left:0px !important;
}

.work-detail-hero.m--hero-layout .text-wrap {
  padding: 27% 12% 17%;
}

@media (max-width: 800px) {

  .work-detail-hero.m--hero-layout .text-wrap {
    padding: 10% 10% 10%;
  }
}

@media (max-width: 480px) {

  .work-detail-hero.m--hero-layout .text-wrap, .google-maps-platform .m--hero-layout .text-wrap {
    padding: 15% 10% 10%;
  }
}

/* ====================================================

            Project intro template

==================================================== */

.wrkdetl-project {
  background: #030608;
  margin-top: -50px;
  overflow: hidden;
}

.wrkdetl-project .text-box {
  padding-top: 120px;
  padding-bottom: 120px;

}

@media (max-width: 800px) {

  .wrkdetl-project {
    margin-top: 50px;
  }
  .google-maps-platform .wrkdetl-project {
    margin-top: 0px;
  }  
  .coinbase .wrkdetl-project.light-gray {
    margin-top: 0px;
}
}

.wrkdetl-project img {
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
}

. google-hardware-end img{
  padding:0px !Important;}

}

.wear-os .wrkdetl-project img {
  max-width: 80%;
  width: 80%;
  margin-left: 200px;
}

.wrkdetl-project .text-box {
  padding: 7% 0% 7%;
  position: relative;
  z-index: 3;
}

.google-maps-platform-detail .container{
overflow:hidden;
}

.google-maps-platform .text-box, .stadia .text-box {
    background: white;
    padding: 4% 0% 200px;
}

.stadia .text-box {
    background: white;
    padding: 4% 0% 350px;
}


@media (max-width: 800px) {

  .wrkdetl-project .text-box {
    padding: 50px 0;
  }
  .chronicle .wrkdetl-project .text-box {
    padding: 50px 0 0;
  }
}

.wrkdetl-project .text-box.black-text p {
  color: #000000;
  color: var(--black);
}
/*
@media (max-width: 800px) {

  .wrkdetl-project .text-box.black-text p {
    font-size: 20px;
  }
}
*/

.wrkdetl-project .text-box.white-text p {
  color: #FFFFFF;
  color: var(--white);
}



.wrkdetl-project .container {
  display: flex;
}

@media (max-width: 800px) {

  .wrkdetl-project .container {
    flex-wrap:  wrap;
  }
}

.wrkdetl-project .container div:first-child {
  width: 40%;
  min-width: 300px;
}

@media (max-width: 800px) {

  .wrkdetl-project .container div:first-child {
    width: 100%;
  }
}

.wrkdetl-project .container div:last-child {
  width: calc(100% - 300px);
}

@media (max-width: 800px) {

  .wrkdetl-project .container div:last-child {
    width: 100%;
    max-width: 100%;
  }
}

.wrkdetl-project p.heading, .google-hardware-gif-section .heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.wrkdetl-project p, .google-hardware-gif-section p {
  line-height: 1.5em;
  font-size: 22px;
  font-weight: 300;
  color:black;}

.wrkdetl-project .img-box {
  position: relative;
}

.wrkdetl-project .img-box .phone-gif-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.3%;
  -webkit-transform: translate(-47%, -56%);
          transform: translate(-47%, -56%);
  z-index: 5;
}

.wrkdetl-project .img-box .phone-gif-wrap:before {
  content: '';
  display: block;
  position: relative;
  height: 0;
  padding-top: 178.319%;
}

.wrkdetl-project .img-box .phone-gif-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Test disabling @media (max-width: 480px) {

  .wrkdetl-project .img-box {
    margin-top: -15%;
  }
}*/

.wrkdetl-project .video-wrapper {
  position: absolute;
  top: 64.9%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 74.5%;
  background: transparent;
  overflow: hidden;
  width: 42%;
}

.wrkdetl-project .video-wrapper:before {
  content: '';
  display: block;
  height: 0;
  //padding-top: 56.28%;
  padding-top: 63.78%;
}

.wrkdetl-project .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);/*min-width: 100%;
      min-height: 100%; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: none;
}

.wrkdetl-project a.link {
  margin-top: 10px;
}

.wrkdetl-project {
  background: #fff;
}


.wrkdetl-project.white {
  background: #fff
}

.img-box.google-hardware-gradient{
background: rgb(226,255,229);
background: -moz-linear-gradient(90deg, rgba(226,255,229,1) 0%, rgba(248,223,214,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(226,255,229,1) 0%, rgba(248,223,214,1) 100%);
background: linear-gradient(90deg, rgba(226,255,229,1) 0%, rgba(248,223,214,1) 100%);
}
.google-hardware-gradient .container, .google-hardware-end .container, .google-maps-platform-detail .container, .stadia-detail .container, .salesforce-detail .container, .surveymonkey-detail .container{
    padding: 0 15%;
}

.coinbase-detail .container{
    padding: 0 10%;
}
.img-box.google-hardware-end{
background: #EDEFF7;
}

.img-box.google-maps-platform-detail{
background: #d9d9d9;
}

.wrkdetl-project.white .text-box {
  padding-top: 120px;
  background-color: #131321;
}

.google-maps-platform .wrkdetl-phone-anim{
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 90%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 90%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 90%);
}

.img-box.lightBlue{
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(209,235,255,1) 96%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(209,235,255,1) 96%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(209,235,255,1) 96%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d1ebff",GradientType=1);
}

.salesforce .wrkdetl-phone-anim{
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,235,255,1) 96%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,235,255,1) 96%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,235,255,1) 96%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d1ebff",GradientType=1);
}


.light-gray .coinbase-detail{overflow:hidden;}

@media (max-width: 800px) {

.google-hardware-gradient .container, .google-hardware-end .container {
    padding: 10% 15%;
}
  .wrkdetl-project.white .text-box {
    padding-top: 50px;
  }
  .coinbase-detail img:nth-of-type(2){
  margin-bottom:20px !Important;
  }
  .light-gray .coinbase-detail img:nth-of-type(2){
  margin-bottom:20px !Important;
  }
  .coinbase .gray .text-box{padding-bottom:150px;}
  .google-hardware .google-hardware-gradient img:nth-of-type(2){
  margin-top:0px!important;
  }
}

.wrkdetl-project.white .img-box {
  margin-top: 0;
}

.wrkdetl-phone-anim {
  position: relative;
  padding: 150px 0 300px;
  /*overflow: hidden;*/
}

.coinbase .wrkdetl-phone-anim, .stadia .wrkdetl-phone-anim {
  padding: 150px 0;
}

@media (max-width: 800px) {

  .wrkdetl-phone-anim {
    padding: 100px 0 200px;
  }
}

@media (max-width: 580px) {

  .wrkdetl-phone-anim {
    padding: 60px 0;
  }
  .stadia .wrkdetl-phone-anim {
  padding: 60px 0 0 0;
}
}

.wrkdetl-phone-anim .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 120%;
  margin-left: -10%;
}

.coinbase .wrkdetl-phone-anim .inner, .stadia .wrkdetl-phone-anim .inner, .salesforce .wrkdetl-phone-anim .inner, .surveymonkey .wrkdetl-phone-anim .inner  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 0%;
}

@media (max-width: 800px) {

  .wrkdetl-phone-anim .inner {
    width: 100%;
    margin-left: 0;
    padding: 0 6%;
  }
}

.wrkdetl-phone-anim img {
  height: auto;
}

@media (min-width: 801px) {

.google-maps-platform-detail img{
margin-bottom:-50px;
}

.google-maps-image-two{
    margin-top: -50px;

}
  .wrkdetl-phone-anim img {
    width: calc(20% - 0px);
  }
  
  .coinbase .wrkdetl-phone-anim img,   .stadia .wrkdetl-phone-anim img{
    width: calc(33% - 0px);
  }

.salesforce .wrkdetl-phone-anim img {
    width: calc(33% - 0px);
    padding:40px;
  }

  .wrkdetl-phone-anim img:nth-child(odd) {
    margin-bottom: -350px;
  }
  
   .coinbase .wrkdetl-phone-anim img:nth-child(1), .stadia .wrkdetl-phone-anim img:nth-child(1) {
    margin-bottom: 300px;
  }
   .coinbase .wrkdetl-phone-anim img:nth-child(3), .stadia .wrkdetl-phone-anim img:nth-child(3), .salesforce .wrkdetl-phone-anim img:nth-child(3) {
    margin-bottom: -300px;
  }  
}

@media (max-width: 800px) {

  .wrkdetl-phone-anim img {
    width: calc(50% - 15px);
  }

  .wrkdetl-phone-anim img:nth-child(odd) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  .wrkdetl-phone-anim img:nth-child(2n) {
    margin-bottom: 30px;
  }
}

@media (max-width: 580px) {

  .wrkdetl-phone-anim img {
    width: 50%;
    margin-bottom: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrkdetl-phone-anim img:nth-child(odd) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .wrkdetl-phone-anim img:nth-child(2n) {
    margin-bottom: 10px;
  }
}



.wrkdetl-end-img {
  position: relative;
  border-bottom: solid 2px #F1F2F3
}

.wrkdetl-end-img img {
  width: 100%;
  height: auto;
}

.wrkdetl-project.gray {
  position: relative;
  background-color: #25262C;
  overflow: hidden;
  margin-top: 0;
  min-height:1300px;
}
.stadia .wrkdetl-project.gray {
  background-color: #2B2D30;
  min-height: initial;
}

.coinbase .wrkdetl-project.gray {
  overflow: visible;
}

@media (max-width: 800px) {

  .wrkdetl-project.gray {
    margin-top: 50px;
  }
  
  .wrkdetl-project.gray .angle {
    height: 80% !important;
    bottom:0 !important;
    }
}

.wrkdetl-project.gray .img-box.slice {
  position: relative;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 2000px) {

.chronicle .wrkdetl-project.gray .img-box.slice {
    padding-top: 100px;
}

.google-maps-platform .wrkdetl-project.gray .img-box.slice {
    padding-top: 200px;
}
.google-maps-platform .gray, .chronicle .gray {
    min-height: 1650px;
}
}

.wrkdetl-project.gray .img-box.slice img {
  max-width: 80%;
  margin-top: 160px;
  margin-bottom: -140px;
  z-index: 1;
  position: relative;
}

.wrkdetl-project.gray .img-box.slice .chronic-vid-wrap, .wrkdetl-project .img-box.slice .chronic-vid-wrap {
  position: absolute;
  top: calc(50% + 350px);
  left: 50%;
  width: 63.1%;
  -webkit-transform: translate(-49.9%, -52.2%);
          transform: translate(-49.9%, -52.2%);
  z-index: 5;
}

.wrkdetl-project.gray .img-box.slice .chronic-vid-wrap:before, .wrkdetl-project .img-box.slice .chronic-vid-wrap:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 63.5272%;
}

.wrkdetl-project.gray .img-box.slice .chronic-vid-wrap video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left:50%;
  border-radius: 15px;
  -webkit-transform:translateY(-50%) translateX(-50%);
          transform:translateY(-50%) translateX(-50%);
}

.google-maps-platform .wrkdetl-project.gray .img-box.slice .chronic-vid-wrap video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 110%;
  top: 50%;
  left:50%;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.59); 
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.59);
  -webkit-transform:translateY(-50%) translateX(-50%);
          transform:translateY(-50%) translateX(-50%);
	
}

@media (max-width: 800px) {

.wear-os .wrkdetl-project .video-wrapper {
    width: 90% !important;
    }
    
  .wrkdetl-project.gray .img-box.slice img {
    margin-top: 60px;
    max-width: 90%;
    margin-bottom: -80px;
  }

  .wrkdetl-project.gray .img-box.slice .chronic-vid-wrap {
    top: calc(50% + 250px);
    width: 70.8%;
    -webkit-transform: translate(-49.9%, -57.2%);
            transform: translate(-49.9%, -57.2%);
  }
}

@media (max-width: 448px) {

  .wrkdetl-project.gray .img-box.slice .chronic-vid-wrap {
    top: 150px;
    width: 90%;
    -webkit-transform: translate(-49.9%, -59.2%);
            transform: translate(-49.9%, -59.2%);
  }
    .google-maps-platform .wrkdetl-project.gray .img-box.slice .chronic-vid-wrap {
    top: 150px;
    width: 90%;
    -webkit-transform: translate(-49.9%, -59.2%);
            transform: translate(-49.9%, -59.2%);
  }
  
  .google-maps-platform-detail .start .work-detail-item:first-of-type{
  padding-top:65px !Important;
  }
}

.wrkdetl-project.gray .angle {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 100%;
    }

.wrkdetl-project.gray .angle::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background-color: #591cff;
  min-height: 80%;
  -webkit-transform: rotate(338deg);
          transform: rotate(338deg);
  left: -50%;
  top: 50%;
}

.wrkdetl-web-anim {
  position: relative;
  padding: 250px 0;
  overflow: hidden;
}

@media (max-width: 800px) {

.wrkdetl-project.gray {
    min-height: 900px!important;
}

.chronicle .wrkdetl-project.gray {
    padding-top: 160px;
    margin-top: -110px;
    min-height: 1100px!important;

}

.chronicle .wrkdetl-project.gray .angle::after {
    content: '';
    position: absolute;
    width: 300%;
    height: 300%;
    background-color: #591cff;
    min-height: 100%;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
    left: 90%;
    top: 420px;
}

  .wrkdetl-web-anim {
    padding: 140px 0 100px;
  }
}

.wrkdetl-web-anim .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 800px) {

  .wrkdetl-web-anim .inner {
    padding: 0 6%;
  }
}

.wrkdetl-web-anim img {
  width: calc(50% - 50px);
  height: auto;
  margin-bottom: 70px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, .35);
  border-radius: 10px;
}

.wrkdetl-web-anim img:nth-child(odd) {
  margin-bottom: -20%;
}

@media (max-width: 800px) {

  .wrkdetl-web-anim img {
    width: 100%;
    margin-bottom: 70px;
  }

  .wrkdetl-web-anim img:nth-child(odd) {
    margin-bottom: 70px;
  }
}

/* ====================================================

                    showcase - 3 screen shot

==================================================== */

.wrkdetl-showcase {
  padding-top: 50px;
  padding-bottom: 100px

}

.wrkdetl-showcase .wrapper  {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 800px) {

  .wrkdetl-showcase .wrapper  {
    flex-direction: column-reverse;
  }
}

.wrkdetl-showcase .col {
  width: 50%;
  position: relative;
}

@media (min-width: 801px) {

  .wrkdetl-showcase .col .img-wrap {
    width: 108%;
    //transform: scale(0.9);
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase .col {
    width: 100%;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase .img-wrap {
    padding: 0 6%;
    margin-bottom: 70px;
  }
}

@media (min-width: 801px) {

  .wrkdetl-showcase .col-left .img-wrap,
  .wrkdetl-showcase .col-left img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase .col-left .img-wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 801px) {

  .wrkdetl-showcase .col-right img {
    position: relative;
    left: 0;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase .img-wrap {
    position: relative;
    padding: 0 6%;
  }
}

.wrkdetl-showcase  img {
  width: 125%;
  //box-shadow: 0 15px 50px 12px rgba(0, 0, 0, .15), 0 5px 20px 5px rgba(0, 0, 0, .1);
}

@media (max-width: 800px) {

  .wrkdetl-showcase  img {
    position: relative;
    width: 100%;
  }
}

/* ====================================================

            showcase phone

==================================================== */

.wrkdetl-showcase-phone {
  margin: 20% 0;
  overflow: hidden

}

.wrkdetl-showcase-phone .wrap {
  width: 112%;
  left: -6%;
  display: flex;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 800px) {

  .wrkdetl-showcase-phone .wrap {
    flex-wrap: wrap;
  }
}

.wrkdetl-showcase-phone .col {
  width: 22%;
}

@media (max-width: 800px) {

  .wrkdetl-showcase-phone .col {
    width: 47%;
  }
}

@media (min-width: 801px) {

.google-hardware-end img:nth-of-type(1) {
    padding-bottom: 100px !important;
}

  .wrkdetl-showcase-phone .col:nth-child(odd) {
    margin-top: 15%;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase-phone .col:nth-child(odd) {
    margin-top: 15%;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase-phone .col:nth-child(even) {
    margin-top: -15%;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase-phone .col:nth-child(1) {
    margin-top: 30%;
  }
}

@media (max-width: 800px) {

  .wrkdetl-showcase-phone .col:nth-child(2) {
    margin-top: 0;
  }
}

.wrkdetl-showcase-phone img {
  width: 100%;
}

.wrkdetl-showcase-phone2 img {
  display: none;
  width: 100%;
}

@media (min-width: 481px) {

  .wrkdetl-showcase-phone2 .desktop {
    display: block;
    width: 116%;
    left: -8%;
    position: relative;
  }
}

@media (max-width: 480px) {

  .wrkdetl-showcase-phone2 .mobile {
    display: block;
  }
}

/* ====================================================

          Project: Android Auto Page

==================================================== */

body.android-auto .wrkdetl-project {
  background: #bee3fe;
}

body.android-auto .wrkdetl-project img {
  width: 100%;
}

body.android-auto .wrkdetl-project .img-box {
  margin-top: -15%;
}

body.android-auto .wrkdetl-project .video-wrapper {
  top: 56.3%;
  width: 48%;
}

body.android-auto .wrkdetl-project .video-wrapper:before {
  padding-top: 56.28%;
}

body.android-auto .wrkdetl-showcase {
  padding-top: 0;
}

body.android-auto .auto-btm-banner {
  width: 100%;
}

@media (max-width: 800px) {

  body.android-auto .auto-btm-banner {
    display: none;
  }
}

/* ====================================================

            Project: Android TV

==================================================== */

@media (min-width: 801px) {

  body.android-tv .wrkdetl-showcase .col .img-wrap {
    width: 85%;
  }
}

body.android-tv .wrkdetl-project .video-wrapper {
  top: 59.1%;
  width: 71.5%;
}

body.android-tv .wrkdetl-project .img-box {
  margin-top: -15%;
}

body.android-tv .wrkdetl-project .video-wrapper {
  top: 54.9%;
  width: 46%;
}

body.android-tv .wrkdetl-project .video-wrapper:before {
  padding-top: 56.28%;
}

/* ====================================================

            Project: Constellar Brands

==================================================== */

body.constellation-brands .wrkdetl-project {
  background: #FCD859;
  //margin-bottom: 100px;
}

body.constellation-brands .wrkdetl-project .img-box {
  margin-top: 0;
}

body.constellation-brands .wrkdetl-project .video-wrapper {
  top: 47.1%;
  width: 65.2%;
  left: 52%;
}

body.constellation-brands .wrkdetl-project .video-wrapper:before {
  padding-top: 56.569%;
}

body.constellation-brands .wrkdetl-showcase-phone,
  body.constellation-brands .wrkdetl-showcase-phone2 {
  background: #FCD859;
  margin: 0;
  margin-bottom: 50px;
  padding-top: 70px;
  padding-bottom: 150px;
}

/* ====================================================

            Project: Wear OS By Google

==================================================== */

body.wear-os .wrkdetl-project {
  background: #2E68CB;
  margin-top: 0;
}

@media (max-width: 800px) {

  body.wear-os .wrkdetl-project {
    padding-top: 200px;
    margin-top: -150px;
  }
}

body.wear-os .wrkdetl-project .video-wrapper {
  top: 55.6%;
  width: 60%;
  border-radius: 10px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25)  ; 
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25)  ; 
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25)  ; 
   margin-top: -6%;
}


body.wear-os .wrkdetl-project .video-wrapper:before {
  padding-top: 63.668%;
}

body.wear-os .wrkdetl-project .img-box {
  margin-top: -5%;
  overflow:hidden;
}

/* ====================================================

            Project: Google Ad Marketing

==================================================== */

body.google-ad-marketing .wrkdetl-project {
  background: #FFFFFF;
  background: var(--white);
  margin-top: 0;
}

@media (max-width: 800px) {

  body.google-ad-marketing .wrkdetl-project {
    margin-top: 50px;
  }
}

body.google-ad-marketing .wrkdetl-project .img-box {
  margin-top: 0;
  overflow: hidden;
}

@media (max-width: 480px) {

  body.google-ad-marketing .wrkdetl-project .img-box img {
    max-width: none;
    position: relative;
  }
}

@media (max-width: 480px) {

  body.google-ad-marketing .wrkdetl-project .img-box img:nth-child(1) {
    width: 120%;
    left: -10%;
  }
}

@media (max-width: 480px) {

  body.google-ad-marketing .wrkdetl-project .img-box img:nth-child(2) {
    width: 200%;
    left: -50%;
  }
}

@media (max-width: 480px) {

  body.google-ad-marketing .wrkdetl-project .img-box img:nth-child(3) {
    width: 240%;
    left: -70%;
  }
}

@media (max-width: 480px) {

  body.google-ad-marketing .wrkdetl-project .img-box img:nth-child(4) {
    width: 140%;
    left: -20%;
  }
}

/* ====================================================

            Project: Switch to Pixel

==================================================== */

body.switch-to-pixel .wrkdetl-project {
  background: #eceefa;
  margin-top: 0;
}

@media (max-width: 800px) {

  body.switch-to-pixel .wrkdetl-project {
    margin-top: -30px;
  }
}

body.switch-to-pixel .wrkdetl-project .img-box {
  margin-top: -15%;
}

body.switch-to-pixel .wrkdetl-project .text-box {
  padding-top: 8%;
}

body.switch-to-pixel .wrkdetl-project .video-wrapper {
  top: 64.1%;
  width: 42%;
}

body.switch-to-pixel .wrkdetl-project .video-wrapper:before {
  padding-top: 63.78%;
}

body.switch-to-pixel .wrkdetl-project .video-wrapper video {
  //width: 113%;
  width: 100%;
}

/* ====================================================

            Project: Google Cloud

==================================================== */

body.google-cloud .wrkdetl-project {
  background: #FFFFFF;
  background: var(--white);
  margin-top: 0;
}

@media (max-width: 800px) {

  body.google-cloud .wrkdetl-project {
    margin-top: -30px;
  }
}

body.google-cloud .wrkdetl-project .text-box {
  padding-top: 10%;
  padding-bottom: 10%;
}

body.google-cloud .wrkdetl-project .img-box {
  margin-top: 0;
  overflow: hidden;
}

@media (max-width: 480px) {

  body.google-cloud .wrkdetl-project .img-box img {
    max-width: none;
    position: relative;
  }
}

@media (max-width: 480px) {

  body.google-cloud .wrkdetl-project .img-box img:nth-child(1) {
    width: 140%;
    left: -18.5%;
  }
}

@media (max-width: 480px) {

  body.google-cloud .wrkdetl-project .img-box img:nth-child(2) {
    width: 180%;
    left: -40%;
  }
}

@media (max-width: 480px) {

  body.google-cloud .wrkdetl-project .img-box img:nth-child(3) {
    width: 200%;
    left: -15%;
  }
}

@media (max-width: 480px) {

  body.google-cloud .wrkdetl-project .img-box img:nth-child(4) {
    width: 140%;
    left: -35%;
  }
}

@media (max-width: 480px) {

  body.google-cloud .wrkdetl-project .img-box img:nth-child(5) {
    width: 200%;
    left: -90%;
  }
}


/* ====================================================

            Diversity Module

==================================================== */

.diversity-hero {
    padding-top: 200px;
    margin-bottom: 110px;
}

.diversity-hero h1 {
	color: white;
}

.diversity--hero-layout.img-on-left .col-right {
  width: 100%;
}

.diversity--hero-layout p {
    max-width: 420px;
}


.diversity-hero.m--hero-layout .text-wrap {
    padding-bottom: 12%;
    padding-top: 12%;
    background: black;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: 1s;
    margin-top:25%;
    z-index: 5;
}
section.home-contact.diversitySection .copy::after{background:black;}

.diversitySection h1 {
    color: white;
}

.diversity-hero.m--hero-layout.in-view .text-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

section.diversity-hero figure {
    opacity: 0;
}

section.diversity-hero.in-view figure {
    -webkit-animation: fade-in-up 750ms forwards 250ms;
    animation: fade-in-up 750ms forwards 250ms;
}

@media (min-width: 801px) {

  .diversity--hero-layout .text-wrap {
    position: absolute;
    width: 115%;
    height: auto;
    padding: 25% 12% 48%;
  }
  .google-maps-platform .wrkdetl-phone-anim .work-detail-item.in-view:nth-of-type(2) {
    margin-bottom: -600px;
}
.light-gray .coinbase-detail img{margin-bottom:-60px;}
}

@media (max-width: 800px) {

.diversity-hero .container {
    padding: 0px;
}}

.google-maps-platform .gray{background-color:transparent;}


.google-maps-platform .wrkdetl-phone-anim .inner {
    min-height: 950px;
}

.light-gray {
    background: #f0f0f0;
}

.coinbase .text-box, .stadia .text-box {
    background: white;
}


.stadia-gradient{
    position: absolute;
    width: 100vw !important;
    left: 0%;
    bottom: 0%;
    padding: 0px !important;
}
.stadia-gradient-bottom{
	top:0% !important;
	bottom:initial;
  }


@media (max-width: 800px) {

.lastEmailImage{padding-bottom:65px !important;}

.stadia .text-box {
    padding-bottom: 50px;
}}

.surveymonkey .wrkdetl-project.grey{
    background:#F9F9FB; padding:100px 0;}

.surveymonkey .wrkdetl-project .dots{    
    width:100%;
    height:1000px;
    position: absolute;
    background-size: 250px;
    background-position-y: 10%;
    background-image: url(/img/work-detail/surveymonkey/dots.png);
    background-repeat: no-repeat;
    background-position-x: right;
    }
    
 .google-maps-2 .work-detail-hero {
    background-image: url(/img/work-detail/google-maps-platform/Hero.webp);
    /*
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 70px;
    width: 100vw;
    height: 100vh;
    z-index: 0 !important;
    position: absolute;
    */
}  


@media (max-width: 800px) {
.hideMobile{display:none !important;}
}
@media (min-width: 801px) {
.hideDesktop{display:none !important;}
/*.google-maps-2 .header-container {
    height: 100vh;
    }  */
} 
.google-maps-platform .m--hero-layout h1{font-size: 34px !important;
    line-height: 1.3em !important;}
.google-maps-platform .m--hero-layout h1, .m--hero-layout p {
    max-width: 400px;
}