@charset "UTF-8";
/*!
 * Theme Name:          raw
 * Description:         Raw is yet another skeleton for Wordpress themes.
 * Version:             1.0.0
 * Author:              Sérgio 'wherd' Leal
 * Author URI:          https://www.bullseye.pt/
 * License:             GNU General Public License v2 or later
 * License URI:         http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:         rawtheme
 */
/* 1.0 modules */
/*
 * Convert pixels to rems (16px base)
 * $size in pixels
 */
/*
 * Get the value of the key on the map.
 * $map where the key is located
 * $key is the name of the key
 */
/*
 * Create a new map based on the prototype.
 * $base is the base map to extend
 * $options are the new values to extend
 */
/*
 * Sets font-size in rems with fallback to pixels
 * $size is the font-size in pixels
 */
/*
 * Hide text from screen but make it visible to readers and bots
 */
/* 1.0 Normalize */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* 2.0 Base */
/*
 |  _____ _____ __    __    _____ _____ __ __ _____
 | | __  |  |  |  |  |  |  |   __|   __|  |  |   __|
 | | __ -|  |  |  |__|  |__|__   |   __|_   _|   __|
 | |_____|_____|_____|_____|_____|_____| |_| |_____|
 |  aim on branding
 |
 | if you think it’s hard to read through this thing,
 | you should have seen how the guy who wrote it ended up.
 |
 | Copyright (c) 2016 Bullseye. All rights reserved.
 |
 */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 400;
  font-size: 1em;
  font-family: Open Sans, Helvetica, Arial, sans-serif; }

p {
  margin-top: 0;
  margin-bottom: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

/*
 |  _____ _____ __    __    _____ _____ __ __ _____
 | | __  |  |  |  |  |  |  |   __|   __|  |  |   __|
 | | __ -|  |  |  |__|  |__|__   |   __|_   _|   __|
 | |_____|_____|_____|_____|_____|_____| |_| |_____|
 |  aim on branding
 |
 | if you think it’s hard to read through this thing,
 | you should have seen how the guy who wrote it ended up.
 |
 | Copyright (c) 2016 Bullseye. All rights reserved.
 |
 */
/*
 |-----------------------------------------------------------------------------
 | Set the grid breaking point and max width
 |-----------------------------------------------------------------------------
 |
 */
/*
 |-----------------------------------------------------------------------------
 | Set the grid system
 |-----------------------------------------------------------------------------
 |
 */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  /*
     |---------------------------------------------------------------------
     | Use a smaller version of the grid
     |---------------------------------------------------------------------
     |
     */
  /*
     |---------------------------------------------------------------------
     | Grid columns
     |---------------------------------------------------------------------
     |
     */ }
  .grid--large {
    max-width: 840px; }
  .grid--medium {
    max-width: 600px; }
  .grid--small {
    max-width: 420px; }
  .grid__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .grid__column:not(.grid__column--full) {
        width: 50%; } }

/*
 |  _____ _____ __    __    _____ _____ __ __ _____
 | | __  |  |  |  |  |  |  |   __|   __|  |  |   __|
 | | __ -|  |  |  |__|  |__|__   |   __|_   _|   __|
 | |_____|_____|_____|_____|_____|_____| |_| |_____|
 |  aim on branding
 |
 | if you think it’s hard to read through this thing,
 | you should have seen how the guy who wrote it ended up.
 |
 | Copyright (c) 2016 Bullseye. All rights reserved.
 |
 */
/* 3.0 Components */
/*
 |  _____ _____ __    __    _____ _____ __ __ _____
 | | __  |  |  |  |  |  |  |   __|   __|  |  |   __|
 | | __ -|  |  |  |__|  |__|__   |   __|_   _|   __|
 | |_____|_____|_____|_____|_____|_____| |_| |_____|
 |  aim on branding
 |
 | if you think it’s hard to read through this thing,
 | you should have seen how the guy who wrote it ended up.
 |
 | Copyright (c) 2016 Bullseye. All rights reserved.
 |
 */
/*
 |-----------------------------------------------------------------------------
 | All devices style
 |-----------------------------------------------------------------------------
 |
 */
