:root{--color-navy: #0e2b5b;--color-navy-header: #0f2b5b;--color-navy-primary: #3e557d;--color-cyan: #1dc2ef;--color-cyan-hover: #19b0d9;--color-orange: #f37032;--color-orange-hover: #de5f23;--color-gold: #c5a572;--color-gold-hover: #b8945f;--color-white: #ffffff;--color-off-white: #f4f4f4;--color-tint: #f6f8fb;--color-gray-text: #3f4a5e;--color-gray-200: #e5e7eb;--color-text: #3e557d;--font-heading: "Rubik", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-accent: "Lato", system-ui, sans-serif;--body-size: 18px;--container-max: 1200px;--layout-gap: 1.5rem;--header-height: 72px;--radius-btn: 4px;--radius-pill: 999px;--shadow-card: 0 4px 24px rgba(14, 43, 91, .12);--transition: .25s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--body-size);font-weight:400;line-height:1.7;color:var(--color-gray-text);background:var(--color-white);-webkit-font-smoothing:antialiased}body.nav-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3{font-family:var(--font-heading);line-height:1.2;margin:0}p{margin:0 0 1rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.125rem,2.5vw,2.5rem)}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1rem;background:var(--color-cyan);color:var(--color-white);font-weight:700;border-radius:4px}.skip-link:focus{top:1rem}.section{padding-block:4.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.375rem;font-family:var(--font-heading);font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;border:none;border-radius:var(--radius-btn);box-shadow:none;cursor:pointer;transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition)}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0e2b5b2e}.btn:active{transform:translateY(0);box-shadow:none}.btn-primary{background:var(--color-cyan);color:var(--color-white)}.btn-primary:hover{background:var(--color-cyan-hover)}.btn-navy{background:var(--color-navy);color:var(--color-white)}.btn-navy:hover{background:var(--color-navy-primary)}.btn-accent{background:var(--color-orange);color:var(--color-white)}.btn-accent:hover{background:var(--color-white);color:var(--color-navy)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height);background:var(--color-navy-header)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1.5rem}.logo img{height:40px;width:auto}.header-actions{display:flex;align-items:center;gap:1.25rem}.nav-list{display:flex;align-items:center;gap:1.75rem}.nav-link{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--color-white);background:none;border:none;cursor:pointer;padding:0;transition:color var(--transition)}.nav-link:hover{color:var(--color-orange)}.nav-chevron{opacity:.85}.nav-item-has-children{position:relative}.nav-submenu{position:absolute;top:100%;left:0;min-width:220px;margin-top:.75rem;padding:.5rem 0;background:var(--color-white);border-radius:4px;box-shadow:0 8px 24px #00000026;visibility:hidden;opacity:0;transform:translateY(8px);transition:opacity .15s ease .15s,transform .15s ease .15s,visibility 0s linear .3s}.nav-submenu:before{content:"";position:absolute;top:-.85rem;left:0;right:0;height:.85rem}.nav-submenu a{display:block;padding:.625rem 1.25rem;font-family:var(--font-body);font-size:15px;color:var(--color-navy);transition:background var(--transition),color var(--transition)}.nav-submenu a:hover{background:var(--color-off-white);color:var(--color-orange)}.nav-item-has-children:hover .nav-submenu,.nav-item-has-children:focus-within .nav-submenu,.nav-item-has-children.is-open .nav-submenu{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .15s ease,transform .15s ease}.lang-menu{position:relative;flex-shrink:0}.lang-current{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .6rem;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--color-white);background:#ffffff14;border:1px solid rgba(255,255,255,.25);border-radius:4px;cursor:pointer;transition:background var(--transition)}.lang-current:hover{background:#ffffff29}.lang-flag{width:22px;height:15px;border-radius:2px;object-fit:cover;display:block}.lang-options{position:absolute;top:100%;right:0;min-width:100%;margin-top:.5rem;padding:.25rem 0;background:var(--color-white);border-radius:4px;box-shadow:0 8px 24px #00000026;z-index:20;visibility:hidden;opacity:0;transform:translateY(8px);transition:opacity .15s ease .15s,transform .15s ease .15s,visibility 0s linear .3s}.lang-options:before{content:"";position:absolute;top:-.6rem;left:0;right:0;height:.6rem}.lang-menu:hover .lang-options,.lang-menu:focus-within .lang-options,.lang-menu.is-open .lang-options{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .15s ease,transform .15s ease}.lang-options a{display:flex;align-items:center;gap:.45rem;padding:.5rem .65rem;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--color-navy);white-space:nowrap;transition:background var(--transition)}.lang-options a:hover{background:var(--color-off-white)}.header-phone-btn{min-width:auto;white-space:nowrap}.header-phone-btn:hover{background:var(--color-white);color:var(--color-navy)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer}.nav-toggle-bar{display:block;width:24px;height:2px;background:var(--color-white);margin-inline:auto}.hero{position:relative;padding-top:var(--header-height);background:linear-gradient(180deg,var(--color-tint) 0%,var(--color-white) 100%);overflow:hidden}.hero:before{content:"";position:absolute;top:calc(var(--header-height) + 2rem);left:-60px;width:180px;height:180px;background-image:radial-gradient(rgba(29,194,239,.18) 2px,transparent 2.5px);background-size:16px 16px;pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(var(--layout-gap) * 2);align-items:center;min-height:calc(67vh - var(--header-height));padding-block:4rem 3.5rem}.hero-inner{grid-column:1}.hero-figure-wrap{display:flex;justify-content:flex-end}.hero-figure-wrap .content-figure{width:min(100%,440px)}.hero-brand{font-family:var(--font-heading);font-size:clamp(2.75rem,8vw,78px);font-weight:300;font-style:normal;line-height:clamp(2.5rem,7vw,70px);color:#0e2b5b;margin-bottom:1rem}.hero-title{font-family:var(--font-heading);font-size:clamp(1.25rem,3vw,26px);font-weight:600;font-style:normal;line-height:clamp(1.75rem,4vw,36px);color:var(--color-orange);margin-bottom:1.25rem}.hero-subtitle{font-family:var(--font-body);font-size:clamp(.9375rem,1.6vw,1.0625rem);font-weight:400;font-style:normal;line-height:1.65;color:var(--color-gray-text);margin-bottom:2rem;max-width:520px}.welcome{background:var(--color-white);padding-block:5rem}.welcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(var(--layout-gap) * 2);align-items:center}.welcome-image-wrap{display:flex;justify-content:flex-end;align-items:center;width:100%}.welcome-image-wrap .content-figure{width:min(100%,420px)}.welcome-eyebrow{font-family:var(--font-accent);font-size:15px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-orange);margin-bottom:.5rem}.welcome-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.25;color:var(--color-navy);margin-bottom:.75rem;max-width:22ch}.welcome-divider{width:80px;height:3px;background:var(--color-cyan);margin-bottom:1.5rem}.welcome-body{font-family:var(--font-body);font-size:var(--body-size);font-weight:400;color:var(--color-gray-text);margin-bottom:1rem}.welcome-closing{font-weight:600;color:var(--color-navy)}.welcome-quote-card{position:relative;display:flex;align-items:center;gap:1.75rem;margin-top:3.5rem;padding:2.25rem 2.5rem 2.25rem 5.5rem;background:linear-gradient(155deg,#16407c 0%,var(--color-navy) 55%,#081d3f 100%);border-radius:16px 72px 16px 16px;box-shadow:0 18px 40px #0e2b5b3d;overflow:hidden;isolation:isolate}.welcome-quote-card:after{content:"";position:absolute;top:-30px;right:-30px;width:140px;height:140px;background-image:radial-gradient(rgba(29,194,239,.35) 2px,transparent 2.5px);background-size:16px 16px;pointer-events:none}.welcome-quote-mark{position:absolute;top:.25rem;left:1.5rem;font-family:var(--font-heading);font-size:6rem;line-height:1;color:var(--color-cyan);opacity:.55;pointer-events:none}.welcome-quote-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgba(255,255,255,.85);box-shadow:0 0 0 3px var(--color-cyan)}.welcome-quote{margin:0 0 .625rem;font-family:var(--font-body);font-size:1.0625rem;font-weight:500;font-style:italic;line-height:1.65;color:#fffffff0}.welcome-quote-author{font-family:var(--font-body);font-size:16px;font-weight:700;color:var(--color-cyan)}.intro{position:relative;background:var(--color-white);padding-block:5.5rem;overflow:hidden;isolation:isolate}.intro:before{content:"";position:absolute;top:50%;left:-40px;width:220px;height:220px;transform:translateY(-50%);background-image:radial-gradient(rgba(29,194,239,.16) 2px,transparent 2.5px);background-size:18px 18px;mask-image:radial-gradient(circle at 30% 50%,#000 30%,transparent 75%);-webkit-mask-image:radial-gradient(circle at 30% 50%,#000 30%,transparent 75%);pointer-events:none;z-index:-1}.intro-deco--square{position:absolute;border:2px solid rgba(14,43,91,.08);border-radius:22px;pointer-events:none;z-index:-1}.intro-deco--square-a{top:2.5rem;right:12%;width:84px;height:84px;transform:rotate(24deg)}.intro-deco--square-b{bottom:2rem;right:5%;width:56px;height:56px;border-color:#1dc2ef24;border-radius:16px;transform:rotate(-15deg)}.intro-deco--square-c{bottom:3.5rem;left:8%;width:68px;height:68px;border-radius:18px;transform:rotate(12deg)}.intro-inner{position:relative;max-width:760px;margin-inline:auto;text-align:center}.intro-title{font-family:var(--font-heading);font-size:clamp(1.625rem,3vw,2.125rem);font-weight:700;line-height:1.3;color:var(--color-navy);margin-bottom:1rem}.intro-divider{width:80px;height:3px;background:var(--color-cyan);margin:0 auto 1.5rem}.intro-body{font-family:var(--font-body);font-size:var(--body-size);color:var(--color-gray-text);margin-bottom:2rem}.services{background:var(--color-tint);padding-block:5rem 6rem}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--layout-gap);align-items:stretch}.service-card{position:relative;display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:16px 72px 16px 16px;padding:2.5rem 2rem 2rem;box-shadow:0 10px 30px #0e2b5b14;transition:transform var(--transition),box-shadow var(--transition)}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px #0e2b5b24}.service-icon-figure{position:relative;width:104px;height:104px;margin-bottom:1.75rem;isolation:isolate}.service-icon{position:relative;z-index:2;width:104px;height:104px;border-radius:50%;object-fit:cover;box-shadow:0 8px 20px #0e2b5b29}.service-icon-figure:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:2px solid var(--color-orange);border-radius:50%;transform:translate(9px,9px);pointer-events:none}.service-icon-dots{position:absolute;top:-18px;left:-18px;z-index:0;width:66px;height:66px;background-image:radial-gradient(rgba(243,112,50,.45) 2px,transparent 2.5px);background-size:15px 15px;pointer-events:none}.service-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem;text-align:left}.service-divider{width:50px;height:3px;background:var(--color-orange);margin-bottom:1.5rem}.service-list{width:100%;margin:0 0 2rem}.service-list li:last-child{margin-bottom:0}.service-list li{display:grid;grid-template-columns:1.125rem 1fr;gap:.5rem;align-items:center;margin-bottom:.75rem;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-gray-text);text-align:left;line-height:1.45}.service-arrow{display:flex;align-items:center;justify-content:flex-start;width:1.125rem;height:1em;color:var(--color-orange);flex-shrink:0}.service-arrow svg{width:12px;height:12px;display:block}.service-cta{margin-top:auto;width:100%;min-width:0}.subpage-hero--with-sidebar .subpage-hero-grid{grid-template-columns:1.55fr 1fr}.sidebar-panel{position:relative;width:100%;max-width:400px;justify-self:end;align-self:center;isolation:isolate}.sidebar-panel-frame{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:2px solid var(--color-cyan);border-radius:16px 72px 16px 16px;transform:translate(14px,14px);pointer-events:none}.sidebar-panel-dots{position:absolute;top:-30px;right:-30px;z-index:0;width:120px;height:120px;background-image:radial-gradient(rgba(29,194,239,.5) 2px,transparent 2.5px);background-size:16px 16px;pointer-events:none}.sidebar-panel-card{position:relative;z-index:2;overflow:hidden;background:linear-gradient(155deg,#16407c 0%,var(--color-navy) 55%,#081d3f 100%);border-radius:16px 72px 16px 16px;padding:2.5rem 2.25rem 2.25rem;box-shadow:0 22px 48px #0e2b5b47}.sidebar-panel-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/images/polka-dots.svg);background-repeat:repeat;opacity:.06;pointer-events:none}.sidebar-panel-card>*{position:relative}.sidebar-panel-icon{position:relative;width:96px;height:96px;margin-bottom:1.5rem}.sidebar-panel-icon img{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--color-white);box-shadow:0 8px 20px #0000004d}.sidebar-panel-icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--color-cyan);border-radius:50%;transform:translate(9px,9px);pointer-events:none}.sidebar-panel-title{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-white);margin-bottom:.75rem}.sidebar-panel-divider{width:50px;height:3px;background:var(--color-cyan);margin-bottom:1.5rem}.service-list--light{margin-bottom:0}.service-list--light li{color:#ffffffeb}.testimonials{position:relative;background:var(--color-white);padding-block:5rem}.testimonials-title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.testimonials-divider{width:56px;height:3px;background:var(--color-cyan);margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layout-gap);align-items:stretch}.testimonial-card{position:relative;display:flex;flex-direction:column;margin:0;padding:2rem 2rem 1.75rem;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:12px 48px 12px 12px;box-shadow:0 10px 30px #0e2b5b14}.testimonial-quote-mark{display:block;font-family:Georgia,serif;font-size:3.5rem;font-weight:700;line-height:.6;color:var(--color-orange);opacity:.45;margin-bottom:.75rem;-webkit-user-select:none;user-select:none}.testimonial-text{flex:1;font-family:var(--font-body);font-size:1rem;font-style:italic;line-height:1.7;color:var(--color-gray-text);margin-bottom:1rem}.testimonial-author{font-family:var(--font-heading);font-size:.9375rem;font-weight:700;color:var(--color-navy-primary)}.site-footer{background:var(--color-navy-header);padding-block:1.25rem}.footer-inner{text-align:center}.footer-text{font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--color-white);margin:0}.footer-text a{color:var(--color-white);transition:color var(--transition)}.footer-text a:hover{color:var(--color-cyan)}@media(max-width:1024px){.services-grid{grid-template-columns:1fr;max-width:440px;margin-inline:auto}.welcome-grid{grid-template-columns:1fr;gap:2.5rem}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-block:2.5rem 2.5rem}.hero-figure-wrap{justify-content:center}.hero-figure-wrap .content-figure{width:min(100%,380px)}.welcome-image-wrap{order:-1;justify-content:center}.testimonials-grid{grid-template-columns:1fr}}@media(max-width:922px){.nav-toggle{display:flex}.header-actions{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;flex-direction:column;align-items:stretch;gap:0;padding:1.5rem;background:var(--color-navy-header);transform:translate(100%);transition:transform var(--transition);overflow-y:auto}.header-actions.is-open{transform:translate(0)}.nav-list{flex-direction:column;align-items:stretch;gap:0}.nav-link{display:flex;width:100%;padding:1rem 0;font-size:16px;border-bottom:1px solid rgba(255,255,255,.12)}.nav-submenu{position:static;display:none;box-shadow:none;background:#ffffff0f;margin-top:0;padding:0;visibility:visible;opacity:1;transform:none;transition:none}.nav-submenu:before{display:none}.nav-item-has-children.is-open .nav-submenu{display:block}.nav-submenu a{color:var(--color-white);padding-left:1.5rem}.nav-submenu a:hover{background:#ffffff14;color:var(--color-orange)}.lang-menu{margin-top:1.5rem;align-self:flex-start}.lang-options{left:0;right:auto}.header-phone-btn{align-self:flex-start;margin-top:1rem}}@media(max-width:640px){.section,.welcome,.services,.intro,.testimonials{padding-block:3rem}.intro-deco--square{display:none}.hero-inner{padding-block:2.5rem 2rem}.welcome-quote-card{flex-direction:column;align-items:center;text-align:center;padding:3.5rem 1.75rem 2rem;border-radius:16px 48px 16px 16px}.welcome-quote-mark{left:1rem;font-size:4.5rem}}.subpage-hero{position:relative;padding-top:calc(var(--header-height) + 2rem);background:linear-gradient(180deg,var(--color-tint) 0%,var(--color-white) 100%);overflow:hidden}.subpage-hero:before{content:"";position:absolute;top:calc(var(--header-height) + 1.5rem);left:-60px;width:180px;height:180px;background-image:radial-gradient(rgba(29,194,239,.18) 2px,transparent 2.5px);background-size:16px 16px;pointer-events:none}.subpage-hero .container{position:relative}.subpage-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.subpage-eyebrow{font-family:var(--font-accent);font-size:15px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-orange);margin-bottom:.5rem}.subpage-title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-navy);margin-bottom:.75rem}.subpage-divider{width:80px;height:3px;background:var(--color-cyan);margin-bottom:1.5rem}.subpage-body{font-family:var(--font-body);font-size:var(--body-size);color:var(--color-gray-text);margin-bottom:1rem}.subpage-hero-image{width:min(100%,420px);margin-inline:auto;aspect-ratio:1 / 1;object-fit:cover}.section-divider{height:1px;background:var(--color-gray-200);margin-block:0}.team-list{display:flex;flex-direction:column;gap:2.5rem}.team-member{position:relative;display:grid;grid-template-columns:150px 1fr;gap:2.5rem;align-items:center;padding:2.5rem 3rem 2.5rem 2.5rem;background:linear-gradient(155deg,#16407c 0%,var(--color-navy) 55%,#081d3f 100%);border-radius:16px 72px 16px 16px;box-shadow:0 18px 40px #0e2b5b3d;overflow:hidden;isolation:isolate}.team-member-dots{position:absolute;top:-30px;right:-30px;width:140px;height:140px;background-image:radial-gradient(rgba(29,194,239,.35) 2px,transparent 2.5px);background-size:16px 16px;pointer-events:none}.team-avatar-wrap{position:relative;width:150px;flex-shrink:0}.team-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.85);box-shadow:0 0 0 3px var(--color-orange);background:var(--color-white)}.team-name{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-white);margin-bottom:.75rem}.team-divider{width:60px;height:3px;background:var(--color-orange);margin-bottom:1rem}.team-bio p,.team-linkedin{font-family:var(--font-body);font-size:1.0625rem;color:#ffffffe6;margin-bottom:.5rem}.team-linkedin{margin-top:.75rem;margin-bottom:0}.team-linkedin a{color:var(--color-orange);font-weight:700;text-decoration:none}.team-linkedin a:hover{text-decoration:underline}.contact-blocks{margin-top:2rem;display:flex;flex-direction:column;gap:2rem}.contact-block-name{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.contact-list li{margin-bottom:.5rem;font-family:var(--font-body);color:var(--color-gray-text)}.contact-list a{color:var(--color-navy-primary)}.blog-section{padding-top:calc(var(--header-height) + 3em);padding-bottom:3em;background:linear-gradient(180deg,var(--color-tint) 0%,var(--color-white) 420px)}.blog-page-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8125rem);font-weight:700;line-height:1.55;color:var(--color-navy);margin:0 0 2rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.1875rem 1.875rem}.blog-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--color-white);overflow:hidden;border-radius:var(--radius-btn);box-shadow:var(--shadow-card)}.blog-card-media{position:relative}.blog-card-image-link{display:block}.blog-card-image{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover}.blog-card-body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.75rem}.blog-card-title{font-family:var(--font-heading);font-size:clamp(1.125rem,1.5vw,1.6875rem);font-weight:700;line-height:1.25;margin:0 0 .75rem}.blog-card-title a{color:var(--color-navy-primary);text-decoration:none}.blog-card-title a:hover{color:var(--color-navy)}.blog-card-excerpt{flex:1;margin:0 0 1.25rem;font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--color-gray-text)}.blog-card-readmore{margin-top:auto;font-family:var(--font-body);font-size:1rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;color:var(--color-navy-primary)}.blog-card-readmore:hover{color:var(--color-navy)}.content-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.content-section-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-navy);margin-bottom:1rem}.content-section-text p,.content-section-text li{font-family:var(--font-body);font-size:var(--body-size);color:var(--color-gray-text)}.content-section-text p{margin-bottom:1rem}.content-section-text ul,.content-section-text ol{margin:0 0 1.25rem;padding-left:1.375rem}.content-section-text ul{list-style:disc}.content-section-text ol{list-style:decimal}.content-section-text li{margin-bottom:.5rem}.content-section-text h3{font-family:var(--font-heading);font-size:1.1875rem;font-weight:600;color:var(--color-navy);margin:1.75rem 0 .75rem}.content-section-text h3:before,.article-body h3:before{content:"";display:inline-block;width:22px;height:3px;border-radius:2px;background:var(--color-orange);margin-right:.625rem;vertical-align:.28em}.content-section-text ul li::marker,.content-section-text ol li::marker,.article-body ul li::marker,.article-body ol li::marker{color:var(--color-orange);font-weight:600}.content-section-text a{color:var(--color-cyan-hover);text-decoration:underline;text-underline-offset:2px}.content-section-divider{width:56px;height:3px;background:var(--color-cyan);margin-bottom:1.5rem}.content-section--tint{background:var(--color-tint)}.content-section-grid--reverse .content-section-text{order:2}.content-section-grid--reverse .content-section-image{order:1}.content-section-solo{max-width:860px}@media(max-width:1024px){.subpage-hero-grid,.subpage-hero--with-sidebar .subpage-hero-grid,.content-section-grid{grid-template-columns:1fr}.sidebar-panel{justify-self:center;margin-top:1.5rem}.blog-grid{grid-template-columns:repeat(2,1fr)}.team-member{grid-template-columns:1fr;text-align:center;border-radius:16px 48px 16px 16px}.team-avatar-wrap,.team-divider{margin-inline:auto}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}.content-figure{position:relative;margin:0;max-width:480px;isolation:isolate}.content-figure-img{position:relative;z-index:2;width:100%;aspect-ratio:4 / 3;object-fit:cover;box-shadow:0 18px 44px #0e2b5b2e}.content-figure-frame{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:2px solid var(--color-cyan);pointer-events:none}.content-figure-dots{position:absolute;z-index:0;width:130px;height:130px;background-image:radial-gradient(rgba(29,194,239,.55) 2px,transparent 2.5px);background-size:16px 16px;pointer-events:none}.content-figure--a .content-figure-img,.content-figure--a .content-figure-frame{border-radius:12px 120px 12px 12px}.content-figure--a .content-figure-frame{transform:translate(-16px,16px)}.content-figure--a .content-figure-dots{top:-34px;right:-34px}.content-figure--b .content-figure-img,.content-figure--b .content-figure-frame{border-radius:12px 12px 12px 120px}.content-figure--b .content-figure-frame{transform:translate(16px,-16px)}.content-figure--b .content-figure-dots{bottom:-34px;left:-34px}.content-figure--c .content-figure-img,.content-figure--c .content-figure-frame{border-radius:120px 12px 12px}.content-figure--c .content-figure-frame{transform:translate(16px,16px)}.content-figure--c .content-figure-dots{top:-34px;left:-34px}.content-figure--d .content-figure-img,.content-figure--d .content-figure-frame{border-radius:12px 12px 120px}.content-figure--d .content-figure-frame{transform:translate(-16px,-16px)}.content-figure--d .content-figure-dots{bottom:-34px;right:-34px}.content-figure--hero .content-figure-img,.content-figure--hero .content-figure-frame{border-radius:50% 50% 0;aspect-ratio:1 / 1}.content-figure--hero .content-figure-frame{transform:translate(14px,14px)}.content-figure--hero .content-figure-dots{top:-20px;left:-20px;width:110px;height:110px}.subpage-hero-image-wrap{display:flex;justify-content:center}.subpage-hero-image-wrap .content-figure{width:min(100%,420px)}.content-section-image{display:flex;justify-content:center}@media(max-width:1024px){.content-figure{margin-inline:auto}}.blog-page-intro{max-width:720px;margin:-1rem 0 2.5rem;color:var(--color-gray-text)}.article-section{padding-top:calc(var(--header-height) + 3rem);padding-bottom:4rem;background:linear-gradient(180deg,var(--color-tint) 0%,var(--color-white) 420px)}.article-container{max-width:860px}.article-title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.25;color:var(--color-navy);margin:0 0 .75rem}.article-meta{font-family:var(--font-accent);font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-navy-primary);margin-bottom:2rem}.article-meta-sep{margin-inline:.375rem}.article-body{font-size:var(--body-size);color:var(--color-gray-text)}.article-body h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-navy);margin:2.25rem 0 1rem}.article-body h3{font-family:var(--font-heading);font-size:1.1875rem;font-weight:600;color:var(--color-navy);margin:1.75rem 0 .75rem}.article-body p{margin-bottom:1.125rem}.article-body ul,.article-body ol{margin:0 0 1.25rem;padding-left:1.375rem}.article-body ul{list-style:disc}.article-body ol{list-style:decimal}.article-body li{margin-bottom:.5rem}.article-body a{color:var(--color-cyan-hover);text-decoration:underline;text-underline-offset:2px}.article-body img{border-radius:12px 80px 12px 12px;box-shadow:0 14px 36px #0e2b5b29;margin-block:1.75rem}.article-body blockquote{margin:1.5rem 0;padding:.75rem 1.5rem;border-left:4px solid var(--color-cyan);background:var(--color-tint);font-style:italic;color:var(--color-navy-primary)}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:1rem}.article-body th,.article-body td{padding:.625rem .875rem;border:1px solid var(--color-gray-200);text-align:left}.article-body th{background:var(--color-navy);color:var(--color-white);font-family:var(--font-heading);font-weight:600}.post-hero-figure{position:relative;margin:0 0 2rem}.post-hero-image{width:100%;aspect-ratio:2 / 1;object-fit:cover;border-radius:12px 12px 12px 80px;box-shadow:0 18px 44px #0e2b5b2e}.post-back-link{margin-top:2.5rem}.breadcrumbs{margin-bottom:1.5rem}.breadcrumb-list{display:flex;flex-wrap:wrap;gap:.5rem;font-family:var(--font-accent);font-size:.8125rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--color-gray-text)}.breadcrumb-list a{color:var(--color-cyan-hover)}.breadcrumb-list a:hover{text-decoration:underline}.breadcrumb-list li[aria-current=page]{color:var(--color-navy-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:32ch}.faq-section{background:var(--color-tint)}.faq-inner{max-width:860px}.faq-title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.faq-divider{width:56px;height:3px;background:var(--color-cyan);margin-bottom:1.75rem}.faq-item{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:8px;margin-bottom:.75rem;overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;cursor:pointer;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question h3{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;color:var(--color-navy);margin:0}.faq-marker{position:relative;flex-shrink:0;width:14px;height:14px}.faq-marker:before,.faq-marker:after{content:"";position:absolute;background:var(--color-orange);transition:transform var(--transition)}.faq-marker:before{top:6px;left:0;width:14px;height:2px}.faq-marker:after{top:0;left:6px;width:2px;height:14px}.faq-item[open] .faq-marker:after{transform:scaleY(0)}.faq-answer{padding:0 1.25rem 1.25rem}.faq-answer p{margin:0;color:var(--color-gray-text)}
