@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 .tflv-premium-wrap, .tc-wp-content-root .tflv-premium-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tflv-premium-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17212b;
}.tc-wp-content-root .tflv-premium-wrap .tflv-section{
  width: 100% !important;
}.tc-wp-content-root .tflv-premium-wrap .tflv-section-one, .tc-wp-content-root .tflv-premium-wrap .tflv-section-three{
  background: #ffffff;
}.tc-wp-content-root .tflv-premium-wrap .tflv-section-two{
  background: linear-gradient(180deg, #fff7f9 0%, #f5fffd 100%);
}.tc-wp-content-root .tflv-premium-wrap .tflv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tflv-premium-wrap h2, .tc-wp-content-root .tflv-premium-wrap h3, .tc-wp-content-root .tflv-premium-wrap p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tflv-premium-wrap h2{
  margin-top: 0;
  color: #111821;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tflv-premium-wrap .tflv-intro{
  color: #536170;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 760px;
}.tc-wp-content-root .tflv-premium-wrap .tflv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tflv-premium-wrap .tflv-card{
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(22, 188, 164, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
  box-shadow: 0 18px 46px rgba(24, 33, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 140%;
}.tc-wp-content-root .tflv-premium-wrap .tflv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 46, 99, 0.26);
  transition: opacity 260ms ease;
}.tc-wp-content-root .tflv-premium-wrap .tflv-card:hover{
  transform: translateY(-7px);
  border-color: rgba(22, 188, 164, 0.38);
  box-shadow: 0 24px 62px rgba(255, 46, 99, 0.14), 0 14px 32px rgba(22, 188, 164, 0.12);
  background-position: 0 100%;
}.tc-wp-content-root .tflv-premium-wrap .tflv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .tflv-premium-wrap .tflv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2e63 0%, #16bca4 100%);
  box-shadow: 0 14px 30px rgba(255, 46, 99, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tflv-premium-wrap .tflv-card:hover .tflv-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(22, 188, 164, 0.22);
}.tc-wp-content-root .tflv-premium-wrap .tflv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tflv-premium-wrap h3{
  color: #17212b;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tflv-premium-wrap .tflv-card p{
  color: #5a6674;
  line-height: 1.65;
  margin-bottom: 0;
}.tc-wp-content-root .tflv-premium-wrap .tflv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tflv-premium-wrap .tflv-reveal.tflv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tflv-premium-wrap .tflv-section{
    padding: 88px 0;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tflv-premium-wrap h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-intro{
    font-size: 17px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card{
    min-height: 296px;
    padding: 34px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-i{
    font-size: 27px;
  }.tc-wp-content-root .tflv-premium-wrap h3{
    font-size: 21px;
    margin: 0 0 13px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tflv-premium-wrap .tflv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tflv-premium-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-intro{
    font-size: 16px;
    max-width: 680px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-i{
    font-size: 24px;
  }.tc-wp-content-root .tflv-premium-wrap h3{
    font-size: 19px;
    margin: 0 0 12px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tflv-premium-wrap .tflv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tflv-premium-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-intro{
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-i{
    font-size: 20px;
  }.tc-wp-content-root .tflv-premium-wrap h3{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tflv-premium-wrap .tflv-section{
    padding: 44px 0;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-container{
    padding: 0 13px;
  }.tc-wp-content-root .tflv-premium-wrap h2{
    font-size: 24px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-intro{
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card{
    min-height: 224px;
    padding: 20px 12px;
    border-radius: 15px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-i{
    font-size: 18px;
  }.tc-wp-content-root .tflv-premium-wrap h3{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card p{
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tflv-premium-wrap .tflv-section{
    padding: 38px 0;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tflv-premium-wrap h2{
    font-size: 21px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-intro{
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card{
    min-height: 218px;
    padding: 18px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-i{
    font-size: 17px;
  }.tc-wp-content-root .tflv-premium-wrap h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .tflv-premium-wrap .tflv-card p{
    font-size: 12px;
    line-height: 1.42;
  }}

.tc-wp-content-root .tflv-grid-three {}