@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 .ytarv-2026, .tc-wp-content-root .ytarv-2026 *{
  box-sizing: border-box;
}.tc-wp-content-root .ytarv-2026{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  color: #251f21;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
  width: 100% !important;
  max-width: 100% !important;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-white{
  background: #ffffff;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-tint{
  background: linear-gradient(180deg, #fff7f4 0%, #fffdfb 100%);
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ytarv-2026 h2{
  margin: 0 auto;
  text-align: center;
  color: #251f21;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-intro{
  margin: 0 auto;
  text-align: center;
  color: #64585b;
  line-height: 1.7;
  max-width: 760px;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid #f0d9d5;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(146, 43, 36, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-card:hover{
  transform: translateY(-8px);
  border-color: #e34b3f;
  box-shadow: 0 24px 60px rgba(146, 43, 36, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff3ef 100%);
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff1f1f 0%, #8f1d2c 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(227, 45, 37, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-card:hover .ytarv-2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(227, 45, 37, 0.3);
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ytarv-2026 h3{
  margin: 0;
  text-align: center;
  color: #251f21;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-card p{
  margin: 0;
  text-align: center;
  color: #64585b;
  line-height: 1.62;
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytarv-2026 .ytarv-2026-reveal.ytarv-2026-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
    padding: 86px 24px;
  }.tc-wp-content-root .ytarv-2026 h2{
    font-size: 42px;
    max-width: 980px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-intro{
    font-size: 17px;
    margin-top: 16px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card{
    min-height: 292px;
    padding: 34px 26px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    font-size: 27px;
  }.tc-wp-content-root .ytarv-2026 h3{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
    padding: 68px 22px;
  }.tc-wp-content-root .ytarv-2026 h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-intro{
    font-size: 16px;
    margin-top: 14px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card{
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    font-size: 24px;
  }.tc-wp-content-root .ytarv-2026 h3{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
    padding: 52px 16px;
  }.tc-wp-content-root .ytarv-2026 h2{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-intro{
    font-size: 14.5px;
    margin-top: 12px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 20px;
  }.tc-wp-content-root .ytarv-2026 h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card p{
    font-size: 13px;
    line-height: 1.52;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
    padding: 46px 13px;
  }.tc-wp-content-root .ytarv-2026 h2{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-intro{
    font-size: 13.5px;
    margin-top: 10px;
    line-height: 1.6;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card{
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 18px;
  }.tc-wp-content-root .ytarv-2026 h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card p{
    font-size: 12.4px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
    padding: 40px 10px;
  }.tc-wp-content-root .ytarv-2026 h2{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-intro{
    font-size: 12.8px;
    margin-top: 9px;
    line-height: 1.55;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 21px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card{
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 17px;
  }.tc-wp-content-root .ytarv-2026 h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-card p{
    font-size: 11.6px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytarv-2026 .ytarv-2026-section{
    padding: 36px 10px;
  }.tc-wp-content-root .ytarv-2026 .ytarv-2026-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }}