@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .ukag-content-wrap, .tc-wp-content-root .ukag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ukag-content-wrap{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow-x: hidden;
}.tc-wp-content-root .ukag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .ukag-section-one, .tc-wp-content-root .ukag-section-three{
  background: #fff;
}.tc-wp-content-root .ukag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .ukag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ukag-heading-block{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .ukag-heading-block h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: #102033;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ukag-heading-block h2 span{
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 48%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ukag-heading-block p{
  margin: 0;
  color: #53677e;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .ukag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .ukag-card{
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  box-shadow: 0 14px 34px rgba(15, 64, 115, 0.08);
  transition:
    transform 360ms ease,
    box-shadow 360ms ease,
    border-color 360ms ease,
    background 360ms ease;
}.tc-wp-content-root .ukag-section-one .ukag-card, .tc-wp-content-root .ukag-section-three .ukag-card{
  background: #f0f7ff;
}.tc-wp-content-root .ukag-section-two .ukag-card{
  background: #fff;
}.tc-wp-content-root .ukag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .ukag-card-head i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(2.35rem, 6vw, 2.8rem);
  width: clamp(2.35rem, 6vw, 2.8rem);
  height: clamp(2.35rem, 6vw, 2.8rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2.8vw, 1.18rem);
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 10px 22px rgba(14, 165, 233, 0.22);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .ukag-card h3{
  margin: 0;
  min-width: 0;
  color: #13263b;
  font-size: clamp(1.02rem, 2.3vw, 1.2rem);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ukag-card p{
  margin: 0 0 1rem;
  color: #51657b;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .ukag-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .ukag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #31465d;
  font-size: clamp(0.86rem, 1.7vw, 0.93rem);
  line-height: 1.45;
}.tc-wp-content-root .ukag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4, #2563eb);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .ukag-card-tilt{
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
  transform-style: preserve-3d;
}.tc-wp-content-root .ukag-card-tilt:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(14, 165, 233, 0.32);
  box-shadow: 0 22px 44px rgba(15, 64, 115, 0.13);
}.tc-wp-content-root .ukag-card-tilt:hover .ukag-card-head i{
  transform: translateZ(14px) scale(1.04);
}.tc-wp-content-root .ukag-card-sweep::before{
  content: "";
  position: absolute;
  inset: -45% auto -45% -70%;
  width: 52%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.16), transparent);
  opacity: 0;
  transition: left 620ms ease, opacity 420ms ease;
  pointer-events: none;
}.tc-wp-content-root .ukag-card-sweep:hover{
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 20px 40px rgba(15, 64, 115, 0.12);
}.tc-wp-content-root .ukag-card-sweep:hover::before{
  left: 118%;
  opacity: 1;
}.tc-wp-content-root .ukag-card-sweep:hover .ukag-card-head i{
  transform: scale(1.06);
}.tc-wp-content-root .ukag-card-reveal{
  isolation: isolate;
}.tc-wp-content-root .ukag-card-reveal::after{
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5e9, #06b6d4, #2563eb);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 360ms ease, opacity 360ms ease;
}.tc-wp-content-root .ukag-card-reveal p, .tc-wp-content-root .ukag-card-reveal ul{
  transition: transform 360ms ease, opacity 360ms ease;
}.tc-wp-content-root .ukag-card-reveal:hover{
  transform: translateY(-3px);
  border-color: rgba(6, 182, 212, 0.3);
  box-shadow: 0 20px 42px rgba(15, 64, 115, 0.12);
}.tc-wp-content-root .ukag-card-reveal:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .ukag-card-reveal:hover p, .tc-wp-content-root .ukag-card-reveal:hover ul{
  transform: translateY(-2px);
}.tc-wp-content-root .ukag-card-reveal:hover .ukag-card-head i{
  transform: rotateY(180deg);
}@media (max-width: 991.98px) {.tc-wp-content-root .ukag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ukag-card-tilt:hover{
    transform: translateY(-3px);
  }}@media (max-width: 575.98px) {.tc-wp-content-root .ukag-section{
    padding: clamp(2.5rem, 12vw, 3.5rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .ukag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ukag-card{
    border-radius: 16px;
  }.tc-wp-content-root .ukag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .ukag-card-tilt:hover, .tc-wp-content-root .ukag-card-sweep:hover, .tc-wp-content-root .ukag-card-reveal:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ukag-card, .tc-wp-content-root .ukag-card *, .tc-wp-content-root .ukag-card::before, .tc-wp-content-root .ukag-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ukag-card:hover{
    transform: none !important;
  }}