@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 .tsv-stalker-viewer, .tc-wp-content-root .tsv-stalker-viewer *{
  box-sizing: border-box;
}.tc-wp-content-root .tsv-stalker-viewer{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
  width: 100% !important;
  max-width: 100% !important;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-section-tint{
  background: linear-gradient(180deg, #f7fbfb 0%, #eef8f6 100%);
}.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tsv-stalker-viewer h2, .tc-wp-content-root .tsv-stalker-viewer h3, .tc-wp-content-root .tsv-stalker-viewer p{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.tc-wp-content-root .tsv-stalker-viewer h2{
  color: #102026;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
  color: #53616d;
  line-height: 1.65;
  font-weight: 400;
  max-width: 760px;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e7e4;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
  box-shadow: 0 18px 46px rgba(22, 76, 74, 0.1);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 61, 94, 0.13), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card:hover{
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(0, 187, 167, 0.52);
  box-shadow: 0 24px 58px rgba(22, 76, 74, 0.16);
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #00bba7 0%, #ff3d5e 100%);
  box-shadow: 0 14px 30px rgba(0, 187, 167, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card:hover .tsv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 61, 94, 0.24);
}.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
  position: relative;
  color: #14242b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
  position: relative;
  color: #5a6872;
  line-height: 1.58;
}.tc-wp-content-root .tsv-stalker-viewer .tsv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tsv-stalker-viewer.tsv-js-ready .tsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv-stalker-viewer.tsv-js-ready .tsv-reveal.tsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
    padding: 86px 0;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tsv-stalker-viewer h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
    font-size: 17px;
    margin-bottom: 38px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
    gap: 24px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
    min-height: 296px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
    font-size: 27px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
    font-size: 20px;
    margin: 0 0 13px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
    font-size: 15px;
    margin: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tsv-stalker-viewer h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
    font-size: 16px;
    margin-bottom: 32px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
    font-size: 24px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
    font-size: 19px;
    margin: 0 0 12px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
    font-size: 14.5px;
    margin: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tsv-stalker-viewer h2{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
    min-height: 232px;
    padding: 22px 14px 19px;
    border-radius: 17px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 15px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
    font-size: 20px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
    font-size: 13px;
    line-height: 1.48;
    margin: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
    padding: 46px 0;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
    padding: 0 12px;
  }.tc-wp-content-root .tsv-stalker-viewer h2{
    font-size: 24px;
    margin-bottom: 10px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
    min-height: 224px;
    padding: 20px 12px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
    font-size: 18px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
    padding: 40px 0;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tsv-stalker-viewer h2{
    font-size: 21px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
    min-height: 216px;
    padding: 18px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
    font-size: 17px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
    font-size: 12px;
    line-height: 1.42;
    margin: 0;
  }}@media (max-width: 319px) {.tc-wp-content-root .tsv-stalker-viewer .tsv-section{
    padding: 36px 0;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tsv-stalker-viewer h2{
    font-size: 20px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-intro{
    font-size: 12px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card{
    min-height: 210px;
    padding: 18px 10px 15px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-i{
    font-size: 17px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .tsv-stalker-viewer .tsv-card p{
    font-size: 12px;
    margin: 0;
  }}