/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  -moz-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.
 */
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.
 */
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.
 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  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 */
  -moz-box-sizing: content-box;
  -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.
 */
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;
}

.container {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.flex-col {
  flex-direction: column;
}

.text-center {
  text-align: center;
}

button, [type=button], [type=reset], [type=submit], .button {
  appearance: none;
  background-color: #00D77D;
  border: 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "neuzeit-grotesk";
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #00D77D;
  padding: 1rem 2rem;
  text-transform: uppercase;
}
button.large, [type=button].large, [type=reset].large, [type=submit].large, .button.large {
  font-size: 2rem;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus, .button:hover, .button:focus {
  background-color: shade(#00D77D, 20%);
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover, .button:disabled:hover {
  background-color: #00D77D;
}

fieldset {
  background-color: tint(#ddd, 75%);
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "neuzeit-grotesk";
  font-size: 1.2rem;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "neuzeit-grotesk";
  font-size: 1.2rem;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: shade(#ddd, 20%);
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #00D77D;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 190, 110, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: shade(#fff, 5%);
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

input[type=search] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid shade(#ddd, 25%);
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "neuzeit-grotesk";
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1.2rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "din-condensed";
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
  letter-spacing: 0.02em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: shade(#477dca, 25%);
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #f9f9f9;
  padding: 0.5rem 1rem;
  z-index: 1;
}
.top-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav ul li {
  margin: 0 1rem;
}
@media screen and (max-width: 600px) {
  .top-nav ul li {
    font-size: 1rem;
    white-space: nowrap;
    margin: 0 0.8rem;
  }
}
.top-nav ul li a {
  color: #f9f9f9;
}

.main {
  min-height: 100vh;
  position: relative;
  scroll-snap-type: y mandatory;
}
.main img.bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.main img.bg.attach-bottom {
  object-position: bottom center;
  filter: brightness(0.7);
}
.main .hero {
  display: flex;
  text-align: center;
  height: 90vh;
}
.main .hero .container {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  color: #fff;
}
.main .hero h3 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.main .hero h3 a {
  color: #fff;
}
.main .hero img {
  width: auto;
  max-width: 40%;
  max-height: 30vh;
}
.main .hero p {
  text-shadow: 0 0 5px #000;
  color: #fff;
}
.main .hero p a {
  color: #fff;
  text-decoration: none;
}
.main .hero p .cta {
  margin: 4rem auto;
}
.main .text-section {
  position: relative;
  background: #fff;
  padding: 2rem 0;
}
.main .text-section .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  width: 60%;
  margin: 0 auto;
}
.main .text-section .container h2 {
  font-size: 3rem;
}
.main .text-section .container p {
  text-align: center;
  margin-bottom: 2rem;
}
.main .text-section + .text-section {
  padding-top: 0;
  margin-top: -2rem;
}
.main .text-section + .text-section .container {
  padding-top: 0;
}
.main .products-list {
  position: relative;
  background: #eee;
  padding: 3rem 0;
  text-align: center;
}
.main .products-list h2 {
  text-align: center;
  font-size: 4rem;
  margin: 2rem auto;
}
.main .products-list .products-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .products-list .products-wrap .product {
  margin: 2rem;
  max-width: 720px;
  display: flex;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .main .products-list .products-wrap .product {
    flex-direction: column;
  }
}
.main .products-list .products-wrap .product:not(:last-child) {
  border-bottom: 1px solid #222;
}
.main .products-list .products-wrap .product .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .main .products-list .products-wrap .product .image {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.main .products-list .products-wrap .product .image img {
  max-height: 16rem;
}
.main .products-list .products-wrap .product .content {
  padding: 0 4rem;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .main .products-list .products-wrap .product .content {
    padding: 0;
    width: 100%;
  }
}
.main .products-list .products-wrap .product .content h3 {
  font-size: 2rem;
}
.main .products-list .products-wrap .product .content ul {
  margin-bottom: 2rem;
  list-style-type: disc;
  margin-left: 2rem;
}
.main .team {
  position: relative;
  background: #eee;
  padding: 3rem 0;
  text-align: center;
}
.main .team h2 {
  text-align: center;
  font-size: 4rem;
  margin: 2rem auto;
}
.main .team .team-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .team .team-wrap .team-member {
  margin: 2rem;
  max-width: 900px;
  display: flex;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .main .team .team-wrap .team-member {
    flex-direction: column;
  }
}
.main .team .team-wrap .team-member:not(:last-child) {
  border-bottom: 1px solid #222;
}
.main .team .team-wrap .team-member .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .main .team .team-wrap .team-member .image {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.main .team .team-wrap .team-member .image img {
  max-height: 16rem;
  border-radius: 100%;
}
.main .team .team-wrap .team-member .content {
  padding: 0 4rem;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .main .team .team-wrap .team-member .content {
    padding: 0;
    width: 100%;
  }
}
.main .team .team-wrap .team-member .content h3 {
  font-size: 2rem;
}
.main .team .team-wrap .team-member .content h4 {
  font-size: 1.2rem;
}
.main .team .team-wrap .team-member .content ul {
  margin-bottom: 2rem;
  list-style-type: disc;
  margin-left: 2rem;
}
.main .fullwidth-bg {
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
}
.main .fullwidth-bg img.bg {
  position: absolute;
}
.main .fullwidth-bg .container {
  padding: 4rem 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
}
.main .fullwidth-bg .container h2 {
  font-size: 3rem;
}
.main .fullwidth-bg .container p {
  text-shadow: 1px 0 10px #000;
}
.main .fullwidth-bg .container.light {
  color: #222;
}
.main .fullwidth-bg .container.light p {
  text-shadow: 1px 0 10px #fff;
}
.main .steps {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(#eee, #fff);
  padding: 3rem 1rem;
}
.main .steps h2 {
  text-align: center;
  font-size: 4rem;
  margin: 2rem auto;
}
.main .steps .step-wrap {
  padding: 2rem 0;
}
.main .steps .step-wrap .container {
  width: 50%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .main .steps .step-wrap .container {
    width: 90%;
  }
}
.main .steps .step-wrap .step-number {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "din-condensed";
  text-transform: uppercase;
  line-height: 1;
  background: #0093E4;
  border-radius: 100%;
  height: 8rem;
  width: 8rem;
}
.main .steps .step-wrap .step-number span {
  font-size: 3rem;
}
.main .steps .step-wrap .step-content {
  margin-left: 3rem;
  width: 60%;
  border-bottom: 2px solid #45C393;
  padding-bottom: 2rem;
}
.main .steps .step-wrap .step-content h3 {
  font-size: 2rem;
}
.main .contact-form {
  position: relative;
}
.main .contact-form button#input_8 {
  background: #00D77D !important;
}
.main .contact-form button#input_8:hover {
  background: #00D77D !important;
}
.main .contact-form .form-submit-button-light_rounded:hover, .main .contact-form .form-submit-button-light_rounded:active {
  background: #00D77D !important;
}

/*# sourceMappingURL=main.css.map */
