@charset "UTF-8";
html {
  box-sizing: border-box; }

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

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.varvet.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don’t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the *_subsetted.html file in the root directory of this package.
 *
 */
/* Complete */
@font-face {
  font-family: "LetteraText-Bold";
  src: url("/fonts/lineto-letteratext-bold.eot");
  src: url("/fonts/lineto-letteratext-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-letteratext-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LetteraText-Italic";
  src: url("/fonts/lineto-letteratext-italic.eot");
  src: url("/fonts/lineto-letteratext-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-letteratext-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LetteraText-Regular";
  src: url("/fonts/lineto-letteratext-regular.eot");
  src: url("/fonts/lineto-letteratext-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-letteratext-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LetteraText-Lightitalic";
  src: url("/fonts/lineto-letteratext-lightitalic.eot");
  src: url("/fonts/lineto-letteratext-lightitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-letteratext-lightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LetteraText-Light";
  src: url("/fonts/lineto-letteratext-light.eot");
  src: url("/fonts/lineto-letteratext-light.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-letteratext-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LetteraText-Bolditalic";
  src: url("/fonts/lineto-letteratext-bolditalic.eot");
  src: url("/fonts/lineto-letteratext-bolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-letteratext-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Lettera-Regular";
  src: url("/fonts/lineto-lettera-regular.eot");
  src: url("/fonts/lineto-lettera-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-lettera-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * Obsidian style
 * ported by Alexander Marenin (http://github.com/ioncreature)
 */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
  background: #2c333d; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-selector-id {
  color: #93c763; }

.hljs-number {
  color: #ffcd22; }

.hljs {
  color: #e0e2e4; }

.hljs-attribute {
  color: #668bb0; }

.hljs-code,
.hljs-class .hljs-title,
.hljs-section {
  color: white; }

.hljs-regexp,
.hljs-link {
  color: #d39745; }

.hljs-meta {
  color: #557182; }

.hljs-tag,
.hljs-name,
.hljs-bullet,
.hljs-subst,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #8cbbad; }

.hljs-string,
.hljs-symbol {
  color: #ec7600; }

.hljs-comment,
.hljs-quote,
.hljs-deletion {
  color: #818e96; }

.hljs-selector-class {
  color: #A082BD; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-name,
.hljs-strong {
  font-weight: normal; }

[data-balloon] {
  position: relative; }

[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px; }

[data-balloon]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px; }

[data-balloon]:hover:before,
[data-balloon]:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon][data-balloon-break]:after {
  white-space: normal; }

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px); }

[data-balloon-pos="down"]:after {
  margin-top: 11px; }

[data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0; }

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"]:hover:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%); }

[data-balloon-pos="left"]:after {
  margin-right: 11px; }

[data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0; }

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"]:hover:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%); }

[data-balloon-pos="right"]:after {
  margin-left: 11px; }

[data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px; }

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"]:hover:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon-length]:after {
  white-space: normal; }

[data-balloon-length="small"]:after {
  width: 80px; }

[data-balloon-length="medium"]:after {
  width: 150px; }

[data-balloon-length="large"]:after {
  width: 260px; }

[data-balloon-length="xlarge"]:after {
  width: 90vw; }

@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px; } }
[data-balloon-length="fit"]:after {
  width: 100%; }

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #ee6156; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.85);
    border-radius: 4px; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 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.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/* Colours */
/* Fonts */
* {
  box-sizing: border-box; }

body {
  background: #5e5ee2;
  color: #404041;
  font-family: "LetteraText-Light", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-feature-settings: "kern" 1, "dlig" 1, "ss01" 1, "opbd" 1;
  -moz-font-feature-settings: "kern" 1, "dlig" 1,  "ss01" 1, "opbd" 1;
  line-height: 150%; }

section {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  padding: 80px 0; }
  section.red, section.blue, section.red-blue, section.blue-red {
    color: #fff; }
    section.red a, section.blue a, section.red-blue a, section.blue-red a {
      color: #fff;
      font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
      box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3);
      transition: box-shadow 0.2s ease-in-out; }
      section.red a:hover, section.blue a:hover, section.red-blue a:hover, section.blue-red a:hover {
        box-shadow: 0 2px 0 #fff; }
  section.red {
    background-color: #ee6156; }
  section.blue {
    background-color: #5e5ee2; }
  section.gray {
    background-color: #ececea; }
  section.red-blue {
    background: linear-gradient(to right, #ee6156 50%, #5e5ee2 50%); }
    @media screen and (max-width: 1024px) {
      section.red-blue {
        background: #ee6156;
        padding-bottom: 0; } }
  section.blue-red {
    background: linear-gradient(to right, #5e5ee2 50%, #ee6156 50%); }
    @media screen and (max-width: 1024px) {
      section.blue-red {
        background: #5e5ee2;
        padding-bottom: 0; } }
  section.gray-red {
    background: linear-gradient(to right, #ececea 50%, #ee6156 50%); }
    @media screen and (max-width: 1024px) {
      section.gray-red {
        background: #ececea;
        padding-bottom: 0; } }
  section.images {
    padding: 0; }
    section.images img {
      display: block;
      margin: 0 auto; }
  section.marker .wrapper:before {
    position: absolute;
    display: block;
    content: "";
    top: -80px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2); }
  section.marker.gray .wrapper:before {
    background: #fff; }
  section.marker-after:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2); }
  section.marker-after.gray:after {
    background: #fff; }

.wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

strong {
  font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif; }

img {
  max-width: 100%;
  height: auto; }

.avatar {
  width: 120px;
  height: 120px;
  border: 3px solid #fff;
  border-radius: 100%; }
  .avatar.medium {
    width: 80px;
    height: 80px;
    border-width: 2px; }
  .avatar.small {
    width: 60px;
    height: 60px;
    border-width: 2px; }

.hidden {
  display: none; }

.hide-overflow {
  overflow: hidden; }

#map-canvas {
  float: left;
  width: 100%;
  height: 400px;
  background-color: #5e5ee2 !important; }
  @media screen and (max-width: 560px) {
    #map-canvas {
      height: 260px; } }

p {
  margin: 0 0 1.5em; }
  p:empty {
    display: none; }

strong {
  font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif; }

em {
  font-family: "LetteraText-Lightitalic", "Helvetica Neue", sans-serif; }

a:link, a:visited {
  color: #ee6156;
  text-decoration: none; }
a:hover {
  box-shadow: 0 2px 0 #fff; }

.center {
  text-align: center; }

.big-quote {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 61.8408%;
  margin-left: 19.0796%;
  position: relative;
  margin-top: 30px; }
  .big-quote:last-child {
    margin-right: 0; }
  .big-quote:before {
    position: absolute;
    content: "”";
    top: -40px;
    left: 110px;
    font-family: "LetteraText-Italic", "Helvetica Neue", sans-serif;
    font-size: 288px;
    line-height: 288px;
    color: rgba(255, 255, 255, 0.1);
    z-index: 1; }
  .big-quote .photo {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 28.01019%; }
    .big-quote .photo:last-child {
      margin-right: 0; }
  .big-quote img {
    position: relative;
    float: left;
    border-radius: 100%;
    border: 3px solid #fff;
    z-index: 2; }
  .big-quote blockquote {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 69.14722%; }
    .big-quote blockquote:last-child {
      margin-right: 0; }
    .big-quote blockquote p {
      margin-bottom: 1em;
      font-family: "LetteraText-Lightitalic", "Helvetica Neue", sans-serif;
      font-size: 25px;
      line-height: 150%; }
    .big-quote blockquote .author,
    .big-quote blockquote .affiliation {
      display: block;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .12em; }
    .big-quote blockquote .affiliation {
      color: rgba(255, 255, 255, 0.5);
      font-size: 13px; }

.section-header {
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -moz-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  -o-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 70px; }
  @media screen and (max-width: 1220px) {
    .section-header {
      left: 10px; } }
  @media screen and (max-width: 768px) {
    .section-header:not(.horizontal) {
      display: none; } }
  .section-header h2 {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 14px; }
    .gray .section-header h2 {
      color: #a6a695; }
  .section-header:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 3px;
    left: 0;
    width: 60px;
    border-top: 2px solid rgba(255, 255, 255, 0.2); }
    .gray .section-header:after {
      border-top: 2px solid #fff; }
  .section-header.horizontal {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    width: auto;
    margin-bottom: 2em;
    padding: 0;
    top: 0 !important;
    left: 0; }
    .section-header.horizontal h2 {
      position: relative;
      display: inline-block;
      padding-right: 70px; }
      .section-header.horizontal h2:after {
        position: absolute;
        display: block;
        content: "";
        bottom: 2px;
        right: 0;
        width: 60px;
        border-top: 2px solid #fff; }
    .section-header.horizontal:after {
      display: none; }

sup {
  line-height: 0;
  font-size: 80%; }

::-moz-selection {
  background: #5e5ee2;
  color: #fff; }

::selection {
  background: #5e5ee2;
  color: #fff; }

.topic-tag, .post-tags a, .case-intro .services ul li span,
.case-intro .services ul li a, .topics li a {
  padding: 2px 3px 1px;
  border-radius: 3px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.35); }

.no-wrap {
  white-space: nowrap; }

code {
  padding: 2px 4px 1px;
  color: #5e5ee2;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  font-size: 15px;
  font-family: "Lettera-Regular", Menlo, Monaco, mono; }

kbd {
  margin: 0 1px;
  padding: 1px 3px;
  border: 1px solid #b3e2ef;
  background-color: #effaff;
  font-size: 16px;
  font-family: "Lettera-Regular", Menlo, Monaco, mono; }

pre {
  float: left;
  position: relative;
  width: 729px;
  margin-bottom: 1.8em;
  margin-left: -74px;
  background: #2c333d; }
  pre:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    content: "Code";
    top: 3px;
    left: -47px;
    color: #a6a695;
    text-transform: uppercase;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 14px;
    letter-spacing: 0.12em; }
  @media screen and (max-width: 1024px) {
    pre {
      width: 100%;
      margin-left: 0; }
      pre:before {
        display: none; } }

pre code {
  display: block;
  background: #2c333d;
  color: #f8f8f8;
  font-size: 15px;
  line-height: 21px;
  padding: 14px; }

pre::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

pre::-webkit-scrollbar-button:start:decrement, pre::-webkit-scrollbar-button:end:increment {
  display: none; }

pre::-webkit-scrollbar-button:vertical:increment {
  background: transparent; }

pre::-webkit-scrollbar-track-piece {
  background: #444;
  -webkit-border-radius: 7px;
  margin: 0; }

pre::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background: #777;
  -webkit-border-radius: 7px; }

.hbspt-form {
  width: 100%;
  min-height: 653px;
  padding: 20px 0 10px; }

.submitted-message {
  display: block;
  width: 100%;
  margin-top: 60px;
  padding-top: 140px;
  text-align: center;
  font-size: 24px;
  -webkit-animation: fade-in-up 1s ease-in-out;
  -moz-animation: fade-in-up 1s ease-in-out;
  animation: fade-in-up 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.44s;
  -moz-animation-duration: 0.44s;
  animation-duration: 0.44s; }
  .submitted-message:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background: #fff url("/images/icon-checkmark.svg") center center no-repeat;
    border-radius: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
    transition: all .2s ease-in-out; }

.hs-form-field {
  width: 45% !important;
  overflow: visible !important; }
  @media screen and (max-width: 1024px) {
    .hs-form-field {
      margin: 0 !important;
      width: 100% !important; } }
  .hs-form-field.hs-fieldtype-textarea {
    width: 95% !important; }
    @media screen and (max-width: 1024px) {
      .hs-form-field.hs-fieldtype-textarea {
        width: 100% !important; } }
  .hs-form-field .hs-error-msgs {
    float: left;
    clear: both;
    margin: -20px 0 30px;
    padding: 1px 10px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    color: red;
    -webkit-animation: slide-in-down 0.55s ease-in-out;
    -moz-animation: slide-in-down 0.55s ease-in-out;
    animation: slide-in-down 0.55s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .hs-form-field .hs-error-msgs label {
      font-size: 14px;
      font-family: "LetteraText-Regular", "Helvetica Neue", sans-serif;
      text-transform: none;
      letter-spacing: normal; }

.hs-input {
  width: 100% !important; }

.input-gf,
.hs-form-field {
  float: left;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 2.5%;
  width: 45%;
  vertical-align: top;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .input-gf,
    .hs-form-field {
      margin: 0;
      width: 100%; } }
  .input-gf.textarea, .input-gf.hs-fieldtype-textarea,
  .hs-form-field.textarea,
  .hs-form-field.hs-fieldtype-textarea {
    width: 95%;
    margin-bottom: .6em; }
    @media screen and (max-width: 768px) {
      .input-gf.textarea, .input-gf.hs-fieldtype-textarea,
      .hs-form-field.textarea,
      .hs-form-field.hs-fieldtype-textarea {
        width: 100%; } }
    .input-gf.textarea label:before, .input-gf.textarea label:after, .input-gf.hs-fieldtype-textarea label:before, .input-gf.hs-fieldtype-textarea label:after,
    .hs-form-field.textarea label:before,
    .hs-form-field.textarea label:after,
    .hs-form-field.hs-fieldtype-textarea label:before,
    .hs-form-field.hs-fieldtype-textarea label:after {
      height: calc(100% - 0px); }

.hs-form-field label {
  display: inline-block;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  text-align: left;
  pointer-events: none;
  -webkit-font-smoothing: antialiased; }
.hs-form-field .input {
  float: left;
  width: 100%;
  margin: -10px 0 30px !important; }
.hs-form-field .hs-input {
  margin: 0;
  padding: 10px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25); }
  .hs-form-field .hs-input:focus {
    border-bottom: 2px solid white; }

.input-gf label {
  display: inline-block;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  -webkit-font-smoothing: antialiased; }
  .input-gf label:before, .input-gf label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.25); }
  .input-gf label:after {
    border-bottom: 2px solid #fff;
    -webkit-transform: translate3d(-102%, 0, 0);
    -moz-transform: translate3d(-102%, 0, 0);
    -ms-transform: translate3d(-102%, 0, 0);
    -o-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .input-gf label span {
    position: absolute;
    top: 1.5em; }
  .textarea .input-gf label span, .hs-fieldtype-textarea .input-gf label span {
    width: 100%;
    background: #ee6156;
    z-index: 10; }

.input-field,
.hs-input {
  position: relative;
  display: block;
  float: right;
  padding: 1.25em 0;
  width: 100%;
  margin-top: 1em;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 17px;
  font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
  -webkit-appearance: none; }
  .input-field:focus,
  .hs-input:focus {
    outline: none; }

.focused label:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.focused label span {
  -webkit-animation: field-slide 0.3s forwards;
  -moz-animation: field-slide 0.3s forwards;
  animation: field-slide 0.3s forwards; }

textarea {
  resize: none;
  height: 120px; }

fieldset {
  padding: 0;
  border: none; }

.form-error,
.form-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 14px 14px 10px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  color: #f00;
  text-align: center;
  font-family: "LetteraText-Regular", "Helvetica Neue", sans-serif;
  -webkit-animation: slide-in-down 0.4s ease-in-out;
  -moz-animation: slide-in-down 0.4s ease-in-out;
  animation: slide-in-down 0.4s ease-in-out; }

.form-success {
  color: #66b154; }

.hs-form fieldset {
  max-width: none !important; }

a.btn,
input[type="submit"] {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 16px 40px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono !important;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: all .2s ease-in-out; }
  a.btn:hover,
  input[type="submit"]:hover {
    box-shadow: none;
    background: #fff;
    border-color: #fff;
    color: #ee6156;
    cursor: pointer; }
  a.btn.inverted,
  input[type="submit"].inverted {
    box-shadow: none;
    background: #fff;
    border-color: #fff;
    color: #ee6156;
    cursor: pointer;
    transition: all .2s ease-in-out; }
    a.btn.inverted:hover,
    input[type="submit"].inverted:hover {
      box-shadow: none;
      color: #fff;
      background: transparent;
      border: 2px solid rgba(255, 255, 255, 0.4); }
  a.btn.inline,
  input[type="submit"].inline {
    display: inline-block; }
  a.btn.small,
  input[type="submit"].small {
    padding: 8px 18px; }
  a.btn.red,
  input[type="submit"].red {
    border-color: #ee6156;
    color: #ee6156; }
  a.btn.arrowed,
  input[type="submit"].arrowed {
    position: relative;
    padding-right: 41px; }
    a.btn.arrowed:after,
    input[type="submit"].arrowed:after {
      display: block;
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      top: 14px;
      right: 18px;
      background: url("/images/arrow-red.svg") right center no-repeat;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

@-webkit-keyframes field-slide {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0); } }
@-moz-keyframes field-slide {
  50% {
    opacity: 0;
    -moz-transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -moz-transform: translate3d(-1em, -100%, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, -100%, 0); } }
@keyframes field-slide {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    -moz-transform: translate3d(1em, 0, 0);
    -ms-transform: translate3d(1em, 0, 0);
    -o-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -100%, 0);
    -moz-transform: translate3d(-1em, -100%, 0);
    -ms-transform: translate3d(-1em, -100%, 0);
    -o-transform: translate3d(-1em, -100%, 0);
    transform: translate3d(-1em, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes slide-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slide-in-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes slide-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slide-in-right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slide-in-right {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -moz-transform: translate3d(0, 0, 0); } }
@keyframes slide-in-right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slide-in-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slide-in-left {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -moz-transform: translate3d(0, 0, 0); } }
@keyframes slide-in-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slide-in-above {
  from {
    -webkit-transform: translate3d(0, -40%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slide-in-above {
  from {
    -moz-transform: translate3d(0, -40%, 0);
    visibility: visible; }
  to {
    -moz-transform: translate3d(0, 0, 0); } }
@keyframes slide-in-above {
  from {
    -webkit-transform: translate3d(0, -40%, 0);
    -moz-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slide-in-below {
  from {
    -webkit-transform: translate3d(0, 40%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slide-in-below {
  from {
    -moz-transform: translate3d(0, 40%, 0);
    visibility: visible; }
  to {
    -moz-transform: translate3d(0, 0, 0); } }
@keyframes slide-in-below {
  from {
    -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    -o-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes fall-down {
  from {
    opacity: 0;
    transform: scale3d(6, 6, 6); }
  50% {
    opacity: .2; }
  80% {
    opacity: 1; } }
@-moz-keyframes fall-down {
  from {
    opacity: 0;
    transform: scale3d(6, 6, 6); }
  50% {
    opacity: .2; }
  80% {
    opacity: 1; } }
@keyframes fall-down {
  from {
    opacity: 0;
    transform: scale3d(6, 6, 6); }
  50% {
    opacity: .2; }
  80% {
    opacity: 1; } }
@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 120%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 120%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 120%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fade-in-up-small {
  from {
    opacity: 0;
    transform: translate3d(0, 60%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fade-in-up-small {
  from {
    opacity: 0;
    transform: translate3d(0, 60%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fade-in-up-small {
  from {
    opacity: 0;
    transform: translate3d(0, 60%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.recruit {
  padding: 60px 0;
  background: #ee6156;
  color: #404041;
  font-size: 25px;
  overflow: hidden; }
  .recruit.marker .wrapper:before {
    top: -60px; }
  .recruit .wrapper {
    position: relative; }
  .recruit .section-header h2 {
    margin-right: 44px; }
  @media screen and (max-width: 768px) {
    .recruit {
      padding: 40px 0 20px; } }
  @media screen and (max-width: 560px) {
    .recruit {
      font-size: 20px;
      padding: 0; } }
  .recruit .animation {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%; }
    .recruit .animation:last-child {
      margin-right: 0; }
    .recruit .animation #lottie-container {
      max-width: 200px;
      max-height: 200px;
      margin-top: -60px; }
      @media screen and (max-width: 768px) {
        .recruit .animation #lottie-container {
          width: 100%;
          clear: both;
          display: block;
          margin: 0px auto 0px; } }
    @media screen and (max-width: 768px) {
      .recruit .animation {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%; }
        .recruit .animation:last-child {
          margin-right: 0; } }
  .recruit .copy {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 12.71973%;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 150%; }
    .recruit .copy:last-child {
      margin-right: 0; }
    .recruit .copy p {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .recruit .copy {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        margin-bottom: 20px; }
        .recruit .copy:last-child {
          margin-right: 0; } }

.top {
  background: #ee6156;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .top {
      padding-top: 40px; } }
  .top a.arrow-down {
    position: relative;
    clear: both;
    display: block;
    margin: 0 auto -20px;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    background: url("/images/arrow.svg") 23px 29px no-repeat;
    box-shadow: none; }
    .top a.arrow-down:after {
      position: absolute;
      display: block;
      content: "";
      bottom: -62px;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 60px;
      background: rgba(255, 255, 255, 0.4); }
    .top a.arrow-down:hover {
      box-shadow: none; }

header {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 87.28027%;
  margin-left: 6.35987%;
  position: relative;
  margin-top: 20px; }
  header:last-child {
    margin-right: 0; }
  header a.wordmark {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 240px;
    height: 45px;
    background-image: url("/images/wordmark-white.svg");
    box-shadow: none; }
    @media screen and (max-width: 1024px) {
      header a.wordmark {
        left: 50%;
        margin-left: -120px; } }
    .posts header a.wordmark, .tag header a.wordmark, .blog header a.wordmark, .blogg header a.wordmark {
      background-image: url("/images/wordmark-red.svg"); }
    header a.wordmark:hover {
      box-shadow: none; }
    header a.wordmark img {
      display: none; }

.intro {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%;
  margin-top: 145px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 150%; }
  .intro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .intro {
      margin-top: 80px;
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .intro:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .intro {
      font-size: 20px; } }
  .intro strong {
    font-family: "LetteraText-Regular", "Helvetica Neue", sans-serif; }
  .intro p:only-child {
    margin: 0; }

.intro-sv {
  margin-top: 160px;
  margin-bottom: 80px;
  font-size: 32px;
  line-height: 160%; }
  @media screen and (max-width: 768px) {
    .intro-sv {
      margin-top: 120px;
      margin-bottom: 60px;
      font-size: 26px;
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .intro-sv:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .intro-sv {
      margin-top: 80px;
      margin-bottom: 40px;
      font-size: 20px; } }

.nav-main ul {
  position: absolute;
  top: 10px;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .nav-main ul {
      position: relative;
      display: block;
      margin: 90px auto -20px;
      text-align: center; } }
.nav-main li {
  display: inline-block;
  margin-left: 25px;
  font-size: 18px; }
  @media screen and (max-width: 1024px) {
    .nav-main li {
      margin: 0 8px; } }
  @media screen and (max-width: 560px) {
    .nav-main li {
      font-size: 16px; } }
  .nav-main li a {
    position: relative;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    .nav-main li a:hover {
      box-shadow: none; }
    .nav-main li a:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 2px;
      background: rgba(255, 255, 255, 0.3);
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s;
      transform: translateY(10px); }
    .nav-main li a:hover:after {
      opacity: 1;
      transform: translateY(0px); }
      .gray .nav-main li a:hover:after {
        box-shadow: 0 2px 0 #fff; }

.work .nav-main .nav-work a,
.projekt .nav-main .nav-work a,
.about .nav-main .nav-about a,
.om .nav-main .nav-about a,
.contact .nav-main .nav-contact a,
.kontakt .nav-main .nav-contact a,
.tjanster .nav-main .nav-services a {
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3); }
  .work .nav-main .nav-work a:after,
  .projekt .nav-main .nav-work a:after,
  .about .nav-main .nav-about a:after,
  .om .nav-main .nav-about a:after,
  .contact .nav-main .nav-contact a:after,
  .kontakt .nav-main .nav-contact a:after,
  .tjanster .nav-main .nav-services a:after {
    display: none; }

.blog .nav-main .nav-blog a,
.blogg .nav-main .nav-blog a {
  box-shadow: 0 2px 0 #fff; }
  .blog .nav-main .nav-blog a:after,
  .blogg .nav-main .nav-blog a:after {
    display: none; }

.post {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 87.28027%;
  margin-left: 6.35987%;
  padding-top: 160px;
  font-size: 19px;
  line-height: 160%; }
  .post:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .post {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 100%;
      margin-left: 0%;
      padding-top: 100px;
      font-size: 17px; }
      .post:last-child {
        margin-right: 0; } }

@media screen and (max-width: 560px) {
  .posts section.gray {
    padding-top: 40px; } }
.post-tags {
  margin-top: 40px;
  font-size: 14px;
  line-height: 150%; }
  @media screen and (max-width: 560px) {
    .post-tags li {
      display: inline-block;
      margin-right: 6px; } }

.post-header {
  float: left;
  display: block;
  margin-right: 2.57751%;
  width: 100%;
  margin-left: 0%;
  position: relative;
  border-bottom: 3px solid #fff; }
  .post-header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .post-header {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .post-header:last-child {
        margin-right: 0; } }
  .post-header aside {
    position: absolute;
    bottom: 32px; }
    @media screen and (max-width: 560px) {
      .post-header aside {
        position: relative; } }
  .post-header .post-title {
    float: left;
    display: block;
    margin-right: 2.57751%;
    width: 72.02432%;
    margin-left: 27.97568%;
    position: relative;
    margin-bottom: 0; }
    .post-header .post-title:last-child {
      margin-right: 0; }
    @media screen and (max-width: 560px) {
      .post-header .post-title {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 100%;
        margin-left: 0%; }
        .post-header .post-title:last-child {
          margin-right: 0; } }
    .post-header .post-title h1 {
      margin: .2em 0 30px;
      font-size: 42px;
      line-height: 130%; }
      @media screen and (max-width: 560px) {
        .post-header .post-title h1 {
          font-size: 32px;
          margin-top: -20px; } }
    .post-header .post-title:before {
      position: absolute;
      display: block;
      content: "";
      bottom: -3px;
      left: 0;
      width: 100%;
      border-bottom: 3px solid #ececea; }
    .post-header .post-title:after {
      position: absolute;
      display: block;
      content: "";
      bottom: -3px;
      left: 0;
      width: 100px;
      border-bottom: 3px solid #ee6156; }

.post-content {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 78.13984%; }
  .post-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .post-content {
      float: left;
      display: block;
      margin-right: 2.01406%;
      width: 100%; }
      .post-content:last-child {
        margin-right: 0; } }

.post-tags {
  float: left;
  display: block;
  margin-right: 2.57751%;
  width: 25.39818%; }
  .post-tags:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .post-tags {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .post-tags:last-child {
        margin-right: 0; } }

.post-body {
  float: left;
  display: block;
  margin-right: 2.57751%;
  width: 72.02432%;
  margin-top: 40px; }
  .post-body:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .post-body {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 100%; }
      .post-body:last-child {
        margin-right: 0; }
      .post-body p,
      .post-body h2,
      .post-body h3,
      .post-body h4,
      .post-body ul,
      .post-body ol,
      .post-body img,
      .post-body blockquote {
        padding-left: 6.35987%;
        padding-right: 6.35987%; } }
  .post-body p {
    margin: 0 0 1em; }
    .post-body p:empty {
      display: none; }
  .post-body h2,
  .post-body h3,
  .post-body h4 {
    clear: both;
    margin-bottom: 1em;
    padding-top: .8em;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 28px;
    text-transform: uppercase; }
  .post-body h2 {
    line-height: 1.3; }
  .post-body h3 {
    font-size: 22px; }
  .post-body h4 {
    font-size: 17px;
    color: #000; }
  .post-body strong {
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    font-weight: normal; }
  .post-body ul,
  .post-body ol {
    list-style: square outside;
    margin: 0 0 1.2em 1.5em; }
    .post-body ul li,
    .post-body ol li {
      margin: 0 0 .5em; }
  .post-body img {
    display: block;
    margin: 0 auto;
    padding: .4em 0 .6em; }
  .post-body ol {
    list-style: decimal outside; }
  .post-body iframe {
    display: block;
    margin: 0 auto;
    padding: .6em 0 .8em; }
  .post-body blockquote {
    position: relative;
    padding: 0.5em 0 1em; }
    .post-body blockquote p {
      margin: 0 0 .5em;
      padding: 0 2.4em;
      color: #a6a695;
      font-family: "LetteraText-Italic", "Helvetica Neue", sans-serif; }
    .post-body blockquote:before {
      content: "“";
      display: block;
      position: absolute;
      top: 30px;
      left: 0;
      color: #ee6156;
      font-size: 80px;
      font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
      opacity: 1; }
    .post-body blockquote cite {
      display: block;
      padding-top: 10px;
      color: rgba(64, 64, 65, 0.85);
      font-family: "LetteraText-Light", "Helvetica Neue", sans-serif; }
  .post-body .image-gallery {
    float: left;
    width: 100%;
    margin: 0 0 1em; }
    .post-body .image-gallery img {
      float: left;
      width: 46%;
      margin: 0 2% 4%; }
    @media screen and (min-width: 768px) {
      .post-body .image-gallery.three img {
        width: 30%;
        margin: 0 1.666% 3.333%; }
      .post-body .image-gallery.four img {
        width: 22%;
        margin: 0 1% 2%; } }
  .post-body .post-references {
    list-style: none;
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
    .post-body .post-references li {
      position: relative;
      padding-bottom: 30px; }
      .post-body .post-references li:after {
        display: block;
        position: absolute;
        bottom: 12px;
        content: "";
        border-bottom: 2px solid #fff;
        width: 50px; }
      .post-body .post-references li:last-child:after {
        display: none; }

.post-author {
  float: left;
  display: block;
  margin-right: 2.01406%;
  width: 12.55938%;
  margin-left: 7.28672%;
  padding-top: 40px;
  text-align: center;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 150%; }
  .post-author:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .post-author {
      float: left;
      display: block;
      margin-right: 2.01406%;
      width: 100%;
      margin-left: 0%; }
      .post-author:last-child {
        margin-right: 0; } }
  .post-author img {
    margin: 0 auto 15px;
    height: auto;
    max-width: 100%; }

.pagination {
  position: relative;
  margin-top: 60px;
  margin-bottom: -80px;
  border-top: 2px solid #fff; }
  .pagination:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    left: 50%;
    background: #fff; }
    @media screen and (max-width: 560px) {
      .pagination:after {
        display: none; } }
  .pagination li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 12.71973%;
    position: relative;
    padding: 40px 40px 40px 0; }
    .pagination li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 560px) {
      .pagination li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        padding: 40px 0 20px; }
        .pagination li:last-child {
          margin-right: 0; } }
    .pagination li:last-child {
      margin-left: 0%;
      padding: 40px 0 40px 40px; }
      @media screen and (max-width: 560px) {
        .pagination li:last-child {
          margin-left: 12.71973%;
          padding: 20px 0 40px;
          border-top: 2px solid #fff; } }
    .pagination li > a:hover h3 span {
      box-shadow: 0 2px 0 #fff; }
    .pagination li.prev-post .post-date:before, .pagination li.next-post .post-date:before {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      display: block;
      content: "";
      width: 20px;
      height: 16px;
      background: url("/images/arrow-red.svg") no-repeat;
      top: 70px;
      left: -60px; }
      @media screen and (max-width: 560px) {
        .pagination li.prev-post .post-date:before, .pagination li.next-post .post-date:before {
          display: none; } }
    .pagination li.next-post .post-date:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      left: auto;
      right: -60px; }
    .pagination li p {
      margin: 0;
      font-size: 14px;
      line-height: 150%; }
      .pagination li p:first-of-type em {
        display: none; }
      .pagination li p > a {
        color: #404041;
        pointer-events: none;
        cursor: default; }
    .pagination li pre,
    .pagination li code,
    .pagination li img {
      display: none; }
    .pagination li h3 {
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: .5em; }

#lottie-container {
  width: 560px;
  height: 560px; }

.footer {
  padding-bottom: 20px; }
  @media screen and (max-width: 560px) {
    .footer {
      padding-top: 40px; } }
  .footer footer {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 93.64013%;
    position: relative; }
    .footer footer:last-child {
      margin-right: 0; }
    .footer footer a:link,
    .footer footer a:visited {
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      box-shadow: none; }
    .footer footer a:hover {
      box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3); }
  .footer .symbol {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 176px;
    height: 126px; }
    .footer .symbol #logo-svg {
      position: absolute;
      top: -63%;
      left: -63%;
      transform: scale(0.44); }
    @media screen and (max-width: 560px) {
      .footer .symbol {
        top: auto;
        bottom: 80px;
        left: 50%;
        right: auto;
        width: 88px;
        height: 63px;
        margin-left: -30px;
        background-size: 88px 63px; }
        .footer .symbol #logo-svg {
          position: absolute;
          top: -178%;
          left: -176%;
          transform: scale(0.22); } }
  .footer .back-to-top {
    position: absolute;
    left: 76px;
    bottom: 100px;
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    overflow: hidden;
    text-indent: -999em;
    background: url("/images/arrow-up.svg") 50% 50% no-repeat;
    box-shadow: none;
    opacity: .2; }
    .footer .back-to-top:hover {
      opacity: 1;
      box-shadow: none; }
    @media screen and (max-width: 1024px) {
      .footer .back-to-top {
        display: none; } }
  .footer .contact-info {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 93.20818%;
    margin-left: 6.79182%; }
    .footer .contact-info:last-child {
      margin-right: 0; }
    .footer .contact-info ul {
      float: left;
      display: block;
      margin-right: 2.01406%;
      width: 27.13281%;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .12em; }
      .footer .contact-info ul:last-child {
        margin-right: 0; }
      .footer .contact-info ul:first-of-type {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 19.84609%; }
        .footer .contact-info ul:first-of-type:last-child {
          margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .footer .contact-info ul {
          float: left;
          display: block;
          margin-right: 1.75788%;
          width: 87.28027%; }
          .footer .contact-info ul:last-child {
            margin-right: 0; }
          .footer .contact-info ul:first-of-type {
            float: left;
            display: block;
            margin-right: 1.75788%;
            width: 87.28027%; }
            .footer .contact-info ul:first-of-type:last-child {
              margin-right: 0; }
          .footer .contact-info ul + ul {
            margin-top: 20px; } }
      @media screen and (max-width: 560px) {
        .footer .contact-info ul {
          margin-left: 6.35987%;
          text-align: center; } }
      .footer .contact-info ul .social-divide {
        margin-top: 10px; }
  .footer .copyright {
    clear: both;
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 93.64013%;
    margin-left: 6.35987%; }
    .footer .copyright:last-child {
      margin-right: 0; }
  .footer .copy,
  .footer .coordinates {
    float: right;
    margin-top: 160px;
    padding: 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    letter-spacing: .12em;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .footer .copy,
      .footer .coordinates {
        margin-top: 60px; } }
    @media screen and (max-width: 560px) {
      .footer .copy,
      .footer .coordinates {
        display: block;
        clear: both;
        float: none;
        margin: 0;
        text-align: center; } }
  .footer .copy {
    float: left; }
    @media screen and (max-width: 560px) {
      .footer .copy {
        float: none;
        margin-top: 160px; } }

.comments {
  color: rgba(255, 255, 255, 0.8); }
  .comments h2 {
    clear: both;
    margin-bottom: 1em;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 25px;
    text-transform: uppercase; }

.comments-container {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 49.12106%;
  margin-left: 25.43947%; }
  .comments-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .comments-container {
      float: left;
      display: block;
      margin-right: 2.01406%;
      width: 85.42656%;
      margin-left: 7.28672%; }
      .comments-container:last-child {
        margin-right: 0; } }

.map {
  padding-top: 30px;
  padding-bottom: 0; }

.map-switch {
  text-align: center;
  margin-bottom: 30px; }
  .map-switch .label {
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #a6a695; }
  .map-switch .switch {
    display: inline-flex; }
  .map-switch .switch-option a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 18px;
    border: 2px solid #ee6156;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow: none; }
    .map-switch .switch-option a:hover, .map-switch .switch-option a:focus {
      background-color: white; }
  .map-switch .switch-option:first-child a {
    border-radius: 4px 0 0 4px; }
  .map-switch .switch-option:last-child a {
    border-radius: 0 4px 4px 0; }
  .map-switch .switch-option.active a {
    background-color: #ee6156;
    color: white; }

.about {
  background: #ececea;
  min-height: 600px; }

.history {
  padding-bottom: 40px; }

.our-story {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%;
  margin-bottom: 100px;
  font-size: 15px;
  line-height: 160%; }
  .our-story:last-child {
    margin-right: 0; }
  .our-story p {
    margin-bottom: 1em;
    padding-right: 10px; }
  .our-story h4 {
    margin-bottom: .75em;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 20px;
    color: #ee6156; }
  .our-story li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    margin-bottom: 40px; }
    .our-story li:last-child {
      margin-right: 0; }
    .our-story li:nth-child(4n) {
      margin-right: 0; }
    .our-story li:last-child {
      clear: left; }
    @media screen and (max-width: 1024px) {
      .our-story li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .our-story li:last-child {
          margin-right: 0; }
        .our-story li:nth-child(4n) {
          margin-right: 1.75788%; }
        .our-story li:nth-child(4n+1) {
          clear: none; }
        .our-story li:nth-child(2n) {
          margin-right: 0; }
        .our-story li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 560px) {
      .our-story li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .our-story li:last-child {
          margin-right: 0; }
        .our-story li:nth-child(4n) {
          margin-right: 1.75788%; }
        .our-story li:nth-child(4n+1) {
          clear: none; } }
    .our-story li:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      height: 2px;
      width: 40px;
      background: #fff; }

.collage {
  height: 616px;
  margin-top: -100px;
  padding: 0;
  background: #121212 url("/images/collage-updated.jpg") center top no-repeat;
  background-size: 2300px 616px;
  z-index: 10; }
  .collage img {
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    z-index: 20; }
  .collage .corridor {
    top: -160px;
    right: 0;
    width: 354px;
    height: 531px; }
    @media screen and (max-width: 768px) {
      .collage .corridor {
        display: none; } }
  .collage .entrance {
    width: 280px;
    height: 420px;
    left: 25.42222%;
    top: 272px; }
    @media screen and (max-width: 1024px) {
      .collage .entrance {
        top: 242px;
        left: 0; } }
    @media screen and (max-width: 768px) {
      .collage .entrance {
        display: none; } }
  .collage .hasselblad {
    position: absolute;
    left: 12.72222%;
    width: 310px;
    height: 308px;
    padding: 60px 40px;
    background: #5e5ee2;
    color: #fff;
    font-size: 15px;
    line-height: 160%; }
    @media screen and (max-width: 1024px) {
      .collage .hasselblad {
        display: none; } }
  .collage .instagram {
    position: absolute;
    left: 48.5344%;
    top: 308px;
    width: 308px;
    height: 308px;
    background: #ee6156;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 160%; }
    @media screen and (max-width: 1024px) {
      .collage .instagram {
        display: none; } }
    .collage .instagram:before {
      position: absolute;
      content: "";
      display: block;
      width: 308px;
      height: 308px;
      margin-top: -30px;
      background: url("/images/icon-instagram-white.svg") center center no-repeat;
      background-size: 80px 80px;
      opacity: .6; }
    .collage .instagram p {
      position: absolute;
      bottom: 70px;
      display: block;
      width: 100%;
      margin: 0 auto;
      line-height: 150%; }
      .collage .instagram p a {
        color: #fff;
        box-shadow: 0 2px 0 rgba(255, 255, 255, 0.35); }
        .collage .instagram p a:hover {
          box-shadow: 0 2px 0 #fff; }

.the-team {
  padding-top: 160px; }

.team {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  letter-spacing: .1em;
  line-height: 150%; }
  .team:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .team {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .team:last-child {
        margin-right: 0; } }
  .team img {
    margin-bottom: .75em; }
  .team .avatar {
    width: 135px;
    height: 135px; }
  .team li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 40px; }
    .team li:last-child {
      margin-right: 0; }
    .team li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .team li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .team li:last-child {
          margin-right: 0; }
        .team li:nth-child(4n) {
          margin-right: 1.75788%; }
        .team li:nth-child(4n+1) {
          clear: none; }
        .team li:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .team li {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 48.99297%; }
        .team li:last-child {
          margin-right: 0; }
        .team li:nth-child(3n) {
          margin-right: 1.75788%; }
        .team li:nth-child(3n+1) {
          clear: none; }
        .team li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .team li {
        font-size: 13px; }
        .team li .avatar {
          width: 86px;
          height: 86px; } }
  .team span {
    display: block; }
  .team .role {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px; }
    @media screen and (max-width: 560px) {
      .team .role {
        font-size: 11px; } }

.about-stats {
  background: url("/images/bg-about-stats.jpg") top center no-repeat;
  background-size: 1500px 734px;
  padding-bottom: 40px; }
  .about-stats ul li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    position: relative;
    margin-bottom: 40px;
    padding-top: 160px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em; }
    .about-stats ul li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .about-stats ul li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%; }
        .about-stats ul li:last-child {
          margin-right: 0; }
        .about-stats ul li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .about-stats ul li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 100%; }
        .about-stats ul li:last-child {
          margin-right: 0; } }
    .about-stats ul li:last-child {
      margin-right: 0; }
    .about-stats ul li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -60px;
      width: 120px;
      height: 120px;
      background: #fff url("/images/icon-laptop.svg") center center no-repeat;
      border-radius: 100%;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25); }
    .about-stats ul li.team-members:before {
      background-image: url("/images/icon-team.svg"); }
    .about-stats ul li.ping-pong:before {
      background-image: url("/images/icon-pingpong.svg"); }
    .about-stats ul li.blog-posts:before {
      background-image: url("/images/icon-blogpost.svg"); }
    .about-stats ul li strong {
      display: block;
      font-size: 85px;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      font-weight: normal;
      line-height: 82px;
      letter-spacing: normal; }

.open-source {
  padding-top: 180px; }

.open-source .wrapper > p {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 49.12106%;
  margin-left: 12.71973%;
  margin-bottom: 2em; }
  .open-source .wrapper > p:last-child {
    margin-right: 0; }

.open-source-projects {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%;
  margin-bottom: -2em; }
  .open-source-projects:last-child {
    margin-right: 0; }
  .open-source-projects li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    font-size: 15px;
    margin-bottom: 2em;
    line-height: 170%; }
    .open-source-projects li:last-child {
      margin-right: 0; }
    .open-source-projects li:nth-child(3n) {
      margin-right: 0; }
    .open-source-projects li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 1024px) {
      .open-source-projects li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .open-source-projects li:last-child {
          margin-right: 0; }
        .open-source-projects li:nth-child(3n) {
          margin-right: 1.75788%; }
        .open-source-projects li:nth-child(3n+1) {
          clear: none; }
        .open-source-projects li:nth-child(2n) {
          margin-right: 0; }
        .open-source-projects li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 560px) {
      .open-source-projects li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .open-source-projects li:last-child {
          margin-right: 0; }
        .open-source-projects li:nth-child(4n) {
          margin-right: 1.75788%; }
        .open-source-projects li:nth-child(4n+1) {
          clear: none; } }
    .open-source-projects li p {
      margin: 0 0 .75em;
      padding-right: 10px; }
    .open-source-projects li h4 {
      margin-bottom: .75em;
      font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif; }

.our-conferences {
  overflow: hidden;
  padding-top: 120px; }
  .our-conferences.marker .wrapper:before {
    top: -120px; }
  .our-conferences p {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    margin-left: 6.35987%;
    margin-bottom: 0; }
    .our-conferences p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .our-conferences p {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .our-conferences p:last-child {
          margin-right: 0; } }
  .our-conferences .posters {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 68.20066%; }
    .our-conferences .posters:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .our-conferences .posters {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 100%;
        margin-top: 60px; }
        .our-conferences .posters:last-child {
          margin-right: 0; } }
  .our-conferences img {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 100%;
    max-width: 774px;
    height: auto;
    margin-bottom: -80px; }
    @media screen and (max-width: 1024px) {
      .our-conferences img {
        display: block;
        margin: 0 auto -80px;
        position: relative;
        right: auto;
        left: auto; } }

.conference {
  background: #2f2852; }

.product.marker .wrapper:before {
  top: -60px; }

body.work .work-landing:before,
body.projekt .work-landing:before {
  position: absolute;
  display: block;
  content: "";
  right: -50px;
  bottom: -120px;
  width: 1006px;
  height: 670px;
  background-image: url("/images/tomtebloss.jpg");
  background-repeat: no-repeat;
  background-size: 1006px 670px; }
  @media screen and (max-width: 1024px) {
    body.work .work-landing:before,
    body.projekt .work-landing:before {
      bottom: -60px;
      right: -290px; } }
body.work .work-landing .intro,
body.projekt .work-landing .intro {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 42.76119%;
  margin-left: 6.35987%; }
  body.work .work-landing .intro:last-child,
  body.projekt .work-landing .intro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    body.work .work-landing .intro,
    body.projekt .work-landing .intro {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%;
      padding-bottom: 40px; }
      body.work .work-landing .intro:last-child,
      body.projekt .work-landing .intro:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    body.work .work-landing .intro,
    body.projekt .work-landing .intro {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      body.work .work-landing .intro:last-child,
      body.projekt .work-landing .intro:last-child {
        margin-right: 0; } }
body.work .project h2,
body.work .project h3,
body.projekt .project h2,
body.projekt .project h3 {
  clear: both;
  margin-bottom: 1em;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    body.work .project h2,
    body.work .project h3,
    body.projekt .project h2,
    body.projekt .project h3 {
      font-size: 30px; } }
body.work .project h3,
body.projekt .project h3 {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    body.work .project h3,
    body.projekt .project h3 {
      font-size: 20px; } }
body.work .project a,
body.projekt .project a {
  font-family: "LetteraText-Medium", "Helvetica Neue", sans-serif; }
body.work .project.gray a, body.work .project.gray-red .project-forza a,
body.projekt .project.gray a,
body.projekt .project.gray-red .project-forza a {
  box-shadow: 0 2px 0 #fff; }
  body.work .project.gray a:hover, body.work .project.gray-red .project-forza a:hover,
  body.projekt .project.gray a:hover,
  body.projekt .project.gray-red .project-forza a:hover {
    box-shadow: 0 2px 0 #ee6156; }
body.work .page-container,
body.projekt .page-container {
  overflow: hidden; }

.project-wealthsimple {
  padding: 100px 0 40px; }
  @media screen and (max-width: 768px) {
    .project-wealthsimple {
      padding-bottom: 190px; } }
  .project-wealthsimple:after {
    position: absolute;
    display: block;
    content: "";
    width: 745px;
    height: 424px;
    bottom: 0;
    left: 50%;
    background-image: url("/images/projects/wealthsimple/project-wealthsimple-2.jpg");
    background-size: 745px 424px;
    background-repeat: no-repeat;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .project-wealthsimple:after {
        left: 50%;
        width: 362px;
        height: 206px;
        transform: translateX(-50%);
        background-size: 362px 206px; } }
  .project-wealthsimple .project-info {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%;
    position: relative;
    padding: 40px 0 50px;
    z-index: 2; }
    .project-wealthsimple .project-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .project-wealthsimple .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding: 0 0 20px; }
        .project-wealthsimple .project-info:last-child {
          margin-right: 0; } }

.project-a-z,
.project-hemnet {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 30.04146%;
  margin-left: 12.71973%;
  padding: 10px 0 100px; }
  .project-a-z:last-child,
  .project-hemnet:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .project-a-z,
    .project-hemnet {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 49.12106%;
      margin-left: 44.51907%; }
      .project-a-z:last-child,
      .project-hemnet:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .project-a-z,
    .project-hemnet {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%;
      position: relative;
      padding: 0 0 60px; }
      .project-a-z:last-child,
      .project-hemnet:last-child {
        margin-right: 0; } }
  .project-a-z:after,
  .project-hemnet:after {
    position: absolute;
    display: block;
    content: "";
    width: 522px;
    height: 462px;
    bottom: -180px;
    left: -260px;
    background-image: url("/images/projects/a-z/project-a-z.png");
    background-size: 522px 462px;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none; }
    @media screen and (max-width: 1024px) {
      .project-a-z:after,
      .project-hemnet:after {
        bottom: auto;
        top: -40px;
        left: -200px; } }
    @media screen and (max-width: 768px) {
      .project-a-z:after,
      .project-hemnet:after {
        left: 55%;
        top: auto;
        bottom: -110px;
        width: 276px;
        height: 244px;
        background-size: 276px 244px; } }

.project-hemnet {
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .project-hemnet {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 100%;
      margin-left: 0%;
      background: #5e5ee2;
      padding: 10px 0 80px; }
      .project-hemnet:last-child {
        margin-right: 0; }
      .project-hemnet .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%;
        margin-left: 44.51907%; }
        .project-hemnet .project-info:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .project-hemnet {
      overflow: visible; }
      .project-hemnet .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        position: relative;
        padding: 0; }
        .project-hemnet .project-info:last-child {
          margin-right: 0; } }
  .project-hemnet:after {
    top: 50%;
    left: -280px;
    width: 486px;
    height: 477px;
    margin-top: -140px;
    background-image: url("/images/projects/hemnet/hero-hemnet.png");
    background-size: 486px 477px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .project-hemnet:after {
        right: auto;
        top: 134px;
        bottom: auto;
        left: -80px;
        width: 389px;
        height: 382px;
        background-size: 389px 382px; } }
    @media screen and (max-width: 768px) {
      .project-hemnet:after {
        right: auto;
        top: auto;
        bottom: -70px;
        left: auto;
        right: 10%;
        width: 218px;
        height: 214px;
        background-size: 218px 214px; } }

.project-sigmastocks,
.project-bonnier {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 23.68159%;
  margin-left: 12.71973%;
  overflow: hidden; }
  .project-sigmastocks:last-child,
  .project-bonnier:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .project-sigmastocks,
    .project-bonnier {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 100%;
      margin-left: 0%;
      background: #ee6156; }
      .project-sigmastocks:last-child,
      .project-bonnier:last-child {
        margin-right: 0; }
      .project-sigmastocks .project-info,
      .project-bonnier .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%;
        margin-left: 6.35987%;
        padding: 80px 0; }
        .project-sigmastocks .project-info:last-child,
        .project-bonnier .project-info:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .project-sigmastocks,
    .project-bonnier {
      overflow: visible; }
      .project-sigmastocks .project-info,
      .project-bonnier .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding: 80px 0 60px; }
        .project-sigmastocks .project-info:last-child,
        .project-bonnier .project-info:last-child {
          margin-right: 0; } }
  .project-sigmastocks:after,
  .project-bonnier:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: -140px;
    width: 320px;
    height: 320px;
    margin-top: -160px;
    background-image: url("/images/projects/sigmastocks/logo.png");
    background-size: 320px 320px;
    background-repeat: no-repeat;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .project-sigmastocks:after,
      .project-bonnier:after {
        margin-top: 30px;
        right: 20px; } }
    @media screen and (max-width: 768px) {
      .project-sigmastocks:after,
      .project-bonnier:after {
        margin-top: 0;
        top: auto;
        right: 20px;
        bottom: -80px;
        width: 180px;
        height: 180px;
        background-size: 180px 180px; } }

@media screen and (max-width: 1024px) {
  .project-bonnier {
    background: #5e5ee2; } }
@media screen and (max-width: 768px) {
  .project-bonnier .project-info {
    padding-bottom: 300px; } }
.project-bonnier:after {
  top: 50%;
  left: auto;
  right: -420px;
  width: 552px;
  height: 325px;
  margin-top: -160px;
  background-image: url("/images/projects/bonnier/hero-bonnier.png");
  background-size: 552px 325px; }
  @media screen and (max-width: 1024px) {
    .project-bonnier:after {
      margin-top: 50px;
      right: -54px;
      width: 442px;
      height: 260px;
      background-size: 442px 260px; } }
  @media screen and (max-width: 768px) {
    .project-bonnier:after {
      right: auto;
      top: auto;
      width: 354px;
      height: 208px;
      background-size: 354px 208px;
      bottom: 80px;
      left: 50%;
      transform: translateX(-50%); } }

.project-battleriff {
  overflow: hidden; }
  .project-battleriff:after {
    position: absolute;
    display: block;
    content: "";
    top: 44%;
    right: -140px;
    width: 952px;
    height: 384px;
    margin-top: -160px;
    background-image: url("/images/projects/battleriff/display-battleriff.png");
    background-size: 952px 384px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1220px) {
      .project-battleriff:after {
        right: -260px; } }
    @media screen and (max-width: 1024px) {
      .project-battleriff:after {
        right: -160px;
        width: 560px;
        height: 226px;
        top: 60%;
        background-size: 560px 226px; } }
    @media screen and (max-width: 768px) {
      .project-battleriff:after {
        right: auto;
        top: auto;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%); } }
  .project-battleriff .project-info {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%;
    position: relative;
    padding: 60px 0;
    z-index: 2; }
    .project-battleriff .project-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1440px) {
      .project-battleriff .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 30.04146%; }
        .project-battleriff .project-info:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1220px) {
      .project-battleriff .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 23.68159%; }
        .project-battleriff .project-info:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .project-battleriff .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 36.40133%;
        padding: 0; }
        .project-battleriff .project-info:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .project-battleriff .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-bottom: 230px; }
        .project-battleriff .project-info:last-child {
          margin-right: 0; } }

.project-spira {
  overflow: hidden; }
  .project-spira:after {
    position: absolute;
    display: block;
    content: "";
    top: 46%;
    right: 51%;
    width: 1080px;
    height: 360px;
    margin-top: -160px;
    background-image: url("/images/projects/spira/spira-phones.png");
    background-size: 1080px 360px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .project-spira:after {
        right: auto;
        top: auto;
        bottom: 80px;
        left: 50%;
        width: 560px;
        height: 226px;
        background-size: 560px 226px;
        transform: translateX(-50%); } }
  .project-spira .project-info {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 57.23881%;
    position: relative;
    padding: 60px 0 30px;
    z-index: 2; }
    .project-spira .project-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .project-spira .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding: 0 0 230px; }
        .project-spira .project-info:last-child {
          margin-right: 0; } }

.project-nfs {
  background-image: url("/images/projects/nfs/bg-nfs.jpg");
  background-size: 866px 547px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .project-nfs {
      padding-top: 60px; } }
  .project-nfs .project-info {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 30.04146%;
    margin-left: 6.35987%;
    position: relative;
    z-index: 2; }
    .project-nfs .project-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .project-nfs .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 36.40133%; }
        .project-nfs .project-info:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .project-nfs .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-bottom: 200px; }
        .project-nfs .project-info:last-child {
          margin-right: 0; } }
    .project-nfs .project-info h2 {
      padding-top: 10px;
      white-space: nowrap; }
      @media screen and (max-width: 768px) {
        .project-nfs .project-info h2 {
          white-space: normal; } }
    .project-nfs .project-info:after {
      position: absolute;
      display: block;
      content: "";
      top: 20px;
      right: -680px;
      width: 596px;
      height: 301px;
      background-image: url("/images/projects/nfs/ipad-with-nfs.png");
      background-size: 596px 301px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .project-nfs .project-info:after {
          right: auto;
          top: auto;
          bottom: -120px;
          left: 50%;
          transform: translateX(-50%); } }

.project-forza {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 30.04146%;
  margin-left: 6.35987%;
  padding: 0 0 140px; }
  .project-forza:last-child {
    margin-right: 0; }
  .project-forza:after {
    position: absolute;
    display: block;
    content: "";
    width: 386px;
    height: 137px;
    bottom: 0;
    left: 5%;
    background-image: url("/images/projects/forza/app-icons.png");
    background-size: 386px 137px;
    background-repeat: no-repeat;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .project-forza:after {
        bottom: auto;
        left: 50%;
        margin-left: -193px;
        top: 0; } }
    @media screen and (max-width: 768px) {
      .project-forza:after {
        top: -20px; } }
  @media screen and (max-width: 1024px) {
    .project-forza {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%;
      padding: 170px 0 60px; }
      .project-forza:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .project-forza {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%;
      padding: 140px 0 40px; }
      .project-forza:last-child {
        margin-right: 0; } }

.gray-red.project {
  overflow: hidden; }

.project-gim {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 23.68159%;
  margin-left: 19.0796%;
  color: #fff; }
  .project-gim:last-child {
    margin-right: 0; }
  .project-gim:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -260px;
    right: -480px;
    width: 645px;
    height: 567px;
    background-image: url("/images/projects/gim/gim-on-android.png");
    background-repeat: no-repeat;
    background-size: 645px 567px; }
    @media screen and (max-width: 1024px) {
      .project-gim:after {
        right: -360px; } }
    @media screen and (max-width: 768px) {
      .project-gim:after {
        bottom: -140px;
        right: -60px;
        width: 356px;
        height: 313px;
        background-size: 356px 313px; } }
  .project-gim a {
    color: #fff;
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3); }
    .project-gim a:hover {
      box-shadow: 0 2px 0 #fff; }
  @media screen and (max-width: 1024px) {
    .project-gim {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 100%;
      margin-left: 0%;
      background: #ee6156; }
      .project-gim:last-child {
        margin-right: 0; }
      .project-gim .project-info {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%;
        margin-left: 12.71973%;
        padding: 80px 0; }
        .project-gim .project-info:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) and (max-width: 768px) {
      .project-gim .project-info {
        padding-top: 60px; } }

  @media screen and (max-width: 768px) {
    .project-gim .project-info {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%;
      padding-bottom: 100px; }
      .project-gim .project-info:last-child {
        margin-right: 0; } }

.work-examples {
  position: relative; }
  @media screen and (max-width: 560px) {
    .work-examples {
      padding-bottom: 30px; } }
  .work-examples .cta {
    display: block;
    clear: both;
    width: 100%;
    padding: 70px 0;
    text-align: center; }
    .work-examples .cta a {
      margin: 0 auto;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 4px;
      padding: 16px 40px;
      color: #fff;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      box-shadow: none;
      transition: all .2s ease-in-out; }
      .work-examples .cta a:hover {
        box-shadow: none;
        background: #fff;
        border-color: #fff;
        color: #5e5ee2; }
  .work-examples ul li span {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 10.76207%;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-weight: lighter;
    text-align: right; }
    .work-examples ul li span:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .work-examples ul li span {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 5.27266%; }
        .work-examples ul li span:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .work-examples ul li span {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 12.55938%;
        text-align: left; }
        .work-examples ul li span:last-child {
          margin-right: 0; } }

.clients-list {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 87.28027%;
  margin-left: 6.35987%; }
  .clients-list:last-child {
    margin-right: 0; }
  .clients-list ul {
    float: left;
    display: block;
    margin-right: 2.01406%;
    width: 48.99297%;
    list-style: none; }
    .clients-list ul:last-child {
      margin-right: 0; }
    .clients-list ul p {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 85.12701%; }
      .clients-list ul p:last-child {
        margin-right: 0; }
    @media screen and (max-width: 768px) {
      .clients-list ul {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 100%; }
        .clients-list ul:last-child {
          margin-right: 0; }
        .clients-list ul p {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 92.71328%; }
          .clients-list ul p:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .clients-list ul {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 100%; }
        .clients-list ul:last-child {
          margin-right: 0; }
        .clients-list ul p {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 85.42656%; }
          .clients-list ul p:last-child {
            margin-right: 0; } }

.logo-wall {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0; }
  .logo-wall:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .logo-wall {
      display: none; } }
  .logo-wall li {
    float: left;
    display: inline-block;
    width: 20%;
    min-height: 180px; }
    @media screen and (max-width: 768px) {
      .logo-wall li {
        width: 40%;
        margin: 0 5%; } }
    @media screen and (max-width: 560px) {
      .logo-wall li {
        width: 90%; } }
  .logo-wall .ea {
    background: url("/images/logo-ea.svg") center center no-repeat; }
  .logo-wall .doberman {
    background: url("/images/logo-doberman.svg") center center no-repeat; }
  .logo-wall .lararforbundet {
    background: url("/images/logo-lararforbundet.svg") center center no-repeat; }
  .logo-wall .telenor {
    background: url("/images/logo-telenor.png") center center no-repeat;
    background-size: 200px 88px; }
  .logo-wall .footballaddicts {
    background: url("/images/logo-forza.png") center center no-repeat;
    background-size: 160px 14px; }
  .logo-wall .lifesum {
    background: url("/images/logo-lifesum.svg") center center no-repeat;
    background-size: 140px 32px; }
  .logo-wall .fb {
    background: url("/images/logo-fb.png") center center no-repeat;
    background-size: 96px 75px; }
  .logo-wall .essity {
    background: url("/images/logo-essity.svg") center center no-repeat;
    background-size: 150px 38px; }
  .logo-wall .klarna {
    background: url("/images/logo-klarna.svg") center center no-repeat;
    background-size: 140px 34px; }
  .logo-wall .bonnier {
    background: url("/images/logo-bonnier.svg") center center no-repeat;
    background-size: 160px 25px; }
  .logo-wall p {
    display: none; }

.services-intro {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%;
  margin-bottom: 80px; }
  .services-intro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .services-intro {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .services-intro:last-child {
        margin-right: 0; } }

.top.services .btn {
  display: inline-block;
  margin: 0 auto; }
  .top.services .btn:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -80px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 80px;
    background: rgba(255, 255, 255, 0.4); }

.what-we-do {
  text-align: center; }
  .what-we-do h2 {
    margin: 0 0 20px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 26px;
    text-transform: uppercase; }
  .what-we-do li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 17.32172%;
    margin-left: 6.35987%;
    position: relative;
    padding-top: 150px;
    font-size: 15px;
    line-height: 1.5; }
    .what-we-do li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .what-we-do li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 36.40133%;
        margin-left: 6.35987%; }
        .what-we-do li:last-child {
          margin-right: 0; }
        .what-we-do li:nth-child(2), .what-we-do li:nth-child(4) {
          margin-left: 12.71973%; }
        .what-we-do li:nth-child(3), .what-we-do li:nth-child(4) {
          margin-top: 60px; } }
    @media screen and (max-width: 560px) {
      .what-we-do li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%;
        margin-top: 60px; }
        .what-we-do li:last-child {
          margin-right: 0; }
        .what-we-do li:nth-child(2), .what-we-do li:nth-child(4) {
          margin-left: 12.71973%; } }
    .what-we-do li a {
      font-size: 18px; }
    .what-we-do li .service-icon:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -60px;
      width: 120px;
      height: 120px;
      background: #fff url("/images/icon-strategy.svg") center center no-repeat;
      border-radius: 100%;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
      transition: all .2s ease-in-out; }
    .what-we-do li .service-icon:hover:before {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -o-transform: scale(1.04);
      transform: scale(1.04);
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2); }
    .what-we-do li.design .service-icon:before {
      background-image: url("/images/icon-design.svg"); }
    .what-we-do li.web .service-icon:before {
      background-image: url("/images/icon-web.svg"); }
    .what-we-do li.mobile .service-icon:before {
      background-image: url("/images/icon-mobile.svg"); }

.how-we-do-it {
  background: url("/images/illustration-wave.svg") center center repeat-x; }
  @media screen and (max-width: 1024px) {
    .how-we-do-it {
      background: none; } }
  .how-we-do-it ul {
    padding-top: 20px;
    font-size: 15px; }
    .how-we-do-it ul li {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 23.68159%;
      position: relative;
      height: 286px; }
      .how-we-do-it ul li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .how-we-do-it ul li {
          height: auto;
          padding-top: 100px; } }
      @media screen and (max-width: 768px) {
        .how-we-do-it ul li {
          float: left;
          display: block;
          margin-right: 1.75788%;
          width: 30.04146%;
          margin-left: 12.71973%;
          padding-top: 80px; }
          .how-we-do-it ul li:last-child {
            margin-right: 0; }
          .how-we-do-it ul li:nth-child(3), .how-we-do-it ul li:nth-child(5) {
            clear: left; } }
      @media screen and (max-width: 560px) {
        .how-we-do-it ul li {
          float: left;
          display: block;
          margin-right: 1.75788%;
          width: 74.56053%;
          margin-left: 12.71973%; }
          .how-we-do-it ul li:last-child {
            margin-right: 0; } }
      .how-we-do-it ul li h2 {
        margin-bottom: 16px;
        color: #ee6156;
        font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
        font-size: 18px;
        text-transform: uppercase; }
      .how-we-do-it ul li.scope p, .how-we-do-it ul li.experiment p, .how-we-do-it ul li.grow p, .how-we-do-it ul li.discover h2, .how-we-do-it ul li.develop h2 {
        position: relative;
        padding-bottom: 80px; }
        @media screen and (max-width: 1024px) {
          .how-we-do-it ul li.scope p, .how-we-do-it ul li.experiment p, .how-we-do-it ul li.grow p, .how-we-do-it ul li.discover h2, .how-we-do-it ul li.develop h2 {
            position: static; } }
        @media screen and (max-width: 768px) {
          .how-we-do-it ul li.scope p, .how-we-do-it ul li.experiment p, .how-we-do-it ul li.grow p, .how-we-do-it ul li.discover h2, .how-we-do-it ul li.develop h2 {
            padding-bottom: 60px; } }
        @media screen and (max-width: 560px) {
          .how-we-do-it ul li.scope p, .how-we-do-it ul li.experiment p, .how-we-do-it ul li.grow p, .how-we-do-it ul li.discover h2, .how-we-do-it ul li.develop h2 {
            padding-bottom: 0; } }
        .how-we-do-it ul li.scope p:before, .how-we-do-it ul li.experiment p:before, .how-we-do-it ul li.grow p:before, .how-we-do-it ul li.discover h2:before, .how-we-do-it ul li.develop h2:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -31px;
          width: 62px;
          height: 62px;
          background-color: #fff;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url("/images/icon-discover.svg");
          border-radius: 100%;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          z-index: 2; }
          @media screen and (max-width: 1024px) {
            .how-we-do-it ul li.scope p:before, .how-we-do-it ul li.experiment p:before, .how-we-do-it ul li.grow p:before, .how-we-do-it ul li.discover h2:before, .how-we-do-it ul li.develop h2:before {
              bottom: auto;
              top: 0; } }
          @media screen and (max-width: 560px) {
            .how-we-do-it ul li.scope p:before, .how-we-do-it ul li.experiment p:before, .how-we-do-it ul li.grow p:before, .how-we-do-it ul li.discover h2:before, .how-we-do-it ul li.develop h2:before {
              left: 0;
              margin-left: 0; } }
      .how-we-do-it ul li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 2px;
        height: 108px;
        margin-left: -1px;
        background: #fff;
        z-index: 1; }
        @media screen and (max-width: 1024px) {
          .how-we-do-it ul li:after {
            display: none; } }
      .how-we-do-it ul li.scope {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 17.32172%;
        margin-left: 12.71973%; }
        .how-we-do-it ul li.scope:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          .how-we-do-it ul li.scope {
            float: left;
            display: block;
            margin-right: 1.75788%;
            width: 23.68159%;
            margin-left: 6.35987%; }
            .how-we-do-it ul li.scope:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 768px) {
          .how-we-do-it ul li.scope {
            float: left;
            display: block;
            margin-right: 1.75788%;
            width: 30.04146%;
            margin-left: 12.71973%; }
            .how-we-do-it ul li.scope:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 560px) {
          .how-we-do-it ul li.scope {
            float: left;
            display: block;
            margin-right: 1.75788%;
            width: 74.56053%;
            margin-left: 12.71973%; }
            .how-we-do-it ul li.scope:last-child {
              margin-right: 0; } }
        .how-we-do-it ul li.scope p:before {
          background-image: url("/images/icon-scope.svg"); }
        .how-we-do-it ul li.scope:after {
          bottom: -76px; }
      .how-we-do-it ul li.experiment, .how-we-do-it ul li.grow {
        margin-left: -12.71973%; }
        @media screen and (max-width: 1024px) {
          .how-we-do-it ul li.experiment, .how-we-do-it ul li.grow {
            margin-left: 6.35987%; } }
        @media screen and (max-width: 768px) {
          .how-we-do-it ul li.experiment, .how-we-do-it ul li.grow {
            margin-left: 12.71973%; } }
      .how-we-do-it ul li.experiment:after {
        bottom: -48px; }
      .how-we-do-it ul li.experiment p:before {
        background-image: url("/images/icon-experiment.svg"); }
      .how-we-do-it ul li.grow:after {
        height: 80px;
        bottom: -18px; }
      .how-we-do-it ul li.grow p:before {
        background-image: url("/images/icon-grow.svg"); }
      .how-we-do-it ul li.discover, .how-we-do-it ul li.develop {
        margin-left: -6.35987%;
        margin-top: 400px; }
        @media screen and (max-width: 1024px) {
          .how-we-do-it ul li.discover, .how-we-do-it ul li.develop {
            margin-left: 6.35987%;
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .how-we-do-it ul li.discover, .how-we-do-it ul li.develop {
            margin-left: 12.71973%; } }
        .how-we-do-it ul li.discover h2, .how-we-do-it ul li.develop h2 {
          padding-bottom: 0;
          padding-top: 90px; }
          @media screen and (max-width: 1024px) {
            .how-we-do-it ul li.discover h2, .how-we-do-it ul li.develop h2 {
              padding-top: 0; } }
          .how-we-do-it ul li.discover h2:before, .how-we-do-it ul li.develop h2:before {
            top: 0;
            bottom: auto; }
        .how-we-do-it ul li.discover:after, .how-we-do-it ul li.develop:after {
          bottom: auto;
          top: -50px; }
      .how-we-do-it ul li.develop:after {
        top: -90px; }
      .how-we-do-it ul li.develop h2:before {
        background-image: url("/images/icon-develop.svg"); }

section.office-image {
  padding: 0;
  background: #190a05; }
  section.office-image img {
    display: block;
    margin: 0 auto;
    padding: 0; }

section.red.service-strategy {
  background-image: url("/images/bg-strategy.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1515px 734px; }

section.blue.service-design {
  background: url("/images/bg-design.jpg") center bottom no-repeat;
  background-size: 1548px 664px; }

section.blue.service-mobile {
  background: url("/images/bg-mobile.jpg") center bottom no-repeat;
  background-size: 1548px 892px; }

.gray .service-info a {
  font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif; }
.service-info .service-section-marker {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  font-weight: lighter;
  text-align: center; }
  .gray .service-info .service-section-marker {
    color: #a6a695; }
  .service-info .service-section-marker + h2 {
    padding: 30px 0 80px;
    font-size: 36px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    text-transform: uppercase;
    text-align: center; }
.service-info .service-intro {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 61.8408%;
  margin-left: 19.0796%;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 1.6; }
  .service-info .service-intro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .service-info .service-intro {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .service-info .service-intro:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .service-info .service-intro {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%;
      font-size: 20px; }
      .service-info .service-intro:last-child {
        margin-right: 0; } }

.service-list {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  font-size: 15px; }
  .service-list h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif; }
  .service-list li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    margin-left: 6.35987%;
    padding-top: 60px;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .service-list li:last-child {
      margin-right: 0; }
    .service-list li:nth-child(4n) {
      clear: left; }
    .service-list li.research {
      background-image: url("/images/service-research.svg"); }
    .service-list li.buisdev {
      background-image: url("/images/service-buisdev.svg");
      background-position: 0 0; }
    .service-list li.customer-success {
      background-image: url("/images/service-customer-success.svg"); }
    .service-list li.user-studies {
      background-image: url("/images/service-user-studies.svg"); }
    .service-list li.ux {
      background-image: url("/images/service-ux.svg"); }
    .service-list li.service-design {
      background-image: url("/images/service-service-design.svg"); }
    .service-list li.graphic-design {
      background-image: url("/images/service-graphic-design.svg"); }
    .service-list li.front-end {
      background-image: url("/images/service-front-end.svg"); }
    .service-list li.back-end {
      background-image: url("/images/service-back-end.svg"); }
    .service-list li.apis {
      background-image: url("/images/service-apis.svg"); }
    .service-list li.hosting {
      background-image: url("/images/service-hosting.svg"); }
    .service-list li.ios {
      background-image: url("/images/service-ios.svg"); }
    .service-list li.android {
      background-image: url("/images/service-android.svg"); }
    .service-list li.react-native {
      background-image: url("/images/service-react-native.svg"); }
    @media screen and (max-width: 768px) {
      .service-list li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        .service-list li:last-child {
          margin-right: 0; } }
  .service-list.full-width li {
    margin-left: 0%;
    padding-right: 30px; }
    .service-list.full-width li:nth-child(4n) {
      clear: none; }
    .service-list.full-width li:nth-child(5n) {
      clear: left; }
    @media screen and (max-width: 1024px) {
      .service-list.full-width li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 30.04146%;
        margin-left: 12.71973%;
        padding-right: 0; }
        .service-list.full-width li:last-child {
          margin-right: 0; }
        .service-list.full-width li:nth-child(1), .service-list.full-width li:nth-child(2) {
          padding-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .service-list.full-width li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        .service-list.full-width li:last-child {
          margin-right: 0; }
        .service-list.full-width li:nth-child(1), .service-list.full-width li:nth-child(2) {
          padding-bottom: 0; } }
  .service-list.two-col li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 30.04146%;
    margin-left: 12.71973%; }
    .service-list.two-col li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .service-list.two-col li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        .service-list.two-col li:last-child {
          margin-right: 0; } }

.examples {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  .examples:last-child {
    margin-right: 0; }

.example-list {
  font-size: 15px; }
  .example-list li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%;
    margin-bottom: 40px; }
    .example-list li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .example-list li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        .example-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .example-list li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .example-list li:last-child {
          margin-right: 0; } }
    .example-list li .example-image {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 40.50805%; }
      .example-list li .example-image:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .example-list li .example-image {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .example-list li .example-image:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .example-list li .example-image {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 41.70625%; }
          .example-list li .example-image:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 560px) {
        .example-list li .example-image {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 100%; }
          .example-list li .example-image:last-child {
            margin-right: 0; } }
      .example-list li .example-image img {
        max-width: 100%;
        height: auto;
        margin-top: 20px; }
    .example-list li .example-info {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 55.38103%; }
      .example-list li .example-info:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .example-list li .example-info {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          .example-list li .example-info:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .example-list li .example-info {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 56.27969%; }
          .example-list li .example-info:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 560px) {
        .example-list li .example-info {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 100%; }
          .example-list li .example-info:last-child {
            margin-right: 0; } }
  .example-list p {
    margin-bottom: 10px; }
  .example-list h4 {
    margin-bottom: 15px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 20px;
    text-transform: uppercase; }
  .service-web .example-list a {
    box-shadow: 0 2px 0 #fff; }
    .service-web .example-list a:hover {
      box-shadow: none; }

.cta-page-nav {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 100%;
  display: none;
  margin-bottom: -20px;
  font-size: 16px;
  -webkit-animation: fade-in-up 1s ease-in-out;
  -moz-animation: fade-in-up 1s ease-in-out;
  animation: fade-in-up 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.44s;
  -moz-animation-duration: 0.44s;
  animation-duration: 0.44s; }
  .cta-page-nav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .cta-page-nav {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .cta-page-nav:last-child {
        margin-right: 0; }
      .cta-page-nav .more {
        display: none; } }
  .cta-page-nav.aos-animate {
    display: block; }
    .cta-page-nav.aos-animate .page-nav li {
      display: inline-block; }
  .cta-page-nav .section-cta {
    position: relative;
    float: left;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .cta-page-nav .section-cta {
        display: block;
        float: none;
        margin-bottom: 50px;
        text-align: center; } }
    @media screen and (max-width: 560px) {
      .cta-page-nav .section-cta {
        font-size: 15px; } }
    .cta-page-nav .section-cta span {
      position: relative;
      padding-left: 44px; }
      @media screen and (max-width: 560px) {
        .cta-page-nav .section-cta span {
          padding: 0 !important; } }
    .cta-page-nav .section-cta span:before {
      position: absolute;
      display: block;
      content: "";
      top: -10px;
      left: 0;
      width: 28px;
      height: 36px;
      background: url("/images/icon-strategy-white.svg") left center no-repeat; }
      @media screen and (max-width: 560px) {
        .cta-page-nav .section-cta span:before {
          display: none; } }
  .service-design .cta-page-nav .section-cta span {
    padding-left: 50px; }
  .service-design .cta-page-nav .section-cta span:before {
    top: -8px;
    width: 32px;
    height: 32px;
    background: url("/images/icon-design-white.svg") left center no-repeat; }
  .service-web .cta-page-nav .section-cta span {
    padding-left: 60px; }
  .service-web .cta-page-nav .section-cta a {
    box-shadow: 0 2px 0 #fff; }
    .service-web .cta-page-nav .section-cta a:hover {
      box-shadow: none; }
  .service-web .cta-page-nav .section-cta span:before {
    top: -6px;
    width: 41px;
    height: 29px;
    background: url("/images/icon-web-red.svg") left center no-repeat; }
  .service-mobile .cta-page-nav .section-cta span {
    padding-left: 44px; }
  .service-mobile .cta-page-nav .section-cta span:before {
    top: -10px;
    width: 24px;
    height: 36px;
    background: url("/images/icon-mobile-white.svg") left center no-repeat; }
  .cta-page-nav .page-nav {
    float: right;
    margin-top: -8px; }
    @media screen and (max-width: 768px) {
      .cta-page-nav .page-nav {
        float: none;
        display: block;
        text-align: center; } }
    .cta-page-nav .page-nav ul {
      display: inline; }
      .cta-page-nav .page-nav ul li {
        display: none;
        margin-left: 10px;
        -webkit-animation: fade-in-up-small 1s ease-in-out;
        -moz-animation: fade-in-up-small 1s ease-in-out;
        animation: fade-in-up-small 1s ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.44s;
        -moz-animation-duration: 0.44s;
        animation-duration: 0.44s;
        -webkit-animation-delay: 0.64s;
        -moz-animation-delay: 0.64s;
        animation-delay: 0.64s; }
        @media screen and (max-width: 768px) {
          .cta-page-nav .page-nav ul li:first-child {
            margin: 0; } }
        .cta-page-nav .page-nav ul li:nth-child(2) {
          -webkit-animation-delay: 0.84s;
          -moz-animation-delay: 0.84s;
          animation-delay: 0.84s; }
        .cta-page-nav .page-nav ul li:nth-child(3) {
          -webkit-animation-delay: 1.04s;
          -moz-animation-delay: 1.04s;
          animation-delay: 1.04s; }
        .cta-page-nav .page-nav ul li a {
          display: inline-block;
          padding: 8px 20px 5px;
          background: #fff;
          color: #ee6156;
          border-radius: 40px;
          text-decoration: none;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          transition: transform .2s ease-in-out; }
        .cta-page-nav .page-nav ul li.up a:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px); }
        .cta-page-nav .page-nav ul li.down a:hover {
          -webkit-transform: translateY(10px);
          -moz-transform: translateY(10px);
          -ms-transform: translateY(10px);
          -o-transform: translateY(10px);
          transform: translateY(10px); }

.services-references {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%; }
  .services-references:last-child {
    margin-right: 0; }
  .services-references .big-quote {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 0%;
    margin-bottom: 80px; }
    .services-references .big-quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .services-references .big-quote {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .services-references .big-quote:last-child {
          margin-right: 0; } }
    .services-references .big-quote:last-of-type {
      margin-right: 0; }
    .services-references .big-quote:before {
      top: -10px;
      left: 56%;
      font-size: 200px;
      line-height: 200px;
      color: rgba(255, 255, 255, 0.4); }
    .services-references .big-quote .photo,
    .services-references .big-quote blockquote {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .services-references .big-quote .photo:last-child,
      .services-references .big-quote blockquote:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .services-references .big-quote .photo,
        .services-references .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .services-references .big-quote .photo:last-child,
          .services-references .big-quote blockquote:last-child {
            margin-right: 0; } }
    .services-references .big-quote .photo img {
      display: block;
      float: none;
      margin: 0 auto 40px; }
    .services-references .big-quote blockquote p {
      font-size: 22px; }

.services-cta.case-cta {
  margin-bottom: 20px; }

.hero-case {
  height: 740px; }
  @media screen and (max-width: 768px) {
    .hero-case {
      height: 640px; } }
  @media screen and (max-width: 560px) {
    .hero-case {
      height: 586px; } }
  .hero-case .wrapper {
    height: 100%;
    position: relative; }

.case-data {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 23.68159%;
  margin-left: 6.35987%;
  position: absolute;
  bottom: 0; }
  .case-data:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .case-data {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 49.12106%;
      margin-left: 25.43947%;
      position: relative;
      margin-top: 100px; }
      .case-data:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .case-data {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .case-data:last-child {
        margin-right: 0; } }
  .case-data h1 {
    margin-bottom: 10px;
    font-size: 42px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    text-transform: uppercase;
    line-height: 130%; }
    @media screen and (max-width: 560px) {
      .case-data h1 {
        font-size: 30px; } }
  .case-data p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 150%; }
  .case-data .time-frame {
    color: #fff;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    text-transform: uppercase; }

.case-intro {
  margin-top: 80px; }
  @media screen and (max-width: 560px) {
    .case-intro {
      margin-top: 0; } }
  .case-intro .intro {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 55.48093%;
    margin-left: 12.71973%;
    margin-top: 0;
    color: #737374;
    font-size: 24px;
    line-height: 1.7; }
    .case-intro .intro:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .case-intro .intro {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .case-intro .intro:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .case-intro .intro {
        font-size: 21px; } }
    .case-intro .intro a {
      box-shadow: 0 2px 0 #fff; }
      .case-intro .intro a:hover {
        box-shadow: 0 2px 0 #ee6156; }
  .case-intro .services {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 17.32172%;
    margin-left: 6.35987%; }
    .case-intro .services:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .case-intro .services {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        margin-top: 20px; }
        .case-intro .services:last-child {
          margin-right: 0; } }
    .case-intro .services .section-header.horizontal {
      margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .case-intro .services ul li {
        display: inline; } }
    .case-intro .services ul li span,
    .case-intro .services ul li a {
      color: #ee6156;
      font-size: 14px; }

.case-nav {
  font-size: 21px;
  padding-bottom: 160px; }
  @media screen and (max-width: 560px) {
    .case-nav {
      font-size: 18px; } }
  .case-nav li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 30.04146%;
    margin-left: 12.71973%; }
    .case-nav li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .case-nav li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        .case-nav li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .case-nav li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .case-nav li:last-child {
          margin-right: 0; } }
    .case-nav li a {
      display: block;
      padding: 20px 0 16px;
      font-family: "LetteraText-Light", "Helvetica Neue", sans-serif; }

