@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 .vdgcalc-editorial-wrap, .tc-wp-content-root .vdgcalc-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .vdgcalc-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #fff;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 24px;
  overflow: hidden;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section-white{
  background: #fff;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block{
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 850;
  color: #111827;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block h2 span{
  background: linear-gradient(135deg, #1268d6 0%, #18a0a8 48%, #f59f38 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block p{
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.72;
  color: #526070;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
  --vdg-accent: #1268d6;
  --vdg-accent-soft: rgba(18, 104, 214, 0.12);
  --vdg-accent-border: rgba(18, 104, 214, 0.22);
  --fg-mx: 50%;
  --fg-my: 18%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 278px;
  padding: 28px;
  border: 1px solid rgba(126, 145, 170, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--vdg-accent) 16%, transparent), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.88));
  box-shadow: 0 16px 42px rgba(22, 38, 65, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), transparent 48%);
  opacity: 0.72;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--vdg-accent), color-mix(in srgb, var(--vdg-accent) 45%, #f59f38));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.42;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(1){ --vdg-accent: #1268d6; --vdg-accent-soft: rgba(18, 104, 214, 0.12); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(2){ --vdg-accent: #0e9f8f; --vdg-accent-soft: rgba(14, 159, 143, 0.12); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(3){ --vdg-accent: #e47a2e; --vdg-accent-soft: rgba(228, 122, 46, 0.13); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(4){ --vdg-accent: #7657d6; --vdg-accent-soft: rgba(118, 87, 214, 0.12); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(5){ --vdg-accent: #d4487a; --vdg-accent-soft: rgba(212, 72, 122, 0.12); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(6){ --vdg-accent: #23814f; --vdg-accent-soft: rgba(35, 129, 79, 0.12); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(7){ --vdg-accent: #1f7aa8; --vdg-accent-soft: rgba(31, 122, 168, 0.12); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:nth-child(8){ --vdg-accent: #b86b13; --vdg-accent-soft: rgba(184, 107, 19, 0.13); }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:hover{
  border-color: color-mix(in srgb, var(--vdg-accent) 42%, rgba(126, 145, 170, 0.25));
  box-shadow: 0 24px 58px rgba(20, 38, 64, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:hover::after{
  transform: scaleX(1);
  opacity: 0.9;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-icon{
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 17px;
  background: var(--vdg-accent-soft);
  color: var(--vdg-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--vdg-accent) 18%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:hover .vdgcalc-icon{
  transform: translateY(-3px) scale(1.04);
  background: var(--vdg-accent);
  color: #fff;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 780;
  color: #111827;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card h3::after{
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--vdg-accent);
  opacity: 0.5;
  transition: width 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:hover h3::after{
  width: 58px;
  opacity: 0.95;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #596777;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 760;
  color: var(--vdg-accent);
  opacity: 0.24;
  transform: translateY(7px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:hover .vdgcalc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-tilt:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-process{
  padding-top: 34px;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-step{
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 0;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: color-mix(in srgb, var(--vdg-accent) 14%, transparent);
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-process:hover .vdgcalc-step{
  transform: translateY(-4px) scale(1.04);
  color: color-mix(in srgb, var(--vdg-accent) 24%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
    padding: 92px 28px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
    padding: 78px 22px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block{
    margin-bottom: 36px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block p{
    font-size: 1rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
    padding: 24px;
    min-height: 270px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
    padding: 66px 20px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
    padding: 24px;
    min-height: 245px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
    padding: 52px 16px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block{
    margin-bottom: 26px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
    padding: 22px;
    min-height: auto;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-cta{
    opacity: 0.9;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
    padding: 44px 14px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block p{
    font-size: 0.9rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-step{
    font-size: 3.1rem;
    top: 16px;
    right: 18px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-cta{
    opacity: 0.9;
    transform: none;
  }}@media (max-width: 374px) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-section{
    padding: 38px 12px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block{
    margin-bottom: 20px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-heading-block p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card p, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-step{
    font-size: 2.7rem;
    top: 14px;
    right: 16px;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-cta{
    opacity: 0.9;
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card::after, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-icon, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-cta, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-step, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card h3::after{
    transition: none;
  }.tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-card:hover, .tc-wp-content-root .vdgcalc-editorial-wrap .vdgcalc-tilt:hover{
    transform: none;
  }}