@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 .cfc-editorial-block, .tc-wp-content-root .cfc-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .cfc-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #132238;
  background: #fff;
}.tc-wp-content-root .cfc-editorial-block .cfc-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 18px;
  overflow: hidden;
}.tc-wp-content-root .cfc-editorial-block .cfc-section-intro, .tc-wp-content-root .cfc-editorial-block .cfc-section-process{
  background: #fff;
}.tc-wp-content-root .cfc-editorial-block .cfc-section-benefits{
  background: #f0f7ff;
}.tc-wp-content-root .cfc-editorial-block .cfc-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .cfc-editorial-block .cfc-section-header{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .cfc-editorial-block .cfc-section-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
  color: #10233f;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cfc-editorial-block .cfc-section-header h2 span{
  background: linear-gradient(135deg, #1769ff 0%, #16b8a6 52%, #f4a261 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .cfc-editorial-block .cfc-section-header p{
  margin: 14px auto 0;
  color: #55667d;
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cfc-editorial-block .cfc-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
}.tc-wp-content-root .cfc-editorial-block .cfc-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .cfc-editorial-block .cfc-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .cfc-editorial-block .cfc-card{
  --cfc-accent: #1769ff;
  --cfc-accent-soft: rgba(23, 105, 255, 0.12);
  --cfc-border: rgba(23, 105, 255, 0.16);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--cfc-border);
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  transform: perspective(900px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x)) translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  box-shadow: 0 14px 38px rgba(20, 42, 76, 0.08);
}.tc-wp-content-root .cfc-editorial-block .cfc-section-intro .cfc-card, .tc-wp-content-root .cfc-editorial-block .cfc-section-process .cfc-card{
  background: linear-gradient(145deg, #f0f7ff 0%, #ffffff 145%);
}.tc-wp-content-root .cfc-editorial-block .cfc-section-benefits .cfc-card{
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 145%);
}.tc-wp-content-root .cfc-editorial-block .cfc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(135deg, var(--cfc-accent-soft), transparent 55%);
  transition: opacity 260ms ease;
}.tc-wp-content-root .cfc-editorial-block .cfc-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--cfc-accent), transparent);
  transform: scaleX(0.25);
  transform-origin: left;
  opacity: 0.35;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(1){ --cfc-accent: #1769ff; --cfc-accent-soft: rgba(23, 105, 255, 0.13); --cfc-border: rgba(23, 105, 255, 0.18); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(2){ --cfc-accent: #12a594; --cfc-accent-soft: rgba(18, 165, 148, 0.14); --cfc-border: rgba(18, 165, 148, 0.2); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(3){ --cfc-accent: #7c5cff; --cfc-accent-soft: rgba(124, 92, 255, 0.13); --cfc-border: rgba(124, 92, 255, 0.19); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(4){ --cfc-accent: #ee8b35; --cfc-accent-soft: rgba(238, 139, 53, 0.15); --cfc-border: rgba(238, 139, 53, 0.2); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(5){ --cfc-accent: #e0527f; --cfc-accent-soft: rgba(224, 82, 127, 0.13); --cfc-border: rgba(224, 82, 127, 0.19); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(6){ --cfc-accent: #0f8bd6; --cfc-accent-soft: rgba(15, 139, 214, 0.13); --cfc-border: rgba(15, 139, 214, 0.19); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(7){ --cfc-accent: #64a70b; --cfc-accent-soft: rgba(100, 167, 11, 0.13); --cfc-border: rgba(100, 167, 11, 0.19); }.tc-wp-content-root .cfc-editorial-block .cfc-card:nth-child(8){ --cfc-accent: #bf6bff; --cfc-accent-soft: rgba(191, 107, 255, 0.13); --cfc-border: rgba(191, 107, 255, 0.19); }.tc-wp-content-root .cfc-editorial-block .cfc-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x)) translateY(-7px);
  border-color: color-mix(in srgb, var(--cfc-accent) 42%, transparent);
  box-shadow: 0 24px 58px rgba(20, 42, 76, 0.14);
}.tc-wp-content-root .cfc-editorial-block .cfc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cfc-editorial-block .cfc-card:hover::after{
  transform: scaleX(1);
  opacity: 0.9;
}.tc-wp-content-root .cfc-editorial-block .cfc-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--cfc-accent);
  background: var(--cfc-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}.tc-wp-content-root .cfc-editorial-block .cfc-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .cfc-editorial-block .cfc-card:hover .cfc-icon{
  transform: translateY(-3px) scale(1.04);
  color: #fff;
  background: var(--cfc-accent);
}.tc-wp-content-root .cfc-editorial-block .cfc-card h3{
  position: relative;
  margin: 22px 0 12px;
  padding-bottom: 10px;
  color: #132238;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cfc-editorial-block .cfc-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 99px;
  background: var(--cfc-accent);
  transform: scaleX(0.55);
  transform-origin: left;
  opacity: 0.65;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .cfc-editorial-block .cfc-card:hover h3::after{
  transform: scaleX(1.45);
  opacity: 1;
}.tc-wp-content-root .cfc-editorial-block .cfc-card p{
  margin: 0;
  color: #5d6d83;
  font-size: 0.94rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cfc-editorial-block .cfc-step-card{
  padding-top: 24px;
}.tc-wp-content-root .cfc-editorial-block .cfc-step-number{
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--cfc-accent);
  font-size: clamp(2.2rem, 5vw, 3.9rem);
  line-height: 1;
  font-weight: 900;
  opacity: 0.1;
  pointer-events: none;
  max-width: 100%;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .cfc-editorial-block .cfc-step-card:hover .cfc-step-number{
  transform: translateY(-4px) scale(1.04);
  opacity: 0.18;
}@media (min-width: 1200px) {.tc-wp-content-root .cfc-editorial-block .cfc-section{
    padding: 92px 24px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-grid{
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .cfc-editorial-block .cfc-section{
    padding: 78px 22px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .cfc-editorial-block .cfc-grid{
    gap: 20px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card{
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cfc-editorial-block .cfc-section{
    padding: 66px 20px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-grid, .tc-wp-content-root .cfc-editorial-block .cfc-grid-four, .tc-wp-content-root .cfc-editorial-block .cfc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card{
    padding: 22px;
    min-height: 225px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cfc-editorial-block .cfc-section{
    padding: 54px 16px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-grid, .tc-wp-content-root .cfc-editorial-block .cfc-grid-four, .tc-wp-content-root .cfc-editorial-block .cfc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header p{
    font-size: 0.94rem;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card{
    padding: 21px;
    min-height: auto;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cfc-editorial-block .cfc-section{
    padding: 46px 14px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-grid, .tc-wp-content-root .cfc-editorial-block .cfc-grid-four, .tc-wp-content-root .cfc-editorial-block .cfc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header p{
    font-size: 0.9rem;
    line-height: 1.62;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card{
    padding: 19px;
    min-height: auto;
    border-radius: 17px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card h3{
    font-size: 1rem;
    margin-top: 18px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cfc-editorial-block .cfc-section{
    padding: 40px 12px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-grid, .tc-wp-content-root .cfc-editorial-block .cfc-grid-four, .tc-wp-content-root .cfc-editorial-block .cfc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-section-header p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card{
    padding: 17px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card h3{
    font-size: 0.96rem;
    margin-top: 16px;
  }.tc-wp-content-root .cfc-editorial-block .cfc-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .cfc-editorial-block .cfc-step-number{
    right: 14px;
    top: 14px;
  }}@media (max-width: 319px) {.tc-wp-content-root .cfc-editorial-block .cfc-grid, .tc-wp-content-root .cfc-editorial-block .cfc-grid-four, .tc-wp-content-root .cfc-editorial-block .cfc-grid-three{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cfc-editorial-block .cfc-card, .tc-wp-content-root .cfc-editorial-block .cfc-card::before, .tc-wp-content-root .cfc-editorial-block .cfc-card::after, .tc-wp-content-root .cfc-editorial-block .cfc-icon, .tc-wp-content-root .cfc-editorial-block .cfc-card h3::after, .tc-wp-content-root .cfc-editorial-block .cfc-step-number{
    transition: none !important;
    transform: none !important;
  }}