@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 .tikiv-viewer-section, .tc-wp-content-root .tikiv-viewer-section *{
  box-sizing: border-box;
}.tc-wp-content-root .tikiv-viewer-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
  width: 100% !important;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-band-white{
  background: #ffffff;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-band-tint{
  background: linear-gradient(180deg, #fff7f8 0%, #f6fffc 100%);
}.tc-wp-content-root .tikiv-viewer-section .tikiv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
  margin: 0 auto;
  color: #11181d;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #52616a;
  text-align: center;
  line-height: 1.65;
  font-weight: 450;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 199, 174, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
  box-shadow: 0 18px 42px rgba(255, 42, 109, 0.08);
  text-align: center;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
  background-size: 100% 140%;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 199, 174, 0.16), transparent 42%);
  transition: opacity 280ms ease;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card:hover{
  transform: translateY(-7px);
  border-color: rgba(255, 42, 109, 0.35);
  box-shadow: 0 24px 58px rgba(255, 42, 109, 0.15);
  background-position: 0 100%;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #11181d 0%, #ff2a6d 52%, #18c7ae 100%);
  box-shadow: 0 14px 30px rgba(24, 199, 174, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card:hover .tikiv-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(255, 42, 109, 0.22);
}.tc-wp-content-root .tikiv-viewer-section .tikiv-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
  position: relative;
  margin: 0;
  color: #151d22;
  text-align: center;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
  position: relative;
  margin: 0 auto;
  color: #5b6870;
  text-align: center;
  line-height: 1.55;
  font-weight: 430;
}@media (min-width: 1024px) {.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
    padding: 82px 24px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
    margin-top: 42px;
    gap: 24px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
    width: 68px;
    height: 68px;
    font-size: 28px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
    padding: 68px 22px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
    min-height: 264px;
    padding: 30px 24px 28px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
    width: 62px;
    height: 62px;
    font-size: 25px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
    padding: 52px 16px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
    font-size: 29px;
    max-width: 390px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
    margin-top: 12px;
    font-size: 14.5px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
    min-height: 224px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
    width: 52px;
    height: 52px;
    font-size: 21px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
    font-size: 13px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
    padding: 46px 13px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
    font-size: 25px;
    max-width: 340px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 23px;
    gap: 11px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
    min-height: 220px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
    width: 48px;
    height: 48px;
    font-size: 19px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
    font-size: 12.4px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
    padding: 42px 10px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 9px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
    min-height: 212px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
    width: 44px;
    height: 44px;
    font-size: 17px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tikiv-viewer-section .tikiv-band{
    padding: 36px 10px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-heading{
    font-size: 21px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-intro{
    margin-top: 9px;
    font-size: 12.5px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-grid{
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-icon{
    width: 44px;
    height: 44px;
    font-size: 17px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tikiv-viewer-section .tikiv-card p{
    font-size: 12px;
  }}.tc-wp-content-root .tikiv-viewer-section .tikiv-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tikiv-viewer-section.tikiv-js .tikiv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tikiv-viewer-section.tikiv-js .tikiv-card.tikiv-visible{
  opacity: 1;
  transform: translateY(0);
}