@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 .mag-content-wrap{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .mag-content-wrap *, .tc-wp-content-root .mag-content-wrap *::before, .tc-wp-content-root .mag-content-wrap *::after{
  box-sizing: border-box;
}.tc-wp-content-root .mag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .mag-section-one, .tc-wp-content-root .mag-section-three{
  background: #fff;
}.tc-wp-content-root .mag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .mag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mag-heading-block{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}.tc-wp-content-root .mag-heading-block h2{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .mag-heading-block h2 span{
  background: linear-gradient(135deg, #0f7df0 0%, #05c7df 55%, #17a2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .mag-heading-block p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.7;
  color: #536579;
}.tc-wp-content-root .mag-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 .mag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 3vw, 1.5rem);
  border: 1px solid rgba(18, 112, 190, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 77, 135, 0.08);
  overflow: hidden;
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
  will-change: transform;
}.tc-wp-content-root .mag-section-one .mag-card, .tc-wp-content-root .mag-section-three .mag-card{
  background: #f0f7ff;
}.tc-wp-content-root .mag-section-two .mag-card{
  background: #fff;
}.tc-wp-content-root .mag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .mag-card-head i{
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: clamp(2.35rem, 6vw, 2.85rem);
  height: clamp(2.35rem, 6vw, 2.85rem);
  border-radius: 14px;
  background: linear-gradient(135deg, #0f7df0, #05c7df);
  color: #fff;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  box-shadow: 0 10px 22px rgba(15, 125, 240, 0.22);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .mag-card h3{
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .mag-card p{
  margin: 0 0 1rem;
  font-size: clamp(0.92rem, 1.7vw, 0.98rem);
  line-height: 1.65;
  color: #536579;
}.tc-wp-content-root .mag-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .mag-card li{
  position: relative;
  padding-left: 1rem;
  font-size: clamp(0.84rem, 1.6vw, 0.92rem);
  line-height: 1.45;
  color: #33475c;
}.tc-wp-content-root .mag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f7df0, #05c7df);
  box-shadow: 0 0 0 3px rgba(5, 199, 223, 0.12);
}.tc-wp-content-root .mag-section-one .mag-card::before{
  content: "";
  position: absolute;
  inset: -45% auto auto -65%;
  width: 55%;
  height: 190%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 100%);
  transform: rotate(12deg) translateX(-120%);
  transition: transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .mag-section-one .mag-card:hover{
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(5, 199, 223, 0.32);
  box-shadow: 0 20px 44px rgba(16, 77, 135, 0.14);
}.tc-wp-content-root .mag-section-one .mag-card:hover::before{
  transform: rotate(12deg) translateX(430%);
}.tc-wp-content-root .mag-section-two .mag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(15, 125, 240, 0), rgba(15, 125, 240, 0.75), rgba(5, 199, 223, 0), rgba(5, 199, 223, 0.75));
  background-size: 260% 260%;
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 320ms ease, background-position 720ms ease;
}.tc-wp-content-root .mag-section-two .mag-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(16, 77, 135, 0.13);
}.tc-wp-content-root .mag-section-two .mag-card:hover::before{
  opacity: 1;
  background-position: 100% 100%;
}.tc-wp-content-root .mag-section-two .mag-card:hover p, .tc-wp-content-root .mag-section-two .mag-card:hover ul{
  transform: translateY(-2px);
  opacity: 0.98;
}.tc-wp-content-root .mag-section-two .mag-card p, .tc-wp-content-root .mag-section-two .mag-card ul{
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .mag-section-three .mag-card{
  transform-style: preserve-3d;
  perspective: 900px;
}.tc-wp-content-root .mag-section-three .mag-card:hover{
  transform: rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(15, 125, 240, 0.28);
  box-shadow: 0 22px 48px rgba(16, 77, 135, 0.15);
}.tc-wp-content-root .mag-section-three .mag-card:hover .mag-card-head i{
  transform: rotateY(180deg) scale(1.04);
  box-shadow: 0 12px 26px rgba(5, 199, 223, 0.28);
}.tc-wp-content-root .mag-card:focus-within{
  outline: 3px solid rgba(5, 199, 223, 0.25);
  outline-offset: 3px;
}@media (max-width: 991.98px) {.tc-wp-content-root .mag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .mag-section{
    padding: clamp(2.4rem, 10vw, 3.25rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .mag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mag-card{
    border-radius: 16px;
  }.tc-wp-content-root .mag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .mag-section-one .mag-card:hover, .tc-wp-content-root .mag-section-two .mag-card:hover, .tc-wp-content-root .mag-section-three .mag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mag-content-wrap *, .tc-wp-content-root .mag-content-wrap *::before, .tc-wp-content-root .mag-content-wrap *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}