.case-gallery-intro {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 61.8408%;
  margin-left: 19.0796%; }
  .case-gallery-intro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .case-gallery-intro {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%;
      margin-left: 6.35987%; }
      .case-gallery-intro:last-child {
        margin-right: 0; } }

.case-gallery {
  float: left;
  width: 100%;
  margin-top: -60px; }
  .case-gallery img {
    margin-top: 65px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    border-radius: 4px; }
  .case-gallery .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%; }
    .case-gallery .left:last-child {
      margin-right: 0; }
    .case-gallery .left .half {
      display: none;
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 40.50805%; }
      .case-gallery .left .half:last-child {
        margin-right: 0; }
      .case-gallery .left .half.right {
        margin-left: 14.87299%; }
  .case-gallery .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%; }
    .case-gallery .right:last-child {
      margin-right: 0; }

.case-caption {
  margin: 40px 0;
  padding: 16px 0;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.4; }

.work div[class*="sub-section"],
.projekt div[class*="sub-section"] {
  font-size: 20px;
  line-height: 150%; }
  @media screen and (max-width: 560px) {
    .work div[class*="sub-section"],
    .projekt div[class*="sub-section"] {
      font-size: 18px; } }
  .work div[class*="sub-section"] h2,
  .work div[class*="sub-section"] h3,
  .projekt div[class*="sub-section"] h2,
  .projekt div[class*="sub-section"] h3 {
    clear: both;
    margin-bottom: 1em;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase; }
    @media screen and (max-width: 560px) {
      .work div[class*="sub-section"] h2,
      .work div[class*="sub-section"] h3,
      .projekt div[class*="sub-section"] h2,
      .projekt div[class*="sub-section"] h3 {
        font-size: 30px; } }
  .work div[class*="sub-section"] h3,
  .projekt div[class*="sub-section"] h3 {
    font-size: 24px; }
    @media screen and (max-width: 560px) {
      .work div[class*="sub-section"] h3,
      .projekt div[class*="sub-section"] h3 {
        font-size: 20px; } }
  .work div[class*="sub-section"] p + h2,
  .projekt div[class*="sub-section"] p + h2 {
    padding-top: 30px; }

