@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 .ytvw26, .tc-wp-content-root .ytvw26 *{
  box-sizing: border-box;
}.tc-wp-content-root .ytvw26{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .ytvw26 .ytvw26-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ytvw26 .ytvw26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytvw26 .ytvw26-section-tint{
  background: linear-gradient(180deg, #fff7f5 0%, #fffdfb 100%);
}.tc-wp-content-root .ytvw26 .ytvw26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ytvw26 .ytvw26-heading, .tc-wp-content-root .ytvw26 .ytvw26-intro, .tc-wp-content-root .ytvw26 .ytvw26-card-title, .tc-wp-content-root .ytvw26 .ytvw26-card-text{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .ytvw26 .ytvw26-heading{
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .ytvw26 .ytvw26-intro{
  color: #59616f;
  line-height: 1.65;
  font-weight: 450;
  max-width: 760px;
}.tc-wp-content-root .ytvw26 .ytvw26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .ytvw26 .ytvw26-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid #f1d7d2;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(204, 36, 31, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .ytvw26 .ytvw26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.105), transparent 46%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytvw26 .ytvw26-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 24px 58px rgba(204, 36, 31, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff4f1 100%);
}.tc-wp-content-root .ytvw26 .ytvw26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytvw26 .ytvw26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b35 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ytvw26 .ytvw26-card:hover .ytvw26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(255, 0, 0, 0.28);
}.tc-wp-content-root .ytvw26 .ytvw26-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .ytvw26 .ytvw26-card-title{
  position: relative;
  z-index: 1;
  color: #17202a;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ytvw26 .ytvw26-card-text{
  position: relative;
  z-index: 1;
  color: #626b78;
  line-height: 1.58;
  font-weight: 450;
}.tc-wp-content-root .ytvw26 .ytvw26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytvw26 .ytvw26-reveal.ytvw26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ytvw26 .ytvw26-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytvw26 .ytvw26-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytvw26 .ytvw26-heading{
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .ytvw26 .ytvw26-intro{
    font-size: 17px;
    margin-bottom: 44px;
  }.tc-wp-content-root .ytvw26 .ytvw26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytvw26 .ytvw26-grid{
    gap: 26px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .ytvw26 .ytvw26-icon{
    width: 74px;
    height: 74px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytvw26 .ytvw26-i{
    font-size: 30px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-title{
    font-size: 21px;
    margin: 0 0 13px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-text{
    font-size: 15.5px;
    margin: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytvw26 .ytvw26-section{
    padding: 72px 0;
  }.tc-wp-content-root .ytvw26 .ytvw26-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytvw26 .ytvw26-heading{
    font-size: 34px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ytvw26 .ytvw26-intro{
    font-size: 16px;
    margin-bottom: 36px;
  }.tc-wp-content-root .ytvw26 .ytvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ytvw26 .ytvw26-icon{
    width: 68px;
    height: 68px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ytvw26 .ytvw26-i{
    font-size: 27px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-title{
    font-size: 19px;
    margin: 0 0 12px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-text{
    font-size: 15px;
    margin: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytvw26 .ytvw26-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytvw26 .ytvw26-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytvw26 .ytvw26-heading{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytvw26 .ytvw26-intro{
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .ytvw26 .ytvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card{
    min-height: 230px;
    padding: 20px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .ytvw26 .ytvw26-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 15px;
  }.tc-wp-content-root .ytvw26 .ytvw26-i{
    font-size: 22px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-title{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-text{
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytvw26 .ytvw26-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytvw26 .ytvw26-container{
    padding: 0 12px;
  }.tc-wp-content-root .ytvw26 .ytvw26-heading{
    font-size: 25px;
    margin-bottom: 11px;
  }.tc-wp-content-root .ytvw26 .ytvw26-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .ytvw26 .ytvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card{
    min-height: 222px;
    padding: 18px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .ytvw26 .ytvw26-icon{
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytvw26 .ytvw26-i{
    font-size: 20px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-title{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-text{
    font-size: 12.5px;
    line-height: 1.42;
    margin: 0;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytvw26 .ytvw26-section{
    padding: 40px 0;
  }.tc-wp-content-root .ytvw26 .ytvw26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytvw26 .ytvw26-heading{
    font-size: 22px;
    margin-bottom: 10px;
  }.tc-wp-content-root .ytvw26 .ytvw26-intro{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 20px;
  }.tc-wp-content-root .ytvw26 .ytvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card{
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .ytvw26 .ytvw26-icon{
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytvw26 .ytvw26-i{
    font-size: 18px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-title{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .ytvw26 .ytvw26-card-text{
    font-size: 12px;
    line-height: 1.38;
    margin: 0;
  }}