.ti-cta-banner-section {
  padding: clamp(4.75rem, 8vw, 6.5rem) 0 clamp(3.25rem, 5vw, 4.75rem);
  background: #07233d;
}

.ti-cta-banner {
  position: relative;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(22rem, 31vw, 25rem);
  padding: 0 clamp(2.8rem, 5vw, 4.8rem) 0 clamp(4.2rem, 7vw, 6.4rem);
  border-radius: 1.7rem;
  background-color: #184c65;
  background-image: url("../../images/cta-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 2.2rem 4.5rem rgba(14, 90, 226, 0.22);
}
.ti-cta-banner__content {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0;
}
.ti-cta-banner__circles-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.ti-cta-banner__title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
}
.ti-cta-banner__description {
  max-width: 23rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
}
.ti-cta-banner__button {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #193a73;
  font-size: 1.125rem;
  font-weight: 700;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ti-cta-banner__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.ti-cta-banner__button span {
  color: #193a73;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-cta-banner__button svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-cta-banner__button svg path {
  fill: #193a73;
  transition: all 0.3s ease;
}
.ti-cta-banner__button:hover, .ti-cta-banner__button.active {
  background-color: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  color: #193a73;
}
.ti-cta-banner__button:hover::before, .ti-cta-banner__button.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-cta-banner__button:hover span, .ti-cta-banner__button.active span {
  color: #193a73;
  font-weight: 700;
}
.ti-cta-banner__button:hover svg path, .ti-cta-banner__button.active svg path {
  fill: #193a73;
}
@media (max-width: 780px) {
  .ti-cta-banner__button {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-cta-banner__button {
  min-height: 3rem;
  margin-top: 1.35rem;
  padding: 0.72rem 1.55rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.1;
}
.ti-cta-banner__button span {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.ti-cta-banner__media {
  position: relative;
  align-self: end;
  min-height: 100%;
  z-index: 3;
  overflow: visible;
}
.ti-cta-banner__blob {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: clamp(7rem, 12vw, 10.25rem);
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translate(-28%, -26%) rotate(-8.38deg);
  transform-origin: center center;
  z-index: 0;
}
.ti-cta-banner__circles, .ti-cta-banner__people {
  position: absolute;
  display: block;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ti-cta-banner__circles {
  --ti-cta-circles-shift: translateX(0);
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  width: min(33rem, 37vw);
  opacity: 1;
  transform: var(--ti-cta-circles-shift) scale(1);
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 1;
}
.ti-cta-banner__people {
  position: absolute;
  right: 2.3rem;
  bottom: 0;
  width: min(31rem, 35vw);
  z-index: 1;
}
.ti-cta-banner:hover .ti-cta-banner__circles {
  opacity: 1;
  transform: var(--ti-cta-circles-shift) scale(1.28);
}
@media (max-width: 1024px) {
  .ti-cta-banner {
    min-height: 20rem;
    padding: 0 2rem 0 3rem;
  }
  .ti-cta-banner__content {
    max-width: 100%;
  }
  .ti-cta-banner__title {
    max-width: 16.5rem;
    font-size: 1.72rem;
  }
  .ti-cta-banner__description {
    max-width: 19rem;
    font-size: 0.92rem;
  }
  .ti-cta-banner__circles {
    right: 1.6rem;
    width: min(27rem, 34vw);
  }
  .ti-cta-banner__people {
    right: 2rem;
    width: min(24rem, 31vw);
  }
  .ti-cta-banner__blob {
    width: clamp(6.6rem, 13vw, 8.8rem);
    transform: translate(-24%, -22%) rotate(-8.38deg);
  }
}
@media (max-width: 780px) {
  .ti-cta-banner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 4rem;
    padding: 2rem 1.35rem 0;
  }
  .ti-cta-banner__content {
    max-width: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .ti-cta-banner__content > * {
    text-align: center;
    text-wrap: balance;
  }
  .ti-cta-banner__title {
    max-width: auto;
    font-size: 1.25rem;
  }
  .ti-cta-banner__description {
    max-width: auto;
    font-size: 0.91rem;
  }
  .ti-cta-banner__media {
    min-height: 15rem;
    margin-top: 1rem;
  }
  .ti-cta-banner__blob {
    width: clamp(5.8rem, 18vw, 7.4rem);
    transform: translate(-18%, -18%) rotate(-8.38deg);
  }
  .ti-cta-banner__circles {
    --ti-cta-circles-shift: translateX(50%);
    right: 50%;
    bottom: 0.65rem;
    width: min(22rem, 72vw);
  }
  .ti-cta-banner__people {
    right: 50%;
    width: min(18.5rem, 64vw);
    transform: translateX(50%);
  }
}
@media (max-width: 560px) {
  .ti-cta-banner {
    border-radius: 1.35rem;
    padding: 1.6rem 1.1rem 0;
  }
  .ti-cta-banner__title {
    max-width: auto;
    font-size: 1.2rem;
    text-wrap: balance;
  }
  .ti-cta-banner__description {
    max-width: auto;
    font-size: 0.86rem;
    line-height: 1.42;
  }
  .ti-cta-banner__button {
    min-height: 2.8rem;
    padding: 0.7rem 1.25rem;
    font-size: 0.92rem;
  }
  .ti-cta-banner__media {
    min-height: 12.8rem;
  }
  .ti-cta-banner__blob {
    width: clamp(4.9rem, 20vw, 6.1rem);
  }
  .ti-cta-banner__circles {
    width: min(19.5rem, 92vw);
  }
  .ti-cta-banner__people {
    width: min(15.8rem, 82vw);
  }
}/*# sourceMappingURL=index.css.map */