a {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.image-9 {
  padding: 100px;
}

.main-section {
  opacity: 1;
  cursor: auto;
  height: 800px;
  display: block;
}

.wrapper-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.main-box1-left {
  opacity: 1;
  background-image: radial-gradient(circle at 0%, #fff, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.main-box1 {
  width: 100%;
  height: 800px;
  display: flex;
}

.image-11 {
  padding: 11px;
}

.paragraph {
  text-align: left;
  letter-spacing: -.2px;
  max-width: 320px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph.content {
  max-width: 400px;
}

.h1-regular {
  letter-spacing: -.9px;
  max-width: 360px;
  margin-top: 0;
  margin-bottom: 23px;
  padding-bottom: 0;
  line-height: 52px;
}

.h1-regular.content {
  max-width: 460px;
}

.image-10 {
  padding: 46px;
}

.main-box1-right {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.animation-fitiv-logo {
  z-index: 1;
  filter: blur(120px);
  position: absolute;
  inset: 0%;
}

.hero {
  background-image: linear-gradient(#0cc572, #14976c 25%, #176a5b 50%, #133e3f 75%, #091619);
  height: 100vh;
}

.rive {
  z-index: 2;
  filter: blur(120px);
  mix-blend-mode: color-dodge;
  position: relative;
}

.wrapper {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.middle {
  z-index: 1;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 42px;
  position: static;
  inset: auto 0% 0%;
}

.top {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0 0% auto 0;
}

.image-12 {
  height: 75px;
}

.body {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  background-color: #04dd71;
  border-radius: 12px;
  width: 350px;
  margin-bottom: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}

.link {
  color: #6e6e6e;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 22px 67px;
  font-size: 18px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.image-13 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  flex: 0 auto;
  align-self: center;
  height: 100%;
  overflow: clip;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-14 {
  flex: 0 auto;
  padding-top: 39px;
  padding-bottom: 39px;
}

.image-15 {
  height: 75px;
}

.bottom {
  z-index: 2;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0 0;
}

.image-16 {
  vertical-align: baseline;
  flex: 0 auto;
  align-self: center;
  height: 100%;
  max-height: 800px;
  padding-top: 18px;
  padding-bottom: 28px;
  position: absolute;
}

.image-17 {
  height: 75px;
}

@media screen and (max-width: 991px) {
  .wrapper-content {
    background-image: linear-gradient(#e6e6e6, #fff0 11%);
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .paragraph {
    text-align: center;
    max-width: 100%;
  }

  .h1-regular {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 18px;
  }

  .footer {
    height: 300px;
    max-height: 300px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 31px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .top {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-height: 150px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-12 {
    flex: 0 auto;
    height: 75px;
    position: relative;
  }

  .image-13 {
    vertical-align: middle;
    flex: 0 auto;
    max-width: 400px;
    height: auto;
    padding-top: 42px;
    padding-bottom: 45px;
    position: absolute;
    overflow: clip;
  }

  .image-16 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-content {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .h1-regular {
    width: 100%;
    font-size: 36px;
    line-height: 39px;
  }

  .wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
  }

  .button {
    width: 300px;
    font-size: 21px;
  }

  .image-13 {
    height: 100%;
  }

  .section {
    overflow: clip;
  }

  .quick-stack {
    flex: 0 auto;
  }

  .div-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-14 {
    vertical-align: baseline;
    max-height: 50%;
  }

  .image-16 {
    max-height: 600px;
  }
}
