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

body {
  font-family: Hankrnd, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

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

.body {
  min-width: 9%;
  border-radius: 1.5em;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-right: 4em;
  padding-left: 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button {
  margin-top: 1em;
  margin-bottom: 1em;
}

.button.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ed6f38;
  border-radius: 1.5em;
  background-color: transparent;
  font-family: Hankrnd, sans-serif;
  color: #ed6f38;
}

.brand {
  margin-right: auto;
  padding-top: 10px;
}

.navbar {
  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;
  background-color: transparent;
}

.nav-link {
  font-family: Hankrnd, sans-serif;
}

.nav-link:hover {
  color: #ed6f38;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section {
  padding-top: 5em;
  background-image: url('../images/Group-1819.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.mobile {
  padding-right: 100px;
  padding-left: 100px;
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 6vh;
  max-width: none;
  min-width: auto;
  -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: 30px;
  background-color: #ed6f38;
  font-family: Hankrnd, sans-serif;
}

.sign-up.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ed6f38;
  background-color: transparent;
  color: #ed6f38;
}

.sign-up.login.web {
  height: 6vh;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.heading {
  margin-bottom: 0.5em;
  font-family: Hankrnd, sans-serif;
  color: #050f2f;
  font-size: 4vw;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 2em;
  font-family: Hankrnd, sans-serif;
  color: #9195a4;
  font-size: 1.1em;
  line-height: 4vh;
  text-align: center;
}

.paragraph.main {
  width: 30vw;
  font-size: 1.3vw;
  text-align: left;
}

.paragraph.long {
  width: 60vw;
  color: #9195a4;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 110%;
  padding-top: 40px;
  -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;
}

.div-block-4.mobile {
  display: none;
}

.div-block-5 {
  margin-top: 60px;
}

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

.paragraph-2 {
  font-family: Hankrnd, sans-serif;
  color: #9195a4;
  text-align: center;
  text-transform: uppercase;
}

.section-2 {
  margin-top: 0em;
  padding-top: 10em;
  padding-bottom: 13em;
}

.section-2.about {
  padding-top: 7em;
  padding-bottom: 7em;
}

.heading-2 {
  margin-bottom: 1em;
  color: #050f2f;
  font-size: 2.5em;
  text-align: center;
}

.heading-2.download {
  margin-top: 0.125em;
  margin-bottom: 0.5em;
}

.grid {
  margin-top: 0em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-small {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.paragraph-3 {
  line-height: 4vh;
  text-align: center;
}

.paragraph-4 {
  width: 19vw;
  color: #9195a4;
  line-height: 4vh;
  text-align: center;
}

.paragraph-5 {
  line-height: 4vh;
  text-align: center;
}

.section-3 {
  padding-top: 8em;
  padding-bottom: 9em;
  background-image: url('../images/Purple-left.png');
  background-position: 0% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1 {
  margin-bottom: 30px;
  text-align: center;
  white-space: break-spaces;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section4 {
  padding-top: 13em;
  padding-bottom: 13em;
  background-image: url('../images/Mask-Group-.png');
  background-position: 100% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-9.mobile {
  display: none;
}

.section-5 {
  padding-top: 3em;
  padding-bottom: 6em;
  background-image: url('../images/Purple-left.png');
  background-position: 0% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.column-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image {
  width: 40vw;
  max-width: none;
  min-width: auto;
  margin-left: 0px;
}

.image.mobile {
  display: none;
}

.section-6 {
  padding-top: 4em;
  padding-bottom: 2em;
}

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

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-10.logo {
  margin-bottom: 2em;
}

.link-block {
  padding-right: 1em;
}

.link-block.location {
  width: 5vw;
  padding-right: 20px;
}

.link-block.phone {
  width: 5vw;
  padding-right: 20px;
}

.link-block.email {
  width: 5vw;
  padding-right: 20px;
}

.footer-container {
  margin-top: 8em;
}

.infographic-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.infographic-2.image {
  width: 29vw;
}

.infographic-2.image.mobile {
  display: none;
}

.infographic-2.container {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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;
}

.container-5 {
  max-width: 90vw;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 99vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-7 {
  max-width: 90vw;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  margin-right: 10px;
}

.image-3 {
  width: 80vw;
  height: 95vh;
  max-width: none;
  min-width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login {
  margin-right: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100vw;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-8 {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

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

.div-block-11 {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.image-4 {
  width: 200px;
  max-width: none;
}

.image-5 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-5:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.image-6 {
  display: block;
  width: 50vw;
  max-width: none;
}

.image-7 {
  width: 14vw;
  max-width: none;
  margin-bottom: 20px;
  padding-top: 80px;
}

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

.section-9 {
  margin-bottom: 0px;
  padding: 80px 60px 100px;
  background-image: url('../images/Mask-Group-.png');
  background-position: 100% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.columns-3 {
  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;
}

.container-9 {
  width: auto;
  min-width: 100vw;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.navbar-3 {
  position: relative;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.09);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Group-1819.png');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block-14 {
  margin-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46vh;
  margin-top: 48px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-perspective: 1000px;
  perspective: 1000px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-image-mobile {
  display: none;
}

.image-8 {
  width: 32vw;
}

.google {
  width: 10vw;
}

.ios {
  width: 10vw;
}

.loading-start-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.loading-logo {
  position: relative;
  z-index: 9999;
  display: block;
  width: 17%;
  height: 21%;
  max-width: none;
  margin-top: 251px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.loading-block.top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.loading-block.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-16 {
  margin-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding: 10px;
  -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;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18.location {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-us {
  margin-top: 0px;
  margin-bottom: 40px;
}

.phone {
  margin-bottom: 0px;
}

.email {
  margin-bottom: 0px;
}

.column-6 {
  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;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.section-11 {
  display: none;
  margin-bottom: 40px;
}

.field-label {
  margin-bottom: 10px;
}

.text-field {
  height: 7vh;
  margin-bottom: 15px;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #fff;
}

.text-field.message {
  display: block;
  height: 16vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  margin-top: 38px;
  -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: 30px;
  background-color: #ed6f38;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #050f2f;
  text-align: center;
  text-decoration: none;
}

.link {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #050f2f;
  text-decoration: none;
}

.link.tcs {
  margin-left: 0px;
}

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

.section-12 {
  margin-top: 100px;
  padding: 40px 140px 0px;
}

.t-s-and-c-s {
  color: #9195a4;
}

.section-13 {
  margin-top: 100px;
  padding-top: 40px;
  padding-right: 140px;
  padding-left: 140px;
}

.privacy {
  margin-top: 20px;
  color: #9195a4;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navbar-4 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  color: #ed6f38;
}

.div-block-22 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-2 {
  position: -webkit-sticky;
  position: sticky;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #ed6f38;
  background-image: url('../images/UP-.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: auto;
}

.scroll-to-top {
  position: -webkit-sticky;
  position: sticky;
  left: 90vw;
  top: 90vh;
  right: auto;
  bottom: 3.2vh;
  z-index: 38;
  display: inline-block;
  width: 59px;
  height: 59px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 30px;
  background-color: #ed6f38;
  background-image: url('../images/UP-.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
}

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

.text-span-2 {
  font-size: 0.8em;
}

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

.heading-4 {
  font-size: 30px;
}

.heading-5 {
  font-size: 30px;
}

.div-block-23 {
  position: static;
  top: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scroll {
  margin-bottom: 0px;
  color: #9195a4;
}

.scrolll-image {
  display: none;
  width: 39vw;
  padding-right: 10px;
}

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

.scroll-down {
  position: -webkit-sticky;
  position: sticky;
  left: 90vw;
  top: 50vh;
  bottom: -6.3vh;
  z-index: 2;
  width: 59px;
  height: 59px;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #ed6f38;
  background-image: url('../images/Form-1-Kopie.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -62px);
  -ms-transform: translate(0px, -62px);
  transform: translate(0px, -62px);
}

.scroll-down.about-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 20px;
  z-index: 10;
  margin-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.scroll-down.about-section.w--current {
  top: auto;
  bottom: 5vh;
}

.scroll-down.post-section {
  top: 86vh;
  bottom: 3.2vh;
  margin-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.scroll-down.post-section.w--current {
  top: auto;
}

.scroll-down.deals-section {
  top: 88vh;
  bottom: 3.2vh;
  margin-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.scroll-down.contact-section {
  margin-top: 0px;
}

.scroll-down.contact-section.w--current {
  margin-top: 0px;
}

.scroll-down.shopping-section {
  top: 88vh;
  bottom: 3.2vh;
  margin-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slide-nav {
  z-index: -100;
  display: block;
  margin-bottom: -30px;
  background-color: #050f2f;
  opacity: 0;
  color: transparent;
}

.grid-2 {
  padding-bottom: 15px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  background-color: transparent;
}

.image-10 {
  width: 14vw;
  max-width: none;
}

.image-11 {
  width: 14vw;
  max-width: none;
}

.image-12 {
  width: 14vw;
  max-width: none;
}

.right-arrow {
  margin-right: -57px;
}

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

.icon-3 {
  position: absolute;
  z-index: 0;
  display: none;
  color: #c2c2c2;
  font-size: 25px;
}

.icon-4 {
  display: none;
  opacity: 1;
  color: #fff;
  font-size: 25px;
}

.image-13 {
  width: 14vw;
}

.image-14 {
  width: 14vw;
}

.image-15 {
  width: 14vw;
}

.mask {
  overflow: hidden;
  height: 80vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1920px) {
  .button.login {
    padding-right: 50px;
    padding-left: 50px;
  }

  .brand {
    margin-right: 37em;
  }

  .section {
    background-position: 100% 100%;
  }

  .section.mobile {
    background-position: 100% 50%;
    background-size: cover;
  }

  .div-block-3 {
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .sign-up {
    height: 6vh;
    min-width: 12vw;
    font-size: 24px;
  }

  .sign-up.login {
    margin-left: 40px;
  }

  .sign-up.login.web {
    font-size: 24px;
  }

  .heading {
    font-size: 4vw;
    line-height: 8vh;
  }

  .paragraph {
    font-size: 29px;
  }

  .paragraph.main {
    font-size: 29px;
    line-height: 4vh;
  }

  .paragraph.long {
    width: 70vw;
    margin-bottom: 4.3em;
    font-size: 24px;
    line-height: 4vh;
  }

  .div-block-4 {
    padding-top: 100px;
  }

  .container-2 {
    max-width: none;
    padding-right: 220px;
    padding-left: 220px;
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .section-2 {
    overflow: visible;
  }

  .heading-2 {
    font-size: 3vw;
  }

  .grid {
    grid-column-gap: 49px;
  }

  .heading-small {
    font-size: 1.5vw;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-3 {
    font-size: 24px;
    line-height: 4vh;
  }

  .paragraph-4 {
    width: 25vw;
    margin-bottom: 40px;
    color: #9195a4;
    font-size: 24px;
    line-height: 4vh;
  }

  .paragraph-5 {
    font-size: 24px;
    line-height: 4vh;
  }

  .section-3 {
    padding-top: 15.5em;
    padding-bottom: 6em;
  }

  .heading-1 {
    font-size: 3vw;
    line-height: 6vh;
  }

  .columns {
    overflow: visible;
    width: 90vw;
    min-width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns.mobile {
    min-width: auto;
  }

  .div-block-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    width: 40vw;
    max-width: none;
    min-width: auto;
    margin-left: 0px;
  }

  .infographic-2 {
    width: 40vw;
    max-width: none;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .infographic-2.image {
    width: 27vw;
  }

  .infographic-2.container.mobile-only {
    display: none;
  }

  .container-large {
    max-width: 90%;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 610px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 99vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-7 {
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .image-3 {
    width: 80vw;
  }

  .navbar-2 {
    height: 120px;
  }

  .div-block-11 {
    max-width: none;
  }

  .nav-link-2 {
    margin-right: 10px;
    font-size: 24px;
  }

  .nav-link-3 {
    font-size: 24px;
  }

  .nav-link-4 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
  }

  .image-4 {
    width: 15vw;
    max-width: none;
  }

  .image-5 {
    width: 22vw;
    max-width: none;
  }

  .image-6 {
    width: 40vw;
    max-width: none;
    margin-left: 50px;
  }

  .image-7 {
    max-width: none;
  }

  .section-9 {
    padding-top: 80px;
  }

  .navbar-3 {
    height: 150px;
  }

  .hero-section {
    z-index: 3;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .div-block-14 {
    top: 430px;
  }

  .hero-text {
    height: 42vh;
    margin-top: 191px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-8 {
    width: 30vw;
    max-width: none;
  }

  .loading-logo {
    margin-top: 377px;
  }

  .div-block-17 {
    height: 58vh;
  }

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

  .column-7 {
    padding: 40px 20px;
  }

  .field-label {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .contact-button {
    height: 54px;
    margin-top: 63px;
    font-size: 20px;
  }

  .contact-info {
    font-size: 25px;
  }

  .link {
    font-size: 20px;
  }

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

  .t-s-and-c-s {
    font-size: 25px;
    line-height: 40px;
  }

  .section-13 {
    padding-top: 100px;
    font-size: 25px;
    line-height: 40px;
  }

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

  .navbar-4 {
    height: 55px;
    padding-top: 5px;
  }

  .text-block {
    font-size: 21px;
  }

  .scroll-to-top {
    left: 90vw;
    top: 810px;
    right: 0px;
    width: 90px;
    height: 90px;
    border-radius: 120px;
    background-size: 30px;
  }

  .container-10 {
    max-width: none;
    padding-top: 0px;
  }

  .section-14 {
    padding-top: 120px;
  }

  .div-block-23 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll {
    font-size: 28px;
  }

  .scrolll-image {
    width: 750px;
  }

  .scroll-down {
    left: 90vw;
    top: 800px;
    width: 90px;
    height: 90px;
    margin-top: 0px;
    margin-right: 0px;
    background-size: 30px;
    -webkit-transform: translate(0px, -195px);
    -ms-transform: translate(0px, -195px);
    transform: translate(0px, -195px);
  }

  .scroll-down.post-section {
    top: 800px;
    margin-top: 0vh;
  }

  .scroll-down.deals-section {
    margin-top: -91px;
  }

  .scroll-down.deals-section.w--current {
    margin-top: 0px;
  }

  .scroll-down.shopping-section {
    left: 90vw;
  }

  .slide {
    height: 90vh;
  }

  .slide-nav {
    z-index: -100;
    opacity: 0;
  }

  .slider {
    padding-top: 0px;
  }

  .image-10 {
    width: 15vw;
  }

  .image-11 {
    width: 15vw;
  }

  .image-12 {
    width: 15vw;
  }

  .icon-4 {
    padding-left: 21px;
    font-size: 32px;
  }

  .html-embed {
    width: 47vw;
    height: 60vh;
    margin-left: 182px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-13 {
    width: 15vw;
  }

  .image-14 {
    width: 15vw;
  }

  .image-15 {
    width: 15vw;
  }

  .image-16 {
    width: 16vw;
    max-width: none;
  }

  .mask {
    height: 110vh;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    margin-right: 0em;
    padding-top: 0px;
  }

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

  .section.mobile {
    background-position: -28vw 50%;
    background-size: cover;
  }

  .sign-up {
    display: none;
    width: 25vw;
    margin-left: 20px;
  }

  .sign-up.login {
    display: none;
    margin: 0px 0px 20px 20px;
  }

  .sign-up.login.web {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    font-size: 6vw;
    line-height: 7vh;
  }

  .paragraph.main {
    color: #000;
    font-size: 16px;
  }

  .div-block-4.mobile {
    display: none;
  }

  .section-2 {
    padding-right: 40px;
    padding-bottom: 8em;
    padding-left: 40px;
  }

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

  .paragraph-4 {
    width: 35vw;
  }

  .section-3 {
    padding-top: 8em;
    padding-bottom: 8em;
    background-size: cover;
  }

  .heading-1 {
    font-size: 4vw;
  }

  .section4 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-5 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .image.mobile {
    display: none;
  }

  .infographic-2.image {
    width: 45vw;
  }

  .infographic-2.image.mobile {
    display: none;
  }

  .container-4 {
    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;
  }

  .image-3 {
    width: 80vw;
    height: 75vh;
  }

  .nav-menu {
    padding-right: 60px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .navbar-2 {
    height: 100px;
  }

  .menu-button {
    display: none;
  }

  .icon {
    display: none;
  }

  .section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }

  .nav-link-2 {
    font-size: 16px;
    text-align: right;
  }

  .nav-link-2:hover {
    color: #ed6f38;
  }

  .image-4 {
    width: 145px;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    width: 30vw;
    max-width: none;
  }

  .section-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-3 {
    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;
  }

  .div-block-12 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

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

  .icon-2 {
    color: #ed6f38;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-19 {
    padding-left: 0px;
  }

  .columns-5 {
    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;
  }

  .section-12 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section-13 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .navbar-4 {
    display: none;
  }

  .scroll-to-top {
    display: block;
  }

  .scrolll-image {
    width: 30vw;
  }

  .scroll-down {
    display: none;
  }

  .html-embed {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: 150% 100%;
  }

  .section.mobile {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 2em;
    padding-bottom: 40px;
    background-position: 40% 0%;
  }

  .div-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .sign-up {
    width: 45vw;
    margin-left: 0px;
  }

  .sign-up.login {
    margin-left: 0px;
  }

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

  .paragraph.main {
    width: 50vw;
    color: #9195a4;
    text-align: center;
  }

  .paragraph.main.mobile {
    color: #000;
  }

  .paragraph.long {
    width: 75vw;
  }

  .div-block-4 {
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4.mobile {
    display: block;
  }

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

  .section-2.about {
    padding-top: 11em;
  }

  .heading-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-4 {
    width: 50vw;
  }

  .section-3 {
    padding-top: 0em;
    background-position: 0% 100%;
    background-size: 160%;
  }

  .heading-1 {
    font-size: 6vw;
  }

  .columns {
    min-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    display: none;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-5 {
    padding-top: 4em;
    background-position: 0% 90%;
    background-size: 170%;
  }

  .column-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image {
    width: 70vw;
  }

  .image.mobile {
    display: block;
    width: 70vw;
    padding-top: 10px;
  }

  .container-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .infographic-2 {
    max-width: 90%;
    padding-top: 4em;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .infographic-2.image {
    width: 70vw;
  }

  .infographic-2.image.mobile {
    display: block;
    width: 80vw;
  }

  .infographic-2.container.mobile-only {
    padding-top: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-4 {
    display: none;
  }

  .image-3 {
    width: 40vw;
    height: 60vh;
  }

  .nav-menu {
    padding-right: 0px;
  }

  .section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }

  .mobile-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-link-2 {
    text-align: center;
  }

  .image-6 {
    width: 70vw;
  }

  .section-9 {
    padding-top: 50px;
    background-position: 100% 60%;
    background-size: 150%;
  }

  .deals-image {
    display: none;
  }

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

  .navbar-3 {
    height: 90px;
  }

  .div-block-13 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section {
    margin-bottom: 140px;
    padding-top: 0px;
    background-position: 100% 0%;
    background-size: 160%;
    background-repeat: no-repeat;
  }

  .hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .hero-image {
    display: none;
  }

  .hero-image-mobile {
    display: block;
    height: 60vh;
    max-width: none;
    padding-left: 12px;
  }

  .google {
    width: 30vw;
  }

  .ios {
    width: 30vw;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .column-7 {
    display: none;
  }

  .contact-button {
    width: 21vw;
  }

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

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link.mobile {
    margin-left: 0px;
  }

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

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

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-4 {
    display: none;
  }

  .text-block {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .scroll-to-top {
    left: 86vw;
  }

  .section-14 {
    padding-top: 10px;
  }

  .div-block-23 {
    display: none;
  }

  .slider {
    display: none;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section {
    padding-top: 0.5em;
  }

  .section.mobile {
    padding: 40% 10px;
    background-position: -104vw 50%;
  }

  .div-block-3 {
    margin-top: 0.5em;
  }

  .sign-up {
    display: block;
    width: 60vw;
    margin-left: 0px;
    text-align: center;
  }

  .sign-up.login {
    display: block;
    margin-left: 0px;
    text-align: center;
  }

  .heading {
    font-size: 3em;
    text-align: center;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .paragraph.main {
    width: 100%;
    color: #9195a4;
  }

  .paragraph.long {
    width: 80vw;
  }

  .div-block-4 {
    padding-top: 0px;
  }

  .section-2 {
    padding: 2em 20px;
  }

  .section-2.about {
    padding-top: 16em;
    padding-bottom: 2em;
  }

  .heading-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8vw;
  }

  .heading-2.download {
    font-size: 9vw;
  }

  .paragraph-4 {
    width: 80vw;
  }

  .section-3 {
    padding: 0em 20px 3em;
    background-position: 0% 90%;
    background-size: 220%;
  }

  .heading-1 {
    margin-top: 10px;
    font-size: 8vw;
  }

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

  .column {
    display: none;
    margin-top: 20px;
  }

  .section-5 {
    padding: 0em 20px 6em;
    background-position: 0% 100%;
    background-size: 220%;
  }

  .image {
    width: 80vw;
    margin-top: 60px;
  }

  .image.mobile {
    margin-top: 20px;
  }

  .section-6 {
    padding-top: 0.5em;
  }

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

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

  .link-block {
    padding-right: 0em;
    padding-bottom: 1em;
  }

  .infographic-2.image {
    width: 90vw;
    max-width: none;
    padding-top: 60px;
  }

  .infographic-2.image.mobile {
    padding-top: 0px;
  }

  .infographic-2.container {
    padding-top: 0em;
  }

  .column-4 {
    display: none;
  }

  .image-3 {
    width: 70vw;
    height: 60vh;
  }

  .nav-menu {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .image-4 {
    width: 40vw;
    max-width: none;
  }

  .image-6 {
    width: 80vw;
    margin-top: 0px;
  }

  .image-7 {
    width: 50vw;
    max-width: none;
  }

  .section-9 {
    padding-top: 1em;
    padding-bottom: 2em;
    background-position: 100% 90%;
    background-size: 200%;
  }

  .deals-image {
    display: none;
  }

  .div-block-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-3 {
    height: 90px;
  }

  .icon-2 {
    color: #050f2f;
  }

  .icon-2:active {
    color: #ed6f38;
  }

  .div-block-13 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .hero-section {
    margin-bottom: 110px;
    background-position: 100% 20%;
    background-size: 190%;
  }

  .div-block-14 {
    margin-top: 20px;
  }

  .hero-text {
    padding-right: 0px;
  }

  .columns-4 {
    margin-top: -55px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-image-mobile {
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .google {
    width: 50vw;
  }

  .ios {
    width: 50vw;
  }

  .loading-logo {
    width: 36%;
  }

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

  .div-block-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .columns-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-button {
    width: 40vw;
  }

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

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

  .navbar-4 {
    display: none;
  }

  .text-block {
    display: none;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .scroll-to-top {
    left: 82vw;
  }

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

  .div-block-24 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Hankrnd';
  src: url('../fonts/HankRnd-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankrnd';
  src: url('../fonts/HankRnd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankrnd';
  src: url('../fonts/HankRnd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankrnd';
  src: url('../fonts/HankRnd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}