:root {
  --deep-sky-blue: #32c5ff;
}

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

.header {
  background-color: #fff;
  box-shadow: 0 1px 6px #0000001a;
}

.logo-container {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.image {
  max-width: 210px;
}

.anim {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.animcontainer {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 788px;
  display: flex;
}

.preloader {
  z-index: 999999;
  background-color: #02296e;
  background-image: linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.lottie-animation-2 {
  max-width: 70px;
  max-height: 100px;
}

.footer {
  background-color: #fff;
  box-shadow: 0 -6px 6px #0000000d;
}

.content {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph {
  color: #292929;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.link {
  color: #0085b9;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.social-linkblock {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform .2s;
}

.social-linkblock:hover {
  transform: scale(1.1);
}

.image-2 {
  z-index: 2;
  position: absolute;
}

.fgnd-img {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 50px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .paragraph {
    width: 90%;
  }

  .fgnd-img {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .fgnd-img {
    width: 340px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation {
    min-width: 360px;
    height: 100%;
    min-height: 280px;
  }

  .paragraph {
    width: 90%;
    line-height: 30px;
  }

  .fgnd-img {
    width: 210px;
  }
}

#w-node-_8052fdbb-7eb3-6a62-3e49-a5fe335f91ad-98c51a2f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_05c92150-47b7-b039-6bd8-ca5aa9326340-98c51a2f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_13173c6d-609c-60cf-dff6-68a31cf034a2-98c51a2f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_7e483e5c-ef7d-fc28-a238-82b32a0b339f-98c51a2f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}


