.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;
}

.section {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading {
  margin: 0px 0px 20px;
  padding-left: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 64px;
  line-height: 94px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1100px;
  margin-top: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.container-2 {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-2 {
  display: block;
  height: auto;
  margin-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-link {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
}

.nav-link-2 {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
}

.nav-link-4 {
  margin-right: 0px;
  border: 1px solid transparent;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
}

.container-3 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link-3-copy {
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #4a75ff;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-weight: 600;
}

.text-block {
  margin-right: 100px;
  margin-left: 100px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.div-block {
  margin-top: 20px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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;
}

.section-2 {
  position: static;
  margin-top: 220px;
}

.heading-2 {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -1px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: -149px;
  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;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.container-5 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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: #f7f9fc;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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;
}

.heading-3 {
  padding-right: 20px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}

.text-block-2 {
  padding-right: 20px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 20px 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 19px;
  background-color: #e8f7fd;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 36px;
  background-color: #e8f7fd;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 20px 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 36px;
  background-color: #e8f7fd;
}

.body {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.container-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;
  -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;
}

.heading-copy {
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 64px;
  line-height: 78px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

.text-block-copy {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -111px;
  margin-bottom: 40px;
  -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;
}

.container-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-5 {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -1px;
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-8 {
  max-width: 1100px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-6 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Opensaucesans, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 88px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 22px;
}

.text-block-3 {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
}

.column {
  padding-right: 60px;
}

.container-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 2px solid #7359f6;
  border-radius: 2px;
}

.heading-8 {
  margin-top: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 24px;
}

.text-block-4 {
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
}

.column-3 {
  padding-right: 40px;
  padding-left: 20px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #000 #000 #000 #7359f6;
}

.column-4 {
  padding-right: 40px;
  padding-left: 20px;
  border-bottom: 1px none #000;
  border-left: 2px solid #7359f6;
  border-radius: 2px;
}

.section-7 {
  margin-bottom: 140px;
}

.container-10 {
  max-width: 1100px;
}

.container-11 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-top: 0px;
  -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-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;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-5 {
  margin-bottom: 0px;
  padding-right: 220px;
  padding-left: 220px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.section-8 {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #4a75ff;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.column-5 {
  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;
}

.column-6 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span {
  line-height: 96px;
  text-decoration: none;
}

.text-span.heading-9 {
  padding-right: 220px;
  padding-left: 220px;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 120px;
  -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;
  background-color: transparent;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading-9 {
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
}

.text-block-6 {
  margin-left: 0px;
  padding-right: 40px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span-2 {
  color: #0b8f5b;
}

.text-span-3 {
  color: #fab941;
}

.container-13 {
  max-width: 1100px;
}

.columns-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.image {
  border-radius: 36px;
}

.section-9-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 20px;
  -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;
  background-color: transparent;
}

.container-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.heading-9-copy {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
}

.text-block-6-copy {
  padding-right: 40px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.background-video {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 36px;
}

.lottie-animation {
  position: absolute;
  left: 10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lottie-animation-2 {
  position: absolute;
  left: 430px;
  top: 100px;
  width: 180px;
}

.lottie-animation-3 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 5%;
  bottom: 0%;
  width: 90px;
}

.lottie-animation-4 {
  position: absolute;
  left: 29px;
  top: 38px;
  width: 110px;
}

.lottie-animation-5 {
  position: absolute;
  left: 32px;
  top: 450px;
  width: 140px;
}

.lottie-animation-6 {
  position: absolute;
  left: 450px;
  top: 350px;
  width: 130px;
}

.column-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.background-video-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 36px;
}

.section-10 {
  display: block;
  -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-video-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 20px;
  margin-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.18)), to(rgba(0, 0, 0, 0.18)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}

.heading-6-copy {
  margin-bottom: 30px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Opensaucesans, sans-serif;
  color: #0b8f5b;
  font-size: 84px;
  line-height: 88px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span-copy {
  color: #fff;
  line-height: 88px;
  text-decoration: none;
}

.text-block-5-copy {
  margin-bottom: 30px;
  padding-right: 220px;
  padding-left: 220px;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #4a75ff;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 100px;
  -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;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.grid {
  grid-template-areas: ". ."
    ". Area";
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 0px;
  padding: 40px 60px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #ccc;
  border-radius: 36px;
  background-color: #7359f6;
}

.div-block-10 {
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 40px 60px;
  border-radius: 36px;
  background-color: #f5f5f5;
}

.div-block-11 {
  margin-right: 10px;
  padding: 40px 60px;
  border-radius: 36px;
  background-color: #f5f5f5;
}

.heading-10 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1px;
}

.div-block-12 {
  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;
}

.image-2 {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.heading-10-copy {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

.heading-10-copy2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

.heading-11-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.heading-11-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.heading-11-copy-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.heading-11-copy-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.heading-12 {
  margin-bottom: 100px;
  font-family: Opensaucesans, sans-serif;
  color: #0d0d0d;
  font-size: 84px;
  line-height: 88px;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 80px;
  line-height: 88px;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #201f25;
}

.heading-13 {
  font-size: 80px;
  line-height: 88px;
}

.heading-14 {
  margin-bottom: 60px;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.text-span-4 {
  color: #fab941;
}

.field-label {
  font-size: 18px;
  line-height: 24px;
}

.field-label-2 {
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-weight: 500;
}

.field-label-3 {
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-field {
  height: 56px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #5a585f;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
}

.text-field-2 {
  height: 56px;
  margin-bottom: 20px;
  border: 1px solid #5a585f;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
}

.text-field-3 {
  height: 56px;
  margin-bottom: 20px;
  border: 1px solid #5a585f;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
}

.submit-button {
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 12px;
  background-color: #4a75ff;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.field-label-3-copy {
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  color: #a19eaf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.brand {
  margin-top: 12px;
}

.image-3 {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-17 {
  max-width: 1100px;
  margin-bottom: 60px;
  font-family: Opensaucesans, sans-serif;
}

.heading-3-copy {
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 78px;
  font-weight: 400;
}

.text-span-5 {
  color: #fff;
  font-weight: 700;
}

.column-10 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-13 {
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.heading-15 {
  font-family: Opensaucesans, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.text-block-8 {
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  color: #fff;
}

.link-2 {
  font-family: Opensaucesans, sans-serif;
  color: #fff;
}

.column-11 {
  padding-right: 20px;
  padding-left: 20px;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#201f25), to(#201f25));
  background-image: linear-gradient(180deg, #201f25, #201f25);
  -o-object-fit: fill;
  object-fit: fill;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  min-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.android-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 120px;
  -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;
  background-color: transparent;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button-2 {
  height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 12px;
  background-color: #0b8f5b;
  font-family: Opensaucesans, sans-serif;
  font-weight: 700;
}

.text-field-4 {
  height: 56px;
  border-radius: 12px;
}

.text-field-5 {
  height: 56px;
  border-radius: 12px;
}

.field-label-4 {
  font-family: Opensaucesans, sans-serif;
}

.field-label-5 {
  font-family: Opensaucesans, sans-serif;
}

.image-5 {
  position: static;
  margin-top: 10px;
  margin-left: 0px;
}

.image-6 {
  margin-right: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-span-6 {
  color: #7359f6;
}

.text-span-7 {
  color: #7359f6;
}

.heading-6-gfreen {
  margin-bottom: 30px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Opensaucesans, sans-serif;
  color: #0b8f5b;
  font-size: 84px;
  line-height: 88px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-14 {
  height: 40px;
}

.container-18 {
  margin-top: 120px;
}

.section-3-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3-copy-copy {
  font-family: Opensaucesans, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 78px;
  font-weight: 400;
}

.text-block-7 {
  margin-right: 20px;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.text-span-8 {
  color: #4a75ff;
  font-weight: 700;
}

.image-7 {
  border-radius: 12px;
}

.container-3-copy {
  max-width: 1100px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-16 {
  margin-bottom: 6px;
  font-family: Opensaucesans, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.column-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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 60px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-9 {
  font-family: Opensaucesans, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.column-14 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  margin-right: 40px;
  margin-left: 40px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  list-style-type: disc;
}

.list.text-block-5 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.list-item {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-2 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-3 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-4 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-5 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-6 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-7 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-2 {
  padding-left: 0px;
}

.list-item-8 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-9 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item-10 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-3 {
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item-11 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.list-item-12 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.list-item-13 {
  padding-bottom: 20px;
  padding-left: 40px;
  background-image: url('../images/Check.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-10 {
  padding-top: 40px;
}

.column-15 {
  padding-right: 40px;
  padding-left: 40px;
}

.columns-5 {
  padding-right: 40px;
  padding-left: 40px;
}

.link-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-2 {
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.container-20 {
  margin-top: 220px;
}

.button-2 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.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;
}

@media screen and (max-width: 991px) {
  .section {
    height: 54vh;
  }

  .heading {
    font-size: 64px;
    line-height: 72px;
  }

  .navbar-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-2 {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 72px;
  }

  .text-block-5 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-8 {
    margin-top: -98px;
    margin-bottom: 100px;
  }

  .text-span {
    line-height: 72px;
  }

  .section-9 {
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
  }

  .heading-9 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-6 {
    padding-right: 0px;
  }

  .section-9-copy {
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
  }

  .heading-9-copy {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-6-copy {
    padding-right: 0px;
  }

  .background-video {
    height: 320px;
  }

  .lottie-animation {
    left: 14%;
    top: 29%;
    width: 140px;
  }

  .lottie-animation-2 {
    left: 260px;
    width: 130px;
  }

  .lottie-animation-6 {
    left: 300px;
    top: 22px;
    width: 110px;
  }

  .column-7-copy {
    padding-left: 20px;
  }

  .background-video-2 {
    height: 320px;
  }

  .background-video-3 {
    height: 50vh;
    margin-bottom: 100px;
  }

  .heading-6-copy {
    font-size: 64px;
    line-height: 72px;
  }

  .text-span-copy {
    line-height: 72px;
  }

  .text-block-5-copy {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-11 {
    margin-right: 40px;
    margin-bottom: 100px;
    margin-left: 40px;
  }

  .div-block-9 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-10 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 36px;
  }

  .heading-10-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-10-copy2 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-12 {
    margin-bottom: 60px;
    font-size: 64px;
    line-height: 72px;
  }

  .section-12 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-14 {
    font-size: 64px;
    line-height: 72px;
  }

  .image-3 {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .heading-3-copy {
    font-size: 48px;
    line-height: 64px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .section-13 {
    padding: 60px 40px;
  }

  .android-form {
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
  }

  .heading-6-gfreen {
    font-size: 64px;
    line-height: 72px;
  }

  .container-18 {
    margin-top: 140px;
  }

  .section-3-copy {
    padding: 60px 40px;
  }

  .heading-3-copy-copy {
    font-size: 48px;
    line-height: 64px;
  }

  .text-block-7 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 18px;
  }

  .container-3-copy {
    margin-bottom: 60px;
  }

  .heading-16 {
    font-size: 20px;
  }

  .section-15 {
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    margin-top: 20px;
  }

  .heading-6 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 48px;
    line-height: 56px;
  }

  .container-11 {
    max-width: 1100px;
  }

  .section-8 {
    margin-top: -54px;
    margin-bottom: 60px;
  }

  .text-span {
    line-height: 56px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background-video {
    height: 400px;
  }

  .column-7-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .background-video-2 {
    height: 400px;
  }

  .background-video-3 {
    height: 50vh;
    margin-bottom: 60px;
  }

  .heading-6-copy {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 48px;
    line-height: 56px;
  }

  .text-span-copy {
    line-height: 56px;
  }

  .section-11 {
    margin-bottom: 60px;
  }

  .container-14 {
    -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-9 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-block-10 {
    margin-right: 0px;
  }

  .div-block-11 {
    margin-right: 0px;
  }

  .heading-12 {
    font-size: 48px;
    line-height: 56px;
  }

  .heading-14 {
    font-size: 48px;
    line-height: 56px;
  }

  .image-3 {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-17 {
    margin-bottom: 40px;
  }

  .column-10 {
    margin-bottom: 20px;
  }

  .heading-6-gfreen {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 48px;
    line-height: 56px;
  }

  .column-13 {
    margin-bottom: 40px;
  }

  .text-block-7 {
    margin-bottom: 20px;
  }

  .column-9 {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 30vh;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .container {
    height: 100%;
    margin-top: -30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-2 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .text-block {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-2 {
    position: static;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .heading-6 {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .container-11 {
    padding-top: 0px;
  }

  .text-block-5 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .section-8 {
    margin-bottom: 40px;
  }

  .text-span {
    line-height: 42px;
  }

  .section-9 {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-9-copy {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .heading-9-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-6-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .background-video {
    height: 320px;
  }

  .lottie-animation {
    left: 6%;
    width: 100px;
  }

  .lottie-animation-2 {
    left: 162px;
    width: 120px;
  }

  .lottie-animation-4 {
    width: 60px;
  }

  .lottie-animation-6 {
    left: 200px;
    width: 70px;
  }

  .background-video-2 {
    height: 320px;
  }

  .background-video-3 {
    height: 45vh;
    margin-bottom: 40px;
  }

  .heading-6-copy {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-span-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-5-copy {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .section-11 {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .div-block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-10 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-12 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 36px;
  }

  .section-12 {
    padding: 40px 20px;
  }

  .heading-14 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 36px;
  }

  .image-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-16 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-4 {
    max-width: 75%;
  }

  .heading-3-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-13 {
    padding: 40px 20px;
  }

  .android-form {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .image-5 {
    margin-left: 0px;
  }

  .heading-6-gfreen {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .container-18 {
    margin-top: auto;
  }

  .section-3-copy {
    padding: 20px 20px 40px;
  }

  .heading-3-copy-copy {
    font-size: 30px;
    line-height: 42px;
  }

  .container-3-copy {
    margin-bottom: 40px;
  }

  .section-15 {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .text-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSauceSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSauceSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}