.less-padding {
  padding-top: 10px; }

.list-technology {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 74.56053%;
  margin-left: 12.71973%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .list-technology:last-child {
    margin-right: 0; }
  .list-technology li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: center;
    font-size: 14px; }
    .list-technology li:last-child {
      margin-right: 0; }
    .list-technology li:nth-child(6n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .list-technology li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .list-technology li:last-child {
          margin-right: 0; }
        .list-technology li:nth-child(3n) {
          margin-right: 0; } }

.tech:before {
  display: block;
  content: "";
  height: 106px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .6; }
.tech.rails:before {
  background-image: url("/images/tech-rails.svg"); }
.tech.javascript:before {
  background-image: url("/images/tech-javascript.svg"); }
.tech.html:before {
  background-image: url("/images/tech-html.svg"); }
.tech.css:before {
  background-image: url("/images/tech-css.svg"); }
.tech.obj-c:before {
  background-image: url("/images/tech-objc.svg"); }
.tech.java:before {
  background-image: url("/images/tech-java.svg"); }
.tech.aws:before {
  background-image: url("/images/tech-aws.svg"); }
.tech.swift:before {
  background-image: url("/images/tech-swift.svg"); }
.tech.react:before {
  background-image: url("/images/tech-react.svg"); }
.tech.ffmpeg:before {
  background-image: url("/images/tech-ffmpeg.png");
  background-size: 50px 50px; }
