@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 .ychv-history-viewer-wrap, .tc-wp-content-root .ychv-history-viewer-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ychv-history-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: inherit;
  --ychv-primary: #d71920;
  --ychv-secondary: #111827;
  --ychv-accent: #f5b301;
  --ychv-soft: #fff6f3;
  --ychv-text: #17212b;
  --ychv-muted: #5d6875;
  --ychv-border: rgba(215, 25, 32, 0.18);
  --ychv-shadow: rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  overflow: hidden;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section-one, .tc-wp-content-root .ychv-history-viewer-wrap .ychv-section-three{
  background: #ffffff !important;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 25, 32, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #fffdfb 100%) !important;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
  margin: 0 auto;
  color: var(--ychv-text);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
  margin: 0 auto;
  max-width: 780px;
  color: var(--ychv-muted);
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
  display: grid !important;
  width: 100% !important;
  align-items: stretch !important;
  min-width: 0;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(215, 25, 32, 0.08), rgba(245, 179, 1, 0.06));
  border: 1px solid var(--ychv-border);
  border-radius: 22px;
  box-shadow: 0 18px 44px var(--ychv-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
  overflow: hidden;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--ychv-primary), var(--ychv-accent), transparent);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-tinted{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.96)),
    linear-gradient(135deg, rgba(215, 25, 32, 0.09), rgba(245, 179, 1, 0.08));
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(215, 25, 32, 0.34);
  box-shadow: 0 24px 58px rgba(215, 25, 32, 0.16);
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background:
    linear-gradient(145deg, var(--ychv-primary), #ef4444 48%, var(--ychv-accent)),
    linear-gradient(145deg, var(--ychv-secondary), var(--ychv-primary));
  box-shadow: 0 14px 30px rgba(215, 25, 32, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card:hover .ychv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(245, 179, 1, 0.22);
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-i{
  display: block;
  color: currentColor;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
  margin: 0;
  color: var(--ychv-text);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
  margin: 0;
  color: var(--ychv-muted);
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
}.tc-wp-content-root .ychv-history-viewer-wrap .ychv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ychv-history-viewer-wrap.ychv-js-ready .ychv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ychv-history-viewer-wrap.ychv-js-ready .ychv-reveal.ychv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
    padding: 86px 0;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
    min-height: 292px;
    padding: 34px 24px 30px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
    width: 68px;
    height: 68px;
    font-size: 27px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
    font-size: 20px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
    padding: 70px 0;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
    font-size: 19px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
    font-size: 27px;
    max-width: 520px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.56;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
    width: 52px;
    height: 52px;
    font-size: 20px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
    font-size: 24px;
    max-width: 360px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
    margin-top: 11px;
    font-size: 13.2px;
    line-height: 1.5;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
    min-height: 222px;
    padding: 19px 10px 17px;
    border-radius: 14px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-bottom: 14px;
    border-radius: 13px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
    font-size: 14.8px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
    margin-top: 8px;
    font-size: 12.2px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
    padding: 40px 0;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.46;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
    min-height: 214px;
    padding: 17px 8px 15px;
    border-radius: 13px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
    width: 42px;
    height: 42px;
    font-size: 16px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
    font-size: 13.4px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
    margin-top: 7px;
    font-size: 11.4px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .ychv-history-viewer-wrap .ychv-section{
    padding: 36px 0;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-heading{
    font-size: 20px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-intro{
    margin-top: 10px;
    font-size: 12px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-icon{
    width: 42px;
    height: 42px;
    font-size: 16px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-title{
    font-size: 14px;
  }.tc-wp-content-root .ychv-history-viewer-wrap .ychv-card-text{
    margin-top: 7px;
    font-size: 12px;
  }}