.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  text-align: left;
}

.heading-2 {
  color: #fff;
  font-size: 22px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.button {
  margin-top: 27px;
  margin-bottom: 30px;
  padding: 20px 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 50px;
  background-color: #e4a3c2;
  font-size: 20px;
}

.grid {
  margin-top: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  padding: 20px;
  -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-color: #ffdfee;
  background-image: linear-gradient(225deg, transparent 23%, hsla(0, 0%, 100%, 0.4));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.card._2 {
  border-bottom-right-radius: 100px;
  background-color: #aebfac;
  box-shadow: none;
}

.card._3 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #e08d59;
}

.card._4 {
  border-radius: 5px;
  background-color: #92dacf;
}

.card._5 {
  border-radius: 100px 100px 100px 5px;
  background-color: #dcbea6;
}

.card._6 {
  background-color: transparent;
  background-image: none;
}

.card._7 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 100px;
  background-color: #ff81e0;
}

.card._8 {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 5px;
  background-color: #ffe955;
}

.card._9 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #649462;
}

.card._11 {
  border-top-left-radius: 100px;
  background-color: #caff01;
}

.card._12 {
  border-top-left-radius: 20px;
  border-top-right-radius: 100px;
  background-color: #a27649;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.card._10 {
  border-radius: 100px 20px 100px 100px;
  background-color: #5e88da;
}

.card._1 {
  border-top-left-radius: 0px;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}

