@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 .fbavx-wrapper, .tc-wp-content-root .fbavx-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbavx-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #15202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .fbavx-wrapper .fbavx-section{
  width: 100% !important;
}.tc-wp-content-root .fbavx-wrapper .fbavx-section-one, .tc-wp-content-root .fbavx-wrapper .fbavx-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbavx-wrapper .fbavx-section-two{
  background:
    radial-gradient(circle at 18% 12%, rgba(31, 111, 125, 0.12), transparent 28%),
    radial-gradient(circle at 84% 84%, rgba(230, 138, 76, 0.12), transparent 30%),
    #f6fbfa;
}.tc-wp-content-root .fbavx-wrapper .fbavx-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
  margin: 0 auto;
  color: #10272c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
  margin: 0 auto;
  max-width: 790px;
  color: #5d6f72;
  font-weight: 450;
  line-height: 1.68;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fbavx-wrapper .fbavx-card{
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  height: 100%;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid rgba(31, 111, 125, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(31, 111, 125, 0.11);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fbavx-wrapper .fbavx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 111, 125, 0.1), transparent 42%, rgba(230, 138, 76, 0.1));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbavx-wrapper .fbavx-card:hover{
  transform: translateY(-8px);
  border-color: rgba(230, 138, 76, 0.52);
  box-shadow: 0 24px 62px rgba(31, 111, 125, 0.18);
}.tc-wp-content-root .fbavx-wrapper .fbavx-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbavx-wrapper .fbavx-card:hover .fbavx-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(230, 138, 76, 0.24);
}.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1f6f7d 0%, #2d9a8c 54%, #e68a4c 100%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(31, 111, 125, 0.2);
  transition: transform 320ms ease, box-shadow 320ms ease;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper .fbavx-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #15202b;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #607174;
  font-weight: 430;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .fbavx-wrapper.fbavx-js .fbavx-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbavx-wrapper.fbavx-js .fbavx-card.fbavx-revealed{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbavx-wrapper.fbavx-js .fbavx-card.fbavx-revealed:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .fbavx-wrapper .fbavx-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card{
    min-height: 300px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
    width: 68px;
    height: 68px;
    border-radius: 22px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-i{
    font-size: 28px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
    margin-top: 24px;
    font-size: 21px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
    margin-top: 14px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbavx-wrapper .fbavx-section{
    padding: 72px 0;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-i{
    font-size: 25px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
    margin-top: 21px;
    font-size: 19px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbavx-wrapper .fbavx-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
    font-size: 26px;
    max-width: 390px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-i{
    font-size: 20px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbavx-wrapper .fbavx-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
    margin-top: 11px;
    font-size: 13.2px;
    line-height: 1.54;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card{
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-i{
    font-size: 18px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
    margin-top: 14px;
    font-size: 14.8px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbavx-wrapper .fbavx-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
    margin-top: 10px;
    font-size: 12.4px;
    line-height: 1.5;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-i{
    font-size: 17px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
    margin-top: 12px;
    font-size: 13.6px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
    margin-top: 7px;
    font-size: 11.2px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbavx-wrapper .fbavx-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-intro{
    margin-top: 10px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-icon{
    width: 42px;
    height: 42px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-i{
    font-size: 17px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-title{
    margin-top: 12px;
    font-size: 14px;
  }.tc-wp-content-root .fbavx-wrapper .fbavx-card-text{
    margin-top: 7px;
    font-size: 11.5px;
  }}

.tc-wp-content-root .fbavx-grid-three {}