.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 500;
}

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

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

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #99a4af;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  color: red;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e34768;
  text-decoration: none;
}

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

li {
  margin-bottom: 8px;
  opacity: 0.9;
  line-height: 1.4em;
}

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

label {
  display: block;
  margin-bottom: 6px;
  color: #626a72;
  font-size: 15px;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
  letter-spacing: -0.5px;
}

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

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

.section {
  position: relative;
  z-index: 0;
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #f7f9fa;
}

.section.light-grey {
  position: relative;
  padding-top: 140px;
  background-color: #f7f9fa;
}

.section.small {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.small.overflow-none {
  overflow: hidden;
}

.section.hero-blue {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #31323d;
  color: #fff;
}

.section.light-blue {
  background-color: #79a4ff;
}

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

.section.grey {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #f7f9fa;
}

.section.lime {
  background-color: #dbfa6b;
}

.section.light-grey {
  position: relative;
  background-color: #f7f9fa;
}

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

.section.white {
  padding-top: 140px;
}

.button {
  display: block;
  width: 42%;
  margin: 0px 0px 16px;
  padding: 10px 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #e34768;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #d54161;
  color: #fff;
}

.button:active {
  background-color: #d54161;
  box-shadow: 0 0 0 0 rgba(32, 32, 32, 0);
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

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

.button.grey {
  background-color: #f2f5f7;
  box-shadow: none;
  color: #626a72;
}

.button.grey:hover {
  background-color: #c2cdd8;
  color: #1f1f1f;
}

.button.grey:active {
  background-color: #99a4af;
  color: #33383f;
}

.button.disabled {
  background-color: #f2f5f7;
  box-shadow: none;
  opacity: 0.7;
  color: #c2cdd8;
}

.button.disabled:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e34768;
  color: #e34768;
}

.button.outline:hover {
  background-color: #e6f2ff;
}

.button.outline:active {
  background-color: #e34768;
  box-shadow: inset 0 0 0 2px #e34768;
  color: #fff;
}

.button.white {
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: #1f1f1f;
}

.button.white:hover {
  opacity: 0.9;
}

.button.bg {
  width: 52%;
  background-color: #738194;
}

.button.bg:hover {
  opacity: 0.7;
}

.button.btncta.borderbtn {
  width: 66%;
  border-style: solid;
  border-width: 1px;
  border-color: #e34768;
  background-color: transparent;
  color: #e34768;
}

.button.btncta.borderbtn:hover {
  background-color: #e34768;
  color: #fff;
}

.button.modalstatusclose {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.spacer {
  height: 48px;
  background-color: #eaeef1;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
  text-transform: uppercase;
}

.spacer._48 {
  width: 48px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: transparent;
}

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

.spacer._32 {
  height: 32px;
  background-color: transparent;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.text-box {
  max-width: 650px;
}

.text-box.center-align {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._400px {
  max-width: 400px;
}

.text-box._500px {
  max-width: 500px;
}

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

.text-box._750px {
  max-width: 750px;
}

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

.text-box.center-align {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.text-box._450px {
  max-width: 450px;
}

.paragraph-small {
  color: #626a72;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

._12-columns.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #1f1f1f;
}

.color-block.blue {
  background-color: #e34768;
}

.color-block.grey {
  background-color: #626a72;
}

.color-block.light-grey {
  background-color: #99a4af;
}

.color-block.hard-blue {
  background-color: #1248bb;
}

.color-block.dark-grey {
  background-color: #33383f;
}

.color-block.back-grey {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeef1;
  background-color: #f2f5f7;
}

.color-block.soft-blue {
  background-color: #79a4ff;
}

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

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

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeef1;
  background-color: #fff;
}

.color-block.lime {
  background-color: #dbfa6b;
}

.color-block.dark-blue {
  background-color: #1b5ce5;
}

.white {
  color: #fff;
}

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

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

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

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

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

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

.column.desk-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

.rich-text h3 {
  margin-top: 24px;
}

.rich-text p {
  margin-bottom: 24px;
  line-height: 1.8em;
}

.rich-text h4 {
  margin-top: 32px;
}

.rich-text h2 {
  margin-top: 32px;
}

.nav-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-cta-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-div {
  display: block;
  margin-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-logo:hover {
  opacity: 0.75;
}

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

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #4e545c;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 0.7;
  color: #4e545c;
}

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

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  position: relative;
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 32px;
}

.icon {
  width: 40px;
  margin-bottom: 16px;
  opacity: 0.9;
  color: #fff;
  font-size: 24px;
}

.icon.tab {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 8px;
}

.banner-section {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f7f9fa;
  color: #4e545c;
}

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

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.tab-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 64px;
  margin-bottom: -1px;
  padding: 16px 0px 8px;
  border-top: 1px none #c2cdd8;
  border-bottom: 1px none #c2cdd8;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition-property: all;
  transition-property: all;
  color: rgba(51, 56, 63, 0.49);
  font-style: normal;
  text-align: left;
}

.tab-text-box:hover {
  color: #33383f;
}

.tab-text-box.w--current {
  height: auto;
  background-color: transparent;
  color: #1f1f1f;
}

.tabs-text-boxes {
  width: 41.66666666666667%;
}

.tabs-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.333333333333336%;
  height: 400px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.horizontal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-dropdown {
  position: relative;
  margin-right: 2px;
  margin-left: 6px;
  padding: 5px 22px 5px 8px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #33383f;
  line-height: 26px;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #e34768;
}

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

.dropdown-list.w--open {
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeef1;
  border-radius: 0px;
  background-color: #fff;
}

.paragraph {
  margin-bottom: 44px;
  color: #4e545c;
  line-height: 150%;
}

.paragraph.small {
  margin-top: 5px;
  margin-bottom: 10px;
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  margin-bottom: 20px;
  font-size: 18px;
}

.paragraph.medium.no-margin {
  margin-bottom: 0px;
}

.paragraph.l {
  font-size: 19px;
  line-height: 1.4em;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4e545c;
  font-size: 60px;
  line-height: 50%;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

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

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  border-left: 4px solid transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #f2f5f7;
}

.ds-menu-link:hover {
  color: #1b5ce5;
}

.ds-menu-link.w--current {
  padding-right: 0px;
  background-color: #1b5ce5;
  color: #f2f5f7;
  font-weight: 500;
}

.ds-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: auto;
  width: 240px;
  padding-top: 40px;
  background-color: #e34768;
}

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

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

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

.form-error {
  padding: 16px;
  font-size: 14px;
}

.form-wrapper {
  margin-bottom: 8px;
}

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

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

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

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

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

.ds-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-success {
  padding: 16px 24px;
  background-color: #f2f5f7;
  color: #33383f;
  font-size: 16px;
  line-height: 1.4em;
}

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

.ds-section.header {
  background-color: #f2f5f7;
  color: #1f1f1f;
}

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

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

.text-input {
  margin-bottom: 20px;
  padding: 21px 16px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f2f5f7;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:hover {
  border-color: #c2cdd8;
}

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

.text-input::-webkit-input-placeholder {
  color: #c2cdd8;
}

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

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

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

.text-input.no-margin {
  margin-bottom: 0px;
}

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

.card {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #1f1f1f;
  text-align: left;
}

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

.card-thumbnail {
  width: 100%;
  height: 18vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 12px;
  background-color: #dbfa6b;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.feature-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-horizontal.no-margin {
  margin-bottom: 0px;
}

.side-icon {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 8px;
}

.text-area {
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f2f5f7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 15px;
}

.text-area:hover {
  border-color: #c2cdd8;
}

.text-area:focus {
  border-color: #e34768;
}

.text-area::-webkit-input-placeholder {
  color: #c2cdd8;
}

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

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

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #eaeef1;
  background-color: transparent;
  opacity: 0.5;
  color: #626a72;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  border-bottom-color: #c2cdd8;
  color: #626a72;
}

.tab-link.w--current {
  border-bottom-color: #e34768;
  background-color: transparent;
  opacity: 1;
  color: #e34768;
  font-weight: 500;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answer {
  display: block;
  overflow: hidden;
  max-width: 650px;
}

.question-arrow-icon {
  width: 16px;
  margin-top: 11px;
  margin-right: 0px;
  margin-left: 24px;
}

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

.tick-list li {
  margin-bottom: 12px;
  padding-left: 26px;
  background-image: url('../images/arrow-list.svg');
  background-position: 0px 4px;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #4e545c;
  line-height: 1.2em;
}

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

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

.small-button {
  margin-bottom: 16px;
  padding: 5px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e34768;
  -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.small-button:hover {
  background-color: #1248bb;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.small-button:active {
  background-color: #41a319;
}

.small-button.light {
  margin-right: 0px;
  background-color: #f2f5f7;
  box-shadow: inset 0 0 0 1px #eaeef1;
  color: #626a72;
}

.small-button.light:hover {
  background-color: #c2cdd8;
}

.small-button.light:active {
  background-color: #1b5ce5;
  color: #fff;
}

.small-button.light.no-margin:hover {
  background-color: #eaeef1;
}

.small-button.light.no-margin:active {
  background-color: #c2cdd8;
  color: #33383f;
}

.small-button.outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d6e7ff;
  color: #e34768;
}

.small-button.outline:hover {
  background-color: #1b5ce5;
  box-shadow: inset 0 0 0 2px #1b5ce5;
  color: #fff;
}

.small-button.outline:active {
  background-color: #1248bb;
  box-shadow: inset 0 0 0 2px #1248bb;
}

.small-button.no-margin {
  margin-bottom: 0px;
}

.cta-box {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 64px 64px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e34768;
  color: #fff;
}

.nav-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.logo {
  display: block;
}

.nav-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 6px 8px;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #31323d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link:hover {
  color: #4e545c;
}

.nav-link:active {
  color: #1b5ce5;
}

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

.nav-link.primary {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #e34768;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.nav-link.primary:hover {
  background-color: #1b5ce5;
}

.nav-link.primary:active {
  background-color: #1248bb;
  box-shadow: 0 0 0 0 #eaeef1;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f2f5f7;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #99a4af;
  font-size: 15px;
}

.form-dropdown:hover {
  border-color: #c2cdd8;
}

.form-dropdown:focus {
  border-color: #e34768;
  color: #33383f;
}

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

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

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

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

.field-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
}

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

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