.tech.kotlin:before {
  background-image: url("/images/tech-kotlin.svg");
  background-size: 50px 50px; }
.tech.elixir:before {
  background-image: url("/images/tech-elixir.svg");
  background-size: 50px 50px; }
.tech.ruby:before {
  background-image: url("/images/tech-ruby.svg"); }
.tech.graphql:before {
  background-image: url("/images/tech-graphql.svg"); }
.tech.docker:before {
  background-image: url("/images/tech-docker.svg"); }

.case-cta {
  display: block;
  margin: 0 0 60px;
  text-align: center;
  font-size: 20px; }
  .case-cta .btn {
    display: inline-block;
    padding: 16px 40px 13px;
    box-shadow: none; }

.more-cases .section-header {
  top: 170px; }

.featured-case {
  padding: 80px 0 40px;
  background: #ee6156;
  color: #fff;
  font-size: 25px;
  overflow: hidden; }
  .featured-case .section-header h2 {
    margin-right: 44px; }
  @media screen and (max-width: 768px) {
    .featured-case {
      padding: 40px 0 20px; } }
  @media screen and (max-width: 560px) {
    .featured-case {
      font-size: 20px;
      padding: 0; } }
  .featured-case .wrapper {
    position: relative; }
  .featured-case .screenshot {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%; }
    .featured-case .screenshot:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .featured-case .screenshot {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .featured-case .screenshot:last-child {
          margin-right: 0; } }
    .featured-case .screenshot img {
      max-width: 540px; }
      @media screen and (max-width: 768px) {
        .featured-case .screenshot img {
          width: 100%;
          clear: both;
          display: block;
          margin: 20px auto -80px; } }
  .featured-case .copy {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 12.71973%;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 150%; }
    .featured-case .copy:last-child {
      margin-right: 0; }
    .featured-case .copy p {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .featured-case .copy {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        margin-bottom: 20px; }
        .featured-case .copy:last-child {
          margin-right: 0; } }

