@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 .fbanv-root, .tc-wp-content-root .fbanv-root *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbanv-root{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: inherit;
}.tc-wp-content-root .fbanv-root .fbanv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbanv-root .fbanv-section-one, .tc-wp-content-root .fbanv-root .fbanv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbanv-root .fbanv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 98, 117, 0.11), transparent 34%),
    linear-gradient(180deg, #f4faf9 0%, #eef6f4 100%);
}.tc-wp-content-root .fbanv-root .fbanv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbanv-root .fbanv-h2, .tc-wp-content-root .fbanv-root .fbanv-intro, .tc-wp-content-root .fbanv-root .fbanv-card-title, .tc-wp-content-root .fbanv-root .fbanv-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbanv-root .fbanv-h2{
  margin: 0 auto;
  max-width: 980px;
  color: #13242c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbanv-root .fbanv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #4b5d64;
  font-weight: 450;
  line-height: 1.65;
}.tc-wp-content-root .fbanv-root .fbanv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fbanv-root .fbanv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center !important;
  border: 1px solid rgba(16, 98, 117, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93)),
    radial-gradient(circle at 50% 0%, rgba(237, 158, 71, 0.12), transparent 45%);
  box-shadow: 0 18px 42px rgba(18, 49, 56, 0.08);
  overflow: hidden;
  transition:
    transform 360ms ease,
    border-color 360ms ease,
    box-shadow 360ms ease,
    background-position 360ms ease;
}.tc-wp-content-root .fbanv-root .fbanv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 98, 117, 0.08), transparent 38%, rgba(237, 158, 71, 0.08));
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbanv-root .fbanv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(16, 98, 117, 0.36);
  box-shadow: 0 24px 58px rgba(16, 98, 117, 0.16);
}.tc-wp-content-root .fbanv-root .fbanv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbanv-root .fbanv-card:hover .fbanv-icon{
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(16, 98, 117, 0.2);
}.tc-wp-content-root .fbanv-root .fbanv-card:hover .fbanv-i{
  transform: scale(1.06);
  color: #ed9e47;
}.tc-wp-content-root .fbanv-root .fbanv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(16, 98, 117, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, #0f6375 0%, #16454e 100%);
  box-shadow: 0 12px 28px rgba(15, 99, 117, 0.16);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .fbanv-root .fbanv-i{
  color: #ffffff;
  line-height: 1;
  transition: transform 360ms ease, color 360ms ease;
}.tc-wp-content-root .fbanv-root .fbanv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17212b;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbanv-root .fbanv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #52656b;
  font-weight: 430;
  line-height: 1.6;
}.tc-wp-content-root .fbanv-root.fbanv-js .fbanv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbanv-root.fbanv-js .fbanv-card.fbanv-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbanv-root.fbanv-js .fbanv-card.fbanv-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .fbanv-root .fbanv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbanv-root .fbanv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbanv-root .fbanv-h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbanv-root .fbanv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .fbanv-root .fbanv-grid{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .fbanv-root .fbanv-grid-six, .tc-wp-content-root .fbanv-root .fbanv-grid-process{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbanv-root .fbanv-card{
    min-height: 292px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .fbanv-root .fbanv-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbanv-root .fbanv-i{
    font-size: 28px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-title{
    font-size: 20px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-text{
    margin-top: 12px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbanv-root .fbanv-section{
    padding: 68px 0;
  }.tc-wp-content-root .fbanv-root .fbanv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbanv-root .fbanv-h2{
    max-width: 760px;
    font-size: 34px;
  }.tc-wp-content-root .fbanv-root .fbanv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .fbanv-root .fbanv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .fbanv-root .fbanv-card{
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .fbanv-root .fbanv-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbanv-root .fbanv-i{
    font-size: 25px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-title{
    font-size: 18px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-text{
    margin-top: 10px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbanv-root .fbanv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbanv-root .fbanv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbanv-root .fbanv-h2{
    max-width: 520px;
    font-size: 28px;
  }.tc-wp-content-root .fbanv-root .fbanv-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbanv-root .fbanv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fbanv-root .fbanv-card{
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fbanv-root .fbanv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fbanv-root .fbanv-i{
    font-size: 21px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-title{
    font-size: 15.5px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-text{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbanv-root .fbanv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbanv-root .fbanv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbanv-root .fbanv-h2{
    font-size: 25px;
    line-height: 1.15;
  }.tc-wp-content-root .fbanv-root .fbanv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbanv-root .fbanv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .fbanv-root .fbanv-card{
    min-height: 218px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .fbanv-root .fbanv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .fbanv-root .fbanv-i{
    font-size: 19px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-title{
    font-size: 14.5px;
    line-height: 1.2;
  }.tc-wp-content-root .fbanv-root .fbanv-card-text{
    margin-top: 7px;
    font-size: 12.2px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbanv-root .fbanv-section{
    padding: 36px 0;
  }.tc-wp-content-root .fbanv-root .fbanv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbanv-root .fbanv-h2{
    font-size: 22px;
    line-height: 1.16;
  }.tc-wp-content-root .fbanv-root .fbanv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .fbanv-root .fbanv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fbanv-root .fbanv-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 15px;
  }.tc-wp-content-root .fbanv-root .fbanv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fbanv-root .fbanv-i{
    font-size: 17px;
  }.tc-wp-content-root .fbanv-root .fbanv-card-title{
    font-size: 13.2px;
    line-height: 1.18;
  }.tc-wp-content-root .fbanv-root .fbanv-card-text{
    margin-top: 6px;
    font-size: 11.4px;
    line-height: 1.38;
  }}