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

.sticky-nav {
  position: static;
  top: 0px;
  bottom: auto;
  z-index: auto;
  padding: 23px;
  background-color: hsla(0, 0%, 95.7%, 0.32);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/gradient_spots_texture_129927_1920x1080.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/gradient_spots_texture_129927_1920x1080.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: 1fr 20px max-content 20px max-content 20px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 90px;
  margin: -8px 0px -13px -18px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-logo._1 {
  height: 80%;
  margin-top: 11px;
  margin-left: -11px;
}

.nav-link {
  position: static;
  display: inline-block;
  padding: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #444;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  width: 100vh;
  height: 50vh;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  position: absolute;
  left: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  clear: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-image-mask {
  width: 100%;
  margin-left: auto;
}

.hero-image {
  position: static;
  display: block;
  width: 50%;
  height: 50%;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  position: static;
  z-index: 99999;
  display: none;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100vw;
  margin: 0px auto;
  padding: 123px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/UnicornVectorGradient_21.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/UnicornVectorGradient_21.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto auto;
  padding: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.centered-container._22 {
  display: block;
  height: auto;
  max-height: 100%;
  margin-top: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.centered-container._1 {
  margin-top: 103px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.centered-container._7 {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin: 0px 60px 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-areas: ". Area Area" ". Area-2 Area-2" "Area-6 Area-3 Area-3";
  -ms-grid-columns: auto 10px 1fr 10px 1fr 10px auto;
  grid-template-columns: auto 1fr 1fr auto;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: left;
}

.cards-image-mask {
  position: static;
  display: inline-block;
  overflow: hidden;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 0%;
}

.cards-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 50%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image._1 {
  width: 100%;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-flex {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.footer {
  margin-top: -57px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  width: 100%;
  height: 76%;
  max-height: none;
  min-width: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 40%;
  height: 250%;
  max-width: none;
  margin-top: -21px;
  margin-left: 61px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #49bffa;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.paragraph {
  margin-left: 0px;
}

.hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-height: 140vh;
  max-width: 100vw;
  padding: 69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
  background-image: url('../images/UnicornVectorGradient_19.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74)));
  background-image: url('../images/UnicornVectorGradient_19.jpg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-2.option {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-2.top {
  display: none;
}

.flex-container-2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 61px;
  margin-left: 61px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-image-2 {
  position: relative;
  display: block;
  width: 70%;
  height: auto;
  max-height: none;
  max-width: 80%;
  margin-top: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.85;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-image-2.optional {
  width: 100%;
  max-width: 100%;
}

.hero-image-2._1 {
  width: 62%;
}

.paragraph-2 {
  display: block;
  margin: auto auto 0px;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #9d15ff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.64);
}

.paragraph-2.front {
  color: #34bbff;
}

.heading {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: -48px;
  margin-left: 0px;
  padding-left: 6px;
  background-color: transparent;
  color: #3896b8;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

.heading._1 {
  width: auto;
  height: auto;
  color: #887ec4;
  text-shadow: 3px 3px 2px hsla(0, 0%, 100%, 0.61);
}

.button {
  margin-top: 48px;
  margin-left: 0px;
  padding: 10px 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.26)), to(rgba(255, 255, 255, 0.26))), url('../images/UnicornVectorGradient_1.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.26)), url('../images/UnicornVectorGradient_1.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  box-shadow: 2px 2px 6px -1px #7a7a7a;
  color: #000;
}

.button.classy {
  display: inline-block;
  width: 160px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  text-align: center;
}

.heading-2 {
  display: block;
  margin: 0px auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 44px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 3px;
}

.heading-2._1 {
  margin: 0px auto;
  padding: 0px;
  font-size: 44px;
  line-height: 42px;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: #ac79ff;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.28);
  white-space: normal;
}

.paragraph-3 {
  width: 80%;
  margin: 0px;
  padding: 34px 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.div-block {
  display: block;
  width: 100%;
  height: 30%;
  padding-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

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

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

.paragraph-5.tures {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 53px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 1px;
}

.paragraph-5.tures._1 {
  display: block;
  margin: 0px auto;
  padding: 55px;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

.paragraph-5.tures._2 {
  margin-top: 0px;
}

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

.lottie-animation {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  position: static;
  margin: 17px;
}

.div-block-2 {
  margin-top: 9px;
  padding-top: 21px;
}

.grid {
  margin-top: 15px;
  padding-top: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  display: block;
  width: 100vh;
  height: 100vh;
  max-height: 100vh;
  max-width: 200vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-image: url('../images/UnicornVectorGradient_16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-2 {
  display: block;
  padding-top: 0px;
}

.body {
  display: block;
  overflow: visible;
}

.div-block-3 {
  display: block;
  width: 40%;
  height: 70%;
  margin: 0px auto 0px -234px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Gradient-Section.png');
  background-position: 50% 52%;
  background-size: cover;
  color: #fff;
}

.centered-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #65c995;
  letter-spacing: 10px;
}

.paragraph-7 {
  margin: 23px;
  padding: 23px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 2px;
  white-space: normal;
}

.button-2 {
  padding: 12px 40px;
  border-radius: 20px;
  background-image: linear-gradient(155deg, #62eba9, #2a9895);
}

.text-block {
  width: 110px;
  height: auto;
  margin-bottom: 0px;
  margin-left: -44px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #2cb795;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.dropdown {
  position: static;
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  text-align: center;
}

.dropdown-toggle {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.icon {
  margin-right: 38px;
  padding-left: 0px;
  color: #f2b218;
}

.button-3 {
  padding: 10px 40px;
  border-radius: 20px;
  background-image: linear-gradient(99deg, #29a3e1, #a2f6dc);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.35);
  color: #fff9e9;
  text-transform: uppercase;
}

.button-3.gradient {
  margin-top: 25px;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.24);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 99.3%, 0.33)), to(hsla(0, 0%, 99.3%, 0.33))), url('../images/UnicornVectorGradient_21.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 99.3%, 0.33), hsla(0, 0%, 99.3%, 0.33)), url('../images/UnicornVectorGradient_21.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Montserrat, sans-serif;
  color: #7500f1;
  font-weight: 700;
  text-align: center;
}

.button-3.gradient.new {
  display: none;
}

.button-3.gradient.new.w--current {
  display: none;
}

.button-3.gradient.mobile {
  display: none;
}

.button-3.features {
  display: block;
  margin-top: 3px;
  margin-right: 140px;
  margin-left: 140px;
  padding: 5px 40px;
  background-color: rgba(56, 152, 236, 0);
  background-image: linear-gradient(99deg, rgba(41, 163, 225, 0.32), #fff);
  color: #135d96;
  text-align: center;
}

.button-3.features._2 {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  padding: 16px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.26)), to(hsla(0, 0%, 100%, 0.26))), url('../images/UnicornVectorGradient_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.26), hsla(0, 0%, 100%, 0.26)), url('../images/UnicornVectorGradient_1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  color: #6d0083;
  font-size: 20px;
  font-weight: 700;
}

.button-3.features._3 {
  margin-top: 7px;
  margin-left: 88px;
}

.button-3._4 {
  margin-top: 20px;
  margin-left: 350px;
}

.dropdown-link {
  left: -226px;
  width: 110px;
  margin: 19px auto auto 1228px;
  padding: 8px;
  border-radius: 20px;
  background-color: rgba(235, 250, 255, 0.75);
  background-image: none;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #8c70f1;
  font-weight: 700;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-list {
  background-color: hsla(0, 0%, 86.7%, 0.22);
}

.dropdown-list.w--open {
  position: absolute;
  left: 0%;
  top: -1px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: left;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 90px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 0px;
  background-image: none;
  background-position: 0px 0px;
  color: #fff;
}

.paragraph-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -5px -5px 0px;
  padding: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.22);
  background-image: linear-gradient(145deg, #d77cdb, rgba(66, 122, 150, 0.63));
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.61);
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}

.heading-5 {
  margin: 86px 16px 28px;
  padding-top: 1px;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 70px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.48);
}

.button-4 {
  margin-top: 9px;
}

.button-4.classy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 42px;
  border-radius: 20px;
  background-image: linear-gradient(124deg, #913794, #fff);
}

.section-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 50vh;
  max-height: 100vh;
  margin-top: 0px;
  padding: 58px;
  -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: hsla(0, 0%, 100%, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
}

.button-5 {
  margin-left: 88px;
}

.div-block-4 {
  margin-right: 9px;
  margin-left: -66px;
  padding: 23px 23px 21px;
  border-radius: 20px;
  box-shadow: 2px 2px 9px -2px #000;
}

.div-block-4.boxshadow {
  box-shadow: none;
}

.div-block-5 {
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-5.boxshadow {
  width: 60%;
  margin: auto;
  padding: 70px;
  box-shadow: 1px 1px 7px 0 #000;
}

.div-block-5.boxshadow._1 {
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 94px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 221, 255, 0.33)), to(#fff)), url('../images/Untitled-design-6.png');
  background-image: linear-gradient(180deg, rgba(109, 221, 255, 0.33), #fff), url('../images/Untitled-design-6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-weight: 500;
  letter-spacing: 4px;
}

.div-block-6 {
  width: 470px;
  margin-top: -10px;
  margin-right: 164px;
  margin-left: -5px;
  text-align: right;
}

.contact-form {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69))), url('../images/Untitled-design-7.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69)), url('../images/Untitled-design-7.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.container-3 {
  margin-top: 60px;
  padding: 45px;
}

.paragraph-9 {
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-6 {
  margin-top: 31px;
  padding-top: 0px;
  padding-bottom: 23px;
  color: #c099f7;
  text-align: center;
}

.italic-text {
  margin-left: 268px;
  text-align: center;
}

.text-field {
  border-radius: 20px;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/UnicornVectorGradient_25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.paragraph-10 {
  margin-bottom: 32px;
  clear: left;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.list {
  margin-top: 18px;
  margin-left: 86px;
}

.section-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.44);
}

.grid-2 {
  margin: 193px;
  grid-template-areas: "Area Area-2" "Area Area-2" "Area Area-3";
  -ms-grid-rows: auto auto minmax(auto, 1fr);
  grid-template-rows: auto auto minmax(auto, 1fr);
}

.grid-3 {
  width: 90%;
  height: 90%;
  max-height: none;
  max-width: 90%;
  margin: 0px auto auto;
  padding: 0px 60px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area Area" "Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3" "Area-3 Area-3 Area-3";
  -ms-grid-columns: 3.75fr 0px 2.5fr 0px 1fr;
  grid-template-columns: 3.75fr 2.5fr 1fr;
  -ms-grid-rows: auto 0px auto 0px 0px 0px 8px 0px auto;
  grid-template-rows: auto auto 0px 8px auto;
  border-radius: 0px;
  background-color: transparent;
}

.grid-3.option {
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto auto 0px 8px auto auto;
  grid-template-rows: auto auto 0px 8px auto auto;
}

.grid-3.o {
  display: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 90%;
  margin-top: -251px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-7.option {
  width: auto;
  max-width: none;
  margin-top: -60px;
  -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;
  text-align: right;
}

.div-block-8 {
  position: static;
  display: block;
  width: 720px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 37px;
  padding-bottom: 4px;
  opacity: 1;
  font-size: 70px;
}

.div-block-8._1 {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -50px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.div-block-9 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  margin: auto;
  padding-top: 31px;
  padding-right: 0px;
  padding-left: 148px;
  text-align: left;
}

.div-block-9._1 {
  margin-top: 32px;
  margin-left: -50px;
  padding-left: 0px;
}

.list-item {
  margin-left: 131px;
}

.list-item-2 {
  margin-right: 3px;
  margin-left: 55px;
}

.list-item-3 {
  margin-left: 27px;
}

.brand {
  position: relative;
  left: auto;
  margin: 36px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/Logo-Wth-Tagline--01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  background-size: auto;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.51);
}

.navbar.landscape {
  padding-bottom: 25px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.brand-2 {
  display: block;
  width: 150px;
  height: 60px;
  float: right;
  clear: none;
  text-align: right;
}

.brand-2.w--current {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 80px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image {
  max-width: 80%;
}

.nav-menu {
  top: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 14px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-4 {
  width: 90%;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-11 {
  width: 100%;
  height: auto;
  margin: 97px;
  padding: 70px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 91, 255, 0.47)), to(#fff)), url('../images/Untitled-design-4.png');
  background-image: linear-gradient(180deg, rgba(181, 91, 255, 0.47), #fff), url('../images/Untitled-design-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.52);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-11.super {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 15px;
  padding: 56px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 162, 0.66)), to(#fff)), url('../images/Untitled-design-4.png');
  background-image: linear-gradient(180deg, rgba(255, 253, 162, 0.66), #fff), url('../images/Untitled-design-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  box-shadow: 10px 17px 20px 2px rgba(0, 0, 0, 0.24);
}

.div-block-11.super.contributors {
  height: 100%;
  margin: 15px;
  padding: 56px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 200, 255, 0.6)), color-stop(77%, #fff)), url('../images/Untitled-design-6.png');
  background-image: linear-gradient(180deg, rgba(91, 200, 255, 0.6), #fff 77%), url('../images/Untitled-design-6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.div-block-11.super.wellbeing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 169, 255, 0.8)), to(#fff)), url('../images/Untitled-design-5.png');
  background-image: linear-gradient(180deg, rgba(202, 169, 255, 0.8), #fff), url('../images/Untitled-design-5.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.hihlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 49%;
  background-color: #fff;
  opacity: 0.46;
  -webkit-filter: blur(13px);
  filter: blur(13px);
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.28)), to(hsla(0, 0%, 100%, 0.28))), url('../images/UnicornVectorGradient_21.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.28), hsla(0, 0%, 100%, 0.28)), url('../images/UnicornVectorGradient_21.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.body-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/UnicornVectorGradient_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/UnicornVectorGradient_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.body-5 {
  background-image: url('../images/UnicornVectorGradient_16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-3 {
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/Untitled-design-4.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/Untitled-design-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.hero-3._1 {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Untitled-design-6.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Untitled-design-6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-3._1._2 {
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Untitled-design-5.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Untitled-design-5.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
}

.hero-3._66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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(hsla(0, 0%, 100%, 0)), color-stop(34%, hsla(0, 0%, 100%, 0.88)), color-stop(67%, hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.63))), url('../images/Untitled-design-4.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.88) 34%, hsla(0, 0%, 100%, 0.88) 67%, hsla(0, 0%, 100%, 0.63)), url('../images/Untitled-design-4.png');
  background-position: 0px 0px, 50% 110%;
  background-size: auto, contain;
}

.flex-container-3 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-image-3 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-8 {
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #08af2c;
  font-weight: 700;
  text-align: center;
}

.heading-8.top {
  color: #8127ff;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.paragraph-11._3 {
  display: block;
  width: auto;
  max-width: none;
  font-size: 22px;
}

.div-block-13 {
  width: auto;
  max-width: none;
  margin: 55px auto;
  padding: 0px 53px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  box-shadow: none;
}

.body2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.29)), to(hsla(0, 0%, 100%, 0.29))), url('../images/UnicornVectorGradient_16.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.29), hsla(0, 0%, 100%, 0.29)), url('../images/UnicornVectorGradient_16.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: left;
}

.div-block-17 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}

.div-block-18 {
  position: static;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #307fce;
  font-size: 80px;
  line-height: 90px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 10px;
}

.body-6 {
  background-image: url('../images/UnicornVectorGradient_19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slider-container {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  min-height: auto;
  padding: 40px;
}

.section-6 {
  display: block;
  width: 100vw;
  height: 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;
}

.slider-wrapper {
  position: relative;
  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;
}

.slider-right-arrow {
  color: #444;
}

.slide {
  padding: 0px;
  border-radius: 0px;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.slider {
  position: static;
  width: 700px;
  height: 550px;
  background-color: transparent;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #fff;
  background-image: url('../images/Untitled-design-6.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-content-wrapper.community {
  padding: 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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 255, 156, 0.34)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('../images/Untitled-design-4.png');
  background-image: linear-gradient(180deg, rgba(240, 255, 156, 0.34), #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('../images/Untitled-design-4.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.slide-content-wrapper.contributors {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 97, 255, 0.44)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Untitled-design-6.png');
  background-image: linear-gradient(180deg, rgba(49, 97, 255, 0.44), #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Untitled-design-6.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.slide-content-wrapper.wellbeing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 10, 248, 0.4)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Untitled-design-5.png');
  background-image: linear-gradient(180deg, rgba(201, 10, 248, 0.4), #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Untitled-design-5.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.slider-icon {
  margin-right: 0px;
  margin-left: -18px;
  color: #fff;
  font-size: 70px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.slider-left-arrow {
  color: #444;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 190px 44px 0px;
  padding: 18px 18px 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-19 {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: -45px;
}

.grid-4 {
  padding-right: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 0px;
  grid-template-areas: "Area-2 Area-2 Area-2 Area Area" "Area-2 Area-2 Area-2 Area Area" "Area-2 Area-2 Area-2 Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto 0.25fr;
  grid-template-rows: auto auto 0.25fr;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dropdown-2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #1bdfb1;
  font-weight: 600;
  letter-spacing: 3px;
}

.icon-2 {
  color: #f2af19;
}

.dropdown-list-2 {
  margin-left: 10px;
}

.dropdown-list-2.w--open {
  margin-top: -14px;
  margin-left: 5px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 86.7%, 0.24);
  font-family: Montserrat, sans-serif;
  color: #f2ac1a;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-2 {
  color: #be38bc;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #35c69d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.link.w--current {
  margin-top: 0px;
  margin-bottom: 29px;
  padding-top: 25px;
  float: right;
  text-align: center;
}

.container-6 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #36cda0;
  font-weight: 600;
  letter-spacing: 2px;
}

.nav-menu-2 {
  padding-top: 10px;
}

.image-2 {
  position: absolute;
  top: auto;
  z-index: -999;
  width: 30%;
  max-width: none;
  margin-top: 144px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0.37;
}

@media screen and (min-width: 1440px) {
  .centered-container {
    max-width: none;
  }
  .centered-container._22 {
    max-width: 60%;
  }
  .centered-container._7 {
    max-width: none;
  }
  .heading-3 {
    margin-bottom: 82px;
  }
  .paragraph-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 38px;
  }
  .hero-overlay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15))), url('../images/Gradient-Section.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), url('../images/Gradient-Section.png');
    background-position: 0px 0px, 50% 52%;
    background-size: auto, cover;
  }
  .centered-container-2 {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown {
    margin-left: 1169px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-link {
    left: auto;
    margin-left: auto;
    float: right;
    clear: none;
  }
  .dropdown-list.w--open {
    left: auto;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-8 {
    width: 140%;
    margin-bottom: 68px;
    font-size: 24px;
    line-height: 32px;
  }
  .section-3 {
    margin-top: 239px;
  }
  .div-block-7 {
    width: 60%;
    margin-top: -340px;
  }
  .image {
    max-width: 90%;
  }
  .container-4 {
    display: block;
    width: 90%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.87)), to(hsla(0, 0%, 100%, 0.87))), url('../images/UnicornVectorGradient_1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.87), hsla(0, 0%, 100%, 0.87)), url('../images/UnicornVectorGradient_1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .hero-3._66 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(40%, hsla(0, 0%, 100%, 0.88)), color-stop(67%, hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.63))), url('../images/Untitled-design-4.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.88) 40%, hsla(0, 0%, 100%, 0.88) 67%, hsla(0, 0%, 100%, 0.63)), url('../images/Untitled-design-4.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 1270px;
    background-repeat: repeat, no-repeat;
  }
  .heading-8 {
    font-size: 50px;
  }
  .heading-8.top {
    font-size: 50px;
  }
  .heading-8._4.c {
    color: #0840af;
  }
  .paragraph-11._3 {
    width: auto;
    max-width: none;
    font-size: 33px;
    line-height: 42px;
  }
  .div-block-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-13._4 {
    max-width: 60%;
  }
  .slider-container {
    max-height: none;
    min-height: auto;
  }
  .section-6 {
    height: 100%;
    margin-bottom: 0px;
  }
  .slider-right-arrow {
    margin-right: 131px;
    padding-bottom: 0px;
  }
  .slide {
    height: 690px;
  }
  .slider {
    display: block;
    height: auto;
    min-height: auto;
    -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;
  }
  .slide-content-wrapper.wellbeing {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 10, 248, 0.23)), color-stop(69%, hsla(0, 0%, 100%, 0.73))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Untitled-design-5.png');
    background-image: linear-gradient(180deg, rgba(201, 10, 248, 0.23), hsla(0, 0%, 100%, 0.73) 69%), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Untitled-design-5.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .slider-icon {
    margin-right: 0px;
    padding-right: 0px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.39);
  }
  .slider-left-arrow {
    margin-left: 131px;
  }
  .section-7 {
    margin-top: 130px;
  }
  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 205px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .nav-grid {
    grid-column-gap: 7px;
    grid-template-areas: "Area Area Area Area-2 Area-3 Area-4 Area-4";
  }
  .nav-link {
    margin-top: 0px;
  }
  .cards-section {
    display: block;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .centered-container._22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centered-container._1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 20px;
    grid-template-areas: "Area Area Area Area" "Area-2 Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3 Area-3";
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-2 {
    width: 100vw;
    height: 100vh;
    margin-bottom: 0px;
  }
  .hero-2.option {
    display: none;
  }
  .hero-2.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 890px;
    max-height: none;
    max-width: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .hero-image-2 {
    left: auto;
    width: 70%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .paragraph-2 {
    margin-bottom: auto;
    font-size: 25px;
    line-height: 38px;
  }
  .paragraph-2.front {
    color: #41b2be;
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
    text-shadow: none;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .heading-2 {
    font-size: 40px;
  }
  .heading-2._1 {
    margin-top: 49px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
  }
  .paragraph-3 {
    margin: 31px auto;
    padding: 0px;
    font-size: 20px;
  }
  .paragraph-5.tures {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 500;
  }
  .paragraph-5.tures._1 {
    padding: 10px 20px 20px;
    font-size: 20px;
  }
  .centered-container-2 {
    height: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown {
    margin-top: 20px;
  }
  .dropdown-toggle.w--open {
    padding-right: 43px;
  }
  .button-3 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 700;
  }
  .button-3.gradient {
    margin: 0px -34px 0px -41px;
    padding-top: 10px;
  }
  .button-3.features._2 {
    margin-right: 100px;
    margin-left: 100px;
    padding: 14px 40px;
  }
  .dropdown-link {
    left: auto;
    margin-top: auto;
    margin-left: auto;
  }
  .dropdown-list.w--open {
    top: 223px;
    right: auto;
    margin-top: 12px;
    margin-right: 0px;
    margin-left: -77px;
  }
  .hero-overlay-2 {
    height: 100%;
    max-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 94px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), to(hsla(0, 0%, 100%, 0.49)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), hsla(0, 0%, 100%, 0.49));
    background-position: 0px 0px;
  }
  .paragraph-8 {
    width: auto;
    margin: 47px 47px 24px;
  }
  .heading-5 {
    margin-top: 0px;
    color: rgba(253, 255, 255, 0.98);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  }
  .section-3 {
    height: 710px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-6 {
    margin-top: -28px;
    margin-right: 120px;
    margin-left: -71px;
  }
  .hero-overlay-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .paragraph-10 {
    color: #0a00c7;
  }
  .heading-7 {
    margin-right: auto;
    margin-left: auto;
  }
  .grid-3 {
    margin-top: -79px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-areas: "Area Area Area" "Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3";
    -ms-grid-columns: auto 1px 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 1px auto;
    grid-template-rows: auto auto;
  }
  .div-block-7 {
    display: block;
    width: 90%;
    max-width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 124px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .div-block-8 {
    margin-top: -31px;
    margin-bottom: 31px;
    margin-left: 0px;
    padding: 0px 100px;
    text-align: center;
  }
  .div-block-9 {
    margin-top: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .div-block-9.mobile {
    padding-top: 27px;
    padding-left: 0px;
  }
  .div-block-10 {
    margin-top: 37px;
    margin-bottom: -69px;
  }
  .list-item-4 {
    margin-left: 16px;
  }
  .navbar.landscape {
    top: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .brand-2 {
    margin-top: -15px;
    margin-right: 44px;
    margin-bottom: -45px;
    padding-top: 1px;
    padding-bottom: 0px;
    text-align: center;
  }
  .brand-2.w--current {
    display: block;
    height: 60px;
    margin-right: 44px;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .image {
    max-width: 70%;
  }
  .nav-menu {
    margin-top: auto;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: hsla(0, 0%, 78.4%, 0.19);
    opacity: 1;
    text-align: center;
  }
  .menu-button {
    margin-top: -18px;
    margin-right: 0px;
    text-align: left;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0.14);
  }
  .container-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .div-block-11.super {
    height: 100%;
    padding: 10px;
  }
  .hero-3._66 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Untitled-design-4.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Untitled-design-4.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 1350px;
  }
  .div-block-13 {
    padding: 47px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.33);
  }
  .heading-9 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 50px;
    line-height: 50px;
  }
  .section-6 {
    display: none;
  }
  .section-7 {
    display: none;
  }
  .div-block-19 {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link.w--current {
    position: relative;
    left: 669px;
    display: inline-block;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }
  .nav-link-2 {
    margin-top: 114px;
    padding-top: 39px;
    text-align: center;
  }
  .nav-menu-2 {
    margin-top: 0px;
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, 0.77);
    box-shadow: none;
  }
  .menu-button-2 {
    margin-top: -10px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }
  .menu-button-2.w--open {
    background-color: hsla(41, 0%, 100%, 0.31);
  }
  .icon-3 {
    color: #299edc;
  }
  .image-2 {
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    width: 50%;
    max-width: none;
    margin-top: 214px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    opacity: 0.2;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cards-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
  }
  .centered-container {
    margin-top: auto;
  }
  .centered-container._22 {
    max-height: none;
    margin-top: 0px;
  }
  .centered-container._1 {
    margin-top: 0px;
  }
  .centered-container._7 {
    margin-top: auto;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .subscribe-form {
    padding: 40px 20px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-flex-container {
    margin-bottom: 12px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero-2 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-bottom: 0px;
    padding: 40px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/UnicornVectorGradient_16.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/UnicornVectorGradient_16.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-2.option {
    display: none;
  }
  .hero-2.top {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.38)), to(hsla(0, 0%, 100%, 0.38))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/UnicornVectorGradient_16.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.38), hsla(0, 0%, 100%, 0.38)), linear-gradient(180deg, transparent, transparent), url('../images/UnicornVectorGradient_16.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-2 {
    left: auto;
    display: inline-block;
    width: 80%;
    max-height: none;
    max-width: none;
    margin-left: 0px;
  }
  .paragraph-2 {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin-top: auto;
    clear: none;
    -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;
    color: #000;
    font-size: 25px;
    line-height: 27px;
    text-shadow: none;
  }
  .paragraph-2.front {
    color: #185d80;
    font-weight: 700;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .button.classy {
    margin-top: 0px;
    margin-left: 0px;
  }
  .heading-2 {
    margin-top: 49px;
    font-size: 30px;
  }
  .heading-2._1 {
    font-size: 30px;
    line-height: 30px;
  }
  .heading-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 62px;
    line-height: 60px;
  }
  .paragraph-3 {
    margin-bottom: 59px;
    padding-top: 18px;
  }
  .paragraph-5.tures {
    padding: 10px 20px 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
  .paragraph-5.tures._1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .paragraph-5.tures._2 {
    font-weight: 500;
  }
  .body {
    display: block;
  }
  .hero-overlay {
    padding: 40px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .centered-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
  }
  .button-2 {
    background-image: linear-gradient(155deg, #d4ffea, #004bbd);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.53);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }
  .button-3.gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin: 0px auto;
    padding: 10px 30px;
    clear: none;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 11px;
    text-align: center;
  }
  .button-3.gradient.w--current {
    display: block;
    max-width: 30%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .button-3.features._2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .hero-overlay-2 {
    padding: 60px 0px 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .paragraph-8 {
    text-align: center;
  }
  .section-3 {
    height: 680px;
    max-height: 100%;
    padding-top: 0px;
    padding-bottom: 178px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .div-block-6 {
    margin-top: -39px;
    margin-right: 94px;
    margin-left: -215px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .hero-overlay-3 {
    padding: 40px 20px;
  }
  .grid-3 {
    margin-top: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: 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;
    grid-auto-columns: auto;
    grid-template-areas: "Area Area Area Area-2 Area-2 Area-2" ". . . Area-3 Area-3 Area-3";
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .div-block-7 {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin: auto;
    padding: 0px;
    -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;
  }
  .div-block-8 {
    display: block;
    width: auto;
    margin: 0px auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div-block-9 {
    margin-top: 43px;
    margin-left: auto;
  }
  .div-block-9.mobile {
    margin-top: 12px;
    padding-top: 0px;
  }
  .list-item {
    margin-left: 33px;
  }
  .list-item.nav-link {
    margin-right: -7px;
    margin-left: 25px;
  }
  .list-item-2 {
    margin-left: 12px;
  }
  .list-item-3 {
    margin-left: -7px;
  }
  .list-item-3.nav-logo-link {
    margin-right: -21px;
    margin-left: 0px;
  }
  .list-item-4 {
    margin-left: -28px;
  }
  .brand {
    margin: 19px;
    background-image: url('../images/Logo-Wth-Tagline--01.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .brand-2 {
    position: static;
    right: auto;
    display: block;
    width: 110px;
    margin: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .brand-2.w--current {
    width: 110px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    max-width: 100%;
  }
  .nav-menu {
    margin-top: 0px;
    padding-top: 156px;
    padding-left: 22px;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 24px;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-11.super.contributors {
    padding: 10px;
  }
  .div-block-11.super.wellbeing {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.44)), to(hsla(0, 0%, 100%, 0.44))), -webkit-gradient(linear, left top, left bottom, from(rgba(154, 91, 255, 0.65)), to(#fff)), url('../images/Untitled-design-5.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.44), hsla(0, 0%, 100%, 0.44)), linear-gradient(180deg, rgba(154, 91, 255, 0.65), #fff), url('../images/Untitled-design-5.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .hero-3 {
    padding: 40px 20px;
  }
  .hero-3._1 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.46)), to(hsla(0, 0%, 100%, 0.46))), url('../images/Untitled-design-6.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.46), hsla(0, 0%, 100%, 0.46)), url('../images/Untitled-design-6.png');
    background-size: auto, cover;
  }
  .hero-3._1._2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/Untitled-design-5.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/Untitled-design-5.png');
    background-size: auto, cover;
  }
  .hero-3._66 {
    height: auto;
    max-height: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Untitled-design-4.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Untitled-design-4.png');
    background-position: 0px 0px, 50% 70%;
    background-size: auto, 960px;
  }
  .flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-8 {
    color: #5e08af;
  }
  .heading-8.top {
    color: #e95e22;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.54);
  }
  .heading-8._4.c {
    color: #00648f;
  }
  .paragraph-11._3 {
    padding: 29px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.51);
    box-shadow: 6px 6px 13px -4px rgba(0, 0, 0, 0.57);
  }
  .div-block-13 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
  }
  .heading-9 {
    font-size: 50px;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.93);
  }
  .body-6 {
    background-attachment: fixed;
  }
  .section-6 {
    display: none;
  }
  .section-7 {
    display: none;
  }
  .div-block-19 {
    margin-top: auto;
    margin-bottom: 105px;
  }
  .nav-link-2 {
    margin-top: 9px;
    padding-top: 86px;
  }
  .nav-menu-2 {
    margin-top: 0px;
  }
  .image-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    max-width: 260px;
    margin-top: 280px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border: 1px none #000;
  }
  .nav-logo {
    max-width: 60%;
  }
  .nav-link {
    margin-top: -11px;
    padding-top: 0px;
    padding-bottom: 10px;
    border: 1px none #000;
  }
  .cards-section {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 87px;
    padding: 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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .centered-container._22 {
    overflow: visible;
    margin-top: 63px;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .centered-container._1 {
    display: block;
    margin-top: 41px;
    padding-top: 0px;
    clear: none;
    -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-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .centered-container._7 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cards-grid-container {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-template-areas: "Area" "Area-2" "Area-3";
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
    text-align: center;
  }
  .subscribe-form-input-wrapper {
    -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;
  }
  .subscribe-form-input {
    width: 100%;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    margin-top: -59px;
    margin-bottom: 10px;
    -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;
  }
  .footer-logo-link {
    height: 60px;
    text-align: center;
  }
  .footer-image {
    margin-top: 0px;
    margin-left: 0px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .footer-link {
    display: inline-block;
  }
  .hero-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .paragraph-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: auto;
    clear: none;
    -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;
    color: #000;
    font-size: 23px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: 0px;
    text-shadow: none;
  }
  .paragraph-2.front {
    font-size: 19px;
    line-height: 28px;
  }
  .heading {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-2 {
    margin-top: 49px;
    font-family: Montserrat, sans-serif;
    color: #1c9e5b;
    font-size: 6vw;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: none;
  }
  .heading-2._1 {
    font-family: Montserrat, sans-serif;
    color: #2c10ce;
    font-size: 6vw;
    line-height: 100%;
    text-shadow: none;
  }
  .heading-3 {
    width: 230px;
    height: auto;
    max-width: none;
    margin: auto auto 2px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 5px;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
  }
  .paragraph-3 {
    width: 100%;
    padding: 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph-5.tures {
    padding: 28px 0px 0px;
    font-size: 17px;
    line-height: 20px;
  }
  .paragraph-5.tures._1 {
    padding: 17px 0px 0px;
    font-size: 19px;
    line-height: 20px;
  }
  .body {
    overflow: auto;
    clear: none;
  }
  .hero-overlay {
    overflow: visible;
    height: auto;
    max-height: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/Gradient-Section.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/Gradient-Section.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .centered-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 51px;
    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: 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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .heading-4 {
    overflow: visible;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .paragraph-7 {
    overflow: visible;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
  .button-2 {
    display: inline-block;
    margin-top: 49px;
    padding-left: 40px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block {
    margin-top: 31px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown {
    margin-left: 102px;
  }
  .icon {
    margin-top: 3.5px;
  }
  .button-3 {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    text-align: center;
  }
  .button-3.gradient {
    display: none;
    max-height: none;
    max-width: 40%;
    margin: 0px auto 6px;
    padding: 0px 10px;
    font-size: 9px;
  }
  .button-3.gradient.w--current {
    display: none;
    max-width: 30%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-3.gradient.new {
    display: block;
    max-width: 30%;
    margin-top: -76px;
    margin-left: -40px;
    padding: 10px 86px 10px 19px;
  }
  .button-3.gradient.new.w--current {
    display: block;
    margin: -76px 0px 0px -34px;
    padding-right: 86px;
    padding-left: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .button-3.gradient.mobile {
    display: block;
    width: 60%;
    max-width: 60%;
    margin-top: 39px;
    margin-left: 65px;
    padding: 10px 0px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .button-3.features._2 {
    margin: 42px auto 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.66)), to(hsla(0, 0%, 100%, 0.66))), url('../images/UnicornVectorGradient_19.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.66), hsla(0, 0%, 100%, 0.66)), url('../images/UnicornVectorGradient_19.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .button-3.features._2._3 {
    background-image: linear-gradient(99deg, rgba(41, 163, 225, 0.32), #fff), url('../images/UnicornVectorGradient_1.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .button-3.features._2.new {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45))), url('../images/UnicornVectorGradient_1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45)), url('../images/UnicornVectorGradient_1.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .button-3._4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-link {
    margin-top: 11px;
    padding-top: 8px;
  }
  .hero-overlay-2 {
    display: inline-block;
    height: auto;
    max-height: none;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .paragraph-8 {
    display: block;
    margin: 1px;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0.78);
    background-image: linear-gradient(145deg, #eb9dff, rgba(4, 83, 122, 0.82));
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.69);
  }
  .heading-5 {
    margin-top: 0px;
    margin-bottom: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: rgba(255, 255, 255, 0.98);
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.61);
  }
  .button-4.classy {
    margin-top: 0px;
    text-align: center;
  }
  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 800px;
    max-height: 100vh;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .text-block-2 {
    display: block;
    font-size: 13px;
    text-align: center;
  }
  .div-block-6 {
    width: 100%;
    margin-top: 86px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
  .contact-form {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contact-form-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container-3 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-9 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-6 {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  .hero-overlay-3 {
    height: 100vh;
    max-height: 100%;
  }
  .paragraph-10 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
  .heading-7 {
    display: block;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 38px;
    text-align: center;
  }
  .list {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 103px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .grid-3 {
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row;
    grid-template-areas: "Area Area Area Area" "Area-2 Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3 Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-7 {
    display: block;
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-8 {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 26px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .list-item-2.nav-link {
    margin-right: -49px;
  }
  .div-block-10 {
    margin-top: 40px;
    text-align: center;
  }
  .list-item-4 {
    margin-right: -38px;
    margin-left: 0px;
  }
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .brand-2 {
    display: block;
    width: 110px;
    height: 80%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin: 0px auto 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .brand-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 88px;
    margin: 8px auto -25px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .image {
    display: inline-block;
    width: 92%;
    max-width: 87%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .nav-menu {
    width: 10%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 47px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 100%, 0.73);
  }
  .menu-button {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 14px;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -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-align: center;
  }
  .div-block-11.super {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
  .div-block-11.super.contributors {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
  .bold-text {
    display: inline-block;
    height: auto;
    max-height: none;
    margin-right: -40px;
    margin-left: -37px;
    padding-left: 0px;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
  }
  .body-2 {
    overflow: visible;
  }
  .body-3 {
    overflow: visible;
  }
  .div-block-12 {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .body-4 {
    overflow: visible;
  }
  .body-5 {
    overflow: visible;
  }
  .form-block {
    margin-bottom: 0px;
  }
  .hero-3 {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .hero-3._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 167px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.64)), to(hsla(0, 0%, 100%, 0.64))), url('../images/Untitled-design-6.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.64), hsla(0, 0%, 100%, 0.64)), url('../images/Untitled-design-6.png');
    background-size: auto, cover;
  }
  .hero-3._1._2 {
    height: auto;
    max-height: 120%;
    padding-bottom: 143px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Untitled-design-5.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Untitled-design-5.png');
    background-size: auto, cover;
  }
  .hero-3._66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0px auto auto;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(16%, hsla(0, 0%, 100%, 0.75))), url('../images/Untitled-design-4.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.75) 16%), url('../images/Untitled-design-4.png');
    background-position: 0px 0px, 50% 40%;
    background-size: auto, 960px;
    background-repeat: repeat, no-repeat;
    font-size: 12px;
  }
  .heading-8 {
    margin-top: 0px;
    color: #af0899;
    font-size: 25px;
    line-height: 27px;
  }
  .heading-8.top {
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    color: #d118ff;
    font-size: 25px;
    font-weight: 800;
  }
  .heading-8._4 {
    color: #0816af;
  }
  .paragraph-11 {
    display: block;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 22px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.66);
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.74);
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 600;
  }
  .paragraph-11._3 {
    padding: 22px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.61);
    box-shadow: 4px 7px 13px -4px rgba(0, 0, 0, 0.62);
    font-size: 5vw;
    line-height: 6vw;
  }
  .div-block-13 {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 56px;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-13._4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-5 {
    position: fixed;
    display: none;
    overflow: hidden;
  }
  .body2 {
    overflow: visible;
  }
  .about {
    display: block;
    overflow: visible;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .div-block-14 {
    display: inline-block;
    margin-top: auto;
    text-align: center;
  }
  .div-block-15 {
    position: relative;
  }
  .list-item-5 {
    display: inline-block;
  }
  .div-block-16 {
    width: 100vw;
  }
  .div-block-18 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 5px;
    border-radius: 20px;
    background-image: none;
    background-position: 0px 0px;
    box-shadow: none;
    font-family: Montserrat, sans-serif;
    color: #6471d1;
    font-size: 8vw;
    line-height: 9vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 0px;
    text-shadow: 1px 1px 2px #fff;
  }
  .slider-container {
    padding: 10px;
  }
  .slider-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .slider {
    width: 100%;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide-content-wrapper.community {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .slider-left-arrow {
    margin-top: auto;
    padding-top: 0px;
  }
  .section-7 {
    display: none;
  }
  .div-block-19 {
    display: block;
    width: 90%;
    height: auto;
    max-height: 100%;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 100px;
  }
  .nav-link-2 {
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 81px;
  }
  .nav-menu-2 {
    margin-top: 0px;
  }
  .image-2 {
    margin-top: 215px;
  }
}

#w-node-e63a04127273-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

.grid-2>#w-node-e63a04127273-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-e63a04127273-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-e63a04127273-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

#w-node-67f2700578cb-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  grid-area: Area;
}

.cards-grid-container>#w-node-67f2700578cb-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-2>#w-node-67f2700578cb-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-67f2700578cb-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-67f2700578cb-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-295f93fe9bc6-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  grid-area: Area-3;
}

.grid-2>#w-node-295f93fe9bc6-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-295f93fe9bc6-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-295f93fe9bc6-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-7f33c883fe88-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area;
}

.cards-grid-container>#w-node-7f33c883fe88-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-2>#w-node-7f33c883fe88-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-7f33c883fe88-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-7f33c883fe88-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-7f33c883fe8a-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-2;
}

.grid-2>#w-node-7f33c883fe8a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-7f33c883fe8a-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-7f33c883fe8a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

#w-node-7f33c883fe8d-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-7f33c883fe8d-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-7f33c883fe8d-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-7f33c883fe8d-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-960918118f5a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area;
}

.cards-grid-container>#w-node-960918118f5a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-2>#w-node-960918118f5a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-960918118f5a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-960918118f5a-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-960918118f5c-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-2;
}

.grid-2>#w-node-960918118f5c-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-960918118f5c-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-960918118f5c-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

#w-node-960918118f5f-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-960918118f5f-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-960918118f5f-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-960918118f5f-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-6e308edce2df-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.cards-grid-container>#w-node-6e308edce2df-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-2>#w-node-6e308edce2df-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-6e308edce2df-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-6e308edce2df-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-d2b255aa7c7c-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-2>#w-node-d2b255aa7c7c-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-d2b255aa7c7c-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-d2b255aa7c7c-2cd16b43 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

#w-node-d2b255aa7c83-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-2>#w-node-d2b255aa7c83-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-3>#w-node-d2b255aa7c83-2cd16b43 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.grid-4>#w-node-d2b255aa7c83-2cd16b43 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

#w-node-9361b26f31c3-a3744208 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e63a04127273-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .cards-grid-container>#w-node-e63a04127273-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .grid-2>#w-node-e63a04127273-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-e63a04127273-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-e63a04127273-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .grid-2>#w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  #w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .grid-2>#w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-7f33c883fe88-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
  }
  .cards-grid-container>#w-node-7f33c883fe88-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .grid-2>#w-node-7f33c883fe88-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-7f33c883fe88-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-7f33c883fe88-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-2;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .grid-2>#w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  #w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .grid-2>#w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-960918118f5a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
  }
  .cards-grid-container>#w-node-960918118f5a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .grid-2>#w-node-960918118f5a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-960918118f5a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-960918118f5a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-2;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .grid-2>#w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  #w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .grid-2>#w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e63a04127273-2cd16b43 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  #w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .grid-2>#w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-67f2700578cb-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  #w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .grid-2>#w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-295f93fe9bc6-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-7f33c883fe88-2cd16b43 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  #w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-2;
  }
  .grid-2>#w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-7f33c883fe8a-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  #w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-3;
  }
  .grid-2>#w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-7f33c883fe8d-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-960918118f5a-2cd16b43 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-2;
  }
  .grid-2>#w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-960918118f5c-2cd16b43 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  #w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-3;
  }
  .grid-2>#w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .grid-3>#w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .grid-4>#w-node-960918118f5f-2cd16b43 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  @media screen and (max-width: 991px) {
    #w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    .cards-grid-container>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 7;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 9;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
  }
  @media screen and (max-width: 767px) {
    .grid-3>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
    }
  }
  @media screen and (max-width: 479px) {
    #w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-6e308edce2df-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-d2b255aa7c7c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-d2b255aa7c83-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-e63a04127273-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe88-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .cards-grid-container>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-67f2700578cb-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-295f93fe9bc6-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe8a-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-7f33c883fe8d-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5c-2cd16b43 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }
    #w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .grid-3>#w-node-960918118f5f-2cd16b43 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
  }
  #w-node-d2b255aa7c7f-2cd16b43 {
    -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-d2b255aa7c81-2cd16b43 {
    -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-d2b255aa7c86-2cd16b43 {
    -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-d2b255aa7c88-2cd16b43 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-960918118f5a-2cd16b43 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-6e308edce2df-2cd16b43 {
    -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-d2b255aa7c7c-2cd16b43 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-d2b255aa7c83-2cd16b43 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-9361b26f31b3-a3744208 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-9361b26f31b7-a3744208 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-9361b26f31bb-a3744208 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-9361b26f31bf-a3744208 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}