body > header {
  font-size: 14px;
  font-size: 0.875rem; }
  body > header .grid {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body > header h6 {
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase; }
  body > header a {
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase; }

.header__i18n ul, .header__i18n li {
  display: inline-block; }

/*
 |-----------------------------------------------------------------------------
 | Mobile, small screens
 |-----------------------------------------------------------------------------
 |
 */
@media only screen and (max-width: 899px) {
  body > header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f05123; }
    body > header .grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding-top: 8px;
      padding-bottom: 8px; }
    body > header h6, body > header a {
      color: #fff; }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .header__logo a {
      display: block;
      margin: 0 auto;
      width: 40px;
      height: 40px;
      background: transparent url(layout/icon-n-white.svg) no-repeat center center; }
    .header__logo img {
      display: none; }
  .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: transleteY(50px);
            transform: transleteY(50px);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .header__nav li {
      margin-top: 1.5em;
      margin-bottom: 1.5em; }
  .header__i18n {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem; }
  .header__toggler {
    position: absolute;
    top: 20px;
    right: 16px;
    overflow: hidden;
    width: 20px;
    height: 20px; }
    .header__toggler span:last-of-type {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 0;
      height: 0;
      opacity: 0; }
    .header__toggler span:not(:last-of-type) {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      -webkit-transform-origin: 50%;
              transform-origin: 50%;
      will-change: opacity, transform; }
    .header__toggler span:first-of-type {
      top: 9px;
      -webkit-transform: translate(5px, -4px);
              transform: translate(5px, -4px); }
    .header__toggler span:nth-of-type(2) {
      top: 9px;
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }
  .header__nav,
  .header__i18n {
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    will-change: transform; }
  .header__i18n {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  input:checked + header .grid {
    min-height: 100vh; }
  input:checked + header .header__toggler span:first-of-type {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg); }
  input:checked + header .header__toggler span:nth-of-type(2) {
    -webkit-transform: translate(0, 0) rotate(135deg);
            transform: translate(0, 0) rotate(135deg); }
  input:checked + header .header__nav,
  input:checked + header .header__i18n {
    height: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none; } }

/*
 |-----------------------------------------------------------------------------
 | ipad and medium screens
 |-----------------------------------------------------------------------------
 |
 */
