@charset "UTF-8";
@import url(normalize.css);
/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
@import url(lite-yt-embed.css);
::selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */ }

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */ }

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */ }

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
  /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */ }

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0; }

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */ }

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */ }

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */ }

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

/*
anciens liens gris: #72808e
bleu pétant: #4094f5
bleu lien: #628be4

moins anciennes couleurs:
$primary-color: #2792ce;
$primary-color-darker: #2182b7;
$primary-color-light: rgba(39, 146, 206, 0.1);
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Inter', "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  position: relative;
  color: #2c3954;
  letter-spacing: -.02rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.dont-scroll {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #2c3954;
  letter-spacing: 0.2px;
  font-weight: 700; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: normal; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  color: #2a3b47;
  text-decoration: underline; }

.block {
  position: relative; }

.crid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px; }
  @media (max-width: 900px) {
    .crid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.grid--large {
  max-width: 1280px; }

.grid--small {
  max-width: 1000px; }

.grid--content {
  max-width: 810px; }

.grid--full {
  width: 100%; }

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

.subheader {
  font-size: 1.1rem; }

.formkit-form {
  max-width: 900px !important; }

.btn, .prose .btn {
  color: white;
  background-color: #3B82F6;
  border-radius: 100px;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0.5rem; }
  .btn:hover, .prose .btn:hover {
    background-color: #2563EB;
    color: white;
    text-decoration: none; }
  .btn--bordered, .prose .btn--bordered {
    background-color: white;
    border: 2px solid #3B82F6;
    color: #3B82F6;
    padding: 13px 35px; }
  .btn--bordered:hover, .prose .btn--bordered:hover {
    background-color: #EFF6FF;
    color: #3B82F6; }
  .btn--nav, .prose .btn--nav {
    background-color: #fff;
    color: #3B82F6;
    font-size: .9rem;
    padding: 6px 16px; }
    .btn--nav__bordered, .prose .btn--nav__bordered {
      background-color: #3B82F6;
      border: 2px solid #bcd9ff;
      color: #bcd9ff; }
      .btn--nav__bordered:hover, .prose .btn--nav__bordered:hover {
        background-color: #3B82F6;
        border-color: #EFF6FF;
        color: #EFF6FF; }

.nav {
  font-size: 0.9375rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  user-select: none;
  padding-top: 1px;
  top: -1px;
  background: url(/assets/images/bg-nav-circle-88ec8a9b.svg) center center no-repeat;
  background-size: cover; }
  @media (min-width: 1080px) {
    .nav {
      font-size: 1rem; } }
  @media (min-width: 1280px) {
    .nav {
      font-size: 1.0625rem; } }
  @media (min-width: 901px) {
    .nav:not(.nav--scrolled) {
      background-color: rgba(255, 255, 255, 0);
      transition: .25s ease-out; } }
  .nav--scrolled {
    transition: .25s ease-out; }
  .nav__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0);
    list-style-type: none;
    padding-left: 0;
    margin: 0 2rem .5rem;
    height: 4em; }
    @media (max-width: 900px) {
      .nav__links {
        flex-direction: column;
        margin: 0 0 .5rem; } }
  @media (max-width: 900px) {
    .nav__item {
      width: 100%;
      display: none; } }
  .nav__item a {
    color: #EFF6FF; }
  .nav--opened {
    overflow: scroll;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.97); }
    .nav--opened .nav__links {
      color: #EFF6FF;
      height: 100%; }
    .nav--opened .nav__item {
      display: block; }
    .nav--opened .nav__dropdown-link a {
      color: #EFF6FF; }
      .nav--opened .nav__dropdown-link a svg {
        color: #bcd9ff; }
      .nav--opened .nav__dropdown-link a:hover svg {
        color: #EFF6FF; }
    .nav--opened .nav__dropdown-link:hover {
      background-color: #2563EB;
      border-radius: 100px; }
  .nav__item:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 1rem; }
    @media (max-width: 900px) {
      .nav__item:first-child {
        margin-right: 0;
        line-height: 1;
        height: 4rem;
        align-items: center; } }
  .nav__toggle {
    color: #EFF6FF;
    display: none;
    position: relative;
    font-size: 2rem;
    cursor: pointer;
    line-height: 0; }
    @media (max-width: 900px) {
      .nav__toggle {
        display: block; } }
  .nav__toggle--opened {
    display: none; }
  .nav__logo {
    width: 7.666em;
    display: block; }
  .nav__link {
    color: #EFF6FF;
    padding: 0 0.7em;
    white-space: nowrap; }
    @media (max-width: 900px) {
      .nav__link {
        line-height: 3rem;
        padding: 0; } }
    .nav__link a {
      display: block; }
  .nav__link--last {
    padding-right: 0; }
  .nav__item--handy {
    margin-left: auto; }
    @media (max-width: 900px) {
      .nav__item--handy {
        margin-left: 0; } }
  .nav__link--important {
    font-weight: 600; }
  .nav__link--dropdown {
    position: relative; }
  @media (min-width: 901px) {
    .nav__link--dropdown:hover .nav__dropdown {
      display: block; } }
  .nav__link-dropmenu i, .nav__link-dropmenu svg {
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 1.1rem; }
  .nav__link-dropmenu--opened {
    display: none; }
  .nav__dropdown {
    list-style: none;
    padding: 5px 0;
    margin: 0px 0 0;
    display: none;
    white-space: nowrap; }
    @media (min-width: 901px) {
      .nav__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 180px;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box; } }
    .nav__dropdown a {
      color: #444; }
  .nav__dropdown--opened {
    display: block; }
  .nav__dropdown-link {
    color: #2a3b47;
    padding: 6px 0px;
    padding-left: 1em;
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .nav__dropdown-link {
        line-height: 2rem; } }
  .nav__dropdown-link:hover {
    background-color: #f5f5f5; }
  .nav__dropdown-link--newgroup {
    border-top: 1px solid #ccc;
    margin-top: 0.3em; }
  .nav__dropdown-link--social:hover {
    background-color: #fff; }
  .nav__dropdown-link--social a {
    font-size: 1.5rem;
    display: inline;
    padding-right: 1em; }
  .nav__dropdown-link--social a:hover {
    color: #2182b7; }
  .nav .btn--nav {
    background-color: #fff;
    color: #3B82F6;
    font-size: .9em;
    padding: .375em 1em; }
    .nav .btn--nav:hover {
      background-color: #EFF6FF;
      color: #2563EB; }
    .nav .btn--nav__bordered {
      background-color: #3B82F6;
      border: 2px solid #bcd9ff;
      color: #d6e8ff; }
      .nav .btn--nav__bordered:hover {
        background-color: #3B82F6;
        border-color: #EFF6FF;
        color: #EFF6FF; }

.nav + .hero {
  padding-top: 8rem; }
  @media (max-width: 900px) {
    .nav + .hero {
      padding-top: 8rem; } }

.nav + .block {
  padding-top: 8rem; }
  @media (max-width: 900px) {
    .nav + .block {
      padding-top: 6rem; } }

.hero {
  background: #3B82F6;
  text-align: center;
  padding: 0 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  /* responsive youtube video reference: https://avexdesigns.com/responsive-youtube-embed/ */ }
  .hero:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 10px);
    width: 100%;
    height: 90px;
    background: url(/assets/images/bg-nav-circle-88ec8a9b.svg) center top no-repeat;
    background-size: calc(100% + 20px); }
  .hero__title {
    color: #fff;
    margin: 1em auto 0em; }
    @media (max-width: 900px) {
      .hero__title {
        font-size: 2rem; } }
  .hero__subtitle {
    color: #fff;
    font-weight: 400;
    margin: 0 auto 15px;
    font-size: 1.3rem; }
    @media (max-width: 900px) {
      .hero__subtitle {
        margin: 1.4rem 0;
        font-size: 1.1rem; } }
  .hero .cta {
    background-color: #fff;
    color: #3B82F6;
    margin: 0.5rem 0; }
    .hero .cta:hover {
      background-color: #EFF6FF;
      color: #2563EB; }
  .hero__demo {
    display: block;
    max-width: 650px;
    margin: 50px auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative; }
    @media (max-width: 900px) {
      .hero__demo {
        margin-top: 3rem; } }

.hero--home-wrap {
  background: url(/assets/images/bg-hero-circle-7cbdbf37.svg) center top no-repeat #EFF6FF;
  background-size: auto calc(100% - 200px); }
  .hero--home-wrap::after {
    content: none; }

.hero--blog-wrap {
  margin-bottom: 2em; }

.hero--home .hero__title {
  font-size: 4rem;
  line-height: 1.2;
  max-width: 14em; }
  @media (max-width: 900px) {
    .hero--home .hero__title {
      font-size: 2rem; } }

.hero--blog .hero__title {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0;
  max-width: 14em; }
  @media (max-width: 900px) {
    .hero--blog .hero__title {
      font-size: 2rem; } }

@media (max-width: 900px) {
  .hero--solutions {
    padding: 0; } }
@media (min-width: 901px) {
  .hero--solutions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
    .hero--solutions .hero__texts {
      text-align: left;
      display: inline-block;
      padding-right: 2rem;
      flex-basis: 50%; }
    .hero--solutions .hero__title {
      font-size: 1.8rem;
      line-height: 2.5rem;
      margin-bottom: 1.2rem; }
    .hero--solutions .hero__subtitle {
      font-size: 1.2rem;
      margin-bottom: 1.2rem; }
    .hero--solutions .hero__demo {
      flex-basis: 50%;
      margin-right: 0;
      margin-left: 0; }
    .hero--solutions .hero__image {
      max-width: 100%; } }
.pain {
  padding-top: 4rem;
  text-align: center; }
  .pain__title {
    text-align: center;
    font-weight: 400; }

.solutions {
  padding: 2rem 0; }
  .solutions__title {
    text-align: center; }
  .solutions--patterned {
    /* background: url(/assets/images/bg-pattern-icons-441921dd.svg) center top $primary-color; */
    background-color: #3B82F6;
    margin: 4rem 0 2rem;
    padding: 3rem 0 4rem; }
    .solutions--patterned .solutions__title {
      color: #EFF6FF; }
    .solutions--patterned .solution::before {
      content: none; }

.solutions__blocks {
  display: flex;
  flex-direction: row; }
  @media (max-width: 900px) {
    .solutions__blocks {
      flex-direction: column; } }
  .solutions__blocks--webinars {
    flex-wrap: wrap; }
  .solutions__blocks--ebooks {
    flex-wrap: wrap; }
  .solutions__blocks--usecases {
    flex-wrap: wrap; }

.solution {
  display: block;
  padding: 2rem;
  margin: 1rem;
  width: auto;
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transform: translateY(0); }
  .solution:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px); }
  @media (max-width: 900px) {
    .solution {
      width: 90%;
      margin: 1rem auto; } }
  .solution__title {
    margin-top: 0; }
  .solution__text {
    color: #677188; }
  .solution__learnmore {
    color: #3B82F6; }
    .solution__learnmore i, .solution__learnmore svg {
      position: relative;
      top: 1px;
      margin-left: 5px; }
  .solution:before {
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #3B82F6; }
  .solution--newsletter {
    width: 100%;
    max-width: 500px;
    margin: 1rem auto; }
  .solution--webinar {
    width: 46%; }
  .solution--ebook {
    width: 46%; }
  .solution--usecase {
    width: 30%; }
    @media (max-width: 900px) {
      .solution--usecase {
        width: 90%;
        margin: 1rem auto; } }
    .solution--usecase ul {
      list-style-type: none;
      padding-left: 0; }
      .solution--usecase ul li {
        margin-bottom: 1em; }

.examples {
  padding-top: 4rem; }
  .examples__title {
    color: #3B82F6;
    text-align: center; }
    .examples__title span {
      color: #2c3954; }

.examples__blocks {
  display: flex;
  flex-direction: row; }
  @media (max-width: 900px) {
    .examples__blocks {
      flex-direction: column; } }

.example {
  display: block;
  margin: 1rem 2rem 4rem;
  width: auto;
  position: relative;
  max-width: 300px;
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease,-webkit-transform .3s ease; }
  @media (max-width: 900px) {
    .example {
      width: 100%;
      margin: 1rem auto; } }
  .example__image {
    display: block;
    max-height: 150px;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    transform: translateY(0); }
    .example__image:hover {
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
      transform: translateY(-3px); }
  .example__details {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .example__title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #2c3954; }
  .example__category {
    margin: 0;
    font-size: 0.875rem;
    color: #3B82F6; }
  .example__text {
    color: #677188;
    margin-bottom: 0;
    margin-top: 0.25rem; }
  .example:hover {
    transform: translate3d(0, -2px, 0);
    transition: transform .3s ease,-webkit-transform .3s ease; }

.features {
  padding: 35px 0; }

.features__title {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 15px; }
  .features__title span {
    color: #2c3954; }

.feature {
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #f5f5f5; }

.feature:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.feature--pain {
  border: none;
  padding-bottom: 0; }

.feature--gain {
  padding-top: 6rem; }

.feature__info {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 900px) {
    .feature__info {
      flex-direction: column; } }

.feature__info--reverse {
  flex-direction: row-reverse; }
  @media (max-width: 900px) {
    .feature__info--reverse {
      flex-direction: column; } }
  .feature__info--reverse .feature__text, .feature__info--reverse .feature__desc {
    padding-left: 2rem;
    padding-right: 0rem; }
    @media (max-width: 900px) {
      .feature__info--reverse .feature__text, .feature__info--reverse .feature__desc {
        padding-left: 0; } }
  .feature__info--reverse .feature__image {
    text-align: left; }
    @media (max-width: 900px) {
      .feature__info--reverse .feature__image {
        text-align: center; } }

.feature__title {
  text-align: center;
  padding-bottom: 15px; }

.feature__text {
  color: #3B82F6;
  font-weight: 700;
  margin-bottom: 24px; }
  .feature__text span {
    color: #2c3954; }

.feature__image {
  width: 50%;
  padding: 0 2em;
  text-align: right; }
  .feature__image img {
    max-height: 455px;
    max-width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
  @media (max-width: 900px) {
    .feature__image {
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding-right: 0; } }

.feature__image--borderless img {
  border: none;
  box-shadow: none; }

.feature__image--smaller img {
  max-width: 80%;
  margin-right: 2em; }

.feature__details {
  width: 50%; }
  @media (max-width: 900px) {
    .feature__details {
      width: 100%; } }

.feature__description {
  padding: 0 2em;
  text-align: left;
  margin-bottom: 2em; }
  @media (max-width: 900px) {
    .feature__description {
      padding-left: 0;
      padding-right: 0; } }

.feature__description--multi {
  margin-bottom: 1em; }
  .feature__description--multi .feature__text {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .feature__description--multi .feature__desc {
    margin-top: 0; }

.feature__text {
  padding-right: 4rem; }
  @media (max-width: 900px) {
    .feature__text {
      padding-right: 0; } }

.feature__desc {
  padding-right: 4rem;
  font-size: 1.1rem; }
  @media (max-width: 900px) {
    .feature__desc {
      padding-right: 0; } }

.subfeatures {
  background-image: linear-gradient(rgba(235, 245, 255, 0.2), #f6f9fc 99%);
  padding: 3rem 0; }
  .subfeatures--dark {
    background: url(/assets/images/bg-pattern-dark-holes-506f34b5.svg) center top #3c3d3e;
    color: #EFF6FF;
    margin: 3rem 0 2rem;
    padding-top: 1rem; }
    .subfeatures--dark .subfeatures__title,
    .subfeatures--dark .subfeature__title,
    .subfeatures--dark .subfeature__stat,
    .subfeatures--dark .subfeature__text {
      color: #EFF6FF; }
    .subfeatures--dark .subfeatures__title {
      padding-top: 4rem;
      padding-bottom: 0; }

.subfeatures__blocks {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .subfeatures__blocks {
      flex-direction: column; } }

.subfeatures__title {
  color: #3B82F6;
  text-align: center;
  padding: 2rem 0 1.5rem 0;
  font-size: 2rem; }
  .subfeatures__title span {
    color: #2c3954; }
  @media (max-width: 900px) {
    .subfeatures__title {
      padding-bottom: 0; } }

.subfeatures--benefits {
  margin-top: 3rem; }

.subfeature {
  padding: 1em;
  flex-basis: 33%; }
  @media (max-width: 900px) {
    .subfeature {
      flex-basis: 100%; } }

.subfeature__icon {
  font-size: 3rem;
  color: #3B82F6; }

.subfeature__title {
  font-size: 1.2rem;
  color: #3d3d3d; }

.subfeature__text {
  color: #677188;
  line-height: 1.7em; }

.subfeature--support {
  text-align: center;
  padding-left: 3em;
  padding-right: 3em; }

.subfeature--stat {
  text-align: center; }
  .subfeature--stat .subfeature__title {
    font-size: 5rem;
    font-weight: 600;
    margin-top: 0; }

.testimonials {
  background-color: #3B82F6;
  padding: 3em 0 6em; }
  @media (max-width: 900px) {
    .testimonials {
      padding-bottom: 2em; } }
  .testimonials__title {
    color: #EFF6FF;
    text-align: center;
    margin: 20px 0 40px; }
  .testimonials .crid {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .testimonials .crid {
        flex-direction: column; } }

.testimonial {
  flex: 0 1;
  flex-direction: column;
  border-radius: 8px;
  display: flex;
  padding: 1em 2em 0;
  min-width: 45%;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
  @media (max-width: 900px) {
    .testimonial {
      flex-direction: column;
      width: 100%;
      margin-bottom: 80px; } }
  .testimonial__image {
    width: 100%;
    max-width: 80px;
    border-radius: 150px;
    margin-right: 1rem;
    margin-bottom: -40px;
    margin-top: auto;
    align-self: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
  .testimonial__name {
    font-size: 0.92rem;
    font-weight: 400;
    padding-top: 10px; }

.customers {
  background-color: #EFF6FF;
  padding: 16px 0 60px; }
  .customers__title {
    text-align: center;
    margin: 0;
    font-weight: 400; }
  .customers__title--smaller {
    font-size: 1.4rem;
    margin-bottom: 0; }
  .customers .crid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

.customer {
  margin: 0px 0 30px; }
  .customer__logo {
    mix-blend-mode: multiply;
    width: 140px;
    padding: 10px;
    opacity: 0.8; }

div.cta {
  background-size: calc(100% + 20px);
  position: relative;
  margin: 6rem 0 0;
  overflow: hidden;
  text-align: center;
  padding: 6rem 0 1rem 0; }
  div.cta:before {
    content: "";
    border-radius: 100%;
    background-color: #2c3954;
    position: absolute;
    left: -50%;
    top: 0;
    height: 200%;
    width: 200%; }
  div.cta .cta__title {
    color: #fff;
    font-weight: 400; }
  div.cta .crid {
    position: relative; }

.block.testimonials + .block.cta {
  margin-top: 0;
  background-color: #3B82F6; }

.block.subfeatures + .block.cta,
.block.customers + .block.cta {
  margin-top: 0;
  background-color: #EFF6FF; }

.cta_banner {
  width: 100%;
  background-color: #c7dcf7;
  margin: 0 auto;
  text-align: center;
  padding: 1em 4em 0.5em;
  border-radius: 1em;
  margin-bottom: 3em; }

.cta_banner p {
  font-weight: 400;
  font-size: 1.4rem; }

@media (max-width: 1240px) {
  .cta_banner p {
    font-size: 1.2rem; } }
@media (max-width: 1080px) {
  .cta_banner p {
    font-size: 1rem; } }
@media (max-width: 800px) {
  .cta_banner p a {
    display: block;
    padding: 5px 15px; } }
.content__title {
  text-align: center; }

.content img {
  max-width: 100%; }

.contentx a {
  text-decoration: underline; }
.contentx__title {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 4rem 0; }
  @media (max-width: 900px) {
    .contentx__title {
      margin-bottom: 2rem; } }
.contentx__section--centered {
  text-align: center; }

.cta + .footer {
  margin-top: 0; }

.footer {
  color: #EFF6FF;
  padding: 5rem 2rem 0 2rem;
  background-color: #2c3954; }
  @media (max-width: 900px) {
    .footer {
      padding-top: 2.5rem;
      margin-top: 1rem; } }

.footer-menus {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .footer-menus {
      padding: 0 4rem;
      flex-direction: column;
      align-items: center; } }

.footer-menu.-wider {
  width: 50%; }

.footer-menu {
  width: 25%; }
  @media (max-width: 900px) {
    .footer-menu {
      text-align: center; } }
  .footer-menu__title {
    color: #EFF6FF;
    font-weight: 600;
    margin: 0 0 1rem 0; }
    @media (max-width: 900px) {
      .footer-menu__title {
        margin-top: 1rem; } }
  .footer-menu__links {
    list-style-type: none;
    padding-left: 0; }
  .footer-menu__link {
    line-height: 1.5rem; }
    .footer-menu__link a {
      color: #EFF6FF; }
    .footer-menu__link:hover a {
      color: #bcd9ff; }

.footer-links {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .footer-links {
      flex-direction: column; } }

.footer-recaptcha {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .footer-recaptcha p {
    text-align: center;
    width: 100%;
    font-size: 0.85rem;
    color: #EFF6FF; }
  .footer-recaptcha a {
    color: #EFF6FF; }
  .footer-recaptcha a:hover {
    color: #bcd9ff; }

.grecaptcha-badge {
  visibility: hidden; }

.footer-links__block--left {
  margin-right: auto; }
  @media (max-width: 900px) {
    .footer-links__block--left {
      margin-right: 0; } }

.footer-links__block--right {
  margin-right: auto; }
  @media (max-width: 900px) {
    .footer-links__block--right {
      margin-right: 0; } }

.footer-link--social {
  font-size: 1.5rem;
  padding-right: 0.5em; }
  @media (max-width: 900px) {
    .footer-link--social {
      display: inline; } }
  .footer-link--social svg {
    color: #EFF6FF; }
  .footer-link--social:hover svg {
    color: #bcd9ff; }
.footer-link--text {
  color: #EFF6FF;
  padding: 0 0.5rem;
  font-size: 0.85rem; }
  .footer-link--text:hover {
    color: #bcd9ff; }
.footer-link--copyright {
  margin-left: auto; }
  @media (max-width: 900px) {
    .footer-link--copyright {
      margin-left: 0; } }

.blog--grid {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 4em 2.5em; }
  @media (max-width: 900px) {
    .blog--grid {
      padding: 0.5em; } }
  .blog--grid .article-link {
    border-radius: 4px;
    flex: 1 1;
    min-width: 240px;
    width: 33%;
    margin: 1em 1.5em 3em; }
    .blog--grid .article-link__cover-container {
      border-radius: 4px;
      display: flex;
      align-items: center;
      background-color: #EFF6FF;
      overflow: hidden;
      height: 140px;
      width: 100%;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      transform: translateY(0); }
      .blog--grid .article-link__cover-container:hover {
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-3px); }
    .blog--grid .article-link .article__title {
      font-size: 1.375rem;
      line-height: 1.2;
      text-align: left; }
    .blog--grid .article-link .read-more {
      color: #3B82F6;
      text-decoration: none; }
      .blog--grid .article-link .read-more:hover {
        text-decoration: underline; }
    .blog--grid .article-link__content-container {
      padding: 1em; }

.article img {
  max-width: 100%;
  margin: auto;
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.article__info {
  text-align: center;
  margin-bottom: 3em;
  font-style: italic; }

.article__image {
  text-align: center;
  padding-bottom: 2em; }
  .article__image img {
    max-width: 100%; }
  .article__image a {
    font-size: 80%;
    color: #ccc; }

.article__title {
  text-align: center;
  margin-bottom: 0.5em !important; }

.article__commentsx {
  font-size: 2rem;
  margin: 2rem auto 1.5rem;
  max-width: 25.3028em; }

/** article specific tweaks **/
.article .iphone-app-screenshots {
  padding-top: 1.5em; }
  .article .iphone-app-screenshots img {
    max-width: 180px;
    border: 1px solid #ccc;
    margin: 0.5em;
    border-radius: 20px;
    display: inline;
    padding: 0; }
    @media (max-width: 900px) {
      .article .iphone-app-screenshots img {
        max-width: 150px; } }
.article .call-to-action {
  text-align: center; }
.article .eval-read-link {
  display: block;
  text-align: center; }

.mobile__screenshots {
  padding-top: 1.5em; }
  @media (max-width: 900px) {
    .mobile__screenshots {
      display: none; } }

.mobile__screenshot {
  max-width: 180px;
  border: 1px solid #ccc;
  margin: 0.5em;
  border-radius: 20px;
  display: inline;
  padding: 0; }

.mobile__buttons {
  text-align: center;
  padding: 0em 0; }

.mobile__button {
  padding: 0 1em; }
  @media (max-width: 900px) {
    .mobile__button {
      padding: 0; } }
  .mobile__button img {
    height: 60px;
    display: inline; }

.convertkit-embed {
  display: flex;
  justify-content: center;
  margin: 5em auto 10em auto; }

.pricings {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.pricing {
  width: 300px;
  margin: 0 15px;
  border: 2px solid #CCCCCC;
  text-align: center;
  padding: 15px; }
  .pricing--recommended {
    border: 2px solid #3B82F6; }
    .pricing--recommended .pricing__name {
      color: #3B82F6; }
    .pricing--recommended .pricing__price {
      color: #3B82F6; }

.pricing__name {
  font-size: 1.5rem;
  margin: 0 1rem 1rem 1rem; }

.pricing__price {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  display: none; }
  .pricing__price--active {
    display: inline-block; }
  .pricing__price--light {
    font-weight: 400; }

.pricing__currency {
  font-size: 1.2rem;
  position: relative;
  top: -8px; }

.pricing__amount {
  margin-left: 3px;
  display: none; }
  .pricing__amount--active {
    display: inline-block; }

.pricing__desc {
  margin-top: 0;
  color: #bbb;
  font-weight: 600;
  font-size: 0.9rem; }

.pricing__features {
  list-style-type: none;
  padding-left: 0; }

.pricing__feature {
  line-height: 2rem; }

.billing-cycle-row {
  margin-top: 4rem;
  position: relative; }
  .billing-cycle-row #currency-selector {
    position: absolute;
    right: 45px;
    top: 7px; }

.billing-cycle {
  margin: 1em auto 3rem auto;
  text-align: center;
  font-size: 1.25em;
  max-width: 320px;
  position: relative; }
  .billing-cycle__button {
    width: 150px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    box-shadow: 0 1px 3px 0 #ddd;
    border: 1px solid #ddd;
    background-color: #fff; }
    .billing-cycle__button:hover {
      text-decoration: none; }
    .billing-cycle__button--month {
      border-radius: 20px 0 0 20px;
      border-right: none;
      padding-left: 5px; }
    .billing-cycle__button--annual {
      border-radius: 0 20px 20px 0;
      border-left: none;
      padding-right: 5px; }
    .billing-cycle__button--active {
      background-color: #3B82F6;
      border: 1px solid #3B82F6;
      color: #fff; }
    .billing-cycle__button--active:hover {
      color: #fff; }
  .billing-cycle__discount {
    position: absolute;
    top: -25px;
    right: -80px;
    color: #00ae94;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600; }

.pricing-faq {
  margin: 35px auto;
  max-width: 700px; }
