/*! 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"], /* 1 */
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;
}/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }*/


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100vh;
  background: #fff;
}
html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
html.no-scroll,
html.no-scroll body {
  height: 100vh;
  overflow: hidden;
}
body {
  position: relative;
  margin: 0;
  font-family: 'AvenirLTStd', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #71777f;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #ff8062;
}
a:hover {
  color: #ff5169;
}
/**
 * @license
 * MyFonts Webfont Build ID 3256317, 2016-07-25T18:09:05-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed /fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTStd-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-medium/
 * Copyright: Copyright &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. Copyright &#x00A9; 1989 - 2002 Adobe Systems Incorporated.  All Rights Reserved.
 *
 * Webfont: AvenirLTStd-BookOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * Webfont: AvenirLTStd-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/35-light/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * Webfont: AvenirLTStd-LightOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/35-light-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * Webfont: AvenirLTStd-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * Webfont: AvenirLTStd-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3256317
 * Licensed pageviews: 250,000
 *
 * © 2016 MyFonts Inc
 */
/* @import must be at top of file, otherwise CSS will not work */
/* @import (css) url("//hello.myfonts.net/count/31B01B"); */
@font-face {
  font-family: 'AvenirLTStd';
  font-weight: 100;
  src: url('/fonts/31B01B_2_0.eot');
  src: url('/fonts/31B01B_2_0.eot?#iefix') format('embedded-opentype'), url('/fonts/31B01B_2_0.woff2') format('woff2'), url('/fonts/31B01B_2_0.woff') format('woff'), url('/fonts/31B01B_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd';
  font-weight: 100;
  font-style: italic;
  src: url('/fonts/31B01B_3_0.eot');
  src: url('/fonts/31B01B_3_0.eot?#iefix') format('embedded-opentype'), url('/fonts/31B01B_3_0.woff2') format('woff2'), url('/fonts/31B01B_3_0.woff') format('woff'), url('/fonts/31B01B_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd';
  font-weight: 500;
  src: url('/fonts/31B01B_0_0.eot');
  src: url('/fonts/31B01B_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/31B01B_0_0.woff2') format('woff2'), url('/fonts/31B01B_0_0.woff') format('woff'), url('/fonts/31B01B_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd';
  font-weight: 400;
  src: url('/fonts/31B01B_4_0.eot');
  src: url('/fonts/31B01B_4_0.eot?#iefix') format('embedded-opentype'), url('/fonts/31B01B_4_0.woff2') format('woff2'), url('/fonts/31B01B_4_0.woff') format('woff'), url('/fonts/31B01B_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd';
  font-weight: 400;
  font-style: italic;
  src: url('/fonts/31B01B_1_0.eot');
  src: url('/fonts/31B01B_1_0.eot?#iefix') format('embedded-opentype'), url('/fonts/31B01B_1_0.woff2') format('woff2'), url('/fonts/31B01B_1_0.woff') format('woff'), url('/fonts/31B01B_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirLTStd';
  font-weight: 700;
  src: url('/fonts/31B01B_5_0.eot');
  src: url('/fonts/31B01B_5_0.eot?#iefix') format('embedded-opentype'), url('/fonts/31B01B_5_0.woff2') format('woff2'), url('/fonts/31B01B_5_0.woff') format('woff'), url('/fonts/31B01B_5_0.ttf') format('truetype');
}
/* From: https://s3.amazonaws.com/icomoon.io/56324/Proxy/style.css?o5d1p4 */
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/icomoon.eot');
  src: url('/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('/fonts/icomoon.woff2') format('woff2'), url('/fonts/icomoon.woff') format('woff'), url('/fonts/icomoon.ttf') format('truetype');
}
[class^="icon--"],
[class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  /* font-variant: normal; */
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--send:before {
  content: "\F1D8";
}
.icon--cross:before {
  content: "\EA0F";
}
.icon--checkmark:before {
  content: "\EA10";
}
.icon--facebook:before {
  content: "\EA90";
}
.icon--twitter:before {
  content: "\EA96";
}
.icon--linkedin:before {
  content: "\EACA";
}
.casing,
.header__container,
.footer__container,
.logos__container,
.about__container,
.contact__container,
.privacy__container,
.terms__container,
.download__container,
.pilot__container,
.faq__container,
.steps__container,
.block__container,
.pricing-hero__container,
.jobs__container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1080px;
}
@media (min-width: 340px) {
  .casing,
  .header__container,
  .footer__container,
  .logos__container,
  .about__container,
  .contact__container,
  .privacy__container,
  .terms__container,
  .download__container,
  .pilot__container,
  .faq__container,
  .steps__container,
  .block__container,
  .pricing-hero__container,
  .jobs__container {
    padding: 0 20px;
    max-width: 1100px;
  }
}
@media (min-width: 720px) {
  .casing,
  .header__container,
  .footer__container,
  .logos__container,
  .about__container,
  .contact__container,
  .privacy__container,
  .terms__container,
  .download__container,
  .pilot__container,
  .faq__container,
  .steps__container,
  .block__container,
  .pricing-hero__container,
  .jobs__container {
    padding: 0 50px;
    max-width: 1160px;
  }
}
@media (min-width: 1080px) {
  .casing,
  .header__container,
  .footer__container,
  .logos__container,
  .about__container,
  .contact__container,
  .privacy__container,
  .terms__container,
  .download__container,
  .pilot__container,
  .faq__container,
  .steps__container,
  .block__container,
  .pricing-hero__container,
  .jobs__container {
    padding: 0 70px;
    max-width: 1200px;
  }
}
.casing--full {
  max-width: none;
}
@media (min-width: 720px) {
  .casing--full {
    max-width: none;
  }
}
@media (min-width: 1080px) {
  .casing--full {
    max-width: none;
  }
}
.segment,
.footer,
.logos,
.about,
.contact,
.privacy,
.terms,
.download,
.pilot,
.faq,
.steps,
.block,
.jobs {
  position: relative;
  padding: 60px 0 40px;
}
@media (min-width: 720px) {
  .segment,
  .footer,
  .logos,
  .about,
  .contact,
  .privacy,
  .terms,
  .download,
  .pilot,
  .faq,
  .steps,
  .block,
  .jobs {
    padding: 60px 0 40px;
  }
}
@media (min-width: 1080px) {
  .segment,
  .footer,
  .logos,
  .about,
  .contact,
  .privacy,
  .terms,
  .download,
  .pilot,
  .faq,
  .steps,
  .block,
  .jobs {
    padding: 80px 0 60px;
  }
}
@media (min-width: 1440px) {
  .segment,
  .footer,
  .logos,
  .about,
  .contact,
  .privacy,
  .terms,
  .download,
  .pilot,
  .faq,
  .steps,
  .block,
  .jobs {
    padding: 140px 0 120px;
  }
}
.segment--tight {
  padding-bottom: 0;
}
@media (min-width: 720px) {
  .segment--large {
    padding: 90px 0 70px;
  }
}
@media (min-width: 1080px) {
  .segment--large {
    padding: 120px 0 100px;
  }
}
@media (min-width: 1440px) {
  .segment--large {
    padding: 200px 0 180px;
  }
}
.segment--smallspace {
  padding-top: 10px;
}
.segment--nospace {
  padding-top: 0px;
}
.segment--noline:after {
  display: none;
}
.segment--alt {
  background: #fafafa;
}
.app {
  overflow: hidden;
}
.header {
  position: relative;
  z-index: 101;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0 1px 0 0 transparent;
  transition-property: box-shadow, border;
  transition-duration: 200ms;
}
.header--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header--underline:not(.header--scrolled) {
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 0 1px 0 0 #f6f6f6;
}
.header__fixed {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .header__fixed {
    top: 20px;
  }
}
.header__fixed:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  /* Causes flicker on ff. */
  /* transition: background 200ms; */
}
.header__fixed:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  height: 1px;
  width: 100%;
  max-width: 1325px;
  background: #ececec;
  transform: translateX(-50%);
  transition: opacity 200ms;
}
@media (min-width: 1080px) {
  .header__fixed:after {
    background: linear-gradient(90deg, rgba(236, 236, 236, 0) 0%, #ececec 15%, #ececec 85%, rgba(236, 236, 236, 0) 100%);
  }
}
.header--scrolled .header__fixed {
  position: fixed;
  top: 0;
}
.header--scrolled .header__fixed:before {
  background: rgba(255, 255, 255, 0.98);
}
.header--scrolled .header__fixed:after {
  opacity: 1;
}
.header__ghost {
  height: 75px;
}
@media (min-width: 768px) {
  .header__ghost {
    height: 105px;
  }
}
.header__container {
  display: flex;
  height: 65px;
  transition: height 100ms;
}
@media (min-width: 768px) {
  .header__container {
    height: 65px;
  }
}
.header__logo {
  display: flex;
  position: relative;
  z-index: 10;
  width: 105px;
}
@media (min-width: 768px) {
  .header__logo {
    position: static;
    margin: 0;
  }
}
.header__logo-image {
  width: 100%;
}
.header--overlay:not(.header--scrolled) .header__logo .logo * {
  fill: #fff;
}
.header--overlay:not(.header--scrolled) .header__logo .text * {
  fill: #fff;
}
.header__logo .text {
  display: none;
}
@media (min-width: 480px) {
  .header__logo .text {
    display: block;
  }
}
.header__navigation {
  display: none;
}
@media (min-width: 768px) {
  .header__navigation {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: auto;
  }
}
.header__actions {
  display: none;
  flex-flow: column;
  justify-content: center;
  order: 3;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header__actions {
    display: flex;
    margin-left: 40px;
  }
  .header__actions > * {
    margin-bottom: 0;
  }
}
.header__mobile {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  order: 1;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header__mobile {
    display: none;
  }
}
.footer {
  font-size: 13px;
  line-height: 2.30769231;
}
.footer__container {
  position: relative;
}
.footer__logo {
  display: block;
  margin-bottom: 21px;
  width: 75px;
  height: 21px;
}
.footer__paragraph {
  margin: 0 0 40px;
  max-width: 350px;
}
.footer__logo-image {
  display: block;
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  margin-bottom: 50px;
  color: #71777f;
}
.footer__nav-item {
  margin-bottom: 18px;
  line-height: 1;
}
.footer__nav-item--heading {
  margin-bottom: 37px;
  font-weight: bold;
  color: #121d2a;
}
.footer__nav-link {
  text-decoration: none;
  color: inherit;
}
.footer__nav-link:hover {
  color: #ff3a6c;
}
.footer__social-list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  display: flex;
  text-align: center;
}
@media (min-width: 960px) {
  .footer__social-list {
    position: absolute;
    bottom: 39px;
  }
}
.footer__social-item {
  display: block;
  margin-right: 10px;
}
.footer__social-link {
  color: inherit;
  text-decoration: none;
  display: block;
  z-index: 1;
  width: 23px;
  height: 23px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #9ca3b3;
  border-radius: 50%;
}
.footer__social-link--send {
  font-size: 12px;
  line-height: 26px;
}
.footer__social-link--send .icon {
  margin-right: 1px;
}
.footer__social-link--facebook {
  font-size: 13px;
  line-height: 26px;
}
.footer__social-link--twitter {
  font-size: 12px;
  line-height: 26px;
}
.footer__social-link--twitter .icon {
  margin-right: -1px;
}
.footer__social-link--linkedin {
  font-size: 12px;
}
.footer__social-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
}
.footer__social-label {
  display: none;
}
.footer__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.footer__col {
  display: block;
  align-self: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  box-sizing: border-box;
  width: 100%;
}
.footer__col--nav {
  width: 50%;
}
@media (min-width: 720px) {
  .footer__col {
    display: block;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    box-sizing: border-box;
    width: 100%;
  }
  .footer__col--nav {
    width: 50%;
  }
  .footer__col--nav:first-child {
    margin-right: 0;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .footer__col {
    width: 50%;
  }
  .footer__col:first-child {
    margin-right: 5.55555556%;
    width: 44.44444444%;
  }
  .footer__col--nav {
    width: 50%;
  }
  .footer__col--nav:first-child {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .navigation {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .navigation__item,
  .navigation__sub-item {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
  }
  .navigation__link,
  .navigation__sub-link {
    color: inherit;
    text-decoration: none;
    display: block;
    font-size: 25px;
    text-align: center;
    line-height: 74px;
    color: #121d2a;
    border-bottom: 1px solid #e7e9ea;
  }
  .navigation__link--has-children,
  .navigation__sub-link--has-children {
    display: none;
  }
  .navigation__link:hover,
  .navigation__sub-link:hover {
    color: #ff3a6c;
  }
  .navigation__item--selected .navigation__link,
  .navigation__sub-item--selected .navigation__sub-link {
    font-weight: 500;
    color: #ff3a6c;
  }
  .navigation__sub {
    display: block;
  }
  .navigation__sub-list {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
    list-style: none;
  }
}
@media (min-width: 768px) {
  .navigation {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
    list-style: none;
    display: flex;
  }
  .navigation__item {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
    display: block;
    position: relative;
    margin: 0 0 0 40px;
  }
  .navigation__link {
    color: inherit;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #303945;
    overflow: hidden;
    transition: opacity 100ms;
  }
  .navigation__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
    transform: translateX(-100%);
    transition: transform 100ms;
  }
  .navigation__link:hover {
    color: #ff3a6c;
    transition-duration: 200ms;
  }
  .navigation__link:hover:before {
    transform: translateX(0);
    transition-duration: 150ms;
  }
  .header--overlay:not(.header--scrolled) .navigation__link {
    opacity: 0.7;
    color: #fff;
  }
  .header--overlay:not(.header--scrolled) .navigation__link:before {
    background: #fff;
  }
  .header--overlay:not(.header--scrolled) .navigation__link:hover {
    opacity: 1;
    color: #fff;
  }
  .navigation:not(:hover) .navigation__item--selected .navigation__link:before {
    transform: translateX(0);
  }
  .navigation__item--selected .navigation__link {
    font-weight: bold;
  }
  .header--overlay:not(.header--scrolled) .navigation__item--selected .navigation__link {
    opacity: 1;
    border-color: #fff;
  }
  .header--overlay:not(.header--scrolled) .navigation__item--selected .navigation__link:hover {
    color: #fff;
  }
  .navigation__sub-list {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, 5px);
    transition-property: opacity, transform;
    transition-duration: 100ms;
  }
  .navigation__sub-list--visible {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 10px);
    transition-duration: 200ms;
  }
  .navigation__sub-list:before,
  .navigation__sub-list:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: -20px;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-bottom-color: #fff;
  }
  .navigation__sub-list:after {
    z-index: 1;
    top: -21px;
    border-bottom-color: #eee;
  }
  .navigation__sub-item {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    vertical-align: baseline;
    display: block;
    margin: 0;
  }
  .navigation__sub-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    line-height: 27px;
  }
  .navigation__sub-link:hover {
    color: #ff3a6c;
  }
}
.mobile-menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 75px 0 20px;
  max-height: 100vh;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translateY(-20px);
  transition-property: opacity, transform;
  transition-duration: 200ms;
}
.mobile-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 94px;
  height: 30px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.mobile-menu--visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.mobile-menu > .button {
  flex: 0 0 auto;
  min-width: 230px;
}
.mobile-menu__navigation {
  flex: 0 1 auto;
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  border-top: 1px solid #e7e9ea;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.button {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 40px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 54px;
  white-space: nowrap;
  text-align: center;
  color: #121d2a;
  cursor: pointer;
  border-radius: 1000px;
  border: none;
  outline: none;
  box-shadow: inset 0 0 0 2px #ff3a6c;
  overflow: hidden;
  transition-property: box-shadow, background;
  transition-duration: 100ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  border-radius: inherit;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
  transition: all 100ms;
}
.button[title]:not(.button--white):not(.button--gradient):hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px transparent;
  transition-duration: 200ms;
}
.button[title]:not(.button--white):not(.button--gradient):hover:before {
  opacity: 1;
  transition-duration: 200ms;
}
.button--small {
  padding: 0 24px;
  line-height: 29px;
}
.button--medium {
  padding: 0 52px;
  font-size: 18px;
  line-height: 62px;
  box-shadow: inset 0 0 0 3px #ff3a6c;
}
.button--medium.button--white {
  box-shadow: inset 0 0 0 3px #fff;
}
.button--large {
  padding: 0 52px;
  font-size: 20px;
  line-height: 62px;
  box-shadow: inset 0 0 0 3px #ff3a6c;
}
.button--large.button--white {
  box-shadow: inset 0 0 0 3px #fff;
}
.button--wide {
  min-width: 240px;
}
.button--white {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.button--white:hover {
  color: #ff3a6c;
  background: #fff;
  transition-duration: 200ms;
}
.button--gradient {
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
  box-shadow: none;
}
.button--gradient:hover {
  color: #fff;
}
.hamburger {
  display: block;
  position: relative;
  margin: 0 -9px;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hamburger__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  margin: -1px 0 0 -15px;
  height: 2px;
  width: 30px;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 2px;
  background: #121d2a;
  transform-origin: 50%;
  transition: transform 200ms;
}
.hamburger__inner:after {
  top: -5px;
}
.hamburger--active .hamburger__inner:before,
.hamburger--active .hamburger__inner:after {
  transform: translateY(-5px) rotateZ(45deg);
}
.hamburger--active .hamburger__inner:after {
  transform: translateY(5px) rotateZ(-45deg);
}
.header--overlay:not(.header--scrolled) .hamburger__inner:before,
.header--overlay:not(.header--scrolled) .hamburger__inner:after {
  background: #fff;
}
.headline {
  margin: 0;
  padding: 60px 0 0 0;
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  color: #121d2a;
}
.hero__video {
  display: none;
}
.hero__play {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
  transform: translate(-50%, -50%);
  transition: opacity 500ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hero__play:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -6.66666667px;
  border: 20px solid transparent;
  border-width: 15px 20px;
  border-left-color: #fff;
}
.hero__play--visible {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 719px) {
  .hero {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-top: 6vh;
    height: 86vh;
    min-height: 475px;
    max-height: 580px;
    background-size: 950px;
  }
  .hero__scroll {
    display: none;
  }
  .hero__title {
    order: 1;
    position: relative;
    margin: 0 0 40px;
    font-size: 33px;
    font-weight: 100;
    text-align: center;
    color: #121d2a;
  }
  .hero__buttons {
    order: 2;
    margin: 0 0 40px;
    text-align: center;
  }
  .hero__buttons .button {
    padding: 0 52px;
    font-size: 18px;
    line-height: 62px;
    box-shadow: inset 0 0 0 3px #ff3a6c;
    min-width: 240px;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
    box-shadow: none;
  }
  .hero__buttons .button.button--white {
    box-shadow: inset 0 0 0 3px #fff;
  }
  .hero__buttons .button:hover {
    color: #fff;
  }
  .hero__play {
    width: 75px;
    height: 75px;
  }
  .hero__video--mobile {
    display: block;
    width: 100%;
    max-width: 426.66666667px;
  }
  .hero__animation {
    order: 3;
    display: flex;
    justify-content: center;
  }
  .hero__animation-wrap {
    display: block;
    position: relative;
  }
  .hero__animation-wrap:before,
  .hero__animation-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .hero__animation-wrap:after {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
  }
}
@media (min-width: 720px) {
  .hero {
    position: relative;
    padding: 10px 0 0 0;
  }
  .hero__title {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 100;
    text-align: center;
    color: #121d2a;
  }
  .hero__animation {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 0 75px;
    min-height: 300px;
  }
  .hero__animation-wrap {
    display: block;
    position: relative;
  }
  .hero__animation-wrap:before,
  .hero__animation-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .hero__animation-wrap:after {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
  }
  .hero__video--desktop {
    display: block;
    margin: 0;
    width: 1465px;
    height: 366px;
  }
  .hero__buttons {
    margin: 0 0 40px;
    text-align: center;
  }
  .hero__buttons .button {
    padding: 0 52px;
    font-size: 20px;
    line-height: 62px;
    box-shadow: inset 0 0 0 3px #ff3a6c;
  }
  .hero__buttons .button.button--white {
    box-shadow: inset 0 0 0 3px #fff;
  }
  .hero__scroll {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 30px;
    text-indent: -9999px;
  }
  .hero__scroll:before,
  .hero__scroll:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 30px;
    border-radius: 3px 0 0 3px;
    background: #e6e6e6;
    transform-origin: bottom right;
    transform: rotateZ(40deg);
  }
  .hero__scroll:after {
    left: auto;
    right: 0;
    border-radius: 0 3px 3px 0;
    transform-origin: bottom left;
    transform: rotateZ(-40deg);
  }
}
.logos {
  text-align: center;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
}
.block + .logos {
  margin-top: 50px;
}
@media (min-width: 720px) {
  .block + .logos {
    margin-top: 90px;
  }
}
@media (min-width: 1080px) {
  .block + .logos {
    margin-top: 120px;
  }
}
.logos__container {
  padding: 20px 0;
}
.logos__title {
  margin: 0 0 40px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .logos__title {
    margin: 0 0 60px;
    font-size: 40px;
  }
}
.logos__not {
  position: relative;
}
.logos__not:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: 0;
  border-bottom: 3px solid #fff;
  transform: rotateZ(-5deg) translateY(-40%);
}
@media (min-width: 768px) {
  .logos__not:before {
    display: block;
  }
}
.logos__not:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 84px;
  background: url('/images/happy.png');
  background-size: contain;
  transform: translate(50%, -100%);
}
@media (min-width: 768px) {
  .logos__not:after {
    display: block;
  }
}
.logos__list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .logos__list {
    margin: 0 0 60px;
  }
}
.logos__item {
  margin: 0 20px 20px;
  width: 100px;
  text-indent: -9999px;
}
@media (min-width: 480px) {
  .logos__item {
    margin: 0 40px 20px;
    width: 130px;
  }
}
.logos__image {
  opacity: 0.55;
}
.logos__button {
  margin: 0 0 20px;
}
.signup {
  margin: 0 auto;
}
.signup__title {
  padding: 30px 0 20px;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 600px) {
  .signup__title {
    font-size: 50px;
  }
}
.signup__fields {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  margin: 20px 0 40px;
  overflow: hidden;
}
.signup__field {
  display: none;
  opacity: 0;
  margin: 0 0 20px;
  transition: opacity 1s;
}
.signup__field--visible {
  display: block;
  opacity: 1;
}
.signup__button {
  display: none;
  text-align: center;
}
.signup__button--visible {
  display: block;
}
.signup__form {
  display: none;
}
.signup__form--visible {
  display: block;
}
.signup__done {
  display: none;
  flex-flow: column;
  align-items: center;
}
.signup__done--visible {
  display: flex;
}
.signup__image {
  margin: 0 0 40px;
  width: 300px;
}
.signup__text {
  line-height: 1.75;
  color: #71777f;
  padding: 20px 22%;
}
.inline-field {
  font-size: 26px;
  text-align: center;
  white-space: nowrap;
}
.inline-field__label {
  display: inline-block;
  margin: 0 7px 0 0;
  font-weight: 400;
  color: #121d2a;
  vertical-align: bottom;
}
.inline-field__input {
  display: inline-block;
  min-width: 170px;
  max-width: 600px;
  min-height: 45px;
  color: #ff3a6c;
  text-align: left;
  font-style: italic;
  white-space: normal;
  padding: 0px !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #c0c3c9 !important;
  outline: none !important;
  margin: 0 !important;
  vertical-align: bottom;
}
.inline-field__input:focus {
  border-color: #ff3a6c !important;
}
.inline-field__input:-ms-input-placeholder {
  color: #9ca3b3;
}
.inline-field__input::-ms-input-placeholder {
  color: #9ca3b3;
  opacity: 0.9;
}
.inline-field__invalid {
  background: rgba(255, 0, 0, 0.1) !important;
  border-bottom: 1px solid #ff0000 !important;
}
.about {
  line-height: 2.30769231;
  font-size: 13px;
  padding-top: 0px;
  margin-top: 0px;
}
.about__container {
  display: block;
}
.about__headline_container {
  text-align: center;
  background-image: url('/images/sf2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background-color: rgba(45, 45, 45, 0.85);
  padding: 100px;
}
@media (min-width: 720px) {
  .about__headline {
    margin-bottom: 70px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .about__headline {
    margin-bottom: 90px;
  }
}
.about__title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-top: 50px;
  margin-bottom: 0.5em;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-size: 30px;
  font-weight: 300;
  color: #121d2a;
}
.about__paragraph {
  line-height: 1.75;
  letter-spacing: -0.03em;
  font-size: 16px;
  color: #71777f;
}
.about__icons .row {
  padding: 20px;
}
.about__icons img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.about__anchor {
  display: hidden;
}
.contact {
  line-height: 2.30769231;
  font-size: 13px;
  padding-top: 0;
  margin-top: 50px;
}
.contact__container {
  display: block;
  margin-bottom: 120px;
}
.contact__title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 0.5em;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-size: 30px;
  font-weight: 300;
  color: #121d2a;
}
.contact__paragraph {
  line-height: 1.75;
  letter-spacing: -0.03em;
  font-size: 16px;
  color: #71777f;
}
.contact__social-list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  display: flex;
  text-align: center;
}
.contact__map {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.privacy {
  line-height: 2.30769231;
  font-size: 16px;
}
.privacy ul {
  list-style-type: none;
}
.privacy__container {
  display: block;
}
.privacy__container p,
.privacy__container li {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}
.privacy__container ul {
  list-style: circle outside;
}
.privacy__container h3 {
  margin: 15px 0px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  color: #121d2a;
}
.privacy__container em {
  color: #121d2a;
  font-style: normal;
  font-weight: 500;
}
.privacy__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .privacy__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .privacy__headline {
    margin-bottom: 120px;
  }
}
.terms {
  line-height: 2.30769231;
  font-size: 16px;
}
.terms ul {
  list-style-type: none;
}
.terms__container {
  display: block;
}
.terms__container p,
.terms__container li {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}
.terms__container ul {
  list-style: circle outside;
}
.terms__container h3 {
  margin: 15px 0px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  color: #121d2a;
}
.terms__container em {
  color: #121d2a;
  font-style: normal;
  font-weight: 500;
}
.terms__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .terms__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .terms__headline {
    margin-bottom: 120px;
  }
}
.download {
  line-height: 2.30769231;
  font-size: 16px;
}
.download ul {
  list-style-type: none;
}
.download__container {
  display: block;
}
.download__container p,
.download__container li {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}
.download__container ul {
  list-style: circle outside;
}
.download__container h3 {
  margin: 15px 0px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  color: #121d2a;
}
.download__container em {
  color: #121d2a;
  font-style: normal;
  font-weight: 500;
}
.download__container a {
  margin: 0 auto;
  display: block;
}
.download__container a.apple {
  height: 80px;
  width: 200px;
}
.download__container a.apple img {
  height: 80px;
}
.download__container a.google {
  height: 90px;
  width: 230px;
}
.download__container a.google img {
  height: 90px;
}
.download__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .download__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .download__headline {
    margin-bottom: 120px;
  }
}
.pilot {
  line-height: 2.30769231;
  font-size: 13px;
}
.pilot__container {
  display: block;
}
.pilot__headline_container {
  text-align: center;
}
.pilot__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .pilot__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .pilot__headline {
    margin-bottom: 120px;
  }
}
.pilot__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .pilot__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .pilot__headline {
    margin-bottom: 120px;
  }
}
.pilot__title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-top: 50px;
  margin-bottom: 0.5em;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-size: 30px;
  font-weight: 300;
  color: #121d2a;
}
.pilot__paragraph {
  line-height: 1.75;
  letter-spacing: -0.03em;
  font-size: 16px;
  color: #71777f;
}
.pilot__icons {
  margin-bottom: 100px;
}
.pilot__icons .row {
  padding: 20px;
}
.pilot__icons img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pilot__button {
  display: block;
  text-align: center;
}
.faq {
  line-height: 2.30769231;
  font-size: 13px;
  padding-top: 10px;
}
.faq__container {
  display: block;
}
.faq__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  margin-top: 60px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .faq__headline {
    margin-top: 60px;
  }
}
@media (min-width: 1080px) {
  .faq__headline {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .faq__headline {
    margin-top: 140px;
  }
}
@media (min-width: 960px) {
  .faq__headline {
    margin-bottom: 120px;
  }
}
@media (min-width: 720px) {
  .faq__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
.faq__list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
}
@media (min-width: 720px) {
  .faq__list {
    column-count: 2;
    column-gap: 70px;
    column-fill: balance;
  }
}
@media (min-width: 1080px) {
  .faq__list {
    column-gap: 140px;
  }
}
.faq__item {
  margin: 0;
  padding: 0 0 40px;
  break-inside: avoid-column;
}
.faq__question {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  color: #121d2a;
}
.faq__answer {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
.faq__anchor {
  display: hidden;
}
.steps {
  line-height: 2.30769231;
  font-size: 13px;
}
.steps__container {
  display: block;
}
.steps__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .steps__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .steps__headline {
    margin-bottom: 120px;
  }
}
.steps__list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  counter-reset: item-counter;
}
.steps__list__before {
  display: none;
}
@media (min-width: 600px) {
  .steps__list__before {
    display: block;
    content: '';
    position: absolute;
    top: 121px;
    left: 0;
    bottom: 121px;
    width: 17.5%;
    border-right: 2px solid #ecedee;
  }
}
.steps__list__before__no-line {
  display: none !important;
}
.steps__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
  max-width: 360px;
  counter-increment: item-counter;
}
.steps__item:first-child {
  margin-top: 40px;
}
@media (min-width: 600px) {
  .steps__item {
    flex-direction: row;
    margin: 0;
    max-width: none;
  }
  .steps__item:not(:last-child) {
    margin-bottom: 160px;
  }
}
.steps__item__before {
  display: none;
}
@media (min-width: 600px) {
  .steps__item__before {
    display: block;
    content: counter(item-counter);
    min-width: 0.7em;
    text-align: center;
    line-height: 1;
    font-size: 202px;
    font-weight: 300;
    color: #ecedee;
  }
}
.steps__content {
  position: relative;
}
.steps__content__before {
  display: none;
}
@media (max-width: 599px) and (min-width: 360px) {
  .steps__content {
    padding-left: 85px;
  }
  .steps__content__before {
    display: block;
    content: counter(item-counter);
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    margin: auto;
    min-width: 0.7em;
    height: 80px;
    text-align: left;
    line-height: 80px;
    font-size: 120px;
    font-weight: 300;
    color: #ecedee;
  }
}
.steps__title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 0.5em;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-size: 30px;
  font-weight: 300;
  color: #121d2a;
}
.steps__paragraph {
  line-height: 1.75;
  font-size: 16px;
  color: #71777f;
}
.steps__bubble {
  order: -1;
  margin-bottom: 24px;
  width: 161.33333333px;
}
@media (min-width: 600px) {
  .steps__bubble {
    flex: 0 1 100%;
    margin-bottom: 0;
    width: 242px;
    max-width: 35%;
  }
}
.steps__inner-bubble {
  position: relative;
  padding-bottom: 100%;
  width: 242px;
  height: 0;
  max-width: 100%;
  border: 2px solid #ecedee;
  border-radius: 50%;
  background-color: #fff;
}
.steps__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 140px;
  height: 140px;
}
.block__container {
  display: block;
}
@media (max-width: 719px) {
  .block__container {
    max-width: 420px;
  }
}
.block__figure {
  text-align: center;
}
.block__image {
  margin-left: auto;
  margin-right: auto;
}
.block__title {
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-size: 40px;
  color: #121d2a;
}
.block__paragraph {
  color: #71777f;
}
.block__link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 2.5;
  font-size: 14px;
  font-weight: bold;
  color: #ff3a6c;
  overflow: hidden;
}
.block__link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
  transform: translate3d(-100%, 0, 0);
  transition: transform 100ms;
}
.block__link:hover {
  color: #ff3a6c;
}
.block__link:hover:after {
  transform: translate3d(0, 0, 0);
  transition: transform 100ms;
}
@media (min-width: 720px) {
  .block:nth-of-type(2n) .block__row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block:nth-of-type(2n+1) .block__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block__col {
    display: block;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    display: flex;
    align-self: center;
    width: 50%;
  }
}
@media (min-width: 840px) {
  .block:nth-of-type(2n) .block__col:first-child {
    margin-left: 0;
    width: 50%;
  }
  .block:nth-of-type(2n+1) .block__col:first-child {
    margin-right: 0;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .block__col {
    display: block;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    display: flex;
    align-self: center;
    width: 38.88888889%;
  }
  .block__col:first-child {
    margin-left: 5.55555556%;
    margin-right: 5.55555556%;
    width: 38.88888889%;
  }
  .block:nth-of-type(2n) .block__col {
    margin-left: 11.11111111%;
  }
  .block:nth-of-type(2n) .block__col:first-child {
    margin-left: 5.55555556%;
    margin-right: 5.55555556%;
    width: 38.88888889%;
  }
  .block:nth-of-type(2n+1) .block__col {
    margin-right: 11.11111111%;
  }
  .block:nth-of-type(2n+1) .block__col:first-child {
    margin-left: 5.55555556%;
    margin-right: 5.55555556%;
    width: 38.88888889%;
  }
}
.pricing-hero {
  position: relative;
  padding-top: 75px;
}
@media (min-width: 768px) {
  .pricing-hero {
    padding-top: 105px;
  }
}
.pricing-hero:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 585px;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
}
.pricing-hero__container {
  position: relative;
}
.pricing-hero__title {
  padding: 30px 0 20px;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
@media (min-width: 600px) {
  .pricing-hero__title {
    font-size: 50px;
  }
}
.pricing-hero__text {
  text-align: center;
  color: #fff;
  margin: 20px 20% 80px;
  opacity: 0.9;
  font-size: 16px;
}
.pricing-hero__list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  position: relative;
  margin: 0 -10px;
}
@media (min-width: 1080px) {
  .pricing-hero__list {
    margin: 0;
  }
}
.pricing-hero__list:before {
  content: '';
  display: none;
  position: absolute;
  left: 50px;
  top: 540px;
  right: 50px;
  z-index: 10;
  height: 1px;
  background: url('/images/dashed.png') repeat-x;
}
@media (min-width: 1080px) {
  .pricing-hero__list:before {
    display: block;
  }
}
.pricing-hero__list__no-dash:before {
  display: none !important;
}
.pricing-hero__item {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 540px) {
  .pricing-hero__item {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .pricing-hero__item {
    margin: 0;
    width: 25%;
  }
}
.pricing-tier {
  position: relative;
  margin: 0 10px 40px;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1080px) {
  .pricing-tier {
    margin: 0 0 40px;
  }
}
.pricing-tier__features {
  padding: 0 0 0 50px;
  text-align: left;
}
.pricing-tier__title {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 700;
  color: #121d2a;
}
.pricing-tier__list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
}
.pricing-tier__item {
  font-size: 13px;
}
.pricing-tier__item > .icon {
  margin: 0 3px 0 0;
  font-size: 8px;
  color: #ff346f;
}
.pricing-tier--standard .pricing-tier__item > .icon {
  color: #ff6566;
}
.pricing-tier--premium .pricing-tier__item > .icon {
  color: #fc7464;
}
.pricing-tier--enterprise .pricing-tier__item > .icon {
  color: #f89660;
}
.pricing-card {
  display: flex;
  flex-flow: column;
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 100px;
  min-height: 600px;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1080px) {
  .pricing-card {
    border-radius: 0;
    box-shadow: none;
  }
  li:first-child .pricing-card {
    border-top-left-radius: 10px;
  }
  li:last-child .pricing-card {
    border-top-right-radius: 10px;
  }
}
.pricing-card:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: #fff;
  transition-property: top, left, right, bottom, box-shadow;
  transition-duration: 100ms;
}
@media (min-width: 1080px) {
  .pricing-card:before {
    display: block;
  }
}
@media (min-width: 1080px) {
  .pricing-card--hover:before {
    z-index: 10;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    transition-duration: 200ms;
  }
}
.pricing-card > * {
  position: relative;
}
.pricing-card--hover > * {
  z-index: 11;
}
.pricing-card__figure {
  display: flex;
  justify-content: center;
  height: 200px;
}
.pricing-card__image {
  margin-top: 20px;
  width: 90px;
  height: 180px;
}
.pricing-card__image--enterprise {
  width: 105px;
}
.pricing-card__name {
  margin: 0 0 auto;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  color: #121d2a;
}
.pricing-card__list {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  margin: auto 0;
}
.pricing-card__item {
  text-align: center;
}
.pricing-card__price {
  font-size: 75px;
  font-weight: 100;
  text-align: center;
  color: #121d2a;
}
.pricing-card__price__call {
  font-size: 55px;
  font-weight: 100;
  text-align: center;
  color: #121d2a;
  min-height: 110px;
  padding-top: 15px;
}
.pricing-card__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 80px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 0 0 10px 10px;
  background: #fec7ad;
  transition-property: left, right, bottom, opacity;
  transition-duration: 100ms;
  backface-visibility: hidden;
}
.pricing-card--basic .pricing-card__button {
  pointer-events: all;
  background: #fc3e6e;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
}
@media (min-width: 1080px) {
  .pricing-card__button {
    opacity: 0;
  }
}
.pricing-card__button:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  border-radius: inherit;
  background: linear-gradient(135deg, #ff3a6c 0%, #ffa25e 100%);
  transition: all 100ms;
}
.pricing-card__button:hover {
  color: #fff;
}
.pricing-card__button:hover:before {
  opacity: 1;
  transition-duration: 200ms;
}
.pricing-card--hover .pricing-card__button {
  opacity: 1;
  transition-duration: 200ms;
}
@media (min-width: 1080px) {
  .pricing-card--hover .pricing-card__button {
    left: -20px;
    right: -20px;
    bottom: -20px;
  }
}
.jobs {
  line-height: 2.30769231;
  font-size: 16px;
}
.jobs__container {
  display: block;
}
.jobs__container li {
  margin: 0;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.jobs__container ul {
  list-style: circle outside;
}
.jobs__headline {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 720px) {
  .jobs__headline {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .jobs__headline {
    margin-bottom: 120px;
  }
}
.jobs__title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  margin-top: 50px;
  margin-bottom: 0.5em;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-size: 30px;
  font-weight: 300;
  color: #121d2a;
}
.jobs__paragraph {
  line-height: 1.75;
  letter-spacing: -0.03em;
  font-size: 16px;
  color: #71777f;
}
.installer {
  margin: 0 auto;
}
.installer ul {
  list-style: disc;
}
.installer__title {
  padding: 30px 0 20px;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #121d2a;
}
@media (min-width: 600px) {
  .installer__title {
    font-size: 50px;
  }
}
.installer__fields {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  margin: 20px 0 40px;
  overflow: hidden;
}
.installer__field {
  display: none;
  opacity: 0;
  margin: 0 0 20px;
  transition: opacity 1s;
}
.installer__field--visible {
  display: block;
  opacity: 1;
}
.installer__button {
  display: none;
  text-align: center;
}
.installer__button--visible {
  display: block;
}
.installer__form {
  display: none;
}
.installer__form--visible {
  display: block;
}
.installer__done {
  display: none;
  flex-flow: column;
  align-items: center;
}
.installer__done--visible {
  display: flex;
}
.installer__image {
  margin: 0 0 40px;
  width: 300px;
}
.installer__text {
  line-height: 1.75;
  color: #71777f;
  padding: 20px 22%;
}
