@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 .ytlv-premium-section, .tc-wp-content-root .ytlv-premium-section *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ytlv-premium-section{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
  --ytlv-primary: #e62117;
  --ytlv-secondary: #ff7a45;
  --ytlv-accent: #111827;
  --ytlv-soft: #fff6f4;
  --ytlv-border: rgba(230, 33, 23, 0.16);
  --ytlv-shadow: rgba(166, 27, 20, 0.14);
  --ytlv-text: #18202a;
  --ytlv-muted: #5d6673;
}.tc-wp-content-root .ytlv-premium-section .ytlv-band{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ytlv-premium-section .ytlv-band-white{
  background: #ffffff;
}.tc-wp-content-root .ytlv-premium-section .ytlv-band-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 33, 23, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f6 0%, #fff3ef 100%);
}.tc-wp-content-root .ytlv-premium-section .ytlv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ytlv-premium-section .ytlv-heading{
  margin: 0 auto;
  color: var(--ytlv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ytlv-premium-section .ytlv-intro{
  margin: 0 auto;
  color: var(--ytlv-muted);
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .ytlv-premium-section .ytlv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ytlv-premium-section .ytlv-card{
  position: relative;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(230, 33, 23, 0.08), transparent 42%);
  border: 1px solid var(--ytlv-border);
  box-shadow: 0 18px 45px var(--ytlv-shadow);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background-position 360ms ease;
}.tc-wp-content-root .ytlv-premium-section .ytlv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(230, 33, 23, 0.11), rgba(255, 122, 69, 0.07), transparent 62%);
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytlv-premium-section .ytlv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(230, 33, 23, 0.32);
  box-shadow: 0 26px 62px rgba(166, 27, 20, 0.2);
}.tc-wp-content-root .ytlv-premium-section .ytlv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytlv-premium-section .ytlv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--ytlv-primary), var(--ytlv-secondary));
  box-shadow: 0 14px 30px rgba(230, 33, 23, 0.22);
  transition: transform 360ms ease, box-shadow 360ms ease, filter 360ms ease;
}.tc-wp-content-root .ytlv-premium-section .ytlv-card:hover .ytlv-icon{
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(230, 33, 23, 0.3);
}.tc-wp-content-root .ytlv-premium-section .ytlv-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .ytlv-premium-section .ytlv-card-title{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--ytlv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ytlv-premium-section .ytlv-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--ytlv-muted);
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}.tc-wp-content-root .ytlv-premium-section .ytlv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytlv-premium-section.ytlv-js-ready .ytlv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytlv-premium-section.ytlv-js-ready .ytlv-reveal.ytlv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 360ms ease, border-color 360ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ytlv-premium-section .ytlv-band{
    padding: 86px 24px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-heading{
    max-width: 920px;
    font-size: 44px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-intro{
    max-width: 720px;
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-i{
    font-size: 30px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-title{
    font-size: 21px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-text{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytlv-premium-section .ytlv-band{
    padding: 70px 22px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-heading{
    max-width: 760px;
    font-size: 36px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-intro{
    max-width: 660px;
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-3, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-i{
    font-size: 28px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-title{
    font-size: 20px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-text{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytlv-premium-section .ytlv-band{
    padding: 54px 16px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-container{
    padding: 0 8px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-heading{
    max-width: 420px;
    font-size: 28px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-intro{
    max-width: 420px;
    margin-top: 11px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-3, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card{
    min-height: 235px;
    padding: 22px 15px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-i{
    font-size: 23px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytlv-premium-section .ytlv-band{
    padding: 48px 12px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-container{
    padding: 0 6px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-heading{
    max-width: 350px;
    font-size: 25px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-intro{
    max-width: 350px;
    margin-top: 10px;
    font-size: 13.8px;
    line-height: 1.52;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-3, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card{
    min-height: 225px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-i{
    font-size: 21px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-title{
    font-size: 15px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-text{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytlv-premium-section .ytlv-band{
    padding: 42px 10px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-container{
    padding: 0 4px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-heading{
    max-width: 310px;
    font-size: 22px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-intro{
    max-width: 310px;
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-grid, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-3, .tc-wp-content-root .ytlv-premium-section .ytlv-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card{
    min-height: 218px;
    padding: 18px 10px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-i{
    font-size: 19px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-title{
    font-size: 14px;
  }.tc-wp-content-root .ytlv-premium-section .ytlv-card-text{
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
  }}