/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

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

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --header-height: 7rem;
  --100vh: calc(var(--vh, 1vh) * 100);
  --100vw: calc(var(--vw, 1vw) * 100);
  --full-height: var(--100vh);
  --sm-full-height: var(--100vh);
  --full-height-minus-header: calc(var(--full-height) - var(--header-height));
  --sm-full-height-minus-header: calc(
      var(--sm-full-height) - var(--header-height)
  );
}

@supports (height: 100dvh) {
  :root {
    --full-height: 100dvh;
    --sm-full-height: 100svh;
  }
}
html:has(#impersonate-banner) {
  --banner-height: var(--impersonate-banner-height, 50px);
  margin-top: 0;
  --full-height: calc(var(--100vh) - var(--banner-height));
  --sm-full-height: calc(var(--100vh) - var(--banner-height));
}
html:has(#impersonate-banner) body {
  padding-top: var(--banner-height);
}

@supports (height: 100dvh) {
  html:has(#impersonate-banner) {
    --full-height: calc(100dvh - var(--banner-height));
    --sm-full-height: calc(100svh - var(--banner-height));
  }
}
/*! critical:start */
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/*! critical:end */
.hide {
  display: none !important;
}

.list-reset {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.flex {
  display: flex;
}
.flex--flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex--align-items-center {
  align-items: center;
}
.flex--justify-content-space-between {
  justify-content: space-between;
}

.full-width {
  width: 100% !important;
}

.margin-0 {
  margin: 0 !important;
}

/*! critical:start */
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Regular-Web-CCv4LNgf.woff2"), url("/build/assets/Graphik-Regular-Web-IP1amk0U.woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Medium-Web-g9eG-p1I.woff2"), url("/build/assets/Graphik-Medium-Web-o44vFBYt.woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Semibold-Web-wsChu60M.woff2"), url("/build/assets/Graphik-Semibold-Web-lmziTAKq.woff");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Graphik";
  src: url("/build/assets/Graphik-Bold-Web-B3khyxe8.woff2"), url("/build/assets/Graphik-Bold-Web-BAAnprnQ.woff");
  font-display: swap;
  font-weight: 800;
  font-style: bold;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #323232;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: -0.0125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
}

.title {
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 0;
}

h1,
.h1 {
  font-size: var(--h1-font-size, 3.2rem);
  font-weight: var(--h1-font-weight, 500);
  line-height: 1.125;
  letter-spacing: -0.5px;
  margin: 0 0 0.8rem;
}

h2,
.h2 {
  font-size: var(--h2-font-size, 2.4rem);
  font-weight: var(--h2-font-weight, 500);
  line-height: 1.1666666667;
  letter-spacing: -0.0125em;
  margin: 0 0 1.6rem;
}

h3,
.h3 {
  font-size: var(--h3-font-size, 2rem);
  font-weight: var(--h3-font-weight, 500);
  line-height: 1.2;
  letter-spacing: -0.0125em;
  margin: 0 0 1.2rem;
}

h4,
.h4 {
  font-size: var(--h4-font-size, 1.8rem);
  font-weight: var(--h4-font-weight, 500);
  line-height: 1.3333333333;
  letter-spacing: -0.0125em;
  margin: 0 0 0.8rem;
}

h5,
.h5 {
  font-size: var(--h5-font-size, 1.4rem);
  font-weight: var(--h5-font-weight, 500);
  line-height: 1.4285714286;
  letter-spacing: -0.0125em;
  margin: 0 0 0.8rem;
}

h6,
.h6 {
  font-size: var(--h6-font-size, 1.2rem);
  font-weight: var(--h6-font-weight, 500);
  line-height: 1.3333333333;
  letter-spacing: -0.0125em;
  margin: 0 0 0.8rem;
}

