.link-circle {
  cursor: pointer;
  filter: drop-shadow(9px 6px 4px #000);
}
.link-circle ~ circle {
  stroke: #fff;
}
.circle-block {
  text-align: center;
}
.circle-block > svg {
  max-width: 80%;
  height: auto;
}
@media (max-width: 1500px) {
  .circle-block > svg {
    max-height: 90vw;
  }
}
@media (max-width: 980px) {
  .circle-block > svg {
    max-width: 100%;
  }
}
g circle {
  cursor: pointer;
}
g circle:not(.link-circle) {
  pointer-events: none;
}
g:has(.link-circle) {
  transition: all 0.3s ease;
}
g:has(.link-circle) circle {
  transition: all 0.3s ease;
}
g:has(.link-circle):hover circle:last-child {
  stroke: #ccc;
  fill: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1279px) {
  .lpc-elements-button-1__buttons .lpc-button--type-1 {
    color: #191a1f !important;
  }
}
@media (max-width: 960px) {
  .lpc-elements-headline__title, .lpc-features-icon__title, .lpc-form-4__title {
    font-size: 32px !important;
  }
  .lpc-features-icon__subtitle {
    font-size: 20px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .lpc-elements-headline__title, .lpc-features-icon__title, .lpc-form-4__title {
    font-size: 25px !important;
  }
  .lpc-features-icon__subtitle {
    font-size: 19px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 15px !important;
    margin-left: 0 !important;
  }
  html body [data-media-source="media-xs"] .lpc-features-icon__item {
    flex-direction: column;
  }
}