.blog {
  position: relative; }
  @media screen and (max-width: 560px) {
    .blog {
      padding-bottom: 10px; } }

.recent-posts {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 87.28027%;
  margin-left: 6.35987%; }
  .recent-posts:last-child {
    margin-right: 0; }
  .recent-posts li {
    float: left;
    display: block;
    margin-right: 2.01406%;
    width: 27.13281%;
    margin-left: 7.28672%; }
    .recent-posts li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .recent-posts li {
        float: left;
        display: block;
        margin-right: 2.01406%;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 3em; }
        .recent-posts li:last-child {
          margin-right: 0; } }
    .recent-posts li:first-child {
      margin-left: 0%; }
    .recent-posts li:last-child {
      margin-right: 0; }
  .recent-posts h3 {
    font-size: 22px; }

.blog-index {
  clear: both;
  padding-top: 102px; }
  .blog-index .recent-posts {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 55.48093%;
    margin-left: 6.35987%;
    font-size: 19px;
    line-height: 160%; }
    .blog-index .recent-posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .blog-index .recent-posts {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%; }
        .blog-index .recent-posts:last-child {
          margin-right: 0; } }
    .blog-index .recent-posts li {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-left: 0%;
      position: relative;
      margin-bottom: 100px;
      padding-top: 30px; }
      .blog-index .recent-posts li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .blog-index .recent-posts li {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 100%; }
          .blog-index .recent-posts li:last-child {
            margin-right: 0; } }
      .blog-index .recent-posts li:before {
        display: block;
        position: absolute;
        content: "";
        width: 87px;
        height: 3px;
        top: 0;
        background: #fff; }
      .blog-index .recent-posts li:first-child {
        padding-top: 0; }
        .blog-index .recent-posts li:first-child:before {
          display: none; }
        .blog-index .recent-posts li:first-child .avatar {
          top: -4px; }
      .blog-index .recent-posts li:last-child {
        margin-bottom: 20px; }
    .blog-index .recent-posts h3 {
      padding-right: 110px;
      font-size: 32px;
      line-height: 130%; }
    .blog-index .recent-posts .avatar {
      position: absolute;
      top: 24px;
      right: 0; }
    .blog-index .recent-posts .btn {
      margin-top: 10px; }
  .blog-index aside {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 30.04146%;
    margin-left: 6.35987%;
    margin-right: 0;
    margin-top: 2px; }
    .blog-index aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .blog-index aside {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-top: 80px; }
        .blog-index aside:last-child {
          margin-right: 0; } }

