/* ==========================================================================
   Useful mixins
   ========================================================================== */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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.
 */
/*
 * 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; }

/* ==========================================================================
   Variables used in project
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.fll {
  float: left !important; }

.flr {
  float: right !important; }

.fln {
  float: none !important; }

.cb {
  clear: both !important; }

.cl {
  clear: left !important; }

.cr {
  clear: right !important; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

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

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

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

@media (max-width: 31.5em) {
  .hide-s {
    display: none !important; } }

/* ==========================================================================
   General styles
   ========================================================================== */
img {
  max-width: 100%;
  height: auto; }

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

h1, h2, h3, h4, h5 {
  margin-top: 0; }

p {
  margin-top: 0; }

a {
  text-decoration: none; }

html {
  color: #683d41;
  font-size: 1em;
  line-height: 1.6666666667; }

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px; }
  body:before {
    content: "";
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(128, 91, 93, 0.4); }

.wrap, .smart-section__wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto; }

@media (min-width: 40em) {
  body {
    font-size: 18px; }
  .wrap, .smart-section__wrap {
    padding: 0 2.25rem; } }

.icn {
  display: inline-block;
  vertical-align: middle; }

/* Prepend sprite path with ../icons/css/ */
.icn {
  background: url(../icons/css/svg/sprite.css-416c7389.svg) no-repeat; }

.icn.agenda {
  background-position: 0 0;
  width: 47px;
  height: 57px; }

.icn.beta-users {
  background-position: 0 9.298531810766722%;
  width: 48px;
  height: 57px; }

.icn.close {
  background-position: 0 17.35159817351598%;
  width: 13px;
  height: 13px; }

.icn.development {
  background-position: 0 20.717781402936378%;
  width: 47px;
  height: 57px; }

.icn.dropbox {
  background-position: 0 29.022082018927446%;
  width: 36px;
  height: 36px; }

.icn.evernote {
  background-position: 0 34.70031545741325%;
  width: 36px;
  height: 36px; }

.icn.facebook {
  background-position: 0 39.44530046224961%;
  width: 15.1px;
  height: 21px; }

.icn.files {
  background-position: 0 45.18760195758564%;
  width: 39px;
  height: 57px; }

.icn.gmail {
  background-position: 0 52.6813880126183%;
  width: 36px;
  height: 36px; }

.icn.google-drive {
  background-position: 0 58.359621451104104%;
  width: 36px;
  height: 36px; }

.icn.mailchimp {
  background-position: 0 64.03785488958991%;
  width: 36px;
  height: 36px; }

.icn.notification {
  background-position: 0 72.10440456769983%;
  width: 45px;
  height: 57px; }

.icn.slack {
  background-position: 0 78.70662460567823%;
  width: 36px;
  height: 36px; }

.icn.team {
  background-position: 0 87.27569331158239%;
  width: 70px;
  height: 57px; }

.icn.testing {
  background-position: 0 96.5742251223491%;
  width: 41.8px;
  height: 57px; }

