@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 .oag-content-wrap, .tc-wp-content-root .oag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .oag-content-wrap{
  width: 100%;
  color: #152337;
  font-family: inherit;
  line-height: 1.6;
}.tc-wp-content-root .oag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.75rem) clamp(1rem, 4vw, 2rem);
  overflow: hidden;
}.tc-wp-content-root .oag-section-white{
  background: #fff;
}.tc-wp-content-root .oag-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .oag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .oag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 4vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .oag-section-head 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.18;
  letter-spacing: 0;
}.tc-wp-content-root .oag-section-head h2 span{
  background: linear-gradient(90deg, #0675e8 0%, #12c7df 55%, #34d399 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .oag-section-head p{
  margin: 0;
  color: #50637a;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
}.tc-wp-content-root .oag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .oag-card{
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 18px;
  background: #f0f7ff;
  box-shadow: 0 14px 34px rgba(15, 61, 94, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .oag-section-blue .oag-card{
  background: #fff;
}.tc-wp-content-root .oag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
  min-width: 0;
}.tc-wp-content-root .oag-card-head i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(2.35rem, 5vw, 2.75rem);
  width: clamp(2.35rem, 5vw, 2.75rem);
  height: clamp(2.35rem, 5vw, 2.75rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.15rem);
  background: linear-gradient(135deg, #0675e8, #12c7df);
  box-shadow: 0 10px 22px rgba(6, 117, 232, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .oag-card h3{
  margin: 0;
  min-width: 0;
  color: #12253a;
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-content-root .oag-card p{
  margin: 0 0 1rem;
  color: #51647b;
  font-size: clamp(0.92rem, 1.7vw, 0.98rem);
}.tc-wp-content-root .oag-card ul{
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .oag-card li{
  position: relative;
  padding-left: 1rem;
  color: #31465c;
  font-size: clamp(0.86rem, 1.6vw, 0.93rem);
}.tc-wp-content-root .oag-card li::before{
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0675e8, #12c7df);
  box-shadow: 0 0 0 3px rgba(18, 199, 223, 0.13);
}.tc-wp-content-root .oag-grid-trace .oag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from 180deg, transparent 0deg, transparent 120deg, rgba(18, 199, 223, 0.85) 175deg, rgba(6, 117, 232, 0.85) 220deg, transparent 280deg);
  opacity: 0;
  transform: rotate(-18deg);
  transition: opacity 300ms ease, transform 520ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .oag-grid-trace .oag-card:hover{
  transform: translateY(-6px) rotateX(1deg);
  border-color: rgba(18, 199, 223, 0.34);
  box-shadow: 0 18px 44px rgba(6, 117, 232, 0.13);
}.tc-wp-content-root .oag-grid-trace .oag-card:hover::before{
  opacity: 1;
  transform: rotate(14deg);
}.tc-wp-content-root .oag-grid-sweep .oag-card::after{
  content: "";
  position: absolute;
  inset: -40% -70%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 40%, rgba(18, 199, 223, 0.18) 50%, transparent 60%);
  transform: translateX(-45%) rotate(8deg);
  opacity: 0;
  transition: transform 620ms ease, opacity 320ms ease;
}.tc-wp-content-root .oag-grid-sweep .oag-card:hover{
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(6, 117, 232, 0.22);
  box-shadow: 0 18px 42px rgba(15, 61, 94, 0.12);
}.tc-wp-content-root .oag-grid-sweep .oag-card:hover::after{
  transform: translateX(45%) rotate(8deg);
  opacity: 1;
}.tc-wp-content-root .oag-grid-sweep .oag-card:hover .oag-card-head i{
  transform: scale(1.06);
  box-shadow: 0 12px 26px rgba(18, 199, 223, 0.28);
}.tc-wp-content-root .oag-grid-spotlight .oag-card::before{
  content: "";
  position: absolute;
  inset: auto auto -45% -35%;
  z-index: -1;
  width: 75%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 199, 223, 0.24), transparent 68%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 360ms ease, transform 360ms ease;
}.tc-wp-content-root .oag-grid-spotlight .oag-card:hover{
  transform: translateY(-5px);
  border-color: rgba(52, 211, 153, 0.28);
  box-shadow: 0 20px 48px rgba(15, 61, 94, 0.11);
}.tc-wp-content-root .oag-grid-spotlight .oag-card:hover::before{
  opacity: 1;
  transform: scale(1);
}.tc-wp-content-root .oag-grid-spotlight .oag-card:hover .oag-card-head i{
  transform: rotateY(180deg);
}@media (max-width: 991.98px) {.tc-wp-content-root .oag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oag-card{
    border-radius: 16px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .oag-section{
    padding: clamp(2.4rem, 10vw, 3.25rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .oag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oag-card{
    padding: 1rem;
    border-radius: 15px;
  }.tc-wp-content-root .oag-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .oag-card, .tc-wp-content-root .oag-card::before, .tc-wp-content-root .oag-card::after, .tc-wp-content-root .oag-card-head i{
    transition: none;
  }.tc-wp-content-root .oag-card:hover, .tc-wp-content-root .oag-grid-sweep .oag-card:hover, .tc-wp-content-root .oag-grid-spotlight .oag-card:hover, .tc-wp-content-root .oag-grid-trace .oag-card:hover{
    transform: none;
  }}