.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  background-color: #0f2c41;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  color: #aec0cf;
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h6 {
  color: #6f839c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

p {
  color: #dce3f0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #dce3f0;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  color: #dce3f0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #aec0cf;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  color: #dce3f0;
  border-left: 5px solid #245fff;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  padding-top: 120px;
  overflow: hidden;
}

.section.blue {
  color: #fff;
  background-color: #245fff;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.blue-gradient {
  background-image: linear-gradient(#245fff, #0f2c41 77%);
}

.section.half-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.button {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  background-color: #245fff;
  border: 2px solid #245fff;
  border-radius: 50px;
  flex: none;
  margin-bottom: 16px;
  padding: 9px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button:hover {
  background-color: #0b42d5;
  border-color: #0b42d5;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button:active {
  background-color: #0736b3;
  border-color: #0736b3;
}

.button.secondary {
  box-shadow: none;
  color: #fff;
  background-color: #0736b3;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

.button.secondary:hover {
  color: #fff;
  background-color: #0b42d5;
}

.button.secondary:active {
  color: #fff;
  background-color: #245fff;
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline-blue {
  max-width: 300px;
  box-shadow: none;
  color: #245fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #245fff;
  margin-left: 0;
  margin-right: 0;
}

.button.outline-blue:hover {
  color: #fff;
  background-color: #245fff;
}

.button.outline-blue:active {
  background-color: #0b42d5;
  border-color: #0b42d5;
}

.button.grey {
  box-shadow: none;
  background-color: #a5afb8;
  border-color: #a5afb8;
}

.button.grey:hover {
  color: #fff;
  background-color: #939da8;
  border-color: #939da8;
}

.button.disabled {
  opacity: .5;
}

.button.disabled:hover {
  color: #f4f8fa;
  background-color: #245fff;
  border-color: #245fff;
}

.button.white {
  color: #245fff;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
}

.button.outline-white {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.button.outline-white:hover {
  color: #245fff;
  background-color: #fff;
}

.button.outline-white:active {
  background-color: #159418;
  border-color: #159418;
}

.spacer {
  height: 48px;
  background-color: #6f839c;
  display: block;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._64.visible {
  width: 100%;
  background-color: #6b9fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._32.visible {
  width: 100%;
  background-color: #6b9fff;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._24.visible {
  width: 100%;
  background-color: #6b9fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._48.visible {
  width: 100%;
  background-color: #6b9fff;
  margin-bottom: 20px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._128.visible {
  width: 100%;
  background-color: #6b9fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._80.visible {
  width: 100%;
  background-color: #6b9fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._96.visible {
  width: 100%;
  background-color: #6b9fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.spacer._96 {
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16.visible {
  width: 100%;
  background-color: #6b9fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-box {
  max-width: 800px;
  position: relative;
}

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

.text-box._600px {
  max-width: 600px;
}

.paragraph-small {
  color: #aec0cf;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-small.white {
  font-weight: 400;
}

._12-columns {
  min-width: 100%;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-center {
  text-align: center;
  justify-content: center;
}

._12-columns.align-stretch {
  align-items: stretch;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.container.center-align {
  text-align: center;
  align-items: center;
  display: flex;
}

.color-block {
  width: 100%;
  height: 100px;
  background-color: #0f2c41;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.light-green {
  background-color: #4c7cff;
  border-style: none;
}

.color-block.green {
  background-color: #245fff;
}

.color-block.grey {
  background-color: #385074;
}

.color-block.light-grey {
  background-color: #6f839c;
}

.color-block.hard-blue {
  background-color: #0736b3;
}

.color-block.dark-green {
  background-color: #0b42d5;
}

.color-block.dark-grey {
  background-color: #223a5a;
}

.color-block.soft-green {
  background-color: #6b9fff;
}

.color-block.soft-grey {
  background-color: #aec0cf;
}

.color-block.silver {
  background-color: #dce3f0;
}

.color-block.pale-blue {
  background-color: #b2cdff;
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  color: #e4fce4;
  background-color: #6b9fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
  flex: 0 auto;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 40px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #ced5db;
  margin-bottom: 40px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  height: 72px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-links-container {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.footer {
  z-index: 0;
  position: relative;
}

.icon {
  width: 55px;
  height: 55px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.icon.tab {
  width: 35px;
  height: 35px;
  margin-bottom: 16px;
  margin-right: 20px;
}

.logos-div {
  width: 100%;
  max-width: 1230px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.banner-section {
  background-color: #385074;
  background-image: linear-gradient(172deg, #245fff 17%, #0f2c41);
  padding-left: 50px;
  padding-right: 50px;
}

.banner-container {
  max-width: 1080px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.banner-text {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-text.w--current {
  color: #fff;
}

.header-large {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  line-height: 1.15em;
}

.tab-text-boxes {
  height: 80px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  padding: 22px 25px 9px;
  font-style: normal;
  transition: all .2s;
  overflow: hidden;
}

.tab-text-boxes:hover {
  background-color: #223a5a;
}

.tab-text-boxes.w--current {
  height: auto;
  background-color: #223a5a;
  border-left-color: #245fff;
}

.tabs-text-boxes {
  width: 41.6667%;
  flex: none;
  padding-left: 18px;
  padding-right: 18px;
}

.tabs-images {
  width: 58.3333%;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
}

.horizontal-tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
}

.nav-dropdown {
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 30px 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .15s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.dropdown-icon {
  margin-right: 12px;
}

.dropdown-list {
  background-color: #4b4141;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #0f2c41;
  border: 1px solid #385074;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .05);
}

.partner-logo {
  max-height: 75px;
  max-width: 170px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.simple-input {
  width: 260px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  margin-bottom: 16px;
  margin-left: -3px;
  margin-right: -40px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .02);
}

.simple-input.no-margin {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.simple-input.no-margin::-ms-input-placeholder {
  color: #aec0cf;
}

.simple-input.no-margin::placeholder {
  color: #aec0cf;
}

.pricing-card {
  height: 100%;
  text-align: left;
  border: 2px solid #385074;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-card.blue {
  border-color: #245fff;
}

.pricing-card.dark-blue {
  color: #fff;
  border-color: #0736b3;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-image {
  margin-bottom: 16px;
}

.regular {
  font-weight: 400;
}

.ds-menu-brand {
  width: 140px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  color: #6f839c;
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  background-color: #223a5a;
}

.ds-menu-link.w--current {
  color: #fff;
  background-color: #223a5a;
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  width: 240px;
  color: #fff;
  background-color: #0f2c41;
  border-right: 1px solid #385074;
  padding-top: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  border-color: #f4f8fa;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  background-color: #fff;
  border-width: 6px;
  border-color: #245fff;
}

.form {
  margin-bottom: 8px;
}

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

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.ds-grid-icon {
  margin-top: 24px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  border-color: #aec0cf;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #245fff;
  background-position: 50%;
  background-size: 16px;
  border-color: #245fff;
}

.ds-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  color: #fff;
  background-color: #007e3f;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
}

.ds-section {
  z-index: 0;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.grey {
  background-color: #223a5a;
}

.ds-title {
  color: #fff;
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-input {
  height: 48px;
  border: 1px solid #dde2e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-input:focus {
  border-color: #245fff;
}

.text-input::-ms-input-placeholder {
  color: #aec0cf;
}

.text-input::placeholder {
  color: #aec0cf;
}

.text-input.form {
  min-height: 120px;
}

.card {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 32px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(105, 115, 124, .1);
}

.card:hover {
  transform: translate(0, -3px);
}

.card-thumbnail {
  border-radius: 6px;
}

.card-text-container {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 40px;
}

.medium-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.card-tag {
  color: #245fff;
  text-align: center;
  letter-spacing: .4px;
  background-color: #b2cdff;
  border-radius: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.hero-screenshot {
  width: 160%;
  max-width: none;
  border-radius: 6px;
  margin-bottom: 24px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.feature-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.icon-side.small {
  width: 32px;
  margin-right: 20px;
}

.text-area {
  min-height: 120px;
  border: 1px solid #dde2e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-area::-ms-input-placeholder {
  color: #aec0cf;
}

.text-area::placeholder {
  color: #aec0cf;
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  width: 140px;
  opacity: .5;
  color: #aec0cf;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #6f839c;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #f4f8fa;
  border-bottom-color: #dce3f0;
}

.tab-link.w--current {
  opacity: 1;
  color: #245fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #245fff;
  font-weight: 700;
}

.question {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.answer {
  display: block;
  overflow: hidden;
}

.question-container {
  width: 100%;
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #385074;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-arrow-icon {
  margin-top: 8px;
  margin-right: 16px;
}

.ds-description {
  max-width: 400px;
  color: #dce3f0;
}

.tab-header {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.questions {
  width: 100%;
}

.tick-list li {
  background-image: url('../images/Blue-Tick.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
}

.tick-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.pricing-grid-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #385074;
  grid-template: "."
  / 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  display: grid;
}

.pricing-grid-row.top {
  border-top-style: none;
}

.pricing-grid {
  margin-left: auto;
  margin-right: auto;
}

.plan-header {
  height: 100%;
  border-bottom: 3px solid #385074;
  border-right: 1px solid #385074;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.plan-header.green {
  border-bottom-color: #245fff;
}

.plan-header.last {
  border-right-style: none;
}

.small-button {
  text-align: center;
  background-color: #245fff;
  border-radius: 5px;
  flex: none;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 16px;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.small-button:hover {
  background-color: #0b42d5;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.small-button:active {
  background-color: #0736b3;
}

.small-button.secondary {
  box-shadow: none;
  color: #245fff;
  background-color: #b2cdff;
  margin-right: 0;
}

.small-button.secondary:hover {
  color: #0b42d5;
  background-color: #6b9fff;
}

.small-button.secondary:active {
  color: #fff;
  background-color: #245fff;
}

.small-button.no-margin {
  margin-right: 0;
}

.pricing-grid-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-grid-tick {
  width: 18px;
  margin-top: 5px;
}

.pricing-grid-tick.hidden {
  opacity: 0;
}

.cta-box {
  background-color: #245fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 52px;
  display: flex;
}

.nav-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.center-image {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-name {
  max-width: 360px;
  color: #aec0cf;
  letter-spacing: .3px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #223a5a;
}

.dropdown-link.w--current {
  color: #fff;
}

.card-title {
  color: #fff;
  display: block;
}

.card-title:hover {
  color: #dce3f0;
}

.card-summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.logo {
  margin-bottom: -3px;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.filled {
  color: #245fff;
  background-color: #fff;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  box-shadow: 0 1px 38px rgba(0, 0, 0, .03);
}

.nav-link.filled:hover {
  background-color: #b2cdff;
}

.nav-link.filled:active {
  background-color: #6b9fff;
}

.form-dropdown {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #dde2e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.dropdown-code {
  display: block;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.ebook-div {
  align-items: center;
  display: flex;
}

.ebook-text-div {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 25px;
}

.large-paragraph {
  font-size: 22px;
}

.above-title {
  color: #245fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-image-header {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-container {
  max-width: 760px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.banner-link {
  color: #b2cdff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover, .banner-link.w--current {
  color: #fff;
}

.footer-header {
  color: #6f839c;
}

.center-card-container {
  justify-content: center;
  align-items: center;
  padding: 20px 20px 80px;
  display: flex;
}

.center-card {
  max-width: 400px;
  background-color: #223a5a;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
}

.sign-up-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.absolute-image {
  position: absolute;
  top: 0;
  left: 0;
}

.absolute-image.full-width {
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
}

.sort-button {
  color: #fff;
  padding: 10px 16px;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.sort-button:hover {
  background-color: #385074;
}

.sort-button:active {
  border: 0 #000;
}

.sort-button:focus {
  background-color: #e4eaee;
  border-style: none;
  border-width: 0;
}

.top-block {
  height: 8px;
  background-color: #385074;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-block.blue {
  background-color: #245fff;
}

.top-block.dark-blue {
  background-color: #0736b3;
}

.stat-number {
  color: #245fff;
  margin-bottom: 12px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4em;
}

.quote-card {
  height: 100%;
  text-align: left;
  border: 2px solid #385074;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.testimonial-user-text {
  margin-top: 16px;
  margin-left: 16px;
  display: block;
}

.testimonial-user {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.blog-card {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 32px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.blog-card:hover {
  transform: translate(0, -3px);
}

.quote-header {
  font-size: 44px;
  line-height: 1.3em;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  max-width: 320px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blue-link {
  color: #4c7cff;
}

.blue-link:hover {
  color: #6b9fff;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #385074;
}

.feature-title {
  color: #aec0cf;
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5em;
}

.form-error {
  background-color: #b3070a;
  border-radius: 4px;
  padding: 12px;
}

.features-wrap {
  flex-wrap: wrap;
  display: flex;
}

.list {
  list-style-type: decimal;
}

.icons-box {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.field-label {
  margin-left: 6px;
}

@media screen and (min-width: 1280px) {
  .banner-container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-top: 80px;
  }

  .button {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
  }

  .button.secondary {
    height: 48px;
    font-size: 18px;
    line-height: 1.4;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._12-columns.tablet-center {
    text-align: center;
    justify-content: center;
  }

  ._12-columns.tablet-swap {
    flex-direction: column-reverse;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column.desk-6.tab-8 {
    width: 66.6667%;
  }

  .column.desk-6.tab-12 {
    width: 100%;
  }

  .column.desk-6.tab-7 {
    width: 58.3333%;
  }

  .column.desk-5 {
    width: 50%;
  }

  .column.desk-5.tab-4 {
    width: 33.3333%;
  }

  .column.desk-5.tab-12 {
    width: 100%;
  }

  .column.desk-5.tab-10 {
    width: 83.3333%;
  }

  .column.desk-1.tab-0 {
    display: none;
  }

  .column.desk-4 {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .column.desk-3.tab-2 {
    width: 16.6667%;
  }

  .column.desk-2.tab-4 {
    width: 33.3333%;
  }

  .column.desk-2.tab-0 {
    display: none;
  }

  .column.desk-8.tab-10 {
    width: 83.3333%;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .menu-button {
    color: #2e323c;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .logos-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .tab-text-boxes, .tabs-text-boxes {
    width: 100%;
  }

  .tabs-images {
    width: 100%;
    height: auto;
    max-height: none;
    align-items: center;
  }

  .horizontal-tabs {
    flex-direction: column;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    padding-right: 15px;
    display: block;
  }

  .dropdown-icon {
    display: none;
  }

  .logo-container {
    width: 33.3333%;
    justify-content: center;
    display: flex;
  }

  .partner-logo {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .email-form {
    justify-content: center;
  }

  .pricing-card {
    margin-bottom: 30px;
  }

  .ds-menu-brand {
    margin-bottom: 20px;
  }

  .ds-menu {
    z-index: 10;
    background-color: #fff;
    display: block;
    position: absolute;
  }

  .ds-nav {
    width: 100%;
    padding-top: 20px;
    position: relative;
  }

  .form {
    align-self: center;
  }

  .ds-content {
    margin-left: 0;
  }

  .hero-screenshot {
    width: 100%;
  }

  .feature-horizontal {
    width: 50%;
    margin-bottom: 20px;
  }

  .pricing-grid-row {
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  .pricing-feature-name {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .small-button {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-name {
    max-width: 450px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .horizontal-features {
    flex-wrap: wrap;
    display: flex;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote-card {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero {
    padding-top: 60px;
  }

  .section.mobile-hidden {
    display: none;
  }

  .button {
    width: 100%;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

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

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  ._12-columns.tablet-center.mob-swap {
    flex-direction: column-reverse;
  }

  .column.desk-6, .column.desk-6.tab-8.mob-12, .column.desk-6.tab-7, .column.desk-5 {
    width: 100%;
  }

  .column.desk-5.tab-6.mob-8 {
    width: 66.6667%;
  }

  .column.desk-5.tab-4, .column.desk-5.tab-10.mob-12 {
    width: 100%;
  }

  .column.desk-1.tab-1.mob-0 {
    display: none;
  }

  .column.desk-1.tab-1.mob-6 {
    width: 50%;
  }

  .column.desk-4, .column.desk-9.mob-12 {
    width: 100%;
  }

  .column.desk-3.tab-2.mob-0 {
    display: none;
  }

  .column.desk-2.tab-4.mob-6 {
    width: 50%;
  }

  .column.desk-8.tab-10.mob-12 {
    width: 100%;
  }

  .nav-content {
    height: 100vh;
    background-color: #0f2c41;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -5px;
    padding: 16px;
  }

  .nav-bar {
    height: 60px;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    display: flex;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logos-div {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-section {
    display: none;
  }

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

  .header-large {
    font-size: 42px;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .dropdown-icon {
    display: block;
  }

  .dropdown-list {
    color: #fff;
    background-color: #223a5a;
    border-radius: 8px;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    text-align: center;
    border-style: none;
    position: relative;
  }

  .logo-container {
    width: 50%;
  }

  .partner-logo {
    flex: 0 auto;
  }

  .email-form {
    flex-direction: column;
    align-items: center;
  }

  .simple-input {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-card {
    padding: 40px;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

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

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    background-color: #fff;
    margin-top: 60px;
    padding: 16px 24px 24px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
    border-bottom-width: 0;
    border-radius: 10px;
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #245fff;
  }

  .cta-box {
    padding: 40px;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-name {
    max-width: 350px;
    font-size: 20px;
    line-height: 28px;
  }

  .dropdown-link {
    color: #fff;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .field-block {
    min-height: auto;
  }

  .dropdown {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .ebook-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .ebook-text-div {
    padding-left: 0;
  }

  .blog-image-header {
    height: 200px;
  }

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

  .sign-up-form {
    flex-direction: column;
  }

  .sort-button {
    margin: 4px;
    padding: 10px 16px;
  }

  .quote-card {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6 {
    width: 100%;
    align-items: flex-start;
  }

  .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .column.desk-3.tab-3.mob-6 {
    width: 50%;
  }

  .menu-button {
    flex: 0 auto;
    margin-right: -12px;
  }

  .nav-bar {
    position: relative;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner {
    justify-content: space-between;
  }

  .banner-text {
    width: 100%;
    flex: 0 auto;
  }

  .tabs-text-boxes {
    max-width: 100%;
    text-align: center;
  }

  .partner-logo {
    max-height: 65px;
    max-width: 160px;
  }

  .simple-input {
    width: 100%;
  }

  .pricing-card {
    padding: 35px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-input {
    width: 100%;
  }

  .contact-form-container {
    padding: 0;
  }

  .feature-horizontal, .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .pricing-grid-row {
    grid-column-gap: 0px;
  }

  .nav-container, .dropdown, .blog-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-link {
    width: 100%;
    flex: 0 auto;
  }

  .center-card-container {
    background-color: #223a5a;
    align-items: flex-start;
    padding-top: 80px;
    display: block;
  }

  .center-card {
    box-shadow: none;
    padding: 0;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sort-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-card {
    padding: 35px;
  }
}


