.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;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00042c;
  background-image: url('../images/hero-dots-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #01042c;
}

.body {
  font-family: Roboto, sans-serif;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60px;
  max-width: 1200px;
  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-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;
  text-align: right;
}

.image {
  width: 108px;
}

.navlink {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.navlink.w--current {
  color: #59c3c3;
  font-size: 18px;
}

.nav-button {
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #f86d70;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 16px;
  font-weight: 700;
}

.nav-button:hover {
  background-color: #83b4ff;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
}

.wrapper.featuees {
  padding-top: 5%;
}

.wrapper._5percent {
  margin-top: 5%;
}

.hero-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-content {
  padding-right: 75px;
}

.hero-image {
  max-width: 300px;
}

.hero-sub-heading {
  max-width: none;
  margin-bottom: 40px;
  padding-right: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.button {
  min-height: auto;
  min-width: 280px;
  margin-top: 20px;
  margin-right: 15px;
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #f86d70;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.button.form-button {
  height: 70px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 20px;
}

.button.form-button.shor {
  min-width: 198px;
}

.section {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.background {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 5%;
  background-color: #f6f9fc;
}

.section.background.logo-top {
  padding-top: 35px;
  padding-bottom: 80px;
  background-color: #fafbfd;
}

.section.blue-background {
  display: none;
  background-color: #0f6eff;
}

.section.grey-background {
  background-color: #f6f9fc;
}

.section.grey-background.newsletter {
  display: none;
}

.section.footer-section {
  padding-bottom: 25px;
}

.section.footer-section.greybackground {
  background-color: #f6f9fc;
}

.section.app {
  padding-bottom: 10px;
  background-image: url('../images/dots_1dots_1dots_1dots.png');
  background-position: 50% 50%;
  background-size: auto;
}

.logo-grid {
  display: none;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.logo-div.footer {
  padding-right: 0%;
  text-align: left;
}

.logo-image {
  width: 65%;
}

.body-heading {
  font-family: Roboto, sans-serif;
  color: #3f3d56;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
}

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

.heading-centered {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.body-text {
  color: #8c8b9a;
  font-size: 18px;
  line-height: 1.5;
}

.body-text.space-under {
  margin-bottom: 25px;
  color: #8c8b9a;
}

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

.core-features-grid {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.core-feature-div {
  padding: 50px 25px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  cursor: pointer;
}

.core-feature-div:hover {
  background-color: #fff;
}

.core-feature-image {
  width: 40%;
  margin-bottom: 26px;
}

.feat-big-text {
  margin-bottom: 5px;
  color: #3f3d56;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
}

.feat-big-text.features {
  color: #59c3c3;
  text-transform: capitalize;
}

.small-text {
  padding-top: 20px;
  color: #8c8b9a;
  font-size: 18px;
  line-height: 1.5;
}

.small-text.disclaimer {
  color: #8c8b9a;
  font-size: 14px;
}

.small-text.footer {
  font-size: 16px;
  font-weight: 400;
}

.small-text.pagelink {
  color: #3f3d56;
}

.heading-1 {
  max-width: none;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
}

.grid-twos {
  position: relative;
  margin-bottom: 50px;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-twos.send-funds-grid {
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.grid-twos.receive-money-grid {
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.grid-twos.try-grid {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  grid-column-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid-content.left-indent {
  padding-left: 5%;
}

.grid-content.right-indent {
  padding-right: 5%;
}

.grid-image {
  position: relative;
  max-width: 100%;
}

.grid-image.big-image {
  max-width: 70%;
}

.fund-image {
  max-width: 76%;
}

.how-it-works {
  margin-top: 40px;
  margin-bottom: 0px;
}

.how-it-works.works {
  margin-top: 0px;
  padding-top: 10%;
  padding-bottom: 5%;
}

.more-features-grid {
  display: none;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-feat-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;
}

.more-feat-image {
  width: 80px;
}

.how-it-works-grid {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 130px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-div {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.works-image {
  width: 90px;
  margin-bottom: 10px;
}

.works-image.transaction-image {
  margin-bottom: 28px;
}

.dot-div {
  position: absolute;
  left: 215px;
  top: 35px;
  width: 195px;
}

.dot-div-2 {
  position: absolute;
  left: 595px;
  top: -10px;
  width: 195px;
}

.off-screen-image {
  width: 500%;
}

.special-wrapper {
  max-width: 1200px;
  margin-left: auto;
}

.off-screen-div {
  position: relative;
}

.numbers-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.solo-number {
  margin-right: 50px;
}

.number-text {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}

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

.review-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

.review-image {
  width: 60px;
  margin-right: 15px;
}

.review-person-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;
}

.stars-image {
  width: 100px;
}

.review-name {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.review-txt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

.try-image {
  max-width: 150%;
}

.get-started-grid {
  grid-column-gap: 49px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.form-field {
  height: 70px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 0px;
  font-size: 16px;
}

.form-field::-webkit-input-placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field:-ms-input-placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field::-ms-input-placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field::placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field.name {
  width: 100%;
  border-right: 2px solid #fafbfd;
  font-size: 16px;
}

.submit-button {
  height: 70px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  margin-bottom: 0px;
}

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

.footer-logo {
  width: 125px;
  margin-bottom: 10px;
}

.menu-div {
  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;
}

.footer-link {
  display: inline;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6d859e;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-link:hover {
  color: #000;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e6e6e6;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.social-image {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
}

.nav-menu {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.jarods-plug {
  color: #0f6eff;
}

.nav-plug {
  color: #fff;
}

.tour-diamond {
  position: absolute;
  left: 0%;
  top: -7px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  background-color: #f4f8fa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.help-tooltip {
  position: absolute;
  left: 100%;
  top: 20px;
  display: none;
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e3f0;
  border-radius: 5px;
  background-color: #f4f8fa;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  font-size: 11.5px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}

.help-tooltip.tour-tooltip {
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 420px;
  min-height: 0px;
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #4e70f8;
  background-color: #f4f8fa;
  box-shadow: 0 -5px 20px -5px rgba(45, 62, 80, 0.12), 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  color: #000;
  font-size: 14px;
  line-height: 1.7em;
}

.plug {
  color: #4e70f8;
}

.help-title {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}

.welcome-text {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.delete-me-welcome {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.twitter {
  color: #4e70f8;
}

.tour-dot {
  position: absolute;
  left: auto;
  top: -30px;
  right: 5%;
  bottom: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #2aa8ff;
  box-shadow: 0 0 0 30px rgba(42, 168, 255, 0.53);
  color: #64636e;
}

.text-block-2 {
  font-size: 12px;
  line-height: 20px;
}

.tour-bottom-row {
  position: relative;
  bottom: 3px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 10px 22px;
  -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;
  border-top: 1px solid #d8e3f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  color: #64636e;
}

.help-tooltip-content {
  position: relative;
  z-index: 2;
  padding: 20px 30px 22px 22px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60px;
}

.textarea {
  display: block;
}

.app {
  display: block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

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

.utility-page-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-button {
  color: #fff;
}

.question-icon {
  margin-bottom: 35px;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-title.privacy-policy {
  max-width: 1024px;
}

.silent-link {
  color: #637178;
  text-decoration: none;
}

.faq-section {
  position: relative;
  min-height: 600px;
  padding: 140px 5% 120px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 7px 7px 60px 0 #f2f3f6;
  text-decoration: none;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  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;
}

.faq-wrap.privacy-policy {
  max-width: 1200px;
}

.highlight {
  color: #784fe0;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #3f3d56;
  font-size: 44px;
  text-align: center;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-text-details {
  margin-top: 15px;
  color: #637178;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.27px;
}

.question-title {
  width: 90%;
  font-family: Roboto, sans-serif;
  color: #3f3d56;
  font-size: 18px;
  line-height: 24px;
}

.paragraph {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #00042c;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
  text-indent: 2px;
  white-space: normal;
}

.animation {
  width: 60px;
  height: 60px;
}

.paragraph-top {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #637178;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.27px;
}

.infolink {
  color: #59c3c3;
  text-decoration: none;
}

.paragraph-2 {
  max-width: 410px;
  margin-bottom: 25px;
  color: rgba(56, 69, 100, 0.87);
  font-size: 17px;
  line-height: 25px;
}

.h2 {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #213055;
  font-size: 34px;
  line-height: 39px;
}

.sml-logo {
  width: 148px;
}

.sml-logo.sml-2 {
  width: 110px;
}

.image-sml {
  width: 15px;
}

.logo-wrap-tight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 25px auto 100px;
  -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;
}

.button-content {
  margin-top: 10px;
  margin-left: 0px;
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #5a54ff;
  color: #fff;
}

.colour-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-radius: 12px;
  background-color: #eaeefd;
}

.colour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-radius: 12px;
  background-color: #e2fbfb;
}

.colour-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border-radius: 12px;
  background-color: #fceceb;
}

.container-plain {
  display: block;
  max-width: 1140px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-c {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #213055;
  font-size: 24px;
  text-align: center;
}

.h4 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #213055;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.columns {
  margin-bottom: 130px;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #00042c;
  font-size: 21px;
  font-weight: 700;
}

.bold-text {
  font-size: 18px;
}

.text-span {
  font-size: 16px;
}

.text-span-2 {
  text-indent: 0px;
}

.list-item {
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00042c;
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
}

.list-item-2 {
  margin-top: 15px;
  margin-bottom: 18px;
  margin-left: 60px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 20px;
  list-style-type: disc;
}

.pagelink {
  color: #00042c;
  text-decoration: none;
}

.content-right-mob {
  width: 50%;
  min-height: 400px;
}

.submit-button-2 {
  width: 100%;
  min-height: 48px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #f86d70;
  color: #fff;
  font-size: 14px;
}

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

.heading-6 {
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  color: #001632;
  font-size: 48px;
  line-height: 61px;
  font-weight: 300;
  text-align: center;
}

.form-rightside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.field-label {
  color: #f0f7ff;
  font-size: 15px;
  font-weight: 400;
}

.form-2 {
  max-width: 100%;
  padding: 10% 10% 5%;
  border-radius: 6px;
  background-color: #00042c;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-left {
  width: 100%;
  min-height: 400px;
  padding-top: 181px;
  padding-right: 20%;
  padding-left: 20%;
  font-family: Lato, sans-serif;
}

.image-2 {
  display: block;
  width: 800px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30%;
  padding-bottom: 30%;
}

.form-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-right {
  width: 50%;
  min-height: 400px;
}

.text-block-38 {
  margin-bottom: 35px;
  padding-top: 27px;
  color: #00042c;
  font-size: 22px;
}

.text-field {
  display: block;
  width: 100%;
  max-width: 350px;
  min-height: 48px;
  margin-right: 0px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 134, 160, 0.3);
  border-radius: 4px;
  background-color: #f0f7ff;
  box-shadow: none;
  color: #7286a0;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field:focus {
  border-color: #7286a0;
}

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

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

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

.text-field::placeholder {
  color: #b6b6b6;
}

.text-field.no-padding {
  min-height: 48px;
  margin-right: 0px;
  margin-left: 14px;
  border-color: rgba(114, 134, 160, 0.15);
}

.text-field.email {
  max-width: none;
}

.paragraph-4 {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #001632;
  font-size: 30px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.form-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-top: 10px;
  padding-right: 17px;
  padding-bottom: 10px;
  -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;
  color: #001632;
}

.success-message {
  padding: 48px 20% 40px;
  border-radius: 10px;
  background-color: #59c3c3;
  color: #fff;
}

.form-block-2 {
  overflow: visible;
  padding-right: 0%;
  padding-left: 0%;
  font-family: Roboto, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-button-wrap {
    display: none;
  }
  .hero-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }
  .hero-sub-heading {
    padding-right: 0px;
  }
  .button {
    margin-right: 20px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .logo-grid {
    margin-bottom: 75px;
  }
  .logo-div {
    padding-right: 0%;
  }
  .logo-div.footer {
    padding-right: 0%;
  }
  .logo-image {
    width: 80%;
  }
  .heading-centered {
    margin-bottom: 40px;
  }
  .core-features-grid {
    max-width: none;
  }
  .core-feature-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .core-feature-div:hover {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .feat-big-text {
    font-size: 20px;
  }
  .icon {
    color: #fff;
    font-size: 30px;
  }
  .heading-1 {
    font-size: 55px;
  }
  .grid-twos.send-funds-grid {
    grid-column-gap: 15px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .grid-twos.receive-money-grid {
    grid-column-gap: 15px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .grid-content.left-indent {
    padding-left: 0px;
  }
  .grid-content.right-indent {
    padding-right: 0px;
  }
  .more-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .how-it-works-grid {
    grid-column-gap: 50px;
  }
  .works-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dot-div {
    left: 170px;
    top: 50px;
    width: 100px;
  }
  .dot-div-2 {
    left: 420px;
    top: 10px;
    width: 100px;
  }
  .review-grid {
    grid-column-gap: 20px;
  }
  .get-started-grid {
    grid-column-gap: 25px;
  }
  .nav-plug {
    font-size: 12px;
  }
  .paragraph-top {
    max-width: 550px;
    text-align: center;
  }
  .sml-logo {
    width: 130px;
    margin-bottom: 15px;
  }
  .logo-wrap-tight {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-block {
    margin-bottom: 40px;
  }
  .content-right-mob {
    display: block;
    width: 100%;
    min-height: 0px;
  }
  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-6 {
    text-align: center;
  }
  .form-2 {
    width: 100%;
  }
  .content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .image-2 {
    position: relative;
    width: auto;
  }
  .content-right {
    width: 100%;
    padding-top: 85px;
  }
  .image-3 {
    display: block;
    height: 376.98864746px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .paragraph-4 {
    text-align: center;
  }
  .form-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .hero-content {
    width: 100%;
  }
  .hero-image {
    width: 100%;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logo-grid {
    margin-bottom: 50px;
  }
  .logo-image {
    width: 100%;
  }
  .body-heading {
    font-size: 35px;
  }
  .core-features-grid {
    max-width: 60%;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .core-feature-div {
    padding: 25px 25px 35px;
  }
  .heading-1 {
    font-size: 40px;
  }
  .grid-twos {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .grid-twos.receive-money-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .grid-twos.try-grid {
    display: block;
  }
  .grid-content {
    text-align: center;
  }
  .grid-content.left-indent {
    margin-bottom: 30px;
  }
  .grid-content.right-indent {
    margin-bottom: 30px;
  }
  .how-it-works-grid {
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .works-image.transaction-image {
    margin-bottom: 10px;
  }
  .dot-div {
    display: none;
  }
  .dot-div-2 {
    display: none;
  }
  .numbers-div {
    -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;
  }
  .solo-number {
    margin-right: 20px;
    margin-left: 20px;
  }
  .review-grid {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .try-image {
    display: block;
    width: 350px;
  }
  .get-started-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .bottom {
    -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;
  }
  .social {
    margin-top: 5px;
  }
  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    background-color: #4f95ff;
  }
  .logo-wrap-tight {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .heading-6 {
    font-size: 46px;
    line-height: 52px;
  }
}

@media screen and (max-width: 479px) {
  .navlink {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
  .navlink.w--current {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    opacity: 1;
    color: #00042c;
    font-size: 18px;
    font-weight: 700;
  }
  .hero-content {
    margin-top: 30px;
  }
  .hero-sub-heading {
    max-width: none;
    font-size: 18px;
  }
  .button {
    min-width: 280px;
    font-size: 16px;
  }
  .button.form-button {
    font-size: 16px;
  }
  .button.form-button.shor {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    border-radius: 5px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .logo-div {
    text-align: center;
  }
  .logo-div.footer {
    text-align: left;
  }
  .logo-div.mobile-hide {
    display: none;
  }
  .logo-image {
    width: 80%;
  }
  .body-heading {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .body-text {
    font-size: 17px;
  }
  .core-features-grid {
    max-width: 100%;
  }
  .core-feature-image {
    width: 25%;
  }
  .heading-1 {
    max-width: none;
    font-size: 3em;
  }
  .grid-image {
    max-width: 100%;
    text-align: center;
  }
  .grid-image.big-image {
    max-width: none;
  }
  .fund-image {
    max-width: 100%;
    border-radius: 20px;
  }
  .more-features-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .more-feat-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .works-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .solo-number {
    margin-right: 10px;
    margin-left: 10px;
  }
  .number-text {
    font-size: 25px;
  }
  .review-grid {
    max-width: 100%;
  }
  .try-image {
    width: auto;
    max-width: 100%;
  }
  .form-field {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
  }
  .form-field::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-field:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field::placeholder {
    font-size: 16px;
  }
  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button.w--open {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 253, 0.4)), to(rgba(250, 251, 253, 0.4)));
    background-image: linear-gradient(180deg, rgba(250, 251, 253, 0.4), rgba(250, 251, 253, 0.4));
  }
  .nav-menu {
    left: 100px;
    right: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #59c3c3;
    text-align: left;
  }
  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sml-logo {
    margin-bottom: 56px;
  }
  .logo-wrap-tight {
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .h2-c {
    margin-bottom: 59px;
  }
  .heading-6 {
    font-size: 26px;
    line-height: 30px;
  }
  .form-rightside {
    width: 100%;
  }
  .content-left {
    padding-top: 138px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .form-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    height: 250px;
  }
  .form-left-side {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

#w-node-c18755ebf6d5-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9f0c9672910b-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5214cacc1932-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-575ab921f853-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-860456083c9b-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a706636ab420-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d1ac0ef73010-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d7ba696619e8-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2b06cf9b7a76-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e879ecd552b8-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e879ecd552b1-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b0cbe9495980-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8fef36947724-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-23353632fa6f-8ed5bf72 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc8cba4b5054-8ed5bf72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-2b06cf9b7a76-8ed5bf72 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-e879ecd552b8-8ed5bf72 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-8fef36947724-8ed5bf72 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-23353632fa6f-8ed5bf72 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5214cacc1932-8ed5bf72 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