.featured-posts {
  padding-bottom: 30px; }
  .featured-posts li {
    display: block;
    position: relative;
    min-height: 240px;
    margin-bottom: 60px;
    background-color: #5e5ee2;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .featured-posts li:hover {
      margin-top: -2px;
      margin-bottom: 62px;
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .featured-posts li.red {
      background-color: #ee6156; }
    .featured-posts li a {
      display: block;
      position: relative;
      min-height: 240px; }
      .featured-posts li a:hover {
        box-shadow: none; }
    .featured-posts li h4 {
      padding: 20px;
      color: #fff;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      font-size: 27px;
      line-height: 140%;
      text-transform: uppercase; }
    .featured-posts li .post-date {
      padding: 20px 20px 0;
      color: rgba(255, 255, 255, 0.5); }
    .featured-posts li .post-meta {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      height: 40px;
      margin: 0;
      color: rgba(255, 255, 255, 0.5); }
      .featured-posts li .post-meta .post-author,
      .featured-posts li .post-meta .post-date {
        position: absolute;
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        top: 0;
        left: 74px;
        text-align: left;
        font-size: 12px;
        line-height: 12px; }
      .featured-posts li .post-meta .post-date {
        top: -5px; }
      .featured-posts li .post-meta .post-author {
        top: 15px; }
      .featured-posts li .post-meta img {
        position: absolute;
        left: 0;
        bottom: 0; }
    .featured-posts li.time-zones {
      background-image: url("/images/post-timezones.jpg");
      background-size: 400px 300px; }
      .featured-posts li.time-zones:hover {
        background-size: 500px 375px; }
    .featured-posts li.love {
      background-image: url("/images/post-love.jpg");
      background-size: 450px 300px; }
      .featured-posts li.love:hover {
        background-size: 550px 367px; }
    .featured-posts li.websockets {
      background-image: url("/images/post-websockets.jpg");
      background-size: 450px 298px;
      background-position: center bottom; }
      .featured-posts li.websockets:hover {
        background-size: 550px 364px; }
    .featured-posts li.bug-report {
      background-image: url("/images/post-bugreport.jpg");
      background-size: 400px 400px; }
      .featured-posts li.bug-report:hover {
        background-size: 500px 500px; }
    .featured-posts li.ship-it {
      background-image: url("/images/post-shipit.jpg");
      background-size: 400px 400px; }
      .featured-posts li.ship-it:hover {
        background-size: 500px 500px; }
    .featured-posts li.upphandling {
      background-image: url("/images/post-upphandling.jpg");
      background-size: 400px 400px; }
      .featured-posts li.upphandling:hover {
        background-size: 500px 500px; }
    .featured-posts li.qr-codes {
      background-image: url("/images/post-qrcodes.jpg");
      background-size: 400px 400px; }
      .featured-posts li.qr-codes:hover {
        background-size: 500px 500px; }

.en-blog-link {
  border: 2px solid #ee6156;
  border-radius: 4px;
  padding: 20px;
  margin: -20px 0 40px; }
  .en-blog-link p {
    margin: 0; }

.topics li {
  display: inline;
  margin: 0 6px 0 0;
  font-size: 14px;
  line-height: 200%; }
  .topics li a:hover {
    background: #fff; }

.recent-post-excerpt p {
  margin-bottom: 1em; }
  .recent-post-excerpt p:first-of-type em {
    display: none; }
.recent-post-excerpt img {
  display: none; }

.recent-post-date,
.post-date {
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  font-size: 15px;
  color: #a6a695;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.recent-post-title,
.post-title {
  margin-bottom: .8em;
  font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
  text-transform: uppercase; }

.recent-post-author img {
  float: left; }
.recent-post-author .name {
  line-height: 60px;
  margin: 0 0 0 1em; }

.archive {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 93.64013%;
  margin-left: 6.35987%; }
  .archive:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .archive {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%; }
      .archive:last-child {
        margin-right: 0; } }

.archive-list {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 1.2em;
  -moz-column-gap: 1.2em;
  column-gap: 1.2em; }
  @media screen and (max-width: 1024px) {
    .archive-list {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }
  @media screen and (max-width: 1024px) {
    .archive-list {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  .archive-list > li {
    line-height: 130%;
    -webkit-column-break-inside: avoid; }
    .archive-list > li:nth-child(3n) {
      margin-right: 0; }
  .archive-list h3 {
    margin-bottom: .75em;
    font-size: 24px;
    font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
    text-transform: uppercase; }
  .archive-list .post-date {
    display: inline-block;
    width: 22%;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: top; }
  .archive-list ul {
    margin: .5em 0 2em;
    font-size: 16px; }
  .archive-list p {
    display: inline-block;
    width: 76%;
    margin: 0 0 10px;
    font-size: 15px; }
  .red .archive-list a {
    font-family: "LetteraText-Regular", "Helvetica Neue", sans-serif; }

.post-with-tag {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 55.48093%;
  margin-left: 6.35987%;
  margin-top: 10px; }
  .post-with-tag:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .post-with-tag {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 87.28027%; }
      .post-with-tag:last-child {
        margin-right: 0; } }
  .post-with-tag h2 {
    margin: 6px 0 32px;
    color: #a6a695;
    font-size: 22px; }
  .post-with-tag .topic-tag, .post-with-tag .post-tags a, .post-tags .post-with-tag a, .post-with-tag .case-intro .services ul li span, .case-intro .services ul li .post-with-tag span,
  .post-with-tag .case-intro .services ul li a,
  .case-intro .services ul li .post-with-tag a, .post-with-tag .topics li a, .topics li .post-with-tag a {
    color: #ee6156; }
  .post-with-tag .post-title {
    font-size: 26px;
    line-height: 140%; }
  .post-with-tag ul li {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .post-with-tag ul li img,
    .post-with-tag ul li h2,
    .post-with-tag ul li pre {
      display: none; }
    .post-with-tag ul li:after {
      display: block;
      position: absolute;
      content: "";
      width: 87px;
      height: 3px;
      bottom: 0;
      background: #fff; }
    .post-with-tag ul li:last-child {
      margin-bottom: 0; }
      .post-with-tag ul li:last-child:after {
        display: none; }
    .post-with-tag ul li p {
      margin: 0 0 .5em; }
      .post-with-tag ul li p:first-child em {
        display: none; }

.topic-page .section-header {
  top: 95px; }

.contact-page {
  height: 948px;
  background-image: url("/images/bg-top-varvet-standup.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1024px 684px; }
  .contact-page h2 {
    padding-top: 200px;
    text-align: center;
    clear: both;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      .contact-page h2 {
        padding-top: 150px;
        font-size: 20px; } }

.contact-form {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both; }
  .contact-form::after {
    clear: both;
    content: "";
    display: block; }
  .contact-form .inner {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 74.56053%;
    margin-left: 12.71973%;
    position: relative; }
    .contact-form .inner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .contact-form .inner {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .contact-form .inner:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .contact-form .inner {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 100%;
        margin-left: 0%; }
        .contact-form .inner:last-child {
          margin-right: 0; } }
  .contact-form .form-container {
    position: absolute;
    top: -574px;
    left: 0;
    right: 0;
    background: #ee6156;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 10;
    overflow: hidden; }
    .contact-form .form-container form {
      padding: 20px 40px 40px; }
      @media screen and (max-width: 768px) {
        .contact-form .form-container form {
          padding: 20px 30px 40px; } }
    .contact-form .form-container input[type="submit"] {
      margin-top: 2em; }

.gray.contact-info {
  margin-top: -180px; }

.points-of-contact {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 100%;
  position: relative;
  margin-top: 266px;
  margin-bottom: 80px; }
  .points-of-contact:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .points-of-contact {
      margin-top: 524px;
      margin-bottom: 40px; } }
  .points-of-contact:before {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: -87px;
    margin-left: -1px;
    width: 2px;
    height: 30px;
    background: #fff; }
  .points-of-contact li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    text-align: center;
    font-size: 28px;
    font-family: "LetteraText-Regular", "Helvetica Neue", sans-serif; }
    .points-of-contact li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .points-of-contact li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        margin-bottom: 1.4em; }
        .points-of-contact li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .points-of-contact li {
        font-size: 18px; } }
    .points-of-contact li:first-child {
      margin-left: 6.35987%; }
    .points-of-contact li:nth-child(2) {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 36.40133%; }
      .points-of-contact li:nth-child(2):last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .points-of-contact li:nth-child(2) {
          float: left;
          display: block;
          margin-right: 1.75788%;
          width: 87.28027%; }
          .points-of-contact li:nth-child(2):last-child {
            margin-right: 0; } }
    .points-of-contact li:last-child {
      margin-right: 0; }
    .points-of-contact li span {
      display: block;
      margin-bottom: 1em;
      color: #a6a695;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: .12em; }

.social-accounts {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 100%; }
  .social-accounts:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .social-accounts {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .social-accounts:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .social-accounts {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 100%;
      margin-left: 0%; }
      .social-accounts:last-child {
        margin-right: 0; } }
  .social-accounts li {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 10.96186%; }
    .social-accounts li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .social-accounts li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .social-accounts li:last-child {
          margin-right: 0; }
        .social-accounts li:nth-child(4) {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      .social-accounts li {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 23.68159%; }
        .social-accounts li:last-child {
          margin-right: 0; } }
    .social-accounts li:last-child {
      margin-right: 0; }
    .social-accounts li a {
      display: block;
      height: 100px;
      color: #fff;
      font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .12em;
      line-height: 150%;
      text-align: center; }
      .social-accounts li a span {
        display: block;
        height: 100px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 36%;
        text-indent: -9999em;
        overflow: hidden;
        opacity: .2; }
      .social-accounts li a:hover {
        box-shadow: none; }
        .social-accounts li a:hover span {
          opacity: .5; }
    .social-accounts li.twitter [data-balloon-length="fit"]:after {
      width: 190px; }
    .social-accounts li.twitter span {
      background-image: url("/images/icon-twitter.svg"); }
    .social-accounts li.facebook [data-balloon-length="fit"]:after {
      width: 180px; }
    .social-accounts li.facebook span {
      background-image: url("/images/icon-facebook.svg"); }
    .social-accounts li.instagram [data-balloon-length="fit"]:after {
      width: 253px; }
    .social-accounts li.instagram span {
      background-image: url("/images/icon-instagram.svg"); }
    .social-accounts li.github [data-balloon-length="fit"]:after {
      width: 214px; }
    .social-accounts li.github span {
      background-image: url("/images/icon-github.svg"); }
    .social-accounts li.dribbble [data-balloon-length="fit"]:after {
      width: 266px; }
    .social-accounts li.dribbble span {
      background-image: url("/images/icon-dribbble.svg"); }
    .social-accounts li.youtube [data-balloon-length="fit"]:after {
      width: 252px; }
    .social-accounts li.youtube span {
      background-image: url("/images/icon-youtube.svg"); }
    .social-accounts li.linkedin [data-balloon-length="fit"]:after {
      width: 244px; }
    .social-accounts li.linkedin span {
      background-image: url("/images/icon-linkedin.svg"); }
    .social-accounts li.google-plus [data-balloon-length="fit"]:after {
      width: 206px; }
    .social-accounts li.google-plus span {
      background-image: url("/images/icon-google-plus.svg");
      background-size: 46%; }
  .social-accounts [data-balloon]:before,
  .social-accounts [data-balloon]:after {
    bottom: 80%; }
  .social-accounts [data-balloon]:after {
    padding: .8em 1em .6em;
    border-radius: 3px;
    background: #5e5ee2;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
  .social-accounts [data-balloon]:before {
    display: none; }

.hero-a-z {
  background: #262626; }
  .hero-a-z a {
    color: #fff; }
  .hero-a-z .case-data h1,
  .hero-a-z .case-data .time-frame {
    white-space: nowrap;
    color: #b19a54; }
  .hero-a-z .case-hero-image img {
    display: none;
    position: absolute;
    right: 80px;
    bottom: -144px;
    width: 587px;
    height: 488px;
    z-index: 100;
    -webkit-animation: slide-in-above 0.75s ease-in-out;
    -moz-animation: slide-in-above 0.75s ease-in-out;
    animation: slide-in-above 0.75s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .loaded .hero-a-z .case-hero-image img {
      display: block; }
  @media screen and (max-width: 1024px) {
    .hero-a-z .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-a-z .case-hero-image:last-child {
        margin-right: 0; }
      .hero-a-z .case-hero-image img {
        margin: 0 auto;
        position: relative;
        bottom: 40px;
        right: 0;
        max-width: 450px;
        width: 100%;
        height: auto; } }

section.a-z-black {
  background: #262626;
  color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    section.a-z-black {
      padding: 60px 0 30px; } }
  section.a-z-black p {
    color: rgba(255, 255, 255, 0.5); }
  section.a-z-black a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3); }
    section.a-z-black a:hover {
      box-shadow: 0 2px 0 #fff; }
  section.a-z-black h2 {
    color: #b19a54; }
  section.a-z-black .section-header h2 {
    color: rgba(255, 255, 255, 0.6); }
  section.a-z-black .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 12.71973%;
    padding-top: 20px; }
    section.a-z-black .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.a-z-black .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 42.76119%; }
        section.a-z-black .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      section.a-z-black .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.a-z-black .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.a-z-black .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-top: 0; }
        section.a-z-black .left:last-child {
          margin-right: 0; } }
  section.a-z-black .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%; }
    section.a-z-black .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.a-z-black .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 36.40133%; }
        section.a-z-black .right:last-child {
          margin-right: 0; } }
    section.a-z-black .right img {
      float: left;
      max-width: inherit;
      margin: 100px 0 0; }
    @media screen and (max-width: 768px) {
      section.a-z-black .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 61.8408%;
        margin-left: 19.0796%; }
        section.a-z-black .right:last-child {
          margin-right: 0; }
        section.a-z-black .right img {
          display: block;
          margin: 0 auto;
          max-width: 100%; } }
  section.a-z-black .big-quote {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 55.48093%;
    margin-left: 0%; }
    section.a-z-black .big-quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1220px) {
      section.a-z-black .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%;
        margin-left: 6.35987%; }
        section.a-z-black .big-quote:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      section.a-z-black .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.a-z-black .big-quote:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      section.a-z-black .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.a-z-black .big-quote:last-child {
          margin-right: 0; } }
    section.a-z-black .big-quote:before {
      color: #b19a54; }
      @media screen and (max-width: 768px) {
        section.a-z-black .big-quote:before {
          top: -30px;
          left: 62px;
          font-family: "LetteraText-Italic", "Helvetica Neue", sans-serif;
          font-size: 188px;
          line-height: 188px; } }
    section.a-z-black .big-quote .photo {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 31.22104%; }
      section.a-z-black .big-quote .photo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1220px) {
        section.a-z-black .big-quote .photo {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 35.26333%; }
          section.a-z-black .big-quote .photo:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        section.a-z-black .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          section.a-z-black .big-quote .photo:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.a-z-black .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 27.13281%; }
          section.a-z-black .big-quote .photo:last-child {
            margin-right: 0; } }
    section.a-z-black .big-quote img {
      border: none;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5); }
    section.a-z-black .big-quote blockquote {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 65.61052%; }
      section.a-z-black .big-quote blockquote:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1220px) {
        section.a-z-black .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 61.158%; }
          section.a-z-black .big-quote blockquote:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        section.a-z-black .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          section.a-z-black .big-quote blockquote:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.a-z-black .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 63.56641%;
          margin-left: 7.28672%; }
          section.a-z-black .big-quote blockquote:last-child {
            margin-right: 0; }
          section.a-z-black .big-quote blockquote p {
            font-size: 21px; } }
  section.a-z-black .result {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%; }
    section.a-z-black .result:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1220px) {
      section.a-z-black .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 30.04146%; }
        section.a-z-black .result:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      section.a-z-black .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%;
        margin-top: 60px; }
        section.a-z-black .result:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.a-z-black .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.a-z-black .result:last-child {
          margin-right: 0; } }
  section.a-z-black .list-technology {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 61.8408%;
    margin-left: 25.43947%;
    margin-top: -30px; }
    section.a-z-black .list-technology:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.a-z-black .list-technology {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.a-z-black .list-technology:last-child {
          margin-right: 0; } }
    section.a-z-black .list-technology li {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%; }
      section.a-z-black .list-technology li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        section.a-z-black .list-technology li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          section.a-z-black .list-technology li:last-child {
            margin-right: 0; }
          section.a-z-black .list-technology li:nth-child(3n) {
            margin-right: 0; } }
      @media screen and (max-width: 560px) {
        section.a-z-black .list-technology li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          section.a-z-black .list-technology li:last-child {
            margin-right: 0; } }