.banner-link:hover {
  color: #b6d1ff;
}

.footer-header {
  color: #4e545c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.center-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeef1;
  background-color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-container {
  display: block;
  width: 100%;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ds-colour-block {
  display: inline-block;
  width: 12.5%;
  padding-right: 16px;
}

.ds-colour-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ds-module {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  background-color: #eaeef1;
}

._1-2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  display: block;
  font-weight: 500;
}

.heading.h2 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.2em;
}

.heading.h2.no-margin {
  margin-bottom: 0px;
}

.heading.h3 {
  margin-bottom: 16px;
  color: #4e545c;
  font-size: 32px;
  line-height: 1.3em;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.25em;
}

.heading.h5 {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2em;
}

.heading.h5.no-margin {
  margin-bottom: 0px;
}

.heading.h6 {
  margin-bottom: 12px;
  color: #33383f;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
}

.heading.large-h1 {
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1.1em;
}

.heading.large-h1.no-margin {
  margin-bottom: 8px;
}

.heading.h1 {
  margin-bottom: 22px;
  font-size: 50px;
  line-height: 1.15em;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.25em;
}

.heading.h5 {
  margin-top: 2px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.2em;
}

.heading.h5.no-margin {
  margin-bottom: 0px;
}

.dropdown-arrow {
  margin-right: 8px;
  margin-bottom: 11px;
  opacity: 0.3;
  font-size: 12px;
}

.error2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.licenses-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f5f7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visible-spacer {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #eaeef1;
}

.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-spacer {
  width: 24px;
  height: 10px;
}

