/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

*{color:rgba(0,0,0,.87)}

*:focus{outline:none}

main{align-items:center;display:flex;flex-direction:column;width:100%}

section#cta{align-items:center;display:flex;flex-direction:column;padding:128px 0;padding:8rem 0;position:relative}

section#cta h2{font-family:"Source Serif Pro",serif;font-size:52px;font-size:3.25rem;font-weight:600;margin:0 0 10px}

section#cta p{color:rgba(0,0,0,.6);font-size:20px;font-size:1.25rem;margin-bottom:40px;max-width:704px;max-width:44rem;text-align:center}

section#cta a[role=button]{background-image:linear-gradient(0deg, #4277ce, rgb(126.75, 162.7142857143, 221.75));border-radius:.125rem;color:#fff;font-weight:500;padding:15px 40px;transition:all .2s;z-index:1}

section#cta a[role=button]:hover{background-image:linear-gradient(0deg, rgb(40.25, 83.7857142857, 155.25), #4277ce)}

section#cta a[role=link]{color:rgba(0,0,0,.6);padding-top:10px;transition:color .2s}

section#cta a[role=link]:hover{color:rgba(0,0,0,.87)}

section#cta img{position:absolute;width:50%}

section#cta img.bottom{bottom:0;left:0}

section#cta img.top{right:0;top:0}

