.ti-hero-home {
  position: relative;
  min-height: 100dvh;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #030c16 0%, #07172a 29%, #0b2f58 62%, #0a2849 100%);
}
@media (max-width: 1024px) {
  .ti-hero-home {
    min-height: 44rem;
  }
}
@media (max-width: 780px) {
  .ti-hero-home {
    min-height: calc(100svh - var(--header-h, 0px));
  }
}
.ti-hero-home,
.ti-hero-home * {
  font-family: "Montserrat", sans-serif;
}
.ti-hero-home__slider,
.ti-hero-home .swiper-wrapper,
.ti-hero-home .swiper-slide {
  height: 100%;
}
.ti-hero-home__slide {
  position: relative;
  min-height: inherit;
  isolation: isolate;
  overflow: hidden;
}
.ti-hero-home__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ti-hero-home__picture, .ti-hero-home__image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.ti-hero-home__picture, .ti-hero-home__image {
  display: block;
}
.ti-hero-home__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform: translate(-50%, -50%) scale(1.02);
  background: #07172a;
}
.ti-hero-home__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  transform: scale(1.02);
}
.ti-hero-home__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 8, 19, 0.96) 0%, rgba(3, 14, 28, 0.88) 24%, rgba(5, 27, 50, 0.48) 53%, rgba(7, 27, 48, 0.18) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.34) 100%);
}
.ti-hero-home__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(5.5rem, 11vw, 7.5rem);
  height: 100%;
}
.ti-hero-home__content {
  width: min(38rem, 100%);
  align-items: flex-start;
  transform: translateY(1.5rem);
  opacity: 0;
  transition: transform 0.85s ease, opacity 0.85s ease;
}
.swiper-slide-active .ti-hero-home__content {
  transform: translateY(0);
  opacity: 1;
}
.ti-hero-home__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
  width: 100%;
}
.ti-hero-home__description {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
}
.ti-hero-home__cta {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #032036;
  font-size: 1.125rem;
  font-weight: 700;
  background: #29E2BB;
  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-hero-home__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #29E2BB 0%, #00B790 100%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.ti-hero-home__cta span {
  color: #032036;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-hero-home__cta svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-hero-home__cta svg path {
  fill: #032036;
  transition: all 0.3s ease;
}
.ti-hero-home__cta:hover, .ti-hero-home__cta.active {
  background-color: linear-gradient(to top, #29E2BB 0%, #00B790 100%);
  color: #032036;
}
.ti-hero-home__cta:hover::before, .ti-hero-home__cta.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-hero-home__cta:hover span, .ti-hero-home__cta.active span {
  color: #032036;
  font-weight: 700;
}
.ti-hero-home__cta:hover svg path, .ti-hero-home__cta.active svg path {
  fill: #032036;
}
@media (max-width: 780px) {
  .ti-hero-home__cta {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-hero-home__cta {
  box-shadow: 0 18px 38px rgba(22, 217, 187, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}
.ti-hero-home__cta::before {
  transition: opacity 0.35s ease;
}
.ti-hero-home__cta span,
.ti-hero-home__cta svg path {
  transition: all 0.35s ease;
}
.ti-hero-home__cta:hover, .ti-hero-home__cta:focus-visible, .ti-hero-home__cta.active {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 183, 144, 0.3);
}
.ti-hero-home__cta {
  padding: 0.95rem 1.5rem;
}
.ti-hero-home__cta span {
  letter-spacing: 0.01em;
}
.ti-hero-home__cta--mobile {
  display: none;
}
.ti-hero-home__footer {
  display: none !important;
}
.ti-hero-home__controls {
  position: absolute;
  left: 50%;
  bottom: clamp(1.25rem, 4vw, 2.2rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  transform: translateX(-50%);
}
.ti-hero-home__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: #fff;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.ti-hero-home__nav svg {
  color: #fff;
}
.ti-hero-home__nav path {
  stroke: #fff;
}
.ti-hero-home__nav:hover {
  transform: translateY(-1px);
  background: rgba(45, 240, 207, 0.22);
  border-color: rgba(45, 240, 207, 0.65);
}
.ti-hero-home__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.ti-hero-home__pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: auto !important;
}
.ti-hero-home__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.ti-hero-home__pagination .swiper-pagination-bullet-active {
  transform: scale(1.08);
  background: #fff;
  border-color: #fff;
}
@media (max-width: 1024px) {
  .ti-hero-home__inner {
    align-items: flex-end;
    padding-top: 2.5rem;
    padding-bottom: 6.5rem;
  }
  .ti-hero-home__image {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
  .ti-hero-home__title {
    max-width: 15ch;
    font-size: clamp(2.2rem, 6vw, 3.3rem);
  }
  .ti-hero-home__description {
    max-width: 28rem;
    font-size: 1rem;
  }
  .ti-hero-home__controls {
    bottom: 1.6rem;
  }
}
@media (max-width: 780px) {
  .ti-hero-home__overlay {
    background: linear-gradient(180deg, rgba(2, 8, 19, 0.08) 0%, rgba(2, 8, 19, 0.44) 28%, rgba(1, 9, 18, 0.78) 58%, rgba(1, 9, 18, 0.94) 100%), linear-gradient(90deg, rgba(1, 8, 18, 0.82) 0%, rgba(1, 8, 18, 0.48) 26%, rgba(1, 8, 18, 0.14) 54%, rgba(1, 8, 18, 0.04) 100%);
  }
  .ti-hero-home__inner {
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding-top: clamp(6.5rem, 18vw, 8rem);
    padding-bottom: 8rem;
  }
  .ti-hero-home__content {
    width: 100%;
    max-width: 19rem;
    gap: 1rem;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .ti-hero-home__image {
    -o-object-position: 84% center;
       object-position: 84% center;
    transform: scale(1.08);
  }
  .ti-hero-home__video {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .ti-hero-home__title {
    max-width: 12.5ch;
    font-size: clamp(1.7rem, 7.4vw, 2.15rem);
    line-height: 1.08;
    text-align: center;
  }
  .ti-hero-home__description {
    max-width: 17rem;
    font-size: 0.9rem;
    line-height: 1.46;
    text-align: center;
  }
  .ti-hero-home__cta {
    padding: 0.92rem 1.5rem;
  }
  .ti-hero-home__cta span {
    font-size: 1rem;
  }
  .ti-hero-home__controls {
    gap: 0.7rem;
    bottom: 1.3rem;
  }
  .ti-hero-home__nav {
    width: 2rem;
    height: 2rem;
  }
  .ti-hero-home__pagination {
    gap: 0.45rem;
  }
  .ti-hero-home__pagination .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.55rem;
  }
}
@media (max-width: 560px) {
  .ti-hero-home__inner {
    padding-top: 7.2rem;
    padding-bottom: 7rem;
  }
  .ti-hero-home__content {
    max-width: 16.75rem;
  }
  .ti-hero-home__image {
    -o-object-position: 88% center;
       object-position: 88% center;
    transform: scale(1.06);
  }
  .ti-hero-home__video {
    transform: translate(-50%, -50%) scale(1.06);
  }
  .ti-hero-home__title {
    max-width: 13ch;
    font-size: clamp(1.45rem, 7.4vw, 1.9rem);
    line-height: 1.1;
  }
  .ti-hero-home__description {
    max-width: 15.25rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }
  .ti-hero-home__cta {
    padding: 0.88rem 1.35rem;
  }
  .ti-hero-home__controls {
    bottom: 1rem;
  }
}

.ti-logo-marquee {
  --logo-gap: 1.5rem;
  --logo-card-width: 13.5rem;
  --logo-card-height: 5.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 3.25rem 0 2.35rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #f7f8fb 100%);
  justify-content: flex-start;
}
.ti-logo-marquee::before, .ti-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(2.5rem, 7vw, 6rem);
  pointer-events: none;
}
.ti-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f7f8fb 0%, rgba(247, 248, 251, 0) 100%);
}
.ti-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f7f8fb 0%, rgba(247, 248, 251, 0) 100%);
}
.ti-logo-marquee__viewport {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.1rem;
  padding: 1rem 0 1rem;
}
.ti-logo-marquee__header {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 1.8rem;
}
.ti-logo-marquee__title {
  color: #193a73;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
.ti-logo-marquee__title span {
  color: #193a73;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.ti-logo-marquee__description {
  max-width: 46rem;
  color: #64748b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.ti-logo-marquee__slider {
  width: 100%;
  padding: 0.45rem 0;
}
.ti-logo-marquee__slider .splide__track {
  overflow: visible;
  padding: 1rem;
  margin: -0.7rem -0.95rem;
}
.ti-logo-marquee__slider .splide__list {
  display: flex;
  align-items: center;
  gap: var(--logo-gap);
}
.ti-logo-marquee__slide {
  flex: 0 0 auto;
  width: var(--logo-card-width);
}
.ti-logo-marquee__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--logo-card-height);
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.65rem 1.55rem rgba(17, 39, 72, 0.06), 0 0.14rem 0.45rem rgba(17, 39, 72, 0.045);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  will-change: transform, box-shadow;
}
.ti-logo-marquee__card:hover {
  transform: translateY(-0.08rem) scale(1.05);
  box-shadow: 0 1rem 2.25rem rgba(17, 39, 72, 0.12), 0 0.24rem 0.75rem rgba(17, 39, 72, 0.07);
  background: #fff;
}
.ti-logo-marquee__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.42;
  filter: grayscale(0.08);
  transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}
