.elementor-widget-trio_banner_section .trio-banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 5rem 3.5rem;
  background-color: var(--color-primary-100, #e6eefb);
  border-right: 1px solid var(--color-primary-300, #9ab7ef);
  border-left: 1px solid var(--color-primary-300, #9ab7ef);
}
.elementor-widget-trio_banner_section .trio-banner-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100vw;
  border-bottom: 1px solid var(--color-primary-300, #9ab7ef);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.elementor-widget-trio_banner_section .trio-banner-section--no-borders {
  border-right: 0;
  border-left: 0;
}
.elementor-widget-trio_banner_section .trio-banner-section--no-borders::after {
  content: none;
}
@media (max-width: 767px) {
  .elementor-widget-trio_banner_section .trio-banner-section {
    padding: 5rem 1.5rem;
    gap: 2.5rem;
  }
}
.elementor-widget-trio_banner_section .trio-banner-section__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16.25rem;
  background-color: var(--color-primary-300, #9ab7ef);
  border-radius: 1rem;
  overflow: hidden;
}
.elementor-widget-trio_banner_section .trio-banner-section__media--no-bg {
  background-color: transparent;
}
.elementor-widget-trio_banner_section .trio-banner-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.elementor-widget-trio_banner_section .trio-banner-section__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  text-align: center;
}
.elementor-widget-trio_banner_section .trio-banner-section__title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--foreground-actionable, #054ad9);
  margin: 0;
}
@media (max-width: 767px) {
  .elementor-widget-trio_banner_section .trio-banner-section__title {
    font-size: 1.875rem;
  }
}
.elementor-widget-trio_banner_section .trio-banner-section__subtitle {
  font-family: "Funnel Display", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--foreground, #030712);
  margin: 0;
}
@media (max-width: 767px) {
  .elementor-widget-trio_banner_section .trio-banner-section__subtitle {
    font-size: 1.25rem;
  }
}
.elementor-widget-trio_banner_section .trio-banner-section__description {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--foreground, #030712);
  margin: 0;
}
.elementor-widget-trio_banner_section .trio-banner-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  height: 2.25rem;
  padding: 0.4375rem 0.875rem;
  background-color: var(--destructive, #ffd166);
  color: var(--destructive-foreground, #030712);
  font-family: "Funnel Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  border-radius: 360px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.elementor-widget-trio_banner_section .trio-banner-section__button:hover, .elementor-widget-trio_banner_section .trio-banner-section__button:focus {
  background-color: var(--color-secondary-500, #ffda85);
  color: var(--destructive-foreground, #030712);
  text-decoration: none;
}
