@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 .rrwv-2026, .tc-wp-content-root .rrwv-2026 *{
  box-sizing: border-box;
}.tc-wp-content-root .rrwv-2026{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f252b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .rrwv-2026 .rrwv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .rrwv-2026 .rrwv-section-white{
  background: #ffffff;
}.tc-wp-content-root .rrwv-2026 .rrwv-section-tint{
  background: #fff5f1;
}.tc-wp-content-root .rrwv-2026 .rrwv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .rrwv-2026 .rrwv-heading, .tc-wp-content-root .rrwv-2026 .rrwv-intro, .tc-wp-content-root .rrwv-2026 .rrwv-card-title, .tc-wp-content-root .rrwv-2026 .rrwv-card-text{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .rrwv-2026 .rrwv-heading{
  color: #191f25;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .rrwv-2026 .rrwv-intro{
  color: #58616b;
  line-height: 1.65;
  margin-top: 0;
}.tc-wp-content-root .rrwv-2026 .rrwv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .rrwv-2026 .rrwv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(92, 35, 17, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
  background-size: 100% 130%;
}.tc-wp-content-root .rrwv-2026 .rrwv-card-warm{
  background: linear-gradient(180deg, #ffffff 0%, #fff8f4 55%, #fff1ea 100%);
}.tc-wp-content-root .rrwv-2026 .rrwv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 3px solid rgba(255, 69, 0, 0.34);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .rrwv-2026 .rrwv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 24px 62px rgba(92, 35, 17, 0.15);
  background-position: 0 100%;
}.tc-wp-content-root .rrwv-2026 .rrwv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rrwv-2026 .rrwv-icon{
  display: grid;
  place-items: center;
  text-align: center !important;
  border-radius: 999px;
  color: #ff4500;
  background: radial-gradient(circle at 35% 25%, #ffe3d8 0%, #fff4ef 48%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 69, 0, 0.14), 0 12px 28px rgba(255, 69, 0, 0.13);
  transition: transform 280ms ease, box-shadow 280ms ease, color 280ms ease;
}.tc-wp-content-root .rrwv-2026 .rrwv-card:hover .rrwv-icon{
  transform: translateY(-4px) scale(1.04);
  color: #c43200;
  box-shadow: inset 0 0 0 1px rgba(255, 69, 0, 0.22), 0 16px 34px rgba(255, 69, 0, 0.18);
}.tc-wp-content-root .rrwv-2026 .rrwv-i{
  text-align: center !important;
  line-height: 1;
}.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
  color: #20262d;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
  color: #5c6670;
  line-height: 1.58;
  margin-bottom: 0;
}.tc-wp-content-root .rrwv-2026.rrwv-js .rrwv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rrwv-2026.rrwv-js .rrwv-card.rrwv-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rrwv-2026.rrwv-js .rrwv-card.rrwv-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .rrwv-2026 .rrwv-section{
    padding: 86px 0;
  }.tc-wp-content-root .rrwv-2026 .rrwv-container{
    padding: 0 28px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-heading{
    font-size: 42px;
    white-space: nowrap;
    margin-bottom: 16px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-intro{
    max-width: 740px;
    font-size: 17px;
    margin-bottom: 44px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card{
    min-height: 300px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-icon{
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-i{
    font-size: 30px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
    font-size: 21px;
    margin: 0 0 13px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rrwv-2026 .rrwv-section{
    padding: 68px 0;
  }.tc-wp-content-root .rrwv-2026 .rrwv-container{
    padding: 0 24px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-heading{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-intro{
    max-width: 690px;
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-i{
    font-size: 27px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
    font-size: 19px;
    margin: 0 0 11px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rrwv-2026 .rrwv-section{
    padding: 50px 0;
  }.tc-wp-content-root .rrwv-2026 .rrwv-container{
    padding: 0 16px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-heading{
    font-size: 28px;
    margin-bottom: 11px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-icon{
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-i{
    font-size: 23px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
    font-size: 13.2px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rrwv-2026 .rrwv-section{
    padding: 44px 0;
  }.tc-wp-content-root .rrwv-2026 .rrwv-container{
    padding: 0 12px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-heading{
    font-size: 25px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-intro{
    font-size: 13.8px;
    line-height: 1.5;
    margin-bottom: 21px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card{
    min-height: 220px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-i{
    font-size: 21px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
    font-size: 15px;
    margin: 0 0 8px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rrwv-2026 .rrwv-section{
    padding: 38px 0;
  }.tc-wp-content-root .rrwv-2026 .rrwv-container{
    padding: 0 9px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-heading{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-intro{
    font-size: 12.8px;
    line-height: 1.46;
    margin-bottom: 18px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card{
    min-height: 210px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-i{
    font-size: 19px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
    font-size: 13.7px;
    margin: 0 0 7px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .rrwv-2026 .rrwv-section{
    padding: 34px 0;
  }.tc-wp-content-root .rrwv-2026 .rrwv-container{
    padding: 0 10px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-heading{
    font-size: 21px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-intro{
    font-size: 12.5px;
    margin-bottom: 17px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-i{
    font-size: 19px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-title{
    font-size: 14px;
    margin: 0 0 7px;
  }.tc-wp-content-root .rrwv-2026 .rrwv-card-text{
    font-size: 12px;
  }}