/*
Theme Name: poweredbySNOW
Description: Theme developed for SNOW
Author: Jan Hesselvig Krogh
Author URI: https://janslyn.dk
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* VARIABLES */
.cta {
  -webkit-box-shadow: 12px 12px #ebebeb;
          box-shadow: 12px 12px #ebebeb; }

/* TYPOGRAPHY */
body {
  font-family: 'PT Serif', serif;
  color: #4a4a4a;
  line-height: 1.5; }

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 0; }

h1 {
  font-size: 2.0625em;
  line-height: 1.3; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3em; } }
  @media (min-width: 65em) {
    h1 {
      font-size: 4.0625em; } }

h2 {
  font-size: 1.5em;
  line-height: 1.3; }
  @media (min-width: 40em) {
    h2 {
      font-size: 2em; } }
  @media (min-width: 65em) {
    h2 {
      font-size: 2.75em; } }

h3 {
  line-height: 1.3; }
  @media (min-width: 40em) {
    h3 {
      font-size: 2.5em;
      color: #4a4a4a; } }

.colored {
  color: #2dc2cc; }

.cta, .cta a {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #ff52bd;
  line-height: 60px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  font-size: 1em; }
  .cta:hover, .cta a:hover {
    color: white; }
  @media (min-width: 65em) {
    .cta, .cta a {
      font-size: 1.375em; } }

.factory-text {
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: right;
  font-size: 0.8rem; }
  @media (min-width: 65em) {
    .factory-text {
      font-size: 1em; } }

nav {
  font-family: 'Montserrat', sans-serif;
  font-size: .875em; }
  nav a {
    color: #9b9b9b;
    text-decoration: none; }
  nav .description {
    font-family: 'PT Serif', serif; }

.reference-block {
  color: #9b9b9b;
  font-size: 0.9em;
  line-height: 1.4; }
  @media (min-width: 65em) {
    .reference-block {
      font-size: 1.25em; } }

.reference-source {
  color: #4a4a4a;
  font-weight: bold;
  display: block; }

.half p {
  font-size: 1.125em; }

.pillar {
  font-family: 'Montserrat', sans-serif;
  color: #2dc2cc;
  text-transform: uppercase;
  font-size: 0.9em; }

.highlight {
  color: #9b9b9b; }
  .highlight .teaser {
    color: #646464; }
    @media (min-width: 40em) {
      .highlight .teaser {
        font-size: 1.125em; } }

.cases {
  color: #9b9b9b;
  text-align: center; }

.case-accordion h3 {
  color: white;
  font-weight: normal;
  font-size: 1em; }

.og-details a.visit {
  display: none; }

form .cta {
  font-size: 1.2em; }

.remodal a, .mobile a {
  color: #ff52bd; }

.frame a:not(.cta) {
  color: inherit; }

.frame a.pillar {
  color: #2dc2cc; }

.radio-holder {
  text-align: left; }

/* HEADER + MENU */
a.logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 226px;
  background-color: white;
  padding: 20px 30px 20px 30px;
  top: 0px;
  z-index: 5; }

.main-menu {
  position: fixed;
  z-index: 300;
  left: -145px;
  top: 50px; }
  @media (min-width: 65em) {
    .main-menu {
      left: -138px; } }
  .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-menu li {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 180px;
    margin-bottom: 10px; }
    .main-menu li .title {
      -webkit-transform: rotateZ(90deg) translateX(100%);
              transform: rotateZ(90deg) translateX(100%);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      position: absolute;
      right: 10px; }
    .main-menu li .description {
      padding-left: 10px;
      padding-right: 20px;
      padding-top: 10px;
      display: block;
      position: absolute;
      bottom: 15px;
      left: 25px;
      width: 130px;
      height: auto;
      text-align: left;
      color: white; }
    .main-menu li a {
      display: block;
      width: auto;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding: 15px 15px 15px 15px;
      text-align: right; }
    .main-menu li:hover {
      background-color: #ff52bd; }
      .main-menu li:hover a {
        color: white; }

/* LAYOUT */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  position: relative;
  overflow-x: hidden; }

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

.back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(images/dotted.svg);
  background-size: cover;
  bottom: 800px;
  z-index: -2; }

.left, .right {
  background-color: white;
  width: 15px; }
  @media (min-width: 40em) {
    .left, .right {
      width: 45px; } }
  @media (min-width: 65em) {
    .left, .right {
      width: 65px; } }

main {
  margin-top: 41px;
  position: relative;
  width: calc(100vw - 90px);
  margin-bottom: 100px; }
  main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 55px;
    background-color: white;
    top: -55px;
    z-index: 0; }

.page-wrapper {
  display: none; }
  @media (min-width: 40em) {
    .page-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.frame {
  width: 100%;
  border: solid 2px #d5d5d5;
  min-height: 500px; }
  @media (min-width: 65em) {
    .frame {
      width: calc(100vw - 130px); } }

.frame-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px 0px 20px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative; }
  .frame-content:after {
    content: " ";
    display: block;
    clear: both; }
  .frame-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 40em) {
    .frame-content {
      padding: 0px 100px 0px 100px; } }

.headline-area {
  width: 83.0508474576%; }
  @media (min-width: 65em) {
    .headline-area {
      width: 49.1525423729%; } }
  @media (min-width: 40em) {
    .headline-area h1 {
      height: 3em; } }
  @media (min-width: 65em) {
    .headline-area h1 {
      height: auto; } }

.main-animation-area {
  width: 23.7288135593%;
  margin-left: 4.2372881356%; }
  .main-animation-area.production {
    width: 49.1525423729%; }
    @media (min-width: 65em) {
      .main-animation-area.production {
        width: 32.2033898305%; } }

.factory-shortcut {
  display: block;
  width: 300px;
  height: 100px;
  position: relative;
  margin-right: -1px;
  margin-left: auto; }
  @media (min-width: 40em) {
    .factory-shortcut {
      float: none;
      width: 250px;
      height: 150px;
      right: 0px;
      margin-top: -149px;
      position: absolute; } }
  @media (min-width: 65em) {
    .factory-shortcut {
      margin-top: -299px;
      height: 300px;
      width: 400px;
      right: 4px; } }
  .factory-shortcut svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%; }
  .factory-shortcut .factory-text {
    position: absolute;
    bottom: 30px;
    right: 80px;
    width: 125px; }
    @media (min-width: 65em) {
      .factory-shortcut .factory-text {
        right: 180px;
        width: 155px; } }
  .factory-shortcut .phone-container.front-page-shortcut svg {
    width: 15%;
    -webkit-transform: rotateZ(12deg);
            transform: rotateZ(12deg);
    bottom: 20px;
    right: 30px; }
    @media (min-width: 65em) {
      .factory-shortcut .phone-container.front-page-shortcut svg {
        width: 24%; } }

.production-container.factory-container {
  min-height: 300px;
  max-width: none;
  position: relative; }

.reference-block {
  width: calc(100vw - 30px);
  padding: 40px;
  background-color: white; }
  @media (min-width: 40em) {
    .reference-block {
      width: calc(100vw - 100px); } }
  @media (min-width: 65em) {
    .reference-block {
      width: calc(100vw - 130px);
      padding: 80px; } }

.reference-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em; }

.reference-wrapper {
  position: relative;
  padding: 80px 20px 0px 70px;
  width: 100%;
  margin-bottom: 2em;
  z-index: 1;
  z-index: 2; }
  @media (min-width: 49em) {
    .reference-wrapper {
      width: 49.1525423729%;
      padding-right: 80px; } }

.reference {
  position: relative;
  z-index: 2; }
  .reference::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(images/quotes.svg);
    width: 140px;
    height: 115px;
    margin-left: -70px;
    margin-top: -80px;
    z-index: -2; }

