@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 .ypviewer26-wrapper, .tc-wp-content-root .ypviewer26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ypviewer26-wrapper{
  width: 100% !important;
  overflow: hidden;
  color: #232326;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ypviewer26-section{
  width: 100% !important;
}.tc-wp-content-root .ypviewer26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ypviewer26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.075), transparent 34%),
    linear-gradient(180deg, #fff8f6 0%, #fffdfb 100%);
}.tc-wp-content-root .ypviewer26-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ypviewer26-heading, .tc-wp-content-root .ypviewer26-intro, .tc-wp-content-root .ypviewer26-card-title, .tc-wp-content-root .ypviewer26-card-text{
  text-align: center !important;
}.tc-wp-content-root .ypviewer26-heading{
  margin: 0 auto;
  color: #171719;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ypviewer26-intro{
  margin: 0 auto;
  color: #5d5f66;
  line-height: 1.7;
  max-width: 760px;
}.tc-wp-content-root .ypviewer26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .ypviewer26-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 180, 64, 0.08));
  border: 1px solid #f0d7d2;
  box-shadow: 0 18px 48px rgba(191, 29, 29, 0.11);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}.tc-wp-content-root .ypviewer26-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff9f1c);
  transform: scaleX(0.28);
  transform-origin: center;
  opacity: 0.7;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .ypviewer26-card:hover{
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 24px 62px rgba(191, 29, 29, 0.16);
}.tc-wp-content-root .ypviewer26-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .ypviewer26-icon{
  display: grid;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, #ff0000 0%, #df2020 48%, #ff9f1c 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ypviewer26-card:hover .ypviewer26-icon{
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 36px rgba(255, 0, 0, 0.26);
}.tc-wp-content-root .ypviewer26-i{
  display: inline-block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ypviewer26-card-title{
  margin: 0;
  color: #222225;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ypviewer26-card-text{
  margin: 0;
  color: #666970;
  line-height: 1.62;
}.tc-wp-content-root .ypviewer26-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ypviewer26-wrapper.ypviewer26-js .ypviewer26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ypviewer26-wrapper.ypviewer26-js .ypviewer26-card.ypviewer26-show{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ypviewer26-section{
    padding: 86px 0;
  }.tc-wp-content-root .ypviewer26-container{
    padding: 0 28px;
  }.tc-wp-content-root .ypviewer26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ypviewer26-intro{
    font-size: 18px;
    padding-top: 18px;
  }.tc-wp-content-root .ypviewer26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .ypviewer26-card{
    min-height: 300px;
    padding: 38px 30px 34px;
    border-radius: 24px;
  }.tc-wp-content-root .ypviewer26-icon{
    width: 76px;
    height: 76px;
    border-radius: 22px;
    margin-bottom: 26px;
    font-size: 31px;
  }.tc-wp-content-root .ypviewer26-card-title{
    font-size: 22px;
  }.tc-wp-content-root .ypviewer26-card-text{
    font-size: 16px;
    padding-top: 13px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ypviewer26-section{
    padding: 68px 0;
  }.tc-wp-content-root .ypviewer26-container{
    padding: 0 24px;
  }.tc-wp-content-root .ypviewer26-heading{
    font-size: 35px;
    max-width: 760px;
  }.tc-wp-content-root .ypviewer26-intro{
    font-size: 16px;
    padding-top: 15px;
  }.tc-wp-content-root .ypviewer26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .ypviewer26-card{
    min-height: 270px;
    padding: 32px 24px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .ypviewer26-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 22px;
    font-size: 28px;
  }.tc-wp-content-root .ypviewer26-card-title{
    font-size: 20px;
  }.tc-wp-content-root .ypviewer26-card-text{
    font-size: 15px;
    padding-top: 11px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ypviewer26-section{
    padding: 50px 0;
  }.tc-wp-content-root .ypviewer26-container{
    padding: 0 16px;
  }.tc-wp-content-root .ypviewer26-heading{
    font-size: 28px;
    max-width: 430px;
  }.tc-wp-content-root .ypviewer26-intro{
    font-size: 14px;
    padding-top: 12px;
    line-height: 1.6;
  }.tc-wp-content-root .ypviewer26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ypviewer26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ypviewer26-icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 22px;
  }.tc-wp-content-root .ypviewer26-card-title{
    font-size: 16px;
  }.tc-wp-content-root .ypviewer26-card-text{
    font-size: 13px;
    padding-top: 9px;
    line-height: 1.52;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ypviewer26-section{
    padding: 44px 0;
  }.tc-wp-content-root .ypviewer26-container{
    padding: 0 12px;
  }.tc-wp-content-root .ypviewer26-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .ypviewer26-intro{
    font-size: 13px;
    padding-top: 10px;
    line-height: 1.55;
  }.tc-wp-content-root .ypviewer26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .ypviewer26-card{
    min-height: 224px;
    padding: 18px 10px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ypviewer26-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 20px;
  }.tc-wp-content-root .ypviewer26-card-title{
    font-size: 15px;
  }.tc-wp-content-root .ypviewer26-card-text{
    font-size: 12.5px;
    padding-top: 8px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ypviewer26-section{
    padding: 38px 0;
  }.tc-wp-content-root .ypviewer26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ypviewer26-heading{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .ypviewer26-intro{
    font-size: 12.5px;
    padding-top: 9px;
    line-height: 1.5;
  }.tc-wp-content-root .ypviewer26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .ypviewer26-card{
    min-height: 216px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .ypviewer26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .ypviewer26-card-title{
    font-size: 14px;
  }.tc-wp-content-root .ypviewer26-card-text{
    font-size: 12px;
    padding-top: 7px;
    line-height: 1.43;
  }}

.tc-wp-content-root .ypviewer26-grid-3 {}