.subdomain-block {
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 9;
}
.subdomain-block__title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #094A42;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  padding-bottom: 10px;
}
.subdomain-block__title svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.subdomain-block__title span {
  color: #178578;
  font-weight: 600;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .subdomain-block__title span {
    color: #fff;
  }
}
.subdomain-block__body {
  background: #fff;
  filter: drop-shadow(0 20px 25px rgba(9, 74, 66, 0.07));
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px 20px;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.subdomain-block__body a {
  display: block;
  color: #094A42;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.subdomain-block.hover .subdomain-block__body, .subdomain-block:hover .subdomain-block__body {
  opacity: 1;
  pointer-events: auto;
}

.cursor__ball {
  display: none !important;
}

/*# sourceMappingURL=subdomain.css.map */