@media(max-width: 900px){section#cta{padding:4rem 1.5rem}section#cta h2{font-size:30px}section#cta p{font-size:16px;max-width:550px}}

footer{background-color:#1e2a2f;display:flex;justify-content:center;padding:100px 40px 120px}

footer .footer__content{display:flex;flex-direction:column;max-width:1120px;width:100%}

footer .top{align-items:center;display:flex;flex-direction:column;margin-bottom:50px}

footer .top img{margin-bottom:15px;max-width:250px}

footer .top span{color:#b7c4d2;font-size:18px;font-weight:500}

footer .bottom{align-items:center;border-top:4px solid #575f67;display:flex;justify-content:space-between;padding-top:20px}

footer .bottom__left{color:#575f67;display:flex}

footer .bottom__left div{color:inherit}

footer .bottom__left div span{color:inherit}

footer .bottom__left a{margin-left:20px;transition:color .2s}

footer .bottom__left a:hover{color:#86919c}

footer .bottom__right{display:flex}

footer .bottom__right a{height:22px;width:22px}

footer .bottom__right a:not(:first-child){margin-left:10px}

footer .bottom__right a svg{fill:#575f67;height:100%;transition:fill .2s;width:100%}

footer .bottom__right a:hover svg{fill:#86919c}

@media(max-width: 750px){footer .bottom{flex-direction:column}footer .bottom__left{align-items:center;flex-direction:column;margin-top:20px}footer .bottom__left a{margin:30px 0 0}footer .bottom__right{margin:30px 0 0}}

.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible;opacity:.75}

.hamburger:hover{opacity:1}

.hamburger:focus{outline:none}

.hamburger.is-active:hover{opacity:.7}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#241c15}

.hamburger-box{width:24px;height:18px;display:inline-block;position:relative}

.hamburger-inner{display:block;top:50%;margin-top:1px}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:24px;height:2px;background-color:#241c15;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}

.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}

.hamburger-inner::before{top:-8px}

.hamburger-inner::after{bottom:-8px}

.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}

.hamburger--squeeze .hamburger-inner::before{transition:top .075s .12s ease, opacity .075s ease}

.hamburger--squeeze .hamburger-inner::after{transition:bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}

.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}

.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease, opacity .075s .12s ease}

.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}

header{align-items:center;display:flex;height:90px;justify-content:center;padding:0 24px;padding:0 1.5rem;width:100%}

header.desktop{display:flex}

header.mobile{display:none}

@media(max-width: 900px){header.desktop{display:none}header.mobile{display:flex;height:60px;padding:0;position:relative}header.mobile .header__container{background:#fff;height:100%;padding:0 1.5rem;z-index:2}header.mobile .header__container__logo{align-items:center;display:flex;width:150px}header.mobile .header__container__logo img.icon{height:24px;margin-right:6px}header.mobile .header__container__logo img.text{height:20px;transform:translateY(2px)}header.mobile #mobile-menu{background:#fff;border-bottom:2px solid #e2e8f0;display:flex;flex-direction:column;padding:0 1.5rem;position:absolute;top:100%;transform:translateY(-100%);transition:transform .3s;width:100%;z-index:1}header.mobile #mobile-menu.is-active{transform:translateY(0%)}header.mobile #mobile-menu>a{color:#4277ce;font-weight:500;padding:.5rem 0;transition:color .2s}header.mobile #mobile-menu>a:hover{color:rgb(35,72.8571428571,135)}header.mobile #mobile-menu div{align-items:center;display:flex;padding:1.5rem 0}header.mobile #mobile-menu div .login{align-items:center;display:flex;color:rgba(0,0,0,.6);transition:color .2s}header.mobile #mobile-menu div .login:hover{color:rgba(0,0,0,.87)}header.mobile #mobile-menu div .login svg{margin-right:5px;width:.875rem}header.mobile #mobile-menu div .signup{background-image:linear-gradient(0deg, #4277ce, rgb(126.75, 162.7142857143, 221.75));border-radius:.125rem;color:#fff;margin-right:20px;padding:.5rem .75rem .6rem;transition:all .2s}header.mobile #mobile-menu div .signup:hover{background-image:linear-gradient(0deg, rgb(40.25, 83.7857142857, 155.25), #4277ce)}}

.header__container{align-items:center;display:flex;justify-content:space-between;max-width:1248px;max-width:78rem;position:relative;width:100%}

.header__container__logo{align-items:center;display:flex;width:150px}

.header__container__logo:hover .icon{transform:scale(1.05)}

.header__container__logo .icon{height:32px;margin-right:8px;transition:transform .2s}

.header__container__logo .text{height:22px}

.header__container__middle{left:50%;position:absolute;transform:translateX(-50%)}

.header__container__middle a{color:#4277ce;transition:color .2s}

.header__container__middle a:hover{color:rgb(35,72.8571428571,135)}

.header__container__right{align-items:center;display:flex}

.header__container__right .login{align-items:center;display:flex;color:rgba(0,0,0,.6);transition:color .2s}

.header__container__right .login:hover{color:rgba(0,0,0,.87)}

.header__container__right .login svg{margin-right:5px;width:14px;width:.875rem}

.header__container__right .signup{background-image:linear-gradient(0deg, #4277ce, rgb(126.75, 162.7142857143, 221.75));border-radius:.125rem;color:#fff;padding:8px 12px 9.6px;padding:.5rem .75rem .6rem;transition:all .2s}

.header__container__right .signup:hover{background-image:linear-gradient(0deg, rgb(40.25, 83.7857142857, 155.25), #4277ce)}

.header__container nav>a{font-weight:500;padding:0 24px}

#title{background-color:#f1f4f6;border-bottom:1px solid #f0f2f3;display:flex;flex-direction:column;margin-top:50px;padding-bottom:80px;width:100%}

#title .slant{border-top:1px solid rgba(43,104,170,.51);box-shadow:0 1px 3px 0 rgba(209,237,255,.33),41px 27px 0 25px #f1f4f6;position:relative;top:-12px;transform:rotate(-1deg);width:100%}

#title .content{align-items:center;display:flex;flex-direction:column;margin-top:46px;text-align:center}

#title .content h1{color:#000;font-family:"Source Serif Pro",serif;font-size:42px;font-weight:600;letter-spacing:.5px;line-height:52px;margin:0 0 15px -2px}

@media(max-width: 680px){#title .content h1{font-size:36px;line-height:1.3}}

#title .content .text{max-width:645px}

#title .content .text p{color:#244864;font-size:18px;line-height:31px}

@media(max-width: 700px){#title .content{padding:0 23px 0 13px}}

#title{padding-bottom:120px}

.plans{padding:0 15px;display:flex;justify-content:center;transform:translateY(-120px)}

@media(max-width: 700px){.plans{flex-wrap:wrap}}

.plan{display:flex;flex-direction:column;align-items:flex-start;width:50%}

@media(max-width: 700px){.plan{width:100%}}

.plan{max-width:400px;padding:36px;background-color:#fff;border-radius:6px;transform:translateY(-80px);box-shadow:0 17px 24px rgba(18,20,21,.3)}

.plan:first-child{margin-right:15px}

@media(max-width: 700px){.plan:first-child{margin-right:0;margin-bottom:30px}}

.plan:last-child{margin-left:15px}

@media(max-width: 700px){.plan:last-child{margin-left:0}}

.plan__name{display:inline-block;text-transform:uppercase;border-radius:10px;font-size:14px;line-height:1.6;padding:0 15px;font-weight:bolder;letter-spacing:.5px}

.plan__price{margin-top:20px;display:flex}

.plan__price>span{font-size:70px;font-family:"Source Serif Pro",serif}

.plan__price>span:first-child{font-size:30px;margin-top:12px}

.plan__price>span:last-child{font-size:16px;margin-top:47px;font-family:inherit}

.plan__desc{color:#565656;line-height:1.4;margin-top:10px}

.plan ul{margin-top:30px}

.plan li{display:flex;margin-bottom:10px}

.plan li>div{background:rgba(0,0,0,0);height:20px;width:20px;border-radius:50%;position:relative}

.plan li>div:after{content:"✓";position:absolute;top:-11px;left:1px;font-size:19px;color:#000}

.plan li>span{margin-left:15px;color:#565656}

.plan.the-essentials .plan__name{background:#d9f1e0}

.plan.the-essentials li>div{border:3px solid #d9f1e0}

.plan.the-complete-package .plan__name{background:#ebc9d9}

.plan.the-complete-package li>div{border:3px solid #ebc9d9}

.plan__btn{margin-top:30px;align-self:center}

.plan__btn a{background-image:linear-gradient(0deg, #4277ce, rgb(126.75, 162.7142857143, 221.75));border-radius:.125rem;color:#fff;display:block;min-width:200px;padding:8px 12px 9.6px;padding:.5rem .75rem .6rem;text-align:center;transition:all .2s}

.plan__btn a:hover{background-image:linear-gradient(0deg, rgb(40.25, 83.7857142857, 155.25), #4277ce)}

.plan .view-features{align-self:center;border-bottom:1px solid rgba(0,0,0,0);color:#007dcc;margin-top:20px;transition:all .2s}

.plan .view-features:hover{border-bottom:1px solid #005e99;color:#005e99}

.plans{background-color:rgba(0,0,0,0);margin-top:60px}

.plan{transform:translateY(0)}

.plan ul{margin-bottom:0;padding-left:0}

.plan .view-features{-webkit-text-decoration:none;text-decoration:none}

.plans__plan__content__btn{margin-top:20px}

.plans__plan__content__features{align-self:center}

/*# sourceMappingURL=pricing-3219583e540997fe0cd9.css.map*/