@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 .rsv26-wrapper, .tc-wp-content-root .rsv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rsv26-wrapper{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #24302b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .rsv26-wrapper .rsv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .rsv26-wrapper .rsv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .rsv26-wrapper .rsv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.10), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #fffaf7 100%);
}.tc-wp-content-root .rsv26-wrapper .rsv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rsv26-wrapper .rsv26-heading, .tc-wp-content-root .rsv26-wrapper .rsv26-intro, .tc-wp-content-root .rsv26-wrapper .rsv26-card-title, .tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .rsv26-wrapper .rsv26-heading{
  margin: 0 auto;
  color: #151f1b;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .rsv26-wrapper .rsv26-intro{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5f6f68;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .rsv26-wrapper .rsv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .rsv26-wrapper .rsv26-card{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)) padding-box,
    linear-gradient(135deg, rgba(255, 69, 0, 0.38), rgba(28, 132, 118, 0.22)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(74, 39, 23, 0.10);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rsv26-wrapper .rsv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(145deg, rgba(255, 69, 0, 0.08), rgba(28, 132, 118, 0.08));
  transition: opacity 260ms ease;
}.tc-wp-content-root .rsv26-wrapper .rsv26-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(255, 69, 0, 0.16);
}.tc-wp-content-root .rsv26-wrapper .rsv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rsv26-wrapper .rsv26-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ff4500;
  background:
    linear-gradient(135deg, rgba(255, 69, 0, 0.14), rgba(28, 132, 118, 0.14));
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 12px 24px rgba(255, 69, 0, 0.12);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rsv26-wrapper .rsv26-card:hover .rsv26-icon{
  transform: translateY(-3px) scale(1.04);
  color: #1c8476;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.18), rgba(28, 132, 118, 0.18));
}.tc-wp-content-root .rsv26-wrapper .rsv26-i{
  display: block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .rsv26-wrapper .rsv26-card-title{
  margin: 0;
  color: #17221e;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
  margin: 0;
  color: #62716b;
  line-height: 1.62;
  font-weight: 450;
}.tc-wp-content-root .rsv26-wrapper .rsv26-reveal{
  opacity: 0;
  transform: translateY(16px);
}.tc-wp-content-root .rsv26-wrapper .rsv26-reveal.rsv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .rsv26-wrapper .rsv26-section{
    padding: 92px 0;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid{
    gap: 24px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rsv26-wrapper .rsv26-section{
    padding: 72px 0;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-heading{
    font-size: 34px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-3, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    font-size: 25px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-title{
    font-size: 18px;
    margin-bottom: 11px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rsv26-wrapper .rsv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-heading{
    font-size: 28px;
    line-height: 1.14;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-intro{
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-3, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-title{
    font-size: 15px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
    font-size: 12.5px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rsv26-wrapper .rsv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-heading{
    font-size: 24px;
    line-height: 1.16;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-intro{
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 20px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-3, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card{
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 19px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-title{
    font-size: 14px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rsv26-wrapper .rsv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-heading{
    font-size: 22px;
    line-height: 1.16;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-intro{
    font-size: 12.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-grid, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-3, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-title{
    font-size: 13px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rsv26-wrapper .rsv26-card-text{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .rsv26-wrapper .rsv26-grid, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-3, .tc-wp-content-root .rsv26-wrapper .rsv26-grid-4{
    grid-template-columns: 1fr;
  }}