@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 .swgpa-content-block, .tc-wp-content-root .swgpa-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .swgpa-content-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}.tc-wp-content-root .swgpa-content-block .swgpa-section, .tc-wp-content-root .swgpa-content-block .swgpa-container, .tc-wp-content-root .swgpa-content-block .swgpa-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .swgpa-content-block .swgpa-section{
  position: relative;
  padding: 86px 18px;
  overflow: hidden;
}.tc-wp-content-root .swgpa-content-block .swgpa-section-white{
  background: #fff;
}.tc-wp-content-root .swgpa-content-block .swgpa-section-blue{
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 184, 107, 0.2), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(61, 132, 255, 0.16), transparent 34%),
    #f0f7ff;
}.tc-wp-content-root .swgpa-content-block .swgpa-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .swgpa-content-block .swgpa-section-head{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .swgpa-content-block .swgpa-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: #162137;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .swgpa-content-block .swgpa-section-head h2 span{
  background: linear-gradient(135deg, #3157d5 0%, #0ea5a4 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .swgpa-content-block .swgpa-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b667a;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .swgpa-content-block .swgpa-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .swgpa-content-block .swgpa-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --swgpa-accent: #3157d5;
  --swgpa-accent-2: #0ea5a4;
  --swgpa-warm: #fff7ed;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 254px;
  padding: 25px;
  border: 1px solid rgba(65, 83, 118, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--swgpa-accent) 18%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.98), color-mix(in srgb, var(--swgpa-warm) 58%, #fff));
  box-shadow: 0 18px 42px rgba(35, 49, 84, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  isolation: isolate;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(2){ --swgpa-accent: #0ea5a4; --swgpa-accent-2: #2563eb; --swgpa-warm: #ecfeff; }.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(3){ --swgpa-accent: #d97706; --swgpa-accent-2: #ef4444; --swgpa-warm: #fff7ed; }.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(4){ --swgpa-accent: #7c3aed; --swgpa-accent-2: #06b6d4; --swgpa-warm: #f5f3ff; }.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(5){ --swgpa-accent: #059669; --swgpa-accent-2: #84cc16; --swgpa-warm: #f0fdf4; }.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(6){ --swgpa-accent: #db2777; --swgpa-accent-2: #f97316; --swgpa-warm: #fdf2f8; }.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(7){ --swgpa-accent: #1d4ed8; --swgpa-accent-2: #14b8a6; --swgpa-warm: #eff6ff; }.tc-wp-content-root .swgpa-content-block .swgpa-card:nth-child(8){ --swgpa-accent: #9333ea; --swgpa-accent-2: #eab308; --swgpa-warm: #faf5ff; }.tc-wp-content-root .swgpa-content-block .swgpa-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .swgpa-content-block .swgpa-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--swgpa-accent) 12%, transparent), transparent 38%);
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: -1;
}.tc-wp-content-root .swgpa-content-block .swgpa-card:hover{
  border-color: color-mix(in srgb, var(--swgpa-accent) 42%, rgba(65, 83, 118, 0.16));
  box-shadow: 0 26px 58px rgba(35, 49, 84, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .swgpa-content-block .swgpa-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .swgpa-content-block .swgpa-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--swgpa-accent) 12%, #fff);
  color: var(--swgpa-accent);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--swgpa-accent) 18%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .swgpa-content-block .swgpa-card:hover .swgpa-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
  color: #fff;
  background: linear-gradient(135deg, var(--swgpa-accent), var(--swgpa-accent-2));
}.tc-wp-content-root .swgpa-content-block .swgpa-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .swgpa-content-block .swgpa-card h3::after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--swgpa-accent), var(--swgpa-accent-2));
  transition: width 320ms ease;
}.tc-wp-content-root .swgpa-content-block .swgpa-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .swgpa-content-block .swgpa-card p{
  margin: 0;
  color: #5d687c;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .swgpa-content-block .swgpa-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--swgpa-accent);
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0.45;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .swgpa-content-block .swgpa-card:hover .swgpa-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .swgpa-content-block .swgpa-grid-why .swgpa-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px) scale(1.01);
}.tc-wp-content-root .swgpa-content-block .swgpa-process-card{
  padding-top: 30px;
}.tc-wp-content-root .swgpa-content-block .swgpa-step-num{
  position: absolute;
  top: 16px;
  right: 18px;
  max-width: calc(100% - 36px);
  color: color-mix(in srgb, var(--swgpa-accent) 20%, transparent);
  font-size: clamp(2.5rem, 7vw, 4.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 340ms ease, color 340ms ease;
  overflow: hidden;
}.tc-wp-content-root .swgpa-content-block .swgpa-process-card:hover .swgpa-step-num{
  color: color-mix(in srgb, var(--swgpa-accent) 34%, transparent);
  transform: translateY(-4px) scale(1.05);
}@media (min-width: 1200px) {.tc-wp-content-root .swgpa-content-block .swgpa-section{ padding: 92px 24px; }.tc-wp-content-root .swgpa-content-block .swgpa-container{ max-width: 1240px; }.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .swgpa-content-block .swgpa-section{ padding: 78px 22px; }.tc-wp-content-root .swgpa-content-block .swgpa-container{ max-width: 1060px; }.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .swgpa-content-block .swgpa-card{ padding: 23px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head p{ font-size: 0.98rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .swgpa-content-block .swgpa-section{ padding: 66px 18px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head{ margin-bottom: 30px; }.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .swgpa-content-block .swgpa-card{ padding: 22px; min-height: 230px; }.tc-wp-content-root .swgpa-content-block .swgpa-card h3{ font-size: 1.02rem; }.tc-wp-content-root .swgpa-content-block .swgpa-card p{ font-size: 0.93rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .swgpa-content-block .swgpa-section{ padding: 54px 15px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head{ margin-bottom: 26px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head p{ font-size: 0.94rem; line-height: 1.62; }.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .swgpa-content-block .swgpa-card{ padding: 21px; min-height: auto; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .swgpa-content-block .swgpa-section{ padding: 48px 13px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head{ margin-bottom: 22px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head p{ font-size: 0.9rem; line-height: 1.58; }.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .swgpa-content-block .swgpa-card{ padding: 18px; border-radius: 18px; min-height: auto; }.tc-wp-content-root .swgpa-content-block .swgpa-icon{ width: 46px; height: 46px; border-radius: 15px; font-size: 1.08rem; }.tc-wp-content-root .swgpa-content-block .swgpa-card h3{ font-size: 0.98rem; }.tc-wp-content-root .swgpa-content-block .swgpa-card p{ font-size: 0.9rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .swgpa-content-block .swgpa-section{ padding: 42px 10px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head{ margin-bottom: 20px; }.tc-wp-content-root .swgpa-content-block .swgpa-section-head p{ font-size: 0.86rem; line-height: 1.55; }.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .swgpa-content-block .swgpa-card{ padding: 16px; border-radius: 16px; min-height: auto; }.tc-wp-content-root .swgpa-content-block .swgpa-icon{ width: 42px; height: 42px; border-radius: 14px; font-size: 1rem; margin-bottom: 16px; }.tc-wp-content-root .swgpa-content-block .swgpa-card h3{ font-size: 0.94rem; }.tc-wp-content-root .swgpa-content-block .swgpa-card p, .tc-wp-content-root .swgpa-content-block .swgpa-cta{ font-size: 0.86rem; }}@media (max-width: 319px) {.tc-wp-content-root .swgpa-content-block .swgpa-grid{ grid-template-columns: 1fr !important; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .swgpa-content-block .swgpa-card, .tc-wp-content-root .swgpa-content-block .swgpa-card::before, .tc-wp-content-root .swgpa-content-block .swgpa-icon, .tc-wp-content-root .swgpa-content-block .swgpa-card h3::after, .tc-wp-content-root .swgpa-content-block .swgpa-cta, .tc-wp-content-root .swgpa-content-block .swgpa-step-num{
    transition: none !important;
  }.tc-wp-content-root .swgpa-content-block .swgpa-card, .tc-wp-content-root .swgpa-content-block .swgpa-card.is-visible, .tc-wp-content-root .swgpa-content-block .swgpa-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .swgpa-grid-how {}
.tc-wp-content-root .swgpa-grid-what {}
.tc-wp-content-root .swgpa-reveal {}