:root {
  --lj-light-blue: #6ec9c8;
  --lj-dark-blue: #002c5b;
  --lj-med-blue: #0057a4;
  --lj-yellow: #f9ed20;
  --white-smoke: whitesmoke;
  --midnight-blue: #00427a;
  --light-blue: #aad0e3;
  --slate-gray: #58769a;
  --light-steel-blue: #b6c2d1;
  --light-steel-blue-2: #9abccd;
  --dark-gray: #87a5b4;
  --dark-slate-gray: #3c5667;
  --light-slate-gray: #7d9dad;
  --dark-slate-gray-2: #43474b;
  --midnight-blue-2: #003563;
  --facebook-blue: #3b5998;
  --twitter-color: #00aced;
  --google-color: #dd4b39;
  --linked: #007bb6;
  --youtube-color: #b00;
  --teal: #0a5c84;
  --deep-sky-blue: #3bbaf1;
}

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

body {
  color: #fff;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: #58769a;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #58769a;
  text-align: right;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  position: static;
  top: -30px;
  left: -146px;
}

h3:hover {
  color: #00427a;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #555;
  border-radius: 4px;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.download {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  padding: 20px 28px 20px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s, color .5s, transform .5s, opacity .5s;
}

.button.download:hover {
  color: #000;
  background-color: #fff;
  transform: scale(1.05);
}

.button.download.blue-button {
  color: #000c;
  background-color: #0000;
  border-color: #000;
  border-radius: 0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.button.download.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-link {
  color: #fff;
  padding: 20px 8px;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.nav-link:hover {
  color: #ffffff80;
  transform: none;
}

.nav-link.w--current {
  color: #fff;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link.blue-text {
  color: #969696;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-link.blue-text:hover {
  color: #000;
  transform: none;
}

.nav-link.blue-text.w--current {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.black {
  color: #000;
  transition-timing-function: ease;
}

.nav-link.black:hover {
  color: var(--lj-light-blue);
}

.nav-link.black.w--current {
  color: var(--lj-dark-blue);
}

.nav-link.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.login {
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 11px 5px;
  padding: 7px 30px;
}

.nav-link.login.hide, .nav-link.hide {
  display: none;
}

.navbar {
  background-image: linear-gradient(45deg, var(--lj-light-blue), var(--lj-dark-blue));
  border-bottom: 1px solid #0000003b;
  justify-content: space-between;
  height: 83px;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.scroll {
  background-image: linear-gradient(45deg, var(--lj-light-blue), var(--lj-dark-blue));
  height: 50px;
  position: fixed;
  transform: none;
}

.navbar.hide {
  display: none;
}

.hero-devider {
  background-color: #fff3;
  height: 1px;
}

.content-section {
  background-color: #fff;
  background-image: linear-gradient(225deg, var(--lj-dark-blue), var(--lj-light-blue));
  padding: 100px;
}

.content-section.testibg {
  background-color: #00427a;
  background-image: linear-gradient(#3bbaf1ba, #3bbaf1ba), url('../images/bg-face2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 294px;
  background-attachment: scroll, fixed;
  height: 480px;
  display: none;
}

.content-section.bg-how-it-work {
  background-color: #f5f5f5;
  height: 900px;
  padding-top: 200px;
  display: none;
}

.content-section.ourmerchant-bg {
  background-image: url('../images/cloudbg.jpg');
  background-size: cover;
  background-attachment: fixed;
  display: none;
}

.content-section.section-contact-us {
  background-image: none;
  margin-bottom: 0;
  padding-top: 100px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.content-section.section-contact-us.hide {
  display: none;
}

.content-section.download-app {
  background-image: linear-gradient(45deg, #6ec9c8b3, #f9ed20b3), url('../images/Map-Background-Black.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin: 0 auto;
  display: block;
  position: relative;
}

.content-section.download-app.hide {
  display: none;
}

.content-wrapper {
  text-align: center;
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrapper.bg {
  box-shadow: none;
  text-align: left;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.sub-heading {
  color: var(--lj-dark-blue);
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.tabs-content {
  text-align: center;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: -35px;
}

.tabs-menu {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 17px;
  left: 24%;
  overflow: visible;
}

.tab-link {
  background-color: #0000;
  width: 80px;
  height: 80px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link.w--current {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .5s;
}

.tab-link.right {
  float: none;
  transition: background-color .5s;
  top: -455px;
  left: 500%;
  right: -87px;
}

.font-thin {
  font-weight: 300;
}

.tab-desk {
  color: #999;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  position: static;
  top: 24px;
  left: -220px;
  right: 98px;
}

.tab-desk.desk-how-it-work {
  color: #aaa;
  text-align: left;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
}

.tab-desk.desk-how-it-work.left {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.tab-link-block {
  position: absolute;
  top: -10px;
  left: -273%;
  right: 120%;
}

.tab-link-block.right {
  text-align: left;
  top: -10px;
  left: 120%;
  right: -282%;
}

.tab-image-icon {
  opacity: .8;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-image-icon:hover {
  opacity: 1;
}

.left-text {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.left-text:hover {
  color: #000;
}

.right-text {
  text-align: right;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.testimonial {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.testi-slide1 {
  background-color: #0000;
}

.testi-slider {
  background-color: #0000;
  height: 100%;
}

.testi-writer {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.tab-link-how-it-work {
  color: #fff;
  background-color: #00000080;
  width: 160px;
  height: 54px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
  display: inline-block;
}

.tab-link-how-it-work.w--current {
  background-color: #000;
}

.tab-link-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-tab-link {
  background-color: #0000;
  display: block;
}

.tabs-menu-2 {
  height: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-des {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-right: 20px;
}

.div-block-des.right {
  float: right;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 0;
}

.div-block-des.login {
  padding-top: 94px;
}

.div-block-img {
  float: right;
  width: 50%;
  height: 400px;
  padding-top: 0;
}

.div-block-img.left {
  float: left;
  padding-top: 0;
}

.h2-how-it-work {
  color: #000;
  text-align: left;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

.h2-how-it-work.left {
  color: #000;
  text-align: left;
}

.light {
  font-weight: 300;
}

.sub-how-it-work {
  color: #aaa;
  text-align: right;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.sub-how-it-work.left {
  text-align: left;
}

.btn-download {
  float: right;
  background-color: #0000;
  border: 1px solid #000000b3;
  border-radius: 4px;
  width: 49%;
  height: 60px;
  margin-left: 4px;
  transition: background-color .5s;
}

.btn-download:hover {
  background-color: #ffffff7d;
}

.btn-download.left {
  float: left;
  align-items: center;
  width: 210px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.btn-download.left.white {
  border-color: #fff;
  transition: background-color .5s, height .5s;
}

.btn-download.left.white:hover {
  background-color: #0000007d;
  transition: background-color .5s, transform .5s, width .5s, height .5s;
  transform: scale(1.06);
}

.btn-download.right {
  align-items: center;
  width: 210px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.btn-download.right.white {
  opacity: .9;
  border-color: #fff;
  transition: background-color .5s, transform .5s;
}

.btn-download.right.white:hover {
  opacity: 1;
  background-color: #0000007d;
  transition: background-color .5s, width .5s, height .5s, transform .5s;
  transform: scale(1.06);
}

.btn-download.cta-app-store {
  float: left;
  border-color: #000;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.btn-download.cta-app-store._2 {
  width: 250px;
}

.btn-download.cta-android-store {
  float: left;
  color: #333;
  border-color: #000;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-download.cta-android-store._2 {
  width: 250px;
}

.btn-icon {
  float: left;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.btn-text {
  float: left;
  width: 60%;
}

.txt-download-app {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

.txt-download-app.white {
  color: #fff;
}

.download-from {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}

.download-from.white {
  color: #fff;
}

.div-block-merchant {
  background-color: #fff;
  background-image: url('../images/Map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
  padding: 20px;
  box-shadow: 0 2px 13px #3c566766;
}

.our-merchant {
  color: #43474b;
  width: 70%;
  display: block;
}

.our-merchant.download-app {
  color: var(--lj-med-blue);
  font-family: Gothic A1, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.gallery-logo {
  opacity: .5;
  text-align: center;
  width: 130px;
  height: 110px;
  margin: 20px 25px;
  transition: transform .5s, opacity .5s;
  display: inline-block;
}

.gallery-logo:hover {
  opacity: 1;
  transform: scale(1.1);
}

.divide-contact-us {
  background-color: #dedede;
  height: 8px;
  margin-bottom: 120px;
  position: relative;
}

.circle {
  background-color: #dedede;
  background-image: url('../images/icon_envelope.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}

.footer {
  background-color: #e8e8e8;
  background-image: linear-gradient(225deg, var(--lj-dark-blue), var(--lj-light-blue));
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-download {
  width: 510px;
  margin-top: 50px;
  display: block;
}

.block-download.block-cta-dw {
  justify-content: space-around;
  width: 70%;
  margin-top: 0;
  display: flex;
}

.block-download.block-cta-dw.header {
  width: 100%;
  display: block;
}

.block-download.the-app-download {
  width: 450px;
}

.social-media-block {
  color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.social-media-block.how-it-work {
  float: right;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-social-icon {
  background-color: #7d9dad;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  margin: 10px;
  transition: transform .5s, background-color .5s;
  display: inline-block;
}

.bg-social-icon:hover {
  transform: scale(1.1);
}

.bg-social-icon.facebook {
  background-color: #fff;
}

.bg-social-icon.facebook:hover {
  opacity: 1;
  background-color: #000;
}

.bg-social-icon.twitter {
  background-color: #fff;
}

.bg-social-icon.twitter:hover {
  background-color: #000;
}

.bg-social-icon.google-plus {
  background-color: #fff;
}

.bg-social-icon.google-plus:hover {
  background-color: #000;
}

.bg-social-icon.linked {
  background-color: #fff;
}

.bg-social-icon.linked:hover {
  background-color: #6bcfff;
}

.bg-social-icon.youtube {
  background-color: #fff;
}

.bg-social-icon.youtube:hover {
  background-color: #000;
}

.social-icon {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.btn-app-store {
  float: left;
  border: 1px solid #000000b3;
  border-radius: 4px;
  width: 49%;
  height: 60px;
  transition: background-color .5s;
}

.btn-app-store:hover {
  background-color: #ffffff7d;
  transform: none;
}

.white-logo {
  opacity: .8;
  margin-top: 16px;
  transition: transform .5s, opacity .5s;
}

.white-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

.white-logo.w--current {
  opacity: .9;
  margin-top: 16px;
  transition: transform .5s, opacity .5s;
}

.white-logo.w--current:hover {
  opacity: 1;
  transform: scale(1.04);
}

.white-logo.color-logo {
  margin-top: 7px;
  margin-bottom: 7px;
}

.white-logo.color-logo:hover {
  transform: scale(1.04);
}

.nav-menu-open {
  margin-top: 4px;
  margin-bottom: 0;
}

.block-download-btn {
  padding-left: 14px;
  display: inline;
}

.slider {
  height: 100%;
  position: relative;
  inset: 0;
}

.slide-1 {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-container {
  height: 100%;
  position: relative;
}

.div-hero-image {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 140px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-image {
  display: none;
}

.div-cta {
  float: right;
  width: 50%;
  height: 100%;
  padding-top: 260px;
  padding-left: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sub-headline {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.slide-2 {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-container {
  height: 100%;
  display: block;
  position: relative;
}

.div-block-left {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 360px;
}

.hero-2 {
  width: 600px;
  position: absolute;
  top: 182px;
  left: 47%;
  overflow: hidden;
}

.blok-img-slide-2 {
  float: right;
  width: 50%;
  height: 100%;
}

.slide-3 {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-container {
  height: 100%;
}

.div-block-des-slide-3 {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 315px;
  display: inline-block;
  position: relative;
}

.div-block-hero-3 {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hero-3 {
  display: inline-block;
  position: absolute;
  top: 244px;
  overflow: hidden;
}

.container-nav-bar {
  height: 60px;
  position: relative;
}

.tabsmenu {
  height: 60px;
}

.fixed-navbar {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 4px #0000004d;
}

.text-filed {
  border: 1px solid #d6d6d6;
  width: 70%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  display: block;
}

.text-filed:hover {
  background-color: #f0f0f0;
}

.text-area {
  float: none;
  width: 70%;
  max-width: 70%;
  min-height: 160px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  display: block;
  overflow: hidden;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.succsess-message {
  background-color: #51ad3e;
  border-radius: 6px;
  width: 70%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.error-message {
  background-color: #d66363;
  border-radius: 6px;
  width: 70%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button-submit {
  background-color: var(--lj-dark-blue);
  border-radius: 10px;
  width: 70%;
  height: 60px;
  font-family: Gothic A1, sans-serif;
  font-weight: 700;
  transition: background-color .5s;
}

.button-submit:hover {
  background-color: #494949;
}

.brand {
  float: none;
  text-transform: none;
  justify-content: space-between;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: block;
}

.brand.w--current {
  width: 150px;
  text-decoration: none;
}

.icon-logo {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-logo.scroll {
  height: 40px;
}

.logo-text {
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.line-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image {
  display: inline-block;
}

.div-block {
  height: 100vh;
  min-height: 700px;
}

.header-section {
  clear: left;
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 600px;
  display: block;
  position: relative;
}

.header-section.about {
  background-image: url('../images/About-BG.jpg');
  background-position: 50% 14%;
  background-size: 90%;
}

.columns {
  flex: 1;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

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

.heading-2 {
  color: #000;
  text-align: left;
}

.header-more-info-strip {
  background-color: #f0f0f0;
  background-image: linear-gradient(45deg, var(--lj-light-blue), var(--lj-yellow));
  height: 150px;
  position: relative;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.body {
  background-color: #0000;
}

.heading-3, .heading-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.heading-4:hover {
  color: #000;
}

.heading-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.heading-5:hover {
  color: #000;
}

.heading-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.heading-6:hover {
  color: #000;
}

.tabs {
  margin-top: 100px;
  margin-bottom: 70px;
  display: none;
}

.heading-7 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.image-3 {
  height: 600px;
  margin-top: -51px;
}

.image-4 {
  height: 350px;
}

.heading-8 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.heading-9 {
  color: var(--lj-med-blue);
  font-family: Gothic A1, sans-serif;
}

.image-5, .image-6 {
  height: 350px;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
}

.column.scroll {
  padding-top: 5px;
  padding-bottom: 5px;
}

.burger {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 66px;
  height: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.line1 {
  transform-origin: 50%;
  background-color: #fff;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line1.grey {
  background-color: #424242;
  height: 5px;
}

.line2 {
  transform-origin: 50%;
  background-color: #fff;
  width: 100%;
  height: 15px;
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line2.grey {
  background-color: #424242;
  height: 5px;
}

.line3 {
  transform-origin: 50%;
  background-color: #fff;
  width: 100%;
  height: 15px;
  margin-top: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line3.grey {
  background-color: #424242;
}

.image-7 {
  float: left;
  width: 36px;
  height: 27px;
  margin-right: 20px;
  display: inline;
}

.column-2 {
  z-index: 1000;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.column-2.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigate-text {
  color: #fff;
  text-align: left;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navigate-text.hide {
  display: none;
}

.div-block-3 {
  z-index: 2000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-menu-slide {
  z-index: 10000;
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  margin-top: -83px;
  display: none;
  position: fixed;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 83px;
  padding-right: 40px;
  display: flex;
}

.image-8 {
  width: 36px;
}

.link-block {
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.columns-2 {
  width: 100%;
  position: relative;
}

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

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph {
  color: var(--lj-dark-blue);
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paragraph.white {
  color: #fff;
}

.large-text {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

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

.image-9 {
  width: 150px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.small-text {
  color: var(--lj-dark-blue);
  margin-top: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

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

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

.page-heading-columns {
  align-items: flex-start;
  max-width: 1250px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-heading-columns.pricing {
  max-width: 1000px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-10 {
  width: 100%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.small-heading {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.column-3 {
  padding-left: 40px;
}

.header-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.header-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 130px;
  padding-right: 0;
  display: none;
  position: relative;
}

.columns-4 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.icons {
  width: 80%;
  margin-bottom: 20px;
}

.columns-5 {
  flex: 1;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.content-heading {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.columns-6 {
  align-items: center;
  display: flex;
}

.image-11 {
  width: 90%;
}

.icon-heading {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.long-divider {
  border-bottom: 1px solid #0000004d;
  margin: 70px auto;
  display: none;
}

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

.column-4 {
  padding-left: 40px;
}

.columns-7 {
  align-items: center;
  display: flex;
}

.image-12 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-13 {
  height: 40px;
}

.gif {
  z-index: 100;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.gif:hover {
  transform: scale(1.2);
}

.scroll-down-indicator {
  z-index: 9000;
  max-width: 30%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.div-block-7 {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-15, .image-16 {
  width: 30px;
}

.social-link-block {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-section {
  padding: 140px 100px 150px;
}

.pages-heading {
  color: var(--lj-med-blue);
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Gothic A1, sans-serif;
  font-size: 40px;
  line-height: 65px;
}

.pages-heading.white {
  color: #fff;
  text-shadow: 0 3px 6px var(--lj-dark-blue);
  line-height: 50px;
}

.columns-8 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.div-block-8 {
  background-color: #000;
  width: 15px;
  height: 15px;
  margin: 10px;
}

.div-block-9 {
  border-right: 1px solid #000;
  width: 1px;
  height: 450px;
}

.step-text {
  color: var(--lj-light-blue);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.short-bold-divider {
  background-image: linear-gradient(45deg, var(--lj-light-blue), var(--lj-dark-blue));
  width: 100px;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-11 {
  display: flex;
}

.steps-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-6, .column-7, .column-8, .column-9, .column-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pricing-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". . ."
                 ". . ." minmax(auto, 1fr)
                 ". . ." 1fr
                 ". . Area"
                 / 2.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.description {
  color: var(--lj-dark-blue);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.pricing {
  color: var(--lj-dark-blue);
  text-align: left;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-grid-divs {
  background-color: #fff;
  margin-right: -5px;
  padding: 5px 20px 15px 0;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq-heading-div {
  border-left: 5px solid var(--lj-light-blue);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: block;
}

.faq-heading {
  color: var(--lj-med-blue);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Gothic A1, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.faq-div {
  border-left: 5px solid var(--lj-light-blue);
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  display: block;
}

.faq-div.centre {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-answer {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-17 {
  height: 20px;
}

.navbar-2 {
  background-image: linear-gradient(45deg, var(--lj-dark-blue), var(--lj-light-blue));
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
}

.brand-2 {
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.brand-2.w--current {
  display: flex;
}

.header-slider {
  height: 100%;
}

.columns-9 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-1-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Girl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.columns-10 {
  flex: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-heading {
  color: var(--lj-med-blue);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Gothic A1, sans-serif;
  font-weight: 500;
  line-height: 60px;
}

.header-heading.white {
  color: #fff;
  text-shadow: 2px 2px 4px var(--lj-dark-blue);
}

.paragraph-2 {
  color: var(--lj-dark-blue);
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.slide-2-bg {
  background-image: url('../images/Iron.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.slide-3-bg {
  background-image: url('../images/Shirts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.how-it-works-div {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr 1fr .5fr 1fr .5fr 1fr;
}

.grid-heading {
  text-align: center;
  text-transform: none;
  font-family: Gothic A1, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.grid-paragraph {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.grid-paragraph.black {
  color: var(--lj-dark-blue);
}

.image-18, .image-19, .image-20, .image-21 {
  align-self: center;
  width: 150px;
  padding: 20px;
}

.grid-3 {
  grid-column-gap: 99px;
  grid-row-gap: 11px;
  grid-template: ". . ."
                 ". . ."
                 ". . Area"
                 / 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(200px, .25fr);
  margin-top: 40px;
  position: static;
}

.grid-bold-text {
  font-size: 16px;
}

.image-22 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-pricing-button {
  background-color: var(--lj-dark-blue);
  text-align: center;
  border-radius: 10px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 40px;
  font-size: 15px;
  display: block;
}

.section-2 {
  padding-top: 150px;
}

.columns-11 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-23 {
  width: 150px;
  margin-bottom: 30px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-links {
  color: var(--lj-light-blue);
  font-family: Gothic A1, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

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

.image-24 {
  height: 600px;
}

.faq-question-headings {
  margin-top: 20px;
  font-size: 20px;
}

.paragraph-3 {
  color: var(--lj-dark-blue);
  margin-top: 20px;
}

.pricing-section {
  padding: 100px 100px 150px;
}

.image-25 {
  width: 100px;
  margin-bottom: 20px;
}

.div-block-13 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-26, .image-27 {
  width: 30px;
  height: 30px;
}

.services-section {
  padding: 100px 50px;
  display: block;
}

.italic-text {
  margin-left: 2px;
  margin-right: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

.div-block-14, .services-container, .pricing-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.html-embed {
  margin-top: 30px;
  margin-bottom: 30px;
}

.book-now-button {
  background-color: var(--lj-light-blue);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 50px;
}

.column-12, .column-13 {
  padding-left: 0;
  padding-right: 0;
}

.right-arrow, .left-arrow {
  width: 50px;
}

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

.div-block-15 {
  height: 100%;
}

.link-3 {
  color: #fff;
  margin-left: 15px;
  padding-top: 3px;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div-block-16 {
  justify-content: space-between;
  display: flex;
}

.open-lockdown-div {
  z-index: 999999999;
  background-color: #f5f5f5b3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.open-message {
  background-color: var(--white-smoke);
  flex-direction: column;
  width: 40%;
  padding: 30px 20px;
  display: flex;
  box-shadow: 4px 4px 5px #0000004d;
}

.text-block {
  color: var(--lj-med-blue);
  text-align: center;
  letter-spacing: 1px;
  font-family: Gothic A1, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.image-29 {
  width: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.link-4, .link-5 {
  text-align: center;
}

.spacer {
  height: 25px;
}

.italic-text-2 {
  color: var(--lj-dark-blue);
}

html.w-mod-js [data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js [data-ix="fade-down"], html.w-mod-js [data-ix="fade-down-2"], html.w-mod-js [data-ix="fade-down-3"], html.w-mod-js [data-ix="fade-down-4"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="scroll-from-left"], html.w-mod-js [data-ix="scroll-from-left-2"], html.w-mod-js [data-ix="scroll-from-left-3"], html.w-mod-js [data-ix="scroll-from-left-4"], html.w-mod-js [data-ix="scroll-from-left-5"] {
  opacity: .02;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-from-right"], html.w-mod-js [data-ix="scroll-from-right-2"], html.w-mod-js [data-ix="scroll-from-right-3"], html.w-mod-js [data-ix="scroll-from-right-4"], html.w-mod-js [data-ix="scroll-from-right-5"], html.w-mod-js [data-ix="scroll-from-right-6"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="appaer-and-show"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="scroll-from-left-6"] {
  opacity: .02;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-from-right-7"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="appaer-and-show-2"], html.w-mod-js [data-ix="appaer-and-show-3"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="fade-down-scroll"], html.w-mod-js [data-ix="fade-down-scroll-2"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="appaer-and-show-4"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="fade-down-scroll-3"], html.w-mod-js [data-ix="fade-down-scroll-4"], html.w-mod-js [data-ix="fade-down-scroll-5"], html.w-mod-js [data-ix="fade-down-scroll-6"], html.w-mod-js [data-ix="fade-down-scroll-7"], html.w-mod-js [data-ix="fade-down-scroll-8"], html.w-mod-js [data-ix="fade-down-scroll-9"], html.w-mod-js [data-ix="fade-down-scroll-10"] {
  opacity: 0;
  transform: translate(0, -35px);
}

html.w-mod-js [data-ix="appaer-and-show-5"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="bottom-up"] {
  opacity: 0;
  transform: translate(0, 516px);
}

html.w-mod-js [data-ix="center"] {
  transform: translate(-50%);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    display: block;
  }

  .button.download {
    color: #edf9ff;
    background-color: #00427abd;
    border-color: #7d9dad7d;
    width: 40%;
    height: 60px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }

  .button.download:hover {
    background-color: #00427a;
  }

  .nav-link {
    color: #7d9dad;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: color .5s, opacity .5s, transform .5s;
    display: block;
  }

  .nav-link:hover {
    color: #00427a;
    background-color: #ebebeb;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .nav-link.login {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar {
    background-color: #0000;
  }

  .menu-button {
    background-color: #0000;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    transition: background-color .5s;
    display: block;
  }

  .menu-button:hover {
    background-color: #ffffff17;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .i-icon {
    font-size: 38px;
    display: inline-block;
    position: absolute;
    inset: 13px 0 0;
  }

  .i-icon.fix-nav {
    color: #0a5c84;
    inset: 13px auto auto 11px;
  }

  .content-section {
    padding-bottom: 155px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .content-section.testibg {
    padding-bottom: 80px;
  }

  .content-section.bg-how-it-work {
    height: auto;
    padding-bottom: 80px;
  }

  .content-section.section-contact-us, .content-section.download-app {
    padding-bottom: 80px;
  }

  .content-wrapper {
    height: 100%;
  }

  .content-wrapper.bg {
    padding-left: 10px;
    padding-right: 20px;
  }

  .tabs-menu {
    top: -45px;
    left: 18%;
  }

  .tab-link, .tab-link.w--current {
    margin-bottom: 100px;
  }

  .tab-link.right {
    top: -648px;
    left: 478%;
    right: -56px;
  }

  .tab-desk.desk-how-it-work {
    float: right;
    width: 98%;
    margin-bottom: 20px;
  }

  .tab-desk.desk-how-it-work.left {
    float: left;
  }

  .tab-link-block {
    top: 88px;
    left: -144%;
    right: 6%;
  }

  .tab-link-block.right {
    top: 88px;
    left: 6%;
    right: -160%;
  }

  .left-text {
    line-height: 22px;
  }

  .testimonial {
    margin-top: 30px;
  }

  .testi-slide1 {
    height: 259px;
    display: inline-block;
  }

  .tab-link-how-it-work {
    width: 80%;
    height: 60px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
  }

  .div-block-des {
    width: 50%;
    padding-right: 2%;
  }

  .div-block-img {
    margin-top: 11%;
  }

  .div-block-img.left {
    margin-top: 8%;
  }

  .h2-how-it-work {
    float: right;
    width: 90%;
    font-size: 28px;
  }

  .h2-how-it-work.left {
    float: left;
  }

  .sub-how-it-work {
    float: right;
    width: 90%;
  }

  .sub-how-it-work.left {
    float: left;
  }

  .btn-download {
    float: right;
    width: 70%;
    margin-top: 6px;
    margin-right: 0;
    display: block;
  }

  .btn-download.left.white {
    float: left;
    width: 49%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-download.right {
    float: right;
  }

  .btn-download.right.white {
    float: right;
    text-align: center;
    width: 49%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-download.cta-app-store {
    float: left;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .5s, transform .5s;
  }

  .btn-download.cta-app-store:hover {
    transform: scale(1.08);
  }

  .btn-download.cta-android-store {
    float: left;
    width: 80%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .5s, transform .5s;
  }

  .btn-download.cta-android-store:hover {
    transform: scale(1.05);
  }

  .our-merchant, .block-download {
    width: 80%;
  }

  .block-download.the-app-download {
    width: 100%;
    margin-top: auto;
  }

  .btn-app-store {
    float: right;
    width: 70%;
  }

  .white-logo {
    margin-top: 10px;
  }

  .white-logo.w--current {
    transform: scale(.98);
  }

  .white-logo.w--current:hover {
    transform: scale(1.02);
  }

  .white-logo.color-logo:hover {
    transform: scale(1.03);
  }

  .white-logo.color-logo.w--current {
    transform: scale(.98);
  }

  .white-logo.color-logo.w--current:hover {
    transform: scale(1.02);
  }

  .nav-menu-open {
    background-color: #f5f5f5;
    height: auto;
    display: inline-block;
  }

  .block-download-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .block-download-btn:hover {
    background-color: #ebebeb;
  }

  .div-hero-image {
    padding-top: 204px;
  }

  .hero-image {
    bottom: 79px;
  }

  .div-cta {
    padding-top: 200px;
    padding-left: 30px;
    display: inline-block;
  }

  .sub-headline {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 35px;
  }

  .div-block-left {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 145px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .hero-2 {
    width: 600px;
    inset: 318px 40px 1px 12%;
  }

  .div-block-des-slide-3 {
    float: none;
    text-align: center;
    width: 90%;
    height: 36%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 155px;
    display: block;
    position: relative;
  }

  .div-block-hero-3 {
    width: 90%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-3 {
    top: 51px;
    left: 149px;
  }

  .container-nav-bar {
    height: 100%;
  }

  .tabcontent {
    height: 100%;
    margin-top: 300px;
  }

  .tabsmenu {
    height: auto;
  }

  .fixed-navbar {
    position: fixed;
  }

  .text-filed {
    width: 80%;
  }

  .text-area {
    width: 80%;
    max-width: 80%;
  }

  .succsess-message, .error-message, .button-submit {
    width: 80%;
  }

  .container {
    display: block;
  }

  .image-12 {
    width: 80%;
  }

  .faq-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .slide-1-bg {
    background-size: cover;
    padding-left: 71px;
    padding-right: 71px;
  }

  .header-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .slide-2-bg {
    background-position: 0;
    background-size: cover;
    padding-left: 70px;
    padding-right: 70px;
  }

  .slide-3-bg {
    padding-left: 70px;
    padding-right: 70px;
  }

  .grid-heading {
    font-size: 20px;
  }

  .column-11, .column-12, .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-image: linear-gradient(45deg, var(--lj-dark-blue), var(--lj-light-blue));
  }

  .menu-button-2 {
    color: var(--lj-med-blue);
    background-color: #0000;
  }

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

  .icon {
    color: #fff;
  }

  .slide-nav {
    font-size: 10px;
  }

  .open-message {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  .button.download {
    width: 50%;
  }

  .content-section {
    padding-bottom: 100px;
  }

  .content-wrapper {
    height: 100%;
  }

  .content-wrapper.bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-heading {
    margin-bottom: 49px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .tabs-content {
    width: 320px;
    height: 600px;
    margin-top: 60px;
    display: block;
    position: static;
  }

  .tabs-menu {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .tab-link {
    border-radius: 6px;
    width: 100%;
    height: 90px;
    margin-top: 4px;
    margin-bottom: auto;
    display: block;
  }

  .tab-link.w--current {
    border-radius: 4px;
    margin-bottom: 4px;
    display: block;
  }

  .tab-link.right {
    position: static;
  }

  .tab-desk.desk-how-it-work {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-desk.desk-how-it-work.left {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-block {
    float: left;
    width: 80%;
    display: inline-block;
    position: static;
  }

  .tab-link-block.right {
    text-align: left;
  }

  .tab-image-icon {
    width: 20%;
    height: 60px;
    margin-top: 10px;
  }

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

  .right-text {
    display: block;
  }

  .testimonial {
    margin-top: 26px;
    font-size: 22px;
  }

  .testi-slide1 {
    height: 100%;
  }

  .testi-writer {
    margin-top: 30px;
    font-size: 16px;
  }

  .tab-link-how-it-work {
    width: 80%;
  }

  .div-block-des {
    float: none;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-des.right {
    float: none;
    padding-top: 30px;
  }

  .div-block-des.login {
    padding-top: 30px;
  }

  .div-block-img {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .div-block-img.left {
    margin-top: auto;
  }

  .h2-how-it-work, .h2-how-it-work.left, .sub-how-it-work, .sub-how-it-work.left {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-download {
    float: none;
    clear: none;
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .btn-download.left {
    float: left;
    margin: 10px auto;
    display: flex;
  }

  .btn-download.left.white {
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
  }

  .btn-download.right {
    float: right;
    margin: 10px auto;
    display: flex;
  }

  .btn-download.right.white, .btn-download.cta-app-store, .btn-download.cta-android-store {
    width: 100%;
  }

  .btn-icon {
    width: 14%;
  }

  .btn-text {
    width: 80%;
  }

  .gallery-logo {
    width: 22%;
    margin-left: 28px;
    margin-right: 28px;
  }

  .block-download.block-cta-dw {
    text-align: center;
    width: 60%;
    display: block;
  }

  .block-download.the-app-download {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .social-media-block.how-it-work {
    float: none;
  }

  .btn-app-store {
    float: none;
    width: 60%;
  }

  .white-logo {
    transform: scale(.96);
  }

  .white-logo.w--current {
    margin-top: 18px;
    transform: scale(.94);
  }

  .white-logo.w--current:hover {
    transform: scale(.98);
  }

  .white-logo.color-logo {
    margin-top: 18px;
    transform: translate(0, -5px)scale(.9);
  }

  .white-logo.color-logo:hover, .white-logo.color-logo.w--current {
    transform: scale(.94);
  }

  .white-logo.color-logo.w--current:hover {
    transform: scale(.98);
  }

  .slider {
    height: 900px;
    min-height: 900px;
  }

  .slide-1-container {
    height: 100%;
    overflow: hidden;
  }

  .div-hero-image {
    float: right;
    width: 100%;
    padding-top: 487px;
    padding-left: 31px;
    display: block;
    position: static;
    inset: 0 0 auto auto;
  }

  .hero-image {
    position: static;
  }

  .div-cta {
    float: none;
    clear: both;
    text-align: center;
    width: 80%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 160px;
    padding-left: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .div-block-left {
    float: none;
    width: 90%;
    margin-top: 30%;
    display: block;
  }

  .hero-2 {
    top: 360px;
    left: 0%;
  }

  .div-block-des-slide-3 {
    float: none;
    width: 80%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 173px;
    padding-left: 0;
    display: block;
  }

  .div-block-hero-3 {
    width: 80%;
  }

  .hero-3 {
    top: 26px;
    left: 40px;
  }

  .succsess-message {
    width: 80%;
    height: 100%;
  }

  .paragraph {
    text-align: left;
  }

  .small-text {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    display: block;
  }

  .image-12 {
    width: 30%;
  }

  .faq-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .header-heading.white {
    font-size: 40px;
    line-height: 50px;
  }

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

  .grid-heading {
    font-size: 18px;
  }

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

  .image-18 {
    align-self: center;
    width: 86px;
  }

  .image-19 {
    align-self: center;
  }

  .grid-3 {
    grid-column-gap: 19px;
  }

  .section-2 {
    padding-top: 100px;
  }

  .image-23 {
    width: 100px;
  }

  .div-block-12 {
    padding-top: 20px;
  }

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

  .open-message {
    width: 60%;
  }

  .text-block {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 41px;
    line-height: 48px;
    overflow: visible;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    margin-top: 8px;
  }

  .button.download {
    width: 70%;
  }

  .nav-link {
    color: #fff;
    font-size: 13px;
  }

  .nav-link:hover {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-link.w--current {
    font-size: 13px;
    line-height: 16px;
  }

  .menu-button.w--open {
    color: #0000;
  }

  .i-icon {
    color: #fff;
  }

  .i-icon:focus {
    color: #00427a;
  }

  .content-section {
    padding: 60px 49px 40px;
  }

  .content-section.testibg {
    padding-bottom: 30px;
  }

  .content-section.ourmerchant-bg {
    padding-bottom: 40px;
  }

  .content-section.download-app {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper {
    height: 100%;
  }

  .sub-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .tabs-content {
    width: 300px;
    height: auto;
    margin-top: 30px;
  }

  .tabs-menu {
    clear: both;
    display: inline-block;
    position: static;
    inset: 0 18%;
  }

  .tab-link {
    height: 60px;
    margin-top: 4px;
  }

  .tab-desk {
    display: none;
  }

  .tab-desk.desk-how-it-work {
    width: 100%;
    margin-top: 3px;
    display: block;
  }

  .tab-image-icon {
    float: right;
    width: 16%;
    height: 39px;
    margin-top: 2px;
  }

  .right-text {
    display: none;
  }

  .testimonial {
    width: 90%;
    margin-top: 20px;
    font-size: 18px;
  }

  .testi-slider {
    height: 100%;
  }

  .testi-writer {
    width: 90%;
  }

  .testi-slide-nav {
    padding-top: 11px;
  }

  .tab-link-how-it-work {
    color: #fff;
    width: 90%;
    margin-bottom: 4px;
  }

  .tab-link-how-it-work.w--current {
    border-style: none;
    border-width: 0;
    margin-bottom: 4px;
  }

  .div-block-tab-link {
    width: 100%;
    height: auto;
    position: static;
  }

  .tabs-menu-2 {
    display: block;
  }

  .div-block-des {
    margin-top: 0%;
  }

  .div-block-img {
    width: 100%;
    margin-top: 8%;
  }

  .h2-how-it-work {
    float: none;
    width: 100%;
    font-size: 23px;
  }

  .h2-how-it-work.left {
    float: left;
    display: inline;
  }

  .sub-how-it-work {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .sub-how-it-work.left {
    display: block;
  }

  .btn-download {
    float: left;
    width: 100%;
    margin-bottom: 4px;
  }

  .btn-download.right {
    float: left;
  }

  .btn-icon {
    width: 20%;
  }

  .btn-text {
    width: 75%;
  }

  .div-block-merchant {
    margin: 18px;
    padding: 0;
  }

  .our-merchant {
    width: 90%;
    margin-bottom: 30px;
    line-height: 20px;
  }

  .our-merchant.download-app {
    margin-bottom: 30px;
  }

  .gallery-logo {
    width: 30%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .divide-contact-us {
    margin-bottom: 70px;
  }

  .block-download {
    width: 80%;
    margin-top: 65px;
  }

  .block-download.block-cta-dw {
    width: 80%;
  }

  .block-download.the-app-download {
    margin-top: 58px;
  }

  .social-media-block.how-it-work {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bg-social-icon, .bg-social-icon.facebook {
    margin-left: 4px;
    margin-right: 4px;
  }

  .copyright {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-app-store {
    width: 100%;
  }

  .white-logo.w--current {
    margin-top: 20px;
    transform: scale(.9);
  }

  .white-logo.w--current:hover {
    transform: scale(.92);
  }

  .white-logo.color-logo.w--current {
    margin-top: 20px;
    transform: scale(.9);
  }

  .white-logo.color-logo.w--current:hover {
    transform: scale(.92);
  }

  .slide-1 {
    overflow: hidden;
  }

  .div-hero-image {
    float: none;
    clear: both;
    width: 200%;
    height: 200%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 500px;
    padding-left: 0;
  }

  .hero-image {
    position: relative;
    inset: 42px 42px auto -93px;
  }

  .div-cta {
    width: 90%;
    padding-top: 140px;
  }

  .sub-headline {
    font-size: 23px;
    line-height: 30px;
  }

  .slide-2 {
    overflow: hidden;
  }

  .div-block-left {
    width: 90%;
    height: auto;
    margin-top: 140px;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-2 {
    width: auto;
    inset: 57px auto auto 23%;
    overflow: hidden;
  }

  .blok-img-slide-2 {
    width: 200%;
    height: 90%;
    display: block;
    position: relative;
  }

  .slide-3 {
    overflow: hidden;
  }

  .div-block-des-slide-3 {
    width: 90%;
    height: auto;
    padding-top: 165px;
  }

  .div-block-hero-3 {
    width: 200%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -61px;
    left: -54px;
    overflow: hidden;
  }

  .hero-3 {
    display: inline-block;
    position: absolute;
    inset: 93px auto auto 54px;
    overflow: hidden;
  }

  .fixed-navbar {
    display: block;
  }

  .text-filed {
    width: 90%;
  }

  .text-area {
    width: 90%;
    max-width: 90%;
  }

  .succsess-message {
    width: 90%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .error-message {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-submit {
    width: 90%;
  }

  .paragraph {
    text-align: left;
  }

  .scroll-down-indicator.w--current {
    z-index: 899;
  }

  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pages-heading {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .pricing-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: minmax(198px, .5fr) .5fr 1fr;
  }

  .description {
    object-fit: scale-down;
    font-size: 14px;
  }

  .pricing {
    min-width: 0;
    max-width: 80px;
    font-size: 14px;
  }

  .image-17 {
    height: 15px;
    margin-bottom: 5px;
  }

  .navbar-2 {
    z-index: 999;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slide-1-bg {
    background-position: -5px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .header-heading.white {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .slide-2-bg {
    background-position: -4px 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide-3-bg {
    background-position: 50%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-2.desktop {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .5fr 1fr .5fr 1fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-18.mobile {
    align-self: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-3 {
    grid-column-gap: 19px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    justify-items: center;
    display: block;
  }

  .image-22 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .services-pricing-button {
    max-width: 170px;
    margin-top: 20px;
  }

  .pricing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    height: 105vh;
  }

  .menu-button-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon {
    margin-top: 12px;
  }

  .icon-2, .icon-3 {
    font-size: 20px;
  }

  .right-arrow, .left-arrow {
    width: 40px;
  }

  .column-14, .column-15, .column-16 {
    display: none;
  }

  .grid-4 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4.hide {
    display: none;
  }

  .image-28 {
    align-self: center;
    width: 30%;
    margin: 16px auto;
    display: none;
  }

  .columns-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-17, .column-18, .column-19, .column-20, .column-21 {
    padding-left: 0;
  }

  .link-2 {
    color: snow;
    text-decoration: none;
  }

  .link-3 {
    margin-left: 0;
  }

  .open-message {
    width: 80%;
  }

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

  .image-29 {
    width: 100px;
  }

  .link-6 {
    color: #fff;
    text-decoration: none;
  }
}

#w-node-b0d97f1e-eafe-8aee-8803-80597ba399e5-83bbe605, #w-node-_2135e2c5-4439-3382-b6b0-755a8fe1e89a-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32d6c9ff-5d9b-de35-ccac-0b9c41f6b9a1-83bbe605 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-f144e3d6-fa88-e889-08fd-c15995f91940-83bbe605 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-a45df636-14ff-673c-7cd5-35fc8cc5292d-83bbe605 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b76fe0f-9d3a-8913-cabb-4a50e29eaba2-83bbe605 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_1a352fc4-413f-4d4e-a771-9c6773b4037d-83bbe605 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-cac80129-112b-c66b-5a89-5e70ef667291-83bbe605 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_4680a6a5-8454-42cc-efac-80b56443ddc0-83bbe605 {
  grid-area: 2 / 6 / 3 / 7;
  place-self: center;
}

#w-node-_31723aa5-0de2-7c93-cd14-508f22449f9d-83bbe605 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-cb24b724-6729-55b8-431b-7aff7f90452c-83bbe605 {
  grid-area: 2 / 7 / 3 / 8;
  place-self: center;
}

#w-node-_86747da2-96f6-01b0-6618-6fd6e72768e3-83bbe605 {
  grid-area: 2 / 5 / 3 / 6;
  place-self: center;
}

#w-node-_06e0c054-e61e-a55b-e7b6-93771c0066e2-83bbe605 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_84f00f84-5a51-c67e-d5b8-f52cc28e25ff-83bbe605 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_387ca329-56be-43c6-a940-247e15d1038b-83bbe605 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_6ecc259a-3dd8-f9cc-fe3f-b825b175cde7-83bbe605 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_6641af4d-2b0d-db74-b633-6b30f8e0139d-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f6bb5ed-ae94-c1c9-7cf2-56d3db4ecda2-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_39c92548-ea86-7ed4-7fc5-ab25b8f669ef-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8814ba6-6325-907e-8085-8aa5a4253543-83bbe605, #w-node-_37120d2c-bf14-f777-b565-88ab0cba2fa3-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2adede4e-5c3e-c0f1-df57-9e40734e7002-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8d610994-8cae-515c-45d3-922b115f8260-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_982365fc-4472-64a2-d2ce-d13cf8bf7666-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75d93253-7a5a-e580-2086-a88712195e63-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_13e4043d-afde-bf45-e983-65150efb8ee5-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfe4545e-2757-c75e-8135-691db8b39d75-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0be513fc-c96f-89f0-fb78-4df27375209a-83bbe605, #w-node-_0ae820a6-3dfa-de7a-9deb-0f954dc4dd2f-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d7e36b4-052f-5c21-8357-5741d875f2f5-83bbe605 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c8c4f993-0020-e49d-7758-01a695f63014-83bbe605, #w-node-_655cbe26-d455-4ee1-4a7a-a3d72c446b0e-4b406e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85b95df3-6a5c-1ccf-6709-8f2bb13bbba6-4b406e90 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_64151311-9a5b-fff9-f677-a0fbb50a8a4b-4b406e90 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_18b62ab4-7639-2efe-cff5-85156e3466b1-4b406e90 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_302c97b2-1024-c646-4211-b9f2b608b46b-be73dae6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2bb7cf0-509f-d94c-4417-daaa50353e96-be73dae6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08789858-226c-3eca-6731-d5cae4ff243e-be73dae6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e150a75a-9495-f661-0453-51cb4453086d-be73dae6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_82f8c6d3-05eb-f38f-db41-c0985e4514f6-be73dae6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fba2b3f9-be10-7e3e-2bf4-32ec53ba9073-be73dae6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9bf6b277-a24d-a3af-b9e5-27864dc0765d-be73dae6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_24b8b8b1-70e3-300c-b176-60e798b89a79-be73dae6 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b9905-be73dae6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b990b-be73dae6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b9911-be73dae6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b991a-be73dae6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b9920-be73dae6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b9926-be73dae6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0fa9c1e6-f669-084f-72c2-60d36a2b992c-be73dae6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1a4a8ce3-31b5-7804-74fd-1f78e3260de5-42e04dbc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a4a8ce3-31b5-7804-74fd-1f78e3260de7-42e04dbc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8685213f-a831-af23-070e-7f4dbd31834d-42e04dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7d0e5b8a-29d6-84ac-8906-14ab44935eb7-42e04dbc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f4fb4370-ec2b-6c2d-c407-1278282217b4-42e04dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6b15ff15-82dc-2871-c866-722b49b75ef9-42e04dbc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e6f1edf-5e8f-f455-be25-a08bffe4ba23-42e04dbc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_463fdda6-d17a-121c-c5ff-743443c9624d-42e04dbc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_463fdda6-d17a-121c-c5ff-743443c96250-42e04dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40cd9-42e04dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40cdc-42e04dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40cdf-42e04dbc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40ce2-42e04dbc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40ce5-42e04dbc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40ce8-42e04dbc {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40ceb-42e04dbc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40cee-42e04dbc {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40cf1-42e04dbc {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-_6641af4d-2b0d-db74-b633-6b30f8e0139d-83bbe605 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f6bb5ed-ae94-c1c9-7cf2-56d3db4ecda2-83bbe605 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_39c92548-ea86-7ed4-7fc5-ab25b8f669ef-83bbe605 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d8814ba6-6325-907e-8085-8aa5a4253543-83bbe605, #w-node-_37120d2c-bf14-f777-b565-88ab0cba2fa3-83bbe605 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2adede4e-5c3e-c0f1-df57-9e40734e7002-83bbe605 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d610994-8cae-515c-45d3-922b115f8260-83bbe605 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_982365fc-4472-64a2-d2ce-d13cf8bf7666-83bbe605 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_75d93253-7a5a-e580-2086-a88712195e63-83bbe605 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_13e4043d-afde-bf45-e983-65150efb8ee5-83bbe605 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bfe4545e-2757-c75e-8135-691db8b39d75-83bbe605 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0be513fc-c96f-89f0-fb78-4df27375209a-83bbe605 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ae820a6-3dfa-de7a-9deb-0f954dc4dd2f-83bbe605 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d7e36b4-052f-5c21-8357-5741d875f2f5-83bbe605 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8c4f993-0020-e49d-7758-01a695f63014-83bbe605 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7d0e5b8a-29d6-84ac-8906-14ab44935eb7-42e04dbc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5b9ee4cf-d7f1-81a4-da09-23a109b40ce2-42e04dbc {
    grid-area: 1 / 3 / 2 / 4;
  }
}