.reference-source {
  margin-top: 1em; }

.reference-shadow {
  position: absolute;
  width: 140px;
  height: 115px;
  top: 15px;
  left: 15px;
  background-image: url(images/quotes-shadow.svg);
  z-index: -2; }

.frame-content.part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 65em) {
    .frame-content.part {
      padding-left: 80px;
      padding-right: 40px; } }
  .frame-content.part .half {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.half {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 40em) {
    .half {
      width: 49.1525423729%; } }
  .half .pillars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .half .pillar {
    width: 100%;
    border: solid 1px #9b9b9b;
    background-color: #faf9f2;
    position: relative;
    margin-bottom: 0.5em;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear; }
    @media (min-width: 65em) {
      .half .pillar {
        width: 32.2033898305%; } }
    .half .pillar:hover {
      background-color: #2dc2cc;
      color: #faf9f2; }
    .half .pillar::after {
      content: "";
      display: block;
      padding-bottom: 30%; }
      @media (min-width: 65em) {
        .half .pillar::after {
          padding-bottom: 100%; } }
    .half .pillar .icon {
      position: absolute;
      bottom: 10px;
      right: 10px; }
      .half .pillar .icon img {
        max-height: 40px; }
      @media (min-width: 65em) {
        .half .pillar .icon {
          bottom: auto;
          top: 10px; } }
    .half .pillar .title {
      position: absolute;
      bottom: 10px;
      left: 10px; }
    .half .pillar .pillar-shadow {
      position: absolute;
      background-color: #ebebeb;
      width: 100%;
      height: 100%;
      top: 15px;
      left: 15px;
      z-index: -2;
      opacity: 0.4; }

.dashboard-wrapper {
  position: relative; }
  .dashboard-wrapper .dashboard-shadow-container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -11;
    width: 100%;
    height: 100%; }

.large-icon-wrapper {
  position: relative;
  width: 100%;
  max-width: 460px;
  text-align: center; }
  .large-icon-wrapper img, .large-icon-wrapper svg {
    width: 70%;
    max-width: none; }

.highlight {
  padding-top: 9em;
  padding-bottom: 9em;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .highlight h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
  .highlight .block {
    width: 210px;
    height: 210px;
    position: absolute;
    background-color: #faf9f2;
    left: 32.2033898305%;
    margin-top: -30px; }
  .highlight p {
    position: relative;
    z-index: 1; }
  @media (min-width: 40em) {
    .highlight h2 {
      margin-left: 16.9491525424%; }
    .highlight .teaser {
      margin-left: 33.8983050847%;
      max-width: 49.1525423729%; } }

.cases {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px; }

.case-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 3em; }

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.2033898305%;
  margin-bottom: 2em;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 65em) {
    .case {
      width: 15.2542372881%; } }
  .case a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .case a div {
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform: translateZ(1200px);
              transform: translateZ(1200px); }
    .case a img {
      height: auto;
      width: auto;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .case a:hover img {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }

input[type="email"], input[type="tel"], input[type="text"], textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: 5px;
  border: solid 1px #d5d5d5; }

.radio-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }
  .radio-holder label {
    margin-left: 10px; }

