@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.5.2/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 .fcv-collection-viewer, .tc-wp-content-root .fcv-collection-viewer *{
  box-sizing: border-box;
}.tc-wp-content-root .fcv-collection-viewer{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #182033;
  background: #ffffff;
}.tc-wp-content-root .fcv-collection-viewer .fcv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fcv-collection-viewer .fcv-section-one, .tc-wp-content-root .fcv-collection-viewer .fcv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fcv-collection-viewer .fcv-section-two{
  background: linear-gradient(180deg, #f5f9fb 0%, #eef6f7 100%);
}.tc-wp-content-root .fcv-collection-viewer .fcv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fcv-collection-viewer h2, .tc-wp-content-root .fcv-collection-viewer h3, .tc-wp-content-root .fcv-collection-viewer p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fcv-collection-viewer h2{
  color: #152237;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
  color: #5b6678;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .fcv-collection-viewer .fcv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fcv-collection-viewer .fcv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
  border: 1px solid #d9e8eb;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(20, 76, 92, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .fcv-collection-viewer .fcv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(22, 132, 148, 0.12), transparent 52%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fcv-collection-viewer .fcv-card:hover{
  transform: translateY(-8px);
  border-color: #79c6ca;
  box-shadow: 0 24px 58px rgba(20, 76, 92, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
}.tc-wp-content-root .fcv-collection-viewer .fcv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #187a90 0%, #22a79d 64%, #f2b84b 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 122, 144, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fcv-collection-viewer .fcv-card:hover .fcv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(24, 122, 144, 0.32);
}.tc-wp-content-root .fcv-collection-viewer .fcv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fcv-collection-viewer h3{
  position: relative;
  color: #19273b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
  position: relative;
  color: #667184;
  line-height: 1.62;
}.tc-wp-content-root .fcv-collection-viewer .fcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fcv-collection-viewer .fcv-reveal.fcv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fcv-collection-viewer .fcv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fcv-collection-viewer h2{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
    font-size: 18px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-grid-six, .tc-wp-content-root .fcv-collection-viewer .fcv-grid-process{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card{
    min-height: 300px;
    padding: 36px 28px 32px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-i{
    font-size: 29px;
  }.tc-wp-content-root .fcv-collection-viewer h3{
    font-size: 21px;
    margin: 0 0 14px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
    font-size: 16px;
    margin: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fcv-collection-viewer .fcv-section{
    padding: 70px 0;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fcv-collection-viewer h2{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card{
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-i{
    font-size: 26px;
  }.tc-wp-content-root .fcv-collection-viewer h3{
    font-size: 19px;
    margin: 0 0 12px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
    font-size: 15px;
    margin: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fcv-collection-viewer .fcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fcv-collection-viewer h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card{
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 15px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-i{
    font-size: 21px;
  }.tc-wp-content-root .fcv-collection-viewer h3{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
    font-size: 13px;
    line-height: 1.52;
    margin: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fcv-collection-viewer .fcv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fcv-collection-viewer h2{
    font-size: 25px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 20px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card{
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-i{
    font-size: 19px;
  }.tc-wp-content-root .fcv-collection-viewer h3{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
    font-size: 12.5px;
    line-height: 1.48;
    margin: 0;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fcv-collection-viewer .fcv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fcv-collection-viewer h2{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card{
    min-height: 215px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-i{
    font-size: 18px;
  }.tc-wp-content-root .fcv-collection-viewer h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
    font-size: 12px;
    line-height: 1.44;
    margin: 0;
  }}@media (max-width: 319px) {.tc-wp-content-root .fcv-collection-viewer .fcv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fcv-collection-viewer h2{
    font-size: 21px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-intro{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-i{
    font-size: 18px;
  }.tc-wp-content-root .fcv-collection-viewer h3{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .fcv-collection-viewer .fcv-card p{
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
  }}