.hero-battleriff {
  background: #1e242f; }
  .hero-battleriff a {
    color: #fff; }
  .hero-battleriff .case-hero-image img {
    position: absolute;
    right: -70px;
    bottom: -144px;
    width: 830px;
    height: 488px;
    z-index: 100;
    -webkit-animation: slide-in-right 0.75s ease-in-out;
    -moz-animation: slide-in-right 0.75s ease-in-out;
    animation: slide-in-right 0.75s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  @media screen and (max-width: 1220px) {
    .hero-battleriff .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-battleriff .case-hero-image:last-child {
        margin-right: 0; }
      .hero-battleriff .case-hero-image img {
        display: block;
        margin: 0 auto;
        position: relative;
        bottom: -10px;
        right: 0;
        max-width: 730px;
        width: 100%;
        height: auto; } }

section.battleriff-yellow {
  background-color: #e8a013;
  background-image: -webkit-linear-gradient(left, #e8a013, #fed901);
  background-image: linear-gradient(to right,#e8a013, #fed901);
  color: #fff;
  overflow: hidden; }
  section.battleriff-yellow .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%; }
    section.battleriff-yellow .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.battleriff-yellow .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%; }
        section.battleriff-yellow .left:last-child {
          margin-right: 0; } }
  section.battleriff-yellow .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 49.12106%; }
    section.battleriff-yellow .right:last-child {
      margin-right: 0; }
    section.battleriff-yellow .right img {
      float: right;
      max-width: inherit;
      margin: 0 -400px 0 0; }
    @media screen and (max-width: 1024px) {
      section.battleriff-yellow .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.battleriff-yellow .right:last-child {
          margin-right: 0; }
        section.battleriff-yellow .right img {
          display: block;
          margin: 0 auto;
          max-width: 100%; } }

section.battleriff-blue {
  background: #1e242f;
  color: #fff; }

.hero-nfs {
  background-color: #13151e;
  background-image: url("/images/projects/nfs/bg-hero-nfs.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1416px 740px; }
  @media screen and (max-width: 1024px) {
    .hero-nfs {
      height: 740px; } }
  @media screen and (max-width: 560px) {
    .hero-nfs {
      height: 600px; } }
  .hero-nfs a {
    color: #fff; }
  .hero-nfs h1 {
    white-space: nowrap;
    color: #fecd01; }
  .hero-nfs .case-hero-image img {
    display: none;
    position: absolute;
    right: -70px;
    bottom: -144px;
    width: 800px;
    height: 450px;
    z-index: 100;
    -webkit-animation: slide-in-right 0.75s ease-in-out;
    -moz-animation: slide-in-right 0.75s ease-in-out;
    animation: slide-in-right 0.75s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    @media screen and (max-width: 1220px) {
      .hero-nfs .case-hero-image img {
        right: -120px; } }
    .loaded .hero-nfs .case-hero-image img {
      display: block; }
  @media screen and (max-width: 1024px) {
    .hero-nfs .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-nfs .case-hero-image:last-child {
        margin-right: 0; }
      .hero-nfs .case-hero-image img {
        display: block;
        margin: 0 auto;
        position: relative;
        bottom: 30px;
        right: 0;
        max-width: 730px;
        width: 100%;
        height: auto; } }

@media screen and (max-width: 1024px) {
  .case-intro-nfs {
    margin-top: 140px; } }
@media screen and (max-width: 768px) {
  .case-intro-nfs {
    margin-top: 0; } }

section.nfs-marine {
  background-color: #11141c;
  background-image: -webkit-linear-gradient(left, #11141c, #122f41);
  background-image: linear-gradient(to right,#11141c, #122f41);
  color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    section.nfs-marine {
      padding: 60px 0 10px; }
      section.nfs-marine.less-padding {
        padding-top: 0; } }
  section.nfs-marine h2 {
    color: #fecd01; }
  section.nfs-marine .section-header h2 {
    color: rgba(255, 255, 255, 0.6); }
  section.nfs-marine .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%;
    padding-top: 20px; }
    section.nfs-marine .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.nfs-marine .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.nfs-marine .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.nfs-marine .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-top: 0; }
        section.nfs-marine .left:last-child {
          margin-right: 0; } }
  section.nfs-marine .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 49.12106%;
    margin-top: 60px; }
    section.nfs-marine .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.nfs-marine .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%;
        margin-top: 0; }
        section.nfs-marine .right:last-child {
          margin-right: 0; }
        section.nfs-marine .right img {
          display: block;
          margin: 0 auto;
          max-width: 100%; } }
    @media screen and (max-width: 560px) {
      section.nfs-marine .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        margin-top: -20px; }
        section.nfs-marine .right:last-child {
          margin-right: 0; } }
    section.nfs-marine .right .overwatch-ui {
      position: relative;
      display: none;
      float: left;
      width: 100%;
      margin: 100px 0 150px; }
      @media screen and (max-width: 1024px) {
        section.nfs-marine .right .overwatch-ui {
          margin-top: 30px; } }
      section.nfs-marine .right .overwatch-ui img {
        -webkit-animation: bounce-in 1s ease-in-out;
        -moz-animation: bounce-in 1s ease-in-out;
        animation: bounce-in 1s ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s; }
        section.nfs-marine .right .overwatch-ui img.heli, section.nfs-marine .right .overwatch-ui img.roadblock {
          position: absolute;
          top: 139px;
          left: 50%; }
        section.nfs-marine .right .overwatch-ui img.heli {
          margin-left: -144px;
          -webkit-animation-delay: 1.6s;
          -moz-animation-delay: 1.6s;
          animation-delay: 1.6s; }
        section.nfs-marine .right .overwatch-ui img.roadblock {
          margin-right: 144px;
          -webkit-animation-delay: 2.4s;
          -moz-animation-delay: 2.4s;
          animation-delay: 2.4s; }
    section.nfs-marine .right .case-caption {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      margin-left: 25.89467%;
      -webkit-animation: fade-in-down 1s ease-in-out;
      -moz-animation: fade-in-down 1s ease-in-out;
      animation: fade-in-down 1s ease-in-out;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: 3s;
      -moz-animation-delay: 3s;
      animation-delay: 3s;
      display: none; }
      section.nfs-marine .right .case-caption:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        section.nfs-marine .right .case-caption {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%;
          margin-left: 17.05961%;
          margin-bottom: 0;
          display: none; }
          section.nfs-marine .right .case-caption:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 560px) {
        section.nfs-marine .right .case-caption {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 100%;
          margin-left: 0%;
          display: none; }
          section.nfs-marine .right .case-caption:last-child {
            margin-right: 0; } }
    section.nfs-marine .right img {
      display: block;
      margin: 0 auto; }
    section.nfs-marine .right.aos-animate .overwatch-ui,
    section.nfs-marine .right.aos-animate .case-caption {
      display: inline; }
  section.nfs-marine .logo {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    margin-left: 12.71973%;
    margin-bottom: 30px; }
    section.nfs-marine .logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.nfs-marine .logo {
        display: none; } }
  section.nfs-marine .result {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 12.71973%; }
    section.nfs-marine .result:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.nfs-marine .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%; }
        section.nfs-marine .result:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.nfs-marine .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.nfs-marine .result:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 560px) {
    section.nfs-marine .list-technology {
      margin-top: -20px;
      margin-bottom: 40px; } }

@media screen and (max-width: 560px) {
  .nfs-gallery {
    margin-top: -15px; } }
.nfs-gallery ul li {
  float: left;
  display: block;
  margin-right: 1.75788%;
  width: 23.68159%;
  margin-left: 6.35987%; }
  .nfs-gallery ul li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .nfs-gallery ul li {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 30.04146%;
      margin-left: 12.71973%; }
      .nfs-gallery ul li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .nfs-gallery ul li {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .nfs-gallery ul li:last-child {
        margin-right: 0; }
      .nfs-gallery ul li img {
        margin-top: 20px; } }
  .nfs-gallery ul li a {
    box-shadow: none; }

