.lottie-animation {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 50%;
  float: none;
  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;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  display: block;
}

.lottie-animation-2 {
  width: 35%;
  height: 50%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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-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 {
  max-height: 60px;
  min-width: 60px;
  -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;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.lottie-animation-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 10%;
  min-width: 174px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  position: absolute;
  left: -2%;
  top: -5%;
  width: 28%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-3 {
  position: absolute;
  left: auto;
  top: 50vh;
  right: -25%;
  bottom: 0%;
  z-index: -1;
  width: 70%;
}

.image-4 {
  position: absolute;
  top: 646px;
  right: 1565px;
  width: 10%;
  height: 10%;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.image-5 {
  position: absolute;
  top: 27.3vh;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20vw;
  padding-left: 20vw;
}

.div-block {
  position: absolute;
  top: 88.9vh;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background-color: #3a6ced;
}

.image-6 {
  position: absolute;
  left: 82px;
  top: 677px;
  right: auto;
  width: 10%;
  height: 10%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.image-7 {
  position: absolute;
  top: 82.5vh;
  right: -6%;
  width: 25%;
}

.image-8 {
  position: absolute;
  left: 4%;
  top: 149.7vh;
  right: auto;
  width: 45%;
}

.image-9 {
  position: absolute;
  left: -11%;
  top: 203.4vh;
  z-index: 0;
  width: 75vw;
  max-height: 150vh;
}

.image-10 {
  position: absolute;
  top: 201.1vh;
  right: -5%;
  width: 25%;
}

.image-11 {
  position: absolute;
  left: 2%;
  top: 277.2vh;
  width: 24vw;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.image-12 {
  position: absolute;
  left: 40%;
  top: 268.1vh;
  width: 18vw;
}

.image-13 {
  position: absolute;
  top: 273.3vh;
  right: 41%;
  width: 15vw;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.div-block-2 {
  position: absolute;
  top: 317.5vh;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background-color: #3a6ced;
}

.image-14 {
  position: absolute;
  left: -10%;
  top: 290vh;
  z-index: 100;
  width: 30vw;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image-15 {
  position: absolute;
  top: 281.4vh;
  right: -10vw;
  width: 75%;
  margin-top: auto;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.image-16 {
  position: absolute;
  top: 353.1vh;
  right: -13.9vw;
  width: 72%;
}

.image-17 {
  position: absolute;
  left: 5%;
  top: 403.3vh;
  right: auto;
  overflow: hidden;
  width: 30%;
  height: auto;
  padding-bottom: 0px;
}

.statisticsscreenshot {
  position: absolute;
  left: auto;
  top: 92.1vh;
  right: 15vw;
  bottom: 0%;
  height: 90vh;
}

.trainingscreenshot {
  position: absolute;
  left: 15%;
  top: 207.8vh;
  height: 90%;
}

.dashboardscreenshot {
  position: absolute;
  top: 324.5vh;
  right: 15%;
  height: 90%;
}

.image-18 {
  position: absolute;
  left: auto;
  top: 65.3vh;
  right: 40vw;
  width: 18.5vh;
  max-width: 20%;
}

.image-19 {
  position: absolute;
  left: 40vw;
  top: 65vh;
  right: auto;
  width: 15vh;
  height: 8%;
  max-height: 15vh;
  max-width: 20%;
}

.heading-section-1 {
  position: absolute;
  left: 18vw;
  top: 120vh;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 400;
}

.heading-2 {
  position: absolute;
  left: 18vw;
  top: 126vh;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-3 {
  position: absolute;
  left: 62vw;
  top: 240vh;
  right: auto;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.heading-4 {
  position: absolute;
  left: 62vw;
  top: 246vh;
  right: auto;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
}

.heading-5 {
  position: absolute;
  left: 18vw;
  top: 355vh;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 400;
}

.heading-6 {
  position: absolute;
  left: 18vw;
  top: 361vh;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .call-to-action {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

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

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

  .centered-container {
    text-align: left;
  }

  .image {
    width: 147px;
    height: 45px;
  }
}