p + h2,
p + .h2,
ul + h2,
ul + .h2,
ol + h2,
ol + .h2,
dl + h2,
dl + .h2,
blockquote + h2,
blockquote + .h2,
table + h2,
table + .h2,
figure + h2,
figure + .h2,
pre + h2,
pre + .h2 {
  margin-top: 4rem;
}
p + h3,
p + .h3,
ul + h3,
ul + .h3,
ol + h3,
ol + .h3,
dl + h3,
dl + .h3,
blockquote + h3,
blockquote + .h3,
table + h3,
table + .h3,
figure + h3,
figure + .h3,
pre + h3,
pre + .h3 {
  margin-top: 3.2rem;
}
p + h4,
p + .h4,
ul + h4,
ul + .h4,
ol + h4,
ol + .h4,
dl + h4,
dl + .h4,
blockquote + h4,
blockquote + .h4,
table + h4,
table + .h4,
figure + h4,
figure + .h4,
pre + h4,
pre + .h4 {
  margin-top: 2.4rem;
}
p + h5,
p + .h5,
p + h6,
p + .h6,
ul + h5,
ul + .h5,
ul + h6,
ul + .h6,
ol + h5,
ol + .h5,
ol + h6,
ol + .h6,
dl + h5,
dl + .h5,
dl + h6,
dl + .h6,
blockquote + h5,
blockquote + .h5,
blockquote + h6,
blockquote + .h6,
table + h5,
table + .h5,
table + h6,
table + .h6,
figure + h5,
figure + .h5,
figure + h6,
figure + .h6,
pre + h5,
pre + .h5,
pre + h6,
pre + .h6 {
  margin-top: 2.4rem;
}

p {
  margin: 0;
}

strong {
  font-weight: 500;
}

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

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

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

a {
  color: #065af9;
  text-decoration: underline;
}

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  margin: 3rem 0;
  height: 0;
}

/*! critical:end */
em,
i {
  font-style: italic;
}

a {
  outline: 0;
  transition: color 0.2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

.focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

::-moz-selection {
  background: #065af9;
  color: white;
}

::selection {
  background: #065af9;
  color: white;
}

/*! critical:start */
:root {
  --container-gutter: 2rem;
}

body {
  overscroll-behavior: none;
  background-color: white;
}
body.is-full .footer-main {
  border-top: 0;
}
body.is-full .footer-main a,
body.is-full .footer-main p {
  color: rgba(50, 50, 50, 0.8);
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.container-page {
  width: 100%;
  position: relative;
}
.container--narrow {
  max-width: calc(820px + var(--container-gutter) * 2);
}

.icon,
.image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon > *,
.image-wrap > * {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

pre {
  font-family: "courier", "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
  margin: 0;
  background-color: #fcfcfe;
  border: 1px solid #e6eefe;
  padding: 20px;
  border-radius: 3px;
  overflow: auto;
}

.divider {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin: 60px 0 50px;
}

.theme-generate .header-main,
.theme-generate .hero-internal,
.theme-generate .is-full .container-outer,
.theme-generate .is-full .footer-main,
.theme-generate .is-full .container-outer:before {
  background-color: #f8f8f8;
}

/*! critical:end */
.container-page {
  min-height: var(--full-height);
}
.container-page,
.container-page .content-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.container-page .dashboard-main {
  height: 100%;
  flex-grow: 1;
}
.container-outer {
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
  z-index: 2;
  background-color: white;
  min-height: var(--sm-full-height-minus-header);
}
.container-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--header-height) * -1);
  width: 100%;
  height: 100%;
  display: block;
  background-color: white;
}
.container-outer > * {
  position: relative;
  z-index: 2;
}