@media only screen and (min-width: 900px) {
  body > header {
    border-top: 3px solid #f05123; }
    body > header .grid {
      padding-top: 16px;
      padding-bottom: 16px; }
    body > header h6, body > header a {
      line-height: 45px;
      color: #8e8e8e; }
    body > header img {
      width: auto;
      max-width: none;      
      width: 200px;
      height: 90px;
      vertical-align: middle; }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 1em;
     }
  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    margin-top: 18px;
    margin-right: 25px; }
    .header__nav li {
      display: inline-block;
      margin-left: 1.5em; }
    .header__nav a:hover {
      position: relative; }
      .header__nav a:hover:after {
        content: "";
        position: absolute;
        top: 8px;
        right: -0.5em;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #f05123;
        -webkit-animation: sheen 1s forwards;
                animation: sheen 1s forwards; }
  @-webkit-keyframes sheen {
    100% {
      -webkit-transform: translateX(0.7em);
              transform: translateX(0.7em); } }
  @keyframes sheen {
    100% {
      -webkit-transform: translateX(0.7em);
              transform: translateX(0.7em); } }
  .header__i18n {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .header__i18n li {
      margin-left: 0.5em; }
    .header__i18n a:hover {
      text-decoration: underline; }
    .header__i18n .active {
      color: #f05123; }
  .header__toggler {
    display: none; } }

/*
 |-----------------------------------------------------------------------------
 | larger screens
 |-----------------------------------------------------------------------------
 |
 */
@media only screen and (min-width: 1140px) {
  .header__nav li {
    margin-left: 4em; }
  .header__nav a {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .header__nav a:hover:before {
      content: "";
      position: absolute;
      top: 9px;
      left: -3.5em;
      width: 2em;
      height: 2px;
      background-color: #f05123;
      -webkit-animation: sheen 0.35s forwards;
              animation: sheen 0.35s forwards; }
  @-webkit-keyframes sheen {
    100% {
      -webkit-transform: translateX(1em);
              transform: translateX(1em); } }
  @keyframes sheen {
    100% {
      -webkit-transform: translateX(1em);
              transform: translateX(1em); } }
  .header__i18n li {
    margin-left: 1em; } }

.hero {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
  background: #f05123 url(assets/images/hero/clouds.jpg) no-repeat center center;
  background-size: cover; }
  .hero svg {
    height: 25px; }
  .hero h2 {
    max-width: 270px;
    margin-bottom: 0.25em;
    font-weight: 700;
    font-size: 38px;
    font-size: 2.375rem; }
  .hero p {
    margin-bottom: 1em;
    max-width: 270px;
    font-size: 14px;
    font-size: 0.875rem; }
  .hero a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff; }
  .hero img {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .hero__products {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
    padding: 76px 20px 0; }
    .hero__products:after {
      content: "";
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 99, 28, 0)), to(#ff631c));
      background: linear-gradient(to bottom, rgba(255, 99, 28, 0) 80%, #ff631c); }
    .hero__products__text {
      position: relative;
      z-index: 2; }
      .hero__products__text:before {
        content: "";
        position: absolute;
        top: 2em;
        right: 0;
        width: 39.2px;
        height: 36.4px;
        background: url(assets/images/hero/ice_1.png) no-repeat center center;
        background-size: 100%; }
      .hero__products__text:after {
        content: "";
        position: absolute;
        top: 8em;
        right: 2em;
        width: 23.8px;
        height: 23.1px;
        background: url(assets/images/hero/ice_2.png) no-repeat center center;
        background-size: 100%; }
  .hero__scroll, .hero__footer {
    display: none; }
  .hero__company {
    padding: 40px 20px 0; }
    .hero__company svg .mobile {
      display: none; }
    .hero__company .grid__column {
      margin-top: 4em; }
  @media only screen and (orientation: landscape) and (max-width: 749px) {
    .hero h2, .hero p {
      max-width: 80%; }
    .hero img {
      max-width: 60%; }
    .hero__products {
      background: transparent none;
      height: auto; }
      .hero__products:after {
        display: none; }
      .hero__products__text:before {
        right: 4em; }
      .hero__products__image {
        display: none; } }
  @media only screen and (min-width: 750px) {
    .hero .mobile {
      display: none; }
    .hero svg {
      height: 20px; }
    .hero__products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: auto; }
      .hero__products:after {
        display: none; }
      .hero__products__text, .hero__products__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 50%; }
      .hero__products__image img {
        width: 50%; }
    .hero__company {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: auto; }
      .hero__company:after {
        display: none; }
      .hero__company__text, .hero__company__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
      .hero__company__text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 40%; }
      .hero__company__image img {
        width: 70%; } }
  @media only screen and (min-width: 1024px) {
    .hero {
      position: relative;
      padding-top: 100%;
      padding-bottom: 50px;
      background-image: url(assets/images/hero/clouds-rounded.jpg);
      background-color: white;
      background-position: top;
      background-size: 98%; }
      .hero:after {
        content: "";
        position: absolute;
        top: 0;
        left: -5%;
        width: 110%;
        height: 100%;
        background-image: url(assets/images/hero/dashed.svg);
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        pointer-events: none; }
      .hero h2 {
        font-size: 40px;
        font-size: 2.5rem; }
      .hero p {
        font-size: 16px;
        font-size: 1rem; }
      .hero__scroll {
        position: absolute;
        z-index: 2;
        top: 46%;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
        font-size: 0.75rem; }
        .hero__scroll a {
          color: #fff;
          text-decoration: none; }
        .hero__scroll img {
          display: block;
          width: 30px;
          margin: 1em auto 0; }
        .hero__scroll .grid__column {
          margin-top: 2em;
          margin-bottom: 2em; }
      .hero__products {
        position: static;
        overflow: auto;
        padding: 0; }
        .hero__products__text {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          position: absolute;
          top: 13%;
          right: 24%; }
          .hero__products__text:before {
            top: -10%;
            right: 55%; }
          .hero__products__text:after {
            top: auto;
            bottom: -20%;
            right: 60%; }
        .hero__products__image {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          position: absolute;
          right: 10%;
          top: 0; }
          .hero__products__image img {
            width: 45%; }
      .hero__company {
        position: static;
        overflow: auto;
        padding: 0; }
        .hero__company__text {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          position: absolute;
          top: 57%;
          right: 7%; }
          .hero__company__text:before {
            top: -10%;
            right: 55%; }
          .hero__company__text:after {
            top: auto;
            bottom: -20%;
            right: 60%; }
        .hero__company__image {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          position: absolute;
          right: 50%;
          top: 57%; }
          .hero__company__image img {
            width: 80%; } }
  @media only screen and (min-width: 1440px) {
    .hero {
      padding-top: 1440px; } }

.article__header {
  padding: 20px 0;
  text-align: center;
  background-color: #fff; }
  .article__header img {
    width: 30px; }
  .article__header h5 {
    margin-top: 0.5em;
    font-weight: bold;
    color: #8e8e8e;
    font-size: 14px;
    font-size: 0.875rem; }

.article__header--alt {
  background-color: #ff4e00; }
  .article__header--alt h5 {
    color: #fff; }

.products {
  padding: 50px 20px;
  text-align: center; }
  .products h1,
  .products p {
    color: #8e8e8e; }
  .products h1 {
    margin-bottom: 0.25em;
    font-weight: 800;
    font-size: 38px;
    font-size: 2.375rem; }
  .products p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 30px; }
  .products svg {
    max-width: 250px; }
  .products circle,
  .products image {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.19, 0.23, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.19, 0.23, 1);
    transition: transform 0.5s cubic-bezier(0.22, 0.19, 0.23, 1);
    transition: transform 0.5s cubic-bezier(0.22, 0.19, 0.23, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.19, 0.23, 1);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .products circle {
    -webkit-transform: scale(0) translateZ(0);
            transform: scale(0) translateZ(0); }
  .products image {
    -webkit-transform: scale(1.2) translateZ(0);
            transform: scale(1.2) translateZ(0); }
  .products .in_view circle,
  .products .in_view image {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0); }
  .products .grid__column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px; }
  .products .grid__column:nth-of-type(1) img {
    width: 25px; }
  .products .grid__column:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  @media only screen and (min-width: 700px) {
    .products {
      text-align: left; }
      .products p {
        padding: 0; }
      .products svg {
        max-width: 300px; }
      .products .grid__column {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 0; }
      .products .grid__column--alt,
      .products .grid__column--alt:nth-of-type(2) {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .products .products__content .grid__column {
        padding: 50px; } }

.products .grid .grid__column {
  -ms-flex-item-align: center;
      align-self: center; }

.system {
  position: relative;
  background-color: #ff4e00;
  padding: 50px 20px;
  margin-top: 100px;
  margin-bottom: 100px; }
  .system:before, .system:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(assets/images/system/sinecurve.svg) repeat-x bottom center; }
  .system:before {
    top: -99px; }
  .system:after {
    bottom: -99px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.system__content .grid__column {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  .system__content .grid__column:after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 1em;
    height: 2px;
    margin-left: -0.5em;
    background-color: white; }
  .system__content .grid__column h1,
  .system__content .grid__column p {
    color: #fff; }
  .system__content .grid__column h1 {
    margin-bottom: 0.25em;
    font-weight: 800;
    font-size: 28px;
    font-size: 1.75rem; }
  .system__content .grid__column p {
    font-size: 14px;
    font-size: 0.875rem; }
    .system__content .grid__column p a {
      text-decoration: none;
      color: #fff; }

.grid--small.about__content .grid__column {
  position: relative; }
  .grid--small.about__content .grid__column:after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 1em;
    height: 2px;
    margin-left: -0.5em;
    background-color: white; }

.system__scroll {
  display: block;
  width: 20px;
  margin: 20px auto; }

.system__circles {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -35%;
  left: 10%; }
  .system__circles:nth-child(2) {
    left: 50%;
    top: -8%; }
  .system__circles:nth-child(3) {
    right: 10%;
    top: -300px;
    left: auto; }
  @media only screen and (min-width: 700px) {
    .system__circles:nth-child(2) {
      top: -15%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .system:before, .system:after {
    background-image: none; } }

.partners {
  padding: 50px 20px;
  position: relative; }
  .partners h1, .partners p {
    color: #8e8e8e; }
  .partners h1 {
    display: none;
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 800; }
  .partners p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding: 0 30px; }
  .partners .grid__column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px; }
  .partners .grid__column:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  @media only screen and (min-width: 700px) {
    .partners h1, .partners p {
      padding: 0 50px; }
    .partners p {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: left;
      padding: 10px 50px 0; }
    .partners h1 {
      display: block;
      font-weight: 800; }
    .partners .grid__column {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 0; }
    .partners .grid__column--alt,
    .partners .grid__column--alt:nth-of-type(2) {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.partners__content {
  padding: 25px 0; }
  .partners__content img {
    width: 180px; }
  @media only screen and (min-width: 700px) {
    .partners__content {
      padding: 50px 0; } }

.partners .grid .grid__column:nth-of-type(2) {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center; }

.partners__circles {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 6%;
  top: 8%; }
  .partners__circles:nth-child(2) {
    left: 53%;
    top: 0; }
  .partners__circles:nth-child(3) {
    right: 7%;
    top: 4%;
    left: auto; }
  @media only screen and (min-width: 700px) {
    .partners__circles {
      top: 5%; } }

.contacts {
  position: relative;
  margin-top: 100px;
  padding: 50px 20px;
  background-color: #ff4e00; }
  .contacts:before, .contacts:after {
    content: "";
    position: absolute;
    z-index: 1; }
  .contacts:before {
    top: -65px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(assets/images/contacts/sinecurve.svg) repeat-x top center; }
    @media only screen and (min-width: 700px) {
      .contacts:before {
        top: -99px; } }
  .contacts h1,
  .contacts p,
  .contacts img {
    color: #fff;
    padding: 0 50px; }
  .contacts h1 {
    margin-bottom: 0.5em;
    font-weight: 800;
    font-size: 38px;
    font-size: 2.375rem; }
  .contacts p {
    margin-bottom: 1.2em;
    font-size: 14px;
    font-size: 0.875rem; }
  .contacts a {
    text-decoration: none;
    font-weight: 700;
    color: #fff; }
  .contacts img {
    margin-bottom: 0.5em;
    width: 25px; }
  .contacts label {
    display: block;
    margin-bottom: 1em; }
  .contacts input,
  .contacts textarea {
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0.75em 1em;
    width: 100%;
    line-height: 1;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 14px;
    font-size: 0.875rem; }
    .contacts input:placeholder,
    .contacts textarea:placeholder {
      color: #fff !important; }
    .contacts input::-webkit-input-placeholder,
    .contacts textarea::-webkit-input-placeholder {
      color: #fff !important; }
  .contacts textarea {
    width: 100%;
    height: 200px;
    border-radius: 25px; }
  .contacts button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0.75em 1em;
    text-align: center;
    color: #ff4e00;
    background: white;
    border: 0 none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
    .contacts button:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  .contacts .form {
    color: #fff;
    margin-top: 25px; }
  @media only screen and (min-width: 700px) {
    .contacts input,
    .contacts button {
      width: 60%; } }

.contacts__content .grid__column {
  padding: 25px 0; }

.contacts__circles {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20%;
  left: -9%; }
  .contacts__circles:nth-child(2) {
    left: 46%;
    top: -100px; }
  .contacts__circles:nth-child(3) {
    right: 7%;
    top: -30%;
    left: auto;
    width: 20px;
    height: 20px; }
  @media only screen and (min-width: 700px) {
    .contacts__circles {
      position: absolute;
      width: 20px;
      height: 20px;
      top: -28%;
      left: 5%; }
      .contacts__circles:nth-child(2) {
        left: 46%;
        top: -100px; }
      .contacts__circles:nth-child(3) {
        right: 6%;
        top: -300px;
        left: auto; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contacts:before {
    background-image: none; } }

/*
 |  _____ _____ __    __    _____ _____ __ __ _____
 | | __  |  |  |  |  |  |  |   __|   __|  |  |   __|
 | | __ -|  |  |  |__|  |__|__   |   __|_   _|   __|
 | |_____|_____|_____|_____|_____|_____| |_| |_____|
 |  aim on branding
 |
 | if you think it’s hard to read through this thing,
 | you should have seen how the guy who wrote it ended up.
 |
 | Copyright (c) 2016 Bullseye. All rights reserved.
 |
 */
.map {
  display: block;
  width: 100%;
  height: 30vh;
  margin-top: 0; }

.footer {
  background-color: #505050;
  color: #898989;
  width: 100%;
  height: 60px; }
  .footer p {
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem; }
    .footer p span {
      font-weight: bold; }
  .footer .footer__logo {
    text-align: center;
    line-height: 0; }
    .footer .footer__logo img {
      width: 80px; }
  @media only screen and (min-width: 700px) {
    .footer p {
      text-align: left;
      line-height: 60px; }
    .footer .footer__logo {
      height: 60px;
      text-align: right;
      line-height: 60px; } }

.about {
  background-color: #ff4e00;
  padding: 50px 20px;
  text-align: center; }
  .about h2,
  .about h3,
  .about p {
    color: #fff; }
  .about h2 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 26px;
    font-size: 1.625rem; }
  .about h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem; }
  .about p {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 0.875rem; }

.about__content .grid__column {
  padding: 50px 0; }

@media only screen and (max-width: 699px) {
  .timeline h2 {
    margin-bottom: 0; }
  .timeline h3 {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.75rem; }
  .timeline p {
    margin-bottom: 3em; } }

@media only screen and (min-width: 700px) {
  .timeline {
    position: relative;
    text-align: left; }
    .timeline:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      margin-left: -2px;
      background-color: white; }
    .timeline:after {
      content: "";
      position: relative;
      top: 10px;
      z-index: 2;
      display: table;
      clear: both;
      width: 100%;
      height: 75px;
      background: url(assets/images/about/nvending.svg) no-repeat center center;
      background-size: contain; }
    .timeline > li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      float: left;
      clear: both;
      width: 50%;
      margin-bottom: 2em;
      padding-right: 50px; }
      .timeline > li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: 10px;
        margin-left: -8px;
        background-color: #ff4e00;
        border: 3px solid white;
        border-radius: 100%; }
      .timeline > li:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 100%;
        width: 20px;
        height: 3px;
        margin-left: 5px;
        background-color: white; }
      .timeline > li:nth-of-type(2n) {
        float: right;
        padding-right: 0;
        padding-left: 50px; }
        .timeline > li:nth-of-type(2n):before {
          left: 0; }
        .timeline > li:nth-of-type(2n):after {
          left: 0;
          margin-left: -25px; }
        .timeline > li:nth-of-type(2n) h3 {
          left: -100%;
          margin-left: 0; }
    .timeline h2 {
      margin-bottom: 0.25em; }
    .timeline h3 {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      margin-left: 50px; } }

.info {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center; }
  .info h2,
  .info h3,
  .info p {
    color: #666; }
  .info h2 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 26px;
    font-size: 1.625rem; }
  .info h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem; }
  .info li ul {
    margin-bottom: 1em; }
  .info a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem; }
  .info__content .grid__column {
    padding: 50px 0; }
  @media only screen and (min-width: 700px) {
    .info .timeline:before {
      background-color: #ff4e00; }
    .info .timeline:after {
      background: url(assets/images/info/nvending.svg) no-repeat center center; }
    .info .timeline > li:before {
      background-color: #ff4e00;
      border: 3px solid #ff4e00; }
    .info .timeline > li:after {
      background-color: #ff4e00; } }

/* 4.0 Atoms */