.body {
  background-image: url('../images/Rectangle.svg'), url('../images/Slide-16_9---1.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: url('../images/Rectangle.svg'), url('../images/Slide-16_9---1.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  background-position: 0px 0px, 100% 50%, 0px 0px;
  background-size: auto, auto, auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body._2 {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), linear-gradient(315deg, #57a1cf, #e4a3c2);
}

.container-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-4 {
  margin-top: 0px;
  font-size: 25px;
  line-height: 120%;
  text-align: left;
}

.section-2 {
  background-color: #fff;
}

.grid-2 {
  margin-top: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.blue {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #eafdff;
}

.grid-2.pink {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fcefdd;
}

.container-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-6 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.section-3 {
  display: block;
  margin-top: 70px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #7f3fa7;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.container-4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.section-4 {
  background-color: rgba(252, 239, 221, 0.7);
}

.heading-7 {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  background-color: #0057bb;
  background-image: linear-gradient(54deg, #4c7de0, #7f3fa7 34%, #ced0d0);
}

.heading-8 {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
}

.heading-9 {
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 150%;
}

.link {
  font-size: 25px;
}

.button-2 {
  margin-top: 10px;
  padding: 20px 50px;
  border-radius: 255px;
  background-color: #e4a3c2;
  font-size: 20px;
}

.image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bold-text {
  color: #000;
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.container-9 {
  padding-top: 20px;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.chatframe {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-3 {
  height: 100vh;
  background-color: #ececec;
}

.section-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.chat-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
}

.section-8 {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #050011;
  color: #fff;
}

.div-block-3 {
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/34.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50px;
  background-color: #e4a3c2;
  font-size: 20px;
}

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

.text-block-9 {
  margin-top: 10px;
  opacity: 0.5;
  font-size: 12px;
  line-height: 130%;
}

.text-block-10 {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 130%;
}

.image-5 {
  margin-bottom: 10px;
}

.text-block-11 {
  font-size: 12px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-12 {
  height: auto;
}

.container-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-13 {
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(228, 163, 194, 0.2);
}

.heading-16 {
  margin-top: 0px;
}

.list-item {
  margin-bottom: 5px;
  font-size: 16px;
}

.text-block-12 {
  margin-bottom: 10px;
  font-size: 16px;
}

.button-4 {
  margin-top: 10px;
  border-radius: 10px;
}

.text-block-13 {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #e7eef8;
}

.hero {
  height: 100vh;
  background-image: none;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-17 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #36234e;
}

.grid-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img {
  border-radius: 20px;
  background-image: url('../images/laura-chouette-pXBL50ttUPU-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-15 {
  overflow: hidden;
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 5px;
  border-color: #ddb9ff;
  border-radius: 150px 150px 150px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.heading-18 {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #36234e;
  font-size: 30px;
  line-height: 130%;
  text-align: left;
}

.heading-19 {
  color: #36234e;
  font-size: 60px;
  line-height: 120%;
}

.heading-19._2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1e96c8;
}

.button-5 {
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #5e88da;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 30px;
  line-height: 130%;
}

.button-5:hover {
  background-color: #7f3fa7;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-span-2 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px 20px 20px;
  background-color: #ddb9ff;
}

.text-span-3 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px 20px 0px 0px;
  background-color: #ddb9ff;
}

.container-15 {
  max-width: 1280px;
  padding: 20px;
}

.text-span-4 {
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ddb9ff;
}

.grid-8 {
  position: relative;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-14 {
  position: absolute;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #afb3e0;
  font-size: 20px;
}

.text-block-14._2 {
  right: 487.625px;
  margin-top: 2px;
  background-color: #c5f004;
  font-style: italic;
  font-weight: 700;
}

.text-block-14._3 {
  background-color: #ff81e0;
  font-family: Vollkorn, serif;
}

.text-block-14._4 {
  position: absolute;
  top: 72px;
  right: 621.5px;
  background-color: #dcbea6;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block-14._5 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #5e88da;
  font-family: Bitter, serif;
  font-weight: 300;
}

.text-block-14._6 {
  background-color: #aebfac;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
}

.text-block-14._7 {
  background-color: #ffe955;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.text-block-14._8 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  font-style: italic;
}

.text-block-14._9 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.div-block-17 {
  height: 300px;
}

.grid-9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1280px;
  padding: 100px 20px;
  -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;
}

.container-16.centr {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-10 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.text-span-5 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #ddb9ff;
}

.heading-18-copy {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #36234e;
  font-size: 30px;
  line-height: 130%;
  text-align: left;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
}

.paragraph-3._60 {
  width: 75%;
}

.grid-11 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
}

.grid-12 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.how--card {
  min-width: 246px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 5px solid #ddb9ff;
}

.how--card._4 {
  border-top-width: 2px;
  border-top-color: transparent;
}

.text-block-15 {
  display: inline-block;
  color: #36234e;
  font-size: 20px;
  font-weight: 700;
}

.circle-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -22px;
  margin-left: 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-style: solid;
  border-width: 5px;
  border-color: #ddb9ff;
  border-radius: 255px;
  background-color: #ddb9ff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.how-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.text-block-16 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 130%;
}

.text-span-6 {
  color: #7f3fa7;
}

.text-span-7 {
  color: #7f3fa7;
}

.text-span-8 {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 20px;
  background-color: #ffe955;
}

.div-block-19 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-20 {
  width: 260px;
  height: 450px;
  border-style: solid;
  border-width: 5px;
  border-color: #7f3fa7;
  border-radius: 20px;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 280px;
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ddb9ff;
  border-radius: 20px;
  background-color: #f9ffd5;
  box-shadow: 6px 6px 0 0 #ddb9ff;
}

.phone-head {
  height: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e7e7e7;
}

.text-block-17 {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #01ca26;
  font-size: 12px;
  text-align: center;
}

.text-block-18 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  padding: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #dfc8f5;
  opacity: 1;
}

.text-block-18.end {
  border-bottom-right-radius: 0px;
}

.text-block-18._1 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-block-18-copy {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #c8dbf5;
  opacity: 1;
}

.text-block-18-copy.end2 {
  border-bottom-left-radius: 0px;
}

.text-block-18-copy.end2._2 {
  margin-right: 101px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 30px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.div-block-22 {
  min-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-19 {
  margin-bottom: 0px;
  padding-left: 2px;
  border-left: 2px solid #ddb9ff;
  color: #a8a8a8;
}

.text-block-20 {
  display: none;
  margin-top: 5px;
  margin-left: 10px;
  color: #a8a8a8;
  font-size: 12px;
}

.grid-13 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-14 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid-15 {
  margin-top: 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  padding: 20px;
  -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;
  border-radius: 20px 20px 100px;
  background-color: #ff81e0;
  background-image: linear-gradient(36deg, transparent, hsla(0, 0%, 100%, 0.5));
  text-align: left;
}

.div-block-23._1 {
  border-bottom-right-radius: 100px;
  background-color: #ff81e0;
}

.div-block-23._2 {
  border-radius: 20px 100px 100px 20px;
  background-color: #ffe955;
}

.div-block-23._3 {
  border-radius: 20px 100px 20px 20px;
  background-color: #caff01;
}

.div-block-23._4 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #92dacf;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 130%;
}

.heading-20 {
  font-size: 20px;
  line-height: 130%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.heading-18-copy {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #36234e;
  font-size: 30px;
  line-height: 130%;
  text-align: left;
}

.heading-18-copy-copy {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Montserrat, sans-serif;
  color: #36234e;
  font-size: 45px;
  line-height: 120%;
  text-align: center;
}

.h3 {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #36234e;
  font-size: 35px;
  line-height: 130%;
  text-align: left;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  padding-right: 30px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #7f3fa7;
  border-radius: 50px;
  background-color: #1e96c8;
  box-shadow: 0 3px 0 2px #7f3fa7;
  -webkit-transition: all 200ms cubic-bezier(.075, .82, .165, 1);
  transition: all 200ms cubic-bezier(.075, .82, .165, 1);
  color: #fff;
  font-size: 30px;
  line-height: 130%;
  text-decoration: none;
}

.link-block-2:hover {
  box-shadow: 0 0 0 0 #7f3fa7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.link-block-2._2 {
  margin-top: 20px;
  padding-left: 30px;
  box-shadow: 0 3px 0 2px #7f3fa7;
}

.link-block-2._2:hover {
  box-shadow: 0 3px 0 -2px #ddb9ff;
}

.link-block-2._2._3 {
  max-width: 280px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 25px;
}

.link-block-2._2._3._4 {
  display: none;
}

.text-block-21 {
  background-color: #1e96c8;
  color: #fff;
  font-size: 30px;
  line-height: 130%;
  font-weight: 700;
}

.text-span-9 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #ddb9ff;
}

.text-span-10 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px 0px 20px 20px;
  background-color: #ddb9ff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.div-block-24 {
  height: 50px;
  background-color: #fff;
}

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

.heading-21 {
  margin: 0px 10px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #a4e0d7;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.heading-21._2 {
  background-color: #ffb7ed;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: 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;
}

.heading-22 {
  font-size: 20px;
  line-height: 130%;
}

.link-block-3 {
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  opacity: 0.5;
}

.div-block-26 {
  opacity: 1;
}

.link-block-4 {
  opacity: 0.7;
}

.text-block-23 {
  font-size: 28px;
}

.image-6 {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.list-item-2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 130%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
}

.text-span-11 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #1e96c8;
  color: #fff;
  font-size: 40px;
}

.container-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  padding: 20px;
  -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;
}

.grid-7-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-29 {
  margin-left: 10px;
}

.text-block-25 {
  color: #52a1cf;
}

.link-block-5 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.background-video {
  z-index: 99;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  margin-right: 5px;
  margin-left: 5px;
  color: #707070;
}

.div-block-31 {
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.link-4 {
  font-size: 50px;
  line-height: 130%;
}

.link-5 {
  font-size: 50px;
  line-height: 130%;
  text-decoration: none;
}

.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;
  font-family: Montserrat, sans-serif;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

.text-span-31 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px 20px 20px 0px;
  background-color: #1e96c8;
  color: #fff;
}

.text-span-21 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px 0px 20px 20px;
  background-color: #1e96c8;
  color: #fff;
}

.list {
  margin-top: 15px;
}

.heading-18-copy {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #36234e;
  font-size: 30px;
  line-height: 130%;
  text-align: left;
}

.image-9 {
  width: 100px;
  height: 100px;
  min-width: 50px;
}

.heading-24 {
  color: #36234e;
}

.html-embed {
  max-width: 500px;
}

.image-10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }

  .heading-2 {
    font-size: 25px;
    text-align: center;
  }

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

  .grid-2.blue {
    padding-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2.pink {
    padding-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .chat-cont {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero {
    height: auto;
  }

  .container-13 {
    height: auto;
  }

  .div-block-14 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid-7 {
    margin-top: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

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

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

  .heading-19._2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 40px;
    text-align: left;
  }

  .menu-button {
    background-color: #e4a3c2;
  }

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

  .container-14 {
    background-color: #fff;
  }

  .nav-link {
    background-color: #e4a3c2;
  }

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

  .navbar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .heading-18-copy {
    text-align: center;
  }

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

  .paragraph-3._60 {
    width: auto;
  }

  .how--card {
    padding-left: 20px;
    border-left: 5px solid #ddb9ff;
    border-top-width: 0px;
  }

  .how--card._4 {
    margin-top: -4px;
    padding-left: 24px;
    border-left-width: 0px;
  }

  .circle-number {
    margin-top: 0px;
    margin-left: -42px;
  }

  .how-wrapper {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-16 {
    margin-top: -39px;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .phone {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-21 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid-13 {
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .link-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-18-copy-copy {
    font-size: 35px;
  }

  .h3 {
    text-align: center;
  }

  .link-block-2 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 25px;
  }

  .link-block-2._2 {
    padding-right: 10px;
  }

  .link-block-2._2._3 {
    display: none;
    padding-right: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
  }

  .link-block-2._2._3._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

  .image-6 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

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

  .container-13-copy {
    min-height: 100vh;
  }

  .grid-7-copy {
    margin-top: 66px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-span-31 {
    border-bottom-left-radius: 20px;
  }

  .heading-18-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 40px;
  }

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

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

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

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

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-5 {
    background-color: #7f3fa7;
    background-image: none;
  }

  .text-block-2 {
    display: none;
  }

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

  .container-13 {
    padding-bottom: 50px;
  }

  .div-block-15 {
    display: none;
    border-top-left-radius: 20px;
  }

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

  .heading-18 {
    font-size: 25px;
    text-align: center;
  }

  .heading-19 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 50px;
    text-align: center;
  }

  .heading-19._2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 30px;
    text-align: left;
  }

  .text-span-2 {
    border-top-left-radius: 20px;
  }

  .container-16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-18-copy {
    font-size: 25px;
    text-align: left;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-3._60 {
    width: auto;
    text-align: left;
  }

  .heading-18-copy-copy {
    padding-top: 0px;
    font-size: 25px;
    line-height: 122%;
  }

  .h3 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
    text-align: left;
  }

  .link-block-2._2 {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block-2._2._3._4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  ._2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-item-2 {
    font-size: 18px;
  }

  .div-block-28 {
    -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: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-span-11 {
    font-size: 30px;
  }

  .image-7 {
    display: none;
    max-width: 100%;
  }

  .grid-7-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-8 {
    height: 100px;
  }

  .text-span-31 {
    border-bottom-left-radius: 0px;
  }

  .heading-18-copy {
    font-size: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 25px;
    line-height: 120%;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .button {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    line-height: 120%;
    text-align: center;
  }

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

  .card {
    min-height: 240px;
  }

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

  .heading-3._10 {
    font-size: 6vw;
  }

  .heading-4 {
    font-size: 20px;
    text-align: left;
  }

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

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

  .container-6 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-8 {
    font-size: 25px;
  }

  .button-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .container-9 {
    padding: 20px 20px 50px;
  }

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

  .div-block-3 {
    height: 240px;
  }

  .button-copy {
    display: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

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

  .heading-16 {
    font-size: 20px;
    line-height: 130%;
  }

  .hero {
    background-image: linear-gradient(42deg, #feffb2, #f8f1ff 67%);
  }

  .container-13 {
    height: 100vh;
    padding-bottom: 50px;
  }

  .div-block-14 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .heading-17 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-15 {
    width: auto;
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
  }

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

  .heading-18 {
    font-size: 7vw;
    line-height: 150%;
    text-align: left;
  }

  .heading-19 {
    font-size: 10vw;
    text-align: center;
  }

  .heading-19._2 {
    font-size: 30px;
    text-align: left;
  }

  .text-span-2 {
    border-top-left-radius: 20px;
  }

  .container-16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-18-copy {
    padding-left: 0px;
  }

  .paragraph-3 {
    font-size: 5vw;
    line-height: 130%;
  }

  .paragraph-3._60 {
    font-size: 5vw;
  }

  .how-wrapper {
    margin-top: 20px;
  }

  .text-block-16 {
    font-size: 4.5vw;
  }

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

  .paragraph-5 {
    font-size: 5vw;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block.w--current {
    -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-18-copy-copy {
    display: block;
    font-size: 7vw;
  }

  .h3 {
    font-size: 7vw;
    line-height: 130%;
  }

  .link-block-2 {
    padding-right: 30px;
  }

  .link-block-2._2 {
    width: 80vw;
    max-width: 360px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block-2._2._3._4 {
    max-width: 360px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-span-9 {
    background-color: transparent;
  }

  .text-span-10 {
    background-color: transparent;
  }

  ._2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .text-block-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 100%;
  }

  .text-block-24 {
    font-size: 20px;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .link-2 {
    font-size: 16px;
  }

  .text-span-11 {
    background-color: #fff;
    font-size: 20px;
  }

  .image-7 {
    display: none;
    max-width: 40%;
  }

  .container-13-copy {
    height: auto;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }

  .grid-7-copy {
    margin-top: 20px;
  }

  .text-block-25 {
    display: none;
  }

  .link-block-5 {
    display: none;
  }

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

  .heading-23 {
    font-size: 24px;
    line-height: 130%;
  }

  .text-span-31 {
    border-bottom-left-radius: 20px;
    font-size: 10vw;
  }

  .text-span-21 {
    font-size: 10vw;
  }

  .heading-18-copy {
    font-size: 5vw;
    text-align: center;
  }
}

#w-node-_02f1c6b6-b7eb-57a6-1d61-7f5e6e90405b-f33a31d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_002d8a83-6b8b-5799-4982-d47ed8032266-f33a31d1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d206e640-e5af-a76d-4ea2-9b532b599a75-f33a31d1 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2a48d357-fd8e-b439-22b8-2738bde691c8-f33a31d1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d52556cb-635f-3baf-6627-aa29ff2fe61d-f33a31d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_002d8a83-6b8b-5799-4982-d47ed8032266-f33a31d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e7a9bc9d-e151-1059-1319-da4387d33398-c50d9397 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5535e32b-8898-3600-5d20-14ad576bbaa0-c50d9397 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02f1c6b6-b7eb-57a6-1d61-7f5e6e90405b-f33a31d1 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d52556cb-635f-3baf-6627-aa29ff2fe61d-f33a31d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_5535e32b-8898-3600-5d20-14ad576bbaa0-c50d9397 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_02f1c6b6-b7eb-57a6-1d61-7f5e6e90405b-f33a31d1 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d52556cb-635f-3baf-6627-aa29ff2fe61d-f33a31d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_002d8a83-6b8b-5799-4982-d47ed8032266-f33a31d1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5535e32b-8898-3600-5d20-14ad576bbaa0-c50d9397 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

