.wrap {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -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;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 100%;
  max-width: 1400px;
  -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;
}

.image {
  height: 29px;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 32px;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -32px;
  padding-top: 60px;
  padding-bottom: 30px;
  -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;
}

.flex-container {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 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;
}

.hero-image-mask.desctop {
  width: 50%;
  margin-right: -48px;
}

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

.hero-image {
  width: 140%;
  height: 140%;
  max-width: none;
  margin-top: -20%;
  margin-bottom: -20%;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button {
  margin-top: 24px;
  padding: 16px 24px 15px;
  border-radius: 8px;
  background-color: #7092fe;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: stolzl, sans-serif;
  font-size: 15px;
}

.button:hover {
  background-color: #6187fd;
}

.button.mobile {
  display: none;
}

.button.desctop {
  margin-top: 32px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#a053ff), to(#5078ff));
  background-image: linear-gradient(270deg, #a053ff, #5078ff);
  font-family: stolzl, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: stolzl, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph {
  max-width: 400px;
  margin-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.wide {
  width: 320px;
  max-width: none;
  margin-top: 0px;
}

.paragraph.wide.white {
  width: auto;
  color: #fff;
  font-weight: 600;
}

.paragraph.first {
  display: block;
  margin-top: 48px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-bottom: 48px;
  -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;
}

.breaking {
  white-space: nowrap;
}

.icons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.points {
  width: 100%;
  max-width: 1000px;
}

.heading-3 {
  width: 400px;
  margin-bottom: 16px;
  font-family: stolzl, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
}

.heading-3.white {
  color: #fff;
}

.points-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  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: 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;
}

.paragraph-2 {
  width: 80%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 24px;
  text-align: center;
}

.image-2 {
  width: 80%;
  margin-bottom: 30px;
}

.third-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 20px;
  background-image: radial-gradient(circle farthest-side at 120% 70%, rgba(0, 0, 0, 0.2), transparent), radial-gradient(circle farthest-side at 70% 70%, hsla(0, 0%, 100%, 0) 70%, hsla(0, 0%, 100%, 0.24)), linear-gradient(148deg, #bc81ff, #7092fe);
}

.third {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-3 {
  width: 66.6%;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.third-text {
  width: 66.6%;
  margin-right: 100px;
  margin-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 0px 0px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.heding-4 {
  margin-top: 0px;
  font-family: stolzl, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.image-3 {
  width: 150px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block {
  font-family: roboto, sans-serif;
  color: #797979;
  font-size: 14px;
  font-weight: 400;
}

.image-4 {
  display: block;
  width: 520px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 72px;
}

.image-4.sec {
  width: 520px;
  margin-right: 40px;
  margin-left: 72px;
}

.div-block-4 {
  display: block;
  width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.third-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 96px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: radial-gradient(circle farthest-side at 120% 70%, rgba(0, 0, 0, 0.2), transparent), radial-gradient(circle farthest-side at 70% 70%, hsla(0, 0%, 100%, 0) 70%, hsla(0, 0%, 100%, 0.24)), linear-gradient(148deg, #bc81ff, #7092fe);
}

.third-wrap-2.points {
  margin-top: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2fa), to(#f0f2fa));
  background-image: linear-gradient(180deg, #f0f2fa, #f0f2fa);
}

.third-wrap-2.points.mob {
  display: block;
}

.third-wrap-2.points.mob.second {
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
}

.third-wrap-2.points.first {
  margin-top: 0px;
}

.third-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding: 24px 24px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 20px 80px 40px rgba(0, 0, 0, 0.08);
}

.third-text-2 {
  width: 60%;
  margin-right: 41px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-6 {
  position: absolute;
  left: 44%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  margin: 56px 0px 0px;
  padding-top: 0px;
}

.button-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  max-width: 300px;
  margin-top: 32px;
  padding: 15px 27px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: stolzl, sans-serif;
  color: #262626;
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
}

.button-copy:hover {
  background-color: #f6f7ff;
}

.button-copy.web {
  display: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-width: 1200px;
  min-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-image-mask-mob {
  position: relative;
  display: none;
  width: 60%;
  max-width: none;
  margin-left: 40px;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 337px;
  margin-top: 50px;
  margin-bottom: -200px;
  -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;
}

.text-span-3 {
  display: block;
  white-space: pre;
}

.hero-2 {
  display: block;
  height: 650px;
  min-height: 0px;
  margin-bottom: 70px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(228deg, #9689ff, #70d5f3);
}

.heading-4 {
  display: block;
  margin-top: 0px;
  font-family: stolzl, sans-serif;
  color: #fff;
  font-size: 81px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.div-block-9 {
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-4 {
  max-width: 35ch;
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  white-space: break-spaces;
}

.heading-copy {
  display: inline-block;
  margin-top: 0px;
  border-radius: 4px;
  font-family: stolzl, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.store-link {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.store-link.goole {
  margin-left: 16px;
}

.hero-image-mask-2 {
  position: relative;
  width: 60%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.flex-container-2 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-5 {
  width: 30ch;
  margin-top: 24px;
  margin-bottom: 0px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.hero-image-2 {
  position: relative;
  left: 32px;
  top: 10px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 27px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-9 {
  height: 48px;
}

.hero-image-mask-mob-small {
  position: relative;
  display: none;
  width: 60%;
  max-width: none;
  margin-left: 40px;
}

.store-links {
  margin-top: 32px;
}

.container {
  margin-top: 48px;
}

.div-block-11 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  height: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header-2 {
  position: relative;
  z-index: 9999999;
  display: none;
  width: 100vw;
  height: 64px;
  margin-bottom: -64px;
}

.heading-5 {
  position: static;
  width: 40vw;
  max-width: 550px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}

.text-span-13 {
  white-space: nowrap;
}

.heading-6 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.div-block-12 {
  position: relative;
  display: block;
  overflow: visible;
  width: 70%;
  min-width: 550px;
  margin-top: -32px;
  margin-left: 49px;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-6 {
  margin-top: 0px;
  margin-bottom: 48px;
  padding-top: 0px;
}

.container-7 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 1100px;
  margin-top: 53px;
  margin-bottom: 48px;
  padding-top: 100px;
  padding-right: 32px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 0px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-11 {
  position: absolute;
  z-index: 3;
  display: block;
  width: 300px;
  height: 100%;
  opacity: 0;
}

._11 {
  display: none;
}

.image-12 {
  position: relative;
  left: 24px;
  top: 4%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: visible;
  max-width: 200%;
  margin-top: -121px;
  margin-bottom: 0px;
  margin-left: -52px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.button-2 {
  display: block;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #7092fe;
  -webkit-transition: background-color 725ms ease;
  transition: background-color 725ms ease;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: #5b7eec;
}

.lottie-animation-3 {
  position: absolute;
  left: 15%;
  top: 41%;
  right: 12px;
  bottom: 0%;
  z-index: 999;
  width: 160px;
  max-height: 240px;
  max-width: 160px;
  min-height: 200px;
  min-width: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-6 {
  width: 46vh;
  max-width: 550px;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
}

.image-13 {
  display: none;
}

.lottie-animation-12 {
  display: none;
}

.div-block-14 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

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

.image-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  margin-top: 12px;
  margin-bottom: -34px;
  margin-left: 28px;
  padding-left: 0px;
}

.image-15 {
  display: none;
}

.image-16 {
  display: none;
}

.image-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -8%;
  bottom: auto;
  z-index: 99;
  margin-top: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
}

.image-18 {
  position: absolute;
  right: -4%;
  bottom: 22px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-19 {
  position: absolute;
  left: 6%;
  top: 9%;
  right: auto;
  bottom: auto;
  z-index: 99;
}

.image-20 {
  position: absolute;
  top: auto;
  right: 40%;
  bottom: 10%;
  z-index: 99;
}

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

.legal-2 {
  max-width: 1100px;
  margin: 32px auto 72px;
}

.text-span-14 {
  white-space: nowrap;
}

.text-span-15 {
  white-space: nowrap;
}

.text-span-16 {
  white-space: nowrap;
}

.text-span-17 {
  white-space: nowrap;
}

.text-span-18 {
  white-space: nowrap;
}

.text-span-19 {
  white-space: nowrap;
}

.div-block-15 {
  overflow: hidden;
  width: 100vw;
  margin-top: -25px;
}

.text-span-20 {
  white-space: nowrap;
}

.text-span-21 {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .wrap {
    overflow: hidden;
  }

  .content-wrap {
    padding-top: 0px;
  }

  .button {
    text-align: center;
  }

  .button.mobile {
    display: none;
  }

  .button.desctop {
    margin-top: 24px;
  }

  .heading {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-2 {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .icons-wrap {
    margin-top: 40px;
  }

  .heading-3 {
    width: 280px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .image-2 {
    width: 90%;
  }

  .third-wrap {
    padding: 30px 30px 42px;
  }

  .third-text {
    margin-right: 32px;
  }

  .image-4 {
    display: none;
    width: 420px;
    margin-left: 0px;
  }

  .image-4.sec {
    display: none;
    width: 420px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-4 {
    width: 360px;
  }

  .third-wrap-2 {
    padding: 30px 30px 42px;
  }

  .third-wrap-2.points.mob.second {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .third-wrap-2.points.first {
    padding-bottom: 0px;
  }

  .third-wrap-2.points.first.second {
    padding-top: 0px;
  }

  .third-text-2 {
    width: 400px;
    margin-right: 0px;
  }

  .third-text-2._1 {
    margin-left: -12px;
  }

  .third-text-2._2 {
    margin-left: 8px;
  }

  .image-6 {
    left: 41%;
    top: -4%;
  }

  .button-copy {
    display: none;
  }

  .div-block-8 {
    position: relative;
    min-width: auto;
    margin-top: -56px;
  }

  .hero-image-mask-mob {
    display: none;
    width: 40%;
  }

  .div-block-6-copy {
    height: 300px;
    margin-top: 0px;
    margin-bottom: -234px;
  }

  .hero-2 {
    height: 550px;
    padding-top: 24px;
    padding-bottom: 48px;
    background-image: linear-gradient(273deg, #9689ff, #70d5f3);
  }

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

  .div-block-9 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .paragraph-4 {
    max-width: 32ch;
    font-size: 1.2em;
    line-height: 1.5;
  }

  .heading-copy {
    font-size: 21px;
  }

  .hero-image-mask-2 {
    width: 50%;
    margin-right: 4%;
    margin-left: 0px;
  }

  .flex-container-2 {
    margin-top: 12px;
    padding-top: 56px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-5 {
    width: 30ch;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-image-2 {
    left: 0px;
  }

  .image-9 {
    height: 40px;
  }

  .hero-image-mask-mob-small {
    width: 40%;
  }

  .div-block-11 {
    display: block;
    padding-left: 24px;
  }

  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    position: relative;
    z-index: 1;
    width: 44vw;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-12 {
    display: block;
    overflow: visible;
    max-width: 502px;
    min-width: 428px;
    margin-top: -72px;
    margin-left: -19px;
  }

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

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 24px;
    padding-top: 60px;
    padding-left: 24px;
  }

  .lottie-animation-11 {
    position: absolute;
    left: 23%;
    top: auto;
    right: auto;
    bottom: -30%;
    display: block;
    width: 140px;
    max-width: 200px;
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._11 {
    position: relative;
    top: -45px;
    right: 37px;
    display: block;
    margin-right: 0px;
  }

  ._11.mob {
    left: 18px;
    top: 0px;
    right: 0px;
    margin-top: 11px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .image-12 {
    display: none;
    overflow: visible;
    margin-left: -48px;
  }

  .button-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    opacity: 1;
    text-align: center;
  }

  .lottie-animation-3 {
    display: block;
    overflow: visible;
    width: 140px;
    max-height: 100%;
    min-height: 0px;
    opacity: 0;
  }

  .paragraph-6 {
    width: 40vh;
  }

  .image-13 {
    display: none;
  }

  .lottie-animation-12 {
    display: none;
  }

  .image-15 {
    display: block;
    width: 420px;
  }

  .image-16 {
    display: block;
    width: 420px;
    margin-left: -36px;
  }

  .image-17 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .image-18 {
    right: -1%;
    bottom: 116px;
  }

  .image-19 {
    left: 4%;
    top: 7%;
  }

  .image-20 {
    right: 45%;
  }

  .legal-2 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    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;
  }

  .content-wrap {
    margin-top: 30px;
    padding-bottom: 0px;
  }

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

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image-mask.desctop {
    display: none;
  }

  .hero-image-mask.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-image.mobile {
    margin-top: 0%;
    margin-bottom: -10%;
  }

  .button.mobile {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: 32px;
    z-index: 999;
    display: block;
    width: 520px;
    max-width: 520px;
    box-shadow: 0 20px 64px 32px rgba(0, 0, 0, 0.1);
  }

  .button.desctop {
    display: none;
  }

  .heading {
    width: 520px;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

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

  .paragraph.wide {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    line-height: 24px;
    text-align: center;
  }

  .paragraph.wide.white {
    width: 90%;
  }

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

  .div-block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .heading-3 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    font-size: 20px;
    text-align: center;
  }

  .points-wrap {
    margin-bottom: 30px;
  }

  .point {
    width: 50%;
  }

  .third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .third-text {
    width: 100%;
  }

  .div-block-3 {
    width: 80%;
    margin-top: 30px;
  }

  .legal {
    margin-top: 0px;
    margin-bottom: 88px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .image-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-4.sec {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-4 {
    width: 520px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .third-wrap-2.points.mob.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .third-wrap-2.points.first {
    padding-bottom: 0px;
  }

  .third-wrap-2.points.first.second {
    padding-top: 30px;
  }

  .third-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .third-2._222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 80%;
    margin-top: 30px;
  }

  .third-text-2 {
    width: 100%;
  }

  .third-text-2._1 {
    margin-right: auto;
    margin-left: auto;
  }

  .third-text-2._2 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    left: 3%;
    top: 7%;
  }

  .div-block-8 {
    display: block;
    width: 100vw;
    max-width: none;
    min-width: auto;
  }

  .hero-image-mask-mob {
    position: absolute;
    left: 28%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-6-copy {
    position: relative;
    display: none;
    margin-top: -43%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-2 {
    height: 950px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(183deg, #9689ff, #70d5f3);
  }

  .heading-4 {
    font-size: 51px;
    text-align: center;
  }

  .div-block-9 {
    position: relative;
    z-index: 99999999;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-4 {
    max-width: 26ch;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
  }

  .hero-image-mask-2 {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .hero-image-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 9%;
    z-index: 9998;
    width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-image-mask-mob-small {
    position: relative;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5 {
    width: 100%;
    max-width: 40ch;
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-12 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    opacity: 0;
  }

  .container-7 {
    display: block;
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    position: relative;
    max-width: 502px;
    min-width: 400px;
    margin-top: -23px;
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation-11 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    opacity: 0;
  }

  ._11 {
    position: relative;
    left: 59px;
    top: auto;
    right: 0px;
    bottom: 0%;
    display: block;
  }

  ._11.mob {
    display: none;
  }

  .lottie-animation-3 {
    display: block;
  }

  .paragraph-6 {
    width: 100%;
    max-width: 32ch;
    margin-top: 16px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .image-13 {
    position: relative;
    display: block;
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lottie-animation-12 {
    position: absolute;
    left: 13%;
    top: auto;
    right: auto;
    bottom: 15%;
    display: block;
    width: 280px;
    max-width: 280px;
  }

  .image-15 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-16 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-17 {
    position: absolute;
    top: 0%;
    right: 23%;
    z-index: 99;
    margin-top: 0px;
  }

  .image-18 {
    right: 8%;
    bottom: 131px;
  }

  .image-19 {
    left: 9%;
    top: 31%;
  }

  .image-20 {
    right: 13%;
  }

  .legal-2 {
    margin-top: 0px;
    margin-bottom: 120px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 42px;
  }

  .image {
    height: 25px;
  }

  .content-wrap {
    margin-top: 0px;
  }

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

  .hero-image-mask.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
  }

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

  .button.mobile {
    width: 316px;
  }

  .button.desctop {
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    width: 320px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2 {
    width: 320px;
    max-width: 360px;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph.wide {
    width: auto;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.wide.white {
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph.first {
    font-size: 14px;
    line-height: 28px;
  }

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

  .heading-3 {
    width: auto;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .points-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .point {
    width: 80%;
    margin-top: 24px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .third-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }

  .third-text {
    margin-right: 0px;
  }

  .div-block-3 {
    width: 90%;
  }

  .heding-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .legal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    margin-left: 0px;
  }

  .image-4.sec {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-4 {
    display: block;
    width: 320px;
    max-width: 320px;
    -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;
  }

  .third-wrap-2 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .third-wrap-2.points {
    padding-bottom: 0px;
  }

  .third-wrap-2.points.mob {
    display: none;
  }

  .third-wrap-2.points.mob.second {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .third-wrap-2.points.first.second {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    width: 90%;
  }

  .third-text-2 {
    margin-right: 0px;
  }

  .third-text-2._1 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .third-text-2._2 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .image-6 {
    top: 25%;
  }

  .button-copy {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 rgba(113, 134, 255, 0.4);
    font-family: stolzl, sans-serif;
    color: #2b2b2b;
    text-align: center;
  }

  .hero-image-mask-mob {
    position: absolute;
    left: 0%;
    top: 15%;
    bottom: 13%;
  }

  .div-block-6-copy {
    display: none;
    margin-top: -16%;
    margin-bottom: -145px;
  }

  .hero-2 {
    height: 850px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: linear-gradient(138deg, #9689ff, #5adeff);
  }

  .heading-4 {
    font-size: 37px;
    text-align: center;
  }

  .image-7 {
    position: absolute;
    left: auto;
    top: -16%;
    right: auto;
    bottom: auto;
    width: 320px;
  }

  .div-block-9 {
    position: relative;
    z-index: 9999999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-4 {
    max-width: 260px;
    margin: 24px auto;
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
  }

  .heading-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }

  .store-link {
    position: relative;
    display: block;
    width: 40%;
  }

  .store-link.goole {
    display: block;
  }

  .hero-image-mask-2 {
    position: absolute;
    margin-top: 30px;
  }

  .flex-container-2 {
    position: relative;
    max-width: 400px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .paragraph-5 {
    margin-bottom: 24px;
    text-align: center;
  }

  .hero-image-2 {
    top: -1px;
    bottom: 0%;
    display: none;
    width: 100%;
    max-width: 100%;
  }

  .image-9 {
    height: auto;
    max-height: 40px;
  }

  .hero-image-mask-mob-small {
    position: relative;
    left: 0%;
    bottom: 13%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 220px;
    margin-top: 40px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .store-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    max-width: 50ch;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-6 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .div-block-12 {
    display: none;
    overflow: hidden;
    width: 100%;
  }

  .container-7 {
    display: block;
    overflow: hidden;
    margin-bottom: 48px;
    padding-top: 16px;
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 320px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._11 {
    left: 5px;
  }

  .button-2 {
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .paragraph-6 {
    max-width: 40ch;
  }

  .image-13 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    max-width: 124%;
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .lottie-animation-12 {
    left: -6%;
    top: auto;
    right: auto;
    bottom: 20%;
    width: 260px;
  }

  .image-15 {
    width: 420px;
  }

  .image-17 {
    top: -2%;
    right: 7%;
  }

  .image-19 {
    left: 5%;
    top: 39%;
  }

  .image-20 {
    right: 5%;
  }
}

