/* Generated from home.html. Blocksy owns global typography; header, footer and menu markup are removed from the Gutenberg fragment. */
.wtt-page.wtt-page--home{
    --primary:var(--theme-palette-color-1,#0E7CC5);
    --hover:var(--theme-palette-color-2,#0567AD);
    --accent:#51A9DC;
    --dark:var(--theme-palette-color-4,#1E1F23);
    --light:#F7F9FC;
    --white:#FFFFFF;
    --ink:var(--theme-text-color,#14161A);
    --muted:#5B6470;
    --line:#E4E9F0;
    --radius:10px;
    --shadow:0 10px 30px rgba(20,30,50,.08);
    --shadow-lg:0 20px 50px rgba(20,30,50,.14);
    --maxw:1400px;
  }.wtt-page.wtt-page--home *{margin:0;padding:0;box-sizing:border-box}.wtt-page.wtt-page--home{scroll-behavior:smooth}.wtt-page.wtt-page--home{
    
    color:var(--ink);
    background:var(--white);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }.wtt-page.wtt-page--home img{max-width:100%;display:block}.wtt-page.wtt-page--home a{text-decoration:none;color:inherit}.wtt-page.wtt-page--home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.wtt-page.wtt-page--home .eyebrow{
    display:inline-block;font-size:15px;font-weight:700;letter-spacing:.18em;
    text-transform:uppercase;color:var(--primary);margin-bottom:14px;
  }.wtt-page.wtt-page--home .eyebrow.light{color:var(--accent)}.wtt-page.wtt-page--home .section{padding:110px 0}.wtt-page.wtt-page--home .section-head{max-width:720px;margin-bottom:56px}.wtt-page.wtt-page--home .section-head.center{margin-left:auto;margin-right:auto;text-align:center}.wtt-page.wtt-page--home .section-head h2{font-size:clamp(30px,4.2vw,48px);margin-bottom:16px}.wtt-page.wtt-page--home #products .section-head{max-width:none}.wtt-page.wtt-page--home #products .section-head h2{white-space:nowrap}.wtt-page.wtt-page--home .section-head p{font-size:18px;color:var(--muted)}.wtt-page.wtt-page--home .btn{
    display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;
    padding:16px 30px;border-radius:var(--radius);border:2px solid transparent;
    cursor:pointer;transition:.25s ease;line-height:1;
  }.wtt-page.wtt-page--home .btn-primary{background:var(--primary);color:#fff}.wtt-page.wtt-page--home .btn-primary:hover{background:var(--hover);transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,124,197,.35)}.wtt-page.wtt-page--home .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.wtt-page.wtt-page--home .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}.wtt-page.wtt-page--home .btn-dark{background:var(--dark);color:#fff}.wtt-page.wtt-page--home .btn-dark:hover{background:#000;transform:translateY(-2px)}.wtt-page.wtt-page--home .arrow{font-size:18px;transition:transform .25s}.wtt-page.wtt-page--home .btn:hover .arrow{transform:translateX(4px)}.wtt-page.wtt-page--home /* HEADER */
  header{
    position:fixed;top:0;left:0;right:0;z-index:100;
    transition:.3s ease;padding:18px 0;
    background:transparent;border-bottom:1px solid transparent;
  }.wtt-page.wtt-page--home header.scrolled{padding:10px 0;background:#fff;border-bottom-color:var(--line);box-shadow:0 6px 24px rgba(20,30,50,.12)}.wtt-page.wtt-page--home .nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.wtt-page.wtt-page--home .logo{display:flex;align-items:center;gap:11px;font-weight:900;font-size:24px;letter-spacing:-.03em}.wtt-page.wtt-page--home .logo img{height:48px;width:auto;display:block}.wtt-page.wtt-page--home /* logo swap: white text at top (transparent), .wtt-page.wtt-page--home dark text after scroll */
  .logo .logo-light{display:block}.wtt-page.wtt-page--home .logo .logo-dark{display:none}.wtt-page.wtt-page--home header.scrolled .logo .logo-light{display:none}.wtt-page.wtt-page--home header.scrolled .logo .logo-dark{display:block}.wtt-page.wtt-page--home .logo .mark{
    width:40px;height:40px;border-radius:9px;display:grid;place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--accent));font-size:20px;
    box-shadow:0 6px 16px rgba(14,124,197,.45);
  }.wtt-page.wtt-page--home .logo b{color:var(--accent)}.wtt-page.wtt-page--home .nav-links{display:flex;align-items:center;gap:30px}.wtt-page.wtt-page--home .nav-links a{color:rgba(255,255,255,.9);font-weight:600;font-size:15px;transition:.2s}.wtt-page.wtt-page--home .nav-links a:hover{color:#fff}.wtt-page.wtt-page--home header.scrolled .nav-links a{color:var(--ink)}.wtt-page.wtt-page--home header.scrolled .nav-links a:hover{color:var(--primary)}.wtt-page.wtt-page--home .nav-item{position:relative}.wtt-page.wtt-page--home .nav-item .caret{font-size:11px;opacity:.8}.wtt-page.wtt-page--home .dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:200px;
    background:rgba(30,31,35,.98);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);
    border-radius:var(--radius);padding:8px;box-shadow:0 16px 40px rgba(0,0,0,.4);
    display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transition:.22s ease;z-index:50}.wtt-page.wtt-page--home .dropdown a{padding:10px 14px;border-radius:7px;font-size:14px}.wtt-page.wtt-page--home .dropdown a:hover{background:rgba(14,124,197,.18);color:#fff}.wtt-page.wtt-page--home .nav-item.has-drop:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}.wtt-page.wtt-page--home .nav-cta{display:flex;align-items:center;gap:16px}.wtt-page.wtt-page--home .nav-cta .btn{padding:12px 22px;font-size:15px}.wtt-page.wtt-page--home .burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:0;padding:6px}.wtt-page.wtt-page--home .burger span{width:26px;height:2px;background:#fff;border-radius:2px;transition:.3s}.wtt-page.wtt-page--home header.scrolled .burger span{background:var(--ink)}.wtt-page.wtt-page--home /* HERO */
  .hero{
    position:relative;min-height:100vh;display:flex;align-items:center;
    background:url('https://images.unsplash.com/photo-1565008447742-97f6f38c985c?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat;
    color:#fff;padding:140px 0 60px;
  }.wtt-page.wtt-page--home .hero .wrap{width:100%}.wtt-page.wtt-page--home .hero-inner{position:relative;z-index:2;max-width:880px}.wtt-page.wtt-page--home .hero h1{font-size:clamp(38px,6vw,72px);font-weight:900;margin-bottom:22px}.wtt-page.wtt-page--home .hero h1 .hl{color:var(--accent)}.wtt-page.wtt-page--home .hero p.sub{font-size:clamp(17px,2vw,21px);color:rgba(255,255,255,.85);max-width:720px;margin-bottom:36px;font-weight:400}.wtt-page.wtt-page--home .hero-cta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:0}.wtt-page.wtt-page--home .badges{display:flex;gap:14px;flex-wrap:wrap}.wtt-page.wtt-page--home .badge{
    display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(6px);
    padding:11px 18px;border-radius:50px;font-weight:600;font-size:14px;
  }.wtt-page.wtt-page--home .badge .dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.wtt-page.wtt-page--home /* PRODUCT CATEGORIES — IMAGE ACCORDION */
  .acc{display:flex;gap:12px;height:480px;width:100%}.wtt-page.wtt-page--home .acc-item{
    position:relative;flex:1;min-width:0;border-radius:var(--radius);overflow:hidden;
    cursor:pointer;transition:flex .65s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow);
  }.wtt-page.wtt-page--home .acc-item.active{flex:5.5}.wtt-page.wtt-page--home .acc-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.wtt-page.wtt-page--home .acc-item.active img{transform:scale(1.06)}.wtt-page.wtt-page--home .acc-item::after{content:"";position:absolute;inset:0;transition:.45s;
    background:linear-gradient(180deg,rgba(20,22,28,.15),rgba(14,16,22,.82))}.wtt-page.wtt-page--home .acc-item.active::after{background:linear-gradient(180deg,rgba(14,124,197,.12),rgba(5,103,173,.55))}.wtt-page.wtt-page--home .acc-vlabel{
    position:absolute;bottom:28px;left:50%;transform:translateX(-50%) rotate(180deg);
    writing-mode:vertical-rl;color:#fff;font-weight:800;font-size:17px;letter-spacing:.02em;
    white-space:nowrap;z-index:2;transition:opacity .3s;text-shadow:0 2px 8px rgba(0,0,0,.4)
  }.wtt-page.wtt-page--home .acc-item.active .acc-vlabel{opacity:0}.wtt-page.wtt-page--home .acc-content{
    position:absolute;left:0;bottom:0;padding:32px;color:#fff;width:360px;max-width:80vw;
    opacity:0;transform:translateY(16px);transition:opacity .4s .2s, transform .4s .2s;z-index:2;pointer-events:none
  }.wtt-page.wtt-page--home .acc-item.active .acc-content{opacity:1;transform:none;pointer-events:auto}.wtt-page.wtt-page--home .acc-content .tagline{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:8px}.wtt-page.wtt-page--home .acc-content h3{font-size:26px;margin-bottom:10px}.wtt-page.wtt-page--home .acc-content p{font-size:15px;color:rgba(255,255,255,.85);margin-bottom:16px}.wtt-page.wtt-page--home .acc-content .more{font-weight:700;color:#fff;font-size:14px;display:inline-flex;gap:7px;align-items:center;border-bottom:2px solid var(--accent);padding-bottom:3px}.wtt-page.wtt-page--home /* INDUSTRY SOLUTIONS */
  .sol-section{background:var(--light)}.wtt-page.wtt-page--home .sol-slider{position:relative;overflow:hidden;padding:14px 0}.wtt-page.wtt-page--home .sol-track{display:flex;gap:28px;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.wtt-page.wtt-page--home .sol{
    position:relative;border-radius:var(--radius);overflow:hidden;height:440px;
    flex:0 0 56%;box-shadow:none;cursor:pointer;
    transform:scale(.86);opacity:1;
    transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,box-shadow .6s;
  }.wtt-page.wtt-page--home .sol.is-active{transform:scale(1);opacity:1;box-shadow:none}.wtt-page.wtt-page--home .sol-arrow{
    position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:54px;height:54px;border:0;
    border-radius:50%;background:var(--primary);color:#fff;font-size:24px;line-height:1;cursor:pointer;
    box-shadow:0 10px 28px rgba(14,124,197,.45);display:grid;place-items:center;transition:.25s;
  }.wtt-page.wtt-page--home .sol-arrow:hover{background:var(--hover);transform:translateY(-50%) scale(1.08)}.wtt-page.wtt-page--home .sol-arrow.prev{left:14%}.wtt-page.wtt-page--home .sol-arrow.next{right:14%}.wtt-page.wtt-page--home .sol img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.wtt-page.wtt-page--home .sol:hover img{transform:scale(1.1)}.wtt-page.wtt-page--home .sol .ov{
    position:absolute;inset:auto 0 0;display:flex;flex-direction:column;justify-content:flex-end;
    padding:18px 24px;background:rgba(14,16,22,.68);color:#fff;
  }.wtt-page.wtt-page--home .sol .ov span{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.wtt-page.wtt-page--home .sol .ov h3{font-size:20px}.wtt-page.wtt-page--home .sol .ov i{width:40px;height:3px;background:var(--accent);border-radius:3px;margin-top:12px;transition:.3s}.wtt-page.wtt-page--home .sol:hover .ov i{width:70px}.wtt-page.wtt-page--home /* WHY / STATS */
  .why{
    color:#fff;position:relative;
    background:linear-gradient(rgba(20,22,28,.9),rgba(20,22,28,.93)),
      url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
  }.wtt-page.wtt-page--home .why .section-head p{color:rgba(255,255,255,.7)}.wtt-page.wtt-page--home .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:0}.wtt-page.wtt-page--home .stat{text-align:center;padding:34px 18px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(20,22,28,.45);backdrop-filter:blur(6px);transition:.3s}.wtt-page.wtt-page--home .stat:hover{border-color:var(--accent);background:rgba(14,124,197,.18)}.wtt-page.wtt-page--home .stat .num{font-size:clamp(38px,5vw,56px);font-weight:900;color:var(--accent);letter-spacing:-.03em;line-height:1}.wtt-page.wtt-page--home .stat .lbl{margin-top:12px;font-size:15px;color:rgba(255,255,255,.78);font-weight:500}.wtt-page.wtt-page--home .why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.wtt-page.wtt-page--home .wcard{text-align:left;padding:32px 26px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(20,22,28,.45);backdrop-filter:blur(6px);transition:.3s}.wtt-page.wtt-page--home .wcard:hover{border-color:var(--accent);background:rgba(14,124,197,.18);transform:translateY(-4px)}.wtt-page.wtt-page--home .wcard .wic{width:56px;height:56px;border-radius:12px;display:grid;place-items:center;background:rgba(81,169,220,.16);margin-bottom:20px}.wtt-page.wtt-page--home .wcard .wic svg{width:30px;height:30px;color:var(--accent)}.wtt-page.wtt-page--home .wcard h3{font-size:19px;font-weight:800;color:#fff;margin-bottom:12px}.wtt-page.wtt-page--home .wcard p{font-size:14.5px;line-height:1.65;color:rgba(255,255,255,.72);margin-bottom:18px}.wtt-page.wtt-page--home .wpoints{list-style:none;display:flex;flex-direction:column;gap:11px}.wtt-page.wtt-page--home .wpoints li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;font-weight:600;color:rgba(255,255,255,.86)}.wtt-page.wtt-page--home .wpoints li svg{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:1px}.wtt-page.wtt-page--home .why-feats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.wtt-page.wtt-page--home .feat{display:flex;flex-direction:column;gap:12px}.wtt-page.wtt-page--home .feat .ico{width:54px;height:54px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--accent));display:grid;place-items:center;font-size:24px}.wtt-page.wtt-page--home .feat h4{font-size:18px}.wtt-page.wtt-page--home .feat p{font-size:14px;color:rgba(255,255,255,.66)}.wtt-page.wtt-page--home /* COMPANY INTRO — stat band + about + logos */
  .statband{background:linear-gradient(90deg,var(--hover),var(--primary) 52%,var(--accent));color:#fff}.wtt-page.wtt-page--home .sb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:42px 0}.wtt-page.wtt-page--home .sb-item{text-align:center;position:relative}.wtt-page.wtt-page--home .sb-item:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:50px;width:1px;background:rgba(255,255,255,.28)}.wtt-page.wtt-page--home .sb-num{font-size:clamp(30px,4vw,44px);font-weight:900;letter-spacing:-.02em;line-height:1}.wtt-page.wtt-page--home .sb-lbl{margin-top:8px;font-size:14px;font-weight:600;color:rgba(255,255,255,.9)}.wtt-page.wtt-page--home .about-top{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center;margin-bottom:60px}.wtt-page.wtt-page--home .about-copy h2{font-size:clamp(28px,3.6vw,40px);margin-bottom:14px}.wtt-page.wtt-page--home .about-copy .about-sub{font-size:19px;font-weight:700;color:var(--primary);margin-bottom:18px}.wtt-page.wtt-page--home .about-copy p{color:var(--muted);font-size:16px;margin-bottom:28px;max-width:520px}.wtt-page.wtt-page--home .about-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);cursor:pointer}.wtt-page.wtt-page--home .about-img img{width:100%;height:100%;min-height:360px;object-fit:cover}.wtt-page.wtt-page--home .about-img video{cursor:pointer}.wtt-page.wtt-page--home .about-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.wtt-page.wtt-page--home .afeat{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:.3s}.wtt-page.wtt-page--home .afeat:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-4px)}.wtt-page.wtt-page--home .afeat .ai{width:50px;height:50px;border-radius:12px;display:grid;place-items:center;background:rgba(14,124,197,.1);color:var(--primary);margin-bottom:18px}.wtt-page.wtt-page--home .afeat .ai svg{width:26px;height:26px}.wtt-page.wtt-page--home .afeat h4{font-size:18px;font-weight:800;margin-bottom:10px}.wtt-page.wtt-page--home .afeat p{color:var(--muted);font-size:14.5px;line-height:1.6}.wtt-page.wtt-page--home .logos-band{background:var(--wsc-logo-band-background,var(--primary));padding:56px 0}.wtt-page.wtt-page--home .logos-band .lcap{text-align:center;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--wsc-logo-band-heading,#c9d8e6);margin-bottom:32px}.wtt-page.wtt-page--home .logos-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.wtt-page.wtt-page--home .logos-track{display:flex;align-items:center;gap:clamp(32px,5vw,64px);width:max-content;animation:logoLoop 16s linear infinite}.wtt-page.wtt-page--home .logos-marquee:hover .logos-track{animation-play-state:paused}
  @keyframes logoLoop{from{transform:translateX(0)}to{transform:translateX(-50%)}}.wtt-page.wtt-page--home .logo-item{height:110px;width:auto;max-width:300px;object-fit:contain;background:var(--wsc-logo-card-background,#f4f7fb);border-radius:10px;padding:18px 30px;opacity:.96;flex:0 0 auto;transition:.25s}.wtt-page.wtt-page--home .logo-item:hover{opacity:1;box-shadow:0 8px 22px rgba(0,0,0,.25)}.wtt-page.wtt-page--home /* BLOG (masonry image cards) */
  .blog-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;grid-auto-rows:230px}.wtt-page.wtt-page--home .bpost{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.3s;cursor:pointer;display:block}.wtt-page.wtt-page--home .bpost:first-child{grid-row:span 2}.wtt-page.wtt-page--home .bpost:hover{box-shadow:var(--shadow-lg)}.wtt-page.wtt-page--home .bpost img{width:100%;height:100%;object-fit:cover;transition:.5s}.wtt-page.wtt-page--home .bpost:hover img{transform:scale(1.07)}.wtt-page.wtt-page--home .bpost::after{content:"";position:absolute;inset:0;transition:.35s;background:linear-gradient(180deg,transparent 35%,rgba(14,16,22,.85))}.wtt-page.wtt-page--home .bpost:hover::after{background:linear-gradient(180deg,transparent 25%,rgba(5,103,173,.6))}.wtt-page.wtt-page--home .bpost .cap{position:absolute;left:0;right:0;bottom:0;padding:24px;color:#fff;z-index:2}.wtt-page.wtt-page--home .bpost .cap .meta{font-size:12px;color:var(--accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.wtt-page.wtt-page--home .bpost .cap h3{font-size:21px;line-height:1.25}.wtt-page.wtt-page--home .bpost:first-child .cap h3{font-size:26px}.wtt-page.wtt-page--home .bpost .cap .more{margin-top:12px;font-size:13px;font-weight:700;color:#fff;display:inline-flex;gap:6px;align-items:center;opacity:0;max-height:0;transform:translateY(6px);transition:.35s;border-bottom:2px solid var(--accent);padding-bottom:2px}.wtt-page.wtt-page--home .bpost:hover .cap .more{opacity:1;max-height:30px;transform:none}.wtt-page.wtt-page--home /* PROJECTS */
  .proj-section{background:var(--light)}.wtt-page.wtt-page--home .proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.wtt-page.wtt-page--home .proj{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.3s;border:1px solid var(--line)}.wtt-page.wtt-page--home .proj:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.wtt-page.wtt-page--home .proj .ph{height:230px;overflow:hidden;position:relative}.wtt-page.wtt-page--home .proj .ph img{width:100%;height:100%;object-fit:cover;transition:.5s}.wtt-page.wtt-page--home .proj:hover .ph img{transform:scale(1.08)}.wtt-page.wtt-page--home .proj .tag{position:absolute;top:16px;left:16px;background:var(--primary);color:#fff;font-size:12px;font-weight:700;padding:6px 12px;border-radius:50px;letter-spacing:.04em}.wtt-page.wtt-page--home .proj .body{padding:24px}.wtt-page.wtt-page--home .proj h3{font-size:20px;margin-bottom:14px}.wtt-page.wtt-page--home .proj .meta{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wtt-page.wtt-page--home .proj .meta div span{display:block;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.wtt-page.wtt-page--home .proj .meta div b{font-size:15px;color:var(--ink)}.wtt-page.wtt-page--home /* PROCESS GRID */
  #process{background:var(--light)}.wtt-page.wtt-page--home .timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:52px 32px;position:relative;margin-top:38px;container-type:inline-size}.wtt-page.wtt-page--home .tstep{grid-column:span 2;position:relative;min-width:0;text-align:center}.wtt-page.wtt-page--home .tstep:nth-child(n+4){grid-column:span 3}.wtt-page.wtt-page--home .tcard{max-width:none;background:transparent}.wtt-page.wtt-page--home .tcard-img{aspect-ratio:3/2;overflow:hidden;border-radius:6px;background:#dfe7ed;box-shadow:0 12px 28px rgba(21,55,78,.1);transition:transform .3s ease,box-shadow .3s ease}.wtt-page.wtt-page--home .tstep:nth-child(n+4) .tcard-img{aspect-ratio:8/3}.wtt-page.wtt-page--home .tcard-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.wtt-page.wtt-page--home .tcard:hover .tcard-img{transform:translateY(-4px);box-shadow:0 18px 36px rgba(21,55,78,.16)}.wtt-page.wtt-page--home .tcard:hover .tcard-img img{transform:scale(1.045)}.wtt-page.wtt-page--home .tcard-body{padding:16px 14px 0}.wtt-page.wtt-page--home .tcard h4{margin:0;font-size:14px;font-weight:700;line-height:1.4;letter-spacing:.01em;text-transform:uppercase;text-wrap:balance}.wtt-page.wtt-page--home .tcard .step-n{display:grid;place-items:center;width:32px;height:32px;margin:12px auto 0;border-radius:50%;background:var(--primary);color:#fff;font-size:15px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.wtt-page.wtt-page--home .tstep::after{content:"";position:absolute;right:-54px;bottom:0;width:76px;height:32px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 32'%3E%3Cpath fill='%23c9edf9' d='M0 3h10l16 13-16 13H0l16-13z'/%3E%3Cpath fill='%237bd0ef' d='M25 3h10l16 13-16 13H25l16-13z'/%3E%3Cpath fill='%231ca9e3' d='M50 3h10l16 13-16 13H50l16-13z'/%3E%3C/svg%3E") center/contain no-repeat;pointer-events:none}.wtt-page.wtt-page--home .tstep:nth-child(3)::after,.wtt-page.wtt-page--home .tstep:nth-child(n+4):nth-child(odd)::after,.wtt-page.wtt-page--home .tstep:last-child::after{display:none}.wtt-page.wtt-page--home /* GLOBAL MAP */
  .global{background:var(--dark);color:#fff;position:relative;overflow:hidden}.wtt-page.wtt-page--home .global .map-wrap{position:relative;margin-top:20px}.wtt-page.wtt-page--home .map-svg{width:100%;height:auto;opacity:.9}.wtt-page.wtt-page--home .map-land{fill:#2c3038;stroke:#3a4049;stroke-width:.5}.wtt-page.wtt-page--home .map-pin{fill:var(--accent)}.wtt-page.wtt-page--home .map-pulse{fill:var(--accent);opacity:.35;animation:pulse 2.4s infinite ease-out}
  @keyframes pulse{0%{r:6;opacity:.5}100%{r:22;opacity:0}}.wtt-page.wtt-page--home .regions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:36px}.wtt-page.wtt-page--home .region{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);padding:11px 22px;border-radius:50px;font-weight:600;font-size:15px}.wtt-page.wtt-page--home .region .dot{width:9px;height:9px;border-radius:50%;background:var(--accent)}.wtt-page.wtt-page--home /* TESTIMONIALS */
  .tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.wtt-page.wtt-page--home .tcard2{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);transition:.3s}.wtt-page.wtt-page--home .tcard2:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.wtt-page.wtt-page--home .tcard2 .quote{font-size:40px;color:var(--accent);line-height:.6;font-family:Georgia,serif;height:24px}.wtt-page.wtt-page--home .tcard2 p{font-size:15px;color:#3c444f;margin:14px 0 22px}.wtt-page.wtt-page--home .tcard2 .stars{color:#F5A623;margin-bottom:18px;letter-spacing:2px}.wtt-page.wtt-page--home .tperson{display:flex;align-items:center;gap:14px}.wtt-page.wtt-page--home .tperson .av{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;display:grid;place-items:center;font-weight:800;font-size:18px}.wtt-page.wtt-page--home .tperson b{display:block;font-size:15px}.wtt-page.wtt-page--home .tperson span{font-size:13px;color:var(--muted)}.wtt-page.wtt-page--home /* FAQ */
  .faq-section{background:var(--light)}.wtt-page.wtt-page--home .faq-list{max-width:880px;margin:0 auto}.wtt-page.wtt-page--home .faq{background:#fff;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:14px;overflow:hidden;transition:.25s}.wtt-page.wtt-page--home .faq.open{border-color:var(--primary);box-shadow:var(--shadow)}.wtt-page.wtt-page--home .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;cursor:pointer;font-weight:700;font-size:17px}.wtt-page.wtt-page--home .faq-q .pm{width:30px;height:30px;border-radius:50%;background:var(--light);display:grid;place-items:center;font-size:20px;color:var(--primary);transition:.3s;flex-shrink:0}.wtt-page.wtt-page--home .faq.open .pm{background:var(--primary);color:#fff;transform:rotate(45deg)}.wtt-page.wtt-page--home .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 26px}.wtt-page.wtt-page--home .faq-a p{padding-bottom:24px;color:var(--muted);font-size:15px}.wtt-page.wtt-page--home /* ADVANTAGES TABS */
  .ft-layout{display:grid;grid-template-columns:250px minmax(0,1.05fr) 1fr;gap:34px;align-items:stretch;
    grid-template-areas:"tabs media content"}.wtt-page.wtt-page--home .ft-tabs{grid-area:tabs}.wtt-page.wtt-page--home .ft-media{grid-area:media}.wtt-page.wtt-page--home .ft-content{grid-area:content}.wtt-page.wtt-page--home .ft-tabs{display:flex;flex-direction:column;gap:16px}.wtt-page.wtt-page--home .ft-tab{
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
    padding:24px 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;
    cursor:pointer;transition:.25s;text-align:center;flex:1;
  }.wtt-page.wtt-page--home .ft-tab svg{width:38px;height:38px;color:var(--primary);transition:.25s}.wtt-page.wtt-page--home .ft-tab span{font-weight:700;font-size:16px;color:var(--ink);transition:.25s}.wtt-page.wtt-page--home .ft-tab:hover:not(.active){border-color:var(--accent);transform:translateY(-2px)}.wtt-page.wtt-page--home .ft-tab.active{background:var(--primary);border-color:var(--primary);box-shadow:0 14px 30px rgba(14,124,197,.35)}.wtt-page.wtt-page--home .ft-tab.active svg, .wtt-page.wtt-page--home .ft-tab.active span{color:#fff}.wtt-page.wtt-page--home .ft-media{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);min-height:440px}.wtt-page.wtt-page--home .ft-media img{width:100%;height:100%;object-fit:cover;transition:opacity .4s}.wtt-page.wtt-page--home .ft-content{display:flex;flex-direction:column;justify-content:center}.wtt-page.wtt-page--home .ft-content h3{font-size:clamp(26px,2.6vw,34px);font-weight:800;line-height:1.15;margin-bottom:16px}.wtt-page.wtt-page--home .ft-content p{color:var(--muted);font-size:16px;margin-bottom:24px}.wtt-page.wtt-page--home .ft-points{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:26px}.wtt-page.wtt-page--home .ft-points li{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px}.wtt-page.wtt-page--home .ft-points li svg{width:22px;height:22px;color:var(--primary);flex-shrink:0}.wtt-page.wtt-page--home .ft-more{font-weight:700;font-size:15px;display:inline-flex;gap:8px;align-items:center;color:var(--ink);border-bottom:2px solid var(--ink);padding-bottom:3px;align-self:flex-start;transition:.2s}.wtt-page.wtt-page--home .ft-more:hover{color:var(--primary);border-color:var(--primary)}.wtt-page.wtt-page--home .ft-fade{animation:ftFade .45s ease}
  @keyframes ftFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.wtt-page.wtt-page--home /* CTA BANNER */
  .cta-banner{
    position:relative;color:#fff;
    background:linear-gradient(90deg,rgba(14,16,22,.85),rgba(14,16,22,.45) 70%,rgba(14,16,22,.2)),
      url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
  }.wtt-page.wtt-page--home .cta-banner .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:64px;padding-bottom:64px}.wtt-page.wtt-page--home .cta-banner .ctxt{max-width:760px}.wtt-page.wtt-page--home .cta-banner .eyebrow{color:var(--accent);margin-bottom:10px}.wtt-page.wtt-page--home .cta-banner h2{font-size:clamp(26px,3.6vw,42px);font-weight:900;line-height:1.15}.wtt-page.wtt-page--home .cta-grad{
    flex-shrink:0;background:var(--primary);color:#fff;
    box-shadow:0 12px 30px rgba(14,124,197,.4);
  }.wtt-page.wtt-page--home .cta-grad:hover{background:var(--hover);transform:translateY(-2px);box-shadow:0 16px 36px rgba(14,124,197,.5)}.wtt-page.wtt-page--home /* FINAL CTA */
  .final{
    color:#fff;position:relative;
    background:linear-gradient(rgba(14,16,22,.9),rgba(14,16,22,.94)),
      url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2000&q=80') center/cover fixed;
  }.wtt-page.wtt-page--home .final-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.wtt-page.wtt-page--home .final h2{font-size:clamp(32px,4.5vw,52px);margin-bottom:18px}.wtt-page.wtt-page--home .final p.lead{font-size:19px;color:rgba(255,255,255,.82);margin-bottom:30px}.wtt-page.wtt-page--home .final ul{list-style:none;display:flex;flex-direction:column;gap:14px}.wtt-page.wtt-page--home .final ul li{display:flex;align-items:center;gap:12px;font-size:16px;color:rgba(255,255,255,.9)}.wtt-page.wtt-page--home .final ul li .ck{width:26px;height:26px;border-radius:50%;background:var(--primary);display:grid;place-items:center;font-size:14px;flex-shrink:0}.wtt-page.wtt-page--home .form-card{background:#fff;border-radius:14px;padding:38px;box-shadow:var(--shadow-lg);color:var(--ink)}.wtt-page.wtt-page--home .form-card h3{font-size:24px;margin-bottom:6px}.wtt-page.wtt-page--home .form-card .fsub{color:var(--muted);font-size:15px;margin-bottom:24px}.wtt-page.wtt-page--home .field{margin-bottom:16px}.wtt-page.wtt-page--home .field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#333}.wtt-page.wtt-page--home .field input, .wtt-page.wtt-page--home .field textarea{
    width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:var(--radius);
    font-family:inherit;font-size:15px;transition:.2s;background:var(--light);
  }.wtt-page.wtt-page--home .field input:focus, .wtt-page.wtt-page--home .field textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(14,124,197,.1)}.wtt-page.wtt-page--home .field textarea{resize:vertical;min-height:90px}.wtt-page.wtt-page--home .frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wtt-page.wtt-page--home .form-card .btn-primary{width:100%;justify-content:center;margin-top:6px}.wtt-page.wtt-page--home .form-note{font-size:12px;color:var(--muted);text-align:center;margin-top:14px}.wtt-page.wtt-page--home .form-success{display:none;text-align:center;padding:30px 0}.wtt-page.wtt-page--home .form-success.show{display:block}.wtt-page.wtt-page--home .form-success .ico{width:64px;height:64px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:30px;margin:0 auto 18px}.wtt-page.wtt-page--home /* FOOTER */
  footer{background:#15171b;color:rgba(255,255,255,.7);padding:70px 0 30px}.wtt-page.wtt-page--home .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;margin-bottom:50px}.wtt-page.wtt-page--home .foot-grid h4{color:#fff;font-size:16px;margin-bottom:18px}.wtt-page.wtt-page--home .foot-grid ul{list-style:none;display:flex;flex-direction:column;gap:10px}.wtt-page.wtt-page--home .foot-grid ul li a{font-size:14px;transition:.2s}.wtt-page.wtt-page--home .foot-grid ul li a:hover{color:var(--accent)}.wtt-page.wtt-page--home .foot-about p{font-size:14px;margin:16px 0;max-width:340px}.wtt-page.wtt-page--home .foot-contact div{font-size:14px;margin-bottom:10px;display:flex;gap:10px}.wtt-page.wtt-page--home .foot-contact b{color:#fff}.wtt-page.wtt-page--home .foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px}.wtt-page.wtt-page--home /* reveal animation */
  .reveal{opacity:0;transform:translateY(30px);transition:.7s cubic-bezier(.16,1,.3,1)}.wtt-page.wtt-page--home .reveal.in{opacity:1;transform:none}.wtt-page.wtt-page--home /* RESPONSIVE */
  @media(max-width:1024px){.wtt-page.wtt-page--home .cards-grid, .wtt-page.wtt-page--home .proj-grid, .wtt-page.wtt-page--home .tgrid, .wtt-page.wtt-page--home .blog-grid{grid-template-columns:repeat(2,1fr)}.wtt-page.wtt-page--home .sol{flex:0 0 66%;height:380px}.wtt-page.wtt-page--home .sol-arrow.prev{left:6%}.wtt-page.wtt-page--home .sol-arrow.next{right:6%}.wtt-page.wtt-page--home .stats, .wtt-page.wtt-page--home .why-cards{grid-template-columns:repeat(2,1fr)}.wtt-page.wtt-page--home .about-top{grid-template-columns:1fr;gap:36px}.wtt-page.wtt-page--home .about-copy p{max-width:none}
  }

  @media(max-width:760px){.wtt-page.wtt-page--home .sol .ov{padding:16px 18px}}

/* Blocksy + Gutenberg integration: the Home HTML is intentionally full-bleed. */
body.home .entry-content.is-layout-constrained > .wtt-page.wtt-page--home {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}
body.home #header.ct-header[data-id="type-1"] {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  background: transparent !important;
}
body.home #main.site-main { margin-top: 0 !important; padding-top: 0 !important; }

/* Blocksy assigns a global heading colour. Reinstate the original white-on-image hierarchy. */
.wtt-page.wtt-page--home .hero h1 { color: #fff !important; }
.wtt-page.wtt-page--home .hero h1 .hl { color: var(--accent) !important; }
.wtt-page.wtt-page--home .acc-content h3,
.wtt-page.wtt-page--home .sol .ov h3,
.wtt-page.wtt-page--home .why .section-head h2,
.wtt-page.wtt-page--home .why .wcard h3,
.wtt-page.wtt-page--home .cta-banner h2,
.wtt-page.wtt-page--home .bpost .cap h3,
.wtt-page.wtt-page--home .final h2 { color: #fff !important; }

/* The inquiry shortcode has different markup from the original static form. */
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form,
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form :is(input, textarea, button, label, span) {
  font-family: var(--wsc-local-font-family, Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif) !important;
}
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form p { margin: 0 0 16px !important; }
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form label {
  display: block;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3;
}
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form input,
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 15px;
  border: 1.5px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background: var(--light) !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form textarea { min-height: 90px; resize: vertical; }
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form input:focus,
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form textarea:focus {
  border-color: var(--primary) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(14, 124, 197, .1);
  outline: none;
}
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form input::placeholder,
.wtt-page.wtt-page--home .form-card .wsc-inquiry-form textarea::placeholder { color: #6d737c; opacity: 1; }
.wtt-page.wtt-page--home .form-card .wsc-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 2px;
  border-radius: var(--radius) !important;
  background: var(--primary) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.wtt-page.wtt-page--home .form-card .wsc-privacy-note { color: var(--muted) !important; font-size: 12px !important; }
.wtt-page.wtt-page--home .why[data-wsc-collection-background]{isolation:isolate;overflow:hidden;background:#14161c}.wtt-page.wtt-page--home .why[data-wsc-collection-background]>.wsc-collection-background{position:absolute;z-index:0;inset:0;width:100%;height:100%;border:0;object-fit:cover;pointer-events:none}.wtt-page.wtt-page--home .why[data-wsc-collection-background]::before{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(rgba(20,22,28,.9),rgba(20,22,28,.93));pointer-events:none}.wtt-page.wtt-page--home .why[data-wsc-collection-background]>:not(.wsc-collection-background){position:relative;z-index:2}.wtt-page.wtt-page--home .why[data-wsc-collection-background]>.wsc-collection-background.wsc-collection-background--embed{top:50%;height:calc(100% + 140px);transform:translateY(-50%) scale(1.08)}
  @media(max-width:760px){.wtt-page.wtt-page--home .section{padding:70px 0}.wtt-page.wtt-page--home .nav-links, .wtt-page.wtt-page--home .nav-cta .btn{display:none}.wtt-page.wtt-page--home .burger{display:flex}.wtt-page.wtt-page--home .nav-links.open{display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(20,30,50,.12);padding:24px;gap:18px}.wtt-page.wtt-page--home .nav-links.open a{color:var(--ink)!important}.wtt-page.wtt-page--home .dropdown{position:static;transform:none!important;opacity:1;visibility:visible;background:none;border:0;box-shadow:none;padding:6px 0 0 16px;min-width:0;backdrop-filter:none}.wtt-page.wtt-page--home .nav-item.has-drop .dropdown a{padding:8px 0}.wtt-page.wtt-page--home .cards-grid, .wtt-page.wtt-page--home .proj-grid, .wtt-page.wtt-page--home .tgrid, .wtt-page.wtt-page--home .blog-grid, .wtt-page.wtt-page--home .stats, .wtt-page.wtt-page--home .why-cards, .wtt-page.wtt-page--home .final-grid, .wtt-page.wtt-page--home .frow, .wtt-page.wtt-page--home .about-feats{grid-template-columns:1fr}.wtt-page.wtt-page--home .sb-grid{grid-template-columns:repeat(2,1fr);gap:30px 16px}.wtt-page.wtt-page--home .sb-item:nth-child(2)::after{display:none}.wtt-page.wtt-page--home .logos-track{gap:28px}.wtt-page.wtt-page--home .logo-item{height:74px;padding:14px 18px}.wtt-page.wtt-page--home #products .section-head h2{white-space:normal}.wtt-page.wtt-page--home .bpost:first-child{grid-row:auto}.wtt-page.wtt-page--home .sol{flex:0 0 82%;height:320px}.wtt-page.wtt-page--home .sol-arrow{width:46px;height:46px;font-size:20px}.wtt-page.wtt-page--home .sol-arrow.prev{left:2%}.wtt-page.wtt-page--home .sol-arrow.next{right:2%}.wtt-page.wtt-page--home .foot-grid{grid-template-columns:1fr 1fr}.wtt-page.wtt-page--home .final{background-attachment:scroll}.wtt-page.wtt-page--home .hero{min-height:auto}.wtt-page.wtt-page--home .cta-banner .wrap{flex-direction:column;align-items:flex-start;gap:24px}.wtt-page.wtt-page--home .cta-grad{width:100%;justify-content:center}.wtt-page.wtt-page--home .ft-layout{grid-template-columns:1fr;grid-template-areas:"tabs" "media" "content";gap:24px}.wtt-page.wtt-page--home .ft-tabs{flex-direction:row;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:4px}.wtt-page.wtt-page--home .ft-tabs::-webkit-scrollbar{display:none}.wtt-page.wtt-page--home .ft-tab{flex:0 0 46%;padding:18px 12px}.wtt-page.wtt-page--home .ft-media{min-height:260px}.wtt-page.wtt-page--home /* accordion -> vertical stack */
    .acc{flex-direction:column;height:auto;gap:10px}.wtt-page.wtt-page--home .acc-item{flex:none;height:80px;transition:height .55s cubic-bezier(.16,1,.3,1)}.wtt-page.wtt-page--home .acc-item.active{flex:none;height:300px}.wtt-page.wtt-page--home .acc-vlabel{writing-mode:horizontal-tb;transform:none;left:26px;bottom:auto;top:50%;margin-top:-10px}.wtt-page.wtt-page--home .acc-content{width:100%;max-width:100%;padding:24px}
  }

/* Valid mobile overrides for the homepage About section. */
@media (max-width: 1024px) {
  .wtt-page.wtt-page--home .about-top {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 36px;
  }
  .wtt-page.wtt-page--home .about-copy p { max-width: none; }
}

@media (max-width: 760px) {
  .wtt-page.wtt-page--home #about .wrap { padding-left: 20px; padding-right: 20px; }
  .wtt-page.wtt-page--home .about-top { gap: 28px; margin-bottom: 36px; }
  .wtt-page.wtt-page--home .about-img { width: 100%; }
  .wtt-page.wtt-page--home .about-img img {
    width: 100%;
    height: 250px;
    min-height: 250px;
    object-fit: cover;
  }
  .wtt-page.wtt-page--home .about-copy .btn {
    min-width: 176px;
    justify-content: center;
    white-space: nowrap;
  }
}

/* The optional button link is promoted to the whole accordion card. */
.wtt-page.wtt-page--home .acc-item--link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.wtt-page.wtt-page--home .acc-item--link:hover {
  color: inherit;
  text-decoration: none;
}
.wtt-page.wtt-page--home .acc-item::after { z-index: 1; pointer-events: none; }
.wtt-page.wtt-page--home .acc-item--link:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }

@media (min-width: 761px) and (max-width: 1024px) {
  .wtt-page.wtt-page--home .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 28px; }
  .wtt-page.wtt-page--home .tstep,
  .wtt-page.wtt-page--home .tstep:nth-child(n+4) { grid-column: auto; width: auto; left: auto; margin: 0; padding: 0; text-align: center; }
  .wtt-page.wtt-page--home .tstep:nth-child(n) .tcard-img { aspect-ratio: 3 / 2; }
  .wtt-page.wtt-page--home .tstep:nth-child(n)::after { display: block; right: -50px; width: 72px; }
  .wtt-page.wtt-page--home .tstep:nth-child(even)::after,
  .wtt-page.wtt-page--home .tstep:last-child::after { display: none; }
}

@media (max-width: 760px) {
  .wtt-page.wtt-page--home .timeline { grid-template-columns: minmax(0, 1fr); gap: 34px; margin-top: 28px; }
  .wtt-page.wtt-page--home .tstep,
  .wtt-page.wtt-page--home .tstep:nth-child(n+4) { grid-column: auto; width: auto; left: auto !important; margin: 0 !important; padding: 0 !important; text-align: center !important; }
  .wtt-page.wtt-page--home .tstep:nth-child(n) .tcard-img { aspect-ratio: 3 / 2; }
  .wtt-page.wtt-page--home .tstep:nth-child(n)::after { display: none; }
  .wtt-page.wtt-page--home .tcard-body { padding-top: 14px; }
}

@media (min-width: 1025px) {
  .wtt-page.wtt-page--home .tcard-img,
  .wtt-page.wtt-page--home .tstep:nth-child(n+4) .tcard-img {
    height: calc(22.2222cqw - 14.2222px);
    aspect-ratio: auto;
  }
}