textarea {
  min-height: 80px; }

form .cta {
  margin-top: 0em;
  background-color: white;
  padding: 5px;
  line-height: 40px;
  margin-bottom: 0em;
  margin-left: auto;
  margin-right: auto; }
  form .cta:hover {
    color: #ff52bd;
    background-color: #ff52bd;
    color: white; }

.mobile {
  width: calc(100vw - 40px);
  min-height: calc(100vh - 120px);
  left: 20px;
  top: 40px;
  border: solid 1px #d5d5d5;
  background-color: white;
  background-image: url(images/dotted.svg);
  position: absolute;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .mobile > div {
    display: block;
    top: -40px;
    position: absolute;
    padding: 15px;
    background-color: white; }
  .mobile img {
    max-width: 200px; }
  .mobile h1 {
    margin-top: 1em;
    display: block; }
  @media (min-width: 40em) {
    .mobile {
      display: none; } }

.alert {
  margin-top: 1em; }

/* BUTTONS */
.cta {
  border: solid 2px #ff52bd;
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 3em; }
  .cta:before {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    background-color: white;
    position: absolute; }
  .cta:after {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #ff52bd;
    position: absolute;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .cta:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  @media (min-width: 65em) {
    .cta {
      max-width: 460px; } }

@media (min-width: 1140px) {
  .top .cta {
    margin-top: -1em; } }

/* ANIMATION */
.phone-wrapper {
  position: relative;
  -webkit-transform: rotateZ(12deg);
          transform: rotateZ(12deg);
  max-width: 220px;
  margin: 0 auto; }

.phone-container svg, .phone-shadow-container {
  width: 100%; }

.phone-container #Star {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -moz-transform-origin: 14px 14px; }

.phone-shadow-container {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -11; }

.factory-container {
  position: absolute;
  max-width: 70px;
  bottom: 30px;
  right: 10px;
  z-index: 2;
  width: 100%; }
  @media (min-width: 65em) {
    .factory-container {
      max-width: 140px;
      right: 30px; } }

.factory-container svg {
  width: 100%; }

.factory-container #chimney {
  transform-origin: 50% 100%;
  -moz-transform-origin: 14px 79px;
  -webkit-transform-origin: 14px 79px; }

.factory-container #circle {
  opacity: 0; }

.factory-container #cross {
  transform-origin: 50% 50%;
  -moz-transform-origin: 4px 5px;
  -webkit-transform-origin: 4px 5px; }

.dashboard-container #gauge-copy {
  position: relative;
  transform-origin: 50% 80%;
  -moz-transform-origin: 83px 140px;
  -webkit-transform-origin: 83px 140px; }

