@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 .fbsv26-wrap, .tc-wp-content-root .fbsv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fbsv26-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212f;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbsv26-section{
  width: 100% !important;
  max-width: 100% !important;
}.tc-wp-content-root .fbsv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbsv26-section-tint{
  background: linear-gradient(180deg, #f4f9f7 0%, #eef6f2 100%);
}.tc-wp-content-root .fbsv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fbsv26-heading, .tc-wp-content-root .fbsv26-intro, .tc-wp-content-root .fbsv26-card-title, .tc-wp-content-root .fbsv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbsv26-heading{
  margin: 0 auto;
  color: #12352f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: capitalize;
}.tc-wp-content-root .fbsv26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #50615d;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .fbsv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fbsv26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  border: 1px solid #dce9e4;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(18, 53, 47, 0.09);
  overflow: hidden;
  text-align: center !important;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fbsv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 42%), linear-gradient(135deg, rgba(0, 164, 117, 0.08), transparent 45%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbsv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 164, 117, 0.46);
  box-shadow: 0 24px 56px rgba(18, 53, 47, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfa 100%);
}.tc-wp-content-root .fbsv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbsv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2 0%, #00a475 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.2);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
  background-size: 150% 150%;
  background-position: 0% 50%;
}.tc-wp-content-root .fbsv26-card:hover .fbsv26-icon{
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 36px rgba(0, 164, 117, 0.24);
}.tc-wp-content-root .fbsv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbsv26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #12352f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fbsv26-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5a6b66;
  line-height: 1.62;
  font-weight: 400;
}@media (min-width: 1024px) {.tc-wp-content-root .fbsv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbsv26-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbsv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .fbsv26-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .fbsv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbsv26-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 28px;
  }.tc-wp-content-root .fbsv26-card-title{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbsv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbsv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbsv26-heading{
    font-size: 34px;
  }.tc-wp-content-root .fbsv26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 25px;
  }.tc-wp-content-root .fbsv26-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbsv26-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbsv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbsv26-heading{
    font-size: 28px;
  }.tc-wp-content-root .fbsv26-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 21px;
  }.tc-wp-content-root .fbsv26-card-title{
    font-size: 16px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbsv26-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbsv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbsv26-heading{
    font-size: 25px;
    line-height: 1.16;
  }.tc-wp-content-root .fbsv26-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 226px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 19px;
  }.tc-wp-content-root .fbsv26-card-title{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbsv26-card-text{
    font-size: 12.2px;
    line-height: 1.44;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbsv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbsv26-heading{
    font-size: 22px;
    line-height: 1.16;
  }.tc-wp-content-root .fbsv26-intro{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.46;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 17px;
  }.tc-wp-content-root .fbsv26-card-title{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbsv26-card-text{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbsv26-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbsv26-grid, .tc-wp-content-root .fbsv26-grid-3, .tc-wp-content-root .fbsv26-grid-4{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .fbsv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbsv26-intro{
    margin-top: 10px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbsv26-card{
    min-height: 210px;
    padding: 17px 10px;
  }.tc-wp-content-root .fbsv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbsv26-i{
    font-size: 17px;
  }.tc-wp-content-root .fbsv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbsv26-card-text{
    font-size: 11.8px;
  }}.tc-wp-content-root .fbsv26-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbsv26-wrap.fbsv26-js .fbsv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbsv26-wrap.fbsv26-js .fbsv26-card.fbsv26-show{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbsv26-wrap.fbsv26-js .fbsv26-card.fbsv26-show:hover{
  transform: translateY(-8px);
}