.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.body {
  height: 100%;
}

.container-2 {
  width: 30%;
  height: 100%;
}

.div-block {
  background-color: #bb8989;
  width: 33.2%;
  height: 100%;
  display: inline-flex;
  position: static;
}

.div-block-2 {
  background-color: #bfafdf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33.2%;
  height: 100%;
  display: inline-flex;
  position: relative;
}

.div-block-3 {
  background-color: #b5d0eb;
  width: 33.2%;
  height: 100%;
  display: inline-flex;
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  width: .2%;
  height: 100%;
  display: inline-flex;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 33.2%;
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 33.2%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-6 {
  vertical-align: top;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  vertical-align: baseline;
  width: 100%;
  height: 33%;
}

.quick-stack {
  z-index: 1;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  border: 0 solid #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.cell {
  background-image: linear-gradient(#d183a2, #3aa39f);
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-2 {
  background-image: radial-gradient(circle, #69b9b7, #4848c0);
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-2:hover {
  background-image: radial-gradient(circle, #69b98d, #5a5a99);
}

.cell-3 {
  background-image: radial-gradient(circle, #b96365, #6db6b3 84%);
}

.cell-3:hover {
  background-image: radial-gradient(circle, #b96385, #6d98b6 84%);
}

.cell-4 {
  background-image: radial-gradient(circle, #2828b8, #b4a7b8);
}

.cell-4:hover {
  background-image: radial-gradient(circle, #104eb1, #8cb3c2);
}

.cell-5 {
  background-image: linear-gradient(#5d9da3 19%, #4f6ebb 62%, #2828b8);
}

.cell-5:hover {
  background-image: linear-gradient(#7d7dc7 19%, #4f6ebb 62%, #2870b8);
}

.cell-6 {
  background-image: linear-gradient(#2828b8 39%, #3d3d81);
}

.cell-6:hover {
  background-image: linear-gradient(#2870b8 39%, #3d3d81);
}

.link-block {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.heading {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Kinetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Kinetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
  display: flex;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Kinetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-4 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Kinetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.link-block-5 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Kinetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.image-2 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}

.link-block-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: inline-flex;
  position: static;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 80%;
  margin: 0 auto 5%;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 10%;
  margin: 3% 10% 10%;
  display: flex;
}

.paragraph {
  color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  font-family: Kinetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-9 {
  width: 86%;
  height: 108px;
  margin-bottom: 1.2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-left: 0;
  padding-left: 0;
}

.container-5 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body-2 {
  background-image: radial-gradient(circle at 100%, #6db6b3, #2828b8 61%);
  height: 100%;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.cell-7 {
  background-image: linear-gradient(#2828b8, #2870b8);
}

.cell-7:hover {
  background-image: linear-gradient(#2870b8, #7d7dc7);
}

.cell-8 {
  background-color: #2828b8;
  display: block;
}

.container-6 {
  width: 100%;
  height: 100%;
}

.container-7 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.container-8 {
  width: 100%;
  height: 100%;
}

.div-block-11 {
  width: 100%;
  height: 20%;
  margin-top: 5%;
}

.div-block-12 {
  width: 90%;
  height: 40%;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.div-block-13 {
  width: 50%;
  height: 30%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.div-block-15 {
  width: 80%;
  height: 50%;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-16 {
  width: 100%;
  height: 20%;
  margin-top: 5%;
}

.image-4 {
  width: 40%;
  margin-left: 10%;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  width: 40%;
  margin-left: 10%;
  padding-left: 0;
}

.paragraph-3 {
  color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-4 {
  color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-5 {
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-6 {
  font-size: 12px;
}

.paragraph-7 {
  font-family: Kinetica, sans-serif;
}

.paragraph-8 {
  color: #fff;
  padding-left: 0;
  padding-right: 10px;
  font-family: Kinetica, sans-serif;
  font-size: 12px;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 100%;
  height: 25%;
  margin-top: 5%;
  margin-left: 10%;
  display: inline-flex;
}

.image-6, .image-7, .image-8 {
  width: 30%;
  padding-right: 10px;
  display: block;
}

.div-block-18 {
  width: 90%;
  height: 10%;
  margin-top: 105px;
  margin-left: 10%;
}

.image-9 {
  width: 40%;
}

.button {
  z-index: 1;
  background-color: #2828b8;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 7%;
  height: 7%;
  margin-left: auto;
  margin-right: auto;
  font-family: Kinetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 45% 33% 52% 0%;
}

.button-2 {
  z-index: 2;
  text-align: center;
  background-color: #2828b8;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 7%;
  height: 7%;
  margin-left: auto;
  margin-right: auto;
  font-family: Kinetica, sans-serif;
  display: flex;
  position: absolute;
  inset: 44% 33% 58% 0%;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  height: 50%;
  max-height: 60%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.link-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 20%;
  max-height: 20%;
  display: block;
  position: static;
}

.link-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.image-10 {
  max-height: 100%;
}

.link-block-9 {
  width: 100%;
  height: 20%;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 20%;
  height: 100%;
  padding: 0;
}

.image-11 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.cell-9, .link-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: inline-flex;
}

.link-block-11, .link-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: inline-flex;
}

.link-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14, .image-15 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: inline-flex;
}

.link-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-10, .cell-11, .cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

.container-9 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.quick-stack-3 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  border: .5px #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-14 {
  background-image: radial-gradient(circle, #69b9b7, #4848c0);
}

.cell-15 {
  background-image: radial-gradient(circle, #c27375, #6db6b3);
}

.cell-16 {
  background-image: radial-gradient(circle, #4d4dbb, #b4a7b8);
}

.cell-17 {
  background-image: radial-gradient(circle, #d183a2, #3aa39f);
}

.cell-18 {
  background-image: radial-gradient(circle, #2a61b8, #8cb3c2);
}

.cell-19 {
  background-image: radial-gradient(circle, #79bd97, #7272b3);
}

.cell-20 {
  background-image: radial-gradient(circle, #b96385, #6d98b6);
}

.cell-21, .cell-22, .cell-23, .cell-24, .cell-25, .cell-26, .cell-27 {
  background-image: radial-gradient(circle, #000, #fff);
}

.body-3 {
  background-color: #fff0;
  border: 1px solid #fff;
}

.link-block-15 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.heading-6 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: Kinetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-block-16 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-17 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.quick-stack-4 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
}

.container-10 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cell-28 {
  background-image: linear-gradient(#d183a2, #3aa39f);
  display: flex;
}

.cell-29, .cell-30, .cell-31, .cell-32, .cell-33, .cell-34, .cell-35, .cell-36, .cell-37, .cell-38, .cell-39 {
  background-color: #fff;
}

.cell-40, .cell-41, .cell-42 {
  background-color: #2828b8;
}

.container-11 {
  z-index: 1;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.quick-stack-5 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  width: 100%;
  padding: 0;
}

.cell-43 {
  background-image: linear-gradient(#d183a2, #3aa39f);
  justify-content: flex-end;
  align-items: flex-start;
}

.body-4 {
  background-color: #fff;
}

.link-block-18, .link-block-19 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.heading-7 {
  color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  font-family: Kinetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.heading-7:hover {
  color: #69b9b7;
}

.cell-44, .cell-45, .cell-46 {
  background-color: #2828b8;
}

.link-block-20 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-36 {
  background-color: #2828b8;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cell-47, .cell-48, .cell-49, .cell-50, .cell-51, .cell-52, .cell-53, .cell-54, .cell-55, .cell-56 {
  background-color: #2828b8;
}

.link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 5%;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kinetica, sans-serif;
  font-size: 25px;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.image-16 {
  width: auto;
  height: 180px;
  margin-top: 0%;
  margin-left: 24px;
  display: block;
  position: sticky;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-23 {
  z-index: 2;
  position: sticky;
  top: 100%;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: stretch;
  width: 86%;
  height: 108px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 7.5%;
}

.image-17 {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.button-3 {
  display: block;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 4.5px;
  display: inline-flex;
}

.button-4 {
  background-color: #fff0;
  border: .5px solid #fff;
}

.button-5 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-26 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 0 auto 0%;
  display: flex;
  position: sticky;
  bottom: 2%;
}

.button-6 {
  color: #fff;
  background-color: #fff0;
  border: .5px solid #fff;
  font-family: Kinetica, sans-serif;
}

.link-block-32 {
  height: 100%;
}

.container-12 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-2 {
  width: 100%;
}

.quick-stack-6 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kinetica, sans-serif;
  font-size: 35px;
  line-height: 44px;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.cell-57 {
  background-color: #2828b8;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7%;
  padding-right: 5%;
}

.cell-58 {
  background-image: linear-gradient(#d183a2, #3aa39f);
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-27 {
  margin-top: 10%;
  margin-bottom: 5%;
}

.div-block-28 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 8%;
  display: flex;
}

.div-block-29 {
  margin-top: 0;
  margin-bottom: 5%;
}

.image-18, .image-19, .image-20 {
  width: 30%;
}

.div-block-30 {
  width: 86%;
  height: 108px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 7.5%;
}

.link-block-33 {
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}

.image-21 {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.div-block-31 {
  z-index: 1;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 2%;
  left: 0;
  right: 0;
}

.button-7 {
  color: #fff;
  background-color: #3898ec00;
  border: .5px solid #fff;
  font-family: Kinetica, sans-serif;
  text-decoration: none;
}

.section-3 {
  width: 100%;
}

.container-13 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.div-block-32 {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 5%;
  display: block;
}

.div-block-33 {
  width: 100%;
}

.div-block-34 {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 5%;
}

.div-block-35 {
  width: 100%;
}

.heading-10 {
  color: #fff;
  font-family: Kinetica, sans-serif;
}

.cell-59, .cell-60 {
  background-color: #2828b8;
  padding: 5% 5% 7%;
}

.paragraph-10, .paragraph-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 300;
}

.heading-11 {
  color: #fff;
  font-family: Kinetica, sans-serif;
}

.cell-61 {
  background-image: linear-gradient(#d183a2, #3aa39f);
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-36 {
  width: 87%;
  height: 14.5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 7.5%;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 2%;
}

.link-block-34 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  height: 100%;
}

.button-8 {
  color: #fff;
  background-color: #fff0;
  border: .5px solid #fff;
  font-family: Kinetica, sans-serif;
}

.div-block-38 {
  color: #fff;
  margin-top: 0%;
  margin-bottom: 3%;
  font-family: Kinetica, sans-serif;
}

.paragraph-12 {
  font-size: 18px;
}

.paragraph-13 {
  font-size: 21px;
  line-height: 130%;
}

.div-block-39 {
  margin-top: 3%;
  margin-bottom: 10%;
}

.paragraph-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-40 {
  width: 35%;
}

.heading-9-copy {
  color: #fff;
  font-family: Kinetica, sans-serif;
  font-size: 35px;
  line-height: 100%;
  display: flex;
}

.paragraph-13-copy {
  font-size: 20px;
}

.image-18-copy, .image-19-copy, .image-20-copy {
  width: 30%;
}

.div-block-28-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10%;
  display: flex;
}

.paragraph-9-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-14-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 140%;
}

.cell-57-copy {
  background-color: #2828b8;
  padding-left: 40px;
  padding-right: 50px;
}

.cell-58-copy {
  background-image: linear-gradient(#d183a2, #3aa39f);
  justify-content: flex-end;
  align-items: flex-start;
}

.link-block-33-copy {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.link-block-33-copy.w--current {
  margin-left: 0;
}

.image-21-copy {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.div-block-38-copy {
  color: #fff;
  margin-top: 0%;
  margin-bottom: 10%;
  font-family: Kinetica, sans-serif;
}

.div-block-29-copy {
  margin-top: 0;
  margin-bottom: 5%;
}

.div-block-40-copy {
  width: 35%;
}

.paragraph-14-copy-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 140%;
}

.div-block-39-copy {
  margin-top: 3%;
  margin-bottom: 10%;
}

.div-block-27-copy {
  margin-top: 5%;
  margin-bottom: 5%;
}

.cell-57-copy-copy {
  background-color: #2828b8;
  padding-left: 7%;
  padding-right: 5%;
}

.div-block-31-copy {
  z-index: 1;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 2%;
  left: 0;
  right: 0;
}

.div-block-30-copy {
  justify-content: flex-start;
  align-items: center;
  width: 86%;
  height: 108px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  bottom: 7.5%;
}

.quick-stack-6-copy {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container-12-copy {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-2-copy {
  width: 100%;
}

.cell-62 {
  background-color: #2828b8;
  padding-left: 7%;
  padding-right: 5%;
}

.cell-63 {
  background-color: #2828b8;
}

.link-block-35 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .div-block-24 {
    width: 85%;
    height: 140px;
  }

  .button-6 {
    font-size: 20px;
  }

  .link-block-32 {
    height: 100%;
  }

  .quick-stack-6 {
    padding-left: 0;
  }

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

  .paragraph-9 {
    font-size: 24px;
    line-height: 160%;
  }

  .cell-57 {
    padding-left: 7%;
    padding-right: 5%;
  }

  .div-block-27 {
    margin-top: 10%;
    margin-bottom: 5%;
    font-size: 60px;
    line-height: 44px;
  }

  .div-block-28 {
    margin-bottom: 8%;
  }

  .div-block-30 {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-31 {
    width: 80%;
  }

  .button-7 {
    font-size: 20px;
  }

  .section-3 {
    width: 1920px;
  }

  .div-block-32, .div-block-34 {
    margin-top: 0%;
  }

  .div-block-35 {
    line-height: 20px;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 150%;
    line-height: 30px;
  }

  .div-block-36 {
    width: 85%;
    height: 12%;
  }

  .link-block-34 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-38 {
    margin-bottom: 3%;
  }

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

  .paragraph-14 {
    font-size: 24px;
    line-height: 160%;
  }

  .heading-9-copy {
    font-size: 44px;
  }

  .paragraph-13-copy {
    font-size: 30px;
  }

  .paragraph-9-copy {
    font-size: 22px;
    line-height: 160%;
  }

  .paragraph-14-copy {
    font-size: 120%;
    line-height: 160%;
  }

  .cell-57-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-14-copy-copy {
    font-size: 120%;
    line-height: 160%;
  }

  .cell-57-copy-copy {
    padding-left: 7%;
    padding-right: 5%;
  }

  .div-block-30-copy {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-6-copy {
    padding-left: 0;
  }

  .cell-62 {
    padding-left: 7%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 991px) {
  .heading, .heading-2, .heading-3, .heading-4, .heading-5 {
    font-size: 20px;
  }

  .div-block-7 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 80%;
    margin-bottom: 7%;
  }

  .div-block-8 {
    width: 80%;
  }

  .paragraph {
    text-align: left;
    font-size: 80%;
  }

  .div-block-9 {
    width: 90%;
    height: 108px;
    margin-bottom: 3%;
  }

  .quick-stack-3 {
    grid-column-gap: .5px;
    grid-row-gap: .5px;
  }

  .cell-14 {
    background-image: radial-gradient(circle, #69b9b7, #4848c0);
  }

  .cell-15 {
    background-image: radial-gradient(circle, #c27375, #6db6b3);
  }

  .cell-16 {
    background-image: radial-gradient(circle, #4d4dbb, #b4a7b8);
  }

  .cell-17 {
    background-image: radial-gradient(circle, #d183a2, #3aa39f);
  }

  .cell-18 {
    background-image: radial-gradient(circle, #2a61b8, #8cb3c2);
  }

  .cell-19 {
    background-image: radial-gradient(circle, #79bd97, #7272b3);
  }

  .cell-20 {
    background-image: radial-gradient(circle, #b96385, #6d98b6);
  }

  .heading-6 {
    padding-bottom: 1%;
    font-size: 30px;
  }

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

  .div-block-24 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 108px;
    bottom: 7.5%;
  }

  .image-17 {
    width: auto;
    height: 100%;
  }

  .div-block-26 {
    top: 95%;
    bottom: 2%;
  }

  .container-12 {
    max-width: 100%;
    min-height: 100%;
  }

  .quick-stack-6 {
    height: 900px;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .cell-57 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 7%;
    font-size: 12px;
  }

  .div-block-27 {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .div-block-28 {
    width: 100%;
    height: 15%;
    margin-top: 5%;
    margin-bottom: 8%;
  }

  .div-block-29 {
    margin-bottom: 10%;
  }

  .div-block-30 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 108px;
    bottom: 7.5%;
  }

  .div-block-31 {
    bottom: 2%;
  }

  .div-block-32 {
    margin-top: 5%;
  }

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

  .cell-59 {
    padding-top: 7%;
  }

  .cell-60 {
    padding-right: 3%;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 10px;
  }

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

  .div-block-36 {
    width: 90%;
    height: 14%;
    bottom: 7.5%;
  }

  .div-block-38 {
    margin-bottom: 3%;
    font-size: 14.4px;
  }

  .paragraph-13 {
    font-size: 14.4px;
    line-height: 130%;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .heading-9-copy {
    font-size: 24px;
    line-height: 100%;
  }

  .div-block-28-copy {
    width: 100%;
    height: 15%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .paragraph-9-copy {
    font-size: 12px;
  }

  .paragraph-14-copy {
    font-size: 80%;
  }

  .cell-57-copy {
    padding-left: 25px;
  }

  .div-block-29-copy {
    margin-bottom: 10%;
  }

  .paragraph-14-copy-copy {
    font-size: 80%;
  }

  .div-block-27-copy {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .cell-57-copy-copy {
    padding-left: 7%;
  }

  .div-block-31-copy {
    bottom: 2%;
  }

  .div-block-30-copy {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 108px;
    bottom: 7.5%;
  }

  .container-12-copy {
    max-width: 100%;
    min-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #fff;
  }

  .cell {
    background-image: linear-gradient(#d183a2, #3aa39f);
  }

  .cell-2 {
    background-image: radial-gradient(circle, #69b9b7, #4848c0);
  }

  .cell-2:hover {
    background-image: radial-gradient(circle, #69b98d, #5a5a99);
  }

  .cell-3 {
    background-image: radial-gradient(circle, #b96365, #6db6b3 84%);
  }

  .cell-3:hover {
    background-image: radial-gradient(circle, #b96385, #6d98b6 84%);
  }

  .cell-4 {
    background-image: radial-gradient(circle, #2828b8, #b4a7b8);
  }

  .cell-4:hover {
    background-image: radial-gradient(circle, #104eb1, #8cb3c2);
  }

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

  .div-block-9 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 10%;
    margin-bottom: 8%;
  }

  .image-3 {
    width: auto;
    max-width: 104px;
    height: 100%;
    max-height: 100px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    height: 80%;
    margin-bottom: 40%;
    margin-left: 5%;
    display: flex;
  }

  .quick-stack-2 {
    width: 100%;
    height: 90%;
  }

  .image-11 {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 0;
  }

  .cell-14 {
    background-image: radial-gradient(circle, #6aade9, #2828b8);
  }

  .cell-15 {
    background-image: radial-gradient(circle, #48a5a3, #2828b8);
  }

  .cell-16 {
    background-image: radial-gradient(circle, #b96365, #2828b8);
  }

  .cell-17 {
    background-image: radial-gradient(circle, #b14aaa, #2828b8);
  }

  .container-11 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1000px;
    min-height: 100%;
    position: relative;
  }

  .quick-stack-5 {
    width: 100%;
    height: 100%;
    position: static;
  }

  .heading-7 {
    font-size: 15px;
  }

  .section {
    height: auto;
    position: static;
  }

  .div-block-24 {
    height: 105px;
  }

  .div-block-26 {
    top: 0;
  }

  .quick-stack-6 {
    height: 900px;
  }

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

  .paragraph-9 {
    font-size: 10px;
  }

  .cell-57 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-28 {
    margin-bottom: 8%;
  }

  .div-block-30 {
    width: 90%;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    bottom: 7.5%;
  }

  .heading-11 {
    margin-top: 30px;
  }

  .div-block-36 {
    width: 90%;
    height: 9%;
    bottom: 7.5%;
  }

  .div-block-37 {
    bottom: 2%;
  }

  .div-block-38 {
    margin-bottom: 3%;
  }

  .paragraph-13 {
    font-size: 12px;
    line-height: 130%;
  }

  .paragraph-14 {
    font-size: 10px;
  }

  .heading-9-copy {
    font-size: 20px;
    line-height: 100%;
  }

  .paragraph-9-copy {
    font-size: 10px;
  }

  .paragraph-14-copy, .paragraph-14-copy-copy {
    font-size: 80%;
  }

  .div-block-30-copy {
    width: 90%;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    bottom: 7.5%;
  }

  .cell-62 {
    padding-left: 7%;
  }
}

@media screen and (max-width: 479px) {
  .cell {
    padding-left: 1px;
  }

  .heading, .heading-2, .heading-3, .heading-4, .heading-5 {
    font-size: 12px;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    height: 65px;
    margin-bottom: 10%;
  }

  .image-3 {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-9 {
    width: 100%;
  }

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

  .container-11 {
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-5 {
    height: 100%;
    padding: 0;
  }

  .heading-7 {
    font-size: 12px;
  }

  .div-block-24 {
    height: 65px;
    top: 98%;
    bottom: 2%;
  }

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

  .button-6 {
    font-size: 8px;
  }

  .link-block-31 {
    width: 100%;
    height: 100%;
  }

  .link-block-32 {
    height: 100%;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 9px;
  }

  .cell-57 {
    padding-right: 5%;
  }

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

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    height: 100%;
    margin-bottom: 8%;
  }

  .div-block-29 {
    width: 95%;
    margin-top: 5%;
  }

  .image-18, .image-19, .image-20 {
    width: 70%;
  }

  .div-block-30 {
    width: 90%;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    inset: 98% 0% 2%;
  }

  .div-block-31 {
    display: none;
    overflow: visible;
  }

  .section-3 {
    display: block;
  }

  .container-13 {
    height: 1050px;
  }

  .heading-10 {
    margin-top: 15px;
    font-size: 17px;
  }

  .cell-59, .cell-60 {
    padding-left: 7%;
  }

  .paragraph-10 {
    margin-bottom: 2px;
    font-size: 80%;
    line-height: 160%;
  }

  .paragraph-11 {
    font-size: 80%;
    line-height: 160%;
  }

  .heading-11 {
    font-size: 17px;
  }

  .div-block-36 {
    height: 5%;
    top: 98%;
    bottom: 2%;
  }

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

  .image-22 {
    max-width: 100px;
    height: 80px;
  }

  .paragraph-13 {
    width: 95%;
    font-size: 11px;
    line-height: 130%;
  }

  .div-block-39 {
    width: 95%;
  }

  .paragraph-14 {
    font-size: 9px;
  }

  .heading-9-copy {
    font-size: 16px;
    line-height: 100%;
  }

  .image-18-copy, .image-19-copy, .image-20-copy {
    width: 70%;
  }

  .div-block-28-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .paragraph-9-copy {
    font-size: 9px;
  }

  .paragraph-14-copy {
    font-size: 70%;
  }

  .cell-57-copy {
    padding-right: 20px;
  }

  .div-block-29-copy {
    width: 95%;
    margin-top: 5%;
  }

  .paragraph-14-copy-copy {
    font-size: 70%;
  }

  .div-block-27-copy {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .cell-57-copy-copy {
    padding-left: 7%;
    padding-right: 5%;
  }

  .div-block-31-copy {
    display: none;
    overflow: visible;
  }

  .div-block-30-copy {
    width: 90%;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    inset: 98% 0% 2%;
  }

  .container-12-copy {
    height: 100%;
  }

  .cell-62 {
    padding-left: 7%;
    padding-right: 5%;
  }
}

#w-node-a10e5a04-75bb-f0bb-07ad-cd88c547396c-65dec0bc {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e47bfb74-4423-c0c5-be7a-9a82a5dfe668-65dec0bc {
  grid-row: span 3 / span 3;
}

#w-node-d9596a20-ba55-8009-5a7c-ef5c76d9fbe6-65dec0bc {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_20bbfa7c-e863-95d4-d8dd-cc183a156ac5-65dec0bc {
  grid-row: span 2 / span 2;
}

#w-node-d39b3c08-2809-8f51-3218-eeab5ec4f386-215c22a2 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b4fa458-ea15-7613-8f15-7f4a2fee7bea-215c22a2 {
  grid-row: span 15 / span 15;
}

#w-node-d11bfd10-c999-ad1b-fbb4-68c419ebfa77-1fda93f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-d11bfd10-c999-ad1b-fbb4-68c419ebfa77-402f4112 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-d11bfd10-c999-ad1b-fbb4-68c419ebfa78-402f4112 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d11bfd10-c999-ad1b-fbb4-68c419ebfa77-1fda93f6, #w-node-d11bfd10-c999-ad1b-fbb4-68c419ebfa77-402f4112 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d39b3c08-2809-8f51-3218-eeab5ec4f386-215c22a2 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d11bfd10-c999-ad1b-fbb4-68c419ebfa79-402f4112 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Kinetica';
  src: url('../fonts/Kinetica-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kinetica';
  src: url('../fonts/Kinetica-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kinetica';
  src: url('../fonts/Kinetica-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kinetica';
  src: url('../fonts/Kinetica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}