@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 .fpv26-wrap, .tc-wp-content-root .fpv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fpv26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #14232a;
  background: #ffffff;
}.tc-wp-content-root .fpv26-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .fpv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .fpv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(36, 114, 132, 0.08), transparent 34%),
    linear-gradient(180deg, #f4faf9 0%, #f7fbfb 100%);
}.tc-wp-content-root .fpv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fpv26-heading, .tc-wp-content-root .fpv26-intro, .tc-wp-content-root .fpv26-card-title, .tc-wp-content-root .fpv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .fpv26-heading{
  margin: 0 auto;
  max-width: 1040px;
  color: #10272e;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fpv26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #52676d;
  font-weight: 450;
  line-height: 1.7;
}.tc-wp-content-root .fpv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .fpv26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(32, 113, 132, 0.28), rgba(255, 184, 77, 0.22), rgba(20, 35, 42, 0.08)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(21, 70, 82, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
  background-size: 100% 100%, 180% 180%;
}.tc-wp-content-root .fpv26-card::after{
  content: "";
  position: absolute;
  inset: auto 18% -42px 18%;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 184, 77, 0.18);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fpv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 26px 58px rgba(21, 70, 82, 0.18);
  background-position: 0 0, 100% 50%;
}.tc-wp-content-root .fpv26-card:hover::after{
  opacity: 1;
  transform: translateY(-10px);
}.tc-wp-content-root .fpv26-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: #ffffff;
  text-align: center !important;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.32), transparent 28%),
    linear-gradient(135deg, #207184 0%, #2aa6a1 55%, #ffb84d 130%);
  box-shadow: 0 14px 30px rgba(32, 113, 132, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .fpv26-card:hover .fpv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(32, 113, 132, 0.3);
}.tc-wp-content-root .fpv26-i{
  display: inline-block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fpv26-card-title{
  margin: 0;
  color: #14232a;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fpv26-card-text{
  margin: 0;
  color: #5a6b70;
  font-weight: 430;
  line-height: 1.62;
}.tc-wp-content-root .fpv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fpv26-reveal.fpv26-in{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fpv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .fpv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .fpv26-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fpv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .fpv26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .fpv26-card{
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fpv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 30px;
  }.tc-wp-content-root .fpv26-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fpv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fpv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .fpv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fpv26-heading{
    font-size: 34px;
  }.tc-wp-content-root .fpv26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .fpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fpv26-card{
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fpv26-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 26px;
  }.tc-wp-content-root .fpv26-card-title{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fpv26-card-text{
    font-size: 14.8px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fpv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .fpv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fpv26-heading{
    font-size: 28px;
  }.tc-wp-content-root .fpv26-intro{
    margin-top: 12px;
    font-size: 14.2px;
    line-height: 1.58;
  }.tc-wp-content-root .fpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fpv26-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fpv26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    font-size: 21px;
  }.tc-wp-content-root .fpv26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fpv26-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fpv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .fpv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fpv26-heading{
    font-size: 25px;
    line-height: 1.15;
  }.tc-wp-content-root .fpv26-intro{
    margin-top: 10px;
    font-size: 13.2px;
    line-height: 1.52;
  }.tc-wp-content-root .fpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .fpv26-card{
    min-height: 222px;
    padding: 19px 10px 17px;
    border-radius: 14px;
  }.tc-wp-content-root .fpv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    font-size: 18px;
  }.tc-wp-content-root .fpv26-card-title{
    font-size: 14.4px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fpv26-card-text{
    font-size: 12.1px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fpv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .fpv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fpv26-heading{
    font-size: 22px;
    line-height: 1.16;
  }.tc-wp-content-root .fpv26-intro{
    margin-top: 9px;
    font-size: 12.4px;
    line-height: 1.48;
  }.tc-wp-content-root .fpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }.tc-wp-content-root .fpv26-card{
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 13px;
  }.tc-wp-content-root .fpv26-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
    font-size: 16px;
  }.tc-wp-content-root .fpv26-card-title{
    font-size: 13.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fpv26-card-text{
    font-size: 11.4px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fpv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fpv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }}

.tc-wp-content-root .fpv26-grid-3 {}