body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
}
body .app_wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
body .app_wrapper .text-container {
  width: 580px;
  margin-top: -180px;
}
body .app_wrapper .text-container .text-box {
  padding: 30px 20px;
}
body .app_wrapper .text-container .text-box > div:not(.initial-text) {
  display: none;
}
body .app_wrapper .text-container .text-box h3 {
  color: #788C75;
  font-size: 32px;
  line-height: 48px;
  margin: 0;
}
body .app_wrapper .text-container .text-box h3 + h3 {
  color: #2B3636;
}
body .app_wrapper .text-container .text-box p {
  color: #788C75;
  margin-bottom: 20px;
}
body .app_wrapper .text-container .text-box a {
  background-color: #788c75;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: bold;
}
body .app_wrapper .main_bloom_container {
  position: relative;
  min-width: 620px;
  width: 620px;
  overflow: hidden;
  min-height: 700px;
}
body .app_wrapper .main_bloom_container div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
body .app_wrapper .main_bloom_container div.base-image {
  z-index: 0;
}
body .app_wrapper .main_bloom_container div.hover-images {
  z-index: 1;
  position: relative;
}
body .app_wrapper .main_bloom_container div.hover-images img {
  position: absolute;
  visibility: hidden;
}
@keyframes flicker {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.8;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
body .app_wrapper .main_bloom_container img {
  max-width: 100%;
}
body .app_wrapper .main_bloom_container .bubbles > div {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}
body .app_wrapper .main_bloom_container .bubbles > div:after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #5ec2b0;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  animation: blink 3s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .app_wrapper .main_bloom_container .bubbles #bubble_1 {
  top: 152px;
  left: 123px;
}
body .app_wrapper .main_bloom_container .bubbles #bubble_2 {
  top: 104px;
  left: 232px;
}
body .app_wrapper .main_bloom_container .bubbles #bubble_3 {
  top: 99px;
  left: 401px;
}
body .app_wrapper .main_bloom_container .bubbles #bubble_4 {
  top: 193px;
  left: 459px;
}
body .app_wrapper .main_bloom_container .bubbles #bubble_5 {
  top: 422px;
  left: 302px;
}

/*# sourceMappingURL=style.css.map */
