@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 .ychv2026-wrapper, .tc-wp-content-root .ychv2026-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ychv2026-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182026;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-section{
  width: 100% !important;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-section-tint{
  background: linear-gradient(180deg, #fff7f5 0%, #f8fbfb 100%);
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ychv2026-wrapper h2, .tc-wp-content-root .ychv2026-wrapper h3, .tc-wp-content-root .ychv2026-wrapper p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .ychv2026-wrapper h2{
  color: #11191f;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-intro{
  color: #5b666d;
  line-height: 1.65;
  margin-top: 0;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
  height: 100% !important;
  text-align: center !important;
  border: 1px solid rgba(215, 39, 47, 0.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 213, 74, 0.13), transparent 36%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(126, 32, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(215, 39, 47, 0.09), rgba(16, 130, 126, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card:hover{
  transform: translateY(-7px);
  border-color: rgba(215, 39, 47, 0.32);
  box-shadow: 0 26px 64px rgba(126, 32, 38, 0.14);
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #d7272f 0%, #10827e 100%);
  box-shadow: 0 14px 28px rgba(215, 39, 47, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card:hover .ychv2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(16, 130, 126, 0.22);
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card h3{
  color: #151c21;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card p{
  color: #657078;
  line-height: 1.58;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card.ychv2026-reveal-ready{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ychv2026-wrapper .ychv2026-card.ychv2026-revealed{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ychv2026-wrapper .ychv2026-section{
    padding: 86px 0;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .ychv2026-wrapper h2{
    font-size: 42px;
    max-width: 960px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-intro{
    font-size: 17px;
    max-width: 760px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid{
    gap: 24px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card h3{
    font-size: 21px;
    margin: 0 0 13px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card p{
    font-size: 15.5px;
    margin: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ychv2026-wrapper .ychv2026-section{
    padding: 70px 0;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .ychv2026-wrapper h2{
    font-size: 34px;
    max-width: 720px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-intro{
    font-size: 16px;
    max-width: 660px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 25px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card h3{
    font-size: 20px;
    margin: 0 0 12px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card p{
    font-size: 15px;
    margin: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ychv2026-wrapper .ychv2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .ychv2026-wrapper h2{
    font-size: 27px;
    max-width: 420px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-intro{
    font-size: 14.5px;
    line-height: 1.55;
    max-width: 430px;
    margin-bottom: 26px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card h3{
    font-size: 16.5px;
    margin: 0 0 9px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card p{
    font-size: 13.2px;
    line-height: 1.48;
    margin: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ychv2026-wrapper .ychv2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .ychv2026-wrapper h2{
    font-size: 24px;
    max-width: 350px;
    margin-bottom: 10px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-intro{
    font-size: 13.8px;
    line-height: 1.5;
    max-width: 360px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card h3{
    font-size: 15.5px;
    margin: 0 0 8px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card p{
    font-size: 12.6px;
    line-height: 1.43;
    margin: 0;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ychv2026-wrapper .ychv2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .ychv2026-wrapper h2{
    font-size: 21px;
    max-width: 300px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-intro{
    font-size: 13px;
    line-height: 1.45;
    max-width: 300px;
    margin-bottom: 18px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card{
    min-height: 216px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card h3{
    font-size: 14.2px;
    margin: 0 0 7px;
  }.tc-wp-content-root .ychv2026-wrapper .ychv2026-card p{
    font-size: 11.8px;
    line-height: 1.38;
    margin: 0;
  }}