.nav-spacer {
  height: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sign-in-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.sign-up-nav {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-image {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border-radius: 2px;
}

.questions-section {
  display: -ms-grid;
  display: grid;
  margin-top: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-dropdown-icon {
  position: absolute;
  left: auto;
  top: 18px;
  right: 0px;
  bottom: auto;
  width: 18px;
  margin-top: 8px;
  margin-right: 0px;
  margin-left: 24px;
}

.full-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f5f7;
}

._3-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.email-subscribe {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
}

.social-link:hover {
  opacity: 0.75;
}

.social-link-icon {
  width: 22px;
  height: 22px;
}

.social-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: -2px;
  margin-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overflow-card {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 64px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeef1;
  background-color: #fff;
}

._2-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-5 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customer-logo-image {
  margin-right: auto;
  margin-left: auto;
}

.customer-logos-row {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-row-block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  margin-right: auto;
  margin-left: auto;
}

.customer-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  margin-right: 23px;
  margin-left: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-logo-container.larger {
  max-width: 165px;
}

.logos-row-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-tab-image {
  width: 100%;
  height: 100%;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-illustration {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120%;
  height: 140%;
  max-width: 120%;
  margin-right: -50px;
  margin-bottom: -120px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-image {
  position: relative;
  width: 100%;
  height: 130%;
  max-width: none;
  margin-top: -120px;
  margin-right: -64px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lower-footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-grid {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-card-text-box {
  padding-top: 24px;
  padding-bottom: 12px;
}

.footer-email-input {
  height: 44px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c2cdd8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.footer-email-input:hover {
  border-bottom-color: #99a4af;
}

.footer-email-input:focus {
  border-bottom-color: #e34768;
}

.footer-email-input::-webkit-input-placeholder {
  color: #99a4af;
}

.footer-email-input:-ms-input-placeholder {
  color: #99a4af;
}

.footer-email-input::-ms-input-placeholder {
  color: #99a4af;
}

.footer-email-input::placeholder {
  color: #99a4af;
}

.footer-email-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10px;
  bottom: auto;
  margin-bottom: 8px;
  padding: 8px 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/Go-Blue-Arrow.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: transparent;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.footer-email-button:active {
  background-color: #1248bb;
  box-shadow: 0 0 0 0 rgba(32, 32, 32, 0);
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.error-6 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regular {
  font-weight: 400;
}

.error-7 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-features-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.pricing-grid-cross {
  width: 25px;
  margin: auto;
}

.pricing-row-title-block {
  max-width: 350px;
  text-align: left;
}

.plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-grid-tick {
  width: 30px;
  margin: auto;
}

.pricing-feature-description-text {
  margin-bottom: 2px;
  color: #777370;
  font-size: 15px;
}

.pricing-grid-row {
  display: -ms-grid;
  display: grid;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 2.8fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 2.8fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #f0edeb;
  text-align: center;
}

.pricing-grid-row.top {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 2;
  min-height: 40px;
  margin-bottom: -22px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f4f4f4;
  border-top-style: none;
  background-color: #fff;
}

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

.question-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: -1px;
  padding: 32px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeef1;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.questions-wrapper {
  width: 100%;
  margin-top: -24px;
  margin-bottom: 48px;
}

.pricing-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #1f1f1f;
  text-align: left;
}

.pricing-card.popular-outline {
  box-shadow: inset 0 0 0 1px #e34768;
}

.pricing-reccomended-tag {
  position: absolute;
  left: 0%;
  top: -33px;
  right: auto;
  bottom: auto;
  width: 100%;
  padding: 7px 16px 6px;
  background-color: #e34768;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.feature-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.get-started-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 480px;
  grid-template-columns: 1fr 480px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 48px 48px 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeef1;
  background-color: #fff;
}

.text-link {
  display: block;
  border-bottom: 1px solid #b6d1ff;
}

.link-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  grid-column-gap: 32px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.light-tick-list li {
  margin-bottom: 12px;
  padding-bottom: 0px;
  padding-left: 26px;
  background-image: url('../images/arrow-list.svg');
  background-position: 0px 2px;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #4e545c;
  line-height: 1.2em;
}

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

.ds-illustration-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-tick-text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-header-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-height-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-height-title {
  margin-bottom: auto;
}

.full-height-image {
  position: relative;
  display: block;
  width: 100%;
  height: 70vh;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-icon {
  width: 40px;
  margin-bottom: 48px;
  opacity: 0.9;
  color: #fff;
  font-size: 24px;
}

.card-icon.black {
  -webkit-filter: brightness(0%) grayscale(100%);
  filter: brightness(0%) grayscale(100%);
}

.hero-illustration-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-pane {
  height: 100%;
}

.small-dot {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 8px;
}

.contact-grid {
  display: block;
  grid-column-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lime-content-box {
  padding: 48px;
  background-color: #dbfa6b;
}

.full-height-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 16px;
  padding: 40px 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f9fa;
}

.tight-2-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-text-card {
  padding: 32px 32px 24px;
  background-color: #4e545c;
}

._4-feature-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.outline-text-card-2 {
  padding: 32px 32px 24px;
  background-color: #dbfa6b;
}

.paragraph-23 {
  color: #fff;
}

.paragraph-26 {
  color: #fff;
}

.paragraph-27 {
  color: #000;
}

.paragraph-27.padding {
  margin-bottom: 60px;
  color: #4e545c;
}

.heading-3 {
  color: #4e545c;
}

.paragraph-28 {
  color: #4e545c;
}

.heading-4 {
  color: #4e545c;
  font-weight: 500;
}

.paragraph-29 {
  color: #4e545c;
}

.paragraph-30 {
  color: #000;
}

.paragraph-31 {
  color: #000;
}

.paragraph-32 {
  color: #000;
}

.heading-9 {
  color: #4e545c;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-33 {
  color: #000;
}

.paragraph-34 {
  color: #000;
}

.paragraph-35 {
  color: #4e545c;
}

.paragraph-36 {
  color: #000;
}

.paragraph-37 {
  color: #000;
}

.paragraph-38 {
  color: #000;
}

.paragraph-39 {
  color: #000;
}

.paragraph-40 {
  color: #000;
}

.paragraph-47 {
  color: #eff3f8;
}

.heading-19 {
  color: #4e545c;
  font-size: 42px;
  line-height: 120%;
}

.paragraph-52 {
  color: #4e545c;
}

.paragraph-55 {
  margin-bottom: 30px;
  color: #4e545c;
  line-height: 150%;
}

.paragraph-63 {
  color: #4e545c;
  line-height: 150%;
}

.heading-31 {
  margin-bottom: 0px;
  color: #4e545c;
}

.text-block-3 {
  color: #969fa4;
  font-size: 14px;
}

.banner-section-2 {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f2f5f7;
  color: #1f1f1f;
}

.banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.banner-link-2 {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #3878ff;
  line-height: 1.3em;
  font-weight: 500;
  text-decoration: none;
}

.banner-link-2:hover {
  color: #b6d1ff;
}

.section-3.custom1920 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span-4 {
  color: #e34768;
}

.section-4 {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.pricing-grid-row-2 {
  display: -ms-grid;
  display: grid;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 2.8fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 2.8fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #f0edeb;
  text-align: center;
}

.pricing-grid-row-2.top {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 2;
  min-height: 40px;
  margin-bottom: -22px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f4f4f4;
  border-top-style: none;
  background-color: #fff;
}

.paragraph-78 {
  margin-bottom: 16px;
  color: #eff3f8;
}

.paragraph-78.medium {
  margin-bottom: 20px;
  color: #4e545c;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-78.medium.no-margin {
  margin-bottom: 0px;
}

.paragraph-78.small {
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.4em;
}

.pricing-feature-description-text-2 {
  margin-bottom: 2px;
  color: #4e545c;
  font-size: 15px;
}

.heading-34 {
  display: block;
  margin-bottom: 140px;
  color: #4e545c;
  font-size: 42px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}

.heading-34.h5 {
  margin-top: 4px;
  margin-bottom: 16px;
  color: #4e545c;
  font-size: 20px;
  line-height: 1.2em;
}

.heading-34.h3 {
  margin-bottom: 16px;
  color: #4e545c;
  font-size: 32px;
  line-height: 1.3em;
}

.heading-34.large-h1 {
  display: block;
  margin-bottom: 140px;
  color: #4e545c;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
}

.heading-34.large-h1 {
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1.1em;
}

.heading-35 {
  color: #eff3f8;
  font-size: 24px;
}

.heading-38 {
  margin-bottom: 22px;
  color: #4e545c;
  font-size: 42px;
}

.text-span-6 {
  color: #738194;
}

.image-3 {
  width: 100%;
}

.text-span-8 {
  color: #e34768;
}

.image-6 {
  margin-bottom: 50px;
}

.image-7 {
  margin-bottom: 50px;
}

.image-8 {
  margin-bottom: 50px;
}

.image-9 {
  margin-bottom: 50px;
}

.heading-42 {
  margin-bottom: 0px;
  color: #4e545c;
}

.image-10 {
  width: 30px;
  margin-bottom: 44px;
}

.image-11 {
  width: 30px;
  margin-bottom: 44px;
}

.image-12 {
  width: 30px;
  margin-bottom: 40px;
}

.text-block-4 {
  color: #4e545c;
  font-size: 15px;
}

.heading-45 {
  color: #4e545c;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}

.text-box-2 {
  max-width: 650px;
}

.text-box-2._500px {
  max-width: 500px;
}

.text-box-2._450px {
  max-width: 450px;
}

.text-box-2._500px {
  max-width: 500px;
}

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

.section-5.lime {
  background-color: #dbfa6b;
}

.section-5.lime {
  background-color: #dbfa6b;
}

.container-2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-14 {
  color: #4e545c;
  font-size: 28px;
  font-weight: 400;
}

.text-span-15 {
  color: #4e545c;
  font-size: 28px;
  line-height: 50%;
}

.nav-link-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #31323d;
  border-radius: 4px;
  color: #31323d;
  font-size: 14px;
}

.nav-link-2:hover {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e545c;
  border-radius: 4px;
  color: #4e545c;
}

.text-block-8 {
  color: #4e545c;
  font-size: 10px;
  line-height: 150%;
}

.link-3 {
  color: #4e545c;
}

.bold-text-4 {
  color: #4e545c;
}

.hero-grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-illustration-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120%;
  height: 140%;
  max-width: 120%;
  margin-right: -50px;
  margin-bottom: -120px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-2 {
  margin-bottom: 16px;
  padding: 10px 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #3878ff;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.button-2:hover {
  background-color: #1b5ce5;
  color: #fff;
}

.button-2:active {
  background-color: #1248bb;
  box-shadow: 0 0 0 0 rgba(32, 32, 32, 0);
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.button-2.white {
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: #1f1f1f;
}

.button-2.white:hover {
  opacity: 0.9;
}

.paragraph-80 {
  margin-bottom: 16px;
}

.paragraph-80.medium {
  margin-bottom: 20px;
  font-size: 18px;
}

.paragraph-80.medium.no-margin {
  margin-bottom: 0px;
}

.container-3 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.sectioncustomfaq.lime {
  background-color: #dbfa6b;
}

.heading39mobile {
  color: #4e545c;
}

.paragraph-82 {
  color: #4e545c;
}

.modalform {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -o-object-fit: fill;
  object-fit: fill;
}

.modal__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 500px;
  height: 593px;
  margin: auto;
  padding: 38px 44px 62px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.heading-53 {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 48px;
  font-weight: 600;
}

.paragraph-83 {
  display: block;
}

.bold-text-5 {
  display: block;
  width: 95%;
  margin-top: 5px;
  margin-bottom: 42px;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
}

.text-field {
  margin: 25px auto 0px;
  padding: 14px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 14px;
}

.submit-button {
  width: 100%;
  margin-top: 38px;
  padding: 18px 0px;
  border-radius: 6px;
  background-color: #e34768;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.div-block-3 {
  width: 60px;
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bdbdbd;
  font-size: 25px;
  line-height: 48px;
  text-align: right;
  cursor: pointer;
}

.column-3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-6 {
  color: #4e545c;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px 20px;
  cursor: pointer;
}

.text-block-11 {
  width: 80%;
  margin: 38px auto;
  color: #31323d;
  text-align: center;
}

.error-message {
  margin: auto;
  background-color: transparent;
}

.text-block-12 {
  width: 80%;
  margin: 38px auto;
  color: #31323d;
}

.success-message {
  background-color: transparent;
}

.columns {
  display: block;
}

@media screen and (min-width: 1280px) {
  h3 {
    font-weight: 500;
  }

  .section {
    background-color: #f7f9fa;
    color: #f7f9fa;
  }

  .section.small {
    background-color: #fff;
  }

  .section.hero-blue {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #31323d;
  }

  .button {
    border-radius: 4px;
  }

  .button:hover {
    background-color: #d54161;
  }

  .button.white {
    border-radius: 4px;
    background-color: #fff;
    color: #e34768;
    font-weight: 400;
  }

  .button.bg:hover {
    background-color: #738194;
  }

  .text-box.mobile-center {
    max-width: 800px;
  }

  .text-box._450px.mobile-center {
    max-width: 480px;
  }

  .container {
    background-color: transparent;
  }

  .rich-text p {
    color: #000;
  }

  .nav-bar {
    background-color: #eff3f8;
  }

  .footer-link {
    color: #4e545c;
    font-size: 14px;
  }

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

  .footer {
    background-color: #fff;
  }

  .banner-section {
    background-color: #f7f9fa;
  }

  .banner-container {
    max-width: 1140px;
  }

  .banner {
    background-color: #fff;
  }

  .paragraph {
    color: #4e545c;
  }

  .paragraph.small {
    color: #4e545c;
  }

  .paragraph.small.no-margin {
    color: #e0e0e0;
  }

  .paragraph.medium {
    color: #797c81;
  }

  .paragraph.medium.no-margin {
    color: #000;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-thumbnail {
    height: 240px;
  }

  .tag {
    background-color: #000;
    color: #fff;
  }

  .nav-container {
    background-color: #fff;
    color: #fff;
  }

  .nav-link {
    color: #31323d;
    font-size: 14px;
  }

  .nav-link:hover {
    color: #4e545c;
  }

  .nav-link.primary {
    border-style: solid;
    border-width: 1px;
    border-color: #4e5457;
    border-radius: 4px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
  }

  .nav-link.primary:hover {
    border-color: #afb5b8;
    background-color: rgba(255, 255, 255, 0);
    font-weight: 400;
  }

  .heading {
    color: #f7f9fc;
  }

  .heading.h2 {
    color: #3f4254;
  }

  .heading.h3 {
    color: #4e545c;
  }

  .heading.h4 {
    color: #000;
  }

  .heading.h5 {
    color: #000;
  }

  .questions-section {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.6fr 1fr;
    grid-template-columns: 0.6fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._3-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-grid {
    grid-column-gap: 0px;
  }

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

  .plan-header {
    color: #4e545c;
  }

  .pricing-feature-description-text {
    color: #000;
  }

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

  .pricing-grid-row.top {
    -ms-grid-columns: 2.8fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 2.8fr 1fr 1fr 1fr 1fr;
  }

  .feature-grid {
    grid-column-gap: 96px;
  }

  .light-tick-list li {
    background-image: url('../images/arrow-list.svg');
    background-position: 0px 2px;
    background-size: 19px;
    background-repeat: no-repeat;
    color: #31323d;
  }

  .light-tick-list ul {
    color: #000;
    font-size: 16px;
  }

  .card-icon.black {
    color: #fff;
  }

  .contact-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tight-2-grid {
    grid-auto-columns: 1fr;
  }

  .white-text-card {
    background-color: #4e545c;
  }

  .body {
    background-color: #eff3f8;
  }

  .outline-text-card-2 {
    background-color: #e34768;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-23 {
    color: #969fa4;
    font-size: 14px;
  }

  .paragraph-26 {
    color: #969fa4;
    font-weight: 400;
  }

  .paragraph-27 {
    color: #969fa4;
  }

  .heading-2 {
    color: #000;
  }

  .heading-3 {
    color: #4e545c;
  }

  .paragraph-28 {
    color: #4e545c;
  }

  .heading-4 {
    color: #4e545c;
  }

  .heading-5 {
    color: #000;
  }

  .heading-6 {
    color: #000;
  }

  .heading-7 {
    color: #000;
  }

  .paragraph-29 {
    color: #4e545c;
  }

  .paragraph-30 {
    color: #000;
  }

  .paragraph-31 {
    color: #000;
  }

  .paragraph-32 {
    color: #000;
  }

  .heading-8 {
    color: #4e545c;
  }

  .heading-9 {
    color: #4e545c;
  }

  .paragraph-33 {
    color: #000;
  }

  .paragraph-34 {
    color: #000;
  }

  .paragraph-35 {
    color: #4e545c;
  }

  .heading-10 {
    color: #fff;
  }

  .heading-11 {
    color: #fff;
  }

  .heading-12 {
    color: #fff;
  }

  .paragraph-36 {
    color: #fff;
  }

  .paragraph-37 {
    color: #fff;
  }

  .paragraph-38 {
    color: #fff;
  }

  .heading-13 {
    color: #000;
  }

  .paragraph-39 {
    color: #000;
  }

  .heading-14 {
    color: #000;
  }

  .heading-15 {
    color: #000;
  }

  .paragraph-40 {
    color: #000;
  }

  .text-block {
    color: #000;
  }

  .paragraph-41 {
    color: #fff;
  }

  .paragraph-42 {
    color: #fff;
  }

  .paragraph-43 {
    color: #fff;
  }

  .link {
    color: #000;
  }

  .link-2 {
    color: #000;
  }

  .paragraph-44 {
    color: #000;
  }

  .bold-text {
    color: #000;
  }

  .paragraph-45 {
    color: #000;
  }

  .bold-text-2 {
    color: #000;
  }

  .heading-16 {
    color: #000;
  }

  .paragraph-46 {
    color: #000;
  }

  .heading-17 {
    color: #000;
  }

  .paragraph-47 {
    color: #eff3f8;
  }

  .paragraph-48 {
    color: #000;
  }

  .paragraph-49 {
    color: #000;
  }

  .paragraph-50 {
    color: #000;
  }

  .heading-18 {
    color: #000;
  }

  .paragraph-51 {
    color: #000;
  }

  .heading-19 {
    color: #4e545c;
  }

  .paragraph-52 {
    color: #4e545c;
  }

  .paragraph-53 {
    color: #000;
  }

  .paragraph-54 {
    color: #000;
  }

  .paragraph-55 {
    color: #000;
  }

  .heading-20 {
    color: #000;
  }

  .heading-21 {
    color: #000;
  }

  .heading-22 {
    color: #000;
  }

  .heading-23 {
    color: #000;
  }

  .heading-24 {
    color: #000;
  }

  .paragraph-56 {
    color: #000;
  }

  .heading-25 {
    color: #000;
  }

  .paragraph-57 {
    color: #000;
  }

  .heading-26 {
    color: #000;
  }

  .paragraph-58 {
    color: #000;
  }

  .heading-27 {
    color: #000;
  }

  .paragraph-59 {
    color: #000;
  }

  .heading-28 {
    color: #000;
  }

  .paragraph-60 {
    color: #000;
  }

  .heading-29 {
    color: #000;
  }

  .paragraph-61 {
    color: #000;
  }

  .paragraph-62 {
    color: #000;
  }

  .paragraph-63 {
    color: #4e545c;
  }

  .paragraph-64 {
    color: #000;
  }

  .paragraph-65 {
    color: #000;
  }

  .paragraph-66 {
    color: #000;
  }

  .paragraph-67 {
    color: #000;
  }

  .paragraph-68 {
    color: #000;
  }

  .paragraph-69 {
    color: #000;
  }

  .paragraph-70 {
    color: #000;
  }

  .paragraph-71 {
    color: #000;
  }

  .paragraph-72 {
    color: #000;
  }

  .paragraph-73 {
    color: #000;
  }

  .paragraph-74 {
    color: #000;
  }

  .heading-30 {
    color: #000;
  }

  .heading-31 {
    color: #31323d;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .heading-32 {
    overflow: hidden;
    color: #fff;
    font-size: 58px;
    line-height: 1.1em;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eff3f8;
  }

  .div-block {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 50px 50px 200px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #31323d;
  }

  .heading-33 {
    color: #fff;
    font-size: 58px;
    line-height: 1.1em;
  }

  .paragraph-75 {
    color: #969fa4;
  }

  .div-block-2 {
    position: static;
    max-width: 70%;
  }

  .section-3.custom1920 {
    background-color: #fff;
  }

  .section-4 {
    background-color: #fff;
  }

  .heading-34.large-h1 {
    margin-bottom: 140px;
    font-size: 42px;
    line-height: 120%;
  }

  .heading-35 {
    color: #eff3f8;
  }

  .image-10 {
    width: 30px;
    margin-bottom: 44px;
  }

  .image-11 {
    width: 30px;
    margin-bottom: 44px;
  }

  .heading-45 {
    font-size: 24px;
    line-height: 120%;
  }

  .nav-link-2 {
    color: #31323d;
  }

  .nav-link-2:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #4e545c;
    color: #4e545c;
  }

  .modalform {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    margin-bottom: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f9fa;
  }

  .section.light-grey {
    background-color: #f7f9fa;
  }

  .section.small {
    position: static;
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  .section.hero-blue {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #31323d;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section.grey {
    padding-bottom: 60px;
    background-color: #f7f9fa;
  }

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

  .button {
    background-color: #e34768;
    font-size: 16px;
  }

  .button:hover {
    background-color: #d54161;
    opacity: 0.9;
    font-size: 16px;
  }

  .button.outline {
    border: 0.5px none #000;
  }

  .button.outline:hover {
    border: 0px none #000;
  }

  .button.bg {
    background-color: #738194;
  }

  .button.btncta {
    border-style: solid;
    border-width: 1px;
    border-color: #e34768;
    background-color: #fff;
    color: #e34768;
  }

  .button.btncta:hover {
    border-style: solid;
    border-color: transparent;
    background-color: #e34768;
    color: #fff;
  }

  .text-box {
    margin-top: 0px;
    padding-top: 0px;
    color: #4e545c;
  }

  .text-box.mobile-center {
    position: relative;
    max-width: none;
  }

  .container {
    top: auto;
  }

  .nav-cta-button-container {
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .nav-bar {
    background-color: #fff;
    color: #4e545c;
  }

  .footer-link {
    color: #4e545c;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-link:hover {
    opacity: 0.7;
    color: #4e545c;
  }

  .footer {
    padding-top: 90px;
    border-top: 1px solid #eff3f8;
  }

  .icon.tab {
    position: relative;
    top: -12px;
    width: 50px;
    height: 50px;
  }

  .banner-section {
    background-color: #f7f9fa;
    color: #4e545c;
  }

  .banner {
    background-color: #f7f9fa;
  }

  .tab-text-box {
    border-top-style: none;
    border-top-color: #f1f1f1;
    border-bottom-color: #f1f1f1;
  }

  .horizontal-tabs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    margin-bottom: 44px;
    color: #6b7480;
    line-height: 150%;
  }

  .paragraph.small {
    margin-top: 5px;
    margin-bottom: 10px;
    opacity: 1;
    color: #4e545c;
    line-height: 24px;
    font-weight: 400;
  }

  .no-margin {
    color: #4e545c;
    font-size: 60px;
    line-height: 50%;
    font-weight: 700;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tick-list li {
    background-image: url('../images/arrow-list.svg');
    color: #4e545c;
  }

  .tick-list ul {
    color: #31323d;
  }

  .cta-box {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 50%;
    grid-template-columns: 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-link {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 8px;
    -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, transform 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    color: #31323d;
  }

  .nav-link:hover {
    border: 0px none #000;
    opacity: 0.8;
    color: #4e545c;
  }

  .nav-link.primary {
    color: #4e545c;
  }

  .nav-link.primary:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #202020;
    background-color: rgba(255, 255, 255, 0);
  }

  .footer-header {
    color: #4e545c;
    font-size: 16px;
  }

  .heading.h3 {
    color: #4e545c;
  }

  .questions-section {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-grid {
    position: relative;
    top: 135px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-tab-image {
    border-radius: 4px;
  }

  .pricing-features-title-block {
    color: #4e545c;
  }

  .pricing-grid-cross {
    width: 25px;
  }

  .pricing-row-title-block {
    max-width: 470px;
    background-color: transparent;
  }

  .plan-header {
    color: #4e545c;
  }

  .pricing-grid-tick {
    width: 30px;
  }

  .pricing-card {
    border-radius: 4px;
  }

  .pricing-card.popular-outline {
    border-radius: 0px 0px 4px 4px;
    box-shadow: inset 0 0 0 1px #e34768;
  }

  .pricing-reccomended-tag {
    border-radius: 4px 4px 0px 0px;
    background-color: #e34768;
    color: #fff;
  }

  .feature-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .light-tick-list li {
    margin-bottom: 0px;
    background-position: 0px 5px;
    background-size: 16px;
    color: #4e545c;
    line-height: 150%;
  }

  .light-tick-list ul {
    margin-bottom: 42px;
  }

  .full-height-text-box {
    height: auto;
  }

  .full-height-image {
    position: static;
    width: auto;
    height: auto;
    max-width: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .card-icon {
    width: 50px;
  }

  .full-height-card {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 40px;
    background-color: #f7f9fa;
  }

  .white-text-card {
    border-radius: 4px;
    background-color: #4e545c;
    color: #4e545c;
  }

  .body {
    background-color: #fff;
  }

  .paragraph-26 {
    color: #dce0e7;
  }

  .paragraph-26.hidemobile {
    width: auto;
    color: #eff3f8;
  }

  .paragraph-27 {
    margin-bottom: 42px;
    color: #4e545c;
    line-height: 150%;
  }

  .paragraph-27.padding {
    margin-bottom: 60px;
    color: #4e545c;
  }

  .heading-3 {
    margin-bottom: 32px;
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
  }

  .paragraph-28 {
    margin-bottom: 40px;
    color: #4e545c;
    line-height: 150%;
  }

  .heading-4 {
    color: #4e545c;
    font-size: 24px;
    line-height: 150%;
    font-weight: 500;
  }

  .heading-5 {
    color: #3f4254;
    font-size: 24px;
    font-weight: 600;
  }

  .heading-6 {
    color: #3f4254;
    font-size: 24px;
    font-weight: 600;
  }

  .heading-7 {
    color: #3f4254;
    font-size: 24px;
    font-weight: 600;
  }

  .paragraph-29 {
    color: #4e545c;
    line-height: 150%;
  }

  .paragraph-30 {
    color: #6b7480;
  }

  .paragraph-31 {
    color: #4e545c;
  }

  .paragraph-32 {
    color: #31323d;
  }

  .heading-8 {
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
  }

  .heading-9 {
    color: #4e545c;
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-33 {
    color: #6b7480;
  }

  .paragraph-34 {
    color: #6b7480;
  }

  .paragraph-35 {
    color: #4e545c;
    line-height: 150%;
  }

  .heading-13 {
    color: #738194;
    font-size: 42px;
  }

  .paragraph-42 {
    font-size: 13px;
  }

  .paragraph-47 {
    color: #eff3f8;
    line-height: 150%;
  }

  .paragraph-48 {
    color: hsla(0, 0%, 100%, 0.6);
  }

  .paragraph-50 {
    color: #fff;
  }

  .heading-19 {
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
  }

  .heading-19.customfont {
    font-size: 58px;
    line-height: 110%;
    font-weight: 500;
  }

  .paragraph-52 {
    color: #4e545c;
    line-height: 150%;
  }

  .paragraph-52.customparagraphprice {
    font-size: 19px;
  }

  .paragraph-53 {
    color: #4e545c;
  }

  .paragraph-54 {
    color: #4e545c;
  }

  .paragraph-55 {
    margin-bottom: 30px;
    color: #4e545c;
    line-height: 150%;
  }

  .paragraph-63 {
    color: #4e545c;
    line-height: 150%;
    letter-spacing: 0px;
  }

  .paragraph-64 {
    color: #6b7480;
  }

  .paragraph-65 {
    color: #6b7480;
  }

  .paragraph-66 {
    color: #6b7480;
  }

  .paragraph-67 {
    color: #6b7480;
  }

  .paragraph-68 {
    color: #6b7480;
  }

  .heading-31 {
    margin-bottom: 22px;
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
  }

  .heading-32 {
    color: #dce0e7;
    font-size: 42px;
    font-weight: 600;
  }

  .heading-32.hidemobile {
    width: auto;
    font-size: 58px;
    line-height: 110%;
    font-weight: 500;
  }

  .div-block {
    left: 220px;
    max-width: 590px;
    padding: 40px 60px;
  }

  .paragraph-77 {
    color: hsla(0, 0%, 100%, 0.7);
  }

  .section-3 {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #fff;
  }

  .text-span-2 {
    color: #3f4254;
    font-weight: 600;
  }

  .text-span-4 {
    color: #e34768;
  }

  .section-4 {
    padding-bottom: 60px;
    background-color: #fff;
  }

  .paragraph-78 {
    color: #eff3f8;
    line-height: 150%;
  }

  .paragraph-78.medium {
    margin-bottom: 4px;
    color: #4e545c;
    font-weight: 600;
    letter-spacing: -0.2px;
  }

  .paragraph-78.medium.no-margin {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 16px;
    font-weight: 500;
  }

  .pricing-feature-description-text-2 {
    background-color: #fff;
    color: #4e545c;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
  }

  .heading-34.h5 {
    font-size: 32px;
  }

  .heading-34.large-h1 {
    display: block;
    margin-bottom: 140px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
  }

  .heading-35 {
    color: #eff3f8;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
  }

  .heading-36 {
    color: #f8f8f8;
    font-size: 24px;
    font-weight: 600;
  }

  .heading-37 {
    color: #f8f8f8;
    font-size: 24px;
    font-weight: 600;
  }

  .heading-38 {
    margin-bottom: 22px;
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
  }

  .text-span-6 {
    color: #738194;
  }

  .text-span-7 {
    color: #fff;
  }

  .image-2 {
    overflow: visible;
    width: 100%;
    height: 450px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-3 {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    border-radius: 4px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-4 {
    width: 100%;
    height: 480px;
    border-radius: 20px 0px 0px;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 50% 2%;
    object-position: 50% 2%;
  }

  .image-5 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 440px;
    border-radius: 0px;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .heading-39 {
    margin-bottom: 42px;
    color: #4e545c;
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
  }

  .text-span-8 {
    color: #e34768;
  }

  .image-6 {
    width: 50px;
    margin-bottom: 50px;
  }

  .image-7 {
    width: 50px;
    margin-bottom: 48px;
  }

  .image-8 {
    width: 45px;
    margin-bottom: 46px;
  }

  .image-9 {
    width: 33px;
    margin-bottom: 47px;
  }

  .heading-40 {
    color: #3f4254;
    font-size: 20px;
    font-weight: 600;
  }

  .heading-41 {
    color: #3f4254;
    font-size: 20px;
    font-weight: 600;
  }

  .heading-42 {
    margin-bottom: 0px;
    color: #4e545c;
  }

  .heading-43 {
    color: #4e545c;
  }

  .heading-44 {
    color: #4e545c;
  }

  .text-span-9 {
    font-size: 24px;
  }

  .text-span-10 {
    font-size: 24px;
    font-weight: 500;
  }

  .text-span-11 {
    font-size: 24px;
  }

  .text-span-12 {
    font-size: 24px;
    font-weight: 500;
  }

  .image-10 {
    width: 30px;
    margin-bottom: 44px;
  }

  .image-11 {
    width: 40px;
    margin-bottom: 43px;
  }

  .image-12 {
    width: 37px;
    margin-bottom: 42px;
  }

  .text-block-4 {
    color: #4e545c;
    font-size: 15px;
  }

  .text-block-5 {
    color: #3f4254;
    font-size: 15px;
  }

  .text-block-6 {
    color: #3f4254;
    font-size: 15px;
  }

  .topheader {
    position: static;
    top: 135px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-45 {
    color: #4e545c;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
  }

  .heading-46 {
    color: #3f4254;
  }

  .heading-47 {
    color: #3f4254;
  }

  .heading-48 {
    color: #3f4254;
  }

  .heading-49 {
    color: #3f4254;
  }

  .heading-50 {
    color: #3f4254;
  }

  .text-box-2._500px {
    max-width: 610px;
  }

  .text-box-2._450px.mobile-center {
    max-width: 470px;
  }

  .text-box-2._500px {
    max-width: 650px;
  }

  .section-5.lime {
    padding-top: 120px;
    padding-bottom: 30px;
    background-color: #fff;
    color: #31323d;
  }

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

  .bold-text-3 {
    color: #3f4254;
  }

  .image-13 {
    position: absolute;
    left: auto;
    top: 0%;
    right: -2%;
    bottom: 0%;
    width: 53%;
  }

  .text-span-13 {
    color: #fff;
  }

  .hidedesktop {
    display: none;
  }

  .gratuito {
    margin-bottom: 0px;
    color: #4e545c;
    font-size: 28px;
    font-weight: 400;
  }

  .text-span-14 {
    font-size: 28px;
    font-weight: 400;
  }

  .text-span-15 {
    font-size: 28px;
    font-weight: 700;
  }

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #31323d;
    border-radius: 4px;
    color: #31323d;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-link-2:hover {
    border-style: solid;
    border-color: #4e545c;
    opacity: 0.8;
  }

  .nav-link-3 {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #4e545c;
    font-size: 14px;
  }

  .text-block-7 {
    margin-right: 20px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-7:hover {
    opacity: 0.8;
    color: #4e545c;
  }

  .text-block-8 {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 20px;
    color: #4e545c;
    font-size: 10px;
    line-height: 150%;
  }

  .paragraph-79 {
    color: #eff3f8;
    line-height: 150%;
  }

  .paragraph-79.customfaq {
    color: #4e545c;
  }

  .link-3 {
    color: #4e545c;
  }

  .bold-text-4 {
    color: #4e545c;
  }

  .hero-illustration-2 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .hero-illustration-2.showdesktop {
    display: block;
  }

  .heading-51 {
    margin-bottom: 15px;
    font-size: 58px;
    line-height: 110%;
  }

  .sectioncustomfaq {
    background-color: #31323d;
  }

  .heading-52 {
    color: #eff3f8;
    font-size: 58px;
    line-height: 120%;
  }

  .paragraph-81 {
    color: #eff3f8;
    font-size: 19px;
    line-height: 150%;
  }

  .paragraph-82 {
    color: #4e545c;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 140px;
    border-style: none;
    border-width: 1px;
    border-color: #31323d;
    background-color: #f7f9fa;
  }

  .section.small {
    border-style: none;
  }

  .section.grey {
    padding-bottom: 100px;
    border-style: none;
    background-color: #f7f9fa;
  }

  .button {
    background-color: #e34768;
  }

  .button:hover {
    background-color: #d54161;
  }

  .button.white {
    background-color: #fff;
    color: #e34768;
  }

  .button.white:hover {
    border: 0.5px none #000;
    background-color: #fff;
    color: #dd375a;
    white-space: normal;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-box {
    color: #4e545c;
  }

  .container {
    top: auto;
  }

  .nav-bar {
    z-index: 1;
    background-color: #fff;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer {
    background-color: #fff;
  }

  .paragraph {
    color: #4e545c;
    font-size: 16px;
  }

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

  .cta-box {
    border-radius: 4px;
    background-color: #e34768;
  }

  .nav-link {
    color: #31323d;
  }

  .nav-link.primary {
    color: #31323d;
  }

  .social-link-icon {
    color: #969fa4;
  }

  ._2-grid {
    grid-column-gap: 16px;
  }

  .footer-email-input {
    background-color: transparent;
  }

  .light-tick-list li {
    color: #4e545c;
  }

  .light-tick-list ul {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .full-height-image {
    border-radius: 4px;
  }

  .full-height-card {
    border-radius: 4px;
    background-color: #f7f9fa;
  }

  .tight-2-grid {
    grid-column-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .body {
    background-color: #fff;
  }

  .outline-text-card-2 {
    background-color: #31323d;
    color: #927575;
  }

  .paragraph-27 {
    margin-bottom: 20px;
    clear: none;
    color: #4e545c;
  }

  .heading-3 {
    color: #4e545c;
    font-weight: 500;
  }

  .paragraph-28 {
    color: #4e545c;
  }

  .heading-4 {
    color: #4e545c;
    font-weight: 500;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-6 {
    color: #fff;
  }

  .heading-7 {
    color: #fff;
  }

  .paragraph-29 {
    color: #4e545c;
  }

  .paragraph-30 {
    color: #fff;
  }

  .paragraph-31 {
    color: #fff;
  }

  .paragraph-32 {
    color: #fff;
  }

  .heading-8 {
    color: #4e545c;
  }

  .heading-9 {
    color: #4e545c;
  }

  .paragraph-33 {
    color: #31323d;
  }

  .heading-13 {
    margin-bottom: 20px;
    color: #31323d;
  }

  .paragraph-39 {
    color: #31323d;
  }

  .paragraph-42 {
    font-size: 14px;
  }

  .heading-31 {
    font-weight: 500;
  }

  .section-2 {
    background-color: #fff;
  }

  .div-block {
    left: 346px;
    max-width: 600px;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 4px;
  }

  .heading-33 {
    font-size: 48px;
  }

  .paragraph-75 {
    margin-bottom: 40px;
    color: #eff3f8;
    font-size: 16px;
  }

  .paragraph-76 {
    color: #969fa4;
    font-size: 14px;
  }

  .text-block-3 {
    color: #969fa4;
    font-size: 14px;
  }

  .paragraph-77 {
    color: #fff;
  }

  .text-span {
    color: #e34768;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e34768;
  }

  .section-3.custom1920 {
    background-color: #fff;
  }

  .text-span-2 {
    color: #e34768;
  }

  .text-span-3 {
    color: #31323d;
  }

  .text-span-4 {
    color: #e34768;
  }

  .text-span-5 {
    color: #e34768;
  }

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

  .heading-34 {
    margin-bottom: 140px;
  }

  .heading-34.large-h1 {
    margin-bottom: 140px;
  }

  .heading-39 {
    font-weight: 500;
  }

  .topheader {
    top: 195px;
  }

  .nav-link-2 {
    border-color: #31323d;
    color: #31323d;
  }

  .nav-link-2:hover {
    border-style: solid;
    border-color: #4e545c;
  }

  .sectioncustomfaq {
    background-color: #31323d;
  }

  .paragraph-82 {
    color: #4e545c;
  }

  .section-6 {
    margin-top: 140px;
    padding-top: 10px;
    background-color: #31323d;
  }

  .modalform {
    position: fixed;
    z-index: 2;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .modal__content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 500px;
    height: 593px;
    margin: auto;
    padding: 38px 44px 62px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-53 {
    width: 100%;
    margin-bottom: 0px;
    color: #2e2e2e;
    font-size: 25px;
    line-height: 48px;
    font-weight: 600;
    text-align: left;
  }

  .paragraph-83 {
    color: #2e2e2e;
    font-weight: 500;
  }

  .bold-text-5 {
    display: block;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 42px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .text-block-9 {
    display: block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #bdbdbd;
    font-size: 25px;
    line-height: 48px;
    text-align: right;
    letter-spacing: 0px;
    text-transform: lowercase;
  }

  .text-field {
    margin: 25px auto 0px;
    padding: 14px 25px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #000;
  }

  .submit-button {
    width: 100%;
    margin-top: 38px;
    padding: 18px 0px;
    border-radius: 6px;
    background-color: #e34768;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-3 {
    width: 60px;
    height: 100%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #bdbdbd;
    font-size: 25px;
    line-height: 48px;
    text-align: right;
    letter-spacing: 0px;
    text-transform: lowercase;
    cursor: pointer;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

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

  .button {
    position: relative;
    width: 80%;
  }

  .button.bg {
    width: 90%;
  }

  .button.btncta.borderbtn {
    width: 74%;
  }

  ._12-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .column {
    width: 50%;
  }

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

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

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

  .nav-content {
    margin-left: 16px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .logo-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .tab-text-box {
    width: 100%;
  }

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

  .tabs-images {
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0px;
    margin-bottom: 32px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nav-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    text-align: center;
  }

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

  .ds-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #eaeef1;
    background-color: #fff;
  }

  .ds-nav {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
  }

  .ds-content {
    position: static;
    margin-left: 0px;
  }

  .card-thumbnail {
    height: 28vw;
  }

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

  .small-button {
    position: relative;
  }

  .cta-box {
    padding: 48px 0px 40px 40px;
    grid-column-gap: 24px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

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

  .nav-link {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 15px;
  }

  .nav-link.primary {
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  ._1-2-grid {
    margin-left: 0px;
  }

  ._2-1-grid {
    margin-left: 0px;
  }

  .heading.large-h1 {
    font-size: 52px;
  }

  .heading.h1 {
    font-size: 46px;
  }

  .dropdown-arrow {
    display: none;
  }

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

  .licenses-grid {
    margin-left: 0px;
    grid-column-gap: 40px;
  }

  .ds-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ds-menu-button {
    top: -10px;
    margin-right: 12px;
  }

  .ds-menu-button.w--open {
    border-radius: 40px;
    background-color: #1b5ce5;
  }

  ._3-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._4-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .overflow-card {
    padding-top: 64px;
  }

  .error-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .customer-logo-container {
    width: 33%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-image {
    right: -20px;
    margin-bottom: -50px;
  }

  .error-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .error-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .feature-grid {
    grid-column-gap: 64px;
  }

  .get-started-grid {
    grid-column-gap: 48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form-card {
    padding: 32px;
  }

  .light-tick-list li {
    margin-bottom: 12px;
  }

  .ds-illustration-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-tick-text-row {
    display: none;
  }

  .blog-header-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .full-height-card {
    padding: 32px 32px 16px;
  }

  .tight-2-grid {
    grid-column-gap: 32px;
  }

  ._4-feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .heading-34 {
    margin-bottom: 88px;
  }

  .heading-34.large-h1 {
    margin-bottom: 140px;
    font-size: 52px;
  }

  .heading-34.large-h1 {
    font-size: 52px;
  }

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

  .button-2 {
    position: relative;
  }

  .heading-51 {
    font-size: 34px;
  }

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

  .heading39mobile {
    font-size: 34px;
  }

  .modalform {
    display: none;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

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

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

  .button {
    width: 46%;
    margin-right: auto;
    margin-left: 0px;
  }

  .button.bg {
    width: 100%;
  }

  .button.btncta.borderbtn {
    width: 48%;
    margin-left: 0px;
  }

  .button.centerdiv {
    margin-left: auto;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._32.mobile-hidden {
    display: none;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  .spacer._96 {
    width: 64px;
    height: 64px;
  }

  .spacer._16.mobile-hidden {
    display: none;
  }

  .text-box.mobile-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  ._12-columns.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .nav-cta-button-container {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar {
    border: 1px none #000;
  }

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

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

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner-section {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

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

  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .tab-text-box {
    height: 62px;
  }

  .horizontal-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .nav-dropdown:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .dropdown-list {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f2f5f7;
    text-align: center;
  }

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

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

  .nav-menu {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

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

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

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

  .card-thumbnail {
    height: 56vw;
  }

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

  .tab-link {
    width: auto;
  }

  .tick-list ul {
    width: auto;
  }

  .cta-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .logo {
    max-width: 90%;
  }

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

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .dropdown {
    display: block;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._2-1-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .heading.h2 {
    font-size: 28px;
  }

  .heading.h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.h5 {
    font-size: 18px;
  }

  .heading.large-h1 {
    font-size: 35px;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.h5 {
    font-size: 18px;
  }

  .dropdown-arrow {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-left: 6px;
  }

  .licenses-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navmenu {
    display: inline-block;
    margin-left: 18px;
  }

  .questions-section {
    display: block;
  }

  .full-page-wrapper {
    padding: 24px;
  }

  ._3-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-social-section {
    margin-top: 8px;
  }

  .overflow-card {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }

  ._2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .error-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .customer-logo-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .customer-logo-container {
    width: 50%;
  }

  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-tab-image {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-illustration {
    left: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-image {
    right: 0px;
    width: 105%;
    margin-top: 24px;
  }

  .cta-text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-row-title-block {
    margin-bottom: 8px;
  }

  .plan-header {
    padding-bottom: 0px;
  }

  .pricing-grid-tick {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pricing-grid-row {
    min-height: auto;
    padding-bottom: 10px;
    padding-left: 4px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-grid-row.top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-bottom: -25px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .questions-wrapper {
    margin-top: 0px;
  }

  .pricing-reccomended-tag {
    left: auto;
    top: 8px;
    right: 8px;
    bottom: auto;
    width: auto;
    padding: 4px 12px 3px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-started-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-started-logos {
    display: none;
  }

  .light-tick-list li {
    margin-bottom: 12px;
  }

  .light-tick-list ul {
    width: auto;
  }

  .blog-header-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .full-height-image {
    height: 52vw;
    margin-bottom: 0px;
  }

  .hero-illustration-box {
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .full-height-card {
    height: auto;
  }

  .tight-2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-section-2 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .banner-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

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

  .pricing-grid-row-2 {
    min-height: auto;
    padding-bottom: 10px;
    padding-left: 4px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-grid-row-2.top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-bottom: -25px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .heading-34.h5 {
    font-size: 18px;
  }

  .heading-34.h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .heading-34.large-h1 {
    font-size: 35px;
  }

  .heading-34.large-h1 {
    font-size: 35px;
  }

  .text-box-2.mobile-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .hero-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-illustration-2 {
    left: 20px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .modalform {
    display: none;
  }

  .text-block-10 {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .section.hero-blue {
    background-color: #2e333f;
  }

  .section.white {
    padding-top: 90px;
  }

  .button {
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
  }

  .button.btncta.borderbtn {
    width: 94%;
  }

  ._12-columns.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .column {
    margin-bottom: 0px;
  }

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

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

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

  .menu-icon {
    max-width: 100%;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link {
    font-size: 14px;
  }

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

  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

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

  .dropdown-list.w--open {
    background-color: #f4f8fa;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.small {
    color: #000;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .no-margin {
    font-size: 50px;
  }

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

  .text-input {
    width: 100%;
  }

  .feature-horizontal {
    width: 100%;
  }

  .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0px;
  }

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

  .small-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .cta-box {
    padding: 40px 32px;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

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

  .footer-header {
    font-size: 15px;
  }

  .center-card {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }

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

  .heading.h2 {
    font-size: 30px;
  }

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

  .email-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .field-spacer {
    display: none;
  }

  .sign-in-div {
    display: none;
  }

  .sign-up-nav {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .questions-section {
    margin-top: 75px;
  }

  .tab-dropdown-icon {
    margin-left: 16px;
  }

  .full-page-wrapper {
    padding-top: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  ._4-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .email-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-grid {
    margin-left: 0px;
  }

  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .overflow-card {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .error-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .customer-logo-image {
    max-height: 35px;
  }

  .logos-row-block {
    width: 1400px;
  }

  .hero-illustration {
    left: 40px;
  }

  .cta-image {
    width: 110%;
  }

  .lower-footer-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-email-button {
    font-size: 16px;
  }

  .error-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-header {
    padding: 7px 7px 0px;
  }

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

  .pricing-grid-row.top {
    top: 62px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-card {
    padding: 24px;
    box-shadow: none;
  }

  .light-tick-list li {
    margin-bottom: 12px;
    padding-bottom: 0px;
  }

  .card-icon {
    margin-bottom: 24px;
  }

  .lime-content-box {
    padding: 32px 32px 16px;
  }

  ._4-feature-grid {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid {
    width: 100%;
    grid-auto-flow: row;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-26.hidemobile {
    display: none;
  }

  .paragraph-27.padding {
    margin-top: 25px;
    font-size: 14px;
  }

  .paragraph-28 {
    font-size: 15px;
  }

  .paragraph-29 {
    font-size: 15px;
  }

  .paragraph-35 {
    font-size: 15px;
  }

  .paragraph-41 {
    color: #fff;
  }

  .link {
    color: #000;
  }

  .link-2 {
    color: #000;
  }

  .paragraph-47 {
    font-size: 14px;
  }

  .heading-19 {
    font-size: 36px;
  }

  .paragraph-52 {
    font-size: 14px;
  }

  .paragraph-63 {
    font-size: 14px;
  }

  .heading-32.hidemobile {
    display: none;
  }

  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-33 {
    font-size: 36px;
    line-height: 1.1em;
  }

  .paragraph-75 {
    color: #969fa4;
    font-size: 14px;
  }

  .div-block-2 {
    overflow: hidden;
  }

  .image {
    position: relative;
    left: 0px;
    right: 0px;
    overflow: auto;
    max-height: none;
    max-width: 360px;
    float: right;
    clear: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .text-block-3 {
    font-size: 13px;
  }

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

  .banner-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .banner-link-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-grid-row-2 {
    padding-left: 8px;
    grid-column-gap: 0px;
  }

  .pricing-grid-row-2.top {
    top: 62px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .paragraph-78 {
    color: #fff;
    font-size: 14px;
  }

  .paragraph-78.medium {
    font-size: 16px;
  }

  .heading-34 {
    margin-bottom: 32px;
    font-size: 34px;
  }

  .heading-35 {
    font-size: 20px;
  }

  .heading-38 {
    font-size: 32px;
  }

  .image-10 {
    margin-bottom: 30px;
  }

  .image-11 {
    margin-bottom: 30px;
  }

  .image-12 {
    margin-bottom: 30px;
  }

  .topheader {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-45 {
    font-size: 16px;
  }

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

  .hidedesktop {
    font-size: 16px;
  }

  .text-block-8 {
    margin-top: 13px;
  }

  .hero-illustration-2 {
    left: 40px;
    width: 120%;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .heading-51 {
    font-size: 32px;
  }

  .paragraph-80.medium {
    font-size: 16px;
  }

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

  .heading39mobile {
    font-size: 32px;
  }

  .paragraphmobile {
    color: #4e545c;
    font-size: 16px;
  }

  .paragraph-82 {
    font-size: 15px;
  }

  .modalform {
    display: none;
  }

  .modal__content {
    width: 100%;
    height: 625px;
    padding-top: 22px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-53 {
    font-size: 18px;
  }

  .bold-text-5 {
    font-size: 13px;
  }

  .column-3 {
    font-size: 20px;
  }

  .text-block-10 {
    font-size: 12px;
  }
}

#w-node-cf402bd6-b943-d24e-cecb-4b448eb57308-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84ba0-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84baa-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84bb4-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84bbe-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84bc8-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84bd2-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84bdc-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff772f30-43b0-12b7-7398-dc2180e84be6-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b66ded4f-333f-2739-add7-5d14e4337619-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02d0f40f-1197-8994-711b-ef98e53e3165-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5dc76f18-aa82-ce64-f9d8-d5a61eafa44a-02cb1450 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-df25bafc-bbda-a924-0cad-0deb1912000c-19120008 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accda97e-abab-b1f7-2fa6-390537acd3c4-19120008 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_132c6dc5-023f-03c8-d768-4797e3bfb80a-46cb1455 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_132c6dc5-023f-03c8-d768-4797e3bfb811-46cb1455 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58ce4b51-7247-b12f-c4b9-56d48181257b-46cb1455 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24932ba0-9bae-5337-205e-6fe4a67a318f-46cb1455 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9dd05a3e-9b37-6af4-bd91-9ff6f14b230b-92cb1462 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9dd05a3e-9b37-6af4-bd91-9ff6f14b230c-92cb1462 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4c2df533-e40e-5e1e-9bb8-5a240b94938c-92cb1462 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_92df9a99-8ad4-27c8-ba74-86202fedd6a1-92cb1462 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2861ff52-193a-1926-dd7f-a678d7829d98-92cb1462 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-efd6e232-f83d-0636-982d-82e139521e18-92cb1462 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d3f-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d48-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d51-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d5a-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d63-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d6c-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d75-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d7e-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d87-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d90-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7613b564-1687-10f2-22ae-0be028e02d98-eecb1465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e589e84a-0ba8-c850-6ac1-a4c50ec4c3b3-78cb1467 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e589e84a-0ba8-c850-6ac1-a4c50ec4c3b3-a7cb146b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8115a8cf-cab3-e1d6-2796-4cf9973e3062-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3d80c2be-da86-4feb-f212-262f10b9d7bd-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3557212e-080e-e22e-157d-5c6cef6d3812-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1231e19d-6ed9-b0c5-8f06-7ddf969138c7-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-de430878-6028-11c7-f815-7d0b03878565-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_668c7c7d-9a0c-c568-b82f-749806832984-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3fc007e8-2095-80ad-e8c6-ec167b63a6ed-02cb1450 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_55a77d41-f578-e938-305e-989a31288e41-19120008 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d95-eecb1465 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d9b-eecb1465 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d9d-eecb1465 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d9f-eecb1465 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf402bd6-b943-d24e-cecb-4b448eb57309-02cb1450 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84b92-02cb1450 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84ba0-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84baa-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84bb4-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84bbe-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84bc8-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84bd2-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84bdc-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff772f30-43b0-12b7-7398-dc2180e84be6-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b66ded4f-333f-2739-add7-5d14e4337619-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_02d0f40f-1197-8994-711b-ef98e53e3165-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5dc76f18-aa82-ce64-f9d8-d5a61eafa44a-02cb1450 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b66374b8-a69d-2cb6-3980-23c2cf3fcb8a-cf3fcb86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4f98b35c-f7a5-1402-4d0b-6bff679ae01b-42cb145c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d31-eecb1465 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d3f-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d48-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d51-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d5a-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d63-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d6c-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d75-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d7e-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d87-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d90-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7613b564-1687-10f2-22ae-0be028e02d98-eecb1465 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf402bd6-b943-d24e-cecb-4b448eb572fa-02cb1450 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b66374b8-a69d-2cb6-3980-23c2cf3fcb8a-cf3fcb86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_32f30c02-3be8-5b74-37a8-a671b034e6d6-cf3fcb86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_37d13e64-de06-edf8-ab96-0ddb1cc90034-cf3fcb86 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4f98b35c-f7a5-1402-4d0b-6bff679adfd0-42cb145c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

