@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 .ttbv-viewer-wrap, .tc-wp-content-root .ttbv-viewer-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ttbv-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172027;
  font-family: inherit;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section{
  width: 100% !important;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section-tint{
  background: linear-gradient(180deg, #fff8fb 0%, #f7fffd 100%);
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-heading{
  margin: 0 auto;
  text-align: center;
  color: #151b22;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-intro{
  margin: 0 auto;
  text-align: center;
  color: #5b6670;
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #ead9df;
  box-shadow: 0 18px 44px rgba(255, 0, 88, 0.08);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 88, 0.12), transparent 44%), radial-gradient(circle at 100% 100%, rgba(0, 242, 234, 0.12), transparent 38%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 88, 0.38);
  box-shadow: 0 24px 58px rgba(0, 39, 48, 0.14);
  background: #ffffff;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0058 0%, #00f2ea 100%);
  box-shadow: 0 14px 32px rgba(255, 0, 88, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card:hover .ttbv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 242, 234, 0.22);
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #172027;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #64707a;
  line-height: 1.58;
}@media (min-width: 1024px) {.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section{
    padding: 86px 0 !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-container{
    padding: 0 28px !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-heading{
    font-size: 42px;
    max-width: 980px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card{
    min-height: 294px;
    padding: 34px 28px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-i{
    font-size: 30px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card p{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section{
    padding: 68px 0 !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-container{
    padding: 0 24px !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-heading{
    font-size: 34px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-i{
    font-size: 27px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card p{
    margin-top: 12px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section{
    padding: 52px 0 !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-container{
    padding: 0 16px !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-heading{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-intro{
    margin-top: 11px;
    font-size: 14px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-i{
    font-size: 22px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card h3{
    font-size: 16px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card p{
    margin-top: 9px;
    font-size: 12.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section{
    padding: 46px 0 !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-container{
    padding: 0 12px !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-intro{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card{
    min-height: 224px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-i{
    font-size: 20px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card h3{
    font-size: 15px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card p{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttbv-viewer-wrap .ttbv-section{
    padding: 40px 0 !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-heading{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-intro{
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.5;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card{
    min-height: 216px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-i{
    font-size: 18px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card h3{
    font-size: 14px;
  }.tc-wp-content-root .ttbv-viewer-wrap .ttbv-card p{
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.45;
  }}

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