@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 .flv-viewer-wrap, .tc-wp-content-root .flv-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .flv-viewer-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .flv-viewer-wrap .flv-section{
  width: 100% !important;
}.tc-wp-content-root .flv-viewer-wrap .flv-section-white{
  background: #ffffff;
}.tc-wp-content-root .flv-viewer-wrap .flv-section-tint{
  background: linear-gradient(180deg, #f4f8f7 0%, #eef6f4 100%);
}.tc-wp-content-root .flv-viewer-wrap .flv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .flv-viewer-wrap h2, .tc-wp-content-root .flv-viewer-wrap .flv-intro, .tc-wp-content-root .flv-viewer-wrap h3, .tc-wp-content-root .flv-viewer-wrap p{
  text-align: center !important;
}.tc-wp-content-root .flv-viewer-wrap h2{
  margin: 0 auto;
  color: #132620;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .flv-viewer-wrap .flv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #50635d;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .flv-viewer-wrap .flv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .flv-viewer-wrap .flv-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8e7e2;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(19, 89, 72, 0.09);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .flv-viewer-wrap .flv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.13), transparent 42%), linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(0, 168, 132, 0.06));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .flv-viewer-wrap .flv-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .flv-viewer-wrap .flv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.42);
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(24, 119, 242, 0.16);
}.tc-wp-content-root .flv-viewer-wrap .flv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .flv-viewer-wrap .flv-card:hover .flv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 168, 132, 0.22);
}.tc-wp-content-root .flv-viewer-wrap .flv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00a884 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.2);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .flv-viewer-wrap .flv-i{
  display: inline-block;
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .flv-viewer-wrap h3{
  margin: 18px 0 0;
  color: #17202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .flv-viewer-wrap .flv-card p{
  margin: 12px 0 0;
  color: #586861;
  line-height: 1.58;
  font-weight: 500;
}.tc-wp-content-root .flv-viewer-wrap .flv-card.flv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .flv-viewer-wrap .flv-card.flv-reveal.flv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .flv-viewer-wrap .flv-section{
    padding: 86px 0;
  }.tc-wp-content-root .flv-viewer-wrap .flv-container{
    padding: 0 28px;
  }.tc-wp-content-root .flv-viewer-wrap h2{
    font-size: 42px;
    max-width: 1040px;
    white-space: nowrap;
  }.tc-wp-content-root .flv-viewer-wrap .flv-intro{
    font-size: 17px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card{
    min-height: 300px;
    padding: 34px 30px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-icon{
    width: 70px;
    height: 70px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-i{
    font-size: 30px;
  }.tc-wp-content-root .flv-viewer-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .flv-viewer-wrap .flv-section{
    padding: 68px 0;
  }.tc-wp-content-root .flv-viewer-wrap .flv-container{
    padding: 0 24px;
  }.tc-wp-content-root .flv-viewer-wrap h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-intro{
    font-size: 16px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card{
    min-height: 270px;
    padding: 30px 24px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-icon{
    width: 64px;
    height: 64px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-i{
    font-size: 27px;
  }.tc-wp-content-root .flv-viewer-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card p{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .flv-viewer-wrap .flv-section{
    padding: 52px 0;
  }.tc-wp-content-root .flv-viewer-wrap .flv-container{
    padding: 0 16px;
  }.tc-wp-content-root .flv-viewer-wrap h2{
    font-size: 28px;
    max-width: 560px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-intro{
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .flv-viewer-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-i{
    font-size: 23px;
  }.tc-wp-content-root .flv-viewer-wrap h3{
    font-size: 17px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .flv-viewer-wrap .flv-section{
    padding: 46px 0;
  }.tc-wp-content-root .flv-viewer-wrap .flv-container{
    padding: 0 12px;
  }.tc-wp-content-root .flv-viewer-wrap h2{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-intro{
    font-size: 13px;
    line-height: 1.52;
  }.tc-wp-content-root .flv-viewer-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card{
    min-height: 222px;
    padding: 20px 12px;
    border-radius: 16px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-icon{
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-i{
    font-size: 21px;
  }.tc-wp-content-root .flv-viewer-wrap h3{
    font-size: 16px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .flv-viewer-wrap .flv-section{
    padding: 40px 0;
  }.tc-wp-content-root .flv-viewer-wrap .flv-container{
    padding: 0 10px;
  }.tc-wp-content-root .flv-viewer-wrap h2{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-intro{
    font-size: 12.5px;
    line-height: 1.48;
  }.tc-wp-content-root .flv-viewer-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card{
    min-height: 214px;
    padding: 18px 10px;
    border-radius: 15px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-icon{
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-i{
    font-size: 19px;
  }.tc-wp-content-root .flv-viewer-wrap h3{
    font-size: 15px;
  }.tc-wp-content-root .flv-viewer-wrap .flv-card p{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .flv-viewer-wrap .flv-grid{
    grid-template-columns: 1fr;
  }}

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