.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 {
  background-color: #c52a2a;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  background-color: #6ccce0;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.body.homepage {
  overflow: hidden;
}

.section {
  background-image: url('../images/animation.json');
  background-position: 0px 0px;
  background-size: cover;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-style: none;
  border-width: 1px;
  border-color: #bff88b;
  background-color: #fff;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  margin-right: 2px;
  margin-left: 5vh;
  padding-left: 0px;
  clear: none;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.section-3 {
  margin-top: 44px;
  background-color: #6ccce0;
  opacity: 1;
}

.lottie-animation {
  margin-top: -6px;
  border: 1px none #000;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 290px;
  cursor: pointer;
}

.image-2.apple {
  width: 250px;
  margin-bottom: 5px;
  margin-left: 13px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading.hometitle {
  font-family: Roboto, sans-serif;
  font-size: 75px;
  letter-spacing: 3px;
  text-shadow: 3px 5px 2px rgba(33, 126, 133, 0.39);
}

.heading-2 {
  display: block;
  margin-top: 49px;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.container-2 {
  margin-right: 31px;
  margin-bottom: -40px;
  color: #fff;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 61px;
  padding-bottom: 0px;
  -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;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.slide {
  background-color: #6ccce0;
}

.slide.slide1 {
  background-image: url('../images/jan4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-3 {
  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;
}

.heading-3._7million {
  width: 100%;
  height: 380px;
  margin-top: -125px;
  margin-bottom: 1px;
  padding-top: 0px;
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 10px;
  text-shadow: 4px 4px 0 #5fb4e0;
}

.section-4 {
  width: 100%;
  height: 245px;
  background-color: #4ae1ff;
}

.nav-menu {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.howitworks {
  height: 25vh;
}

.image-3 {
  margin-bottom: -68px;
}

.slide2 {
  background-color: #6ccce0;
  background-image: url('../images/ToddErikaUnderwood.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  display: block;
}

.slide1 {
  background-color: transparent;
  background-image: url('../images/jan4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-2 {
  width: 500px;
  margin-top: -154px;
  background-color: transparent;
}

.container-4 {
  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;
}

.section-5 {
  margin-top: 29px;
  background-color: #6ccce0;
}

.slide-2 {
  background-color: transparent;
  background-image: url('../images/toddunderwoodcheck.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-5 {
  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;
}

.heading-4 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 45px;
  text-shadow: 9px 9px 18px #376b75;
}

.nav-link {
  margin-top: 7px;
}

.lottie-animation-2 {
  margin-top: -47px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 340px;
  margin-top: -262px;
  -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: red;
}

.div-block.biobackground {
  width: 260px;
  height: 280px;
  background-color: #fff;
  box-shadow: 8px 8px 15px 1px #04a8c9;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 300px;
  height: 300px;
  margin-top: 18px;
  background-color: red;
}

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  height: 400px;
  margin-top: -81px;
  border: 0px solid #000;
  border-radius: 10px;
  background-color: #00bce2;
  box-shadow: 6px 6px 20px -5px #00768d;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 300px;
  height: 420px;
  margin-top: -437px;
  margin-bottom: 43px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 12px -7px #01333d;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -426px;
  -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;
}

.slide-3 {
  background-image: url('../images/jan4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

.slider-3 {
  width: 450px;
  height: 380px;
  margin-top: -18px;
  margin-bottom: 81px;
  background-color: transparent;
}

.slide-4 {
  background-image: url('../images/ToddErikaUnderwood.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  cursor: pointer;
}

.lottie-animation-3 {
  position: relative;
  z-index: -5;
  display: block;
  margin-top: -1203px;
}

.brand {
  left: 12px;
  margin-right: 0px;
  margin-left: -76px;
  padding-right: 0px;
  float: left;
  clear: left;
}

.slide-5 {
  background-image: url('../images/elizabeth.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-4 {
  cursor: pointer;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-3 {
  padding: 0px 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #fff;
}

.div-block-5 {
  background-color: transparent;
}

.div-block-6 {
  margin-top: -36px;
  margin-left: 17px;
  padding: 43px;
}

.image-5 {
  margin: 27px 27px 27px 24px;
}

.section-10 {
  margin-top: -181px;
}

.div-block-7 {
  margin-top: -28px;
  padding: 0px 42px 42px;
}

.image-6 {
  margin-top: 4px;
  margin-left: 243px;
}

.image-7 {
  max-width: 90%;
}

.div-block-8 {
  margin-top: -95px;
  margin-left: 17px;
  padding: 43px;
}

.nav-link-2 {
  margin-top: 6px;
}

.nav-link-3 {
  margin-top: 7px;
}

.nav-link-4 {
  margin-top: 7px;
}

.container-7 {
  display: block;
  padding-right: 0px;
  padding-left: 201px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: 846px;
}

.heading-5 {
  display: block;
  margin-left: 59px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #c0f88b;
  text-shadow: 6px 6px 8px #376b75;
}

.bold-text {
  display: block;
  margin-left: 63px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-right: 456px;
}

.image-9 {
  position: absolute;
  margin-top: -215px;
  margin-right: -47px;
  margin-left: -121px;
}

.image-10 {
  position: relative;
  margin-top: -263px;
  margin-bottom: -18px;
  margin-left: 301px;
  clear: right;
}

.container-8 {
  padding-right: 183px;
  padding-left: 342px;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 500;
}

.heading-6 {
  color: #c0f88b;
  text-shadow: 4px 4px 4px #376b75;
}

.container-9 {
  padding-left: 203px;
}

.image-11 {
  margin-top: -243px;
  margin-left: 380px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 2px;
  -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: #c0f88b;
}

.div-block-10 {
  position: relative;
  top: 106px;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background-color: #c0f88b;
}

.footer {
  display: block;
  width: 100%;
  margin-top: 200px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px solid #c0f88b;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.footer.homepage {
  margin-top: 797px;
}

.footer.homepage.mobile {
  margin-top: auto;
}

.footer.homepage.mobile.contactus {
  display: block;
  overflow: visible;
  margin-top: -5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  text-align: left;
}

.footer-logo-link {
  max-height: 80px;
  min-width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -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;
  color: #444;
  text-decoration: none;
}

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

.image-12 {
  margin-top: -57px;
  margin-bottom: 1px;
}

.body-2 {
  background-color: #00a1ff;
}

.heading-7 {
  background-color: #007fff;
  color: #fff;
  text-align: center;
}

.body-3 {
  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;
  background-color: #6ccce0;
}

.heading-8 {
  margin-top: 15px;
  color: #fff;
  text-align: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  -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;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  margin-top: 46px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.section-11 {
  position: static;
  top: 85px;
  width: 40%;
  height: 60vh;
  margin-top: 40px;
  padding-right: 19px;
  padding-bottom: 0px;
  padding-left: 19px;
  background-color: #6ccce0;
  box-shadow: 6px 6px 12px 3px #45a5c2;
  font-size: 20px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001244;
  font-weight: 700;
  text-align: center;
}

.paragraph-3 {
  margin-top: 44px;
  font-size: 30px;
}

.paragraph-4 {
  margin-top: 32px;
  font-size: 30px;
}

.paragraph-5 {
  margin-top: 22px;
  font-size: 30px;
  line-height: 36px;
}

.bold-text-3 {
  color: #001244;
  font-style: normal;
  text-decoration: none;
}

.link-2 {
  color: #001244;
  font-weight: 700;
}

.section-12 {
  width: 100%;
  height: 10vh;
  margin-top: -57px;
  background-color: #8df2ab;
}

.grid-4 {
  margin-top: 131px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.section-13 {
  width: 40%;
}

.grid-5 {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.collection-list-wrapper {
  margin-top: 76px;
  margin-right: 136px;
  margin-left: 136px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-2 {
  margin: -577px 161px 107px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.collection-item {
  display: block;
  margin-top: 28px;
  padding: 11px;
}

.image-13 {
  border-style: none;
  border-width: 4px;
  border-color: #6ccce0;
  border-radius: 20px;
  box-shadow: 10px 10px 19px -8px #1e3e44;
}

.slider-4 {
  width: 46%;
  margin-top: 15vh;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.lottie-animation-4 {
  position: relative;
  top: -233px;
  z-index: -10;
}

.slide-6 {
  width: 100%;
  min-width: 100%;
  background-image: url('../images/SKIMSbanner.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.section-15 {
  margin-top: 541px;
}

.grid-6 {
  margin-right: auto;
  margin-bottom: 15%;
  margin-left: auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-11 {
  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-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-6 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.grid-7 {
  margin-right: 27%;
  margin-bottom: 123px;
  margin-left: 27%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: rgba(108, 204, 224, 0);
}

.section-16 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 231px;
  background-color: transparent;
  background-image: url('../images/mountain.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.container-12 {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.container-12.education {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  max-width: 200%;
  margin-top: 22px;
}

.heading-11 {
  margin-bottom: 25px;
  font-size: 60px;
  text-align: center;
  text-shadow: 7px 4px 4px #263942;
}

.image-15 {
  max-width: 150px;
}

.image-16 {
  height: 300px;
  max-width: 100px;
  margin-top: 32px;
}

.container-13 {
  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;
}

.learning {
  margin-bottom: 25px;
  color: #bff88b;
  text-shadow: 4px 4px 6px #000;
}

.paragraph-7 {
  padding: 0px;
}

.paragraph-7.learningparagraph {
  padding-right: 0px;
  padding-left: 0px;
}

.howitworks2 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.image-17 {
  max-width: 200%;
}

.div-block-12 {
  width: 200px;
  height: 2px;
  margin-top: -68px;
  margin-bottom: 13px;
  background-color: #bff88b;
  color: #bff88b;
}

.div-block-13 {
  position: absolute;
  left: 592px;
  top: 331.219px;
  width: 200px;
  height: 80px;
}

.div-block-14 {
  position: relative;
  top: -361px;
  z-index: -5;
  width: 190%;
  height: 20px;
  border-radius: 0px 0px 20px 20px;
  background-color: #bff88b;
  box-shadow: inset 0 -6px 15px -3px #229429, 2px 2px 20px -1px rgba(0, 8, 65, 0.85);
}

.div-block-14.animate {
  width: 150%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.div-block-14.animate._2 {
  width: 110%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.slide-7 {
  background-image: url('../images/Kelly-Groves-Shorter-Pic-193x300.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Kathleen-Sayler-1-295x300.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Britteny-Saline--227x300.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  border-radius: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-left: 93px;
  -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;
  -o-object-fit: contain;
  object-fit: contain;
}

.body-4 {
  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;
  background-color: #6ccce0;
}

.body-5 {
  background-color: #6ccce0;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.container-15 {
  margin-top: 107px;
  margin-bottom: 23px;
}

.heading-12 {
  border: 1px none #000;
  direction: ltr;
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 6px #427c86;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-17 {
  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;
}

.div-block-15 {
  width: 60%;
  height: 2px;
  background-color: #cef9a7;
}

.heading-13 {
  text-align: center;
  text-shadow: 2px 2px 2px #989999;
}

.link-3 {
  color: #003849;
  font-size: 25px;
  text-align: center;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -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;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -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;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  -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;
}

.link-4 {
  color: #003849;
  font-size: 25px;
}

.link-5 {
  color: #003849;
  font-size: 25px;
}

.link-6 {
  color: #003849;
  font-size: 25px;
}

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

.heading-14 {
  font-size: 20px;
}

.columns {
  margin-right: 276px;
  margin-left: 276px;
}

.columns.foot {
  margin-bottom: 34px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  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;
}

.column-3 {
  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;
}

.column-4 {
  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;
}

.section-18 {
  margin-bottom: 21px;
}

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

.div-block-16 {
  margin-right: 312px;
  margin-left: 312px;
}

.bold-text-4 {
  text-decoration: underline;
}

.body-6 {
  background-color: #6ccce0;
}

.section-19 {
  height: 50vh;
  margin-bottom: 266px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 53px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  border-radius: 100px;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 72px;
}

.heading-15 {
  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;
  color: #fff;
  text-align: center;
}

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

.teamicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 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;
  color: #004857;
}

.teamicon.icon2 {
  padding-right: 116px;
  padding-left: 116px;
}

.teamicon.icon2.pbicon {
  padding-right: 0px;
}

.teamicon.icon2.rficon {
  padding-left: 0px;
}

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

.iconimages {
  border-style: solid;
  border-width: 5px;
  border-color: #bff88b;
  border-radius: 50%;
  box-shadow: 5px 19px 20px -3px #397885;
}

.image-19 {
  border-radius: 50%;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 2px;
  -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: #bff88b;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.heading-16 {
  position: relative;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6ccce0;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin-bottom: 98px;
  padding-top: 0px;
  padding-bottom: 83px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: 0px;
  background-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 16px 5px #6c9ee0;
  font-family: Oswald, sans-serif;
  color: #042d8d;
  font-size: 17px;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 2px;
  margin-bottom: 34px;
  -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;
  background-color: #bff88b;
}

.block-quote {
  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;
  border-left-style: none;
  font-size: 15px;
}

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

.heading-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bff88b;
  font-weight: 700;
  text-shadow: 2px 2px 5px #002069;
}

.paragraph-9 {
  margin-right: 149px;
  margin-left: 149px;
  text-align: left;
  text-indent: 3px;
}

.paragraph-9.howitbeganparagraph {
  margin-right: 77px;
  margin-bottom: 21px;
  margin-left: 77px;
}

.body-7 {
  background-color: #94d8eb;
  background-image: url('../images/Press_Page_Quote_banner.png');
  background-position: 50% 21%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #222;
}

.section-22 {
  margin-top: 627px;
}

.grid-11 {
  margin-right: 158px;
  margin-left: 158px;
  padding-right: 66px;
  padding-bottom: 51px;
  padding-left: 66px;
  -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;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-style: none;
  border-width: 10px;
  border-color: rgba(0, 198, 255, 0.18);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 6px 13px -3px #14404c;
}

.heading-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  -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: #387081;
}

.container-20 {
  position: relative;
  bottom: -89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  width: 35%;
  height: 2px;
  background-color: #94d8ec;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 162px;
  padding-bottom: 40px;
  padding-left: 162px;
  -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;
  background-color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21.pressunit {
  margin: 81px 18px -1px;
  padding: 0px 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #94d8ec;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.43);
  box-shadow: none;
}

.grid-12 {
  margin-top: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-7 {
  padding-bottom: 22px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.div-block-22 {
  width: 80%;
  height: 2px;
  margin-bottom: 45px;
  background-color: #fff;
}

.pressunit {
  margin-top: -32px;
  margin-bottom: -37px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-20 {
  position: relative;
  top: -47px;
  padding-top: 0px;
  border-radius: 7px;
  box-shadow: 4px 4px 10px 0 #6fafb9;
}

.image-21 {
  position: relative;
  top: -45px;
  margin-top: -9px;
  margin-bottom: 7px;
  border-radius: 20px;
  box-shadow: 5px 5px 7px 0 #6fafb9;
}

.image-22 {
  margin: 61px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150%;
  height: 2px;
  -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;
  background-color: #29606f;
  color: #285f6f;
}

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

.heading-24 {
  color: #285f6f;
}

.section-24 {
  margin-top: -13px;
  padding-top: 7px;
}

@media screen and (max-width: 991px) {
  .body {
    display: block;
    overflow: hidden;
    min-width: 100%;
  }

  .body.homepage {
    display: block;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar {
    width: 100%;
  }

  .image {
    position: relative;
    left: 184%;
    margin-left: 0vh;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-3._7million {
    font-size: 50px;
  }

  .section-4 {
    margin-bottom: -7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #4ae1ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ae1ff), color-stop(82%, #fff));
    background-image: linear-gradient(180deg, #4ae1ff 10%, #fff 82%);
    box-shadow: none;
    color: #fff;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .howitworks {
    height: 25vh;
  }

  .image-3 {
    padding-right: 0px;
  }

  .menu-button {
    left: 33px;
    color: #000;
  }

  .menu-button.w--open {
    background-color: #4ae1ff;
  }

  .slide1 {
    background-color: rgba(108, 204, 224, 0.09);
  }

  .slider-2 {
    margin-top: -465px;
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .slide-2 {
    background-color: rgba(108, 204, 224, 0);
    background-image: url('../images/ToddErikaUnderwood.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .nav-link {
    display: block;
    border-style: none none solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    color: #fff;
    text-align: center;
  }

  .lottie-animation-2 {
    margin-top: -50px;
  }

  .image-4 {
    width: 260px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
  }

  .nav-link-3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
  }

  .nav-link-4 {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
  }

  .container-7 {
    position: relative;
    left: 119px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-10 {
    left: -58px;
    top: -30px;
    margin-left: 327px;
  }

  .container-8 {
    position: relative;
    left: 93px;
    padding-left: 101px;
  }

  .container-9 {
    position: relative;
    left: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-11 {
    position: static;
    left: 8px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer.homepage.mobile {
    margin-top: auto;
  }

  .collection-list-wrapper-2 {
    margin-top: -443px;
    padding: 0px;
    border-radius: 20px;
    background-color: rgba(230, 244, 241, 0);
  }

  .heading-9 {
    margin-top: 1px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }

  .collection-item {
    margin-bottom: -42px;
    padding: 13px;
  }

  .lottie-animation-4 {
    top: -277px;
  }

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

  .marketplacebackground {
    position: relative;
    top: -9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 100px;
    text-align: center;
    text-decoration: none;
  }

  .section-15 {
    margin-top: 465px;
  }

  .grid-7 {
    margin-right: 115px;
    margin-bottom: 72px;
    margin-left: 115px;
  }

  .image-14 {
    max-width: 200%;
  }

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

  .howitworks2 {
    font-size: 16px;
    font-weight: 700;
  }

  .image-17 {
    max-width: 180%;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-14 {
    width: 160%;
    height: 22px;
    margin-top: 0px;
  }

  .div-block-14.animate {
    width: 125%;
  }

  .div-block-14.animate._2 {
    width: 100%;
  }

  .body-5 {
    background-color: #6ccce0;
  }

  .heading-12 {
    margin-bottom: 46px;
    font-size: 50px;
  }

  .link-3 {
    color: #003849;
    text-decoration: none;
    cursor: pointer;
  }

  .list-item-4 {
    margin-bottom: 50px;
  }

  .link-4 {
    color: #003849;
    text-decoration: none;
    cursor: pointer;
  }

  .link-5 {
    color: #003849;
    font-size: 25px;
    text-decoration: none;
    cursor: pointer;
  }

  .link-6 {
    color: #003849;
    font-size: 25px;
    text-decoration: none;
    cursor: pointer;
  }

  .paragraph-8 {
    font-size: 20px;
    text-align: center;
  }

  .columns.foot {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-16 {
    margin-right: 266px;
    margin-left: 266px;
  }

  .section-19 {
    margin-bottom: 209px;
  }

  .section-20 {
    padding-top: 108px;
  }

  .teamicon {
    padding: 27px 27px 27px 26px;
  }

  .body-7 {
    background-position: 50% 15%;
  }

  .section-22 {
    margin-top: 450px;
  }

  .grid-11 {
    margin-right: 36px;
    margin-left: 36px;
    border-style: solid;
  }

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

  .section-23 {
    padding-right: 104px;
    padding-left: 104px;
  }

  .div-block-21.pressunit {
    margin: 55px 17px 48px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-height: 50%;
    max-width: 50%;
  }

  .image-2 {
    max-height: 90px;
  }

  .heading-3._7million {
    height: 300px;
    font-size: 30px;
  }

  .nav-menu {
    -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: rgba(74, 225, 255, 0.5);
  }

  .menu-button.w--open {
    background-color: #4ae1ff;
  }

  .nav-link {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-4 {
    max-height: 60px;
  }

  .nav-link-2 {
    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;
  }

  .nav-link-3 {
    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;
  }

  .nav-link-4 {
    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;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .body-7 {
    background-position: 50% 12%;
  }

  .section-22 {
    margin-top: 301px;
  }

  .section-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-areas: "Area";
  }

  .body {
    display: block;
    overflow: hidden;
    padding-left: 0px;
  }

  .body.homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image {
    left: 148%;
  }

  .lottie-animation {
    position: relative;
    left: 0px;
    right: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin-top: -6px;
    margin-bottom: -42px;
    -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: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container {
    position: static;
    overflow: visible;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-2 {
    width: 280px;
    margin-left: 7px;
  }

  .image-2.apple {
    max-width: 90%;
  }

  .heading-2 {
    margin-top: 56px;
    font-size: 14px;
  }

  .heading-3._7million {
    margin-top: -121px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    letter-spacing: 0px;
    white-space: break-spaces;
  }

  .section-4 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .nav-menu {
    background-color: #4ae1ff;
  }

  .image-3 {
    width: 36vh;
  }

  .menu-button {
    left: 32px;
    color: #0a0a0a;
  }

  .menu-button.w--open {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
  }

  .div-block-3 {
    width: 250px;
    height: 300px;
    margin-top: -84px;
    margin-bottom: 115px;
  }

  .div-block-4 {
    width: 225px;
    height: 300px;
    margin-bottom: 156px;
  }

  .slider-3 {
    width: 200px;
    height: 280px;
  }

  .lottie-animation-3 {
    margin-top: -971px;
  }

  .image-4 {
    max-height: 65px;
    margin-right: -12px;
    margin-bottom: 5px;
    margin-left: 11px;
    padding-top: 0px;
    padding-right: 5px;
  }

  .container-7 {
    position: relative;
    left: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: -14px;
    padding: 0px 140px 0px 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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
  }

  .heading-5 {
    margin-right: 62px;
    margin-left: 45px;
    font-size: 28px;
  }

  .bold-text {
    margin-left: 37px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 1px;
    text-transform: none;
  }

  .paragraph {
    margin-right: 0px;
  }

  .image-9 {
    position: relative;
    left: -44px;
    top: -71px;
    margin-top: -377px;
    margin-left: 255px;
    padding-right: 0px;
    padding-left: 38px;
  }

  .image-10 {
    left: -37px;
    top: 3px;
    margin-top: -140px;
    margin-left: 202px;
  }

  .container-8 {
    left: -22px;
    top: 44px;
    margin-top: -18px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-2 {
    position: relative;
    left: 9px;
    margin-right: -3px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
  }

  .bold-text-2.playforfree {
    left: 29px;
    top: 171px;
    width: 400px;
    margin-right: 2px;
    line-height: 20px;
  }

  .heading-6 {
    position: relative;
    left: 64px;
    top: 0px;
    margin-bottom: -14px;
    font-size: 28px;
  }

  .heading-6.playtrivia {
    left: 71px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-9 {
    left: -5px;
    margin-bottom: 267px;
    padding-right: 40px;
  }

  .image-11 {
    position: relative;
    left: -260px;
    top: 153px;
    max-width: 50%;
  }

  .div-block-9 {
    margin-top: -29px;
  }

  .div-block-10 {
    top: 54px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 900px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer.homepage.mobile {
    margin-top: auto;
  }

  .footer.homepage.mobile.contactus.mobilefoot {
    margin-top: 57px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    margin: -26px auto -22px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list {
    padding-left: 0px;
  }

  .icon-2 {
    position: relative;
    left: 0px;
    margin-left: -1px;
  }

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

  .left-arrow {
    margin-left: -78px;
  }

  .right-arrow {
    margin-right: -78px;
  }

  .grid-7 {
    margin-top: 27px;
    margin-right: 13px;
    margin-left: 13px;
  }

  .section-16 {
    padding-bottom: 62px;
  }

  .container-12.education {
    max-width: 200px;
    margin-top: -35px;
    padding-left: 0px;
  }

  .image-14 {
    position: static;
    max-width: 220%;
    margin-right: 5px;
    margin-bottom: 26px;
  }

  .heading-11 {
    font-size: 40px;
    text-align: center;
  }

  .image-16 {
    max-width: 100px;
  }

  .learning {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 25px;
    text-shadow: 2px 2px 2px #2f3a3d;
  }

  .howitworks2 {
    margin-top: 10px;
    line-height: 20px;
    font-weight: 500;
  }

  .image-17 {
    position: relative;
    right: 24px;
    max-width: 150%;
  }

  .container-14 {
    margin-top: 44px;
  }

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

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 21px;
    margin-left: 21px;
    -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-16 {
    margin-right: 42px;
    margin-left: 42px;
  }

  .bold-text-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-19 {
    margin-bottom: 482px;
  }

  .section-20 {
    padding-top: 49px;
  }

  .heading-15 {
    text-shadow: 3px 3px 2px #002069;
  }

  .grid-8 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .teamicon {
    margin-top: 41px;
    padding: 0px;
  }

  .teamicon.icon2 {
    padding: 0px;
  }

  .heading-16 {
    margin-bottom: -4px;
    font-size: 15px;
  }

  .text-block {
    font-size: 10px;
  }

  .heading-17 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .text-block-2 {
    font-size: 10px;
  }

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

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

  .text-block-3 {
    font-size: 10px;
  }

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

  .text-block-4 {
    font-size: 10px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .container-18 {
    margin-bottom: 14px;
  }

  .section-21 {
    margin-top: 452px;
  }

  .container-19 {
    max-width: 85%;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 2px;
  }

  .heading-21 {
    margin-top: -25px;
  }

  .paragraph-9.howitbeganparagraph {
    margin-right: 14px;
    margin-left: 14px;
    font-weight: 600;
  }

  .bold-text-5 {
    font-weight: 600;
  }

  .bold-text-6 {
    font-weight: 600;
  }

  .bold-text-7 {
    font-weight: 600;
  }

  .bold-text-8 {
    font-weight: 600;
  }

  .bold-text-9 {
    font-weight: 600;
  }

  .body-7 {
    background-position: 50% 10%;
  }

  .section-22 {
    margin-top: 195px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .grid-11 {
    margin-top: 5px;
    margin-right: 6px;
    margin-left: 6px;
    padding: 0px 14px 19px;
  }

  .heading-23 {
    margin-bottom: -6px;
  }

  .container-20 {
    margin-bottom: 19px;
    padding-bottom: 15px;
  }

  .div-block-20 {
    width: 88%;
  }

  .section-23 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .image-21 {
    margin-top: 7px;
  }

  .image-22 {
    margin: 47px;
  }

  .div-block-23 {
    width: 125%;
    border-radius: 0px;
  }

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

  .section-24 {
    margin-top: -50px;
    margin-bottom: -13px;
  }

  .container-21 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-container-51d48c6c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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;
}

#w-node-container-3-51d48c6c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c437aca-947c-b869-59e5-ad237ed06b38-51d48c6c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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;
}

#w-node-_61e0cf1e-c4d8-dada-c82d-9f8e23ae48e2-51d48c6c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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;
}

#w-node-div-block-4-0dd48c75 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-image-0dd48c75 {
  -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-div-block-2-0dd48c75 {
  -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;
}

#w-node-_7779100a-5025-1898-be27-aacd6b10cd68-0dd48c75 {
  -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;
}

#w-node-_7c978ba0-c8d7-7b3e-b486-fe24b9011a8f-0dd48c75 {
  -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;
}

#w-node-_69c6713e-1d1a-11f0-850e-2ef377b1c287-0dd48c75 {
  -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;
}

#w-node-_539c0a56-23ad-4222-bbf9-1cc5187e13f9-0dd48c75 {
  -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;
}

#w-node-_49d3680d-2159-bc23-af81-38d719197912-0dd48c75 {
  -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;
}

#w-node-_7f39eecd-e314-6225-d79c-c59d51db52e3-0dd48c75 {
  -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;
}

#w-node-_4611f5ce-ee81-07b0-7bb5-e74328912253-0dd48c75 {
  -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;
}

#w-node-b4df117d-57fe-c15c-7d34-c9db9d6a6582-0dd48c75 {
  -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;
}

#w-node-ddde5012-822b-a505-fbb3-e99006991bd1-0dd48c75 {
  -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;
}

#w-node-_261e927a-884a-816d-7063-c6df00b223d1-0dd48c75 {
  -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;
}

#w-node-bd52ec2e-73ac-20b5-2c3e-020f3616dacb-0dd48c75 {
  -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;
}

#w-node-_750f799d-5a38-1bcd-2c27-8e1479a91ee6-0dd48c75 {
  -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;
}

#w-node-_9dd4105e-83e0-14fe-0db3-245e564f7a80-0dd48c75 {
  -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;
}

#w-node-f84a4be6-60f2-f5ef-7fd2-54f253249d0c-0dd48c75 {
  -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;
}

#w-node-d5197745-34d9-d6f3-55f2-a740b97f0536-0dd48c75 {
  -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;
}

#w-node-_1b1c0d39-f78e-3830-f101-2c24a9f356f9-0dd48c75 {
  -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;
}

#w-node-_61365da9-1c85-0fc6-2509-468efc993ec7-0dd48c75 {
  -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;
}

#w-node-_7ebb0ee9-7491-95b4-5109-4400e6816f98-f90ec753 {
  -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;
}

#w-node-_05caec4a-a6ff-cd88-a00b-358180b24476-f90ec753 {
  -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: 479px) {
  #w-node-div-block-f90ec753 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_1ab63b77-4782-e935-12fb-8cf4df60951d-f90ec753 {
    -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;
  }

  #w-node-_91084a15-4b22-4820-0ea6-d29652d4544f-f90ec753 {
    -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;
  }
}

