@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.5.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;
}.wpc-scope-456 .tc-wp-content-root img, .wpc-scope-456 .tc-wp-content-root video, .wpc-scope-456 .tc-wp-content-root svg, .wpc-scope-456 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper{
  --nyt-bg-blue: #f0f7ff;
  --nyt-white: #fff;
  --nyt-text: #172033;
  --nyt-muted: #5f6b80;
  --nyt-line: rgba(102, 126, 234, 0.16);
  --nyt-accent: #667eea;
  --nyt-accent-deep: #764ba2;
  --nyt-shadow: 0 16px 38px rgba(35, 50, 90, 0.09);
  --nyt-soft-shadow: 0 10px 26px rgba(35, 50, 90, 0.07);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--nyt-text);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-content-block{
  width: 100%;
  padding: 72px 20px;
  overflow: hidden;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-block-one, .wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-block-three{
  background: #fff;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-block-two{
  background: #f0f7ff;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 920px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--nyt-text);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .gradient-keyword{
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--nyt-line);
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card h3{
  margin: 0;
  color: var(--nyt-text);
  font-size: 1.06rem;
  line-height: 1.3;
  letter-spacing: 0;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card p{
  margin: 10px 0 0;
  color: var(--nyt-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-one .nyt-card-top{
  background: #f0f7ff;
  padding: 26px 22px 24px;
  min-height: 230px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-one .nyt-card-top::before{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transition: transform 650ms ease;
  z-index: -1;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-one .nyt-card-top:hover{
  transform: translateY(-7px);
  box-shadow: var(--nyt-shadow);
  border-color: rgba(102, 126, 234, 0.32);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-one .nyt-card-top:hover::before{
  transform: translateX(120%) skewX(-18deg);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-icon-box{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 10px;
  color: var(--nyt-accent);
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(102, 126, 234, 0.15);
  box-shadow: 0 8px 22px rgba(102, 126, 234, 0.12);
  transition: transform 260ms ease;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card-top:hover .nyt-icon-box{
  transform: rotate(-5deg) scale(1.04);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side{
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  padding: 24px 20px;
  min-height: 218px;
  box-shadow: var(--nyt-soft-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side::before, .wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side::after{
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 220ms ease, transform 420ms ease;
  pointer-events: none;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side::before{
  top: 0;
  left: 0;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, var(--nyt-accent), transparent);
  transform: translateX(-40%);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side::after{
  right: 0;
  bottom: 0;
  width: 2px;
  height: 58%;
  background: linear-gradient(180deg, transparent, var(--nyt-accent-deep));
  transform: translateY(40%);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side:hover{
  transform: perspective(700px) rotateX(1.6deg) rotateY(-1.6deg);
  box-shadow: 0 18px 36px rgba(35, 50, 90, 0.11);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side:hover::before, .wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side:hover::after{
  opacity: 1;
  transform: translate(0);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-side-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  color: #764ba2;
  font-size: 1.5rem;
  background: linear-gradient(145deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.1));
  border: 1px solid rgba(118, 75, 162, 0.14);
  transition: transform 280ms ease;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card-side:hover .nyt-side-icon{
  transform: translateY(-3px) rotateY(180deg);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-side-copy{
  min-width: 0;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge{
  background: #f0f7ff;
  padding: 22px 22px 24px;
  min-height: 220px;
  box-shadow: 0 12px 30px rgba(35, 50, 90, 0.065);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge::before{
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge::after{
  content: "";
  position: absolute;
  left: 22px;
  bottom: 18px;
  width: calc(100% - 44px);
  height: 2px;
  background: linear-gradient(90deg, var(--nyt-accent), var(--nyt-accent-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge:hover{
  transform: scale(1.018);
  box-shadow: 0 18px 38px rgba(35, 50, 90, 0.105);
  border-color: rgba(118, 75, 162, 0.28);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge:hover::before{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge:hover::after{
  transform: scaleX(1);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-badge-row{
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 0 0 18px;
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-badge-icon{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: var(--nyt-accent);
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(102, 126, 234, 0.16);
  transition: transform 280ms cubic-bezier(0.2, 0.9, 0.24, 1.35);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-badge-label{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  color: #4b5fc2;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(102, 126, 234, 0.14);
}.wpc-scope-456 .tc-wp-content-root .font-content-section-wrapper .nyt-card-badge:hover .nyt-badge-icon{
  transform: translateY(-2px) scale(1.08);
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .nyt-card-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .nyt-card-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .nyt-content-block{
    padding: 52px 16px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.65rem;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-grid-one .nyt-card-top, .tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side, .tc-wp-content-root .font-content-section-wrapper .nyt-grid-three .nyt-card-badge{
    min-height: auto;
    padding: 21px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-grid-two .nyt-card-side{
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-side-icon{
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .nyt-card p{
    font-size: 0.93rem;
  }}