@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/poppins-600.woff2') format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/poppins-700.woff2') format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('assets/fonts/inter-variable.woff2') format('woff2')}@font-face{font-family:'Roboto';font-style:normal;font-weight:400 700;font-display:swap;src:url('assets/fonts/roboto-variable.woff2') format('woff2')}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scrollbar-gutter:stable;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{width:100%;margin:0;overflow-x:hidden;background:#fff}.section-inner{position:relative;max-width:1440px;width:100%;height:100%;margin-left:auto;margin-right:auto}a{text-decoration:none;color:inherit}ul{list-style:none}img{display:block;max-width:100%}p{margin:0}.top-header{position:fixed;top:0;left:50%;transform:translateX(-50%);max-width:1440px;width:100%;height:96px;z-index:1000;padding:20px 20px 0}.top-header::before{content:'';position:absolute;top:0;left:20px;right:20px;height:20px;background:transparent;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);-webkit-mask-image:linear-gradient(to right,transparent,black 28px,black calc(100% - 28px),transparent);mask-image:linear-gradient(to right,transparent,black 28px,black calc(100% - 28px),transparent);pointer-events:none}.menu-area{display:flex;align-items:center;height:56px;background:rgba(255,255,255,0.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.55);border-radius:100px;padding:0 20px 0 30px;box-shadow:0 2px 20px rgba(0,0,0,0.07)}.logo{display:block;width:125px;height:30px;flex-shrink:0}.logo img{width:100%;height:100%;object-fit:contain}.main-nav{display:flex;align-items:center;gap:0;margin-left:auto}body.nav-open{overflow:hidden}.nav-link{font-family:'Roboto',sans-serif;font-weight:600;font-size:16px;color:#000;padding:0 30px;line-height:56px}.contact-btn{display:flex;align-items:center;justify-content:center;height:33px;padding:0 24px;margin-left:20px;background:#4682b4;border:1.5px solid #4682b4;border-radius:20px;box-shadow:0 4px 4px rgba(0,0,0,0.1);font-family:'Inter',sans-serif;font-weight:500;font-size:16px;color:#fff;white-space:nowrap;flex-shrink:0}.modal-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.80);z-index:2000;align-items:center;justify-content:center;animation:modalBackdropFade 0.2s ease}.modal-backdrop.open{display:flex}@keyframes modalBackdropFade{from{opacity:0}to{opacity:1}}.modal-panel{background:#fff;border-radius:15px;padding:32px 36px 36px;width:676px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);overflow-y:auto;position:relative;animation:modalPanelSlide 0.22s ease}@keyframes modalPanelSlide{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:14px;right:16px;background:none;border:none;cursor:pointer;color:#2563eb;font-size:22px;line-height:1;padding:4px 8px;border-radius:4px;transition:background 0.15s}.modal-close:hover{background:rgba(37,99,235,0.08)}.modal-title{font-family:'Poppins',Helvetica,sans-serif;font-size:26px;font-weight:400;color:rgba(0,0,0,0.87);margin-bottom:24px}.modal-contact-row{display:flex;flex-direction:row;gap:48px;margin-bottom:32px}.modal-contact-box{display:flex;flex-direction:column;gap:4px}.modal-contact-country{font-family:'Inter',sans-serif;font-size:16px;font-weight:500;color:rgba(0,0,0,0.87);margin-bottom:2px}.modal-contact-detail{font-family:'Inter',sans-serif;font-size:16px;color:rgba(0,0,0,0.87);line-height:1.6}.modal-contact-detail a{color:inherit;text-decoration:none}.modal-contact-detail a:hover{text-decoration:underline}@media (max-width:600px){.modal-panel{padding:24px 20px 28px}.modal-contact-row{flex-direction:column;gap:20px}.modal-title{font-size:22px}}.modal-divider{border:none;border-top:1px solid #e0ddd8;margin:0 0 24px}.modal-form__row{display:flex;gap:16px}.modal-form__field{display:flex;flex-direction:column;margin-bottom:16px;flex:1}.modal-form__label{font-family:'Inter',sans-serif;font-size:14px;font-weight:500;color:#1b2537;margin-bottom:6px}.modal-form__req{color:#c66a48}.modal-form__input,.modal-form__textarea{font-family:'Inter',sans-serif;font-size:15px;color:#1b2537;background:#f8f7f5;border:1px solid #d4d0cb;border-radius:8px;padding:10px 14px;transition:border-color 0.15s,box-shadow 0.15s;width:100%;box-sizing:border-box}.modal-form__input:focus,.modal-form__textarea:focus{outline:none;border-color:#4682b4;box-shadow:0 0 0 3px rgba(70,130,180,0.15)}.modal-form__textarea{resize:vertical;min-height:90px}.modal-form__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;background:#c66a48;color:#fff;font-family:'Inter',sans-serif;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background 0.15s;margin-top:4px}.modal-form__submit:hover{background:#b55d3e}.modal-form__submit:disabled{background:#b5a99a;cursor:not-allowed}.modal-form__error{font-family:'Inter',sans-serif;font-size:14px;color:#c0392b;background:#fdf0ef;border:1px solid #f5c6c0;border-radius:8px;padding:10px 14px;margin-bottom:12px}.modal-form__success{text-align:center;padding:24px 0 8px}.modal-form__success-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:28px;font-weight:700;margin-bottom:16px}.modal-form__success-title{font-family:'Poppins',Helvetica,sans-serif;font-size:22px;font-weight:600;color:#1b2537;margin-bottom:8px}.modal-form__success-text{font-family:'Inter',sans-serif;font-size:15px;color:#4f5b6b;line-height:1.5}.modal-form__intro{font-family:'Inter',sans-serif;font-size:15px;color:#4f5b6b;line-height:1.5;margin-bottom:20px}.modal-form__optional{font-weight:400;color:#8a8f98;font-size:13px}@media (max-width:600px){.modal-form__row{flex-direction:column;gap:0}}.hero{position:relative;width:100%;height:1193px;overflow:hidden;background-color:#f8f5f1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1193' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g1)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g1' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(75.05 -8.3728 10.106 98 511 621.46)'%3E%3Cstop stop-color='rgba(250,249,247,0.9)' offset='0'/%3E%3Cstop stop-color='rgba(250,249,247,0.9)' offset='0.4967'/%3E%3Cstop stop-color='rgba(250,249,247,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1193' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g2)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(0.9 113.42 -136.91 1.1752 675 0.000031773)'%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0.49755'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1193' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g3)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(7.6962e-16 111.45 -134.52 -6.4208e-15 720 0)'%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0.5'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(180deg,rgb(235,244,250) 0%,rgb(235,242,249) 10.505%,rgb(251,240,234) 100%),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1193' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g4)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g4' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(87.3 0.0000040987 -0.0000032021 114 407 1180.5)'%3E%3Cstop stop-color='rgba(198,106,72,0.15)' offset='0'/%3E%3Cstop stop-color='rgba(198,106,72,0.08)' offset='0.5'/%3E%3Cstop stop-color='rgba(198,106,72,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(90deg,rgb(248,245,241) 0%,rgb(248,245,241) 100%);background-size:100% 100%;background-repeat:no-repeat}.hero__tagline{position:absolute;left:284px;top:134px;width:958px;font-family:'Inter',sans-serif;font-weight:700;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px}.hero__title{position:absolute;left:284px;top:194px;width:872px;font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:72px;letter-spacing:-0.9px;color:#000}.hero__subtitle{position:absolute;left:284px;top:386px;width:728px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000}.hero__video{position:absolute;left:208px;top:517px;width:1024px;height:576px;background:#1b2537;border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,0.10),0 1px 6px rgba(0,0,0,0.06);overflow:hidden}.hero__video video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.hero__video-poster{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:2;transition:opacity 0.5s ease}.hero__video-poster img{width:100%;height:100%;object-fit:cover;display:block}.hero__video-poster--hidden{opacity:0;pointer-events:none}.section-1{position:relative;width:100%;background:#f8f5f1;padding-bottom:0}.section-1__hold-spacer{height:700px}.opening-message{position:sticky;top:max(24px,calc(50vh - 377px));z-index:1;max-width:1440px;width:100%;height:1150px;padding-top:200px;padding-left:284px;overflow:hidden;background:#f8f5f1;margin-left:auto;margin-right:auto}.opening-message__arrow{position:absolute;left:213px;top:200px;width:28px;height:40px}.opening-message__arrow img{width:100%;height:100%}.opening-message__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-1.75px;color:#000;margin-bottom:50px}.opening-message__label{font-family:'Poppins',sans-serif;font-weight:600;font-size:20px;line-height:36px;letter-spacing:1px;color:#c66a48;margin-bottom:20px}.opening-message__text{width:859px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000}.team-area{position:sticky;top:max(24px,calc(50vh - 377px));width:100%;height:1150px;overflow:hidden;z-index:2}.team-area--research{z-index:3;background:linear-gradient(165deg,rgba(240,244,248,0.5) 36.22%,rgba(70,130,180,0.5) 86.71%)}.team-area--investigation{z-index:4;background:linear-gradient(180.2deg,rgba(255,255,255,0) 56.89%,rgba(70,130,180,0.1) 85.7%,rgba(230,251,90,0.04) 103.2%)}.team-area--ediscovery{z-index:5;background:linear-gradient(189.8deg,rgba(0,0,0,0) 70.13%,rgba(237,102,53,0.2) 106.4%),linear-gradient(180deg,rgba(255,255,255,0) 56.73%,rgba(202,51,210,0.25) 100%)}.team-area--transcript{z-index:6;background:linear-gradient(166.4deg,rgba(255,255,255,0) 53.73%,rgba(246,178,154,0.1) 70.11%,rgba(237,102,53,0.2) 86.5%)}.team-card{position:absolute;left:calc(50% - 507px);top:80px;width:1014px;height:690px;background:#fff;border:1px solid #4682b4;border-radius:12px;overflow:hidden;box-shadow:0px 2px 4px 4px rgba(70,130,180,0.2)}.team-card__left{position:relative;width:662px;height:690px;padding:40px 40px 40px 60px;flex-shrink:0;overflow:hidden}.team-card__left--research{padding-left:67px}.team-card__left--research .team-card__eyebrow{margin-bottom:27.5px}.team-area--investigation .team-card__eyebrow{font-family:'Poppins',sans-serif;font-weight:600;font-size:18px;line-height:22.5px;letter-spacing:1px;margin-bottom:19.5px}.team-area--ediscovery .team-card__eyebrow{font-weight:600;font-size:18px;margin-bottom:29.5px}.team-area--transcript .team-card__eyebrow{font-weight:600;font-size:18px;line-height:32.4px;margin-bottom:13.6px}.team-card__eyebrow{font-family:'Inter',sans-serif;font-weight:700;font-size:20px;line-height:16.5px;letter-spacing:1.5px;text-transform:uppercase;color:#c66a48;margin-bottom:6px}.team-card__name{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:36px;letter-spacing:-1.75px;color:#1b2537;margin-top:6px;margin-bottom:18px}.team-card__intro{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin-bottom:30px}.team-card__feature{display:flex;gap:16px;margin-bottom:18px;align-items:flex-start}.team-card__feature--compact{margin-bottom:22px}.team-card__feature-icon{width:40px;height:40px;flex-shrink:0}.team-card__feature-icon img{width:100%;height:100%}.team-card__feature-icon-box{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.team-card__feature-icon-box--blue{background:rgba(74,138,181,0.12)}.team-card__feature-icon-box img{width:20px;height:20px}.team-card__feature-icon-gradient{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.team-card__feature-icon-gradient--orange{background:linear-gradient(135deg,rgb(198,106,72) 0%,rgb(212,137,110) 100%)}.team-card__feature-icon-gradient--blue{background:linear-gradient(135deg,rgb(74,128,168) 0%,rgb(106,157,191) 100%)}.team-card__feature-icon-gradient--green{background:linear-gradient(135deg,rgb(92,138,114) 0%,rgb(122,173,145) 100%)}.team-card__feature-icon-gradient--shield{background:none}.team-card__feature-icon-gradient img{width:20px;height:20px}.team-card__feature-icon-gradient--shield img{width:40px;height:40px}.team-card__feature-content{flex:1;min-width:0}.team-card__feature-title{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:20px;color:#1b2537;margin-bottom:4px}.team-card__feature-title-bold{font-family:'Inter',sans-serif;font-weight:700;font-size:18px;line-height:24px;color:#1b2537;margin-bottom:4px}.team-card__feature-text{font-family:'Inter',sans-serif;font-weight:400;font-size:18px;line-height:28px;color:#4f5b6b;max-width:497px;text-wrap:pretty}.team-card__pagination{position:absolute;bottom:45px;left:47px;display:flex;align-items:center;gap:6px}.team-card__page-current{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:30px;letter-spacing:-0.5px;color:#1b2537}.team-card__page-total{font-family:'Inter',sans-serif;font-weight:500;font-size:14px;line-height:21px;color:#4f5b6b}.team-card__right{position:absolute;left:661px;top:-1px;width:352px;height:690px;border-radius:12px;overflow:hidden;background:linear-gradient(162.18deg,#ebf4fa 2.05%,#ebf2f9 11.47%,#fbf0ea 96.16%)}.team-card__right--research{background:linear-gradient(117.03deg,#ebf4fa 0%,#ebf2f9 10%,#fbf0ea 100%)}.team-card__right-image{position:absolute;overflow:hidden}.team-card__right-image img{width:100%;height:100%;object-fit:cover}.team-card__right--research .team-card__right-image{left:-20px;top:30px;width:392px;height:245px;transform:rotate(7.45deg)}.team-area--investigation .team-card__right-image{left:-11px;top:18px;width:360px;height:202px;transform:rotate(-4.98deg)}.team-area--ediscovery .team-card__right-image{left:-7px;top:14px;width:365px;height:205px}.team-area--transcript .team-card__right-image{left:-13px;top:0;width:362px;height:202px}.team-card__stat-number{position:absolute;left:0;right:0;text-align:center;font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.35px;color:#1b2537}.team-card__stat-label{position:absolute;left:50%;transform:translateX(-50%);text-align:center;font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:32.4px;color:#000;white-space:nowrap}.team-card__right-cta{position:absolute;left:24px;top:520px;display:inline-flex;align-items:center;padding:12px 24px;background:#c66a48;border:none;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,0.05),0 2px 4px rgba(0,0,0,0.05);font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#fff;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background 0.15s,transform 0.15s}.team-card__right-cta:hover{background:#b55d3e}.team-area--ediscovery .team-card__right-cta{left:17px;top:525px}.section-2{position:relative;z-index:10;width:100%;height:646px;background:#eef2f7;overflow:hidden}.section-2__title{position:absolute;left:284px;top:120px;width:765px;font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-1.75px;color:#000}.section-2__text{position:absolute;left:284px;top:200px;width:709px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000}.section-2__cta{position:absolute;left:281px;top:476px;display:inline-flex;align-items:center;padding:12px 24px;background:#c66a48;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,0.05),0 2px 4px rgba(0,0,0,0.05);font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#fff}.section-2__timeline{position:absolute;right:208px;top:120px;width:48px}.section-2__timeline-line{position:absolute;left:23px;top:44px;width:2px;height:324px;background:linear-gradient(to bottom,#4682b4 0%,#2c5f7a 45%,#c66a48 100%);border-radius:2px}.section-2__timeline-icon{position:absolute;left:0;width:48px;height:48px}.section-2__timeline-icon img{width:48px;height:48px}.section-2__timeline-icon--1{top:0}.section-2__timeline-icon--2{top:177px}.section-2__timeline-icon--3{top:356px}.section-3{position:relative;z-index:10;width:100%;padding-top:120px;padding-bottom:100px;background:#fff}.section-3__title{width:765px;margin-left:274px;font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-1.75px;color:#000;margin-bottom:30px}.section-3__subtitle{width:719px;margin-left:274px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:38.4px;color:#000;margin-bottom:52px}.section-3__image{width:1024px;height:640px;margin-left:auto;margin-right:auto;margin-bottom:83px;border-radius:6px;overflow:hidden}.section-3__image img{width:100%;height:100%;object-fit:cover}.section-3__features{display:flex;gap:52px;padding-left:182px}.section-3__feature{flex:0 0 328px}.section-3__feature-icon{width:46px;height:46px;margin-bottom:30px}.section-3__feature-icon img{width:46px;height:46px}.section-3__feature-title{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:28px;color:#000;margin-bottom:15px}.section-3__feature-text{font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;color:rgba(0,0,0,0.65)}.section-4{position:relative;z-index:10;width:100%;background:#fff;padding-top:100px;padding-bottom:80px;overflow:hidden}.section-4__title{width:834px;margin-left:284px;font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-1.75px;color:#000;margin-bottom:24px}.section-4__subtitle{width:811px;margin-left:281px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin-bottom:80px}.section-4__cards-row{display:flex;gap:62px;padding-left:209px;margin-bottom:70px}.section-4__card{position:relative;width:500px;height:312px;border-radius:16px;box-shadow:0 4px 24px rgba(27,37,55,0.07);overflow:hidden;padding:37px 48px 37px 39px;flex-shrink:0}.section-4__card--blue{border:1px solid rgba(70,130,180,0.2);border-top:3px solid rgba(70,130,180,0.2);background:linear-gradient(156.39deg,#f5f9ff 6.17%,#fff 39.61%)}.section-4__card--orange{border:1px solid rgba(198,106,72,0.2);border-top:3px solid rgba(198,106,72,0.2);background:linear-gradient(156.39deg,#fff8f5 6.17%,#fff 93.83%)}.section-4__card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.section-4__card-icon{height:36px;width:auto;flex-shrink:0}.section-4__card-title{font-family:'Inter',sans-serif;font-weight:700;font-size:20px;line-height:normal;color:#000}.section-4__card-text{font-family:'Inter',sans-serif;font-weight:400;font-size:18px;line-height:32.4px;color:#000}.prompt-guide{position:relative;z-index:10;width:100%;height:358px;overflow:hidden;background:#fff}.prompt-guide__bg{position:absolute;left:80px;top:73px;width:1300px;height:135px;background:linear-gradient(to right,#1e384e,#4681b4)}.prompt-guide__cover{position:absolute;left:181px;top:29px;width:203px;height:247px;display:flex;align-items:center;justify-content:center}.prompt-guide__cover img{width:173px;height:224px;object-fit:cover;transform:rotate(-8.25deg);box-shadow:10px 4px 25px 10px rgba(0,0,0,0.35)}.prompt-guide__content{position:absolute;left:466px;top:94px;width:468px}.prompt-guide__title{font-family:'Inter',sans-serif;font-weight:600;font-size:24px;line-height:30px;color:#fff;margin-bottom:8px}.prompt-guide__text{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#fff}.prompt-guide__btn{position:absolute;left:977px;top:115px;width:195px;height:48px;background:#c66a48;border:none;border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:'Inter',sans-serif;font-weight:600;font-size:20px;color:#fff;cursor:pointer;text-decoration:none;transition:background 0.15s}.prompt-guide__btn:hover{background:#b55d3e}.section-5{position:relative;z-index:10;width:100%;height:1034px;overflow:hidden;background:#eef2f7}.section-5__badge{position:absolute;left:278px;top:100px;height:34px;padding:0 20px;background:rgba(198,106,72,0.1);border:1px solid rgba(198,106,72,0.3);border-radius:100px;display:flex;align-items:center;justify-content:center;font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:19.5px;letter-spacing:2.5px;text-transform:uppercase;color:#c66a48}.section-5__title{position:absolute;left:285px;top:174px;font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-1.75px;color:#000}.section-5__subtitle{position:absolute;left:284px;top:278px;width:737px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000}.section-5__divider{position:absolute;left:209px;top:399px;width:950px;height:3px;background:linear-gradient(to right,#c66a48,#a6a6a6 50%,#4682b4)}.section-5__cards{position:absolute;left:209px;top:457px;display:flex;gap:44px}.section-5__card{width:288px;padding:0}.section-5__card-icon{width:56px;height:56px;margin-bottom:25px}.section-5__card-icon img{width:56px;height:56px}.section-5__card-label{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:32.4px;text-transform:capitalize;color:#000;margin-bottom:26px;white-space:nowrap}.section-5__card-line{width:60px;height:2px;border-radius:1px;margin-bottom:25px;background:linear-gradient(to right,#c66a48,rgba(0,0,0,0))}.section-5__card-text{font-family:'Inter',sans-serif;font-weight:400;font-size:18px;line-height:32.4px;color:#000;width:100%}.section-5__cta{position:absolute;left:197px;top:886px;width:350px;height:48px;background:#c66a48;border-radius:100px;display:flex;align-items:center;justify-content:center;font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#fff;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,0.05),0 2px 4px rgba(0,0,0,0.05)}.footer{position:relative;z-index:10;width:100%;height:557px;background:#0d1b2a;overflow:hidden}.footer .section-inner{padding:0;position:relative;height:100%}.footer__accent{position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(to right,#e8630a,#f0934a)}.footer__logo{position:absolute;left:88px;top:81px;width:119px;height:28px}.footer__logo img{width:119px;height:28px}.footer__tagline{position:absolute;left:88px;top:126px;width:240px;font-family:'Inter',sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#b8cedf;margin:0}.footer__linkedin{position:absolute;left:88px;top:344px;width:36px;height:36px;display:block}.footer__linkedin img{width:36px;height:36px}.footer__contact{position:absolute;left:88px;top:224px;display:flex;flex-direction:column;gap:12px}.footer__contact-row{display:flex;align-items:center;gap:10px}.footer__contact-flag{width:24px;height:24px;object-fit:cover;border-radius:2px}.footer__contact-number,.footer__contact-email{font-family:'Inter',sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#b8cedf}.footer__contact-email{text-decoration:none}.footer__contact-email:hover{text-decoration:underline}.footer__columns{position:absolute;left:410px;top:81px;width:942px;display:flex;gap:40px}.footer__column{display:flex;flex-direction:column;gap:20px;flex:1}.footer__column-title{font-family:'Inter',sans-serif;font-weight:700;font-size:10.5px;letter-spacing:1.365px;text-transform:uppercase;color:#fff;margin:0}.footer__column-title--ediscovery{text-transform:none;margin-top:22px}.footer__column-underline{width:200px;height:2px;background:#e8630a;margin-top:-14px}.footer__links{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0;margin:0}.footer__links li{font-family:'Inter',sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#fff}.footer__links a{color:#fff;text-decoration:none}.footer__copyright{position:absolute;left:88px;top:487px;font-family:'Inter',sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#b8cedf;margin:0}.footer__terms{position:absolute;left:auto;right:88px;top:487px;font-family:'Inter',sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#b8cedf;margin:0;text-align:right}.footer__terms a{color:#b8cedf;text-decoration:none}.footer__phone-us{position:absolute;left:1001px;top:517px;display:flex;align-items:center;gap:8px}.footer__phone-uk{position:absolute;left:1246px;top:517px;display:flex;align-items:center;gap:8px}.footer__phone-flag{width:24px;height:24px;object-fit:cover;border-radius:2px}.footer__phone-number{font-family:'Inter',sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#b8cedf}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;flex-shrink:0}.nav-toggle span{display:block;height:2px;background:#1b2537;border-radius:2px;transition:transform 0.25s,opacity 0.25s}.nav-toggle--open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-toggle--open span:nth-child(2){opacity:0}.nav-toggle--open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-toggle--open span{background:#1b2537}@media (max-width:1280px){.hero{height:auto}.hero .section-inner{height:auto;padding:130px 48px 64px;display:flex;flex-direction:column;align-items:flex-start}.hero__tagline{position:static;width:auto;font-size:18px;margin-bottom:16px}.hero__title{position:static;width:auto;font-size:clamp(32px,4.2vw,60px);line-height:1.2;margin-bottom:24px}.hero__subtitle{position:static;width:auto;max-width:640px;margin-bottom:40px}.hero__video{position:relative;left:auto;top:auto;width:100%;max-width:1024px;height:auto;aspect-ratio:16 / 9;align-self:center}.opening-message{padding-left:120px}.opening-message__arrow{display:none}.team-area{background-color:#f8f5f1}.opening-message__text{width:auto;max-width:720px}.team-card{width:calc(100% - 96px);left:48px;height:auto;min-height:690px;display:flex}.team-card__left{width:62%;height:auto;padding:40px 32px 40px 48px}.team-card__left--research{padding-left:48px}.team-card__right{position:relative;left:auto;top:auto;width:38%;height:auto;min-height:690px;border-radius:0 12px 12px 0;overflow:hidden}.team-card__right--research{width:38%}.team-card__right-image,.team-card__right--research .team-card__right-image,.team-area--investigation .team-card__right-image,.team-area--ediscovery .team-card__right-image,.team-area--transcript .team-card__right-image{width:100%;max-width:none;height:auto}.team-card__right-image img{width:100%;height:auto;object-fit:contain}.section-2{height:auto}.section-2 .section-inner{height:auto;padding:80px 48px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:48px;align-items:start}.section-2__title{position:static;width:auto;max-width:700px;grid-column:1;margin-bottom:20px}.section-2__text{position:static;width:auto;max-width:700px;grid-column:1;margin-bottom:32px}.section-2__cta{position:static;grid-column:1;justify-self:start}.section-2__timeline{position:relative;right:auto;top:auto;grid-column:2;grid-row:1 / -1;align-self:center;height:404px}.section-3__title{width:auto;max-width:700px;margin-left:120px}.section-3__subtitle{width:auto;max-width:700px;margin-left:120px}.section-3__image{width:100%;max-width:1024px;height:auto;aspect-ratio:8 / 5;margin-left:auto;margin-right:auto}.section-3__features{padding-left:48px;padding-right:48px;gap:32px}.section-3__feature{flex:1 1 250px}.section-4__title{width:auto;max-width:700px;margin-left:120px}.section-4__subtitle{width:auto;max-width:700px;margin-left:120px}.section-4__cards-row{padding-left:48px;padding-right:48px;gap:32px}.section-4__card{width:auto;flex:1 1 400px;height:auto;min-height:280px}.prompt-guide__bg{left:48px;right:48px;width:auto;height:165px}.prompt-guide__cover{left:80px}.prompt-guide__content{left:340px;width:auto;max-width:380px}.prompt-guide__btn{left:auto;right:80px}.section-5{height:auto}.section-5 .section-inner{height:auto;padding:80px 48px}.section-5__badge{position:static;display:inline-flex;margin-bottom:24px}.section-5__title{position:static;margin-bottom:16px}.section-5__subtitle{position:static;width:auto;max-width:700px;margin-bottom:40px}.section-5__divider{position:static;width:100%;max-width:950px;margin-bottom:48px}.section-5__cards{position:static;display:flex;gap:32px;flex-wrap:wrap}.section-5__card{width:auto;flex:1 1 250px}.section-5__card-text{width:auto}.section-5__cta{position:static;display:inline-flex;margin-top:40px}.footer{height:auto}.footer .section-inner{height:auto;padding:40px 48px 36px}.footer__logo,.footer__tagline,.footer__linkedin,.footer__contact,.footer__columns,.footer__copyright,.footer__terms,.footer__phone-us,.footer__phone-uk{position:static;left:auto;top:auto;width:auto}.footer__terms{right:auto;text-align:left}.footer__top{display:flex;align-items:flex-start;gap:60px;padding-top:10px}.footer__left{display:flex;flex-direction:column;gap:18px;min-width:180px}.footer__columns{display:flex;flex:1;gap:30px}.footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:36px;gap:24px}.footer__copyright{margin:0}}@media (max-width:1024px){.top-header{max-width:none;left:0;transform:none;padding:20px 16px 0;overflow:hidden}.menu-area{position:relative}.nav-toggle{display:flex;position:relative;z-index:1001}.logo{position:relative;z-index:1001}.menu-area:has(.nav-toggle--open){background:#fff;border-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.top-header:has(.nav-toggle--open)::before{display:none}.main-nav{position:fixed;inset:0;background:#fff;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-top:80px;gap:0;z-index:999;opacity:0;visibility:hidden;transition:opacity 0.25s ease,visibility 0.25s}.main-nav--open{opacity:1;visibility:visible}.main-nav .nav-link:first-child{border-top:1px solid #e5e2de;padding-top:44px}.nav-link{color:#1b2537;font-size:22px;font-weight:700;line-height:1;padding:22px 24px;border-bottom:none;border-radius:0;display:block;width:100%;opacity:1;transform:none;transition:background 0.15s ease;-webkit-tap-highlight-color:transparent}.nav-link:active{background:#f0ede9}.nav-link:hover,.nav-link:focus{color:#1b2537}.contact-btn{margin:32px 24px 0;background:#4682b4;border-color:#4682b4;color:#fff;font-size:18px;height:52px;padding:0;border-radius:28px;box-shadow:none;display:flex;align-items:center;justify-content:center;width:calc(100% - 48px);opacity:1;transform:none;transition:background 0.15s ease;-webkit-tap-highlight-color:transparent}.contact-btn:active{background:#3a6f99}.contact-btn:hover,.contact-btn:focus{background:#4682b4}.hero{height:auto}.hero .section-inner{height:auto;padding:130px 48px 64px;display:flex;flex-direction:column;align-items:flex-start}.hero__tagline{position:static;width:auto;font-size:18px;margin-bottom:16px}.hero__title{position:static;width:auto;font-size:clamp(32px,4.2vw,60px);line-height:1.2;margin-bottom:24px}.hero__subtitle{position:static;width:auto;max-width:640px;margin-bottom:40px}.hero__video{position:relative;left:auto;top:auto;width:100%;max-width:1024px;height:auto;aspect-ratio:16 / 9;align-self:center}.opening-message{padding:60px 48px;padding-top:200px;height:auto;min-height:1150px}.team-card{width:calc(100% - 96px);left:48px;height:auto;min-height:688px;display:flex}.team-card__left{width:60%;height:auto;padding:32px}.team-card__left--research{padding-left:40px}.team-card__right{position:relative;left:auto;top:auto;width:40%;height:auto;min-height:400px;border-radius:0 12px 12px 0;overflow:visible;display:flex;flex-direction:column;align-items:center;padding:40px 16px 24px}.team-card__right--research{width:40%}.team-card__right-image,.team-card__right--research .team-card__right-image,.team-area--investigation .team-card__right-image,.team-area--ediscovery .team-card__right-image,.team-area--transcript .team-card__right-image{position:static;transform:none;left:auto;top:auto;width:100%;max-width:280px;height:auto;margin:0 auto 24px}.team-card__right-image img{width:100%;height:auto;object-fit:contain}.team-card__stat-number{position:static;margin-bottom:4px}.team-card__stat-label{position:static;transform:none;left:auto;right:auto;margin-bottom:20px;max-width:200px}.team-card__right-cta{position:static;margin-top:auto;white-space:normal;text-align:center}.team-area--ediscovery .team-card__right-cta{left:auto;top:auto}.team-card__intro{width:100%}.team-card__feature-text{max-width:100%}.team-card__pagination{position:static;margin-top:24px}.section-2{height:auto}.section-2 .section-inner{height:auto;padding:60px 48px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:40px;align-items:start}.section-2__title{position:static;width:auto;grid-column:1;margin-bottom:20px}.section-2__text{position:static;width:auto;grid-column:1;margin-bottom:32px}.section-2__cta{position:static;grid-column:1;justify-self:start}.section-2__timeline{position:relative;right:auto;top:auto;grid-column:2;grid-row:1 / -1;align-self:center;height:404px}.section-3{padding:57px 48px 80px}.section-3__title{width:auto;max-width:700px;margin-left:0}.section-3__subtitle{width:auto;max-width:700px;margin-left:0}.section-3__image{width:100%;max-width:1024px;height:auto;aspect-ratio:8 / 5;margin-left:auto;margin-right:auto}.section-3__features{padding-left:0;gap:24px}.section-3__feature{flex:1 1 280px}.section-4{padding:60px 48px}.section-4__title{width:auto;max-width:700px;margin-left:0}.section-4__subtitle{width:auto;max-width:700px;margin-left:0}.section-4__cards-row{padding:0;gap:32px;flex-wrap:wrap}.section-4__card{width:auto;flex:1 1 300px;height:auto;min-height:320px}.prompt-guide__bg{left:32px;right:32px;width:auto}.prompt-guide__cover{left:60px}.prompt-guide__content{left:320px;width:auto;max-width:380px}.prompt-guide__btn{left:auto;right:60px}.section-5{height:auto}.section-5 .section-inner{height:auto;padding:60px 48px 80px}.section-5__badge{position:static;display:inline-flex;margin-bottom:24px}.section-5__title{position:static;margin-bottom:16px}.section-5__subtitle{position:static;width:auto;max-width:700px;margin-bottom:40px}.section-5__divider{position:static;width:100%;max-width:900px;margin-bottom:48px}.section-5__cards{position:static;display:flex;gap:24px;flex-wrap:wrap}.section-5__card{width:auto;flex:1 1 280px}.section-5__card-text{width:auto}.footer .section-inner{padding:36px 40px 32px}}@media (max-width:768px){.top-header{padding:12px 16px 0;height:auto;min-height:72px}.menu-area{height:48px;padding:0 16px;border-radius:16px}.nav-link{font-size:24px;padding:20px 24px}.hero .section-inner{padding:96px 24px 48px}.hero__tagline{font-size:16px}.hero__subtitle{font-size:18px;line-height:30px}.hero__video-text{font-size:24px}.section-1{padding-bottom:0}.section-1__hold-spacer{display:none}.opening-message{position:static;max-width:none;height:auto;min-height:0;padding:40px 24px}.opening-message__text{width:100%;max-width:720px;font-size:16px;line-height:27px;font-weight:400}.opening-message__title{font-size:clamp(26px,4vw,35px);line-height:1.3}.opening-message__label{font-size:16px;line-height:28px}.team-area,.team-area--research,.team-area--investigation,.team-area--ediscovery,.team-area--transcript{position:static;max-width:none;height:auto;padding:24px;z-index:auto;background-color:transparent}.team-card{position:static;width:100%;max-width:1014px;left:auto;height:auto;min-height:0;margin:0 auto;display:flex;flex-direction:column}.team-card__left,.team-card__left--research{width:100%;padding:28px 24px}.team-card__right,.team-card__right--research{width:100%;flex:none;padding:32px 24px;border-radius:0 0 12px 12px;overflow:hidden}.team-card__right-image,.team-card__right--research .team-card__right-image,.team-area--investigation .team-card__right-image,.team-area--ediscovery .team-card__right-image,.team-area--transcript .team-card__right-image{max-width:220px;height:auto}.team-card__name{font-size:clamp(24px,4vw,35px);line-height:1.2}.team-card__eyebrow{font-size:16px;line-height:22px}.team-card__intro{font-size:16px;line-height:26px;font-weight:400}.team-card__feature-title,.team-card__feature-title-bold{font-size:16px}.team-card__feature-text{font-size:16px;line-height:26px}.team-card__stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:24px}.team-card__stat{min-width:120px}.team-card__stat-number{font-size:32px}.team-card__stat-label{font-size:15px}.section-2 .section-inner{padding:40px 24px}.section-2__title{font-size:clamp(26px,3.5vw,35px);line-height:1.3}.section-2__text{font-size:16px;line-height:27px;font-weight:400}.section-2__timeline{display:none}.section-3{padding:40px 24px}.section-3__title{font-size:clamp(26px,3.5vw,35px);line-height:1.3}.section-3__subtitle{font-size:18px;line-height:30px}.section-3__features{flex-direction:column;gap:32px}.section-3__feature{max-width:100%}.section-4{padding:40px 24px}.section-4__title{font-size:clamp(26px,3.5vw,35px);line-height:1.3}.section-4__subtitle{font-size:18px;line-height:30px}.section-4__cards-row{flex-direction:column;gap:24px;margin-bottom:24px}.section-4__card{flex:none;width:100%;height:auto;min-height:unset;padding:28px 24px}.section-4__card-header{margin-bottom:24px}.section-4__card-text{font-size:16px;line-height:28px}.prompt-guide{height:auto}.prompt-guide .section-inner{height:auto;padding:32px 24px 48px;display:flex;flex-direction:column;align-items:center;gap:24px}.prompt-guide__bg{left:0;right:0;top:100px;bottom:0;transform:none;width:auto;height:auto}.prompt-guide__cover{position:relative;left:auto;top:auto;width:auto;height:auto;z-index:1}.prompt-guide__cover img{width:140px;height:auto}.prompt-guide__content{position:relative;left:auto;top:auto;width:auto;max-width:100%;text-align:center;z-index:1}.prompt-guide__title{font-size:20px}.prompt-guide__text{font-size:16px;line-height:26px}.prompt-guide__btn{position:relative;left:auto;right:auto;top:auto;z-index:1;margin:0 auto}.section-5 .section-inner{padding:40px 24px 60px}.section-5__badge{font-size:14px;letter-spacing:1.5px}.section-5__title{font-size:clamp(26px,3.5vw,35px);line-height:1.3}.section-5__subtitle{font-size:18px;line-height:28px}.section-5__cards{flex-direction:column;gap:32px}.section-5__card{flex:none;width:100%;padding:24px}.section-5__card-text{font-size:16px;line-height:24px}.footer .section-inner{padding:32px 24px}.footer__top{flex-direction:column;gap:24px}.footer__columns{flex-direction:column;gap:24px;width:100%}.footer__column:first-child,.footer__column:nth-child(2){width:100%}.footer__bottom{flex-direction:column;gap:16px;align-items:flex-start;margin-top:28px}}@media (max-width:480px){.nav-link{font-size:20px;padding:18px 16px}.contact-btn{font-size:16px;height:48px;margin:28px 16px 0;width:calc(100% - 32px)}.hero .section-inner{padding:88px 16px 40px}.hero__tagline{font-size:14px}.hero__subtitle{font-size:16px;line-height:26px}.hero__video{border-radius:12px}.hero__video-text{font-size:20px}.opening-message{padding:32px 16px}.opening-message__title{margin-bottom:24px}.team-area,.team-area--research,.team-area--investigation,.team-area--ediscovery,.team-area--transcript{padding:16px}.team-card__left,.team-card__left--research{padding:20px 16px}.team-card__right,.team-card__right--research{padding:24px 16px}.section-2 .section-inner{padding:32px 16px}.section-3{padding:32px 16px}.section-4{padding:32px 16px}.section-5 .section-inner{padding:32px 16px 48px}.footer .section-inner{padding:24px 16px}.prompt-guide .section-inner{padding:24px 16px 40px}.prompt-guide__bg{left:16px;right:16px}}@media (max-width:375px){.hero__tagline{font-size:11px;letter-spacing:0.5px}}.lap-hero{position:relative;width:100%;height:803px;overflow:hidden;background-color:#f8f5f1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 803' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g1)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g1' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(75.05 -5.6357 10.106 65.963 511 418.3)'%3E%3Cstop stop-color='rgba(250,249,247,0.9)' offset='0'/%3E%3Cstop stop-color='rgba(250,249,247,0.9)' offset='0.4967'/%3E%3Cstop stop-color='rgba(250,249,247,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 803' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g2)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(0.9 76.345 -136.91 0.79103 675 0.000021386)'%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0.49755'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 803' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g3)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(7.6962e-16 75.014 -134.52 -4.3218e-15 720 0)'%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0.5'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(180deg,rgb(235,244,250) 0%,rgb(235,242,249) 10.505%,rgb(251,240,234) 100%),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 803' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g4)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g4' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(87.3 0.0000027588 -0.0000032021 76.73 407 794.6)'%3E%3Cstop stop-color='rgba(198,106,72,0.15)' offset='0'/%3E%3Cstop stop-color='rgba(198,106,72,0.08)' offset='0.5'/%3E%3Cstop stop-color='rgba(198,106,72,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(90deg,rgb(248,245,241) 0%,rgb(248,245,241) 100%);background-size:100% 100%;background-repeat:no-repeat}.lap-hero .section-inner{height:100%}.lap-hero__eyebrow{position:absolute;top:134px;left:284px;font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;letter-spacing:1px;color:#c66a48;margin:0}.lap-hero__title{position:absolute;top:196px;left:284px;width:872px;font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:72px;letter-spacing:-0.9px;color:#000;margin:0}.lap-hero__subtitle{position:absolute;top:364px;left:284px;width:520px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.4px;letter-spacing:-0.22px;color:#000;margin:0}.lap-hero__body{position:absolute;top:485px;left:284px;width:752px;font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;color:#000;margin:0}.lap-hero__cta{position:absolute;top:658px;left:275px;display:inline-block;background:#c66a48;color:#fff;font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;text-decoration:none;padding:12px 24px;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,0.05),0 2px 4px rgba(0,0,0,0.05);transition:background 0.2s ease}.lap-hero__cta:hover{background:#b05a3a}@media (max-width:1280px){.lap-hero{height:auto;padding:120px 48px 80px}.lap-hero .section-inner{height:auto}.lap-hero__eyebrow,.lap-hero__title,.lap-hero__subtitle,.lap-hero__body,.lap-hero__cta{position:static;width:auto;margin:0}.lap-hero__eyebrow{margin-bottom:12px}.lap-hero__title{font-size:clamp(42px,5vw,60px);line-height:1.15;letter-spacing:-2px;margin-bottom:24px}.lap-hero__subtitle{margin-bottom:24px}.lap-hero__body{max-width:752px;margin-bottom:40px}.lap-hero__cta{display:inline-block}}@media (max-width:1024px){.lap-hero{height:auto;padding:120px 48px 80px}.lap-hero .section-inner{height:auto;position:relative}.lap-hero__eyebrow,.lap-hero__title,.lap-hero__subtitle,.lap-hero__body,.lap-hero__cta{position:static;width:auto;margin:0}.lap-hero__eyebrow{margin-bottom:12px}.lap-hero__title{font-size:clamp(36px,5vw,60px);line-height:1.15;letter-spacing:-1.5px;margin-bottom:24px}.lap-hero__subtitle{margin-bottom:24px}.lap-hero__body{margin-bottom:40px}.lap-hero__cta{display:inline-block}}@media (max-width:768px){.lap-hero{padding:100px 24px 60px}.lap-hero__title{font-size:clamp(28px,7vw,40px);letter-spacing:-1px}.lap-hero__subtitle{font-size:18px;line-height:30px}.lap-hero__body{font-size:16px;line-height:28px;letter-spacing:-0.5px}}@media (max-width:480px){.lap-hero{padding:90px 16px 48px}.lap-hero__title{font-size:26px;letter-spacing:-0.5px}.lap-hero__subtitle{font-size:16px}}.lap-arch{position:relative;width:100%;height:1876px;background:#f4f8f9;overflow:hidden}.lap-arch .section-inner{height:100%}.lap-arch__title{position:absolute;top:120px;left:284px;width:752px;font-family:'Inter',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.35px;color:#000;margin:0}.lap-arch__subtitle{position:absolute;top:246px;left:284px;width:833px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:0}.lap-arch__diagram{position:absolute;top:334px;left:266px;width:989px;height:435px;object-fit:cover;display:block}.lap-arch__line{position:absolute;height:1px;width:834px;background:rgba(0,0,0,0.1)}.lap-arch__line--1{top:841px;left:269px}.lap-arch__line--2{top:1029px;left:269px}.lap-arch__line--3{top:1237px;left:270px}.lap-arch__line--4{top:1411px;left:239px}.lap-arch__line--5{top:1586px;left:244px}.lap-arch__dot{position:absolute;width:12px;height:12px;border-radius:50%}.lap-arch__dot--1{top:878px;left:291px;background:#c66a48}.lap-arch__dot--2{top:1052px;left:287px;background:#c4973b}.lap-arch__dot--3{top:1261px;left:289px;background:#4682b4}.lap-arch__dot--4{top:1435px;left:288px;background:#1b2537}.lap-arch__bar{position:absolute;width:4px}.lap-arch__bar--1{top:867px;left:344px;height:138px;background:#c66a48}.lap-arch__bar--2{top:1042px;left:344px;height:172px;background:#c4973b}.lap-arch__bar--3{top:1249px;left:342px;height:139px;background:#4682b4}.lap-arch__bar--4{top:1425px;left:341px;height:137px;background:#1b2537}.lap-arch__layer-label{position:absolute;font-family:'Inter',sans-serif;font-weight:700;font-size:13px;line-height:normal;letter-spacing:-0.65px;white-space:nowrap;margin:0}.lap-arch__layer-label--1{top:897px;left:273px;color:#c66a48}.lap-arch__layer-label--2{top:1071px;left:269px;color:#c4973b}.lap-arch__layer-label--3{top:1280px;left:270px;color:#4682b4}.lap-arch__layer-label--4{top:1454px;left:270px;color:#1b2537}.lap-arch__layer-heading{position:absolute;font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:32.4px;letter-spacing:-0.18px;color:#000;margin:0}.lap-arch__layer-heading--1{top:877px;left:382px;width:339px}.lap-arch__layer-heading--2{top:1053px;left:378px;width:388px}.lap-arch__layer-heading--3{top:1260px;left:379px;width:394px}.lap-arch__layer-heading--4{top:1434px;left:379px;width:557px}.lap-arch__layer-body{position:absolute;font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;letter-spacing:-0.18px;color:#000;margin:0}.lap-arch__layer-body--1{top:908px;left:382px;width:653px}.lap-arch__layer-body--2{top:1084px;left:378px;width:687px}.lap-arch__layer-body--3{top:1291px;left:379px;width:694px}.lap-arch__layer-body--4{top:1465px;left:379px;width:758px}.lap-arch__security{position:absolute;top:1647px;left:258px;width:902px;height:168px;background:#eff2f3;border:1px solid #4682b4;border-radius:8px;overflow:hidden}.lap-arch__security-icon{position:absolute;left:21px;top:50%;transform:translateY(-50%);width:28px;height:29px}.lap-arch__security-title{position:absolute;top:27px;left:74px;width:752px;font-family:'Inter',sans-serif;font-weight:700;font-size:18px;line-height:32.4px;letter-spacing:-0.18px;color:#4682b4;margin:0}.lap-arch__security-body{position:absolute;top:56px;left:74px;width:752px;font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;letter-spacing:-0.18px;color:#000;margin:0}@media (max-width:1280px){.lap-arch{height:auto;padding:80px 48px;overflow:visible}.lap-arch .section-inner{height:auto}.lap-arch__title,.lap-arch__subtitle,.lap-arch__diagram,.lap-arch__line,.lap-arch__dot,.lap-arch__bar,.lap-arch__layer-label,.lap-arch__layer-heading,.lap-arch__layer-body,.lap-arch__security{position:static;width:auto;margin:0}.lap-arch__title{font-size:clamp(28px,3.5vw,35px);line-height:1.3;letter-spacing:-1px;margin-bottom:20px}.lap-arch__subtitle{font-size:20px;line-height:34px;letter-spacing:-0.5px;margin-bottom:40px}.lap-arch__diagram{width:100%;height:auto;margin-bottom:48px}.lap-arch__line{display:none}.lap-arch__dot{display:none}.lap-arch__bar{display:none}.lap-arch__layer-label{display:block;font-size:12px;letter-spacing:0.5px;margin-bottom:4px;margin-top:40px}.lap-arch__layer-heading{font-size:18px;line-height:28px;margin-bottom:12px;padding-left:16px;border-left:4px solid currentColor}.lap-arch__layer-heading--1{border-left-color:#c66a48}.lap-arch__layer-heading--2{border-left-color:#c4973b}.lap-arch__layer-heading--3{border-left-color:#4682b4}.lap-arch__layer-heading--4{border-left-color:#1b2537}.lap-arch__layer-body{font-size:17px;line-height:30px;letter-spacing:-0.5px;margin-bottom:0;padding-left:20px}.lap-arch__security{width:100%;height:auto;padding:24px 24px 24px 70px;margin-top:48px;position:relative;left:auto;top:auto;overflow:visible}.lap-arch__security-icon{position:absolute;left:20px;top:24px;transform:none}.lap-arch__security-title,.lap-arch__security-body{position:static;width:auto}.lap-arch__security-title{margin-bottom:8px}}@media (max-width:1024px){.lap-arch{height:auto;padding:60px 48px 80px;overflow:visible}.lap-arch .section-inner{height:auto}.lap-arch__title,.lap-arch__subtitle,.lap-arch__diagram,.lap-arch__line,.lap-arch__dot,.lap-arch__bar,.lap-arch__layer-label,.lap-arch__layer-heading,.lap-arch__layer-body,.lap-arch__security{position:static;width:auto;margin:0}.lap-arch__title{font-size:clamp(26px,3.5vw,35px);line-height:1.3;letter-spacing:-1px;margin-bottom:20px}.lap-arch__subtitle{font-size:18px;line-height:30px;letter-spacing:-0.5px;margin-bottom:40px}.lap-arch__diagram{width:100%;height:auto;margin-bottom:48px}.lap-arch__line{display:none}.lap-arch__dot{display:none}.lap-arch__bar{display:none}.lap-arch__layer-label{display:block;font-size:12px;letter-spacing:0.5px;margin-bottom:4px;margin-top:40px}.lap-arch__layer-heading{font-size:18px;line-height:28px;margin-bottom:12px;padding-left:16px;border-left:4px solid currentColor}.lap-arch__layer-heading--1{border-left-color:#c66a48}.lap-arch__layer-heading--2{border-left-color:#c4973b}.lap-arch__layer-heading--3{border-left-color:#4682b4}.lap-arch__layer-heading--4{border-left-color:#1b2537}.lap-arch__layer-body{font-size:16px;line-height:28px;letter-spacing:-0.5px;margin-bottom:0;padding-left:20px}.lap-arch__security{width:100%;height:auto;padding:24px 24px 24px 70px;margin-top:48px;position:relative;overflow:visible}.lap-arch__security-icon{position:absolute;left:20px;top:24px;transform:none}.lap-arch__security-title{position:static;width:auto;margin-bottom:8px}.lap-arch__security-body{position:static;width:auto}}@media (max-width:768px){.lap-arch{padding:48px 24px 60px}.lap-arch__diagram{display:none}.lap-arch__title{font-size:clamp(24px,6vw,30px)}.lap-arch__security-title,.lap-arch__security-body{font-size:16px}}@media (max-width:480px){.lap-arch{padding:40px 16px 48px}}.lap-canvas{position:relative;width:100%;height:1159px;background:#ffffff;overflow:hidden}.lap-canvas .section-inner{height:100%}.lap-canvas__title{position:absolute;top:120px;left:268px;width:752px;font-family:'Inter',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.35px;color:#000000;margin:0}.lap-canvas__body{position:absolute;top:245px;left:273px;width:752px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.4px;letter-spacing:-0.22px;color:#000000;margin:0}.lap-canvas__grid{position:absolute;top:466px;left:263px;display:grid;grid-template-columns:395px 395px;grid-template-rows:266px 266px;column-gap:45px;row-gap:50px}.lap-canvas__card{position:relative;background:#fafaf9;border-radius:12px;overflow:hidden}.lap-canvas__card-bar{position:absolute;top:0;height:2px;border-radius:12px}.lap-canvas__card-bar--1{left:5px;width:390px;background:#c66a48}.lap-canvas__card-bar--2{left:1px;width:394px;background:#c4973b}.lap-canvas__card-bar--3{left:0;width:100%;background:#4682b4}.lap-canvas__card-bar--4{left:-1px;width:396px;background:#1b2537;top:1px}.lap-canvas__card-title{position:absolute;top:25px;left:24px;width:206px;font-family:'Inter',sans-serif;font-size:18px;line-height:28px;letter-spacing:-0.9px;margin:0}.lap-canvas__card-title--1{font-weight:600;color:#c66a48}.lap-canvas__card-title--2{font-weight:600;color:#c4973b}.lap-canvas__card-title--3{font-weight:500;color:#4682b4}.lap-canvas__card-title--4{font-weight:500;color:#1b2537}.lap-canvas__card-body{position:absolute;top:61px;left:25px;width:347px;font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;letter-spacing:-0.9px;color:#000000;margin:0}@media (max-width:1280px){.lap-canvas{height:auto;padding:80px 48px;overflow:visible}.lap-canvas .section-inner{height:auto}.lap-canvas__title,.lap-canvas__body{position:static;width:auto;margin:0}.lap-canvas__title{margin-bottom:24px}.lap-canvas__body{max-width:752px;margin-bottom:40px}.lap-canvas__grid{position:static;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:32px}.lap-canvas__card{height:auto;min-height:220px}.lap-canvas__card-bar{left:0!important;top:0!important;width:100%!important}.lap-canvas__card-title,.lap-canvas__card-body{position:static;width:auto}.lap-canvas__card-title{padding:25px 24px 0}.lap-canvas__card-body{padding:8px 25px 25px}}@media (max-width:1024px){.lap-canvas{height:auto;padding:60px 48px;overflow:visible}.lap-canvas .section-inner{position:static;height:auto}.lap-canvas__title{position:static;width:100%;font-size:28px;line-height:40px;margin-bottom:24px}.lap-canvas__body{position:static;width:100%;font-size:18px;line-height:30px;margin-bottom:40px}.lap-canvas__grid{position:static;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:24px}.lap-canvas__card{height:auto;min-height:200px}.lap-canvas__card-bar{left:0!important;top:0!important;width:100%!important}.lap-canvas__card-title,.lap-canvas__card-body{position:static;width:auto;display:block}.lap-canvas__card-title{padding:25px 24px 0}.lap-canvas__card-body{padding:8px 25px 25px}}@media (max-width:768px){.lap-canvas{padding:40px 24px}.lap-canvas__grid{grid-template-columns:1fr}.lap-canvas__title{font-size:24px;line-height:34px}}@media (max-width:480px){.lap-canvas{padding:32px 16px 40px}}.lap-intel{position:relative;width:100%;height:855px;background:#faf9f7;overflow:hidden}.lap-intel .section-inner{height:100%}.lap-intel__eyebrow{position:absolute;top:100px;left:284px;width:553px;font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;letter-spacing:1px;color:#c66a48;margin:0}.lap-intel__title{position:absolute;top:138px;left:284px;width:752px;font-family:'Inter',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.35px;color:#000000;margin:0}.lap-intel__intro{position:absolute;top:216px;left:284px;width:752px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.4px;letter-spacing:-0.22px;color:#000000;margin:0}.lap-intel__bar{position:absolute;left:288px;width:4px}.lap-intel__bar--1{top:323px;height:162px;background:#c66a48}.lap-intel__bar--2{top:541px;height:227px;background:#4682b4}.lap-intel__text{position:absolute;font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;letter-spacing:-0.9px;color:#000000;margin:0}.lap-intel__text--1{top:323px;left:332px;width:752px}.lap-intel__text--2{top:541px;left:334px;width:748px}@media (max-width:1280px){.lap-intel{height:auto;padding:80px 48px;overflow:visible}.lap-intel .section-inner{height:auto}.lap-intel__eyebrow,.lap-intel__title,.lap-intel__intro{position:static;width:auto;margin:0}.lap-intel__eyebrow{margin-bottom:8px}.lap-intel__title{margin-bottom:20px}.lap-intel__intro{max-width:752px;margin-bottom:40px}.lap-intel__bar{display:none}.lap-intel__text{position:static;width:auto;border-left:4px solid;padding-left:28px;margin-bottom:32px}.lap-intel__text--1{border-color:#c66a48}.lap-intel__text--2{border-color:#4682b4}}@media (max-width:1024px){.lap-intel{height:auto;padding:60px 48px;overflow:visible}.lap-intel .section-inner{position:static;height:auto}.lap-intel__eyebrow,.lap-intel__title,.lap-intel__intro{position:static;width:100%}.lap-intel__eyebrow{margin-bottom:8px}.lap-intel__title{font-size:28px;line-height:40px;margin-bottom:20px}.lap-intel__intro{font-size:18px;line-height:30px;margin-bottom:40px}.lap-intel__bar{display:none}.lap-intel__text{position:static;width:100%;border-left:4px solid;padding-left:28px;margin-bottom:32px}.lap-intel__text--1{border-color:#c66a48}.lap-intel__text--2{border-color:#4682b4}}@media (max-width:768px){.lap-intel{padding:40px 24px}.lap-intel__title{font-size:24px;line-height:34px}}@media (max-width:480px){.lap-intel{padding:32px 16px 40px}}.lap-pg{position:relative;width:100%;height:358px;background:#ffffff;overflow:hidden}.lap-pg .section-inner{height:100%}.lap-pg__bg{position:absolute;left:81px;top:100px;width:1300px;height:135px;background:linear-gradient(to right,#1e384e,#4681b4)}.lap-pg__cover{position:absolute;left:182px;top:56px;width:203px;height:247px;display:flex;align-items:center;justify-content:center}.lap-pg__cover img{width:173px;height:224px;object-fit:cover;transform:rotate(-8.25deg);box-shadow:10px 4px 25px 10px rgba(0,0,0,0.35)}.lap-pg__content{position:absolute;left:467px;top:121px;width:468px}.lap-pg__title{font-family:'Inter',sans-serif;font-weight:600;font-size:24px;line-height:30px;color:#ffffff;margin:0 0 8px}.lap-pg__text{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:30px;color:#ffffff;margin:0}.lap-pg__btn{position:absolute;left:978px;top:142px;width:195px;height:48px;background:#c66a48;border:none;border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:'Inter',sans-serif;font-weight:600;font-size:20px;color:#ffffff;text-decoration:none;cursor:pointer;transition:background 0.15s}.lap-pg__btn:hover{background:#b35a3a}@media (max-width:1280px){.lap-pg{height:auto;min-height:358px;overflow:visible}.lap-pg__bg{left:48px;right:48px;width:auto;top:73px;height:165px}.lap-pg__cover{left:80px;top:29px}.lap-pg__content{left:340px;top:94px;width:auto;max-width:380px}.lap-pg__btn{left:auto;right:80px;top:115px}}@media (max-width:1024px){.lap-pg{height:auto;overflow:visible}.lap-pg .section-inner{height:auto;padding:32px 24px 48px;display:flex;flex-direction:column;align-items:center;gap:24px}.lap-pg__bg{left:0;right:0;top:100px;bottom:0;width:auto;height:auto}.lap-pg__cover{position:relative;left:auto;top:auto;width:auto;height:auto;z-index:1}.lap-pg__cover img{width:140px;height:auto}.lap-pg__content{position:relative;left:auto;top:auto;width:auto;max-width:100%;text-align:center;z-index:1}.lap-pg__title{font-size:20px}.lap-pg__text{font-size:16px;line-height:26px}.lap-pg__btn{position:relative;left:auto;right:auto;top:auto;z-index:1;margin:0 auto}}@media (max-width:768px){.lap-pg .section-inner{padding:32px 24px 48px}}@media (max-width:480px){.lap-pg .section-inner{padding:24px 16px 40px}.lap-pg__bg{top:80px}}.lap-sec4{position:relative;width:100%;height:1192px;background:#f7f8f9;overflow:hidden}.lap-sec4 .section-inner{height:100%}.lap-sec4__title{position:absolute;top:120px;left:284px;width:653px;font-family:'Inter',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.35px;color:#000000;margin:0}.lap-sec4__intro{position:absolute;top:247px;left:284px;width:752px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.4px;letter-spacing:-0.22px;color:#000000;margin:0}.lap-sec4__icon{position:absolute;left:284px;width:40px;height:40px}.lap-sec4__icon--1{top:409px}.lap-sec4__icon--2{top:525px}.lap-sec4__icon--3{top:676px}.lap-sec4__icon--4{top:797px}.lap-sec4__icon--5{top:983px}.lap-sec4__item{position:absolute;left:359px;width:752px;font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;color:#000000;margin:0}.lap-sec4__item--1{top:409px}.lap-sec4__item--2{top:525px}.lap-sec4__item--3{top:676px}.lap-sec4__item--4{top:797px}.lap-sec4__item--5{top:983px}.lap-sec4__label{font-weight:700}.lap-sec4__label--1{color:#c66a48}.lap-sec4__label--2{color:#c4973b}.lap-sec4__label--3{color:#4682b4}.lap-sec4__label--4{color:#7b9ec4}.lap-sec4__label--5{color:#9499a0}@media (max-width:1280px){.lap-sec4{height:auto;padding:80px 48px;overflow:visible}.lap-sec4 .section-inner{height:auto}.lap-sec4__title,.lap-sec4__intro{position:static;width:auto;margin:0}.lap-sec4__title{margin-bottom:20px}.lap-sec4__intro{max-width:752px;margin-bottom:40px}.lap-sec4__icon{display:none}.lap-sec4__item{position:static;width:auto;border-left:4px solid;padding-left:20px;margin-bottom:28px}.lap-sec4__item--1{border-color:#c66a48}.lap-sec4__item--2{border-color:#c4973b}.lap-sec4__item--3{border-color:#4682b4}.lap-sec4__item--4{border-color:#7b9ec4}.lap-sec4__item--5{border-color:#9499a0}}@media (max-width:1024px){.lap-sec4{height:auto;padding:60px 48px;overflow:visible}.lap-sec4 .section-inner{position:static;height:auto}.lap-sec4__title,.lap-sec4__intro{position:static;width:100%}.lap-sec4__title{font-size:28px;line-height:40px;margin-bottom:20px}.lap-sec4__intro{font-size:18px;line-height:30px;margin-bottom:40px}.lap-sec4__icon{display:none}.lap-sec4__item{position:static;width:100%;border-left:4px solid;padding-left:20px;margin-bottom:28px}.lap-sec4__item--1{border-color:#c66a48}.lap-sec4__item--2{border-color:#c4973b}.lap-sec4__item--3{border-color:#4682b4}.lap-sec4__item--4{border-color:#7b9ec4}.lap-sec4__item--5{border-color:#9499a0}}@media (max-width:768px){.lap-sec4{padding:40px 24px}.lap-sec4__title{font-size:24px;line-height:34px}}@media (max-width:480px){.lap-sec4{padding:32px 16px 40px}}.au-hero{width:100%;padding:134px 0 100px;background:#eef4fa}.au-hero .section-inner{height:auto;padding:0 160px 0 284px}.au-hero__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.au-hero__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:72px;color:#2e2e2e;letter-spacing:-0.9px;max-width:866px;margin-bottom:24px}.au-hero__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;color:#2e2e2e;letter-spacing:-0.22px;max-width:820px;margin-bottom:36px}.au-hero__btns{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.au-hero__btn{display:inline-flex;align-items:center;padding:14px 26px;border-radius:999px;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;line-height:normal;border:none}.au-hero__btn--primary{background:#c66a48;color:#fff}.au-hero__btn--primary:hover{background:#b55e3e}.au-hero__btn--outline{background:transparent;color:#2e2e2e;border:1.5px solid #c7c7c7}.au-hero__btn--outline:hover{background:#d4e6f5;border-color:#4682b4}.au-believe{padding:100px 0;background:#eef2f8}.au-believe .section-inner{height:auto;padding:0 160px 0 284px}.au-believe__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.au-believe__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;color:#2e2e2e;letter-spacing:-1.75px;margin-bottom:18px}.au-believe__intro{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;color:#2e2e2e;letter-spacing:-0.22px;max-width:860px;margin-bottom:46px}.au-believe__grid{display:flex;flex-direction:column;gap:24px}.au-believe__row{display:flex;gap:24px}.au-believe__card{flex:1;background:#fff;border:1px solid #e2dfd9;border-radius:14px;padding:30px 32px;display:flex;flex-direction:column;gap:10px}.au-believe__num{font-family:'Poppins',sans-serif;font-weight:600;font-size:30px;line-height:normal;color:#c66a48;letter-spacing:-0.6px;display:block}.au-believe__card-title{font-family:'Inter',sans-serif;font-weight:600;font-size:19px;line-height:26px;color:#2e2e2e;margin:0}.au-believe__card-body{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#2e2e2e;margin:0}.au-numbers{background:#1b2537;padding:66px 0}.au-numbers .section-inner{height:auto;padding:0 160px 0 284px}.au-numbers__row{display:flex;justify-content:space-between;gap:24px}.au-numbers__stat{flex:1 1 0;min-width:0}.au-numbers__line{width:30px;height:3px;background:#c66a48;border-radius:2px;margin-bottom:12px}.au-numbers__value{font-family:'Poppins',sans-serif;font-weight:600;font-size:28px;line-height:32px;color:#fff;margin-bottom:12px}.au-numbers__label{font-family:'Inter',sans-serif;font-weight:400;font-size:13px;line-height:18px;color:#a8b8c7}.au-story{padding:100px 0;background:#eef2f8}.au-story .section-inner{height:auto;padding:0 160px 0 284px}.au-story__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.au-story__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;color:#2e2e2e;letter-spacing:-1.75px;max-width:980px;margin-bottom:24px}.au-story__body{font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:32.4px;color:#2e2e2e;max-width:980px;margin-bottom:24px}.au-story__timeline{position:relative;padding-left:4px;padding-top:24px}.au-story__rail{position:absolute;left:12px;top:34px;width:2px;height:440px;background:#c7d4e0;border-radius:2px}.au-story__item{display:flex;gap:22px;margin-bottom:26px;position:relative}.au-story__dot-col{width:18px;padding-top:4px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.au-story__dot{width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #c7d4e0;flex-shrink:0}.au-story__dot--active{width:18px;height:18px;background:#c66a48;border:none}.au-story__content{flex:1}.au-story__year{font-family:'Poppins',sans-serif;font-weight:600;font-size:20px;line-height:26px;color:#2e2e2e;margin-bottom:6px}.au-story__year--active{color:#c66a48}.au-story__event{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#2e2e2e}.au-trust{padding:100px 0;background:#eef2f8}.au-trust .section-inner{height:auto;padding:0 160px 0 284px}.au-trust__panel{background:#1b2537;border-radius:24px;padding:56px 60px;position:relative}.au-trust__goldrule{position:absolute;top:26px;left:60px;width:48px;height:3px;background:#c66a48;border-radius:2px}.au-trust__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.au-trust__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;color:#fff;margin-bottom:18px}.au-trust__intro{font-family:'Inter',sans-serif;font-weight:400;font-size:20px;line-height:30px;color:#b8c7d4;max-width:860px;margin-bottom:38px}.au-trust__checklist{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.au-trust__item{display:flex;gap:16px;align-items:flex-start}.au-trust__check{width:26px;height:26px;min-width:26px;background:#c66a48;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Inter',sans-serif;font-weight:700;font-size:13px;flex-shrink:0}.au-trust__tx{flex:1}.au-trust__item-title{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:24px;color:#fff;margin-bottom:4px}.au-trust__item-body{font-family:'Inter',sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#b8c7d4}.au-trust__badges{display:flex;gap:14px;flex-wrap:wrap}.au-trust__badge{background:#29364a;border-radius:12px;padding:16px 22px}.au-trust__badge-title{font-family:'Inter',sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#fff;margin-bottom:3px}.au-trust__badge-sub{font-family:'Inter',sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#b8c7d4}.au-offices{padding:100px 0;background:#eef2f8}.au-offices .section-inner{height:auto;padding:0 160px 0 284px}.au-offices__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.au-offices__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;color:#2e2e2e;margin-bottom:18px}.au-offices__intro{font-family:'Inter',sans-serif;font-weight:400;font-size:20px;line-height:30px;color:#2e2e2e;max-width:860px;margin-bottom:46px}.au-offices__row{display:flex;gap:24px}.au-offices__card{flex:1;background:#fff;border:1px solid #e2dfd9;border-radius:14px;padding:28px;text-align:center;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center}.au-offices__country{font-family:'Inter',sans-serif;font-weight:600;font-size:12px;line-height:16px;color:#c66a48;letter-spacing:0.72px;text-transform:uppercase}.au-offices__city{font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;line-height:28px;color:#2e2e2e}.au-offices__address{font-family:'Inter',sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#2e2e2e}.au-offices__phone{font-family:'Inter',sans-serif;font-weight:600;font-size:15px;line-height:22px;color:#c66a48}.au-careers{padding:100px 0;background:#eef2f8}.au-careers .section-inner{height:auto;padding:0 160px 0 284px}.au-careers__band{background:linear-gradient(165.96deg,#2e6496 14.64%,#172e4a 85.36%);border-radius:20px;padding:52px 56px;display:flex;gap:40px;align-items:center}.au-careers__text{flex:1;min-width:0}.au-careers__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.au-careers__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:30px;line-height:38px;color:#fff;margin-bottom:12px}.au-careers__body{font-family:'Inter',sans-serif;font-weight:400;font-size:17px;line-height:26px;color:#bdccd9}.au-careers__btn{display:inline-flex;align-items:center;padding:14px 26px;background:#c66a48;color:#fff;border-radius:999px;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;white-space:nowrap;flex-shrink:0;border:none}.au-careers__btn:hover{background:#b55e3e}.au-final-cta{padding:104px 0;background:#eef2f8;text-align:center}.au-final-cta .section-inner{height:auto;padding:0 160px 0 284px}.au-final-cta__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:38px;line-height:46px;color:#2e2e2e;letter-spacing:-0.38px;margin-bottom:30px}.au-final-cta__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.au-final-cta__btn{display:inline-flex;align-items:center;padding:14px 26px;border-radius:999px;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;line-height:normal}.au-final-cta__btn--primary{background:#c66a48;color:#fff;border:none}.au-final-cta__btn--primary:hover{background:#b55e3e}.au-final-cta__btn--outline{background:transparent;color:#2e2e2e;border:1.5px solid #ccc}.au-final-cta__btn--outline:hover{background:#d4e6f5;border-color:#4682b4}@media (max-width:1280px){.au-hero{padding:134px 0 80px}.au-hero .section-inner{padding:0 80px}.au-hero__title{font-size:52px;line-height:62px}.au-believe{padding:80px 0}.au-believe .section-inner{padding:0 80px}.au-numbers{padding:66px 0}.au-numbers .section-inner{padding:0 80px}.au-numbers__row{gap:16px}.au-story{padding:80px 0}.au-story .section-inner{padding:0 80px}.au-trust{padding:80px 0}.au-trust .section-inner{padding:0 80px}.au-offices{padding:80px 0}.au-offices .section-inner{padding:0 80px}.au-careers{padding:80px 0}.au-careers .section-inner{padding:0 80px}.au-final-cta{padding:80px 0}.au-final-cta .section-inner{padding:0 80px}}@media (max-width:1024px){.au-hero{padding:140px 0 70px}.au-hero .section-inner{padding:0 48px}.au-hero__title{font-size:44px;line-height:54px;max-width:100%}.au-hero__body{font-size:19px;line-height:32px;max-width:100%}.au-believe{padding:70px 0}.au-believe .section-inner{padding:0 48px}.au-numbers{padding:56px 0}.au-numbers .section-inner{padding:0 48px}.au-numbers__row{flex-wrap:wrap;gap:36px 20px}.au-numbers__stat{flex:0 0 calc(33.333% - 14px)}.au-story{padding:70px 0}.au-story .section-inner{padding:0 48px}.au-story__title{font-size:30px;line-height:38px}.au-trust{padding:70px 0}.au-trust .section-inner{padding:0 48px}.au-trust__panel{padding:44px 40px}.au-trust__goldrule{left:40px}.au-trust__title{font-size:28px;line-height:36px}.au-offices{padding:70px 0}.au-offices .section-inner{padding:0 48px}.au-offices__title{font-size:28px}.au-careers{padding:70px 0}.au-careers .section-inner{padding:0 48px}.au-final-cta{padding:70px 0}.au-final-cta .section-inner{padding:0 48px}.au-final-cta__title{font-size:30px;line-height:38px}}@media (max-width:768px){.au-hero{padding:150px 0 60px}.au-hero .section-inner{padding:0 24px}.au-hero__eyebrow{font-size:16px}.au-hero__title{font-size:36px;line-height:44px}.au-hero__body{font-size:17px;line-height:28px}.au-believe{padding:60px 0}.au-believe .section-inner{padding:0 24px}.au-believe__intro{font-size:18px;line-height:30px}.au-believe__row{flex-direction:column}.au-numbers{padding:52px 0}.au-numbers .section-inner{padding:0 24px}.au-numbers__row{flex-wrap:wrap;gap:32px 16px}.au-numbers__stat{flex:0 0 calc(50% - 8px)}.au-story{padding:60px 0}.au-story .section-inner{padding:0 24px}.au-story__body{font-size:16px;line-height:28px}.au-story__rail{height:520px}.au-trust{padding:60px 0}.au-trust .section-inner{padding:0 24px}.au-trust__panel{padding:40px 28px;border-radius:16px}.au-trust__goldrule{left:28px;top:20px}.au-trust__intro{font-size:17px;line-height:26px}.au-offices{padding:60px 0}.au-offices .section-inner{padding:0 24px}.au-offices__row{flex-direction:column}.au-offices__card{padding:24px 20px}.au-careers{padding:60px 0}.au-careers .section-inner{padding:0 24px}.au-careers__band{flex-direction:column;align-items:flex-start;gap:28px;padding:40px 32px}.au-final-cta{padding:60px 0}.au-final-cta .section-inner{padding:0 24px}.au-final-cta__title{font-size:26px;line-height:34px}}@media (max-width:480px){.au-hero{padding:130px 0 50px}.au-hero .section-inner{padding:0 16px}.au-hero__eyebrow{font-size:14px}.au-hero__title{font-size:28px;line-height:36px}.au-hero__body{font-size:16px}.au-believe{padding:48px 0}.au-believe .section-inner{padding:0 16px}.au-believe__card{padding:24px 20px}.au-numbers{padding:44px 0}.au-numbers .section-inner{padding:0 16px}.au-numbers__row{flex-direction:column;gap:24px}.au-numbers__stat{flex:unset;width:100%}.au-story{padding:48px 0}.au-story .section-inner{padding:0 16px}.au-story__title{font-size:26px;line-height:34px}.au-trust{padding:48px 0}.au-trust .section-inner{padding:0 16px}.au-trust__panel{padding:32px 20px}.au-trust__goldrule{left:20px}.au-trust__title{font-size:24px;line-height:32px}.au-trust__badges{flex-direction:column}.au-offices{padding:48px 0}.au-offices .section-inner{padding:0 16px}.au-careers{padding:48px 0}.au-careers .section-inner{padding:0 16px}.au-careers__band{padding:32px 24px}.au-careers__title{font-size:24px;line-height:32px}.au-final-cta{padding:48px 0}.au-final-cta .section-inner{padding:0 16px}.au-final-cta__title{font-size:22px;line-height:30px}.au-final-cta__btns{flex-direction:column;align-items:center}}#sol-section-1,#sol-section-2,#sol-section-3,#lap-section-1,#lap-section-2,#lap-section-3,#lap-section-last,#sec_believe,#sec_story,#sec_trust,#sec_offices,#sec_careers{scroll-margin-top:110px}.blog-hero{position:relative;width:100%;height:127px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 127' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g1)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g1' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(75.05 -0.89133 10.106 10.433 511 66.157)'%3E%3Cstop stop-color='rgba(250,249,247,0.9)' offset='0'/%3E%3Cstop stop-color='rgba(250,249,247,0.9)' offset='0.4967'/%3E%3Cstop stop-color='rgba(250,249,247,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 127' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g2)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(0.9 12.074 -136.91 0.12511 675 0.0000033823)'%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0.49755'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 127' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23g3)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(7.6962e-16 11.864 -134.52 -6.8352e-16 720 0)'%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.1)' offset='0.5'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(224.68deg,rgb(235,244,250) 3.35%,rgb(184,206,223) 54.12%),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 127' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(#g)' opacity='1'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(168 -1.5071e-7 -0.0000060232 23.537 -102 128)'%3E%3Cstop stop-color='rgba(70,130,180,0.15)' offset='0'/%3E%3Cstop stop-color='rgba(70,130,180,0.08)' offset='0.5'/%3E%3Cstop stop-color='rgba(70,130,180,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(90deg,rgb(244,247,250) 0%,rgb(244,247,250) 100%);background-size:100% 100%;background-repeat:no-repeat}.blog-featured-image{position:relative;width:100%;height:320px;background:#1b2537;overflow:hidden}.blog-featured-image__inner{width:100%;height:100%;position:relative}.blog-featured-image__inner img{width:100%;height:100%;object-fit:cover;object-position:var(--blog-hero-focal,center center)}.blog-post-section{position:relative;width:100%;padding-bottom:80px;background:linear-gradient(158.83deg,rgb(220,232,245) 2.99%,rgb(140,175,210) 30%,rgb(195,215,232) 94.21%);display:flow-root}.blog-post__card{position:relative;background:#fdfdfc;width:1232px;margin-left:104px;margin-top:-185px;padding:100px 64px 64px 99px;border-radius:12px 12px 4px 4px;box-shadow:0 2px 16px rgba(0,0,0,0.06)}.blog-post__content{display:flex;gap:102px}.blog-post__article{flex:1;min-width:0;max-width:750px}.blog-post__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.35px;color:#1b2537;max-width:892px;margin-bottom:40px}.blog-post__meta{display:flex;align-items:center;gap:8px;font-family:'Inter',sans-serif;font-size:14px;color:#6d727f;max-width:750px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #4682b4}.blog-post__separator{color:#c66a48}.blog-post__body{font-family:'Inter',sans-serif;font-size:18px;font-weight:500;line-height:32.4px;color:#000000}.blog-post__body p{margin-bottom:1.25em}.blog-post__body p:last-child{margin-bottom:0}.blog-post__body h2{font-family:'Poppins',sans-serif;font-weight:600;font-size:28px;line-height:36px;letter-spacing:-0.005em;color:#1b2537;margin-top:2em;margin-bottom:0.75em}.blog-post__body h3{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:32px;letter-spacing:-0.01em;color:#1b2537;margin-top:1.75em;margin-bottom:0.5em}.blog-post__body a{color:#4682b4;text-decoration:underline;text-underline-offset:2px}.blog-post__body a:hover{color:#3a6f99}.blog-post__body strong,.blog-post__body b{font-weight:600;color:#1b2537}.blog-post__body ul,.blog-post__body ol{margin:1em 0 1.25em 1.5em}.blog-post__body li{margin-bottom:0.5em}.blog-post__body blockquote{border-left:3px solid #c66a48;margin:1.5em 0;padding:0.75em 1.25em;color:#000000;background:rgba(248,245,241,0.6);border-radius:0 4px 4px 0}.blog-post__body img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0}.blog-post__sidebar{width:217px;flex-shrink:0;padding-top:0;position:sticky;top:116px;align-self:flex-start;margin-top:-32px}.blog-post__sidebar-cta-card{margin-top:0;background:#ebf4fa;border:1px solid rgba(70,130,180,0.25);border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center}.blog-post__sidebar-cta-primary{display:flex;flex-direction:column;align-items:center;width:100%}.blog-post__sidebar-cta-cover{width:129px;padding-bottom:10px;display:flex;align-items:center;justify-content:center}.blog-post__sidebar-cta-cover img{display:block;width:97px;height:121px;transform:rotate(-2.69deg);box-shadow:0 2px 6px #b8cedf}.blog-post__sidebar-cta-eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#c66a48;margin:0 0 10px}.blog-post__sidebar-cta-icon{width:14px;height:14px;flex-shrink:0}.blog-post__sidebar-cta-stack{list-style:none;margin:20px 0 0;padding:16px 0 0;border-top:1px solid rgba(27,37,55,0.08)}.blog-post__sidebar-cta-stack-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.blog-post__sidebar-cta-stack-item:last-child{margin-bottom:0}.blog-post__sidebar-cta-stack-icon{width:14px;height:14px;color:#4f5b6b;flex-shrink:0;margin-top:2px}.blog-post__sidebar-cta-stack-link{flex:1;font-family:'Inter',sans-serif;font-size:13px;line-height:18px;color:#4682b4;text-decoration:underline;text-decoration-color:rgba(70,130,180,0.4);text-underline-offset:2px}.blog-post__sidebar-cta-stack-link:hover{color:#3a6f99;text-decoration-color:currentColor}.blog-post__sidebar-cta-stack-arrow{width:10px;height:10px;color:#4682b4;flex-shrink:0;margin-top:5px}.blog-post__sidebar-cta-title{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1b2537;margin:0 0 20px}.blog-post__sidebar-cta-text{font-family:'Inter',sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0.14px;color:#4f5b6b;margin:0 0 16px;text-wrap:balance}.blog-post__sidebar-cta-btn{display:inline-block;padding:8px 20px;background:#c66a48;color:#fff;font-family:'Inter',sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0.14px;text-shadow:0 1px 2px rgba(0,0,0,0.25);border:0;border-radius:100px;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,0.05),0 2px 2px rgba(0,0,0,0.05);transition:background 0.2s}.blog-post__sidebar-cta-btn:hover{background:#a8553a}.blog-post__back-link-wrap{margin-top:48px;padding-top:32px;border-top:1px solid #4682b4}.blog-post__back-link{font-family:'Inter',sans-serif;font-size:15px;font-weight:600;color:#4682b4;text-decoration:none;transition:color 0.15s}.blog-post__back-link:hover{color:#3a6f99;text-decoration:underline}@media (max-width:1280px){.blog-post__card{width:calc(100% - 96px);margin-left:48px;margin-right:48px}}@media (max-width:1024px){.blog-post__card{width:calc(100% - 96px);margin-left:48px;margin-right:48px;padding:40px 48px 56px}.blog-post__content{flex-direction:column;gap:48px}.blog-post__article{max-width:100%}.blog-post__sidebar{width:100%;display:flex;flex-wrap:wrap;gap:24px 48px;padding-top:32px;border-top:1px solid #e8e5e0;position:static;align-self:auto}.blog-post__sidebar-cta-card{width:100%;margin-top:24px;padding:20px 24px}.blog-post__sidebar-cta-text{margin-bottom:12px}}@media (max-width:768px){.blog-hero{height:100px}.blog-featured-image{height:213px}.blog-post__card{width:calc(100% - 48px);margin-left:24px;margin-right:24px;margin-top:-45px;padding:32px 28px 48px}.blog-post__content{gap:36px}.blog-post__title{font-size:28px;line-height:36px}.blog-post__body{font-size:17px;line-height:30.6px}.blog-post__body h2{font-size:24px;line-height:32px}.blog-post__body h3{font-size:20px;line-height:28px}.blog-post-section{padding-bottom:48px}}@media (max-width:480px){.blog-hero{height:80px}.blog-featured-image{height:160px}.blog-post__card{width:calc(100% - 32px);margin-left:16px;margin-right:16px;margin-top:-30px;padding:24px 20px 40px}.blog-post__title{font-size:25px;line-height:32px}.blog-post__meta{flex-wrap:wrap;gap:4px 8px}.blog-post__body{font-size:16px;line-height:28.8px}.blog-post__body h2{font-size:22px;line-height:30px}.blog-post__body h3{font-size:19px;line-height:26px}}@media (max-width:375px){.blog-post__title{font-size:22px;line-height:28px}.blog-post__body{font-size:15px;line-height:27px}}.blog-hero-index{position:relative;width:100%;height:419px;overflow:hidden;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 524' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(75.05 -3.6776 10.106 43.044 511 272.96)'%3E%3Cstop offset='0' stop-color='%23ffffff' stop-opacity='0.9'/%3E%3Cstop offset='0.4967' stop-color='%23ffffff' stop-opacity='0.9'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 524' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(0.9 49.819 -136.91 0.51619 675 0.000013955)'%3E%3Cstop offset='0' stop-color='%234682b4' stop-opacity='0.1'/%3E%3Cstop offset='0.49755' stop-color='%234682b4' stop-opacity='0.1'/%3E%3Cstop offset='1' stop-color='%234682b4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 524' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(7.6962e-16 48.951 -134.52 -2.8202e-15 720 0)'%3E%3Cstop offset='0' stop-color='%234682b4' stop-opacity='0.1'/%3E%3Cstop offset='0.5' stop-color='%234682b4' stop-opacity='0.1'/%3E%3Cstop offset='1' stop-color='%234682b4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(180deg,#e8f0f8 0%,#e5eef7 10.5%,#dce6f0 100%),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 524' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(87.3 0.0000018003 -0.0000032021 50.07 407 518.52)'%3E%3Cstop offset='0' stop-color='%234682b4' stop-opacity='0.06'/%3E%3Cstop offset='0.5' stop-color='%234682b4' stop-opacity='0.03'/%3E%3Cstop offset='1' stop-color='%234682b4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),#f4f7fa}.blog-hero-index .section-inner{height:auto}.blog-hero-index__eyebrow{position:absolute;left:284px;top:134px;font-family:'Inter',sans-serif;font-weight:700;font-size:20px;line-height:36px;color:#c66a48;letter-spacing:1px}.blog-hero-index__title{position:absolute;left:284px;top:194px;width:872px;font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:72px;letter-spacing:-0.6px;color:#000;margin:0}.blog-hero-index__subtitle{position:absolute;left:284px;top:282px;width:728px;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:38.4px;color:#000}.blog-topics{position:relative;width:100%;height:80px;background:#fff;border-top:1px solid #4682b4;border-bottom:1px solid #4682b4;z-index:10}.blog-topics .section-inner{height:auto;display:flex;align-items:center;height:100%}.blog-topics__list{display:flex;align-items:center;gap:24px;padding-left:260px}.blog-topics__pill{display:inline-flex;align-items:center;padding:8px 24px;border-radius:24px;border:1px solid #e4e0d9;background:#fff;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;line-height:16px;color:#6d727f;cursor:pointer;white-space:nowrap;box-shadow:0 1px 2px rgba(0,0,0,0.05),0 2px 4px rgba(0,0,0,0.05);transition:background 0.2s,color 0.2s,border-color 0.2s}.blog-topics__pill:hover{border-color:#c66a48;color:#c66a48}.blog-topics__pill--active{background:#1b2537;color:#fff;border-color:#1b2537}.blog-topics__pill--active:hover{background:#1b2537;color:#fff;border-color:#1b2537}.blog-grid-section{position:relative;width:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1184' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)' opacity='0.2'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(0.0000029775 114 -138.65 0.0000033123 720 44)'%3E%3Cstop offset='0' stop-color='%23ffffff' stop-opacity='0.9'/%3E%3Cstop offset='0.5' stop-color='%23ffffff' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1184' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)' opacity='0.2'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(-120.4 102 -124.05 -146.43 1274 60)'%3E%3Cstop offset='0' stop-color='%234682b4' stop-opacity='0.2'/%3E%3Cstop offset='0.5' stop-color='%234682b4' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%234682b4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1184' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)' opacity='0.2'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(-134.2 97.2 -118.22 -163.22 1342 20)'%3E%3Cstop offset='0' stop-color='%234682b4' stop-opacity='0.2'/%3E%3Cstop offset='0.5' stop-color='%234682b4' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%234682b4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(180deg,rgba(232,240,248,0.2) 0%,rgba(231,239,247,0.2) 37.019%,rgba(220,230,240,0.2) 100%),url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 1184' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='100%25' height='100%25' fill='url(%23g)' opacity='0.2'/%3E%3Cdefs%3E%3CradialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(69 -34 41.351 83.919 720 592)'%3E%3Cstop offset='0' stop-color='%234682b4' stop-opacity='0.06'/%3E%3Cstop offset='0.5' stop-color='%234682b4' stop-opacity='0.03'/%3E%3Cstop offset='1' stop-color='%234682b4' stop-opacity='0.6'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),#f4f7fa;padding:60px 0 80px}.blog-grid-section .section-inner{height:auto}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:0 144px;min-height:400px}.blog-grid__loading{grid-column:1 / -1;font-family:'Inter',sans-serif;font-size:15px;color:#4f5b6b;text-align:center;padding:60px 0;margin:0}.blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid #4682b4;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 0 12px #b8cedf;transition:box-shadow 0.25s ease,transform 0.25s ease}.blog-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.08);transform:translateY(-2px)}.blog-card__image{width:100%;height:180px;overflow:hidden;background:#1b2537}.blog-card__image img{width:100%;height:100%;object-fit:cover}.blog-card__body{display:flex;flex-direction:column;padding:20px;gap:16px;flex:1}.blog-card__tag{display:inline-block;align-self:flex-start;padding:4px 10px;border-radius:4px;background:rgba(198,106,72,0.1);color:#c66a48;font-family:'Inter',sans-serif;font-weight:600;font-size:10px;line-height:16px;letter-spacing:0.05px}.blog-card__tags{display:flex;flex-wrap:wrap;gap:6px;align-self:flex-start}.blog-card__title{font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:24.75px;color:#1b2537;letter-spacing:-0.0792px;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__desc{font-family:'Inter',sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#717182;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{font-family:'Inter',sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#717182;display:flex;align-items:center}.blog-card__dot{margin:0 6px}.blog-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.blog-card__read{font-family:'Inter',sans-serif;font-weight:500;font-size:14px;color:#c66a48;transition:color 0.2s}.blog-card:hover .blog-card__read{color:#a8553a}@media (max-width:1280px){.blog-hero-index{height:auto;padding:130px 48px 48px}.blog-hero-index__eyebrow,.blog-hero-index__title,.blog-hero-index__subtitle{position:static;width:auto}.blog-hero-index__eyebrow{margin-bottom:12px}.blog-hero-index__title{margin-bottom:16px}.blog-hero-index__subtitle{max-width:728px}.blog-topics__list{padding-left:24px}.blog-grid{padding:0 48px}}@media (max-width:1024px){.blog-hero-index{padding:120px 48px 40px}.blog-hero-index__title{font-size:44px;line-height:52px}.blog-hero-index__subtitle{font-size:18px;line-height:30px}.blog-topics__list{padding-left:24px;gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-right:48px}.blog-topics__list::-webkit-scrollbar{display:none}.blog-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding:0 48px}}@media (max-width:768px){.blog-hero-index{padding:110px 24px 32px}.blog-hero-index__eyebrow{font-size:14px;letter-spacing:0.5px}.blog-hero-index__title{font-size:36px;line-height:44px}.blog-hero-index__subtitle{font-size:16px;line-height:26px}.blog-topics{height:auto;padding:16px 0}.blog-topics__list{padding-left:0;padding-right:24px;gap:10px}.blog-grid{grid-template-columns:1fr;gap:20px;padding:0 24px}.blog-grid-section{padding:40px 0 60px}}@media (max-width:480px){.blog-hero-index{padding:100px 16px 28px}.blog-hero-index__title{font-size:30px;line-height:38px}.blog-hero-index__subtitle{font-size:15px;line-height:24px}.blog-topics__list{padding-left:0;padding-right:16px;gap:8px}.blog-topics__pill{padding:6px 16px;font-size:11px}.blog-grid{padding:0 16px;gap:16px}.blog-card__image{height:160px}}@media (max-width:375px){.blog-hero-index__title{font-size:26px;line-height:34px}.blog-hero-index__subtitle{font-size:14px}.blog-card__title{font-size:16px;line-height:22px}.blog-card__image{height:140px}}.modal-panel--asset{width:720px;padding:32px 36px 36px}.modal-panel--asset .modal-title{padding-right:36px}.modal-asset-body{display:flex;flex-direction:row;gap:28px;align-items:flex-start}.modal-asset-body[hidden]{display:none}.modal-asset-cover{flex:0 0 200px;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(27,37,55,0.14);background:#eef2f7}.modal-asset-cover--video{flex:0 0 280px;aspect-ratio:16 / 9;background:#0d1b2a}.modal-form__preview-note{margin:10px 0 0;padding:8px 10px;background:#fff7ec;border:1px solid #f5d48a;border-radius:6px;font-family:'Inter',sans-serif;font-size:12px;line-height:1.4;color:#8a5a13;text-align:center}.modal-asset-cover img{width:100%;height:100%;object-fit:cover;display:block}.modal-asset-form-wrap{flex:1 1 auto;min-width:0}.modal-asset-intro{font-family:'Inter',sans-serif;font-size:14px;line-height:1.5;color:#4f5b6b;margin:0 0 18px}.modal-form__downloading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px 8px;text-align:center}.modal-form__downloading[hidden]{display:none}.modal-form__submit--ready{text-decoration:none;margin-top:18px;max-width:240px}.modal-form__submit--ready:hover{background:#b55d3e;color:#fff}.modal-form__submit--ready:focus-visible{outline:3px solid rgba(198,106,72,0.4);outline-offset:2px}.modal-panel--video-ready{width:960px;max-width:calc(100vw - 32px)}.modal-form__video{margin-top:4px}.modal-form__video-facade{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#0d1b2a;cursor:pointer;box-shadow:0 6px 24px rgba(13,27,42,0.18);transition:transform 0.15s}.modal-form__video-facade img{width:100%;height:100%;object-fit:cover;display:block;opacity:0.88;transition:opacity 0.15s}.modal-form__video-facade:hover img,.modal-form__video-facade:focus-visible img{opacity:1}.modal-form__video-facade:focus-visible{outline:3px solid rgba(198,106,72,0.5);outline-offset:2px}.modal-form__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;background:rgba(198,106,72,0.92);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,0.3);transition:background 0.15s,transform 0.15s;pointer-events:none}.modal-form__video-play svg{margin-left:4px}.modal-form__video-facade:hover .modal-form__video-play,.modal-form__video-facade:focus-visible .modal-form__video-play{background:#c66a48;transform:translate(-50%,-50%) scale(1.06)}.modal-form__video-player{width:100%;aspect-ratio:16 / 9;display:block;border-radius:12px;background:#000}@media (max-width:600px){.modal-panel--video-ready{width:calc(100vw - 16px);padding:20px 16px 20px}.modal-form__video-play{width:60px;height:60px}.modal-form__video-play svg{width:22px;height:22px}}.modal-form__downloading-title{font-family:'Poppins',sans-serif;font-size:20px;font-weight:600;color:#1b2537;margin:0 0 8px}.modal-form__downloading-text{font-family:'Inter',sans-serif;font-size:14px;color:#4f5b6b;margin:0}@media (max-width:600px){.modal-panel--asset{padding:24px 20px 28px}.modal-asset-body{flex-direction:column;gap:18px;align-items:center}.modal-asset-cover{flex:0 0 auto;width:140px}.modal-asset-cover--video{width:240px}.modal-asset-form-wrap{width:100%}}.legal-page{background:#fff;padding:160px 48px 100px;min-height:60vh}.legal-page__inner{max-width:860px;margin:0 auto}.legal-page__eyebrow{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;letter-spacing:1.4px;text-transform:uppercase;color:#c66a48;margin:0 0 12px}.legal-page__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:48px;line-height:1.15;letter-spacing:-0.72px;color:#1b2537;margin:0 0 12px}.legal-page__updated{font-family:'Inter',sans-serif;font-weight:500;font-size:14px;color:#6b7280;margin:0 0 40px}.legal-page__intro{font-family:'Inter',sans-serif;font-size:17px;line-height:1.7;color:#1b2537;margin:0 0 32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.legal-page__h2{font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;line-height:1.3;color:#1b2537;margin:36px 0 12px}.legal-page p{font-family:'Inter',sans-serif;font-size:16px;line-height:1.7;color:#445068;margin:0 0 14px}.legal-page__list{margin:0 0 14px 24px;padding:0}.legal-page__list li{font-family:'Inter',sans-serif;font-size:16px;line-height:1.7;color:#445068;margin-bottom:6px}.legal-page a{color:#4682b4;text-decoration:underline}.legal-page a:hover{color:#3a6f99}@media (max-width:768px){.legal-page{padding:130px 24px 80px}.legal-page__title{font-size:36px}.legal-page__h2{font-size:20px}}@media (max-width:480px){.legal-page{padding:110px 16px 60px}.legal-page__title{font-size:30px}.legal-page p,.legal-page__list li{font-size:15px}}a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText{display:none}#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo{display:none}.sol-main{position:relative;background:radial-gradient(52% 32% at 18% 6%,rgba(70,130,180,0.10),transparent 70%),radial-gradient(46% 30% at 84% 14%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 50% 22%,rgba(198,106,72,0.045),transparent 70%),radial-gradient(48% 30% at 12% 32%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 15% 50%,rgba(198,106,72,0.04),transparent 70%),radial-gradient(48% 30% at 20% 72%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 80% 76%,rgba(198,106,72,0.045),transparent 70%),radial-gradient(48% 30% at 82% 86%,rgba(70,130,180,0.07),transparent 70%),linear-gradient(180deg,#edf3f9 0%,#eef2f7 100%)}.sol-inner{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:0 284px}.sol-lead__eyebrow,.sol-grounded__eyebrow,.sol-phases__eyebrow,.sol-pillars__eyebrow,.sol-virtual__eyebrow,.sol-pricesteps__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;letter-spacing:1px;text-transform:uppercase;color:#c66a48;margin:0}.sol-switch__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:28px;letter-spacing:1px;text-transform:uppercase;color:#c66a48;margin:0}.sol-phases__heading,.sol-grounded__heading,.sol-pillars__heading,.sol-virtual__heading,.sol-pricesteps__heading{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.6px;color:#000;margin:14px 0 0}.sol-lead{padding:134px 0 96px}.sol-lead__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:70px;letter-spacing:-1px;color:#000;margin:18px 0 0}.sol-lead__subtitle{width:728px;max-width:100%;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:28px 0 0}.sol-lead__btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 28px;margin-top:32px;background:#c66a48;border-radius:100px;font-family:'Inter',sans-serif;font-weight:600;font-size:16px;color:#fff;transition:background 0.18s ease}.sol-lead__btn:hover{background:#b55e3e}.sol-phases{padding:24px 0 64px}.sol-phases .sol-inner{padding:0 160px}.sol-phases__panel{position:relative;background:#eef4fc;border:1px solid #4682b4;border-radius:32px;padding:56px 60px 64px;box-shadow:0 10px 30px rgba(70,130,180,0.10)}.sol-phases__intro{padding:0 64px}.sol-phases__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:16px 0 0;max-width:780px;text-wrap:pretty}.sol-switch{margin-top:36px}.sol-switch__tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:0}.sol-switch__tab{display:flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 12px;min-width:0;white-space:nowrap;background:#fff;border:1px solid rgba(70,130,180,0.45);border-radius:100px;cursor:pointer;font-family:'Inter',sans-serif;transition:background 0.16s ease,border-color 0.16s ease,color 0.16s ease}.sol-switch__tab-num{font-weight:600;font-size:13px;color:#4682b4}.sol-switch__tab-name{font-weight:600;font-size:15px;color:#1b2537}.sol-switch__tab:hover{border-color:#4682b4;background:#f4f9fd}.sol-switch__tab.is-active{background:#c66a48;border-color:#c66a48}.sol-switch__tab.is-active .sol-switch__tab-num,.sol-switch__tab.is-active .sol-switch__tab-name{color:#fff}@media (max-width:1180px){.sol-switch__tabs{grid-template-columns:repeat(3,1fr)}.sol-switch__caret{display:none}}@media (max-width:600px){.sol-switch__tabs{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:8px;padding-bottom:6px;margin:0 -16px;padding-left:16px;padding-right:16px}.sol-switch__tab{flex:0 0 auto;scroll-snap-align:center;padding:0 18px}}.sol-switch__stage{position:relative;margin-top:18px}.sol-switch__caret{position:absolute;top:-7px;left:50%;width:16px;height:16px;background:#fff;border:1px solid transparent;border-radius:3px;transform:translateX(-50%) rotate(45deg);box-shadow:-3px -3px 5px rgba(27,37,55,0.04);transition:left 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;pointer-events:none;z-index:2}.sol-switch__stage.is-door-hover .sol-switch__caret{transform:translateX(-50%) translateY(-6px) rotate(45deg);border-top-color:#4682b4;border-left-color:#4682b4;box-shadow:-3px -3px 6px rgba(70,130,180,0.14)}.sol-switch__panel{display:block;background:#fff;border-radius:24px;padding:48px 52px;box-shadow:0 8px 30px rgba(27,37,55,0.08)}.sol-switch__panel[hidden]{display:none}.sol-switch__heading{font-family:'Poppins',sans-serif;font-weight:600;font-size:30px;line-height:38px;letter-spacing:-0.5px;color:#000;margin:12px 0 0;text-wrap:balance}.sol-switch__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:22px 0 0;max-width:820px;text-wrap:pretty}.sol-switch__panel--door{position:relative;cursor:pointer;border:1px solid rgba(70,130,180,0.30);box-shadow:0 12px 34px rgba(27,37,55,0.12);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.sol-switch__panel--door:hover,.sol-switch__panel--door:focus-visible,.sol-switch__panel--door:active{transform:translateY(-6px);border-color:#4682b4;box-shadow:0 22px 50px rgba(70,130,180,0.22),0 0 0 4px rgba(70,130,180,0.12);outline:none}.sol-switch__door-arrow{position:absolute;top:50%;margin-top:-22px;right:40px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1.5px solid #4682b4;color:#4682b4;transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease}.sol-switch__panel--door:hover .sol-switch__door-arrow,.sol-switch__stage.is-door-hover .sol-switch__door-arrow{background:#4682b4;color:#fff;transform:translateX(4px) scale(1.06)}.sol-switch__door-cta{display:inline-flex;align-items:center;gap:10px;height:51px;padding:0 30px;margin-top:28px;background:#4682b4;border-radius:28px;font-family:'Inter',sans-serif;font-weight:600;font-size:16px;color:#fff;transition:background 0.2s ease,gap 0.2s ease}.sol-switch__panel--door:hover .sol-switch__door-cta{background:#3a6f99;gap:16px}@media (min-width:769px) and (max-width:1280px){.sol-switch__panel--door .sol-switch__eyebrow,.sol-switch__panel--door .sol-switch__heading,.sol-switch__panel--door .sol-switch__body{padding-right:92px}}.sol-switch__cards{display:grid;gap:22px;margin-top:32px}.sol-switch__cards--3{grid-template-columns:repeat(3,1fr)}.sol-card{background:#f4f7fb;border:1px solid #4682b4;border-radius:12px;padding:28px 26px}.sol-card__title{font-family:'Inter',sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#000;margin:0 0 12px;text-wrap:balance}.sol-card__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:24px;color:#000;margin:0;text-wrap:pretty}.sol-switch__cols{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-top:24px}.sol-switch__col-title{font-family:'Poppins',sans-serif;font-weight:600;font-size:19px;line-height:28px;color:#000;margin:0;text-wrap:balance}.sol-switch__col-intro{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:27px;color:#000;margin:14px 0 0;text-wrap:pretty}.sol-switch__bullets{list-style:none;margin:18px 0 0;padding:0}.sol-switch__bullets li{position:relative;padding-left:22px;margin-top:14px;font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:24px;color:#000;text-wrap:pretty}.sol-switch__bullets li::before{content:'';position:absolute;left:2px;top:8px;width:8px;height:8px;border-radius:50%;background:#c66a48}.sol-switch__bullets strong{color:#000;font-weight:600}.sol-metrics{display:flex;flex-wrap:wrap;align-items:stretch;margin-top:32px;background:#1b2537;border-radius:12px;overflow:hidden}.sol-metrics__item{position:relative;flex:1 1 0;min-width:180px;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px 28px;font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:22px;color:#fff;text-wrap:balance}.sol-metrics__item::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:#c66a48}.sol-metrics__item:first-child::before{display:none}.sol-pillars{background:#1b2537;padding:90px 0}.sol-pillars__heading{color:#fff}.sol-pillars__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#c5ccd6;margin:18px 0 0;max-width:770px;text-wrap:pretty}.sol-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}.sol-pillars__card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.18);border-radius:16px;padding:32px}.sol-pillars__num{display:block;font-family:'Poppins',sans-serif;font-weight:600;font-size:28px;color:#c66a48;margin-bottom:16px}.sol-pillars__card-title{font-family:'Poppins',sans-serif;font-weight:600;font-size:20px;line-height:28px;color:#fff;margin:0 0 10px;text-wrap:balance}.sol-pillars__card-text{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:26px;color:#c5ccd6;margin:0;text-wrap:pretty}.sol-virtual{padding:80px 0}.sol-virtual__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:18px 0 0;max-width:770px;text-wrap:pretty}.sol-virtual__points{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px}.sol-virtual__point{max-width:424px;background:#fff;border:1px solid #4682b4;border-radius:12px;box-shadow:0 4px 16px rgba(27,37,55,0.05);padding:28px}.sol-virtual__tick{display:block;width:28px;height:3px;border-radius:2px;background:#4682b4;margin-bottom:16px}.sol-virtual__point-title{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:26px;color:#000;margin:0 0 10px}.sol-virtual__point-text{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:27px;color:#000;margin:0;text-wrap:pretty}.sol-pricesteps{padding:80px 0}.sol-pricesteps__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:18px 0 0;max-width:770px;text-wrap:pretty}.sol-pricesteps__timeline{position:relative;margin-top:48px;max-width:820px}.sol-pricesteps__step{position:relative;display:flex;gap:28px;padding-bottom:36px}.sol-pricesteps__step:last-child{padding-bottom:0}.sol-pricesteps__step:not(:last-child)::before{content:'';position:absolute;left:27px;top:28px;height:100%;width:2px;background:#4682b4;z-index:0}.sol-pricesteps__badge{position:relative;z-index:1;flex-shrink:0;width:56px;height:56px;border-radius:50%;background:#4682b4;display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;color:#fff}.sol-pricesteps__content{padding-top:4px}.sol-pricesteps__step-title{font-family:'Inter',sans-serif;font-weight:600;font-size:19px;line-height:28px;color:#000;margin:0 0 8px}.sol-pricesteps__step-text{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:27px;color:#000;margin:0;text-wrap:pretty}.sol-final{background:#eef2f8;padding:88px 0;text-align:center}.sol-final .sol-inner{padding:0 220px}.sol-final__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:38px;line-height:46px;letter-spacing:-0.6px;color:#000;margin:0}.sol-final__body{font-family:'Inter',sans-serif;font-weight:500;font-size:19px;line-height:32px;color:#000;margin:18px auto 0;max-width:660px;text-wrap:pretty}.sol-final__btns{display:flex;justify-content:center;gap:16px;margin-top:32px;flex-wrap:wrap}.sol-final__btn{display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 26px;border-radius:100px;font-family:'Inter',sans-serif;font-weight:600;font-size:16px;transition:background 0.18s ease,border-color 0.18s ease}.sol-final__btn--primary{background:#c66a48;color:#fff}.sol-final__btn--primary:hover{background:#b55e3e}.sol-final__btn--outline{background:transparent;color:#000;border:1.5px solid #c4ccd6}.sol-final__btn--outline:hover{background:#d4e6f5;border-color:#4682b4}@media (max-width:1280px){.sol-inner{padding:0 80px}.sol-phases .sol-inner{padding:0 48px}.sol-phases__intro{padding:0}.sol-final .sol-inner{padding:0 80px}}@media (max-width:1024px){.sol-lead{padding:140px 0 72px}.sol-lead__title{font-size:48px;line-height:56px}.sol-phases__panel{padding:40px 36px 48px}.sol-switch__panel{padding:36px 32px}.sol-pillars__grid{grid-template-columns:1fr;gap:16px}.sol-virtual__points{grid-template-columns:1fr;gap:28px}}@media (max-width:768px){.sol-inner{padding:0 24px}.sol-phases .sol-inner{padding:0 16px}.sol-final .sol-inner{padding:0 24px}.sol-lead__title{font-size:38px;line-height:46px}.sol-lead__subtitle{font-size:19px;line-height:32px}.sol-phases__heading,.sol-pillars__heading,.sol-virtual__heading,.sol-pricesteps__heading{font-size:28px;line-height:36px}.sol-switch__heading{font-size:25px;line-height:32px}.sol-switch__caret{display:none}.sol-switch__door-arrow{display:none}.sol-switch__cards--3{grid-template-columns:1fr}.sol-switch__cols{grid-template-columns:1fr;gap:28px}.sol-metrics{flex-direction:column}.sol-metrics__item::before{display:none}.sol-metrics__item{border-top:1px solid rgba(198,106,72,0.45)}.sol-metrics__item:first-child{border-top:none}.sol-final__title{font-size:28px;line-height:36px}}@media (max-width:480px){.sol-inner{padding:0 16px}.sol-lead{padding:124px 0 56px}.sol-lead__title{font-size:32px;line-height:40px}.sol-phases__panel{padding:28px 18px 32px}.sol-switch__panel{padding:28px 22px}.sol-pillars__card{padding:24px}}.edp-main{position:relative;background:radial-gradient(52% 32% at 18% 6%,rgba(70,130,180,0.10),transparent 70%),radial-gradient(46% 30% at 84% 14%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 50% 22%,rgba(198,106,72,0.045),transparent 70%),radial-gradient(48% 30% at 12% 32%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 15% 50%,rgba(198,106,72,0.04),transparent 70%),radial-gradient(48% 30% at 20% 72%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 80% 76%,rgba(198,106,72,0.045),transparent 70%),radial-gradient(48% 30% at 82% 86%,rgba(70,130,180,0.07),transparent 70%),linear-gradient(180deg,#edf3f9 0%,#eef2f7 100%)}.edp-inner{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:0 284px}.edp-hero__eyebrow,.edp-eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;letter-spacing:1px;text-transform:uppercase;color:#c66a48;margin:0}.edp-heading{font-family:'Poppins',sans-serif;font-weight:600;font-size:35px;line-height:44px;letter-spacing:-0.6px;color:#000;margin:14px 0 0;text-wrap:balance;max-width:900px}.edp-body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:22px 0 0;max-width:770px;text-wrap:pretty}.edp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 28px;border:none;border-radius:100px;font-family:'Inter',sans-serif;font-weight:600;font-size:16px;cursor:pointer;white-space:nowrap;transition:background 0.18s ease,border-color 0.18s ease,color 0.18s ease}.edp-btn--primary{background:#c66a48;color:#fff}.edp-btn--primary:hover{background:#b55e3e}.edp-btn--outline{background:transparent;color:#1b2537;border:1.5px solid #c4ccd6}.edp-btn--outline:hover{background:#d4e6f5;border-color:#4682b4}.edp-btn--ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.45)}.edp-btn--ghost-light:hover{background:rgba(255,255,255,0.10);border-color:#fff}.edp-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px}.edp-hero__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:70px;letter-spacing:-1px;color:#000;margin:18px 0 0;max-width:920px;text-wrap:balance}.edp-hero__subtitle{width:728px;max-width:100%;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:28px 0 0;text-wrap:pretty}.edp-hero__ctas{display:flex;gap:16px;margin-top:36px;flex-wrap:wrap}.edp-approach{padding:96px 0 40px}.edp-callout{position:relative;max-width:667px;margin:44px 0 0 45px;padding:6px 41px}.edp-callout::before,.edp-callout::after{content:'';position:absolute;top:8px;bottom:8px;width:16px;border-left:2px solid #000;border-right:2px solid #000}.edp-callout::before{left:0}.edp-callout::after{right:0}.edp-callout__text{font-family:'Poppins',sans-serif;font-weight:500;font-size:24px;line-height:46px;letter-spacing:-0.4px;color:#000;margin:0;text-wrap:pretty}.edp-callout__lead{color:#1b2537}.edp-foundation .edp-callout{margin-left:20px;max-width:732px;padding-left:56px}.edp-section{padding:80px 0}.edp-cards{display:grid;gap:24px;margin-top:44px}.edp-cards--3{grid-template-columns:repeat(3,1fr)}.edp-cards--2{grid-template-columns:repeat(2,1fr)}.edp-card{background:#fff;border:1px solid #4682b4;border-radius:12px;padding:28px 26px}.edp-card__tick{display:block;width:28px;height:3px;border-radius:2px;background:#4682b4;margin-bottom:16px}.edp-card__title{font-family:'Inter',sans-serif;font-weight:600;font-size:17px;line-height:24px;color:#000;margin:0 0 10px;text-wrap:balance}.edp-card__body{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:22px;color:#000;margin:0;text-wrap:pretty}.edp-review{padding:80px 0}.edp-review__steps-label{font-family:'Inter',sans-serif;font-weight:600;font-size:16px;line-height:24px;letter-spacing:1px;text-transform:uppercase;color:#c66a48;margin:48px 0 0}.edp-steps{position:relative;list-style:none;margin:24px 0 0;padding:0;max-width:900px}.edp-steps__step{position:relative;display:flex;gap:32px;padding-bottom:28px}.edp-steps__step:last-child{padding-bottom:0}.edp-steps__step:not(:last-child)::before{content:'';position:absolute;left:27px;top:28px;height:100%;width:2px;background:#4682b4;z-index:0}.edp-steps__badge{position:relative;z-index:1;flex-shrink:0;width:56px;height:56px;border-radius:50%;background:#4682b4;display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;color:#fff}.edp-steps__content{padding-top:3px}.edp-steps__title{font-family:'Inter',sans-serif;font-weight:600;font-size:19px;line-height:28px;color:#000;margin:0 0 6px}.edp-steps__body{font-family:'Inter',sans-serif;font-weight:500;font-size:17px;line-height:28px;color:#000;margin:0;max-width:784px;text-wrap:pretty}.edp-deliverable{margin-top:40px;max-width:854px;padding-left:22px}.edp-deliverable__text{font-family:'Inter',sans-serif;font-weight:500;font-size:19px;line-height:32px;color:#000;margin:0;text-wrap:pretty}.edp-deliverable__lead{font-weight:600;color:#000}.edp-metrics{background:#1b2537;padding:72px 0}.edp-metrics .edp-inner{padding:0 150px}.edp-metrics__grid{display:grid;grid-template-columns:repeat(4,1fr)}.edp-metrics__stat{position:relative;padding:0 30px}.edp-metrics__stat:first-child{padding-left:0}.edp-metrics__stat:not(:first-child)::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:88px;background:#c66a48}.edp-metrics__stat-title{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:28px;letter-spacing:-0.2px;color:#fff;margin:0 0 10px;text-wrap:balance}.edp-metrics__stat-desc{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:22px;color:#fff;margin:0;text-wrap:pretty}.edp-metrics__ctas{display:flex;gap:16px;margin-top:44px;flex-wrap:wrap}.edp-foundation{padding:80px 0}.edp-foundation .edp-cards{margin-top:40px}.edp-foundation .edp-card__title{font-size:18px;line-height:26px}.edp-foundation .edp-card__body{font-size:16px;line-height:25px}.edp-foundation__support{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:40px 0 0;max-width:880px;text-wrap:pretty}.edp-wholecase{padding:80px 0}.edp-spine{position:relative;margin-top:48px;padding-left:40px;max-width:940px}.edp-spine__trunk{position:absolute;left:19px;top:22px;bottom:40px;width:2px;border-radius:2px;background:#4682b4}.edp-spine__origin{position:relative;margin-bottom:16px}.edp-spine__item{position:relative;margin-top:16px}.edp-spine__node{position:absolute;left:-26px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#4682b4;z-index:1}.edp-spine__node::after{content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);width:16px;height:2px;background:#4682b4}.edp-spine__node--origin{width:18px;height:18px;left:-29px}.edp-spine__chip{display:inline-flex;align-items:center;height:48px;padding:0 22px;background:#4682b4;border-radius:8px;font-family:'Inter',sans-serif;font-weight:600;font-size:18px;color:#fff}.edp-spine__bar{display:flex;align-items:center;gap:24px;background:#fff;border:1px solid rgba(70,130,180,0.30);border-radius:8px;padding:18px 24px;min-height:64px}.edp-spine__bar-name{flex:0 0 248px;display:flex;align-items:center;gap:10px;font-family:'Inter',sans-serif;font-weight:600;font-size:18px;color:#1b2537}.edp-spine__arrow{color:#4682b4;font-weight:600}.edp-spine__bar-desc{flex:1;font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#445068;text-wrap:pretty}.edp-wholecase__support{font-family:'Inter',sans-serif;font-weight:500;font-size:18px;line-height:30px;color:#445068;margin:40px 0 0;max-width:872px;text-wrap:pretty}.edp-final{background:#eef2f8;padding:88px 0;text-align:center}.edp-final .edp-inner{padding:0 220px}.edp-final__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:40px;line-height:52px;letter-spacing:-0.6px;color:#000;margin:0 auto;max-width:560px;text-wrap:balance}.edp-final__body{font-family:'Inter',sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#445068;margin:18px auto 0;max-width:640px;text-wrap:balance}.edp-final__ctas{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:62px;margin-top:80px}.edp-final__link{display:inline-flex;align-items:center;gap:8px;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;color:#c66a48}.edp-final__link:hover{text-decoration:underline}@media (max-width:1280px){.edp-inner{padding:0 80px}.edp-metrics .edp-inner{padding:0 80px}.edp-final .edp-inner{padding:0 80px}}@media (max-width:1024px){.edp-hero{padding:120px 0 64px}.edp-hero__title{font-size:48px;line-height:56px}.edp-metrics__grid{grid-template-columns:repeat(2,1fr);gap:32px 0}.edp-metrics__stat:nth-child(3){padding-left:0}.edp-metrics__stat:nth-child(3)::before{display:none}}@media (max-width:768px){.edp-inner{padding:0 24px}.edp-metrics .edp-inner{padding:0 24px}.edp-final .edp-inner{padding:0 24px}.edp-hero__title{font-size:38px;line-height:46px}.edp-hero__subtitle{font-size:19px;line-height:32px}.edp-heading{font-size:28px;line-height:36px}.edp-callout,.edp-foundation .edp-callout{margin-left:0;max-width:100%;padding:6px 28px}.edp-callout__text{font-size:20px;line-height:34px}.edp-approach{padding:72px 0 32px}.edp-section,.edp-review,.edp-foundation,.edp-wholecase{padding:64px 0}.edp-cards--3,.edp-cards--2{grid-template-columns:1fr}.edp-metrics{padding:56px 0}.edp-metrics__grid{grid-template-columns:1fr;gap:0}.edp-metrics__stat{padding:24px 0}.edp-metrics__stat:first-child{padding-top:0}.edp-metrics__stat:not(:first-child)::before{display:block;left:0;top:0;transform:none;width:100%;height:1px}.edp-steps__step{gap:20px}.edp-spine__bar{flex-direction:column;align-items:flex-start;gap:6px}.edp-spine__bar-name{flex:0 0 auto}.edp-spine__item .edp-spine__node{top:29px}.edp-final__title{font-size:28px;line-height:36px}}@media (max-width:480px){.edp-inner{padding:0 16px}.edp-hero__title{font-size:32px;line-height:40px}.edp-card{padding:24px 22px}.edp-callout,.edp-foundation .edp-callout{padding:6px 20px}.edp-callout::before,.edp-callout::after{width:12px}.edp-spine{padding-left:30px}.edp-spine__bar{padding:16px 18px}}.sol-grounded{padding:16px 0 76px}.sol-grounded__intro{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:18px 0 0;max-width:770px;text-wrap:pretty}.sol-grounded__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px;max-width:872px}.sol-source{background:#fff;border:1px solid #4682b4;border-radius:12px;padding:24px}.sol-source__tick{display:block;width:28px;height:3px;border-radius:2px;background:#4682b4;margin-bottom:18px}.sol-source__title{font-family:'Inter',sans-serif;font-weight:600;font-size:17px;line-height:24px;color:#000;margin:0 0 10px;text-wrap:balance}.sol-source__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:22px;color:#000;margin:0;text-wrap:pretty}.sol-grounded__close{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:48px 0 0;max-width:820px;text-wrap:pretty}@media (max-width:1024px){.sol-grounded__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.sol-grounded__cards{grid-template-columns:1fr}}.lr-main{position:relative;background:radial-gradient(52% 32% at 18% 6%,rgba(70,130,180,0.10),transparent 70%),radial-gradient(46% 30% at 84% 14%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 50% 22%,rgba(198,106,72,0.045),transparent 70%),radial-gradient(48% 30% at 12% 32%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 15% 50%,rgba(198,106,72,0.04),transparent 70%),radial-gradient(48% 30% at 20% 72%,rgba(70,130,180,0.08),transparent 70%),radial-gradient(50% 30% at 80% 76%,rgba(198,106,72,0.045),transparent 70%),radial-gradient(48% 30% at 82% 86%,rgba(70,130,180,0.07),transparent 70%),linear-gradient(180deg,#edf3f9 0%,#eef2f7 100%)}.lr-main p,.lr-main li{text-wrap:pretty}.lr-main h1,.lr-main h2,.lr-main h3,.lr-main blockquote{text-wrap:balance}.lr-inner{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:0 284px}.lr-hero__eyebrow,.lr-eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:36px;letter-spacing:1px;text-transform:uppercase;color:#c66a48;margin:0}.lr-heading{font-family:'Poppins',sans-serif;font-weight:600;font-size:40px;line-height:52px;letter-spacing:-0.6px;color:#000;margin:0;text-wrap:balance;max-width:820px}.lr-body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:22px 0 0;max-width:770px;text-wrap:pretty}.lr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 28px;border:none;border-radius:100px;font-family:'Inter',sans-serif;font-weight:600;font-size:16px;cursor:pointer;white-space:nowrap;transition:background 0.18s ease,border-color 0.18s ease,color 0.18s ease}.lr-btn--primary{background:#c66a48;color:#fff}.lr-btn--primary:hover{background:#b55e3e}.lr-btn--outline{background:transparent;color:#1b2537;border:1.5px solid #c4ccd6}.lr-btn--outline:hover{background:#d4e6f5;border-color:#4682b4}.lr-btn--ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.45)}.lr-btn--ghost-light:hover{background:rgba(255,255,255,0.10);border-color:#fff}.lr-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px}.lr-hero__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:60px;line-height:70px;letter-spacing:-1px;color:#000;margin:18px 0 0;max-width:920px;text-wrap:balance}.lr-hero__subtitle{width:728px;max-width:100%;font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;letter-spacing:-0.22px;color:#000;margin:28px 0 0;text-wrap:pretty}.lr-hero__ctas{display:flex;gap:16px;margin-top:36px;flex-wrap:wrap}.lr-hero__graph{position:absolute;top:50%;right:30px;width:340px;height:340px;transform:translateY(-8%);pointer-events:none}.lr-hero__graph svg{display:block;width:100%;height:100%;overflow:visible}.lr-graph__edge line{stroke:rgba(70,130,180,0.55);stroke-width:1.5}.lr-graph__trail line{stroke:#c66a48;stroke-width:1.8;stroke-dasharray:5 4;stroke-linecap:round}.lr-graph__node circle{fill:#f4f7fb;stroke:#4682b4;stroke-width:1.5}.lr-graph__hub circle{fill:#1b2537}.lr-eras{padding:96px 0 100px}.lr-eras .lr-body{margin-top:22px}.lr-eras__row{display:grid;grid-template-columns:repeat(3,300px);gap:27px;margin-top:72px}.lr-era{display:flex;flex-direction:column;gap:10px;min-height:310px;padding:30px 28px;background:#fff;border:1px solid rgba(70,130,180,0.55);border-radius:12px;box-shadow:0 6px 18px rgba(28,38,64,0.10)}.lr-era--now{background:#1b2537;border-color:#1b2537}.lr-era__tag{font-family:'Inter',sans-serif;font-weight:600;font-size:13px;letter-spacing:1.5px;color:#c66a48;margin:0}.lr-era__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;line-height:30px;color:#1b2537;margin:0}.lr-era--now .lr-era__title{color:#fff}.lr-era__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#333;margin:0}.lr-era--now .lr-era__text{color:#d8e2f0}.lr-eras__callout{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:705px;margin:100px auto 0;text-align:center}.lr-eras__callout-rule{width:48px;height:3px;background:#c66a48;border-radius:2px}.lr-eras__quote{font-family:'Poppins',sans-serif;font-weight:500;font-size:26px;line-height:46px;letter-spacing:-0.4px;color:#1b2537;margin:0;text-wrap:balance}.lr-reads{padding:96px 0 100px}.lr-reads__emphasis{margin-top:22px}.lr-budget{max-width:873px;margin:56px 0 0;display:flex;flex-direction:column;gap:28px}.lr-budget__label{font-family:'Inter',sans-serif;font-size:14px;color:#1b2537;margin:0 0 10px}.lr-budget__label strong{font-weight:600}.lr-budget__label span{font-weight:500;font-size:13px;color:#596673}.lr-budget__track{position:relative;width:100%}.lr-budget__bar{display:block;height:16px;border-radius:8px}.lr-budget__bar--human{width:13.7%;background:rgba(70,130,180,0.55)}.lr-budget__bar--agent{width:100%;background:#c66a48}.lr-reads__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:873px;margin-top:52px}.lr-feat{max-width:275px}.lr-feat__rule{display:block;width:28px;height:3px;border-radius:2px;background:#c66a48;margin-bottom:16px}.lr-feat__title{font-family:'Inter',sans-serif;font-weight:600;font-size:17px;line-height:24px;color:#1b2537;margin:0 0 10px}.lr-feat__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#333;margin:0}.lr-cov{padding:40px 88px 100px}.lr-cov__band{max-width:1264px;margin:0 auto;background:#1b2537;border-radius:24px}.lr-cov__band-inner{padding:96px 118px}.lr-cov__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:40px;line-height:52px;letter-spacing:-0.6px;color:#fff;margin:0;max-width:708px}.lr-cov__body{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;color:#d8e2f0;margin:20px 0 0;max-width:820px}.lr-cov__stats{display:grid;grid-template-columns:repeat(4,215px);gap:56px;margin-top:72px}.lr-cov__stat-rule{display:block;width:34px;height:3px;border-radius:2px;background:#c66a48;margin-bottom:18px}.lr-cov__stat-num{font-family:'Poppins',sans-serif;font-weight:600;font-size:46px;line-height:52px;color:#fff;margin:0}.lr-cov__stat-desc{font-family:'Inter',sans-serif;font-weight:500;font-size:14px;line-height:21px;color:#d8e2f0;margin:8px 0 0}.lr-cov__expandrow{display:flex;align-items:center;gap:40px;margin-top:72px}.lr-cov__expander{flex-shrink:0;display:inline-flex;align-items:center;gap:10px;padding:14px 26px;background:transparent;border:1.5px solid rgba(255,255,255,0.7);border-radius:100px;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;color:#fff;cursor:pointer;transition:background 0.18s ease,border-color 0.18s ease}.lr-cov__expander:hover{background:rgba(255,255,255,0.10);border-color:#fff}.lr-cov__expander-caret{font-size:12px;line-height:1}.lr-cov__treatment{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#d8e2f0;margin:0;max-width:560px}.lr-cov__roster{margin-top:56px;border-top:1px solid rgba(255,255,255,0.14);padding-top:48px}.lr-roster__section + .lr-roster__section{margin-top:48px}.lr-roster__label{font-family:'Inter',sans-serif;font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:#c66a48;margin:0 0 24px}.lr-roster__cols--fed{column-count:2}.lr-roster__cols--state{column-count:3}.lr-roster__cols{column-gap:48px}.lr-roster__group{break-inside:avoid;margin-bottom:22px}.lr-roster__head{font-family:'Inter',sans-serif;font-weight:600;font-size:16px;line-height:25px;color:#fff;margin:0}.lr-roster__list{list-style:none;margin:0;padding:0}.lr-roster__item{font-family:'Inter',sans-serif;font-weight:500;font-size:16px;line-height:25px;color:#d8e2f0}.lr-graph{position:relative;padding:96px 0 100px}.lr-graph__lead{min-height:620px}.lr-graph__text{max-width:560px}.lr-graph__text p{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;color:#1a1a1a;margin:22px 0 0;text-wrap:pretty}.lr-kg{position:absolute;top:132px;right:60px;width:480px;height:600px;pointer-events:none}.lr-kg__edges{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.lr-kg__edge{stroke:rgba(70,130,180,0.55);stroke-width:1.5}.lr-kg__edge--follows{stroke:#c66a48;stroke-width:1.5;stroke-dasharray:5 4}.lr-kg__case{position:absolute;display:inline-flex;padding:8px 14px;background:#fff;border:1px solid rgba(70,130,180,0.8);border-radius:8px;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;color:#2e5fa3;white-space:nowrap}.lr-kg__case--a{left:41px;top:44px}.lr-kg__case--b{left:351px;top:34px}.lr-kg__case--c{left:391px;top:284px}.lr-kg__case--d{left:51px;top:404px}.lr-kg__case--e{left:321px;top:464px}.lr-kg__elabel{position:absolute;font-family:'Inter',sans-serif;font-weight:500;font-size:11px;color:#596673;white-space:nowrap}.lr-kg__elabel--follows{color:#c66a48}.lr-kg__elabel--cites1{left:140px;top:140px}.lr-kg__elabel--quotes{left:330px;top:140px}.lr-kg__elabel--follows{left:363px;top:244px}.lr-kg__elabel--distinguishes{left:135px;top:350px}.lr-kg__elabel--cites2{left:285px;top:380px}.lr-kg__card{position:absolute;left:123px;top:200px;display:flex;flex-direction:column;gap:10px;padding:18px 20px;background:#fff;border:1.5px solid #4682b4;border-radius:12px;box-shadow:0 8px 24px rgba(28,38,64,0.10)}.lr-kg__card-title{font-family:'Inter',sans-serif;font-weight:600;font-size:15px;color:#1b2537;margin:0;white-space:nowrap}.lr-kg__chips{display:flex;gap:8px}.lr-kg__chip{padding:5px 10px;background:#eef3fa;border-radius:6px;font-family:'Inter',sans-serif;font-weight:600;font-size:10px;letter-spacing:0.8px;color:#c66a48}.lr-kg__card-sub{font-family:'Inter',sans-serif;font-weight:500;font-size:11px;color:#596673;margin:0;white-space:nowrap}.lr-graph__rail{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:96px}.lr-graph__rail::before{content:'';position:absolute;top:6px;left:7px;right:7px;height:2px;border-radius:1px;background:rgba(70,130,180,0.35)}.lr-railitem{position:relative}.lr-railitem__dot{display:block;width:14px;height:14px;border-radius:50%;background:#c66a48;position:relative;z-index:1}.lr-railitem__title{font-family:'Inter',sans-serif;font-weight:600;font-size:17px;line-height:24px;color:#1b2537;margin:18px 0 0}.lr-railitem__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#333;margin:10px 0 0}.lr-run{padding:96px 0 100px}.lr-run .lr-body{margin-top:22px}.lr-run__stage{padding:0 88px}.lr-run__flow{max-width:936px;margin:64px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:28px;padding:32px;background:rgba(238,243,250,0.6);border:1px solid rgba(70,130,180,0.45);border-radius:20px}.lr-step{display:flex;gap:22px;padding:28px;background:#fff;border:1px solid rgba(70,130,180,0.7);border-radius:12px}.lr-step__num{flex-shrink:0;font-family:'Poppins',sans-serif;font-weight:600;font-size:26px;line-height:1;color:#c66a48}.lr-step__title{font-family:'Inter',sans-serif;font-weight:600;font-size:19px;line-height:28px;color:#1b2537;margin:0}.lr-step__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#333;margin:10px 0 0}.lr-run__connector{display:flex;flex-direction:column;align-items:center;gap:0;margin:0 auto;width:12px}.lr-run__connector-node{width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #2e5fa3}.lr-run__connector-line{width:3px;height:44px;background:#2e5fa3;border-radius:2px}.lr-run__deliverable{max-width:716px;margin:0 auto;padding:28px;background:rgba(238,243,250,0.6);border:1px solid rgba(70,130,180,0.45);border-radius:20px}.lr-deliverable{padding:28px 35px;background:#fff;border:1px solid rgba(70,130,180,0.6);border-radius:14px}.lr-deliverable__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:12px;letter-spacing:1.5px;color:#c66a48;margin:0}.lr-deliverable__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;line-height:30px;color:#1b2537;margin:12px 0 0}.lr-deliverable__text{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#333;margin:12px 0 0;max-width:588px}.lr-deliverable__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.lr-deliverable__chip{padding:6px 12px;background:#eef3fa;border-radius:6px;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;color:#1b2537}.lr-run__metrics{max-width:1264px;margin:72px auto 0;padding:80px;background:#1b2537;border-radius:24px}.lr-run__metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:52px}.lr-metric{position:relative}.lr-metric + .lr-metric::before{content:'';position:absolute;left:-26px;top:50%;transform:translateY(-50%);width:1px;height:134px;background:#c66a48}.lr-metric__title{font-family:'Inter',sans-serif;font-weight:600;font-size:20px;line-height:28px;letter-spacing:-0.2px;color:#fff;margin:0}.lr-metric__desc{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:22px;color:#fff;margin:16px 0 0}.lr-run__ctas{display:flex;gap:16px;margin-top:48px;flex-wrap:wrap}.lr-audit{padding:96px 0 100px}.lr-audit__cols{display:grid;grid-template-columns:minmax(0,560px) minmax(0,400px);gap:36px;margin-top:40px;margin-right:-124px}.lr-audit__intro{margin-top:0}.lr-audit__points{margin-top:56px;display:flex;flex-direction:column;gap:40px}.lr-audit__point{display:flex;gap:18px}.lr-audit__prule{flex-shrink:0;width:28px;height:3px;border-radius:2px;background:#c66a48;margin-top:11px}.lr-audit__ptitle{font-family:'Inter',sans-serif;font-weight:600;font-size:18px;line-height:26px;color:#1b2537;margin:0}.lr-audit__ptext{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#333;margin:8px 0 0;max-width:470px}.lr-audit__card{align-self:start;width:100%;max-width:400px;background:#fff;border:1px solid rgba(70,130,180,0.6);border-radius:14px;box-shadow:0 10px 30px rgba(26,38,64,0.12);overflow:hidden}.lr-audit__card-hdr{background:#1b2537;padding:20px 24px;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;letter-spacing:1.5px;color:#fff}.lr-audit__card-body{padding:22px 23px 23px}.lr-audit__label{font-family:'Inter',sans-serif;font-weight:600;font-size:11px;letter-spacing:1.2px;color:#4682b4;margin:0}.lr-audit__prop{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#1a1a1a;margin:8px 0 0}.lr-audit__verified{display:inline-block;margin-top:22px;padding:6px 12px;background:#eef3fa;border-radius:6px;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;color:#216b42}.lr-audit__passage{margin-top:20px;padding:18px 20px;background:#eef3fa;border-radius:10px}.lr-audit__passage-text{font-family:'Inter',sans-serif;font-weight:500;font-size:14px;line-height:22px;color:#1b2537;margin:8px 0 0}.lr-audit__cite{font-family:'Inter',sans-serif;font-weight:600;font-size:13px;color:#c66a48;margin:16px 0 0}.lr-audit__foot{font-family:'Inter',sans-serif;font-weight:500;font-size:12px;color:#596673;margin:16px 0 0}.lr-audit__closer{font-family:'Inter',sans-serif;font-weight:500;font-size:22px;line-height:39.6px;color:#1b2537;margin:64px 0 0;max-width:560px}.lr-know{padding:96px 0 100px}.lr-know .lr-body + .lr-body{margin-top:22px}.lr-know__diagram{position:relative;width:1057px;max-width:100%;height:513px;margin:56px auto 0}.lr-know__edges{position:absolute;inset:0;width:100%;height:100%}.lr-know__edge line{fill:none}.lr-know__edge--in line{stroke:rgba(70,130,180,0.7);stroke-width:1.5}.lr-know__edge--out line{stroke:#c66a48;stroke-width:1.5;stroke-dasharray:5 4}.lr-know__collabel{position:absolute;top:0;margin:0;font-family:'Inter',sans-serif;font-weight:600;font-size:13px;letter-spacing:1.4px}.lr-know__collabel--in{left:0;color:#4682b4}.lr-know__collabel--out{left:717px;color:#c66a48}.lr-know__chip{position:absolute;width:320px;min-height:84px;padding:15px 19px;background:#fff;border:1.2px solid rgba(70,130,180,0.8);border-radius:10px;z-index:1}.lr-know__chip--out{width:340px;border-color:rgba(198,106,72,0.8)}.lr-know__chip-title{font-family:'Inter',sans-serif;font-weight:600;font-size:15px;color:#2e5fa3;margin:0}.lr-know__chip--out .lr-know__chip-title{color:#c66a48}.lr-know__chip-desc{font-family:'Inter',sans-serif;font-weight:500;font-size:12px;line-height:17px;color:#596673;margin:8px 0 0}.lr-know__chip--e1{left:0;top:44px}.lr-know__chip--e2{left:0;top:154px}.lr-know__chip--e3{left:0;top:264px}.lr-know__chip--e4{left:0;top:374px}.lr-know__chip--o1{left:717px;top:99px}.lr-know__chip--o2{left:717px;top:264px}.lr-know__chip--o3{left:717px;top:429px}.lr-know__hub{position:absolute;left:392px;top:263px;width:230px;height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1b2537;border-radius:12px;z-index:1}.lr-know__hub-title{font-family:'Poppins',sans-serif;font-weight:600;font-size:19px;color:#fff;margin:0}.lr-know__hub-sub{font-family:'Inter',sans-serif;font-weight:500;font-size:11px;color:#d8e2f0;margin:4px 0 0}.lr-vhours{padding:96px 0 100px}.lr-vhours .lr-body{margin-top:22px}.lr-vhours__panels{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:80px}.lr-vhours__panel{padding:30px 31px;background:#fff;border:1px solid rgba(70,130,180,0.55);border-radius:16px}.lr-vhours__panel--dark{background:#1b2537;border-color:#1b2537}.lr-vhours__eyebrow{font-family:'Inter',sans-serif;font-weight:600;font-size:12px;letter-spacing:1.5px;color:#4682b4;margin:0}.lr-vhours__panel--dark .lr-vhours__eyebrow{color:#c66a48}.lr-vhours__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:22px;line-height:30px;color:#1b2537;margin:8px 0 0}.lr-vhours__panel--dark .lr-vhours__title{color:#fff}.lr-vhours__lines{margin-top:22px;display:flex;flex-direction:column;gap:16px}.lr-vhours__line{font-family:'Inter',sans-serif;font-weight:500;font-size:15px;line-height:23px;color:#404752;margin:0}.lr-vhours__panel--dark .lr-vhours__line{color:#d8e2f0}.lr-final{background:#eef2f7;padding:87px 0 113px}.lr-final .lr-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.lr-final__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:40px;line-height:52px;letter-spacing:-0.6px;color:#000;margin:0;max-width:559px;text-wrap:balance}.lr-final__ctas{display:flex;flex-direction:column;align-items:center;gap:38px;margin-top:58px}.lr-final__link{font-family:'Inter',sans-serif;font-weight:600;font-size:15px;line-height:24px;color:#c66a48}.lr-final__link:hover{text-decoration:underline}@media (max-width:1280px){.lr-inner{padding:0 80px}.lr-hero__graph{right:24px;width:300px;height:300px}.lr-eras__row{grid-template-columns:repeat(3,1fr)}.lr-cov{padding:40px 48px 80px}.lr-cov__band-inner{padding:72px 64px}.lr-cov__stats{grid-template-columns:repeat(4,1fr);gap:32px}.lr-audit__cols{margin-right:0}.lr-know__diagram{display:none}}@media (max-width:1024px){.lr-hero{min-height:0;padding:140px 0 64px}.lr-hero__title{font-size:48px;line-height:56px}.lr-hero__graph{right:16px;width:240px;height:240px;opacity:0.9}.lr-heading{font-size:34px;line-height:44px}.lr-eras__row{margin-top:48px;gap:20px}.lr-era{min-height:0}.lr-cov{padding:32px 32px 72px}.lr-cov__title{font-size:34px;line-height:44px}.lr-graph__lead{min-height:0}.lr-kg{display:none}.lr-graph__text{max-width:100%}.lr-graph__rail{margin-top:56px}.lr-run__stage{padding:0 32px}.lr-run__metrics{padding:56px 40px}.lr-run__metrics-grid{gap:40px}.lr-metric + .lr-metric::before{left:-20px}.lr-audit__cols{grid-template-columns:1fr;gap:48px;margin-right:0}.lr-audit__card{max-width:440px}}@media (max-width:768px){.lr-inner{padding:0 24px}.lr-hero__title{font-size:38px;line-height:46px}.lr-hero__subtitle{font-size:19px;line-height:32px}.lr-hero__graph{display:none}.lr-heading{font-size:30px;line-height:40px}.lr-body{font-size:19px;line-height:32px}.lr-eras{padding:64px 0 72px}.lr-eras__row{grid-template-columns:1fr}.lr-eras__callout{margin-top:64px}.lr-eras__quote{font-size:22px;line-height:38px}.lr-reads{padding:64px 0 72px}.lr-reads__cols{grid-template-columns:1fr;gap:32px}.lr-feat{max-width:100%}.lr-cov{padding:32px 24px 64px}.lr-cov__band-inner{padding:56px 32px}.lr-cov__title{font-size:30px;line-height:40px}.lr-cov__body{font-size:19px;line-height:32px}.lr-cov__stats{grid-template-columns:repeat(2,1fr);gap:40px 32px}.lr-cov__expandrow{flex-direction:column;align-items:flex-start;gap:24px}.lr-roster__cols--fed{column-count:1}.lr-roster__cols--state{column-count:2}.lr-graph{padding:64px 0 72px}.lr-graph__rail{grid-template-columns:1fr;gap:40px;margin-top:48px}.lr-graph__rail::before{display:none}.lr-railitem{padding-left:26px}.lr-railitem__dot{position:absolute;left:0;top:4px}.lr-run{padding:64px 0 72px}.lr-run__stage{padding:0 24px}.lr-run__flow{grid-template-columns:1fr;gap:20px;padding:20px}.lr-run__metrics{padding:48px 28px}.lr-run__metrics-grid{grid-template-columns:repeat(2,1fr);gap:40px 32px}.lr-metric + .lr-metric::before{display:none}.lr-audit{padding:64px 0 72px}.lr-audit__closer{font-size:19px;line-height:32px}.lr-know{padding:64px 0 72px}.lr-vhours{padding:64px 0 72px}.lr-vhours__panels{grid-template-columns:1fr;gap:20px;margin-top:48px}.lr-final{padding:64px 0 80px}.lr-final__title{font-size:30px;line-height:40px}}@media (max-width:480px){.lr-inner{padding:0 16px}.lr-hero__title{font-size:32px;line-height:40px}.lr-cov{padding:24px 16px 64px}.lr-cov__band{border-radius:16px}.lr-cov__band-inner{padding:40px 20px}.lr-cov__stats{grid-template-columns:1fr}.lr-roster__cols--state{column-count:1}.lr-run__metrics-grid{grid-template-columns:1fr}}@media (max-width:480px){.lr-hero__ctas .lr-btn,.lr-run__ctas .lr-btn,.lr-final__ctas .lr-btn,.edp-hero__ctas .edp-btn,.edp-metrics__ctas .edp-btn,.edp-final__ctas .edp-btn{width:100%;white-space:normal;height:auto;min-height:50px;padding-top:12px;padding-bottom:12px;text-align:center}}