.dashboard-container .bar {
  transform-origin: center bottom;
  -moz-transform-origin: 0 74px;
  -webkit-transform-origin: 0 74px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(8px);
          filter: blur(8px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(200, 200, 200, 0.8); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0; }

.gridder-list, .gridder-show {
  font-size: 16px; }

.gridder-list {
  display: inline-block;
  vertical-align: top; }

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none; }

/* CASE PAGE */
main.case-page {
  margin-top: 0;
  width: calc(100vw - 65px); }

.case-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.app-cases {
  background-color: #9b9b9b;
  width: 5%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 10;
  overflow: hidden; }
  .app-cases .gridder-app {
    opacity: 0; }
  .app-cases > h3 {
    -webkit-transform: rotateZ(-90deg) translateX(-50%) translateY(-50%);
            transform: rotateZ(-90deg) translateX(-50%) translateY(-50%);
    white-space: nowrap;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    position: absolute; }
  .app-cases .og-grid {
    height: 0;
    margin-top: 30px;
    overflow: hidden; }
  .app-cases.active {
    width: 95vw;
    min-height: 100vh; }
    .app-cases.active .gridder-app {
      opacity: 1; }
    .app-cases.active .og-grid {
      visibility: visible; }

.production-cases {
  background-color: #828181;
  width: 5%; }
  .production-cases > h3 {
    -webkit-transform: rotateZ(90deg) translateX(50%);
            transform: rotateZ(90deg) translateX(50%);
    white-space: nowrap;
    margin-top: 30px;
    cursor: pointer; }
  .production-cases.active {
    width: 95vw;
    min-height: 100vh; }
    .production-cases.active .gridder-production {
      opacity: 1; }

.all-cases {
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  overflow: hidden;
  width: 90%; }
  .all-cases.active {
    width: 90%;
    min-height: 100vh;
    overflow: hidden; }
  .all-cases.other-selected {
    width: 0;
    height: 0;
    overflow: hidden; }
    .all-cases.other-selected og.grid {
      visibility: hidden;
      height: 0; }

.hoverheader {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 150px;
  margin-top: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: margin 0.4s ease, opacity 0.2s ease;
  transition: margin 0.4s ease, opacity 0.2s ease;
  cursor: pointer; }

.og-grid li:hover .hoverheader, .gridder li:hover .hoverheader {
  margin-top: 100px;
  opacity: 1; }

.og-grid li:hover img, .gridder li:hover img {
  max-height: 80px;
  width: auto; }

.gridder-expanded-content {
  padding: 50px 50px;
  height: 100%;
  border: solid 2px #d5d5d5; }

.og-grid, .gridder, .gridder-app {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin-top: 100px;
  height: auto; }

.og-grid li, .gridder li, .gridder-app li {
  display: inline-block;
  margin: 25px 15px 0 15px;
  vertical-align: top;
  height: 150px;
  width: 150px;
  position: relative;
  background-color: #faf9f2; }
  .og-grid li::after, .gridder li::after, .gridder-app li::after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #ebebeb;
    top: 10px;
    left: 10px;
    z-index: -1; }

.og-grid li > a, .gridder li, .gridder-app li {
  width: 150px;
  height: 150px;
  padding: 15px; }
  .og-grid li > a img, .gridder li img, .gridder-app li img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
  bottom: -10px; }

.og-expander {
  position: absolute;
  background: white;
  top: auto;
  left: 10%;
  width: 80%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden; }

.og-expander-inner {
  padding: 50px 50px;
  height: 100%;
  border: solid 2px #d5d5d5; }

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.og-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.og-close:hover::before,
.og-close:hover::after {
  background: #333; }

.og-fullimg,
.og-details {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative; }

.og-fullimg {
  width: 40%; }

.og-details {
  padding: 0 40px 0 20px;
  color: #4a4a4a;
  width: 60%; }

.og-fullimg {
  text-align: center;
  padding-right: 20px; }

.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto; }

.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
  color: #4a4a4a; }

.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px; }

.og-details a {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #333;
  display: inline-block;
  margin: 30px 0 0;
  outline: none; }

.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px; }

.og-details a:hover {
  border-color: #999;
  color: #999; }

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
          box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
          animation: loader 0.5s infinite ease-in-out both; }

@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }

@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px; }
  .og-expander p {
    font-size: 13px; }
  .og-expander a {
    font-size: 12px; } }

@media screen and (max-width: 650px) {
  .og-fullimg {
    display: none; }
  .og-details {
    float: none;
    width: 100%; } }