.icn.twitter {
  background-position: 0 100%;
  width: 23.2px;
  height: 21px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide:focus {
    outline: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 40px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-dots li {
    margin: 0 0.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .slick-dots button {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    width: 2px;
    height: 2px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #e33007; }
  .slick-dots .slick-active button {
    width: 7px;
    height: 7px;
    background-color: #e33007; }

/* Components */
.section-title {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
  font-family: "Merriweather", serif;
  color: #e33007;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4; }
  @media (min-width: 30em) {
    .section-title {
      font-size: 40px; } }
  @media (min-width: 46em) {
    .section-title {
      font-size: 46px; } }
  @media (min-width: 52em) {
    .section-title {
      font-size: 52px; } }
  @media (min-width: 64em) {
    .section-title {
      font-size: 72px;
      line-height: 1.2; } }
  @media (min-width: 84em) {
    .section-title {
      font-size: 100px; } }

.section-title--main {
  margin-top: 7rem; }
  @media (min-width: 23em) {
    .section-title--main {
      margin: 8rem 0 3rem 0; } }
  @media (min-width: 25em) {
    .section-title--main {
      margin: 8.5rem 0 3.5rem 0; } }
  @media (min-width: 33em) {
    .section-title--main {
      margin: 11rem 0 3rem 0; } }
  @media (min-width: 37em) {
    .section-title--main {
      margin-top: 13rem; } }
  @media (min-width: 46em) {
    .section-title--main {
      margin-top: 15rem; } }
  @media (min-width: 52em) {
    .section-title--main {
      margin-top: 17rem;
      margin-bottom: 4.5rem; } }
  @media (min-width: 64em) {
    .section-title--main {
      margin-top: 19rem; } }
  @media (min-width: 69em) {
    .section-title--main {
      margin-top: 21rem; } }
  @media (min-width: 80em) {
    .section-title--main {
      margin-top: 24rem;
      margin-bottom: 6.5rem; } }
  @media (min-width: 84em) {
    .section-title--main {
      margin-bottom: 7.5rem; } }

.lead {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto 4rem auto;
  color: #3f1a1a;
  font-family: "Merriweather", serif;
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 60em) {
    .lead {
      margin: 1rem auto 7rem auto;
      font-size: 24px; } }

/* Structures */
.site-header {
  background-color: rgba(39, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s; }

.site-header--unpinned {
  transform: translate3d(0, -66px, 0); }

.site-header--pinned {
  transform: translate3d(0, 0, 0); }

.site-header__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: -ms-flexbox;
  display: flex; }

.site-logo {
  width: 50px;
  height: 66px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }
  .site-logo img {
    max-width: none; }

.site-nav {
  margin-left: auto;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex; }
  .site-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex; }
  .site-nav li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.site-nav__item {
  padding: 1.565rem 0.75rem;
  display: block;
  color: #fff;
  line-height: 1;
  position: relative; }
  .site-nav__item span {
    box-shadow: 0 1px 0 0 transparent;
    transition: all 0.3s; }
  .site-nav__item:hover span {
    box-shadow: 0 1px 0 0 #fff; }

.site-nav__item--join {
  margin-left: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 2px;
  transition: all 0.3s;
  background-image: linear-gradient(135deg, #ff3f8e 50%, #e33007 100%);
  box-shadow: 0 0 0 0 rgba(255, 63, 142, 0.55), 0 0 0 0 rgba(0, 0, 0, 0.5), inset 0 0 0 0 rgba(255, 255, 255, 0.3); }
  .site-nav__item--join:hover {
    box-shadow: 0 5px 20px 5px rgba(255, 63, 142, 0.55), 0 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0 0 1px 1px rgba(255, 255, 255, 0.3); }

.site-nav__item--login {
  margin-left: 1.25rem;
  padding: 0.7rem 1rem;
  border-radius: 2px;
  background-color: #fff;
  color: #e63216;
  transition: all 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35), 0 0 0 0 rgba(0, 0, 0, 0.5); }
  .site-nav__item--login:hover {
    box-shadow: 0 5px 20px 5px rgba(255, 255, 255, 0.35), 0 3px 3px 0px rgba(0, 0, 0, 0.5); }

@media (min-width: 25em) {
  .site-logo {
    width: 129px; } }

@media (min-width: 40em) {
  .site-nav {
    font-size: 16px; }
  .site-nav__item--join,
  .site-nav__item--login {
    width: 100px;
    text-align: center; }
  .site-nav__item--join {
    margin-left: 2.5rem; } }

.hero-section {
  padding-top: 66px;
  text-align: center; }

.hero-section__top {
  background: transparent url(../img/hero-top-bg.png) 0 0 repeat-x; }
  .hero-section__top .hero-section__wrap {
    position: relative;
    z-index: 2; }
  .hero-section__top.hero-video--loaded .hero-solid {
    opacity: 0; }
  .hero-section__top.hero-video--loaded .hero-video {
    opacity: 1; }

.hero-section__wrap {
  min-height: calc(100vh - 66px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.hero-solid {
  max-width: 10rem;
  margin: auto;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  transition: opacity 0.6s; }
  @media (min-width: 22em) {
    .hero-solid {
      max-width: 14em; } }
  .hero-solid img {
    margin-top: 2rem; }

.hero-video {
  width: 100%;
  height: 420px;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  .hero-video > video {
    width: 2048px;
    max-width: 2048px;
    min-width: 2048px;
    height: 420px; }

.hero-video__sticker {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; }
  .hero-video__sticker:after {
    content: "";
    width: 113px;
    height: 119px;
    display: block;
    position: absolute;
    top: 3rem;
    right: 2.75rem;
    background: transparent url(../img/hero-video-sticker.png) 0 0 no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13 / 10), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      .hero-video__sticker:after {
        background-image: url(../img/hero-video-sticker@2x.png);
        background-size: 113px 119px; } }

.hero-section__title {
  margin: 1rem 0 1.25rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Merriweather", serif;
  font-size: 32px;
  color: rgba(39, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased; }

.hero-section__text {
  max-width: 14rem;
  margin: 0 auto 6rem auto; }
  .hero-section__text p {
    color: #ff3f8e;
    font-size: 18px; }
    .backgroundcliptext .hero-section__text p {
      background: -webkit-linear-gradient(135deg, #e33007 0%, #ff3f8e 100%);
      background: -o-linear-gradient(transparent, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.hero-section__btn {
  padding: 0.7rem 1rem;
  margin: 1rem 0;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.3s;
  background-image: linear-gradient(135deg, #ff3f8e 50%, #e33007 100%);
  box-shadow: 0 6px 20px -5px rgba(63, 25, 26, 0.6);
  color: #fff;
  font-size: 14px; }
  .hero-section__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px -5px rgba(63, 25, 26, 0.4); }

.hero-section__no-login {
  color: #b7a1a2;
  font-size: 16px; }

.hero-section__bottom {
  margin-top: -4rem;
  position: relative;
  z-index: 1; }
  .hero-section__bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(7.121827411% + 21px);
    right: 0;
    bottom: 9.7%;
    left: 0;
    background: linear-gradient(90deg, #ff3f8e 0%, #e33007 100%);
    z-index: -1; }
  .hero-section__bottom .wrap:before, .hero-section__bottom .smart-section__wrap:before {
    content: "";
    width: 100%;
    height: 641px;
    display: block;
    position: absolute;
    top: calc(100% - 9.7%);
    left: 0;
    z-index: -1;
    background: transparent url(../img/dodecahedron.png) center top/100% auto no-repeat; }
    @media (min-width: 80em) {
      .hero-section__bottom .wrap:before, .hero-section__bottom .smart-section__wrap:before {
        background-size: auto; } }
  .hero-section__bottom .wrap:after, .hero-section__bottom .smart-section__wrap:after {
    content: "";
    width: 100%;
    height: 328px;
    display: block;
    position: absolute;
    top: calc(100% - 9.7%);
    left: 0;
    z-index: -2;
    background: linear-gradient(180deg, rgba(128, 91, 93, 0.4) 12%, #fff 80%, #fff 100%); }

.hscreen {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  transition: opacity 0.6s 0.3s !important; }
  .hscreen.slick-active {
    transition: opacity 0.6s !important; }
  .hscreen:not(:first-child) {
    display: none; }
  .hscreen.slick-slide {
    display: block; }

.hero-section__screen {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 30px 35px -9px rgba(0, 0, 0, 0.25); }

@media (min-width: 44em) {
  .hero-section__wrap {
    min-height: 0; }
  .hero-section__title {
    width: 100%;
    margin: -10rem auto 9rem auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap; }
  .hero-section__first {
    padding-right: 8rem;
    color: #ff3f8e; }
  .hero-section__sec {
    padding-left: 8rem;
    color: #e33007; }
  .hero-solid {
    margin-top: 7rem; }
    .hero-solid img {
      margin-top: -4rem; }
  .hero-section__text {
    max-width: none; }
  .hero-section__bottom {
    margin-top: -2rem; }
    .hero-section__bottom:before {
      top: calc(7.021827411% + 36px); }
    .hero-section__bottom .wrap:after, .hero-section__bottom .smart-section__wrap:after {
      background: linear-gradient(180deg, rgba(128, 91, 93, 0.4) 12%, #fff 60%, #fff 100%); } }

@media (min-width: 48em) {
  .hero-section__first {
    padding-right: 9rem; }
  .hero-section__sec {
    padding-left: 9rem; } }

@media (min-width: 55em) {
  .hero-section__title {
    font-size: 42px; }
  .hero-section__first {
    padding-right: 9.5rem; }
  .hero-section__sec {
    padding-left: 9.5rem; }
  .hero-section__text p {
    font-size: 30px; } }

@media (min-width: 72em) {
  .hero-section__title {
    font-size: 60px; }
  .hero-section__first {
    padding-right: 9.5rem; }
  .hero-section__sec {
    padding-left: 9.5rem; }
  .hero-section__screen {
    box-shadow: 0 90px 100px -30px rgba(0, 0, 0, 0.3); }
  .hero-section__bottom:before {
    top: calc(7.021827411% + 37px); }
  .hero-section__bottom .wrap, .hero-section__bottom .smart-section__wrap {
    max-width: 1090px;
    padding: 0 10.5rem; }
  .hero-section__screen {
    max-width: 1201px; } }

@media (min-width: 80em) {
  .hero-solid {
    max-width: none; }
  .hero-section__title {
    margin: -13rem auto 9.5rem auto; }
  .hero-section__first {
    padding-right: 12.5rem; }
  .hero-section__sec {
    padding-left: 12.5rem; }
  .hero-section__text {
    margin-bottom: 7.5rem; } }

@media (min-width: 86em) {
  .hero-section__screen {
    max-width: 1201px; }
  .hero-section__bottom .wrap, .hero-section__bottom .smart-section__wrap {
    max-width: 1540px; } }

.screens-section {
  padding: 0 1rem; }

.screen {
  margin: 0 -1rem 2rem -1rem;
  overflow: hidden; }

.screen--left {
  padding-right: 2.5rem;
  text-align: right; }
  .screen--left .screen__img {
    float: right; }
  .screen--left .screen-content {
    float: right; }
  .screen--left p {
    padding-left: 2.5rem; }

.screen--right {
  padding-left: 2.5rem;
  text-align: left; }
  .screen--right .screen__img {
    float: left; }
  .screen--right .screen-content {
    float: left; }
  .screen--right p {
    padding-right: 1rem; }

.screen__img {
  margin-bottom: 2rem;
  box-shadow: 0 50px 70px -10px rgba(123, 34, 43, 0.3); }
  .screen__img img {
    max-width: none;
    max-height: 15rem; }

.screen-content {
  max-width: 30rem;
  clear: both;
  font-size: 16px; }

.screen-title, .planet-title, .c-section__title, .smart__title {
  margin-bottom: 0.5em;
  color: #e33007;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4166666667; }

@media (min-width: 26em) and (max-width: 50em) {
  .screen--left .screen-content {
    padding-right: 1.5rem; }
  .screen--right .screen-content {
    padding-left: 1.5rem; } }

@media (min-width: 50em) {
  .screen {
    overflow: visible; }
  .screen-content {
    padding: 0 2.5rem; }
    .screen-content p {
      padding: 0; }
  .screen-title, .planet-title, .c-section__title, .smart__title {
    margin-top: 1rem; }
  .screen--left {
    display: -ms-flexbox;
    display: flex; }
    .screen--left .screen-content {
      -ms-flex-order: -1;
      order: -1; }
  .screen--right {
    display: -ms-flexbox;
    display: flex; }
  .screen__img img {
    max-width: 100%; } }

@media (min-width: 60em) {
  .screens-section {
    padding: 0 2.25rem; }
  .screens {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .screen {
    margin: 0 0 2rem 0; }
  .screen--left {
    padding-right: 0;
    padding-left: 1.875rem;
    display: block;
    text-align: left; }
    .screen--left .screen-content {
      padding-left: 1.5rem;
      float: left; }
  .screen--right {
    padding-right: 1.875rem;
    padding-left: 0;
    display: block;
    text-align: right; }
    .screen--right .screen-content {
      padding-right: 1.5rem;
      float: right; }
  .screen-content {
    font-size: 18px; }
  .screen__img {
    box-shadow: 0 90px 100px -30px rgba(123, 34, 43, 0.3); }
    .screen__img img {
      max-width: 100%;
      max-height: none; }
  .screen-title, .planet-title, .c-section__title, .smart__title {
    margin-top: 0.25em;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 700; } }

.skew {
  position: relative;
  z-index: 2; }
  .skew:before {
    content: "";
    width: 100%;
    top: 10rem;
    bottom: 4.5rem;
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, #ff3f8e 0%, #e33007 100%);
    transform: skew(0, 30deg) translateZ(0);
    opacity: 0.1; }

.planet-section {
  padding: 2rem 2.5rem 0 2.5rem; }

.planet-content {
  max-width: 30rem;
  margin: 0 auto;
  font-size: 16px;
  text-align: center; }

.planet__img {
  text-align: center; }
  .planet__img img {
    margin-top: 3rem; }

@media (min-width: 23em) {
  .skew:before {
    bottom: 5.5rem; } }

@media (min-width: 34em) {
  .skew:before {
    bottom: 9rem; } }

@media (min-width: 60em) {
  .skew:before {
    bottom: 19%; }
  .planet-section__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end; }
  .planet-content {
    max-width: 30rem;
    padding: 0 3.375rem 0 0;
    margin: 0 0 4rem 0;
    text-align: right;
    font-size: 18px; }
  .planet__img {
    max-width: 30rem; }
    .planet__img img {
      margin-left: -7.375rem; } }

@media (min-width: 76em) {
  .skew:before {
    bottom: 20%; }
  .planet__img img {
    max-width: 36rem;
    margin-left: -3.375rem; } }

@media (min-width: 92em) {
  .skew:before {
    bottom: 21%; }
  .planet-content {
    margin-bottom: 9.5rem; }
  .planet__img img {
    max-width: none; } }

.icons-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 3rem -2rem 1rem -2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px; }
  .icons-list li {
    width: 33.333%;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap; }
    .icons-list li span {
      margin-top: 0.5rem; }
  @media (min-width: 23em) {
    .icons-list {
      max-width: 20rem;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 40em) {
    .icons-list {
      max-width: 33rem; }
      .icons-list li {
        width: 16.666666667%; } }

.c-section {
  max-width: 750px;
  padding: 0 2.5rem;
  margin: 8rem auto;
  text-align: center; }

.c-section--flush-bottom {
  margin-bottom: 4.5rem; }

.features-section {
  position: relative; }

.features {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1060px;
  margin: 0 auto 3rem auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .features .slick-arrow {
    top: 42px; }
  .features .slick-prev {
    left: 8px;
    background: transparent url(../img/arrow-left.svg) center no-repeat; }
  .features .slick-next {
    right: 8px;
    background: transparent url(../img/arrow-right.svg) center no-repeat; }

.feature {
  padding: 0 3.5rem;
  margin-bottom: 3rem;
  font-size: 16px; }
  .feature:focus {
    outline: none; }

@media (min-width: 23em) {
  .features .slick-prev {
    left: 16px; }
  .features .slick-next {
    right: 16px; }
  .feature {
    padding: 0 4.5rem; } }

.slick-initialized .feature {
  margin-bottom: 0.5em; }

.feature__title {
  margin: 1.5rem 0 1rem 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400; }

@media (min-width: 650px) {
  .features {
    margin-bottom: 0; } }

@media (min-width: 40em) {
  .features {
    padding: 0 1rem; }
  .feature {
    width: 50%;
    margin-bottom: 3rem;
    padding: 0 1.5rem; }
  .feature__title {
    font-weight: 700; } }

@media (min-width: 60em) {
  .feature {
    width: 33.333%; } }

@media (min-width: 72em) {
  .features {
    padding: 0; }
  .feature {
    width: 25%; } }

@media (min-width: 1980px) {
  .features {
    max-width: 1580px;
    margin-bottom: 3rem; }
  .feature {
    width: 16.666666667%; } }

.app-screen {
  position: relative;
  border-radius: 0 0 6px 6px;
  overflow: hidden; }
  .app-screen:before {
    content: "";
    width: 100%;
    height: 22px;
    display: block;
    border-radius: 6px 6px 0 0;
    background-color: #f7f3f3;
    mix-blend-mode: multiply;
    transform: translateZ(0); }
  .app-screen:after {
    content: "";
    width: 42px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0.75rem;
    background: transparent url(../img/browser-circle.svg) left center repeat-x;
    background-size: 15px 9px; }

@media (min-width: 44em) {
  .app-screen {
    border-radius: 0 0 8px 8px; }
    .app-screen:before, .app-screen:after {
      height: 37px; }
    .app-screen:before {
      border-radius: 8px 8px 0 0; }
    .app-screen:after {
      width: 60px;
      background-size: auto; } }

.smart-section {
  margin-bottom: 10rem;
  position: relative;
  z-index: 1; }
  .smart-section:before {
    content: "";
    width: 100%;
    top: 4rem;
    bottom: 40%;
    display: block;
    position: absolute;
    z-index: -2;
    background: linear-gradient(90deg, #ffebf3 0%, #fceae6 100%);
    transform: skew(0, -30deg); }
  .smart-section:after {
    content: "";
    width: 100%;
    top: 33%;
    bottom: 3rem;
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, #ffebf3 0%, #fceae6 100%);
    transform: skew(0, -30deg); }

.smart-section__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100vw; }

.smart-solid {
  max-width: 14rem;
  margin: 0 auto;
  -ms-flex-order: -1;
  order: -1; }

.smart__title {
  margin-top: 4rem; }
  .smart__title:before {
    content: "";
    width: 32px;
    height: 38px;
    background: transparent url(../img/1-smart-icon.png) 0 0 no-repeat;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13 / 10), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      .smart__title:before {
        background-image: url(../img/1-smart-icon@2x.png);
        background-size: 32px auto; } }

.smart-content__wrap {
  max-width: 100vw; }

.smart__content {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto; }

.smart__img {
  max-width: 30rem;
  margin: 0 1rem;
  box-shadow: 0 50px 70px -10px rgba(123, 34, 43, 0.3); }

@media (min-width: 650px) and (max-width: 1980px) {
  .offset-section {
    transition: transform 0.8s; }
  .smart-section:before {
    box-shadow: inset 0px 0px 0 1px #fff, 0 -70px 130px -60px rgba(170, 142, 144, 0.4);
    transition: transform 0.6s, box-shadow 0.6s; }
  .smart-section:not(.smart-section--toggled) {
    pointer-events: none; }
  .smart-section__wrap > * {
    pointer-events: all; } }

@media (min-width: 30em) {
  .smart__content {
    max-width: 30rem; } }

@media (min-width: 40em) {
  .smart-section {
    margin-bottom: 12rem; }
    .smart-section:before {
      top: 0; }
    .smart-section:after {
      bottom: 10rem; }
  .smart-section.smart-section--toggled:before {
    transform: skew(0, 0);
    box-shadow: inset 0px 0px 0 1px #fff, 0 -70px 130px -180px rgba(170, 142, 144, 0.4); }
  .smart-section__wrap {
    padding: 0 2.5rem; }
  .smart-solid {
    margin-top: 5rem; } }

@media (min-width: 60em) {
  .smart-solid {
    margin-top: 6rem; }
  .smart-content__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start; }
  .smart__content,
  .smart__img {
    margin: 0; }
  .smart__content {
    padding: 0 0 0 2.5rem; }
  .smart__title:before {
    margin-bottom: 1rem; }
  .smart__title:first-child {
    margin-top: 0; }
  .smart__img {
    box-shadow: 0 90px 100px -30px rgba(123, 34, 43, 0.3); } }

@media (min-width: 72em) {
  .smart-section__wrap {
    max-width: 1530px; }
  .smart-section:before {
    bottom: 43%; }
  .smart-section:after {
    bottom: 17rem; }
  .smart-solid {
    max-width: 18rem;
    margin-top: 7.5rem; }
  .smart__img {
    max-width: 704px; }
  .smart__content {
    max-width: 41rem;
    padding-left: 5rem; } }

@media (min-width: 96em) {
  .smart-section:before {
    bottom: 41%; }
  .smart-section:after {
    bottom: 12rem; } }

@media (min-width: 102em) {
  .smart-section:after {
    bottom: 12rem; } }

@media (min-width: 108em) {
  .smart-section:before {
    bottom: 39%; } }

@media (min-width: 112em) {
  .smart-section:after {
    top: 31%; } }

@media (min-width: 114em) {
  .smart-section:before {
    bottom: 40%; }
  .smart-section:after {
    top: 30%; } }

@media (min-width: 1980px) {
  .smart-section {
    margin-bottom: 0;
    padding-bottom: calc(20% - 10rem);
    background: linear-gradient(90deg, #ffebf3 0%, #fceae6 100%); }
    .smart-section:before {
      display: none; }
    .smart-section:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      border-top: 57vw solid transparent;
      border-right: 100vw solid #fff;
      border-bottom: 0 solid transparent;
      transform: none;
      background: linear-gradient(90deg, #ffebf3 0%, #fceae6 100%); } }

.testimonials-section {
  margin-bottom: 9rem;
  position: relative;
  text-align: center; }
  .testimonials-section .slick-arrow {
    top: 4px; }
  .testimonials-section .slick-prev {
    background: transparent url(../img/arrow-left--red.svg) center no-repeat; }
  .testimonials-section .slick-next {
    background: transparent url(../img/arrow-right--red.svg) center no-repeat; }

.testimonial {
  margin-bottom: 1rem;
  font-family: "Merriweather", serif; }
  .testimonial:not(:first-child) {
    display: none; }
  .testimonial.slick-slide {
    display: block; }

.testimonial__inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 2.5rem; }

.testimonial__name {
  margin: 0.75em 0 0.5em 0;
  font-size: 30px;
  line-height: 1;
  color: #ff3f8e; }

.testimonial__position {
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px; }

.testimonial__text {
  color: #ff3f8e;
  line-height: 1.6666666667; }
  .backgroundcliptext .testimonial__text {
    background: -webkit-linear-gradient(135deg, #e33007 0%, #ff3f8e 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.testimonial__img {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: skewX(18deg) scaleY(0.95);
  cursor: pointer; }
  .testimonial__img * {
    transform: scaleY(1.05) skewX(-18deg) rotate(144deg) skewX(18deg) scaleY(0.95); }

.testimonial__img *,
.testimonial__img *:before {
  width: 104px;
  height: 104px;
  /**/
  overflow: hidden;
  /**/
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52px; }

.testimonial__img-i2:before {
  transform: scaleY(1.05) skewX(-18deg);
  content: ''; }

.testimonial__img-i2:after {
  content: "";
  width: 104px;
  height: 104px;
  display: block;
  transform: rotate(90deg) skew(18deg);
  background-image: inherit; }

@media (min-width: 23em) {
  .testimonials-section .slick-prev {
    left: 1rem; }
  .testimonials-section .slick-next {
    right: 1rem; } }

@media (min-width: 44em) {
  .testimonials-section:before, .testimonials-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: red; }
  .testimonials-section:before {
    left: 0;
    right: calc(50% + 350px);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .testimonials-section:after {
    right: 0;
    left: calc(50% + 350px);
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .testimonials-section .slick-prev {
    top: 92px;
    left: 50%;
    margin-left: -320px; }
  .testimonials-section .slick-next {
    top: 92px;
    right: 50%;
    margin-right: -320px; }
  .testimonial__text {
    max-width: 700px;
    margin: 0 auto; } }

@media (min-width: 60em) {
  .testimonials-section:before {
    background: linear-gradient(90deg, #fff 65%, rgba(255, 255, 255, 0) 100%); }
  .testimonials-section:after {
    background: linear-gradient(-90deg, #fff 75%, rgba(255, 255, 255, 0) 100%); } }

@media (min-width: 1980px) {
  .testimonials-section {
    z-index: 1; } }

.site-footer {
  margin-top: 4rem;
  position: relative;
  color: #fff;
  text-align: center; }
  .site-footer:before {
    content: "";
    width: 121px;
    height: 133px;
    margin-left: -60px;
    display: block;
    position: absolute;
    top: -3.45rem;
    left: 50%;
    background: transparent url(../img/footer-solid.png) 0 0 no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13 / 10), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .site-footer:before {
    width: 121px;
    margin-left: -71px;
    background-image: url(../img/footer-solid@2x.png);
    background-size: 121px auto; } }

.site-footer__top {
  padding-top: 4rem;
  background: linear-gradient(90deg, #ff3f8e 0%, #e33007 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

.footer-nav {
  padding: 2.25rem 0 0.5rem 0;
  font-family: "Merriweather", serif; }
  .footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-nav a {
    padding: 0.5rem;
    display: block;
    color: #fff; }
    .footer-nav a span {
      box-shadow: 0 1px 0 0 transparent;
      transition: all 0.3s; }
    .footer-nav a:hover span {
      box-shadow: 0 1px 0 0 #fff; }
  @media (min-width: 23em) {
    .footer-nav {
      font-size: 18px; } }
  @media (min-width: 30em) {
    .footer-nav a {
      padding: 0.5rem 1rem; } }

.footer__headline {
  margin: 0;
  font-size: 48px;
  font-style: italic;
  font-family: "Merriweather", serif; }

.social-nav {
  margin: 2rem 0; }
  .social-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .social-nav li {
    margin: 0 0.75rem; }
  .social-nav a {
    padding: 0.5rem 1rem;
    display: block;
    opacity: 0.6;
    transition: all 0.3s; }
    .social-nav a:hover {
      opacity: 1; }

.footer-sec-nav {
  padding: 0 0 2.5rem 0;
  font-size: 14px; }
  .footer-sec-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-sec-nav a {
    padding: 0.5rem;
    display: block;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s; }
    .footer-sec-nav a:hover {
      color: #fff; }

.site-footer__copyright {
  padding: 0 0 2rem 0;
  font-size: 14px;
  color: #fff; }
  @media (min-width: 30em) {
    .site-footer__copyright br {
      display: none; } }

body:after {
  content: "";
  height: 100vh;
  position: fixed;
  top: -100vh;
  right: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  background-color: rgba(104, 61, 65, 0.35);
  transition: opacity 0.3s; }

body.lbox-overlay {
  overflow: hidden; }
  body.lbox-overlay:after {
    top: 0;
    opacity: 1; }
  body.lbox-overlay .lbox {
    display: -ms-flexbox;
    display: flex;
    transform: translate3d(0, -100vh, 0); }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.lbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  transform: translate3d(0, 0, 0); }
  .lbox h4 {
    margin: 1.75em 0 0.5em 0; }
  .lbox a {
    color: #e33007; }
    .lbox a:hover {
      text-decoration: underline; }

.lbox--open {
  animation: fadeInDown 0.3s both; }

.lbox__header {
  padding: 1.125rem 2.5rem;
  position: relative;
  background-color: #f0ebec; }

.lbox__title {
  margin: 0;
  font-size: 24px;
  color: #683d41;
  font-family: "Merriweather", serif; }

.lbox__close {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  top: 1rem;
  right: 1.75rem; }

.lbox__content {
  padding: 2rem 2.5rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  font-size: 14px;
  line-height: 1.7142857143; }

@media (min-width: 46em) {
  .lbox {
    width: 680px;
    top: calc(50% - 245px);
    left: calc(50% - 340px);
    bottom: auto;
    border-radius: 12px;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden; }
  .lbox__header {
    border-radius: 12px 12px 0 0; }
  .lbox__content {
    max-height: 400px; } }

.invite-section {
  padding: 6rem 1.25rem;
  background-color: #683d41;
  position: relative; }
  .invite-section:after {
    content: "";
    height: 64px;
    position: absolute;
    right: 0;
    bottom: -64px;
    left: 0;
    background: #683d41; }

.invite-section__title {
  margin-bottom: 0.5rem;
  font-size: 30px;
  color: #ff3f8e;
  text-align: center;
  font-family: "Merriweather", serif; }

.invite-section__lead {
  text-align: center;
  color: #fff; }

.prefinery-form-embed {
  max-width: 560px;
  margin: 2rem auto 0 auto; }

.invite {
  max-width: 560px;
  margin: 2rem auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.invite__input {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .invite__input span {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 1px;
    transition: 0.3s all;
    transform: scale(0.75) translateY(-23px);
    transform-origin: left top;
    color: #fff; }
  .invite__input input:placeholder-shown + span {
    transform: scale(1) translateY(0); }
  .invite__input input:focus + span {
    transform: scale(0.75) translateY(-23px);
    color: #ff3f8e; }
  .invite__input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #683d41 inset;
    -webkit-text-fill-color: #fff !important; }
  .invite__input input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    transition: 0.3s all; }
    .invite__input input:focus {
      outline: none;
      border-bottom-color: #ff3f8e; }

.invite__btn {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0.7rem 1rem;
  margin-left: 1.25rem;
  border-radius: 2px;
  transition: all 0.3s;
  background-image: linear-gradient(135deg, #ff3f8e 50%, #e33007 100%);
  box-shadow: 0 0 0 0 rgba(255, 63, 142, 0.55), 0 0 0 0 rgba(0, 0, 0, 0.5), inset 0 0 0 0 rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 1; }
  .invite__btn:hover {
    box-shadow: 0 5px 20px 5px rgba(255, 63, 142, 0.55), 0 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0 0 1px 1px rgba(255, 255, 255, 0.3); }

.invite__btn-hide-mob {
  display: none; }

@media (min-width: 40em) {
  .invite__btn {
    font-size: 16px; }
  .invite__btn-hide-mob {
    display: inline; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