.hero-sigmastocks {
  background: #07704b; }
  .hero-sigmastocks a {
    color: #fff; }
  .hero-sigmastocks .case-hero-image img {
    display: none;
    position: absolute;
    right: 80px;
    bottom: -144px;
    width: 613px;
    height: 481px;
    z-index: 100;
    -webkit-animation: slide-in-below 0.55s ease-in-out;
    -moz-animation: slide-in-below 0.55s ease-in-out;
    animation: slide-in-below 0.55s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .loaded .hero-sigmastocks .case-hero-image img {
      display: block; }
  @media screen and (max-width: 1024px) {
    .hero-sigmastocks .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-sigmastocks .case-hero-image:last-child {
        margin-right: 0; }
      .hero-sigmastocks .case-hero-image img {
        margin: 0 auto;
        position: relative;
        bottom: -10px;
        right: 0;
        max-width: 452px;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 1024px) and (max-width: 768px) {
      .hero-sigmastocks .case-hero-image img {
        max-width: 362px;
        bottom: 20px; } }
    @media screen and (max-width: 1024px) and (max-width: 560px) {
      .hero-sigmastocks .case-hero-image img {
        max-width: 236px;
        bottom: 10px; } }

section.sigmastocks-green {
  background: #07704b;
  color: #fff; }
  @media screen and (max-width: 560px) {
    section.sigmastocks-green {
      padding: 40px 0 20px; } }
  section.sigmastocks-green .list-technology {
    margin-left: 25.43947%; }
    @media screen and (max-width: 768px) {
      section.sigmastocks-green .list-technology {
        margin-left: 12.71973%; } }

section.sigmastocks-gray {
  background: #4d4d4c;
  color: #fff; }
  @media screen and (max-width: 560px) {
    section.sigmastocks-gray {
      padding: 30px 0 60px; } }
  section.sigmastocks-gray p {
    color: rgba(255, 255, 255, 0.7); }
  section.sigmastocks-gray a {
    color: #fff;
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5); }
    section.sigmastocks-gray a:hover {
      box-shadow: 0 2px 0 #fff; }
  section.sigmastocks-gray .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 12.71973%;
    padding-top: 20px; }
    section.sigmastocks-gray .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.sigmastocks-gray .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%; }
        section.sigmastocks-gray .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.sigmastocks-gray .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.sigmastocks-gray .left:last-child {
          margin-right: 0; } }
  section.sigmastocks-gray .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%; }
    section.sigmastocks-gray .right:last-child {
      margin-right: 0; }
    section.sigmastocks-gray .right img {
      max-width: inherit;
      margin: -200px 0 140px;
      z-index: 10; }
    @media screen and (max-width: 1024px) {
      section.sigmastocks-gray .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.sigmastocks-gray .right:last-child {
          margin-right: 0; }
        section.sigmastocks-gray .right img {
          display: none; } }
    @media screen and (max-width: 560px) {
      section.sigmastocks-gray .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.sigmastocks-gray .right:last-child {
          margin-right: 0; } }
  section.sigmastocks-gray .big-quote {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%; }
    section.sigmastocks-gray .big-quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.sigmastocks-gray .big-quote {
        margin-top: 60px; } }
    @media screen and (max-width: 768px) {
      section.sigmastocks-gray .big-quote p {
        font-size: 21px; } }
    section.sigmastocks-gray .big-quote:before {
      color: #dfbc4d; }
    section.sigmastocks-gray .big-quote .photo {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      section.sigmastocks-gray .big-quote .photo:last-child {
        margin-right: 0; }
      section.sigmastocks-gray .big-quote .photo img {
        display: block;
        margin: 0 auto 40px; }
    section.sigmastocks-gray .big-quote img {
      border: none;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5); }
    section.sigmastocks-gray .big-quote blockquote {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      section.sigmastocks-gray .big-quote blockquote:last-child {
        margin-right: 0; }
  section.sigmastocks-gray .result {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 12.71973%; }
    section.sigmastocks-gray .result:last-child {
      margin-right: 0; }

.hero-bonnier {
  position: relative;
  padding: 0;
  background-color: #2b5178;
  background-image: radial-gradient(ellipse farthest-side at bottom, #437EBA 0%, rgba(67, 126, 186, 0) 80%); }
  .hero-bonnier .bg-gradient {
    padding: 80px 0;
    height: 740px;
    background-image: url("/images/projects/bonnier/hero-bg-bonnier.png");
    background-size: 1442px 653px;
    background-position: center bottom;
    background-repeat: no-repeat; }
  .hero-bonnier h1 {
    color: #fff5af; }
  .hero-bonnier a {
    color: #fff; }
  .hero-bonnier .case-data p {
    color: rgba(255, 255, 255, 0.75); }
    .hero-bonnier .case-data p.time-frame {
      color: #fff5af; }
  @media screen and (max-width: 1024px) {
    .hero-bonnier .case-data h1 {
      white-space: nowrap; } }
  .hero-bonnier .case-hero-image img {
    display: none;
    position: absolute;
    right: -1px;
    bottom: -164px;
    width: 828px;
    height: 487px;
    z-index: 100;
    -webkit-animation: slide-in-right 0.75s ease-in-out;
    -moz-animation: slide-in-right 0.75s ease-in-out;
    animation: slide-in-right 0.75s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    @media screen and (max-width: 1220px) {
      .hero-bonnier .case-hero-image img {
        width: 662px;
        height: 390px;
        right: 80px;
        bottom: -140px; } }
    .loaded .hero-bonnier .case-hero-image img {
      display: block; }
  @media screen and (max-width: 1024px) {
    .hero-bonnier .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-bonnier .case-hero-image:last-child {
        margin-right: 0; }
      .hero-bonnier .case-hero-image img {
        display: block;
        margin: 0 auto;
        position: relative;
        bottom: -10px;
        right: 0;
        max-width: 512px;
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 768px) {
    .hero-bonnier .case-hero-image img {
      max-width: 398px; } }

@media screen and (max-width: 1220px) {
  .bonnier-intro {
    padding-bottom: 180px; } }
@media screen and (max-width: 1024px) {
  .bonnier-intro {
    padding-bottom: 210px; } }
@media screen and (max-width: 768px) {
  .bonnier-intro {
    padding-bottom: 130px; } }
.bonnier-intro .case-intro .intro {
  margin-bottom: 0; }
  @media screen and (max-width: 560px) {
    .bonnier-intro .case-intro .intro {
      padding-top: 50px; } }

section.bonnier-gray,
section.bonnier-blue {
  background: #656e7b;
  color: #fff;
  overflow: visible; }
  @media screen and (max-width: 560px) {
    section.bonnier-gray,
    section.bonnier-blue {
      padding: 60px 0 30px; } }
  section.bonnier-gray a,
  section.bonnier-blue a {
    color: #fff;
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3); }
    section.bonnier-gray a:hover,
    section.bonnier-blue a:hover {
      box-shadow: 0 2px 0 #fff; }
  section.bonnier-gray h2,
  section.bonnier-blue h2 {
    color: #fff5af; }
  section.bonnier-gray .section-header h2,
  section.bonnier-blue .section-header h2 {
    color: rgba(255, 255, 255, 0.6); }
  section.bonnier-gray .col-6,
  section.bonnier-blue .col-6 {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%;
    padding-top: 20px; }
    section.bonnier-gray .col-6:last-child,
    section.bonnier-blue .col-6:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.bonnier-gray .col-6,
      section.bonnier-blue .col-6 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.bonnier-gray .col-6:last-child,
        section.bonnier-blue .col-6:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.bonnier-gray .col-6,
      section.bonnier-blue .col-6 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-top: 0; }
        section.bonnier-gray .col-6:last-child,
        section.bonnier-blue .col-6:last-child {
          margin-right: 0; } }
  section.bonnier-gray .col-8,
  section.bonnier-blue .col-8 {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 49.12106%;
    margin-left: 6.35987%;
    padding-top: 20px;
    clear: left; }
    section.bonnier-gray .col-8:last-child,
    section.bonnier-blue .col-8:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1440px) {
      section.bonnier-gray .col-8,
      section.bonnier-blue .col-8 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 36.40133%; }
        section.bonnier-gray .col-8:last-child,
        section.bonnier-blue .col-8:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1220px) {
      section.bonnier-gray .col-8,
      section.bonnier-blue .col-8 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.bonnier-gray .col-8:last-child,
        section.bonnier-blue .col-8:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.bonnier-gray .col-8,
      section.bonnier-blue .col-8 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-top: 0; }
        section.bonnier-gray .col-8:last-child,
        section.bonnier-blue .col-8:last-child {
          margin-right: 0; } }
  section.bonnier-gray .big-quote,
  section.bonnier-blue .big-quote {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 74.56053%;
    margin-left: 12.71973%; }
    section.bonnier-gray .big-quote:last-child,
    section.bonnier-blue .big-quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.bonnier-gray .big-quote,
      section.bonnier-blue .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.bonnier-gray .big-quote:last-child,
        section.bonnier-blue .big-quote:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      section.bonnier-gray .big-quote,
      section.bonnier-blue .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        margin-top: -50px; }
        section.bonnier-gray .big-quote:last-child,
        section.bonnier-blue .big-quote:last-child {
          margin-right: 0; } }
    section.bonnier-gray .big-quote:before,
    section.bonnier-blue .big-quote:before {
      color: #fff5af; }
      @media screen and (max-width: 768px) {
        section.bonnier-gray .big-quote:before,
        section.bonnier-blue .big-quote:before {
          top: -30px;
          left: 50%;
          font-family: "LetteraText-Italic", "Helvetica Neue", sans-serif;
          font-size: 188px;
          line-height: 188px; } }
    section.bonnier-gray .big-quote .photo,
    section.bonnier-blue .big-quote .photo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      section.bonnier-gray .big-quote .photo:last-child,
      section.bonnier-blue .big-quote .photo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        section.bonnier-gray .big-quote .photo,
        section.bonnier-blue .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          section.bonnier-gray .big-quote .photo:last-child,
          section.bonnier-blue .big-quote .photo:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.bonnier-gray .big-quote .photo,
        section.bonnier-blue .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 27.13281%;
          margin-left: 36.43359%;
          margin-bottom: 40px; }
          section.bonnier-gray .big-quote .photo:last-child,
          section.bonnier-blue .big-quote .photo:last-child {
            margin-right: 0; } }
    section.bonnier-gray .big-quote img,
    section.bonnier-blue .big-quote img {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
    section.bonnier-gray .big-quote blockquote,
    section.bonnier-blue .big-quote blockquote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      section.bonnier-gray .big-quote blockquote:last-child,
      section.bonnier-blue .big-quote blockquote:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        section.bonnier-gray .big-quote blockquote,
        section.bonnier-blue .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          section.bonnier-gray .big-quote blockquote:last-child,
          section.bonnier-blue .big-quote blockquote:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.bonnier-gray .big-quote blockquote,
        section.bonnier-blue .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 85.42656%;
          margin-left: 7.28672%; }
          section.bonnier-gray .big-quote blockquote:last-child,
          section.bonnier-blue .big-quote blockquote:last-child {
            margin-right: 0; }
          section.bonnier-gray .big-quote blockquote p,
          section.bonnier-blue .big-quote blockquote p {
            font-size: 21px; } }
  section.bonnier-gray .ui-examples,
  section.bonnier-blue .ui-examples {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 82.52847%;
    display: none;
    position: relative; }
    section.bonnier-gray .ui-examples:last-child,
    section.bonnier-blue .ui-examples:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.bonnier-gray .ui-examples,
      section.bonnier-blue .ui-examples {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        section.bonnier-gray .ui-examples:last-child,
        section.bonnier-blue .ui-examples:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      section.bonnier-gray .ui-examples,
      section.bonnier-blue .ui-examples {
        margin-top: -20px; } }
    section.bonnier-gray .ui-examples img,
    section.bonnier-blue .ui-examples img {
      float: right;
      margin: 20px -4px 0 0;
      -webkit-animation: bounce-in 1s ease-in-out;
      -moz-animation: bounce-in 1s ease-in-out;
      animation: bounce-in 1s ease-in-out;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.75s;
      -moz-animation-duration: 0.75s;
      animation-duration: 0.75s; }
      @media screen and (max-width: 768px) {
        section.bonnier-gray .ui-examples img,
        section.bonnier-blue .ui-examples img {
          float: none;
          display: block;
          margin: 20px auto 0; } }
      section.bonnier-gray .ui-examples img.image-word,
      section.bonnier-blue .ui-examples img.image-word {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      section.bonnier-gray .ui-examples img.contest,
      section.bonnier-blue .ui-examples img.contest {
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        animation-delay: 1.2s; }
    section.bonnier-gray .ui-examples.aos-animate,
    section.bonnier-blue .ui-examples.aos-animate {
      display: inline; }
  section.bonnier-gray .result,
  section.bonnier-blue .result {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%;
    padding-top: 20px; }
    section.bonnier-gray .result:last-child,
    section.bonnier-blue .result:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.bonnier-gray .result,
      section.bonnier-blue .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%;
        margin-top: 60px; }
        section.bonnier-gray .result:last-child,
        section.bonnier-blue .result:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.bonnier-gray .result,
      section.bonnier-blue .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.bonnier-gray .result:last-child,
        section.bonnier-blue .result:last-child {
          margin-right: 0; } }

.crossword {
  position: absolute;
  position: absolute;
  right: -40px;
  top: 120px;
  z-index: 10; }
  @media screen and (max-width: 1220px) {
    .crossword {
      top: -250px; } }
  @media screen and (max-width: 768px) {
    .crossword {
      top: -120px;
      right: -20px; } }
  .crossword .letter {
    display: none;
    position: absolute;
    top: 212px;
    left: 148px;
    width: 38px;
    height: 46px;
    background: url("/images/projects/bonnier/crossword-v.svg") no-repeat;
    -webkit-animation: fall-down 1s ease-in-out;
    -moz-animation: fall-down 1s ease-in-out;
    animation: fall-down 1s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.44s;
    -moz-animation-duration: 0.44s;
    animation-duration: 0.44s; }
    @media screen and (max-width: 768px) {
      .crossword .letter {
        width: 19px;
        height: 23px;
        background-size: 19px 23px;
        top: 106px;
        left: 74px; } }
    .crossword .letter.a {
      left: 234px;
      width: 41px;
      height: 46px;
      background: url("/images/projects/bonnier/crossword-a.svg") no-repeat;
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      animation-delay: 0.6s; }
      @media screen and (max-width: 768px) {
        .crossword .letter.a {
          left: 117px;
          width: 21px;
          height: 23px;
          background-size: 21px 23px; } }
    .crossword .letter.v-second {
      left: 407px;
      -webkit-animation-delay: 1.2s;
      -moz-animation-delay: 1.2s;
      animation-delay: 1.2s; }
      @media screen and (max-width: 768px) {
        .crossword .letter.v-second {
          left: 204px; } }
  .crossword.aos-animate .letter {
    display: block; }
  .crossword img {
    width: 767px;
    height: 597px; }
    @media screen and (max-width: 768px) {
      .crossword img {
        width: 384px;
        height: 299px; } }

section.bonnier-gray {
  background: #656e7b url("/images/projects/bonnier/bonnier-bg-pattern.png") repeat;
  background-size: 87px 87px; }
  @media screen and (max-width: 1220px) {
    section.bonnier-gray {
      padding-top: 230px; } }
  @media screen and (max-width: 768px) {
    section.bonnier-gray {
      padding-top: 140px; } }

section.bonnier-blue {
  background: #2b5178;
  color: #fff; }
  section.bonnier-blue .list-technology {
    margin-left: 19.0796%; }
    @media screen and (max-width: 768px) {
      section.bonnier-blue .list-technology {
        margin-left: 12.71973%; } }
    @media screen and (max-width: 560px) {
      section.bonnier-blue .list-technology {
        margin-top: -20px; } }

.hero-spira {
  position: relative;
  background: linear-gradient(323deg, #cc0a72, #fe586b); }
  .hero-spira a {
    color: #fff; }
  .hero-spira .case-data p:first-of-type {
    color: rgba(255, 255, 255, 0.75); }
  .hero-spira .waves {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/images/projects/spira/waves.png") 0 180px no-repeat; }
  .hero-spira .case-hero-image img {
    display: none;
    position: absolute;
    right: 80px;
    bottom: -144px;
    width: 587px;
    height: 488px;
    z-index: 100;
    -webkit-animation: slide-in-left 0.75s ease-in-out;
    -moz-animation: slide-in-left 0.75s ease-in-out;
    animation: slide-in-left 0.75s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .loaded .hero-spira .case-hero-image img {
      display: block; }
  @media screen and (max-width: 1024px) {
    .hero-spira .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-spira .case-hero-image:last-child {
        margin-right: 0; }
      .hero-spira .case-hero-image img {
        margin: 0 auto;
        position: relative;
        bottom: 40px;
        right: 0;
        max-width: 450px;
        width: 100%;
        height: auto; } }

.spira-intro {
  padding-bottom: 100px; }
  @media screen and (max-width: 1220px) {
    .spira-intro {
      padding-bottom: 80px; } }
  .spira-intro .case-intro .intro {
    margin-bottom: 0; }
    @media screen and (max-width: 560px) {
      .spira-intro .case-intro .intro {
        padding-top: 50px; } }

section.spira-black {
  background: #262626;
  color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    section.spira-black {
      padding: 60px 0 30px; } }
  section.spira-black p {
    color: rgba(255, 255, 255, 0.5); }
  section.spira-black a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3); }
    section.spira-black a:hover {
      box-shadow: 0 2px 0 #fff; }
  section.spira-black .section-header h2 {
    color: rgba(255, 255, 255, 0.6); }
  section.spira-black .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%;
    padding-top: 20px; }
    section.spira-black .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.spira-black .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.spira-black .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.spira-black .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-top: 0; }
        section.spira-black .left:last-child {
          margin-right: 0; } }
  section.spira-black .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%; }
    section.spira-black .right:last-child {
      margin-right: 0; }
    section.spira-black .right img {
      float: left;
      max-width: inherit;
      margin: 180px 0 0; }
    @media screen and (max-width: 1024px) {
      section.spira-black .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 100%;
        margin-left: 0%; }
        section.spira-black .right:last-child {
          margin-right: 0; }
        section.spira-black .right img {
          display: block;
          margin: 30px auto;
          max-width: 100%;
          min-width: 800px;
          margin-left: -60px; } }
    @media screen and (max-width: 560px) {
      section.spira-black .right {
        margin-left: -160px; } }
  section.spira-black .col-7 {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 6.35987%;
    padding-top: 20px; }
    section.spira-black .col-7:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.spira-black .col-7 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.spira-black .col-7:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.spira-black .col-7 {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%;
        padding-top: 0; }
        section.spira-black .col-7:last-child {
          margin-right: 0; } }
  section.spira-black .big-quote {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 74.56053%;
    margin-left: 12.71973%; }
    section.spira-black .big-quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.spira-black .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.spira-black .big-quote:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      section.spira-black .big-quote {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.spira-black .big-quote:last-child {
          margin-right: 0; } }
    section.spira-black .big-quote:before {
      color: #e83b6f; }
      @media screen and (max-width: 768px) {
        section.spira-black .big-quote:before {
          top: -30px;
          left: 50%;
          font-family: "LetteraText-Italic", "Helvetica Neue", sans-serif;
          font-size: 208px;
          line-height: 208px; } }
      @media screen and (max-width: 560px) {
        section.spira-black .big-quote:before {
          left: 60%; } }
    section.spira-black .big-quote .photo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      section.spira-black .big-quote .photo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        section.spira-black .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          section.spira-black .big-quote .photo:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.spira-black .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 56.27969%;
          margin-left: 29.14687%;
          margin-bottom: 40px; }
          section.spira-black .big-quote .photo:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 560px) {
        section.spira-black .big-quote .photo {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 41.70625%;
          margin-left: 29.14687%; }
          section.spira-black .big-quote .photo:last-child {
            margin-right: 0; } }
    section.spira-black .big-quote img {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
    section.spira-black .big-quote blockquote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      section.spira-black .big-quote blockquote:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        section.spira-black .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          section.spira-black .big-quote blockquote:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.spira-black .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 85.42656%;
          margin-left: 7.28672%; }
          section.spira-black .big-quote blockquote:last-child {
            margin-right: 0; }
          section.spira-black .big-quote blockquote p {
            font-size: 21px; } }
      @media screen and (max-width: 560px) {
        section.spira-black .big-quote blockquote {
          float: left;
          display: block;
          margin-right: 2.01406%;
          width: 100%;
          margin-left: 0%; }
          section.spira-black .big-quote blockquote:last-child {
            margin-right: 0; } }
  section.spira-black .store-buttons {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 40.50805%;
    margin-left: 29.74598%;
    position: relative; }
    section.spira-black .store-buttons:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.spira-black .store-buttons {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        margin-top: 0; }
        section.spira-black .store-buttons:last-child {
          margin-right: 0; } }
    section.spira-black .store-buttons a {
      box-shadow: none; }
    section.spira-black .store-buttons img {
      display: block;
      margin: 30px auto 0;
      max-width: 180px; }
    section.spira-black .store-buttons .soon {
      display: block;
      position: relative; }
      section.spira-black .store-buttons .soon img {
        opacity: .25; }
      section.spira-black .store-buttons .soon em {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1px 8px 0;
        color: #fff;
        background: rgba(232, 59, 111, 0.8);
        font-family: "Foundry Gridnik W01", Menlo, Monaco, mono;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        white-space: nowrap;
        z-index: 2;
        transform: rotate(8deg); }
  section.spira-black .result {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%;
    padding-top: 80px; }
    section.spira-black .result:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.spira-black .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%;
        padding-top: 0; }
        section.spira-black .result:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.spira-black .result {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.spira-black .result:last-child {
          margin-right: 0; } }
  section.spira-black .list-technology {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    margin-left: 38.1592%; }
    section.spira-black .list-technology:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.spira-black .list-technology {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 36.40133%;
        margin-left: 31.79934%; }
        section.spira-black .list-technology:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.spira-black .list-technology {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%;
        margin-left: 25.43947%; }
        section.spira-black .list-technology:last-child {
          margin-right: 0; } }
    section.spira-black .list-technology li {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      section.spira-black .list-technology li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        section.spira-black .list-technology li {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 47.58542%; }
          section.spira-black .list-technology li:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 560px) {
        section.spira-black .list-technology li {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          section.spira-black .list-technology li:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.spira-black .list-technology {
        margin-top: -40px; } }

.hero-hemnet {
  position: relative;
  background: linear-gradient(323deg, #3aaa34, #5bc539); }
  .hero-hemnet a {
    color: #fff; }
  .hero-hemnet .illustration {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/images/projects/hemnet/hostacken.png") 50% 100px no-repeat;
    background-size: 655px 474px; }
    .hero-hemnet .illustration.se {
      background-position: 50% 160px; }
    @media screen and (max-width: 1024px) {
      .hero-hemnet .illustration {
        display: none; } }
  .hero-hemnet .case-data p:first-of-type {
    color: rgba(255, 255, 255, 0.75); }
  .hero-hemnet .case-hero-image img {
    display: none;
    position: absolute;
    left: 120px;
    bottom: -144px;
    width: 607px;
    height: 596px;
    z-index: 100;
    -webkit-animation: slide-in-left 0.75s ease-in-out;
    -moz-animation: slide-in-left 0.75s ease-in-out;
    animation: slide-in-left 0.75s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .loaded .hero-hemnet .case-hero-image img {
      display: block; }
  @media screen and (max-width: 1024px) {
    .hero-hemnet .case-hero-image {
      float: left;
      display: block;
      margin-right: 1.75788%;
      width: 74.56053%;
      margin-left: 12.71973%; }
      .hero-hemnet .case-hero-image:last-child {
        margin-right: 0; }
      .hero-hemnet .case-hero-image img {
        margin: 0 auto;
        position: relative;
        bottom: -260px;
        right: 0;
        left: auto;
        max-width: 380px;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 1024px) and (max-width: 560px) {
      .hero-hemnet .case-hero-image img {
        max-width: 280px; } }

  .hero-hemnet .case-data {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    margin-left: 69.95854%;
    position: absolute;
    bottom: 0; }
    .hero-hemnet .case-data:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .hero-hemnet .case-data {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 49.12106%;
        margin-left: 25.43947%;
        position: absolute;
        top: 118px; }
        .hero-hemnet .case-data:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .hero-hemnet .case-data {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        .hero-hemnet .case-data:last-child {
          margin-right: 0; } }

.hemnet-intro {
  padding-bottom: 100px; }
  @media screen and (max-width: 1220px) {
    .hemnet-intro {
      padding-bottom: 80px; } }
  .hemnet-intro .case-intro .intro {
    margin-bottom: 0; }
    @media screen and (max-width: 560px) {
      .hemnet-intro .case-intro .intro {
        padding-top: 50px; } }

section.hemnet-blue {
  background: #1493bc;
  color: #fff; }
  @media screen and (max-width: 560px) {
    section.hemnet-blue {
      padding: 30px 0 60px; } }
  section.hemnet-blue p {
    color: rgba(255, 255, 255, 0.7); }
  section.hemnet-blue a {
    color: #fff;
    font-family: "LetteraText-Bold", "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5); }
    section.hemnet-blue a:hover {
      box-shadow: 0 2px 0 #fff; }
  section.hemnet-blue .left {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 12.71973%;
    padding-top: 20px; }
    section.hemnet-blue .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.hemnet-blue .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%; }
        section.hemnet-blue .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.hemnet-blue .left {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.hemnet-blue .left:last-child {
          margin-right: 0; } }
  section.hemnet-blue .right {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 6.35987%; }
    section.hemnet-blue .right:last-child {
      margin-right: 0; }
    section.hemnet-blue .right img {
      max-width: inherit;
      margin: -200px 0 140px;
      z-index: 10; }
    @media screen and (max-width: 1024px) {
      section.hemnet-blue .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.hemnet-blue .right:last-child {
          margin-right: 0; }
        section.hemnet-blue .right img {
          display: none; } }
    @media screen and (max-width: 560px) {
      section.hemnet-blue .right {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 87.28027%;
        margin-left: 6.35987%; }
        section.hemnet-blue .right:last-child {
          margin-right: 0; } }
  section.hemnet-blue .big-quote {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
    margin-top: 140px; }
    section.hemnet-blue .big-quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.hemnet-blue .big-quote {
        margin-top: 60px; } }
    @media screen and (max-width: 768px) {
      section.hemnet-blue .big-quote p {
        font-size: 21px; } }
    section.hemnet-blue .big-quote:before {
      color: rgba(255, 255, 255, 0.5); }
    section.hemnet-blue .big-quote .photo {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      section.hemnet-blue .big-quote .photo:last-child {
        margin-right: 0; }
      section.hemnet-blue .big-quote .photo img {
        display: block;
        margin: 0 auto 40px; }
    section.hemnet-blue .big-quote img {
      border: 4px solid rgba(255, 255, 255, 0.5); }
    section.hemnet-blue .big-quote blockquote {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      section.hemnet-blue .big-quote blockquote:last-child {
        margin-right: 0; }
  section.hemnet-blue .result {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 42.76119%;
    margin-left: 12.71973%; }
    section.hemnet-blue .result:last-child {
      margin-right: 0; }
  section.hemnet-blue .list-technology {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-left: 31.79934%; }
    section.hemnet-blue .list-technology:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section.hemnet-blue .list-technology {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 74.56053%;
        margin-left: 12.71973%; }
        section.hemnet-blue .list-technology:last-child {
          margin-right: 0; } }
    section.hemnet-blue .list-technology li {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%; }
      section.hemnet-blue .list-technology li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        section.hemnet-blue .list-technology li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          section.hemnet-blue .list-technology li:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 560px) {
      section.hemnet-blue .list-technology {
        margin-top: -40px; } }
