.landing-page .lp-dtp-header {
  background-color: #fff;
  text-align: left;
  font-size: inherit;
  position: relative;
  top: 0;
  z-index: 100;
}
.landing-page .lp-dtp-header::after {
  display: none;
}
@media (max-width: 999px) {
  .landing-page .lp-dtp-header.max-content-width {
    padding: 0;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0.875rem 1.25rem;
  min-height: 70px;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__inner {
    min-height: 82px;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__logo-link {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.landing-page .lp-dtp-header .lp-dtp-header__logo {
  display: block;
  width: auto;
}
.landing-page .lp-dtp-header .lp-dtp-header__logo--desktop {
  display: none;
  height: 95px;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__logo--desktop {
    display: block;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__logo--mobile {
  display: block;
  height: 64px;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__logo--mobile {
    display: none;
  }
}
.landing-page .lp-dtp-header .nav-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  align-items: flex-end;
  gap: 8px;
}
.landing-page .lp-dtp-header .nav-container .lp-dtp-header__nav {
  display: none;
  float: none;
  max-width: none;
  width: auto;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .nav-container .lp-dtp-header__nav {
    display: flex;
  }
}
.landing-page .lp-dtp-header .nav-container .lp-dtp-header__nav a {
  color: #330072;
  font-size: 12px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  text-decoration: underline;
  text-decoration-color: #F68D2D;
  text-underline-offset: 1px;
  white-space: nowrap;
  line-height: 1.3;
  transition: color 280ms linear, text-decoration-color 280ms linear;
}
.landing-page .lp-dtp-header .nav-container .lp-dtp-header__nav a:hover {
  color: #F68D2D;
}
.landing-page .lp-dtp-header .lp-dtp-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__actions {
    margin-left: 0;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__cta {
  display: block;
  line-height: 0;
}
.landing-page .lp-dtp-header .lp-dtp-header__cta-img {
  display: block;
  height: auto;
}
.landing-page .lp-dtp-header .lp-dtp-header__cta-img--desktop {
  display: none;
  width: 250px;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__cta-img--desktop {
    display: block;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__cta-img--mobile {
  display: block;
  width: 146px;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__cta-img--mobile {
    display: none;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__menu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: 2px solid #330072;
  border-radius: 50%;
  cursor: pointer;
  transition: background 280ms linear;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__menu-toggle {
    display: none;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__bar {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #330072;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 280ms ease, opacity 280ms ease;
}
.landing-page .lp-dtp-header .lp-dtp-header__bar--top {
  top: calc(50% - 5px);
}
.landing-page .lp-dtp-header .lp-dtp-header__bar--mid {
  top: calc(50% - 1px);
}
.landing-page .lp-dtp-header .lp-dtp-header__bar--bot {
  top: calc(50% + 3px);
}
.landing-page .lp-dtp-header.lp-dtp-header--open .lp-dtp-header__menu-toggle {
  background: #fff;
}
.landing-page .lp-dtp-header.lp-dtp-header--open .lp-dtp-header__bar--top {
  transform: translateX(-50%) translateY(4px) rotate(45deg);
}
.landing-page .lp-dtp-header.lp-dtp-header--open .lp-dtp-header__bar--mid {
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
}
.landing-page .lp-dtp-header.lp-dtp-header--open .lp-dtp-header__bar--bot {
  transform: translateX(-50%) translateY(-4px) rotate(-45deg);
}
.landing-page .lp-dtp-header .lp-dtp-header__mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  border-top: 1px solid #330072;
  background-color: white;
  float: none;
  max-width: none;
  width: 100%;
  padding: 28px 0;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 280ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 280ms;
}
@media (min-width: 1000px) {
  .landing-page .lp-dtp-header .lp-dtp-header__mobile-nav {
    display: none !important;
  }
}
.landing-page .lp-dtp-header .lp-dtp-header__mobile-nav a {
  display: block;
  color: #330072;
  font-size: 16px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  padding: 12px 24px;
  text-decoration: 2px underline;
  text-decoration-color: #F68D2D;
  text-underline-offset: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 280ms linear;
}
.landing-page .lp-dtp-header .lp-dtp-header__mobile-nav a:last-child {
  border-bottom: none;
}
.landing-page .lp-dtp-header .lp-dtp-header__mobile-nav a:hover {
  color: #F68D2D;
}
.landing-page .lp-dtp-header.lp-dtp-header--open .lp-dtp-header__mobile-nav {
  clip-path: inset(0 0 0% 0);
  visibility: visible;
  transition: clip-path 280ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 0ms;
}

.lp-dtp-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  width: 120%;
  height: 120%;
  left: -10%;
  background-color: rgba(51, 0, 114, 0.9);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 999px) {
  .lp-dtp-overlay {
    display: block;
  }
}
.lp-dtp-overlay.lp-dtp-overlay--active {
  opacity: 1;
  pointer-events: auto;
}

@keyframes lp-hero-bg {
  0% {
    --lp-x: 99.5%;
    --lp-c: hsla(280, 100%, 23%, 1);
    --lp-ss: 4%;
    --lp-se: 58.8%;
    --lp-y: 66.1%;
  }
  50% {
    --lp-x: 52.3%;
    --lp-c: hsla(280, 100%, 23%, 1);
    --lp-ss: 17.2%;
    --lp-se: 76.8%;
    --lp-y: 15.5%;
  }
  100% {
    --lp-x: 76.7%;
    --lp-c: hsla(266, 100%, 15%, 1);
    --lp-ss: 1%;
    --lp-se: 87.7%;
    --lp-y: 97.9%;
  }
}
@property --lp-x {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 99.5%;
}
@property --lp-c {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(280, 100%, 23%);
}
@property --lp-ss {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 4%;
}
@property --lp-se {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 58.8%;
}
@property --lp-y {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 66.1%;
}
.landing-page *:focus-visible {
  outline: none;
}

.landing-page {
  position: relative;
  isolation: isolate;
  font-family: "Montserrat", sans-serif;
}
.landing-page .fira {
  font-family: "Fira Sans", sans-serif;
}
.landing-page header {
  background-color: #100038;
  border-bottom: none;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  z-index: 1;
}
.landing-page header::after {
  display: none;
}
.landing-page header nav {
  float: none;
  max-width: none;
  width: 100%;
}
.landing-page header .landing-nav-container {
  display: flex;
  gap: 32px;
  width: 100%;
  justify-content: center;
  padding: 16px;
}
.landing-page header .landing-nav-container a {
  color: white;
  text-decoration: underline;
  text-decoration-color: #F58D2E;
  text-underline-offset: 4px;
}
@media (max-width: 500px) {
  .landing-page header .landing-nav-container a {
    font-size: 11px;
    text-align: left;
  }
}
.landing-page .hero-container {
  margin-bottom: -150px;
  padding-bottom: 100px;
  --lp-x: 99.5%;
  --lp-c: hsla(280, 100%, 23%, 1);
  --lp-y: 66.1%;
  background-color: hsl(222, 60%, 39%);
  background-image: radial-gradient(circle at var(--lp-x) var(--lp-y), var(--lp-c) var(--lp-ss), transparent var(--lp-se));
  animation: lp-hero-bg 20s linear infinite alternate-reverse;
  will-change: transform, opacity;
  contain: paint;
}
.landing-page .hero-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/l/eds/x-bg.png") no-repeat;
  opacity: 0.03;
  z-index: -1;
}
.landing-page .container {
  padding: 0 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .zig-zag {
  border-radius: 0 24px;
  text-align: center;
  padding: 12px 0;
  text-transform: none;
  font-size: 18px;
  transition: border-radius 0.25s ease-in-out;
}
.landing-page .zig-zag:hover {
  border-radius: 24px 0;
}
.landing-page .zig-zag span {
  font-size: 24px;
}
.landing-page main {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.landing-page main .logo-container a {
  display: block;
  margin: 16px auto 28px;
  width: 250px;
}
@media (max-width: 500px) {
  .landing-page main .logo-container a {
    width: 178px;
  }
}
.landing-page main .logo-container a img {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .landing-page main .logo-container a img {
    width: 178px;
  }
}
.landing-page #hero {
  margin-bottom: 100px;
}
.landing-page #hero h1 {
  color: white;
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px !important;
  text-align: center;
  margin: 64px 22px 12px;
}
@media (max-width: 500px) {
  .landing-page #hero h1 {
    font-size: 14px !important;
    margin: 44px 22px 18px;
  }
}
.landing-page #hero h1 span {
  color: white;
  font-size: 80px;
  margin-top: 12px;
  display: block;
}
@media (max-width: 500px) {
  .landing-page #hero h1 span {
    font-size: 46px;
  }
}
.landing-page #hero .subline {
  color: #F58D2E;
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  max-width: 860px;
  padding: 0 24px;
  margin: 0 auto 40px;
  line-height: 110%;
}
@media (max-width: 500px) {
  .landing-page #hero .subline {
    font-size: 18px;
  }
}
.landing-page #hero .h1-sup {
  font-size: 23%;
  top: -2.2em;
}
.landing-page #hero .hero-info-container {
  margin: 0 auto;
  opacity: 0;
}
.landing-page #hero .hero-info-container .hero-info {
  background-color: transparent;
  display: flex;
  border-radius: 48px 0 48px 0;
  overflow: hidden;
  margin-bottom: 16px;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .landing-page #hero .hero-info-container .hero-info {
    flex-direction: row;
    background-color: rgba(158, 60, 150, 0.2);
  }
}
.landing-page #hero .hero-info-container .hero-info .canvas-holder {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: -82px;
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .landing-page #hero .hero-info-container .hero-info .canvas-holder {
    width: 100%;
    margin-right: 0;
    background-color: rgba(158, 60, 150, 0.2);
    align-self: auto;
  }
}
.landing-page #hero .hero-info-container .hero-info .canvas-holder canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.landing-page #hero .hero-info-container .hero-info .copy-block {
  background-color: rgba(16, 0, 56, 0.5);
  width: 50%;
  align-self: stretch;
  position: relative;
  padding: 84px 74px 55px 100px;
  z-index: 0;
}
.landing-page #hero .hero-info-container .hero-info .copy-block.wide {
  width: 64%;
}
@media (max-width: 1199px) {
  .landing-page #hero .hero-info-container .hero-info .copy-block.wide {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .landing-page #hero .hero-info-container .hero-info .copy-block {
    background-color: transparent;
    width: 100%;
    padding: 32px 0;
  }
}
.landing-page #hero .hero-info-container .hero-info .copy-block p {
  color: white;
  font-size: 27px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .landing-page #hero .hero-info-container .hero-info .copy-block p {
    font-size: 22px;
  }
}
.landing-page #hero .hero-info-container .hero-info .copy-block p.fira {
  font-size: 20px;
}
@media (max-width: 500px) {
  .landing-page #hero .hero-info-container .hero-info .copy-block p.fira {
    font-size: 17px;
  }
}
.landing-page #hero .hero-info-container .hero-info .copy-block p.fira span {
  font-weight: 400;
}
.landing-page #hero .hero-info-container .hero-info .copy-block p.sub-text {
  color: white;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 24px;
}
.landing-page #hero .hero-info-container .hero-info .copy-block .hr {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #F58D2E;
  margin: 24px 0;
}
.landing-page #hero .hero-info-container .hero-info ul {
  color: white;
  font-size: 18px;
  margin-left: 12px;
}
.landing-page #hero .hero-info-container .hero-info ul li {
  color: #F58D2E;
  padding-left: 4px;
  margin-bottom: 18px;
  line-height: 155%;
  font-weight: 400;
}
.landing-page #hero .hero-info-container .hero-info ul li span {
  color: white;
}
.landing-page #hero .hero-info-container .sub-text {
  color: white;
  font-size: 16px;
  font-style: italic;
}
.landing-page .telehealth-section {
  font-family: "Montserrat", sans-serif;
  padding: 94px 0 140px;
  position: relative;
  overflow: visible;
}
.landing-page .telehealth-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FEFAEE;
  clip-path: polygon(0 0%, 100% 23%, 100% 100%, 0 77%);
  z-index: 0;
}
@media (max-width: 1000px) {
  .landing-page .telehealth-section::before {
    clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0 90%);
  }
}
@media (max-width: 500px) {
  .landing-page .telehealth-section {
    padding: 78px 0;
  }
}
.landing-page .telehealth-section .telehealth-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.landing-page .telehealth-section .telehealth-inner .container {
  padding: 0;
}
@media (max-width: 1000px) {
  .landing-page .telehealth-section .telehealth-inner {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
.landing-page .telehealth-section .telehealth-copy {
  flex: 1;
  margin-left: 48px;
}
@media (max-width: 1000px) {
  .landing-page .telehealth-section .telehealth-copy {
    margin-left: 0;
  }
}
.landing-page .telehealth-section .telehealth-copy h2 {
  font-size: 45px;
  font-weight: 700;
  color: #330072;
  margin: 0 0 16px;
  line-height: 1.1;
}
@media (max-width: 500px) {
  .landing-page .telehealth-section .telehealth-copy h2 {
    font-size: 32px;
  }
}
.landing-page .telehealth-section .telehealth-copy p {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #100038;
  margin: 0 0 24px;
  line-height: 1.5;
  width: 70%;
}
@media (max-width: 500px) {
  .landing-page .telehealth-section .telehealth-copy p {
    width: 100%;
  }
}
.landing-page .telehealth-section .btn-telehealth {
  display: inline-flex;
  align-items: center;
  color: #330072;
  gap: 8px;
  background-color: #F58D2E;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.landing-page .telehealth-section .telehealth-image {
  flex-shrink: 0;
  width: 570px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .landing-page .telehealth-section .telehealth-image {
    width: 100%;
    margin-top: 0;
    align-self: stretch;
  }
}
.landing-page .telehealth-section .image-placeholder {
  position: relative;
  width: 100%;
  border-radius: 24px 0 32px 0;
  overflow: hidden;
}
.landing-page .telehealth-section .image-placeholder img {
  width: 100%;
}
.landing-page .telehealth-section .image-placeholder .actor-pill {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  font-size: 12px;
  font-style: italic;
  padding: 4px 10px;
  border-radius: 12px;
  white-space: nowrap;
}
.landing-page .resources-section {
  background-color: white;
  padding: 64px 0 80px;
}
.landing-page .resources-section .container {
  margin: 0 auto;
}
.landing-page .resources-section .container .inner {
  margin-left: 48px;
}
@media (max-width: 1000px) {
  .landing-page .resources-section .container .inner {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .landing-page .resources-section {
    padding: 48px 0 80px;
  }
}
.landing-page .resources-section .resources-heading {
  font-size: 27px;
  font-weight: 700;
  color: #330072;
  margin: 0 0 40px;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .landing-page .resources-section .resources-heading {
    font-size: 20px;
  }
}
.landing-page .resources-section .resources-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.landing-page .resources-section .resource-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 900px) {
  .landing-page .resources-section .resource-item {
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  .landing-page .resources-section .resource-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.landing-page .resources-section .resource-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.landing-page .resources-section .resource-icon svg {
  width: 100%;
  height: 100%;
}
.landing-page .resources-section .resource-copy p {
  font-size: 16px;
  color: #333;
  margin: 0 0 8px;
  line-height: 1.5;
  font-weight: 600;
}
.landing-page .resources-section .resource-copy a {
  font-size: 16px;
  font-weight: 700;
  color: #330072;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  align-items: flex-end;
  gap: 6px;
}
.landing-page .resources-section .resource-copy a .link-text {
  text-decoration: 2px underline;
  text-underline-offset: 1px;
  text-decoration-color: #F58D2E;
}
.landing-page .resources-section .resource-copy a .link-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.landing-page .resources-section .resource-copy a .link-icon--arrow {
  width: 16px;
}
.landing-page .references {
  background-image: none !important;
  font-family: "Fira Sans", sans-serif !important;
  margin-bottom: 24px;
}
.landing-page .references .container {
  background-color: #F9F7FA;
  padding: 24px !important;
}
.landing-page .references .container .header {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #330072;
}
.landing-page .references .container p {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.no-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .no-mobile {
    display: block;
  }
}

.no-desktop {
  display: none;
}
@media (max-width: 1199px) {
  .no-desktop {
    display: block;
  }
}

.interactives {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
}

.hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  pointer-events: all;
  cursor: pointer;
}
.hotspot__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  animation: lp-pulse-ring 2s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease;
}
.hotspot__dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.hotspot__dot.pink {
  background: #DD358C;
}
.hotspot__dot.orange {
  background: #F58D2E;
}
.hotspot__dot.blue {
  background: #797DB4;
}
.hotspot__dot.green {
  background: #0097A8;
}
.hotspot__tooltip {
  position: absolute;
  top: 50%;
  max-width: 350px;
  width: max-content;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid white;
  border-radius: 0 24px 0 24px;
  padding: 16px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  white-space: normal;
  transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hotspot__tooltip p {
  color: #330072;
  margin: 0;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .hotspot__tooltip {
    display: none !important;
  }
}
.hotspot:hover, .hotspot.is-active {
  z-index: 100;
}
.hotspot:hover .hotspot__dot, .hotspot.is-active .hotspot__dot {
  transform: scale(1.2);
}
.hotspot:hover .hotspot__ring, .hotspot.is-active .hotspot__ring {
  animation: none;
  opacity: 0;
}
.hotspot.tooltip-right .hotspot__tooltip {
  left: calc(100% - 16px);
  transform: translateY(-50%) translateX(-8px);
  padding-left: 32px;
}
.hotspot.tooltip-right:hover .hotspot__tooltip, .hotspot.tooltip-right.is-active .hotspot__tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.hotspot.tooltip-left .hotspot__tooltip {
  right: calc(100% - 16px);
  transform: translateY(-50%) translateX(8px);
  padding-right: 32px;
}
.hotspot.tooltip-left:hover .hotspot__tooltip, .hotspot.tooltip-left.is-active .hotspot__tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@keyframes lp-pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(2.5);
    opacity: 0;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes lp-modal-in {
  from {
    transform: scale(0.85) translateY(20px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.hotspot-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.hotspot-modal-overlay.is-open {
  display: flex;
}

.hotspot-modal {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 24px;
  border: 1px solid white;
  padding: 32px 28px 28px;
  width: 100%;
  max-width: 340px;
  text-align: center;
  position: relative;
  animation: lp-modal-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.hotspot-modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #330072;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  padding: 2px 0 0 0;
  outline: none;
}
.hotspot-modal__title {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #330072;
  margin: 0;
}