/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 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 and Safari.
 */
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;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

blockquote,
pre,
ul,
ol,
dl,
dd,
form,
fieldset,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a:active, a:hover {
  outline: 0;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
}

ul,
ol {
  margin-bottom: 0.8rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: Monaco, Menlo, Consolas, monospace;
}

b, strong {
  line-height: inherit;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

table {
  display: table;
  max-width: 100%;
}

td,
th {
  line-height: 1.6rem;
  vertical-align: middle;
}

th {
  text-align: left;
}

form {
  font-size: 1rem;
}

fieldset {
  border: 0;
  min-width: 0;
}

legend {
  line-height: inherit;
  margin: 0;
}

input, optgroup, select, textarea {
  line-height: inherit;
}

input, select, label {
  vertical-align: middle;
}

input[type=file] {
  display: block;
  width: 100%;
}

textarea {
  height: auto;
  resize: vertical;
}

select:focus, input:focus, textarea:focus {
  outline: 0;
}

.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select[multiple], select[size] {
  height: auto;
}

.select--list:after {
  content: none !important;
}

select::-ms-expand {
  display: none;
}

option {
  color: #262b3a;
  background-color: #fff;
}

input[disabled],
input[readonly],
fieldset[disabled] input {
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}

button {
  line-height: inherit;
  vertical-align: middle;
}

@media screen and (max-width: 50em) {
  input, textarea, select {
    font-size: 16px;
  }
}
embed,
iframe,
object,
img {
  display: inline-block;
  vertical-align: middle;
}

iframe {
  border: 0;
}

img {
  border: 0;
  font-style: italic;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

svg {
  max-height: 100%;
}

.gm-style img {
  max-width: none;
}

html {
  box-sizing: border-box;
  font-family: "Lora", Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 40em) {
  html {
    font-size: 16px;
  }
}

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

body {
  background-color: white !important;
  color: #262b3a;
  line-height: 1.6rem;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: #294ace;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #294ace;
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.is-revealing {
  visibility: hidden;
}

.btn {
  background-image: none;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-family: "Lora", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 0;
  padding: 0.65rem 2.2rem 0.55rem;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-out, background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.btn:hover, .btn:focus {
  outline: 0;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], .btn[readonly], fieldset[disabled] .btn {
  cursor: not-allowed !important;
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 40em) {
  .btn {
    display: block;
    margin-top: 0.8rem;
    width: 100%;
  }
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn--sm {
  font-size: 0.618rem;
  padding: 0.1rem 0.6rem 0;
}

.btn--lg {
  font-size: 1.8rem;
  padding: 0.1rem 0.6rem 0;
}

.btn--default {
  background-color: #294ace;
  border-color: #294ace;
  color: #fff;
}
.btn--default:hover, .btn--default:focus {
  background-color: #213ba3;
  border-color: #213ba3;
}
.btn--default:active {
  background-color: #182b79;
  border-color: #182b79;
}

.btn--secondary,
.btn--secondary:visited {
  background-color: #69f0ae;
  border-color: #69f0ae;
  color: #262b3a;
}
.btn--secondary:hover, .btn--secondary:focus,
.btn--secondary:visited:hover,
.btn--secondary:visited:focus {
  background-color: #3beb95;
  border-color: #3beb95;
}
.btn--secondary:active,
.btn--secondary:visited:active {
  background-color: #16dd7c;
  border-color: #16dd7c;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 90%;
}

.container--lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 90%;
}

img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
}

.hero {
  max-height: 300px;
}

.hero-2 {
  max-height: 400px;
}

.download {
  max-height: 45px;
}

.mentioned {
  max-height: 45px;
}

.illustration--small {
  max-height: 80px;
}

.icon {
  height: 30px;
}

.cta-image {
  max-height: 100px;
}

.form-control {
  background-image: none;
  border: 1px solid #abb2c9;
  border-radius: 7px;
  color: #262b3a;
  display: block;
  font-family: "Lora", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  max-width: 100%;
  padding: 0.65rem 0.8rem 0.55rem;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.label {
  cursor: default;
  display: inline-block;
  max-width: 100%;
}

.legend {
  display: block;
  white-space: normal;
  width: 100%;
}

.form--stacked .input,
.form--stacked .select,
.form--stacked .radio,
.form--stacked .checkbox,
.form--stacked .textarea,
.form--stacked .label {
  display: block;
  width: 100%;
}

.form--inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form--inline .radio,
.form--inline .checkbox {
  display: inline-block;
  vertical-align: middle;
}

.select {
  color: #262b3a;
  display: block;
  position: relative;
}

.select select {
  background-color: #fff;
  border: 1px solid #abb2c9;
  border-radius: 7px;
  color: #262b3a;
  cursor: pointer;
  display: inline-block;
  font-family: "Lora", Verdana, sans-serif;
  line-height: 1.6rem;
  margin: 0;
  outline: 0;
  padding: 0.65rem 0.8rem 0.55rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select > option {
  background-color: #fff;
}

.select:after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 0;
}

::-webkit-input-placeholder {
  color: #7380a4;
  -webkit-font-smoothing: antialiased;
}

::-moz-placeholder {
  color: #7380a4;
  -moz-osx-font-smoothing: grayscale;
}

:-ms-input-placeholder {
  color: #7380a4;
}

.grid-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
@media screen and (max-width: 40em) {
  .grid-row {
    margin: 0 auto;
  }
}

.grid-column {
  flex: 1 0 0%;
  padding: 0 0.8rem;
}
@media screen and (max-width: 40em) {
  .grid-column {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }
}

.grid-row--flex-cells > .grid-column {
  display: flex;
}

.grid-row--top {
  align-items: flex-start;
}

.grid-row--center {
  align-items: center;
}

.grid-row--bottom {
  align-items: flex-end;
}

.column--top {
  align-self: flex-start;
}

.column--center {
  align-self: center;
}

.column--bottom {
  align-self: flex-end;
}

.span-whole, .span-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.span-half, .span-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.span-one-third, .span-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.span-two-thirds, .span-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.span-one-fourth, .span-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.span-two-fourths {
  flex-basis: 50%;
  max-width: 50%;
}

.span-three-fourths, .span-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.span-one-fifth {
  flex-basis: 20%;
  max-width: 20%;
}

.span-two-fifths {
  flex-basis: 40%;
  max-width: 40%;
}

.span-three-fifths {
  flex-basis: 60%;
  max-width: 60%;
}

.span-four-fifths {
  flex-basis: 80%;
  max-width: 80%;
}

.span-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.span-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.span-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.span-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.span-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.span-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-12 {
  margin-left: 100%;
}

.offset-half, .offset-6 {
  margin-left: 50%;
}

.offset-one-third, .offset-4 {
  margin-left: 33.3333333333%;
}

.offset-two-thirds, .offset-8 {
  margin-left: 66.6666666667%;
}

.offset-one-fourth, .offset-3 {
  margin-left: 25%;
}

.offset-two-fourths {
  margin-left: 50%;
}

.offset-three-fourths, .offset-9 {
  margin-left: 75%;
}

.offset-one-fifth {
  margin-left: 20%;
}

.offset-two-fifths {
  margin-left: 40%;
}

.offset-three-fifths {
  margin-left: 60%;
}

.offset-four-fifths {
  margin-left: 80%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.default-links a,
.default-links a:link,
.default-links a:visited,
.link,
.link:link,
.link:visited {
  color: #294ace;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.default-links a:hover,
.default-links a:focus,
.link:hover,
.link:focus {
  color: #213ba3;
}

.default-links a:active,
.link:active {
  background-image: none;
  color: #142464;
  outline: 0;
  transition: color 0.2s ease-out;
}

.link--text {
  border-bottom: 1px solid #294ace;
}

.no-bullets {
  list-style: none;
}

.list--indented {
  padding-left: 2.4rem;
}

.list--inline {
  font-size: 0;
}
.list--inline li {
  display: inline-block;
  font-size: 1rem;
}

@media screen and (max-width: 40em) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
}
h1, .h1 {
  font-size: 2.1rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.3rem;
}

h4, .h4,
p, ul, ol, dl {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.618rem;
}

h6, .h6, small, .small {
  font-size: 0.618rem;
}

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.236rem;
  }
  h2, .h2 {
    font-size: 2.618rem;
  }
  h3, .h3 {
    font-size: 1.618rem;
  }
  h4, .h4,
  p, ul, ol, dl {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 0.618rem;
  }
  h6, .h6, small, .small {
    font-size: 0.618rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", "Source Serif Pro", Georgia, Times, serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.8rem;
  text-rendering: optimizeLegibility;
}

h6 {
  color: #4a5472;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  margin-bottom: 0.8rem;
}

p {
  margin: 0;
}

small,
.small {
  font-weight: normal;
  line-height: 1;
  font-size: 0.8rem;
}

hr {
  border: 0;
  border-top: 1px solid #abb2c9;
  display: block;
  height: 1px;
}

.blockquote {
  border-left: 4px solid #abb2c9;
  font-family: "Lora", Verdana, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  max-width: 100%;
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
}

.blockquote:before, .blockquote:after {
  content: "";
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

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

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

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

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

.line-height--base {
  line-height: 1.6rem;
}

.line-height--heading {
  line-height: 1;
}

.font--heading {
  font-family: "Lora", "Source Serif Pro", Georgia, Times, serif;
}

.font--reading {
  font-family: "Lora", "Source Serif Pro", Georgia, Times, serif;
}

.font--ui {
  font-family: "Lora", Verdana, sans-serif;
}

.border--full {
  border-color: #abb2c9;
  border-style: solid;
  border-width: 1px;
}

.border--top {
  border-top-color: #abb2c9;
  border-top-style: solid;
  border-top-width: 1px;
}

.border--right {
  border-right-color: #abb2c9;
  border-right-style: solid;
  border-right-width: 1px;
}

.border--bottom {
  border-bottom-color: #abb2c9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border--left {
  border-left-color: #abb2c9;
  border-left-style: solid;
  border-left-width: 1px;
}

.border--none {
  border: 0;
}

.rounded {
  border-radius: 7px;
}

.rounded--top {
  border-radius: 7px 7px 0 0;
}

.rounded--right {
  border-radius: 0 7px 7px 0;
}

.rounded--bottom {
  border-radius: 0 0 7px 7px;
}

.rounded--left {
  border-radius: 7px 0 0 7px;
}

.circle {
  border-radius: 50%;
}

.text--white {
  color: #fff;
}

.text--lightest-gray {
  color: #abb2c9;
}

.text--light-gray {
  color: #7380a4;
}

.text--gray {
  color: #4a5472;
}

.text--dark-gray {
  color: #262b3a;
}

.text--darkest-gray {
  color: #020203;
}

.text--primary-color {
  color: #294ace;
}

.text--secondary-color {
  color: #69f0ae;
}

.text--tertiary-color {
  color: #ff5252;
}

.bg--white {
  background-color: #fff;
}

.bg--lightest-gray {
  background-color: #abb2c9;
}

.bg--light-gray {
  background-color: #7380a4;
}

.bg--gray {
  background-color: #4a5472;
}

.bg--dark-gray {
  background-color: #262b3a;
}

.bg--darkest-gray {
  background-color: #020203;
}

.bg--primary-color {
  background-color: #294ace;
}

.bg--secondary-color {
  background-color: #69f0ae;
}

.bg--tertiary-color {
  background-color: #ff5252;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.m1 {
  margin: 0.8rem;
}

.mt1 {
  margin-top: 0.8rem;
}

.mr1 {
  margin-right: 0.8rem;
}

.mb1 {
  margin-bottom: 0.8rem;
}

.ml1 {
  margin-left: 0.8rem;
}

.m2 {
  margin: 2rem;
}

.mt2 {
  margin-top: 2rem;
}

.mr2 {
  margin-right: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.ml2 {
  margin-left: 2rem;
}

.m3 {
  margin: 3.2rem;
}

.mt3 {
  margin-top: 3.2rem;
}

.mr3 {
  margin-right: 3.2rem;
}

.mb3 {
  margin-bottom: 3.2rem;
}

.ml3 {
  margin-left: 3.2rem;
}

.m4 {
  margin: 4.4rem;
}

.mt4 {
  margin-top: 4.4rem;
}

.mr4 {
  margin-right: 4.4rem;
}

.mb4 {
  margin-bottom: 4.4rem;
}

.ml4 {
  margin-left: 4.4rem;
}

.p-mb {
  margin-bottom: 0.8rem;
}

.centered {
  margin-right: auto;
  margin-left: auto;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.p1 {
  padding: 0.8rem;
}

.pt1 {
  padding-top: 0.8rem;
}

.pr1 {
  padding-right: 0.8rem;
}

.pb1 {
  padding-bottom: 0.8rem;
}

.pl1 {
  padding-left: 0.8rem;
}

.p2 {
  padding: 2rem;
}

.pt2 {
  padding-top: 2rem;
}

.pr2 {
  padding-right: 2rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pl2 {
  padding-left: 2rem;
}

.p3 {
  padding: 3.2rem;
}

.pt3 {
  padding-top: 3.2rem;
}

.pr3 {
  padding-right: 3.2rem;
}

.pb3 {
  padding-bottom: 3.2rem;
}

.pl3 {
  padding-left: 3.2rem;
}

.p4 {
  padding: 4.4rem;
}

.pt4 {
  padding-top: 4.4rem;
}

.pr4 {
  padding-right: 4.4rem;
}

.pb4 {
  padding-bottom: 4.4rem;
}

.pl4 {
  padding-left: 4.4rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top--0 {
  top: 0;
}

.right--0 {
  right: 0;
}

.bottom--0 {
  bottom: 0;
}

.left--0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.vertical--top {
  vertical-align: top;
}

.vertical--middle {
  vertical-align: middle;
}

.vertical--bottom {
  vertical-align: bottom;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.overflow--scroll {
  overflow: scroll;
}

.overflow--hidden {
  overflow: hidden;
}

.overflow--visible {
  overflow: visible;
}

.overflow--auto {
  overflow: auto;
}

.show-on-mobile {
  display: none !important;
}

@media screen and (max-width: 40em) {
  .show-on-mobile,
  .block-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .align--center-on-mobile {
    text-align: center !important;
  }
  .no-mr-on-mobile {
    margin-right: 0 !important;
  }
}
.float--left {
  float: left;
}

.float--right {
  float: right;
}

.float--none {
  float: none;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.fit {
  max-width: 100%;
}

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

.nav {
  width: 100%;
  position: relative;
  padding: 16px 48px;
}

.nav .nav-title {
  font-size: 68px;
  padding: 10px 10px 10px 10px;
  font-weight: 700;
  font-family: "Tiro Devanagari Marathi";
}

.d-flex {
  display: flex;
}

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

.flex--align-items-baseline {
  align-items: baseline;
}

.flex--justify-content-center {
  justify-content: center;
}

.flex--justify-content-end {
  justify-content: flex-end;
}

.flex--align-items-start {
  align-items: flex-start;
}

.flex--col {
  flex-direction: column;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  cursor: pointer;
}

.card p,
a {
  text-decoration: none;
  color: inherit;
}

a > .card {
  text-decoration: none;
  color: inherit;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 64px;
  display: flex;
}

.navbar > #nav-check {
  display: none;
}

.navbar > .nav-btn {
  align-items: center;
  height: 100%;
  display: none;
}

.navbar .nav-links {
  flex: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 128px;
  padding-right: 128px;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  background-color: none;
}

.navbar-link {
  color: #262b3a;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:not(:last-child) {
  margin-right: 32px;
}

.navbar-link:hover {
  color: #294ace;
}

.nav-brand {
  display: none;
  align-items: center;
  padding-left: 32px;
  height: 100%;
}

.nav-brand > span {
  margin-left: 8px;
  font-size: 2rem;
  font-weight: 600;
  color: #262b3a;
}

@media screen and (max-width: 40em) {
  .nav-brand {
    padding-left: 16px;
  }
  .navbar > .nav-btn {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .navbar > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .navbar-link:not(:last-child) {
    margin-right: 0px;
  }
  .navbar > .nav-btn > label:hover,
  .navbar #nav-check:checked ~ .nav-btn > label {
    background-color: white;
  }
  .navbar > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #111;
  }
  .navbar > .nav-links {
    position: absolute;
    display: block;
    padding: 4px 16px;
    width: 100%;
    background-color: white;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .navbar > .nav-links > a {
    display: block;
    width: 100%;
    line-height: 48px;
  }
  .navbar > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .navbar > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  body:has(#nav-check:checked) {
    overflow-y: hidden;
  }
  body:has(#nav-check:not(:checked)) {
    overflow-y: auto;
  }
}
.pricing__container {
  --pricing__baseColor: #656c7c;
  --pricing__baseSize: 16px;
  --pricing__baseLineHeight: 1.5;
  --pricing__fontFamily: Inter, sans-serif;
  --pricing__pink: #69f0ae;
  --pricing__pinkLight: #ccf1de;
  --pricing__blue: #294ace;
  --pricing__redTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23EA455F'/%3E%3C/svg%3E%0A");
  --pricing__whiteTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  --pricing__close: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1.414 16.586 0 9 7.586 1.414 0 0 1.414 7.586 9 0 16.586 1.414 18 9 10.414 16.586 18 18 16.586 10.414 9 18 1.414Z' fill='%23B1B8C9'/%3E%3C/svg%3E");
  --pricing__entpIcon: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.813 11.077 21 1.155l17.187 9.922v19.846L21 40.845 3.813 30.923V11.077Z' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='21' cy='21' r='8' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.pricing__container * {
  box-sizing: border-box;
}

.pricing__container {
  color: var(--pricing__baseColor);
  font-family: var(--pricing__fontFamily);
  font-size: var(--pricing__baseSize);
  line-height: var(--pricing__baseLineHeight);
}

.pricing__container {
  margin: 0;
}

.pricing__plans {
  width: 96%;
  max-width: 1128px;
  margin: 0 auto;
}
.pricing__plans__container {
  padding: 1rem 0 2rem;
}

.pricing__plansHero {
  text-align: center;
  padding: 5rem 0 4.5rem;
  line-height: 1.21;
}
.pricing__plansHero__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #000;
}
.pricing__plansHero__subtitle {
  margin: 0;
}

.pricing__planItem {
  --pricing__border: 1px solid #e6e6e6;
  --pricing__bgColor: #fff;
  --pricing__boxShadow: none;
  background-color: var(--pricing__bgColor);
  border: var(--pricing__border);
  border-radius: 1rem;
  box-shadow: var(--pricing__boxShadow);
  padding: 2rem 1.5rem;
  display: inline-flex;
  flex-direction: column;
}
.pricing__planItem__container {
  --pricing__direction: column;
  display: grid;
  grid-auto-flow: var(--pricing__direction);
  grid-auto-columns: 1fr;
  gap: 1.5rem;
}
.pricing__planItem .pricing__price {
  --pricing__priceMargin: 2rem 0;
}
.pricing__planItem--pro {
  --pricing__border: 0;
  --pricing__boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}
.pricing__planItem--pro .pricing__label {
  --pricing__labelBg: #fdb72e;
  --pricing__labelColor: #fff;
}
.pricing__planItem--entp {
  --pricing__bgColor: var(--pricing__blue);
}
.pricing__planItem--entp .pricing__card {
  --pricing__titleColor: #fff;
  --pricing__descColor: rgb(255 255 255 / 80%);
}
.pricing__planItem--entp .pricing__card__icon {
  background-image: var(--pricing__entpIcon);
  background-size: cover;
}
.pricing__planItem--entp .pricing__price,
.pricing__planItem--entp .pricing__featureList {
  --pricing__color: #fff;
}
.pricing__planItem--entp .pricing__featureList {
  --pricing__icon: var(--pricing__whiteTick);
}
.pricing__planItem .pricing__button {
  margin-top: auto;
}

.pricing__button {
  --pricing__bgColor: var(--pricing__pinkLight);
  --pricing__color: var(--pricing__pink);
  --pricing__shadowColor: rgba(7, 36, 15, 0.3);
  --pricing__outline: var(--pricing__pink);
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--pricing__bgColor);
  color: #000;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pricing__button--pink {
  --pricing__bgColor: var(--pricing__pink);
  --pricing__shadowColor: rgba(2, 16, 3, 0.5);
}
.pricing__button--white {
  --pricing__bgColor: #000;
  --pricing__shadowColor: rgb(255 255 255 / 30%);
  --pricing__outline: #fff;
}
.pricing__button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 10px var(--pricing__shadowColor);
}
.pricing__button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--pricing__outline);
}

.pricing__card {
  --pricing__titleColor: #000;
  --pricing__descColor: var(--pricing__baseColor);
}
.pricing__card__header {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.pricing__card__icon {
  width: 2.625rem;
  height: 2.625rem;
}
.pricing__card h2 {
  color: var(--pricing__titleColor);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
}
.pricing__card__desc {
  margin: 1.5rem 0 0;
  color: var(--pricing__descColor);
}

.pricing__label {
  --pricing__labelColor: var(--pricing__baseColor);
  --pricing__labelBg: #e5e5e5;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1rem;
  text-align: center;
  padding: 0.625rem 1.125rem;
  border-radius: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: var(--pricing__labelBg);
  color: var(--pricing__labelColor);
}

.pricing__price {
  --pricing__color: #000;
  --pricing__priceMargin: 0;
  display: flex;
  color: var(--pricing__color);
  align-items: center;
  gap: 0.5625rem;
  font-weight: 600;
  font-size: 2rem;
  margin: var(--pricing__priceMargin);
}
.pricing__price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--pricing__baseColor);
}

.pricing__featureList {
  --pricing__color: #000;
  --pricing__icon: var(--pricing__redTick);
  --pricing__height: 0.875rem;
  margin: 0 0 2.75rem;
  padding: 0;
  font-weight: 500;
}
.pricing__featureList li {
  color: var(--pricing__color);
  margin-bottom: 1rem;
  display: flex;
  align-items: start;
  gap: 1rem;
}
.pricing__featureList li:before {
  content: "";
  margin-top: 6px;
  background-image: var(--pricing__icon);
  background-size: cover;
  display: block;
  width: 1.125rem;
  height: var(--pricing__height);
}
.pricing__featureList li:last-child {
  margin-bottom: 0;
}
.pricing__featureList li.pricing__disabled {
  --pricing__color: #b1b8c9;
  --pricing__height: 1.125rem;
  --pricing__icon: var(--pricing__close);
}

.pricing__symbol {
  --pricing__big: 2.625rem;
  --pricing__small: 1.5rem;
  --pricing__radius: 0.25rem;
  border: 2px solid var(--pricing__blue);
  width: var(--pricing__big);
  height: var(--pricing__big);
  border-radius: var(--pricing__radius);
  position: relative;
}
.pricing__symbol--rounded {
  --pricing__radius: 2rem;
}
.pricing__symbol:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid var(--pricing__pink);
  width: var(--pricing__small);
  height: var(--pricing__small);
  border-radius: var(--pricing__radius);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .pricing__plans {
    max-width: 480px;
    width: 90%;
  }
  .pricing__planItem__container {
    --pricing__direction: row;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .pricing__container {
    --pricing__baseSize: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .pricing__container {
    --pricing__baseSize: 14px;
  }
}
.pricing__subItem {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #b1b8c9;
}

.pricing__subItem p {
  font-size: 0.875rem;
}

.img--rounded {
  border-radius: 50%;
}

.img--blend-in {
  mix-blend-mode: multiply;
}

.anchor--no-decoration {
  text-decoration: none;
  color: #020203;
}

.logo {
  width: 48px;
  height: 48px;
}

.wait-list-email-input {
  margin-right: -4px;
  width: 300px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media screen and (max-width: 40em) {
  .wait-list-email-input {
    width: 200px;
  }
}
.wait-list-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.66rem 1.5rem;
}

@media screen and (max-width: 40em) {
  .wait-list-btn {
    padding: 0.66rem 0.3rem;
  }
}
@media screen and (min-width: 50em) {
  .half-width-desktop {
    width: 50%;
  }
}
.hidden {
  display: none;
}

.text--error {
  color: red;
}

.tools-card {
  width: 200px;
  font-weight: 600;
  min-height: 300px;
}

.tools-card p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tools-card .tools-illustration {
  border-radius: 8px;
  min-width: 160px;
  min-height: 160px;
}

.tools-card .tools-illustration svg {
  width: 48px;
  height: 48px;
}

.illustration-color-1 {
  fill: white;
  background-color: #d3b4ed;
}

.illustration-color-2 {
  fill: white;
  background-color: #e05417;
}

.illustration-color-3 {
  fill: white;
  background-color: #aec0f5;
}

.illustration-color-4 {
  fill: white;
  background-color: #92e3a9;
}

.illustration-color-5 {
  fill: white;
  background-color: #f1bc00;
}

.tool {
  margin: 12px;
}

.tool-coming-soon-text {
  font-size: 0.8rem;
  color: #7380a4;
}

@media screen and (min-width: 768px) {
  .tool-row {
    width: 768px;
  }
}
@media screen and (max-width: 425px) {
  .tool-row .grid-column {
    width: 150px;
    flex: none;
  }
  .tools-card .tools-illustration {
    min-width: 80px;
    min-height: 80px;
  }
  .tools-card {
    width: 150px;
    min-height: 200px;
  }
  .tools-card .tools-illustration svg {
    width: 32px;
    height: 32px;
  }
}
.contact-us-table td {
  padding-right: 16px;
  text-align: start;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

.jump-to-table td {
  text-align: start;
}

@media screen and (max-width: 320px) {
  .table-container {
    padding-left: 48px;
    justify-content: start;
  }
}
@media screen and (max-width: 425px) {
  .table-container {
    padding-left: 64px;
    justify-content: start;
  }
}
.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-container .or {
  margin-left: 8px;
}

@media screen and (max-width: 425px) {
  .cta-container {
    flex-direction: column;
    align-items: inherit;
  }
  .cta-container .or {
    margin-left: 0;
    margin-top: 8px;
  }
}
.play-icon {
  width: 180px;
}

@media screen and (max-width: 425px) {
  .play-icon {
    width: 240px;
  }
}