:root {
  --white: #fdfdff;
  --dim-grey: #575757;
  --black: #313131;
  --midnight-blue: #000f37;
  --royal-blue: #1e5afa;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #313131;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5.3rem;
  font-weight: 800;
  line-height: 5.3rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.87rem;
  font-weight: 600;
  line-height: 2.87rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.37rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

p {
  margin-bottom: 0;
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.heading-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.37rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-weight-xbold {
  font-weight: 800;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.page-wrapper {
  background-color: var(--white);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.text-color-light {
  color: #f5f2ff;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-grey {
  background-color: #e7ebee;
}

.margin-xhuge {
  margin: 8rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-xxhuge {
  margin: 12rem;
}

.padding-xsmall {
  padding: .5rem;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.87rem;
  font-weight: 600;
  line-height: 2.87rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-xxhuge {
  padding: 12rem;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.8rem;
}

.form_component {
  margin-bottom: 0;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-grey {
  color: var(--dim-grey);
}

.padding-small {
  padding: 1rem;
}

.form_message-success {
  color: #1d2130;
  background-color: #bef3c0;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.3rem;
  font-weight: 800;
  line-height: 5.3rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-small {
  margin: 1rem;
}

.fs-styleguide_header {
  background-color: #ebf0f9;
}

.text-color-black {
  color: var(--black);
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.heading-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.padding-custom2 {
  padding: 2.5rem;
}

.hide {
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.padding-huge {
  padding: 6rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.18rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-custom3 {
  padding: 3.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-large {
  padding: 3rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-0 {
  padding: 0;
}

.margin-custom1 {
  margin: 1.5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(112, 193, 116, .1);
  border: 1px dashed #70c174;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.text-size-regular {
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.text-size-regular.text-color-light.line-height-32 {
  line-height: 2rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-tiny {
  padding: .125rem;
}

.margin-tiny {
  margin: .125rem;
}

.text-weight-bold {
  font-weight: 700;
}

.text-style-italic {
  font-style: italic;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 2rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: .25rem 0;
  font-size: 1rem;
  font-weight: 400;
}

.form_input::-ms-input-placeholder {
  color: rgba(29, 33, 48, .3);
}

.form_input::placeholder {
  color: rgba(29, 33, 48, .3);
}

.form_input.is-text-area {
  min-height: 8rem;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: .25rem;
  padding: 1.25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-medium {
  padding: 2rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-huge {
  margin: 6rem;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.md-block {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.heading-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-large {
  margin: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-xhuge {
  padding: 8rem;
}

.button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.12rem 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
  transform: translate(0, -.25rem);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.5rem;
}

.button.is-large {
  padding: 1.5rem 4.4rem;
}

.button.is-secondary {
  color: #1d2130;
  background-color: #fff;
  border: 1px solid #1d2130;
}

.button.is-secondary:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button.is-primery {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.is-primery:hover {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.form_message-error {
  color: #1d2130;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #1d2130;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.background-color-blue {
  background-color: #1e5afa;
}

.sec_header {
  background-color: #9047e9;
  background-image: url('../images/Hero-Vector.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.container {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mobile-app_logo {
  width: 100%;
  max-width: 185px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logon-link {
  color: #fafafa;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  text-decoration: none;
  transition: all .3s;
}

.logon-link:hover {
  color: var(--midnight-blue);
}

.navbar_container {
  width: 100%;
  max-width: 1210px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.nav-link {
  color: #fafafa;
  padding: 0 1.12rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--midnight-blue);
}

.hero {
  z-index: 2;
  padding-top: 2rem;
  position: relative;
}

.hero-heading {
  width: 100%;
  max-width: 521px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.8rem;
}

.hero-text {
  width: 100%;
  max-width: 756px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-wrap {
  height: 36vw;
  max-height: 420px;
  text-align: center;
}

.hero-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.sec_about {
  margin-top: 35vw;
  padding-top: 9rem;
  position: relative;
}

.brand-logo {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: center;
  display: flex;
}

.app-store, .google-play {
  z-index: 1;
  position: relative;
}

.about-heading {
  z-index: 2;
  text-align: center;
  padding-bottom: 6rem;
  position: relative;
}

.smart-service_grid {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  position: relative;
}

.smart-service_image-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.smart-service {
  z-index: 2;
  max-width: 300px;
  box-shadow: none;
  position: relative;
}

.service-box {
  z-index: 1;
  width: 100%;
  height: 352px;
  max-width: 100%;
  background-color: #9047e9;
  border-radius: 10px;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.smart-service_heading {
  max-width: 471px;
  padding-bottom: 2.1rem;
}

.smart-service_text {
  max-width: 446px;
  padding-bottom: 2.1rem;
}

.sec_client {
  padding-top: 8rem;
  position: relative;
}

.client-heading {
  text-align: center;
  padding-bottom: 2.5rem;
}

.client-text {
  width: 100%;
  max-width: 768px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.client-logo-grid {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 5rem;
}

.client-logo-wrap {
  height: 108px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec_support {
  padding-top: 8.75rem;
}

.testimonials-heading {
  text-align: center;
  padding-bottom: 2.5rem;
}

.testimonials-text {
  width: 100%;
  max-width: 756px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.testimonials-collection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-item {
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3.4rem 3.1rem 3.1rem;
  transition: all .3s;
}

.testimonials-item:hover {
  background-color: #fff;
}

.testimonials-item.sm-hide {
  transition-property: background-color;
}

.testimonials-review {
  padding-bottom: 1.8rem;
}

.text-color-dark {
  color: #5f7285;
}

.testimonials-content {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  display: flex;
}

.testimonials-image-wrap {
  width: 48px;
  height: 48px;
}

.degisnation {
  font-size: .875rem;
  line-height: .8rem;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 75px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 54px;
  height: 18px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  left: 47.5%;
  transform: translate(-50%);
}

.right-arrow {
  width: 54px;
  margin-bottom: 0;
  margin-left: 0;
  top: auto;
  left: 53.5%;
  transform: translate(-50%);
}

.sec_faqs {
  padding-top: 8.75rem;
  padding-bottom: 3.1rem;
  position: relative;
}

.faq-heading {
  text-align: center;
  padding-bottom: 5rem;
}

.faq-bot {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 6.93rem;
  display: block;
  position: static;
}

.faq-title {
  color: #313131;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 22px;
}

.faq-drop {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  border-radius: 10px;
  margin-top: 0;
  transition: box-shadow .2s;
  display: block;
  overflow: hidden;
}

.faq-drop:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.faq-top {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 3.1rem;
  display: flex;
}

.faq-plus {
  width: 30px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-line-1 {
  width: 30px;
  height: 3px;
  background-color: #1b1139;
  border-radius: 20px;
  position: absolute;
}

.faq-line-2 {
  width: 3px;
  height: 30px;
  background-color: #1b1139;
  border-radius: 20px;
  position: absolute;
}

.faq-wrap {
  max-width: 676px;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text {
  max-width: 390px;
  padding-bottom: 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.sec_download-app {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}

.download-app-logo {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: flex-start;
  padding-top: 3.75rem;
  display: flex;
}

.download-app_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.download-app_heading {
  max-width: 471px;
  padding-bottom: 2.1rem;
}

.download-app_image-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.download-app-image {
  z-index: 2;
  max-width: 300px;
  box-shadow: none;
  position: relative;
}

.cta {
  background-color: #9047e9;
  background-image: url('../images/CTA-Vector.svg');
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.cta-container {
  width: 100%;
  max-width: 1020px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.cta-content {
  max-width: 590px;
}

.cta-heading {
  padding-bottom: 1.5rem;
}

.cta-button {
  padding-top: 1rem;
}

.sec_footer {
  padding-top: 8.75rem;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 3fr;
  padding-bottom: 6.6rem;
}

.footer-smart-logo {
  color: #313131;
  padding-bottom: 1.3rem;
  text-decoration: none;
}

.input-field {
  height: 46px;
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 1rem;
}

.input-field::-ms-input-placeholder {
  color: #575757;
  font-size: .87rem;
}

.input-field::placeholder {
  color: #575757;
  font-size: .87rem;
}

.form-block {
  max-width: 299px;
  opacity: 1;
  padding-top: 2rem;
  display: none;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.submit-button {
  color: #011037;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1d2130;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: .87rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.submit-button:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

.footer-link-heading {
  padding-bottom: 2.8rem;
}

.footer-link {
  color: #575757;
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--royal-blue);
}

.copyright-wrap {
  text-align: center;
  background-color: #000f37;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.footer-links-wrap {
  justify-content: space-between;
  display: flex;
}

.scroll-down-arrow {
  z-index: 10;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
}

.down-arrow {
  width: 62px;
  height: 62px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40%;
  left: 38%;
  transform: translate(-50%, -50%);
}

.decorator {
  position: absolute;
  top: -60px;
  left: 0;
}

.decorator-1 {
  position: absolute;
  top: -60px;
  right: 0;
}

.decorator-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-vector {
  width: 560px;
  position: absolute;
  top: -280px;
  right: 0;
}

.line-vector-2 {
  width: 560px;
  position: absolute;
  top: -100px;
  right: 0;
}

.social-media {
  z-index: 10;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.header-vector {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vector-line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.vector-circle {
  width: 29px;
  height: 29px;
  background-color: var(--royal-blue);
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 450px;
}

.vector-wrap {
  width: 100%;
  height: 100%;
  max-width: 1055px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.vector-circle-blue {
  width: 20px;
  height: 20px;
  border: 3px solid var(--midnight-blue);
  background-color: var(--royal-blue);
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 150px;
}

.vector-circle-green {
  width: 23px;
  height: 23px;
  background-color: #1683a6;
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 419px;
}

.vector-circle-small {
  width: 15px;
  height: 15px;
  background-color: var(--royal-blue);
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 10px;
}

.vector-circle-green-small {
  width: 17px;
  height: 17px;
  background-color: #1683a6;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
}

.vector-circle-white {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 110px;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  position: relative;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal {
  z-index: 99;
  width: 440px;
  height: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-2 {
  width: 22px;
}

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

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

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

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-center {
  margin-top: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.page-wrapper-2 {
  background-color: #fdfdff;
}

.mobile-app_logo-2 {
  width: 100%;
  max-width: 185px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_container-2 {
  width: 100%;
  max-width: 1210px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.nav-link-3 {
  color: #fafafa;
  padding: 0 1.12rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #000f37;
}

.cta-2 {
  background-color: #1e5afa;
  background-image: url('../images/CTA-Vector.svg');
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.vector-circle-2 {
  width: 29px;
  height: 29px;
  background-color: #1e5afa;
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 450px;
}

.vector-circle-blue-2 {
  width: 20px;
  height: 20px;
  background-color: #1e5afa;
  border: 3px solid #000f37;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 150px;
}

.submit-button-2 {
  color: #011037;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1d2130;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: .87rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #000f37;
  border: 1px solid rgba(0, 0, 0, 0);
}

.form-block-2 {
  max-width: 299px;
  padding-top: 2rem;
}

.logon-link-2 {
  color: #fafafa;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.logon-link-2:hover {
  color: #000f37;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000f37;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.12rem 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button-2:hover {
  color: #000f37;
  background-color: #fff;
  border: 1px solid #000f37;
  transform: translate(0, -.25rem);
}

.button-2.is-secondary {
  color: #1d2130;
  background-color: #fff;
  border: 1px solid #1d2130;
  display: none;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #000f37;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.is-primery {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button-2.is-primery:hover {
  color: #000f37;
  background-color: #fff;
  border-color: #000f37;
}

.vector-circle-small-2 {
  width: 15px;
  height: 15px;
  background-color: #1e5afa;
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  position: absolute;
  top: 10px;
}

.footer-link-2 {
  color: #575757;
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link-2:hover {
  color: #1e5afa;
}

.mobile-app_logo-3 {
  width: 100%;
  max-width: 185px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_container-3 {
  width: 100%;
  max-width: 1210px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.nav-link-4 {
  color: #fafafa;
  padding: 0 1.12rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  transition: color .3s;
}

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

.logon-link-3 {
  color: #fafafa;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  text-decoration: none;
  transition: all .3s;
}

.logon-link-3:hover {
  color: #000f37;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000f37;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.12rem 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button-3:hover {
  color: #000f37;
  background-color: #fff;
  border: 1px solid #000f37;
  transform: translate(0, -.25rem);
}

.button-3.is-secondary {
  color: #1d2130;
  background-color: #fff;
  border: 1px solid #1d2130;
}

.button-3.is-secondary:hover {
  color: #fff;
  background-color: #000f37;
  border-color: rgba(0, 0, 0, 0);
}

.mobile-app_logo-4 {
  width: 100%;
  max-width: 185px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logon-link-4 {
  color: #fafafa;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  text-decoration: none;
  transition: all .3s;
}

.logon-link-4:hover {
  color: #000f37;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000f37;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.12rem 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button-4:hover {
  color: #000f37;
  background-color: #fff;
  border: 1px solid #000f37;
  transform: translate(0, -.25rem);
}

.button-4.is-secondary {
  color: #1d2130;
  background-color: #fff;
  border: 1px solid #1d2130;
}

.button-4.is-secondary:hover {
  color: #fff;
  background-color: #000f37;
  border-color: rgba(0, 0, 0, 0);
}

.button-4.is-primery {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button-4.is-primery:hover {
  color: #000f37;
  background-color: #fff;
  border-color: #000f37;
}

.sec_testimonials-2 {
  padding-top: 8.75rem;
}

.cta-3 {
  background-color: #1e5afa;
  background-image: url('../images/CTA-Vector.svg');
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sec_header {
    position: relative;
  }

  .container.h-100 {
    height: 100%;
  }

  .sec_about {
    margin-top: 420px;
  }

  .faq-drop {
    background-color: #f1f3f5;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.25fr 3fr;
  }

  .scroll-down-arrow {
    z-index: 50;
  }

  .line-vector {
    width: auto;
    top: -281px;
  }

  .line-vector-2 {
    width: 600px;
  }

  .vector-line {
    width: 1px;
    height: 100%;
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .vector-circle {
    width: 29px;
    height: 29px;
    border: 4px solid var(--white);
    background-color: var(--royal-blue);
    border-radius: 100%;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .vector-wrap {
    height: 100%;
  }

  .vector-circle-blue, .vector-circle-green, .vector-circle-small, .vector-circle-green-small, .vector-circle-white {
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-wrapper-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .vector-circle-2 {
    width: 29px;
    height: 29px;
    background-color: #1e5afa;
    border: 4px solid #fdfdff;
    border-radius: 100%;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .vector-circle-blue-2, .vector-circle-small-2 {
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta-3 {
    background-color: #9047e9;
  }
}

@media screen and (min-width: 1920px) {
  .button-group.md-none {
    display: block;
  }

  .hero-image, .app-store, .google-play {
    z-index: 1;
    position: relative;
  }

  .line-vector {
    z-index: 0;
  }

  .line-vector-2 {
    z-index: 0;
    width: 640px;
  }

  .mobile-app_logo-3 {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
  }

  .logon-link-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .heading-h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large {
    font-size: 1.12rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2rem;
  }

  .button-group.md-none {
    display: none;
  }

  .button-group.md-block {
    display: flex;
  }

  .button-group.md-none {
    display: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .button.is-secondary:hover {
    border-color: #fff;
  }

  .button.is-primery.is-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logon-link {
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .logon-link:hover {
    color: var(--royal-blue);
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 1.25rem;
    padding-bottom: 3.5rem;
  }

  .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }

  .nav-link:hover {
    color: var(--royal-blue);
  }

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

  .sec_about {
    padding-top: 4rem;
  }

  .app-store, .google-play {
    max-width: 120px;
  }

  .about-heading {
    padding-bottom: 3rem;
  }

  .smart-service_grid {
    padding-bottom: 2rem;
  }

  .smart-service_image-wrap {
    align-items: center;
  }

  .smart-service {
    max-width: 200px;
    flex: none;
  }

  .service-box {
    height: 220px;
  }

  .smart-service_heading, .smart-service_text {
    padding-bottom: 1rem;
  }

  .client-heading {
    padding-bottom: 1.5rem;
  }

  .client-logo-grid {
    padding-top: 3rem;
  }

  .testimonials-text {
    padding-bottom: 3rem;
  }

  .left-arrow {
    left: 46%;
  }

  .right-arrow {
    left: 56%;
  }

  .sec_faqs {
    padding-top: 7rem;
  }

  .faq-heading {
    padding-bottom: 3rem;
  }

  .faq-top {
    white-space: pre-wrap;
  }

  .faq-text {
    max-width: 390px;
  }

  .sec_download-app {
    padding-top: 6rem;
  }

  .download-app-image {
    max-width: 200px;
  }

  .cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-button {
    flex: none;
  }

  .sec_footer {
    padding-top: 6rem;
  }

  .footer-grid {
    padding-bottom: 5rem;
  }

  .copyright-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .scroll-down-arrow-image {
    max-width: 120px;
  }

  .down-arrow {
    width: 35px;
    height: 35px;
  }

  .decorator, .decorator-1 {
    max-width: 120px;
  }

  .decorator-3 {
    max-width: 120px;
    bottom: -120px;
  }

  .line-vector, .line-vector-2 {
    display: none;
  }

  .menu-button {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 45px;
  }

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

  .image {
    max-width: 16px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-button-3 {
    color: #fdfdff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 45px;
  }

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

  .image-3 {
    max-width: 16px;
  }

  .nav-menu-2 {
    background-color: #000f37;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 1.25rem;
    padding-bottom: 3.5rem;
  }

  .nav-link-3 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }

  .nav-link-3:hover {
    color: #1e5afa;
  }

  .cta-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logon-link-2 {
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .logon-link-2:hover {
    color: #1e5afa;
  }

  .button-2.is-secondary:hover {
    border-color: #fff;
  }

  .button-2.is-primery.is-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button-4 {
    color: #fdfdff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 45px;
  }

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

  .nav-menu-3 {
    background-color: #000f37;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 1.25rem;
    padding-bottom: 3.5rem;
  }

  .nav-link-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }

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

  .logon-link-3 {
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .logon-link-3:hover {
    color: #1e5afa;
  }

  .button-3.is-secondary:hover {
    border-color: #fff;
  }

  .menu-button-5 {
    color: #fdfdff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 45px;
  }

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

  .logon-link-4 {
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .logon-link-4:hover {
    color: #1e5afa;
  }

  .button-4.is-secondary:hover {
    border-color: #fff;
  }

  .button-4.is-primery.is-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .heading-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large {
    font-size: 1.12rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .button.is-primery.is-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-heading {
    padding-bottom: 2rem;
  }

  .hero-text {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .smart-service_grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
    display: flex;
  }

  .smart-service_grid.reversee {
    flex-direction: column;
    align-items: center;
  }

  .smart-service_image-wrap {
    width: 100%;
    max-width: 420px;
  }

  .service-box {
    height: 240px;
    bottom: 40px;
  }

  .sec_client {
    padding-top: 4rem;
  }

  .client-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sec_support {
    padding-top: 6rem;
  }

  .testimonials-collection {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonials-item {
    padding: 1.6rem;
  }

  .testimonials-item.sm-hide {
    display: none;
  }

  .testimonials-review {
    padding-bottom: 1rem;
  }

  .slider {
    padding-bottom: 60px;
  }

  .left-arrow {
    left: 45%;
  }

  .right-arrow {
    left: 57%;
  }

  .sec_faqs {
    padding-top: 5rem;
  }

  .faq-bot {
    padding-bottom: 10px;
    padding-left: 4.2rem;
    padding-right: 1.5rem;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: pre-wrap;
    padding: 1rem 1.5rem 10px;
  }

  .faq-line-1 {
    width: 20px;
    height: 2px;
  }

  .faq-line-2 {
    width: 2px;
    height: 20px;
  }

  .faq-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-text {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .sec_download-app {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .download-app_grid {
    grid-template-columns: 1.3fr;
  }

  .download-app_heading, .cta-heading {
    padding-bottom: 1rem;
  }

  .footer-grid {
    grid-template-columns: 1.25fr;
    padding-bottom: 4rem;
  }

  .footer-link-heading {
    padding-bottom: 1.5rem;
  }

  .footer-links-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .decorator {
    max-width: 100px;
  }

  .decorator-1 {
    max-width: 100px;
    top: -100px;
  }

  .decorator-3 {
    max-width: 100px;
  }

  .social-media {
    left: 10px;
  }

  .vector-line {
    background-color: rgba(255, 255, 255, .1);
  }

  .vector-circle {
    top: 372px;
  }

  .vector-wrap {
    padding-left: 4rem;
  }

  .vector-circle-blue {
    top: 181px;
  }

  .vector-circle-green {
    top: 255px;
  }

  .vector-circle-small {
    top: 40px;
  }

  .vector-circle-green-small {
    position: absolute;
    top: 356px;
  }

  .vector-circle-white {
    top: 130px;
  }

  .modal-link {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-modal {
    top: 20px;
  }

  .modal-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .vector-circle-2 {
    top: 372px;
  }

  .vector-circle-blue-2 {
    top: 181px;
  }

  .button-2.is-primery.is-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .vector-circle-small-2 {
    top: 40px;
  }

  .button-4.is-primery.is-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sec_testimonials-2 {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .sec_about {
    padding-top: 3rem;
  }

  .brand-logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-heading, .client-heading {
    padding-bottom: 1.5rem;
  }

  .client-logo-grid {
    padding-top: 2rem;
  }

  .testimonials-heading, .testimonials-text {
    padding-bottom: 2rem;
  }

  .testimonials-item {
    margin-bottom: 15px;
  }

  .left-arrow {
    left: 42%;
  }

  .right-arrow {
    left: 61%;
  }

  .faq-heading {
    padding-bottom: 2rem;
  }

  .download-app-logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .cta {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .social-media {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    bottom: 30px;
  }

  .vector-line {
    background-color: rgba(255, 255, 255, .1);
  }

  .vector-circle {
    width: 20px;
    height: 20px;
    top: 372px;
  }

  .vector-circle-blue {
    width: 16px;
    height: 16px;
    top: 189px;
  }

  .vector-circle-green {
    width: 18px;
    height: 18px;
    top: 255px;
  }

  .vector-circle-small {
    top: 50px;
  }

  .vector-circle-green-small {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 356px;
  }

  .vector-circle-white {
    width: 18px;
    height: 18px;
    top: 130px;
  }

  .modal-link {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-modal {
    right: 20px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .cta-2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .vector-circle-2 {
    width: 20px;
    height: 20px;
    top: 372px;
  }

  .vector-circle-blue-2 {
    width: 16px;
    height: 16px;
    top: 189px;
  }

  .vector-circle-small-2 {
    top: 50px;
  }

  .menu-button-4 {
    display: block;
  }

  .cta-3 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

#w-node-b4553869-dcdf-3107-80ac-e97aac25b6a1-7bf6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4553869-dcdf-3107-80ac-e97aac25b6a4-7bf6e410, #w-node-b4553869-dcdf-3107-80ac-e97aac25b6af-7bf6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b4553869-dcdf-3107-80ac-e97aac25b6b9-7bf6e410, #w-node-b4553869-dcdf-3107-80ac-e97aac25b6bd-7bf6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4553869-dcdf-3107-80ac-e97aac25b6c0-7bf6e410, #w-node-d7f9ad6f-aa13-40b8-7ce8-67e598ce0f09-7bf6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d7f9ad6f-aa13-40b8-7ce8-67e598ce0f15-7bf6e410, #w-node-_9549c949-d812-088c-b763-8171d3d5636f-7bf6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76bf658f-80b4-1568-d709-fda78109ae82-7bf6e410, #w-node-_654ca0f4-7bb8-97a4-0dbf-45a168a92490-7bf6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b73d-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b742-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b747-7bf6e412 {
  justify-self: start;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b854-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b86d-7bf6e412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b870-7bf6e412 {
  justify-self: start;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b872-7bf6e412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b875-7bf6e412 {
  justify-self: start;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8ea-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8f4-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8f5-7bf6e412, #w-node-_535664e1-4bc3-7c01-1c30-67a62315adce-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8fa-7bf6e412, #w-node-d39c93ce-115e-740e-9b56-925866c496d5-7bf6e412, #w-node-d39c93ce-115e-740e-9b56-925866c496d6-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b951-7bf6e412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b9ad-7bf6e412, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b9ce-7bf6e412 {
  justify-self: start;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689bb8-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689bbb-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bc6-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689bd0-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bd4-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689bd7-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689bed-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bef-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bf1-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bf3-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bf5-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bf7-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bf9-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689bfb-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689cad-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689cb9-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689ccc-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689cdd-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689cde-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c6199258-811a-dc11-7dc4-90d735689cf4-58c27211, #w-node-c6199258-811a-dc11-7dc4-90d735689d0a-58c27211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b4553869-dcdf-3107-80ac-e97aac25b6a1-7bf6e410, #w-node-c6199258-811a-dc11-7dc4-90d735689bb8-58c27211 {
    align-self: center;
  }
}