.ti-logo-marquee__card:hover .ti-logo-marquee__image {
  opacity: 1;
  transform: scale(1.02);
  filter: grayscale(0);
}
@media (max-width: 780px) {
  .ti-logo-marquee {
    --logo-gap: 1rem;
    --logo-card-width: 11rem;
    --logo-card-height: 4.7rem;
    padding: 2.8rem 0 2rem;
  }
  .ti-logo-marquee__header {
    width: min(100%, 34rem);
    padding-inline: 1rem;
    margin-bottom: 1.4rem;
  }
  .ti-logo-marquee__title {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
  .ti-logo-marquee__description {
    max-width: 30rem;
    font-size: 0.98rem;
  }
  .ti-logo-marquee__viewport {
    gap: 0.85rem;
    padding-bottom: 0.45rem;
  }
  .ti-logo-marquee__slider {
    width: calc(100% - 1.5rem);
    margin-inline: auto;
  }
}
@media (max-width: 560px) {
  .ti-logo-marquee {
    --logo-card-width: 9.5rem;
    --logo-card-height: 4.15rem;
    padding: 1.8rem 0 1.35rem;
  }
  .ti-logo-marquee::before, .ti-logo-marquee::after {
    width: 1.15rem;
  }
  .ti-logo-marquee__card {
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
  }
  .ti-logo-marquee__header {
    width: min(100%, 22rem);
    padding-inline: 1rem;
    margin-bottom: 1.1rem;
    gap: 0.75rem;
  }
  .ti-logo-marquee__title {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }
  .ti-logo-marquee__description {
    max-width: 19rem;
    font-size: 0.92rem;
  }
  .ti-logo-marquee__image {
    opacity: 1;
    filter: grayscale(0);
    transform: none;
  }
  .ti-logo-marquee__viewport {
    gap: 0.75rem;
    padding-bottom: 0.35rem;
  }
  .ti-logo-marquee__slider {
    width: calc(100% - 1rem);
    padding: 0.35rem 0;
  }
  .ti-logo-marquee__slider .splide__track {
    padding: 0.5rem 0.65rem;
    margin: -0.5rem -0.65rem;
  }
}

.ti-services-showcase {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 7.5rem);
  background: #f6f6f6;
  height: 100%;
}
.ti-services-showcase__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}
.ti-services-showcase__intro {
  position: sticky;
  top: clamp(5.5rem, 10vw, 8rem);
  align-self: start;
}
.ti-services-showcase__intro-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
}
.ti-services-showcase__title {
  margin: 0;
  color: #183767;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
}
.ti-services-showcase__title span {
  color: #183767;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.ti-services-showcase__description {
  max-width: 21rem;
  margin: 0;
  color: #7c8ba3;
  font-family: "Montserrat", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.55;
}
.ti-services-showcase__cta {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #31e0c4;
  font-size: 1.125rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1c4a8a 0%, #14386e 100%);
  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-services-showcase__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #193A73 0%, #2F6DD9 100%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.ti-services-showcase__cta span {
  color: #31e0c4;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-services-showcase__cta svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-services-showcase__cta svg path {
  fill: #31e0c4;
  transition: all 0.3s ease;
}
.ti-services-showcase__cta:hover, .ti-services-showcase__cta.active {
  background-color: linear-gradient(to top, #193A73 0%, #2F6DD9 100%);
  color: #5ef0d8;
}
.ti-services-showcase__cta:hover::before, .ti-services-showcase__cta.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-services-showcase__cta:hover span, .ti-services-showcase__cta.active span {
  color: #5ef0d8;
  font-weight: 700;
}
.ti-services-showcase__cta:hover svg path, .ti-services-showcase__cta.active svg path {
  fill: #5ef0d8;
}
@media (max-width: 780px) {
  .ti-services-showcase__cta {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-services-showcase__cta {
  box-shadow: 0 1rem 2rem rgba(17, 55, 111, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}
.ti-services-showcase__cta::before {
  transition: opacity 0.35s ease;
}
.ti-services-showcase__cta span,
.ti-services-showcase__cta svg path {
  transition: all 0.35s ease;
}
.ti-services-showcase__cta:hover, .ti-services-showcase__cta:focus-visible, .ti-services-showcase__cta.active {
  transform: translateY(-1px);
  box-shadow: 0 1.1rem 2.15rem rgba(23, 66, 133, 0.2);
}
.ti-services-showcase__cta {
  padding: 0.95rem 1.45rem;
}
.ti-services-showcase__cta span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}
.ti-services-showcase__cards {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 0.2rem;
}
.ti-services-showcase__card {
  position: sticky;
  top: calc(6.5rem + (var(--service-index) - 1) * 1.75rem);
  z-index: var(--service-index);
}
@media (max-width: 1024px) {
  .ti-services-showcase__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
  }
  .ti-services-showcase__card {
    grid-template-columns: 8.75rem minmax(0, 1fr);
    padding: 1.2rem 1.2rem;
  }
  .ti-services-showcase__card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 780px) {
  .ti-services-showcase {
    padding: 3.4rem 0 4.2rem;
  }
  .ti-services-showcase__layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .ti-services-showcase__intro-inner {
    gap: 1rem;
  }
  .ti-services-showcase__intro {
    position: relative;
    top: auto;
  }
  .ti-services-showcase__description {
    max-width: 32rem;
  }
  .ti-services-showcase__cards {
    gap: 1.05rem;
  }
  .ti-services-showcase__card {
    position: relative;
    top: auto;
    z-index: auto;
  }
}
@media (max-width: 560px) {
  .ti-services-showcase {
    padding: 2.8rem 0 3.35rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ti-services-showcase__title {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }
  .ti-services-showcase__description {
    font-size: 0.9rem;
  }
  .ti-services-showcase__cta {
    padding: 0.85rem 1.15rem;
  }
  .ti-services-showcase__cta span {
    font-size: 0.9rem;
  }
}

.ti-about-home {
  --about-bg-start: #07233d;
  --about-bg-end: #08233e;
  --about-reveal-size: clamp(8.5rem, 18vw, 13.5rem);
  height: auto !important;
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(5rem, 9vw, 7.5rem);
  background: linear-gradient(180deg, var(--about-bg-start) 0%, var(--about-bg-end) 100%);
  isolation: isolate;
}
.ti-about-home::after {
  content: "";
  position: absolute;
  top: clamp(4.5rem, 13vw, 8rem);
  right: -2rem;
  width: clamp(11rem, 22vw, 16rem);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.22;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 7px);
  pointer-events: none;
}
.ti-about-home__reveal {
  position: relative;
  z-index: 0;
  height: clamp(10rem, 19vw, 14.5rem);
  margin-bottom: 0;
  overflow: visible;
  background: #ffffff;
  pointer-events: none;
}
.ti-about-home__reveal-orb {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: var(--about-reveal-size);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, 50%) scale(0.05);
  transform-origin: center center;
  background: linear-gradient(180deg, var(--about-bg-start) 0%, var(--about-bg-end) 100%);
  box-shadow: none;
  will-change: transform;
  pointer-events: none !important;
}
.ti-about-home__header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding-top: clamp(2.8rem, 5vw, 4.6rem);
  margin-bottom: clamp(2.6rem, 6vw, 4.2rem);
  isolation: isolate;
  overflow: visible;
}
.ti-about-home__header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 0;
  pointer-events: none;
}
.ti-about-home__header > *:not(.ti-about-home__reveal-orb) {
  position: relative;
  z-index: 2;
}
.ti-about-home__title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.08;
}
.ti-about-home__title span {
  color: #2fe5cb;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.ti-about-home__description {
  max-width: 40rem;
  margin: 0;
  color: rgba(233, 241, 249, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.6;
}
.ti-about-home__cta {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #07223b;
  font-size: 1.125rem;
  font-weight: 700;
  background: #29E2BB;
  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-about-home__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #29E2BB 0%, #00B790 100%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.ti-about-home__cta span {
  color: #07223b;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-about-home__cta svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-about-home__cta svg path {
  fill: #07223b;
  transition: all 0.3s ease;
}
.ti-about-home__cta:hover, .ti-about-home__cta.active {
  background-color: linear-gradient(to top, #29E2BB 0%, #00B790 100%);
  color: #07223b;
}
.ti-about-home__cta:hover::before, .ti-about-home__cta.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-about-home__cta:hover span, .ti-about-home__cta.active span {
  color: #07223b;
  font-weight: 700;
}
.ti-about-home__cta:hover svg path, .ti-about-home__cta.active svg path {
  fill: #07223b;
}
@media (max-width: 780px) {
  .ti-about-home__cta {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-about-home__cta {
  box-shadow: 0 1rem 2rem rgba(8, 216, 186, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}
.ti-about-home__cta::before {
  transition: opacity 0.35s ease;
}
.ti-about-home__cta span,
.ti-about-home__cta svg path {
  transition: all 0.35s ease;
}
.ti-about-home__cta:hover, .ti-about-home__cta:focus-visible, .ti-about-home__cta.active {
  transform: translateY(-1px);
  box-shadow: 0 1.05rem 2.1rem rgba(0, 183, 144, 0.24);
}
.ti-about-home__cta {
  padding: 0.88rem 1.45rem;
}
.ti-about-home__cta span {
  color: #07223b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.ti-about-home__panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(2.5rem, 5vw, 5.8rem);
  align-items: center;
  padding: clamp(2.7rem, 6vw, 4.2rem) clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.85rem;
  background: linear-gradient(180deg, rgba(71, 90, 113, 0.9) 0%, rgba(14, 43, 77, 0.96) 100%);
  box-shadow: 0 1.8rem 3.6rem rgba(0, 0, 0, 0.22), 0 0 4rem rgba(5, 113, 246, 0.16);
}
.ti-about-home__panel-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  padding-left: clamp(0.35rem, 1.5vw, 1.15rem);
}
.ti-about-home__panel-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.85rem, 2.6vw, 2.3rem);
  font-weight: 400;
  line-height: 1.08;
}
.ti-about-home__panel-title span {
  display: block;
  color: #2fe5cb;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.ti-about-home__panel-description {
  max-width: 19rem;
  margin: 0;
  color: rgba(228, 238, 248, 0.86);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
}
.ti-about-home__panel-cta {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #17375f;
  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-about-home__panel-cta::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-about-home__panel-cta span {
  color: #17375f;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-about-home__panel-cta svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-about-home__panel-cta svg path {
  fill: #17375f;
  transition: all 0.3s ease;
}
.ti-about-home__panel-cta:hover, .ti-about-home__panel-cta.active {
  background-color: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  color: #17375f;
}
.ti-about-home__panel-cta:hover::before, .ti-about-home__panel-cta.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-about-home__panel-cta:hover span, .ti-about-home__panel-cta.active span {
  color: #17375f;
  font-weight: 700;
}
.ti-about-home__panel-cta:hover svg path, .ti-about-home__panel-cta.active svg path {
  fill: #17375f;
}
@media (max-width: 780px) {
  .ti-about-home__panel-cta {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-about-home__panel-cta {
  padding: 0.78rem 1.22rem;
}
.ti-about-home__panel-cta span {
  color: #17375f;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}
.ti-about-home__partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: center;
}
.ti-about-home__partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  min-height: 4.9rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.78rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.ti-about-home__partner-mark {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.05em;
}
.ti-about-home__partner-submark {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat", sans-serif;
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.55em;
  text-indent: 0.55em;
}
@media (max-width: 1024px) {
  .ti-about-home__panel {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  }
  .ti-about-home__partners {
    gap: 0.95rem;
  }
  .ti-about-home__partner-mark {
    font-size: 1.7rem;
  }
}
@media (max-width: 780px) {
  .ti-about-home {
    padding: 0 0 4.8rem;
  }
  .ti-about-home__reveal {
    height: clamp(8.5rem, 22vw, 10.5rem);
    margin-bottom: 0;
  }
  .ti-about-home__header {
    padding-top: 2.3rem;
    margin-bottom: 2.2rem;
  }
  .ti-about-home__panel {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .ti-about-home__panel-description {
    max-width: 30rem;
  }
}
@media (max-width: 560px) {
  .ti-about-home {
    --about-reveal-size: clamp(6.6rem, 30vw, 8.25rem);
    padding: 0 0 3.8rem;
  }
  .ti-about-home__reveal {
    height: 7rem;
    margin-bottom: 0;
  }
  .ti-about-home {
    height: -moz-fit-content;
    height: fit-content;
  }
  .ti-about-home__header {
    padding-top: 1.9rem;
  }
  .ti-about-home__title {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }
  .ti-about-home__description {
    font-size: 0.9rem;
  }
  .ti-about-home__panel {
    padding: 1.45rem 1.1rem;
    border-radius: 1.35rem;
  }
  .ti-about-home__panel-title {
    font-size: 1.55rem;
  }
  .ti-about-home__panel-description {
    font-size: 0.9rem;
  }
  .ti-about-home__partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .ti-about-home__partner-card {
    min-height: 4.35rem;
    padding: 0.8rem;
  }
  .ti-about-home__partner-mark {
    font-size: 1.45rem;
  }
}

.ti-news-home {
  position: relative;
  overflow: hidden;
  padding: clamp(4.4rem, 8vw, 6.6rem) 0 clamp(5rem, 9vw, 7rem);
  background: #07233d;
  height: -moz-fit-content;
  height: fit-content;
}
.ti-news-home__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: clamp(1.9rem, 4vw, 2.8rem);
}
.ti-news-home__title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.08;
}
.ti-news-home__title span {
  color: #2fe5cb;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.ti-news-home__cta {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #17375f;
  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-news-home__cta::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-news-home__cta span {
  color: #17375f;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-news-home__cta svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-news-home__cta svg path {
  fill: #17375f;
  transition: all 0.3s ease;
}
.ti-news-home__cta:hover, .ti-news-home__cta.active {
  background-color: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  color: #17375f;
}
.ti-news-home__cta:hover::before, .ti-news-home__cta.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-news-home__cta:hover span, .ti-news-home__cta.active span {
  color: #17375f;
  font-weight: 700;
}
.ti-news-home__cta:hover svg path, .ti-news-home__cta.active svg path {
  fill: #17375f;
}
@media (max-width: 780px) {
  .ti-news-home__cta {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-news-home__cta {
  padding: 0.82rem 1.4rem;
}
.ti-news-home__cta span {
  color: #17375f;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.ti-news-home__cta--mobile {
  display: none;
}
.ti-news-home__footer {
  display: none;
}
.ti-news-home__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) auto minmax(0, 1.35fr);
  gap: 1.35rem;
  align-items: stretch;
}
.ti-news-home__divider {
  width: 1px;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.32);
}
.ti-news-home__stack {
  display: grid;
  gap: 1.15rem;
}
.ti-news-home__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.15rem;
  background: rgba(11, 36, 64, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 0.8rem 1.8rem rgba(0, 0, 0, 0.12);
}
.ti-news-home__card--side {
  display: grid;
  grid-template-columns: minmax(14rem, 15.8rem) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem;
}
.ti-news-home__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.9/1;
  border-radius: 0.95rem;
  isolation: isolate;
}
.ti-news-home__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 35, 61, 0.08) 0%, rgba(7, 35, 61, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}
.ti-news-home__image-media, .ti-news-home__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.45s ease;
}
.ti-news-home__image {
  background: linear-gradient(135deg, #58626d 0%, #3f4852 48%, #616a75 100%);
}
.ti-news-home__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.22rem 0.82rem 0.22rem 0.62rem;
  border-radius: 0 0 2rem 0;
  background: #2fe5cb;
  color: #07233d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ti-news-home__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0.15rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(0.6rem);
  transition: opacity 0.32s ease, transform 0.32s ease, color 0.24s ease;
}
.ti-news-home__card-cta:hover {
  color: #2fe5cb;
}
.ti-news-home__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ti-news-home__card-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.28;
}
.ti-news-home__card-title a {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.ti-news-home__card-description {
  margin: 0;
  color: rgba(225, 235, 245, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.62;
}
.ti-news-home__card--side .ti-news-home__card-title {
  font-size: 1.06rem;
}
.ti-news-home__card--side .ti-news-home__card-description {
  font-size: 0.86rem;
}
.ti-news-home__card:hover .ti-news-home__image-wrap::after, .ti-news-home__card:focus-within .ti-news-home__image-wrap::after {
  opacity: 1;
}
.ti-news-home__card:hover .ti-news-home__image-media,
.ti-news-home__card:hover .ti-news-home__image, .ti-news-home__card:focus-within .ti-news-home__image-media,
.ti-news-home__card:focus-within .ti-news-home__image {
  transform: scale(1.08);
}
.ti-news-home__card:hover .ti-news-home__card-cta, .ti-news-home__card:focus-within .ti-news-home__card-cta {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .ti-news-home__layout {
    grid-template-columns: minmax(0, 0.9fr) auto minmax(0, 1.1fr);
  }
  .ti-news-home__card--side {
    grid-template-columns: minmax(12rem, 14rem) minmax(0, 1fr);
  }
}
@media (max-width: 780px) {
  .ti-news-home {
    padding: 3.8rem 0 4.6rem;
  }
  .ti-news-home__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .ti-news-home__layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .ti-news-home__divider {
    display: none;
  }
}
@media (max-width: 560px) {
  .ti-news-home {
    padding: 3rem 0 3.8rem;
  }
  .ti-news-home__title {
    font-size: clamp(1.7rem, 8vw, 2rem);
  }
  .ti-news-home__card {
    padding: 0.7rem;
    border-radius: 1rem;
  }
  .ti-news-home__card--side {
    grid-template-columns: 1fr;
  }
  .ti-news-home__card-title, .ti-news-home__card--side .ti-news-home__card-title {
    font-size: 1rem;
  }
  .ti-news-home__card-description, .ti-news-home__card--side .ti-news-home__card-description {
    font-size: 0.86rem;
  }
  .ti-news-home__card-cta {
    font-size: 0.84rem;
  }
  .ti-news-home__cta--desktop {
    display: none;
  }
  .ti-news-home__footer {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .ti-news-home__cta--mobile {
    display: inline-flex;
  }
}

.ti-services-showcase__cta:hover,
.ti-services-showcase__cta.active {
  transform: none;
  background: linear-gradient(135deg, #1c4a8a 0%, #14386e 100%);
  color: #31e0c4;
  box-shadow: 0 1rem 2rem rgba(17, 55, 111, 0.12);
}

.ti-services-showcase__cta:hover span,
.ti-services-showcase__cta.active span {
  color: #31e0c4;
}/*# sourceMappingURL=index.css.map */