.welcome-to-taler-text {
  font-weight: 550;
}

.target-audience-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 179 / var(--tw-bg-opacity, 1));
  width: 100%;
  padding-bottom: 4rem;
  position: relative;
}

@media (width >= 1024px) {
  .target-audience-selection {
    padding-bottom: 2rem;
  }
}

.target-audience-selection:before {
  content: "";
  background-image: url("../images/topbg.7abd73b5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 217px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (width <= 768px) {
  .target-audience-selection:before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 66 179 / var(--tw-bg-opacity, 1));
    background-image: none;
    height: 2rem;
  }
}

.target-audience-selection:after {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  width: 100vw;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.toggleable .toggle-trigger + .toggle-content.target-audience-selection:after {
  display: none;
}

@media (width >= 1024px) {
  .target-audience-selection:after {
    display: block;
  }
}

.target-audience-selection:after {
  content: "";
  z-index: 5;
  height: 60%;
  top: 40%;
}

.target-audience-selection .target-audience-card {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 36rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.target-audience-selection .target-audience-card h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.target-audience-selection .target-audience-card p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.toggleable {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: .03;
  border-radius: 1rem;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.toggleable:hover {
  --tw-bg-opacity: .05;
}

.toggleable:not(:last-child) {
  margin-bottom: .75rem;
}

.toggleable .toggle-trigger {
  cursor: pointer;
  padding: 1.5rem;
}

.toggleable .toggle-trigger + .toggle-content {
  margin-top: -1.5rem;
  padding: 0 1.5rem 1.5rem;
}

.toggleable .toggle-trigger + .toggle-content.hidden {
  display: none;
}
/*# sourceMappingURL=landing.3b4149b2.css.map */
