@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, .tc-wp-content-root .ychv-history-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ychv-history-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ychv-history-viewer .ychv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ychv-history-viewer .ychv-section-one, .tc-wp-content-root .ychv-history-viewer .ychv-section-three{
  background: #ffffff;
}.tc-wp-content-root .ychv-history-viewer .ychv-section-two{
  background: linear-gradient(180deg, #fff7f3 0%, #f7fbfb 100%);
}.tc-wp-content-root .ychv-history-viewer .ychv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ychv-history-viewer .ychv-heading, .tc-wp-content-root .ychv-history-viewer .ychv-intro, .tc-wp-content-root .ychv-history-viewer .ychv-card-title, .tc-wp-content-root .ychv-history-viewer .ychv-card-text{
  text-align: center !important;
}.tc-wp-content-root .ychv-history-viewer .ychv-heading{
  margin: 0 auto;
  color: #13202a;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-history-viewer .ychv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #5f6d75;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .ychv-history-viewer .ychv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .ychv-history-viewer .ychv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid rgba(218, 68, 54, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(119, 43, 31, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 380ms ease;
  background-size: 100% 180%;
}.tc-wp-content-root .ychv-history-viewer .ychv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 191, 87, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ychv-history-viewer .ychv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(218, 68, 54, 0.38);
  box-shadow: 0 24px 58px rgba(119, 43, 31, 0.15);
  background-position: 0 100%;
}.tc-wp-content-root .ychv-history-viewer .ychv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ychv-history-viewer .ychv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #e53935 0%, #ff9f43 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 28px rgba(229, 57, 53, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ychv-history-viewer .ychv-card:hover .ychv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 20px 34px rgba(229, 57, 53, 0.3);
}.tc-wp-content-root .ychv-history-viewer .ychv-i{
  display: block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .ychv-history-viewer .ychv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17212b;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-history-viewer .ychv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #66747c;
  font-weight: 500;
  line-height: 1.62;
}.tc-wp-content-root .ychv-history-viewer .ychv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ychv-history-viewer .ychv-reveal.ychv-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ychv-history-viewer .ychv-card.ychv-reveal{
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 380ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ychv-history-viewer .ychv-section{
    padding: 88px 0;
  }.tc-wp-content-root .ychv-history-viewer .ychv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-heading{
    font-size: 38px;
    white-space: nowrap;
  }.tc-wp-content-root .ychv-history-viewer .ychv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ychv-history-viewer .ychv-card{
    min-height: 296px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-icon{
    width: 68px;
    height: 68px;
    border-radius: 18px;
    font-size: 28px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ychv-history-viewer .ychv-section{
    padding: 70px 0;
  }.tc-wp-content-root .ychv-history-viewer .ychv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-heading{
    font-size: 32px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card{
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 16px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-icon{
    width: 62px;
    height: 62px;
    border-radius: 16px;
    font-size: 25px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ychv-history-viewer .ychv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ychv-history-viewer .ychv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-heading{
    font-size: 25px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.6;
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 14px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 21px;
    margin-bottom: 17px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-text{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ychv-history-viewer .ychv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ychv-history-viewer .ychv-container{
    padding: 0 13px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-heading{
    font-size: 23px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card{
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 13px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-icon{
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-size: 19px;
    margin-bottom: 15px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-text{
    font-size: 12.4px;
    line-height: 1.44;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ychv-history-viewer .ychv-section{
    padding: 42px 0;
  }.tc-wp-content-root .ychv-history-viewer .ychv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-heading{
    font-size: 21px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .ychv-history-viewer .ychv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 12px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-icon{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ychv-history-viewer .ychv-card-text{
    font-size: 11.8px;
    line-height: 1.4;
  }}