@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.0.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 .fcv26-wrapper, .tc-wp-content-root .fcv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fcv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1e2633;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fcv26-primary: #18745f;
  --fcv26-secondary: #2f7fdd;
  --fcv26-accent: #f2b84b;
  --fcv26-tint: #f3faf8;
  --fcv26-text: #1e2633;
  --fcv26-muted: #657184;
  --fcv26-border: rgba(24, 116, 95, 0.16);
  --fcv26-shadow: rgba(19, 74, 83, 0.13);
  --fcv26-card: rgba(255, 255, 255, 0.94);
}.tc-wp-content-root .fcv26-wrapper .fcv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fcv26-wrapper .fcv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .fcv26-wrapper .fcv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 127, 221, 0.08), transparent 34%),
    linear-gradient(180deg, #f3faf8 0%, #f7fbfb 100%);
}.tc-wp-content-root .fcv26-wrapper .fcv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fcv26-wrapper .fcv26-heading{
  margin: 0 auto;
  color: var(--fcv26-text);
  text-align: center;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fcv26-wrapper .fcv26-heading::after{
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fcv26-primary), var(--fcv26-secondary), var(--fcv26-accent));
}.tc-wp-content-root .fcv26-wrapper .fcv26-intro{
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--fcv26-muted);
  text-align: center;
  line-height: 1.68;
  font-weight: 450;
}.tc-wp-content-root .fcv26-wrapper .fcv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fcv26-wrapper .fcv26-card{
  position: relative;
  isolation: isolate;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid var(--fcv26-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--fcv26-card)),
    radial-gradient(circle at 50% -20%, rgba(24, 116, 95, 0.08), transparent 46%);
  box-shadow: 0 18px 46px var(--fcv26-shadow);
  text-align: center;
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background-position 420ms ease;
}.tc-wp-content-root .fcv26-wrapper .fcv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(24, 116, 95, 0.08), transparent 40%),
    linear-gradient(315deg, rgba(242, 184, 75, 0.11), transparent 42%);
  transition: opacity 320ms ease;
}.tc-wp-content-root .fcv26-wrapper .fcv26-card:hover{
  transform: translateY(-9px) scale(1.012);
  border-color: rgba(47, 127, 221, 0.32);
  box-shadow: 0 24px 62px rgba(19, 74, 83, 0.18);
}.tc-wp-content-root .fcv26-wrapper .fcv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fcv26-wrapper .fcv26-icon{
  display: grid;
  place-items: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(24, 116, 95, 0.2);
  background:
    linear-gradient(135deg, rgba(24, 116, 95, 0.12), rgba(47, 127, 221, 0.1)),
    #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 12px 26px rgba(24, 116, 95, 0.14);
  color: var(--fcv26-primary);
  text-align: center;
  transition:
    transform 320ms ease,
    color 320ms ease,
    background 320ms ease,
    border-color 320ms ease;
}.tc-wp-content-root .fcv26-wrapper .fcv26-card:hover .fcv26-icon{
  transform: translateY(-4px);
  color: #ffffff;
  border-color: rgba(24, 116, 95, 0.12);
  background: linear-gradient(135deg, var(--fcv26-primary), var(--fcv26-secondary));
}.tc-wp-content-root .fcv26-wrapper .fcv26-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fcv26-wrapper .fcv26-title{
  margin: 0;
  color: var(--fcv26-text);
  text-align: center;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .fcv26-wrapper .fcv26-text{
  margin: 0 auto;
  color: var(--fcv26-muted);
  text-align: center;
  line-height: 1.62;
  font-weight: 440;
}.tc-wp-content-root .fcv26-wrapper.fcv26-js .fcv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fcv26-wrapper.fcv26-js .fcv26-card.fcv26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fcv26-wrapper.fcv26-js .fcv26-card.fcv26-visible:hover{
  transform: translateY(-9px) scale(1.012);
}@media (min-width: 1024px) {.tc-wp-content-root .fcv26-wrapper .fcv26-section{
    padding: 88px 0;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-intro{
    font-size: 17px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fcv26-wrapper .fcv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 30px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-title{
    font-size: 20px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-text{
    margin-top: 14px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fcv26-wrapper .fcv26-section{
    padding: 72px 0;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading{
    max-width: 720px;
    font-size: 34px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-intro{
    font-size: 16px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: 27px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-title{
    font-size: 19px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-text{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fcv26-wrapper .fcv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading{
    max-width: 410px;
    font-size: 27px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading::after{
    width: 64px;
    height: 3px;
    margin-top: 14px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-intro{
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 22px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-title{
    font-size: 16px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-text{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fcv26-wrapper .fcv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading{
    max-width: 350px;
    font-size: 24px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading::after{
    width: 58px;
    height: 3px;
    margin-top: 12px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-intro{
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 26px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-card{
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-title{
    font-size: 14.6px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-text{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fcv26-wrapper .fcv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading{
    max-width: 300px;
    font-size: 21px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-heading::after{
    width: 52px;
    height: 3px;
    margin-top: 11px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-intro{
    margin-top: 11px;
    font-size: 12.7px;
    line-height: 1.45;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 13px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 18px;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-title{
    font-size: 13.2px;
    line-height: 1.2;
  }.tc-wp-content-root .fcv26-wrapper .fcv26-text{
    margin-top: 7px;
    font-size: 11.2px;
    line-height: 1.38;
  }}