@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 .spv-aurora-viewer, .tc-wp-content-root .spv-aurora-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .spv-aurora-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: inherit;
}.tc-wp-content-root .spv-aurora-viewer .spv-section{
  width: 100% !important;
}.tc-wp-content-root .spv-aurora-viewer .spv-section-white{
  background: #ffffff;
}.tc-wp-content-root .spv-aurora-viewer .spv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.2), transparent 34%),
    linear-gradient(180deg, #fffef4 0%, #f4fbf4 100%);
}.tc-wp-content-root .spv-aurora-viewer .spv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .spv-aurora-viewer h2, .tc-wp-content-root .spv-aurora-viewer h3, .tc-wp-content-root .spv-aurora-viewer p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .spv-aurora-viewer h2{
  color: #101719;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .spv-aurora-viewer .spv-intro{
  color: #526064;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .spv-aurora-viewer .spv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .spv-aurora-viewer .spv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  place-items: center;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(255, 252, 0, 0.16), rgba(0, 199, 177, 0.09));
  border: 1px solid rgba(14, 34, 36, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(7, 32, 34, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}.tc-wp-content-root .spv-aurora-viewer .spv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 252, 0, 0.18) 45%, rgba(0, 199, 177, 0.12) 100%);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .spv-aurora-viewer .spv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(0, 199, 177, 0.34);
  box-shadow: 0 24px 60px rgba(4, 43, 43, 0.14);
}.tc-wp-content-root .spv-aurora-viewer .spv-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .spv-aurora-viewer .spv-icon{
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00 0%, #00c7b1 100%);
  box-shadow: 0 12px 30px rgba(0, 199, 177, 0.22);
  margin-left: auto;
  margin-right: auto;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .spv-aurora-viewer .spv-card:hover .spv-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(255, 190, 0, 0.24);
}.tc-wp-content-root .spv-aurora-viewer .spv-i{
  color: #111719;
  line-height: 1;
}.tc-wp-content-root .spv-aurora-viewer .spv-card h3{
  position: relative;
  color: #142023;
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
}.tc-wp-content-root .spv-aurora-viewer .spv-card p{
  position: relative;
  color: #566368;
  line-height: 1.62;
  margin: 0;
}.tc-wp-content-root .spv-aurora-viewer .spv-card.spv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .spv-aurora-viewer .spv-card.spv-reveal.spv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .spv-aurora-viewer .spv-section{
    padding: 86px 24px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-container{
    padding: 0 18px;
  }.tc-wp-content-root .spv-aurora-viewer h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .spv-aurora-viewer .spv-intro{
    font-size: 17px;
    margin-bottom: 40px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid{
    gap: 24px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .spv-aurora-viewer .spv-card{
    min-height: 300px;
    padding: 32px 26px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-i{
    font-size: 28px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card h3{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .spv-aurora-viewer .spv-section{
    padding: 68px 22px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-container{
    padding: 0 14px;
  }.tc-wp-content-root .spv-aurora-viewer h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-intro{
    font-size: 16px;
    margin-bottom: 32px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card{
    min-height: 270px;
    padding: 28px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-i{
    font-size: 25px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card h3{
    font-size: 20px;
    margin-bottom: 10px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .spv-aurora-viewer .spv-section{
    padding: 52px 14px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-container{
    padding: 0 8px;
  }.tc-wp-content-root .spv-aurora-viewer h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card{
    min-height: 232px;
    padding: 20px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-i{
    font-size: 21px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .spv-aurora-viewer .spv-section{
    padding: 46px 10px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-container{
    padding: 0 6px;
  }.tc-wp-content-root .spv-aurora-viewer h2{
    font-size: 25px;
    margin-bottom: 10px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card{
    min-height: 222px;
    padding: 18px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-i{
    font-size: 19px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card h3{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .spv-aurora-viewer .spv-section{
    padding: 40px 8px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-container{
    padding: 0 4px;
  }.tc-wp-content-root .spv-aurora-viewer h2{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-intro{
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card{
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-i{
    font-size: 17px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .spv-aurora-viewer .spv-card p{
    font-size: 12px;
    line-height: 1.42;
  }}