@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.0/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 .iag-content-wrap, .tc-wp-content-root .iag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .iag-content-wrap{
  width: 100%;
  color: #102033;
  font-family: inherit;
  line-height: 1.6;
}.tc-wp-content-root .iag-content-wrap .iag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 3vw, 1.5rem);
  overflow: hidden;
}.tc-wp-content-root .iag-content-wrap .iag-section-one, .tc-wp-content-root .iag-content-wrap .iag-section-three{
  background: #fff;
}.tc-wp-content-root .iag-content-wrap .iag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .iag-content-wrap .iag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iag-content-wrap .iag-section-head{
  max-width: 780px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .iag-content-wrap h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: #0d1b2f;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .iag-content-wrap h2 span{
  background: linear-gradient(135deg, #0877f2 0%, #00b8d9 52%, #35d3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .iag-content-wrap .iag-section-head p{
  margin: 0;
  color: #516173;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
}.tc-wp-content-root .iag-content-wrap .iag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .iag-content-wrap .iag-card{
  position: relative;
  width: 100%;
  min-width: 0;
  padding: clamp(1.1rem, 2.6vw, 1.45rem);
  border: 1px solid rgba(8, 119, 242, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(12, 45, 86, 0.07);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  will-change: transform;
}.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card, .tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card{
  background: #f0f7ff;
}.tc-wp-content-root .iag-content-wrap .iag-section-two .iag-card{
  background: #fff;
}.tc-wp-content-root .iag-content-wrap .iag-card-title{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
  min-width: 0;
}.tc-wp-content-root .iag-content-wrap .iag-card-title i{
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0877f2, #00b8d9);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(8, 119, 242, 0.2);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .iag-content-wrap h3{
  margin: 0;
  min-width: 0;
  color: #13243a;
  font-size: clamp(1rem, 2.2vw, 1.16rem);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-content-root .iag-content-wrap .iag-card p{
  margin: 0 0 1rem;
  color: #526275;
  font-size: clamp(0.93rem, 1.7vw, 0.98rem);
}.tc-wp-content-root .iag-content-wrap .iag-card ul{
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .iag-content-wrap .iag-card li{
  position: relative;
  padding-left: 1rem;
  color: #31445a;
  font-size: clamp(0.86rem, 1.6vw, 0.92rem);
}.tc-wp-content-root .iag-content-wrap .iag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0877f2, #22d3ee);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from 180deg, transparent, rgba(0, 184, 217, 0.65), transparent 28%);
  opacity: 0;
  transition: opacity 320ms ease, transform 520ms ease;
  transform: rotate(0deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card::after{
  content: "";
  position: absolute;
  inset: auto -20% -35% 12%;
  height: 120px;
  background: radial-gradient(circle, rgba(53, 211, 255, 0.26), transparent 68%);
  opacity: 0;
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 22px 46px rgba(8, 119, 242, 0.13);
}.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card:hover::before{
  opacity: 1;
  transform: rotate(16deg);
}.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card:hover::after{
  opacity: 1;
  transform: translateY(-10px);
}.tc-wp-content-root .iag-content-wrap .iag-section-two .iag-card::before{
  content: "";
  position: absolute;
  top: -35%;
  left: -70%;
  width: 42%;
  height: 170%;
  background: linear-gradient(115deg, transparent, rgba(0, 184, 217, 0.18), rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg);
  transition: left 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .iag-content-wrap .iag-section-two .iag-card:hover{
  transform: translateY(3px) scale(0.992);
  box-shadow: inset 0 2px 8px rgba(8, 119, 242, 0.08), 0 10px 24px rgba(12, 45, 86, 0.08);
  border-color: rgba(8, 119, 242, 0.22);
}.tc-wp-content-root .iag-content-wrap .iag-section-two .iag-card:hover::before{
  left: 128%;
}.tc-wp-content-root .iag-content-wrap .iag-section-two .iag-card:hover .iag-card-title i{
  transform: scale(1.08);
  box-shadow: 0 14px 24px rgba(0, 184, 217, 0.24);
}.tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(34, 211, 238, 0.08));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card p, .tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card ul{
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card:hover{
  transform: translateY(-5px) scale(1.01);
  border-radius: 24px;
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 24px 48px rgba(12, 45, 86, 0.12);
}.tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card:hover .iag-card-title i{
  transform: rotateY(180deg);
}.tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card:hover p, .tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card:hover ul{
  transform: translateY(-3px);
  opacity: 0.96;
}@media (max-width: 991.98px) {.tc-wp-content-root .iag-content-wrap .iag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .iag-content-wrap .iag-section{
    padding-inline: clamp(0.9rem, 4vw, 1rem);
  }.tc-wp-content-root .iag-content-wrap .iag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iag-content-wrap .iag-card{
    border-radius: 16px;
  }.tc-wp-content-root .iag-content-wrap .iag-card-title{
    align-items: flex-start;
  }.tc-wp-content-root .iag-content-wrap .iag-card-title i{
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }.tc-wp-content-root .iag-content-wrap .iag-section-one .iag-card:hover, .tc-wp-content-root .iag-content-wrap .iag-section-two .iag-card:hover, .tc-wp-content-root .iag-content-wrap .iag-section-three .iag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .iag-content-wrap .iag-card, .tc-wp-content-root .iag-content-wrap .iag-card::before, .tc-wp-content-root .iag-content-wrap .iag-card::after, .tc-wp-content-root .iag-content-wrap .iag-card-title i, .tc-wp-content-root .iag-content-wrap .iag-card p, .tc-wp-content-root .iag-content-wrap .iag-card ul{
    transition: none;
  }.tc-wp-content-root .iag-content-wrap .iag-card:hover, .tc-wp-content-root .iag-content-wrap .iag-card:hover .iag-card-title i, .tc-wp-content-root .iag-content-wrap .iag-card:hover p, .tc-wp-content-root .iag-content-wrap .iag-card:hover ul{
    transform: none;
  }}