@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.2/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 .nycag-content-block, .tc-wp-content-root .nycag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .nycag-content-block{
  width: 100%;
  font-family: inherit;
  color: #102033;
  overflow-x: hidden;
}.tc-wp-content-root .nycag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .nycag-section-one, .tc-wp-content-root .nycag-section-three{
  background: #fff;
}.tc-wp-content-root .nycag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .nycag-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .nycag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .nycag-section-head h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .nycag-section-head h2 span{
  background: linear-gradient(135deg, #0877d9 0%, #10b8d8 52%, #46d6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .nycag-section-head p{
  margin: 0;
  color: #52657a;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .nycag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .nycag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 2.5vw, 1.55rem);
  border: 1px solid rgba(8, 119, 217, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(16, 32, 51, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  will-change: transform;
}.tc-wp-content-root .nycag-section-one .nycag-card, .tc-wp-content-root .nycag-section-three .nycag-card{
  background: #f0f7ff;
}.tc-wp-content-root .nycag-section-two .nycag-card{
  background: #fff;
}.tc-wp-content-root .nycag-card::before, .tc-wp-content-root .nycag-card::after{
  content: "";
  position: absolute;
  pointer-events: none;
}.tc-wp-content-root .nycag-card-head{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 0.95rem);
  margin-bottom: 0.9rem;
}.tc-wp-content-root .nycag-icon{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 6vw, 2.9rem);
  height: clamp(2.35rem, 6vw, 2.9rem);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0877d9, #10b8d8);
  box-shadow: 0 10px 22px rgba(8, 119, 217, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .nycag-icon i{
  font-size: clamp(1rem, 3vw, 1.18rem);
  line-height: 1;
}.tc-wp-content-root .nycag-card h3{
  margin: 0;
  color: #102033;
  font-size: clamp(1.02rem, 2.2vw, 1.22rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .nycag-card p{
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #52657a;
  font-size: clamp(0.94rem, 1.7vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .nycag-card ul{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .nycag-card li{
  position: relative;
  padding-left: 1rem;
  color: #30465d;
  font-size: clamp(0.88rem, 1.6vw, 0.95rem);
  line-height: 1.45;
}.tc-wp-content-root .nycag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0877d9, #46d6ff);
  box-shadow: 0 0 0 3px rgba(16, 184, 216, 0.12);
}.tc-wp-content-root .nycag-section-one .nycag-card::before{
  inset: -40% auto auto -70%;
  width: 55%;
  height: 190%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.68) 45%, transparent 100%);
  transform: rotate(12deg) translateX(0);
  opacity: 0;
  transition: transform 620ms ease, opacity 360ms ease;
}.tc-wp-content-root .nycag-section-one .nycag-card:hover{
  transform: scale(1.025);
  border-color: rgba(16, 184, 216, 0.32);
  box-shadow: 0 22px 45px rgba(8, 119, 217, 0.14);
}.tc-wp-content-root .nycag-section-one .nycag-card:hover::before{
  transform: rotate(12deg) translateX(340%);
  opacity: 1;
}.tc-wp-content-root .nycag-section-two .nycag-card::before{
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(8, 119, 217, 0), rgba(8, 119, 217, 0.65), rgba(70, 214, 255, 0.7), rgba(8, 119, 217, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .nycag-section-two .nycag-card:hover{
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 44px rgba(16, 32, 51, 0.1);
}.tc-wp-content-root .nycag-section-two .nycag-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .nycag-section-two .nycag-card:hover .nycag-icon{
  transform: perspective(500px) rotateY(180deg);
  box-shadow: 0 12px 26px rgba(16, 184, 216, 0.26);
}.tc-wp-content-root .nycag-section-three .nycag-card::after{
  inset: -35%;
  background: radial-gradient(circle at var(--nycag-spot-x, 50%) var(--nycag-spot-y, 12%), rgba(70, 214, 255, 0.26), transparent 42%);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .nycag-section-three .nycag-card:hover{
  transform: translateY(3px) scale(0.992);
  border-color: rgba(8, 119, 217, 0.24);
  box-shadow: inset 0 3px 12px rgba(8, 119, 217, 0.08), 0 14px 32px rgba(16, 32, 51, 0.08);
}.tc-wp-content-root .nycag-section-three .nycag-card:hover::after{
  opacity: 1;
  transform: scale(1);
}.tc-wp-content-root .nycag-section-three .nycag-card:hover .nycag-icon{
  transform: translateY(2px) scale(0.96);
}@media (max-width: 991.98px) {.tc-wp-content-root .nycag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .nycag-section{
    padding: clamp(2.35rem, 10vw, 3.25rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .nycag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .nycag-card{
    border-radius: 16px;
  }.tc-wp-content-root .nycag-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .nycag-card, .tc-wp-content-root .nycag-card::before, .tc-wp-content-root .nycag-card::after, .tc-wp-content-root .nycag-icon{
    transition: none;
  }.tc-wp-content-root .nycag-section-one .nycag-card:hover, .tc-wp-content-root .nycag-section-two .nycag-card:hover, .tc-wp-content-root .nycag-section-three .nycag-card:hover, .tc-wp-content-root .nycag-section-two .nycag-card:hover .nycag-icon, .tc-wp-content-root .nycag-section-three .nycag-card:hover .nycag-icon{
    transform: none;
  }}