/*! critical:start */
.header-main-spacer {
  display: block;
  width: 100%;
  height: var(--header-height);
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  padding: 1.6rem 3rem;
  background-color: white;
  z-index: 44;
}
.header-main--space-between {
  justify-content: space-between;
}
.header-main__logo {
  align-items: center;
  margin-right: 1.5rem;
  display: block;
}
.header-main__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1rem;
  margin-left: auto;
}
.header-main .type-dropdown {
  margin-right: 3rem;
}
.header-main__partner {
  margin-right: 3rem;
  padding-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: -0.0125em;
  color: rgba(50, 50, 50, 0.8);
  text-decoration: none;
}
.header-main.header--dashboard {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.header-main.header--dashboard .header-main__logo {
  margin-right: clamp(1.5rem, 3.1944444444vw, 4.6rem);
}
.header-main.header--dashboard .header-main__cta a .inner {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: -0.0125em;
  padding: 0.75em 1.6666666667em 0.75em 0.9166666667em;
  padding-right: clamp(1.1rem, 1.3888888889vw, 2rem);
}
.header-main.header--dashboard .type-dropdown {
  margin-right: 0;
  font-size: var(--label-font-size, 1.4rem);
  font-weight: var(--label-font-weight, 500);
  line-height: 1.2857142857;
  letter-spacing: -0.0125em;
}
.header-main.header--dashboard .type-dropdown button {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.header-main.header--dashboard .type-dropdown .icon {
  height: 1.6rem;
  width: 1.6rem;
  --icon-stroke: 1px;
}
.header-main.header--dashboard .type-dropdown .icon svg * {
  vector-effect: non-scaling-stroke;
  stroke-width: var(--icon-stroke, 1.5px);
}
.header-main .btn-upgrade {
  font-size: var(--label-font-size, 1.4rem);
  font-weight: var(--label-font-weight, 500);
  letter-spacing: -0.0125em;
  line-height: 2.6666666667;
  color: white;
  padding: 0.2rem 1.2rem;
  border-radius: 3px;
  background: linear-gradient(93.55deg, #f386ff 2.92%, #7b0ad2 130.11%);
  text-decoration: none;
}
.header-main .btn-upgrade:hover .text:before, .header-main .btn-upgrade:focus .text:before {
  transform: scaleX(1);
}
.header-main .btn-upgrade .text {
  position: relative;
}
.header-main .btn-upgrade .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  display: block;
  background-color: white;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

/*! critical:end */
.header-main {
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-main__logo svg {
  display: block;
}
.header-main__logo svg > * {
  transition: fill 0.2s linear;
}
.header-main__logo:hover svg > .logo__eye,
.header-main__logo:hover svg > .logo__iris, .header-main__logo:focus svg > .logo__eye,
.header-main__logo:focus svg > .logo__iris {
  fill: #065af9;
}
.header-main__partner:hover, .header-main__partner:focus {
  text-decoration: underline;
}

/*! critical:start */
.btn.btn--block, .btn--block.btn-outline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.3rem;
  color: white;
  transition-property: color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.btn.btn--block[disabled], .btn--block[disabled].btn-outline {
  opacity: 0.5;
  cursor: progress;
}
.btn.btn--block .inner, .btn--block.btn-outline .inner {
  transition-property: color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.btn.btn--block .price, .btn--block.btn-outline .price {
  display: inline-block;
  color: #065af9;
  margin-left: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: white;
  border-radius: 30px;
  font-size: var(--btn-font-size, 1.2rem);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: -0.0125em;
}
.btn.btn--block.btn--is-loading .inner, .btn--block.btn--is-loading.btn-outline .inner {
  opacity: 0;
}
.btn.btn--block.btn--is-loading .loading-icon, .btn--block.btn--is-loading.btn-outline .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1;
}
.btn.btn--block.btn--is-loading .loading-icon svg, .btn--block.btn--is-loading.btn-outline .loading-icon svg {
  display: block;
  height: 1em;
  width: var(--icon-width, 1em);
  animation: 0.75s ease-in-out spin forwards infinite;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
}
.btn.btn--block.btn--is-loading .loading-icon svg.stroke [stroke], .btn--block.btn--is-loading.btn-outline .loading-icon svg.stroke [stroke] {
  stroke: currentColor;
  stroke-width: var(--stroke-width, 0.2rem);
  vector-effect: non-scaling-stroke;
}
.btn.btn--block.btn--is-loading .loading-icon svg.fill [fill], .btn--block.btn--is-loading.btn-outline .loading-icon svg.fill [fill] {
  fill: currentColor;
}

/*! critical:end */
@keyframes spin {
  0% {
    transform: rotate(0deg) translateZ(0);
  }
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
/*! critical:start */
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.buttons > .btn, .buttons > .btn-outline {
  white-space: nowrap;
}
.buttons--centered {
  justify-content: center;
}

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

.btn, .btn-outline {
  display: inline-block;
  text-decoration: none;
  border-radius: var(--btn-radius, 0.6rem);
  position: relative;
  background: var(--btn-background, transparent);
  font-weight: var(--btn-font-weight, 500);
}
.btn--sm-radius {
  --btn-radius: 0.5rem;
}
.btn:before, .btn-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background-color: var(--btn-background, #065af9);
}
.btn .inner, .btn-outline .inner {
  position: relative;
  z-index: 2;
  display: block;
  font-size: var(--btn-font-size, 1.4rem);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.0125em;
  padding: var(--btn-padding, 1.4rem 2rem);
  text-align: center;
  min-width: var(--btn-min-width, 15rem);
  border-radius: inherit;
  color: var(--btn-color, #ffffff);
}
.btn--lg {
  --btn-padding: 2rem 2.4rem;
  --btn-min-width: 0;
}
.btn--lg .inner {
  font-size: var(--btn-font-size, 1.4rem);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: -0.0125em;
}
.btn--sm {
  --btn-padding: 1rem 1.5rem;
  --btn-min-width: 0;
}
.btn--sm .inner {
  font-size: var(--btn-font-size, 1.2rem);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: -0.0125em;
}
.btn--grey {
  --btn-background: #979797;
}
.btn--light {
  --btn-background: #ebf1fd;
  --btn-color: #0075fb;
}
.btn--light.btn--block {
  color: #0075fb;
}

.btn-outline {
  background-color: var(--btn-bg, transparent);
}
.btn-outline::before {
  background: none;
  border: 1px solid var(--btn-outline, #d9d9d9);
}
.btn-outline .inner {
  color: var(--btn-color, #323232);
}
.btn-outline--primary {
  --btn-bg: transparent;
  --btn-outline: #065af9;
  --btn-color: #065af9;
}
.btn-outline--primary-alt {
  --btn-bg: white;
  --btn-outline: #065af9;
  --btn-color: #065af9;
}
.btn-outline--grey {
  --btn-bg: transparent;
  --btn-outline: #e5e5e5;
  --btn-color: #323232;
}
.btn-outline--grey-alt {
  --btn-bg: white;
  --btn-outline: #d9d9d9;
  --btn-color: #323232;
}
.btn-outline--green {
  --btn-bg: #def9e9;
  --btn-outline: #134233;
  --btn-color: #134233;
}

/*! critical:end */
button {
  cursor: pointer;
  outline: none;
}
button.focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.btn, .btn-outline {
  cursor: pointer;
}
.btn:before, .btn-outline:before {
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn .inner, .btn-outline .inner {
  transition: color 0.2s linear, background-color 0.2s linear;
}
.btn:hover:before, .btn-outline:hover:before, .btn:focus:before, .btn-outline:focus:before {
  transform: scale(1.025, 1.1);
}

.btn--icon .inner {
  display: flex;
  align-items: center;
  gap: var(--btn-gap, 0.5rem);
}
.btn--icon .btn__icon {
  color: var(--btn-icon-color, currentColor);
  font-size: var(--btn-icon-size, 1em);
}
.btn--icon .btn__icon svg {
  font-size: 1em;
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
}
.btn--icon-left .btn__icon {
  order: -1;
}

.btn-outline--primary:before, .btn-outline--grey:before {
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.2s linear, background-color 0.2s linear;
}
.btn-outline--primary .inner, .btn-outline--grey .inner {
  transition: color 0.2s linear;
}
.btn-outline--primary:hover:before, .btn-outline--primary:focus:before, .btn-outline--grey:hover:before, .btn-outline--grey:focus:before {
  transform: scale(1.1);
  border-color: #065af9;
  background-color: #065af9;
}
.btn-outline--primary:hover .inner, .btn-outline--primary:focus .inner, .btn-outline--grey:hover .inner, .btn-outline--grey:focus .inner {
  color: #ffffff;
}
.btn-outline--primary .inner svg path {
  fill: currentColor;
}

.btn--border {
  font-size: var(--btn-font-size, 1.2rem);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: -0.0125em;
  background: white;
  border: 1px solid;
  border-radius: 0.5rem;
  text-decoration: none;
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.btn--border .inner {
  padding: 0.5384615385em 1.1538461538em 0.5714285714em;
  display: flex;
  align-items: center;
}
.btn--border .btn__icon {
  font-size: var(--icon-height, 1.0769230769em);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--border .btn__icon svg {
  font-size: 1em;
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
}
.btn--border-primary {
  color: #065af9;
  border-color: #065af9;
}
html:not(.mobile):not(.tablet) .btn--border-primary:hover, html:not(.mobile):not(.tablet) .btn--border-primary:focus, .btn--border-primary.on-press {
  color: #ffffff;
  background: #065af9;
  border-color: #065af9;
}
.btn--border-secondary {
  color: #c1c1c1;
  border-color: #a9a9a9;
}
html:not(.mobile):not(.tablet) .btn--border-secondary:hover, html:not(.mobile):not(.tablet) .btn--border-secondary:focus, .btn--border-secondary.on-press {
  color: #065af9;
  border-color: #065af9;
}
.btn--border-grey {
  color: #595d6b;
  border-color: #a9a9a9;
}
html:not(.mobile):not(.tablet) .btn--border-grey:hover, html:not(.mobile):not(.tablet) .btn--border-grey:focus, .btn--border-grey.on-press {
  color: #ffffff;
  background: #065af9;
  border-color: #065af9;
}
.btn--border-error {
  color: #de0404;
  border-color: #de0404;
}
html:not(.mobile):not(.tablet) .btn--border-error:hover, html:not(.mobile):not(.tablet) .btn--border-error:focus, .btn--border-error.on-press {
  color: #ffffff;
  background: #de0404;
}

/*! critical:start */
.hamburger {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hamburger:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  transition: opacity 0.2s linear;
  border: 1px solid rgba(50, 50, 50, 0.25);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 8px;
  display: block;
  opacity: 0;
}
.hamburger .patty {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background-color: #323232;
  transition: transform 0.5s 0.1s cubic-bezier(1, 0, 0, 1);
}
.hamburger .patty:not(:last-child) {
  margin-bottom: 5px;
}
.header-main--subscription .hamburger .patty {
  background-color: white;
}
.header-main--subscription .hamburger:before {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/*! critical:end */
.hamburger {
  cursor: pointer;
  transform-origin: 50% 40%;
  padding: 0;
}
.hamburger__inner {
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
html:not(.is-menu-open) .hamburger .patty {
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
html:not(.is-menu-open) .hamburger:hover .patty:nth-child(2) {
  transform: translateY(-1px);
}
html:not(.is-menu-open) .hamburger:hover .patty:nth-child(4) {
  transform: translateY(1px);
}
.hamburger:focus, .hamburger.focus-visible {
  outline: none;
}
.hamburger:focus:before, .hamburger.focus-visible:before {
  opacity: 1;
}
.is-menu-open .hamburger__inner {
  transform: rotate(360deg);
}
.is-menu-open .hamburger .patty:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}
.is-menu-open .hamburger .patty:nth-child(3) {
  transform: scaleX(0);
}
.is-menu-open .hamburger .patty:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

/*! critical:start */
.intro.is-centered {
  text-align: center;
}
.intro.is-centered,
.intro.is-centered > * {
  margin-left: auto;
  margin-right: auto;
}
.intro .title {
  font-size: 2.6rem;
  line-height: 1.2;
  max-width: 450px;
  margin-bottom: 20px;
}
.intro .stars {
  margin: 20px auto;
}
.intro .content {
  width: 100%;
  max-width: 700px;
  font-size: 1.4rem;
  letter-spacing: -0.0125em;
  line-height: 1.6;
}

/*! critical:end */

/*! critical:start */
.stars {
  position: relative;
  background: url("/build/assets/star-BvggYJBB.svg") repeat-x left center;
  --star-rating: 5;
  width: 125px;
  height: 25px;
  background-size: auto 25px;
}
@supports (--custom-property: 0) {
  .stars {
    width: calc(25px * var(--star-rating));
  }
}
.stars.is-dark {
  background: url("/build/assets/star-dark-vpszTx-B.svg") repeat-x left center;
  background-size: auto 25px;
}

/*! critical:end */
/*! critical:start */
.skip-to-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/*! critical:end */
.skip-to-link {
  position: fixed;
  top: 10px;
  left: 10px;
  color: #ffffff;
  background: #323232;
  outline: none;
  padding: 10px 16px;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 9999;
}
.skip-to-link:hover {
  background: #656565;
}

html.no-js *,
html.no-js *:before,
html.no-js *:after {
  transition: none !important;
}

@media screen and (min-width: 320px) and (max-width: 1600px) {
  .intro .title {
    margin-bottom: calc(20px + 20 * (100vw - 320px) / 1280);
  }
  .intro .title {
    margin-bottom: calc(20px + 20 * (100vw - 320px) / 1280);
  }
}

@media (min-width: 351px) and (max-width: 480px) {
  .intro .title {
    font-size: var(--h2-font-size, 2.4rem);
    font-weight: var(--h2-font-weight, 500);
    letter-spacing: -0.0125em;
    line-height: 1.2;
  }
}

@media (min-width: 351px) and (max-width: 768px) {
  .intro .content {
    font-size: var(--h5-font-size, 1.4rem);
    font-weight: var(--h5-font-weight, 500);
    line-height: 1.4285714286;
    letter-spacing: -0.0125em;
  }
}

@media (min-width: 375px) {
  :root {
    --container-gutter: 30px;
  }
  .container {
    max-width: calc(1110px + var(--container-gutter) * 2);
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
  .container--narrow {
    max-width: calc(820px + var(--container-gutter) * 2);
  }
  .container--570 {
    max-width: calc(57rem + var(--container-gutter) * 2);
  }
  .container--500 {
    max-width: calc(50rem + var(--container-gutter) * 2);
  }
  .container--620 {
    max-width: calc(62rem + var(--container-gutter) * 2);
  }
  .container--880 {
    max-width: 88rem;
  }
  .container--full {
    max-width: 100%;
  }
}

@media (min-width: 481px) {
  .divider {
    margin: 80px 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .intro .title {
    font-size: var(--h1-font-size, 3.2rem);
    font-weight: var(--h1-font-weight, 500);
    line-height: 1.125;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 551px) and (max-width: 660px) {
  .is-menu-open .header-main,
  .is-menu-open .container-outer {
    transform: translateX(-470px);
  }
}

@media (min-width: 661px) {
  .is-menu-open .header-main,
  .is-menu-open .container-outer {
    transform: translateX(-570px);
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
  .container--570 {
    width: 90%;
  }
  .container--500 {
    width: 90%;
  }
  .container--620 {
    width: 90%;
  }
  .container--880 {
    width: 90%;
  }
  .container--full {
    width: 100%;
  }
  .header-main__right {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .header-main--subscription .hamburger {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .intro .title {
    max-width: calc(450px + 210 * (100vw - 768px) / 232);
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .intro .title {
    font-size: 3.5rem;
  }
  .intro .content {
    font-size: var(--h4-font-size, 1.8rem);
    font-weight: var(--h4-font-weight, 500);
    line-height: 1.3333333333;
    letter-spacing: -0.0125em;
  }
}

@media (min-width: 961px) {
  .intro .title {
    font-size: 4rem;
  }
  .intro .content {
    font-size: var(--h4-font-size, 1.8rem);
    font-weight: var(--h4-font-weight, 500);
    line-height: 1.3333333333;
    letter-spacing: -0.0125em;
  }
}

@media screen and (min-width: 1000px) {
  .intro .title {
    max-width: 660px;
  }
}

@media screen and (min-width: 1600px) {
  .intro .title {
    margin-bottom: 40px;
  }
  .intro .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .header-main__partner {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .intro .title {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .is-menu-open .header-main,
  .is-menu-open .container-outer {
    transform: translateX(calc(-100% + 80px));
  }
  .header-main {
    justify-content: space-between;
  }
  .header-main .type-dropdown {
    display: none;
  }
  .header-main.header--dashboard .header-main__cta {
    display: none;
  }
  .header-main.header--dashboard .type-dropdown {
    display: block;
  }
}

@media (max-width: 400px) {
  .header-main--space-between .btn .inner {
    min-width: 0;
  }
  .header-main--space-between .btn .extra {
    display: none;
  }
}

@media (max-width: 374px) {
  .container--narrow {
    max-width: calc(820px + var(--container-gutter) * 2);
  }
}

@media (max-width: 350px) {
  .intro .content {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: -0.0125em;
    max-width: 220px;
  }
}

@media screen and (max-width: 320px) {
  .intro .title {
    margin-bottom: 20px;
  }
  .intro .title {
    margin-bottom: 20px;
  }
}