@font-face{font-family:Helvetica Light;src:local("Helvetica-Light"),local("Helvetica Light"),url(/assets/Helvetica-Light-Regular-DFT_llGJ.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Libre Baskerville;src:local("Libre Baskerville Bold"),local("LibreBaskerville-Bold"),url(/assets/LibreBaskerville-Bold-D5OMvh2V.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Libre Baskerville;src:local("Libre Baskerville"),local("LibreBaskerville-Regular"),url(/assets/LibreBaskerville-Regular-IqrMKr3N.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Libre Baskerville;src:local("Libre Baskerville Italic"),local("LibreBaskerville-Italic"),url(/assets/LibreBaskerville-Italic-DE47zGUW.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{font-family:Helvetica Light,Helvetica Neue,Helvetica,Arial,sans-serif}html.fonts-loading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html.fonts-loaded{font-family:Helvetica Light,Helvetica Neue,Helvetica,Arial,sans-serif}body{margin:0;padding:0;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Libre Baskerville,Times New Roman,Times,serif;font-weight:700;color:#222}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #e74c3c;border-radius:50%;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button:focus-visible,a:focus-visible{outline:2px solid #e74c3c;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:CustomFont,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}.app{display:flex;flex-direction:column;opacity:0;transition:opacity .5s ease-in-out}.app.loaded{opacity:1}.main-content{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:90vh}.page-content{animation:fadeIn .6s ease-in-out;display:flex;align-items:center;flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-section{padding:4rem 0}.page-title{font-size:3.5rem;font-weight:700;margin-bottom:3rem;color:#222}.highlight{color:#e74c3c;font-weight:800}@media (max-width: 768px){.page-title{font-size:2.5rem}.content-section{padding:2rem 0}}@media (max-width: 480px){.page-title{font-size:2rem}}.layout-wrapper{background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px);background-size:100px 100%;background-attachment:fixed;min-height:100vh;padding-right:70px}.layout-content{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.layout-wrapper{background-size:50px 100%;padding-right:0;padding-bottom:70px}.layout-content{padding:0 1rem}}@media (max-width: 480px){.layout-content{padding:0 .5rem}}.header{background:transparent;position:relative;top:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease;padding-right:40px}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.logo{display:flex;align-items:center}.logo-image{height:70px;width:auto;object-fit:contain;transition:opacity .3s ease}.logo-image:hover{opacity:.8}.desktop-nav{display:flex;gap:2.5rem;align-items:center}.nav-link{text-decoration:none;color:#666;font-size:.95rem;font-weight:400;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#e74c3c}.nav-link.active{color:#e74c3c;font-weight:400}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;position:relative;z-index:1003}.mobile-menu-toggle span{width:30px;height:3px;background:#333;border-radius:3px;transition:all .3s ease;transform-origin:1px}.mobile-menu-toggle.open span:first-child{transform:rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0;transform:translate(20px)}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg)}.mobile-navigation{position:fixed;top:0;right:-100%;width:300px;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;padding:8rem 2rem 2rem;gap:2rem;transition:right .3s ease;z-index:1002;border-left:1px solid rgba(0,0,0,.1);box-shadow:-2px 0 10px #0000001a}.mobile-navigation.open{right:0}.mobile-navigation .nav-link{font-size:1.1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-navigation .nav-link:last-child{border-bottom:none}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;background:#000000b3;z-index:1001;animation:fadeIn .3s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header.mobile-active{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.header{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.header-content{padding:0 1rem}.logo-image{height:45px}}@media (max-width: 480px){.header-content{padding:0 .5rem}.logo-image{height:35px}.mobile-navigation{width:100%;right:-100%}.mobile-navigation.open{right:0}}.social-sidebar{position:fixed;right:0;top:0;height:100vh;width:60px;background:#e74c3c;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem 0;z-index:1000;pointer-events:auto}.social-top{display:flex;flex-direction:column;gap:1.5rem;pointer-events:auto}.social-bottom{display:flex;flex-direction:column;pointer-events:auto}.social-link{color:#fff;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;padding:.8rem;cursor:pointer;pointer-events:auto;min-width:44px;min-height:44px;text-decoration:none}.social-link:hover{transform:scale(1.1)}.social-link svg{pointer-events:none}@media (max-width: 768px){.social-sidebar{position:fixed;right:0;bottom:0;top:auto;width:100%;height:60px;flex-direction:row;justify-content:center;padding:1rem 0;z-index:1500}.social-top,.social-bottom{flex-direction:row;gap:2rem}}.footer{background:transparent;color:#666;font-size:.9rem;font-weight:300;text-align:left;padding:4rem 0}@media (max-width: 768px){.footer{padding:2rem 0}}@media (max-width: 480px){.footer{padding:2rem 0}}.hero-section{max-width:1200px;margin:0 auto;padding:4rem 0}.main-title{font-size:4.5rem;font-weight:700;font-family:Libre Baskerville,Times New Roman,Times,serif;line-height:1.2;margin-bottom:1.5rem;color:#222;animation:fadeIn .8s ease-in-out}.highlight{color:#e74c3c;font-weight:700}.subtitle{font-size:1.3rem;color:#666;margin-bottom:3rem;font-weight:300;animation:fadeIn 1s ease-in-out .2s both}.cta-button{display:inline-flex;align-items:center;gap:1rem;background:transparent;border:none;color:#e74c3c;font-size:1rem;cursor:pointer;text-decoration:none;padding:0;animation:slideInFromLeft 1s ease-in-out 1.2s both}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translate(-5px)}@media (max-width: 768px){.main-title{font-size:3rem}}@media (max-width: 480px){.main-title{font-size:2.5rem}.subtitle{font-size:1.1rem}}.services-layout{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-top:2rem}.services-main{display:flex;flex-direction:column;gap:4rem}.service-section{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.service-title{font-size:2.5rem;font-weight:600;color:#333;line-height:1.2;max-width:300px;word-wrap:break-word}.service-content p{font-size:1rem;color:#666;line-height:1.7;margin-bottom:1.5rem;font-weight:300}.service-content ul,.service-content li{color:#666;font-weight:300}.service-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.service-content li{margin-bottom:.5rem;line-height:1.7}.industries-sidebar{background:#f8f9fa;padding:2rem;border-radius:8px;height:fit-content;position:sticky;top:120px}.industries-title{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.5rem}.industries-list{list-style:none;padding:0}.industry-item{border-bottom:1px solid #e9ecef}.industry-item:last-child{border-bottom:none}.industry-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;cursor:pointer;transition:all .3s ease}.industry-header:hover{color:#e74c3c}.industry-name{font-weight:300;color:#666;flex:1}.expand-icon{font-size:1.2rem;font-weight:700;color:#e74c3c;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.industry-header:hover .expand-icon{transform:scale(1.1)}.industry-description{overflow:hidden;transition:all .3s ease}.industry-description.collapsed{max-height:0;opacity:0;padding:0}.industry-description.expanded{max-height:500px;opacity:1;padding:0 0 1rem}.industry-content{padding-left:1rem;border-left:2px solid #e74c3c}.industry-content p{color:#666;line-height:1.6;font-weight:300;margin:0 0 1rem;font-size:.9rem}.industry-content p:last-child{margin-bottom:0}@media (max-width: 1024px){.services-layout{grid-template-columns:1fr;gap:3rem}.industries-sidebar{position:static;order:-1}}@media (max-width: 768px){.service-section{grid-template-columns:1fr;gap:2rem}.service-title{font-size:2rem;max-width:none}.services-main{gap:3rem}.services-layout{gap:2rem}}.members-intro-text{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin-top:4rem}@media (max-width: 480px){.service-title{font-size:1.8rem}.industries-title{font-size:1.5rem}.industries-sidebar{padding:1.5rem}}.about-intro{max-width:850px;margin-bottom:3rem}.intro-text{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.intro-details{color:#333;line-height:1.6}.intro-details p{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:1.5rem;font-weight:300}.highlight{color:#e74c3c;font-weight:600}.team-section{margin:4rem 0}.team-section h2{font-size:2rem;margin-bottom:2rem;color:#333}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-right:70px}.team-exec{order:4}@media (max-width: 1400px){.team-grid{grid-template-columns:repeat(3,1fr);margin-right:70px}.team-exec{order:3}}@media (max-width: 1100px){.team-grid{grid-template-columns:repeat(2,1fr);margin-right:70px}.team-exec{order:2}}@media (max-width: 768px){.team-grid{grid-template-columns:1fr;margin-right:0}.team-exec{order:1}}.team-member{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.member-image{width:100%;height:250px;overflow:hidden}.member-image img{width:100%;height:100%;object-fit:cover}.member-info{padding:1.5rem}.member-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.member-header h3{margin:0;font-size:1.3rem;color:#333}.linkedin-link{color:#0077b5;transition:color .3s ease,transform .3s ease;display:flex;align-items:center}.linkedin-link:hover{color:#005582;transform:scale(1.1)}.role{color:#e74c3c;font-weight:600;margin-bottom:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.member-description{color:#666;line-height:1.6;margin:0}.members-section{margin:4rem 0}.members-section h2{font-size:2rem;margin-bottom:1.5rem;color:#333}.members-intro-text{text-align:center;margin-bottom:3rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.members-intro-text p{margin:0;font-size:1.1rem;color:#333;line-height:1.6}.members-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.member-card{display:flex;gap:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 15px #00000014;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.member-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.member-image-column{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin:0 auto 1rem}.member-image-column img{max-width:100%;max-height:100%;object-fit:contain;display:block}.member-logo-link{display:block;transition:transform .3s ease;cursor:pointer;text-decoration:none}.member-logo-link:hover{transform:scale(1.05)}.member-info-column{flex:1;display:flex;flex-direction:column;justify-content:center}.member-company{font-size:1.3rem;color:#333;margin:0 0 1rem;font-weight:600}.member-contact-list{display:flex;flex-direction:column;gap:.5rem}.contact-item{font-size:.95rem;color:#555;line-height:1.4}.contact-link{color:#0077b5;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#005582;text-decoration:underline}.partners-section{margin:4rem 0}.partners-section h2{font-size:2rem;margin-bottom:2rem;color:#333;text-align:center}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto}.partner-item{text-align:center;transition:transform .3s ease}.partner-item:hover{transform:translateY(-5px)}.partner-image{width:150px;height:150px;margin:0 auto 1rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:box-shadow .3s ease}.partner-item:hover .partner-image{box-shadow:0 8px 25px #0003}.partner-image img{width:100%;height:100%;object-fit:cover}.partner-name{font-size:1rem;color:#333;margin:0;font-weight:500}@media (max-width: 768px){.team-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.team-section h2,.partners-section h2,.members-section h2{font-size:1.6rem}.member-info{padding:1rem}.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.members-container{grid-template-columns:1fr}.member-card{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.member-image-column{width:100px;height:100px}.member-image-column img{height:100px}.partners-section,.team-section,.members-section{margin:2rem 0}.members-intro-text{padding:1rem}.partner-image{width:120px;height:120px}}@media (max-width: 480px){.team-section h2,.partners-section h2,.members-section h2{font-size:1.6rem}.member-info{padding:1rem}.partners-grid{grid-template-columns:1fr;gap:1rem}.members-container{grid-template-columns:1fr}.member-card{margin-bottom:1rem;padding:1rem}.members-intro-text p{font-size:1rem}.partner-image{width:100px;height:100px}.member-company{font-size:1.1rem}}.page-title{margin-bottom:0}.blog-page{max-width:1200px;margin:0 auto}.blog-intro{margin-bottom:3rem}.intro-text{font-size:1.1rem;color:#666;line-height:1.6;max-width:600px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.blog-grid.single-post{max-width:600px;margin:2rem auto 0}.blog-post{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.blog-post:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.post-image{width:100%;height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-image img[src="/lra-logo.png"]{object-fit:contain;object-position:center;background:#fff;padding:2rem;max-width:300px;max-height:220px;width:auto;height:auto;margin:auto;display:block;position:relative}.blog-post:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.5rem}.post-date{font-size:.85rem;color:#e74c3c;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-content h3{margin:.5rem 0 1rem;font-size:1.3rem;font-weight:600;color:#333;line-height:1.4}.post-content p{color:#666;line-height:1.6;margin-bottom:1rem}.read-more{display:inline-block;color:#e74c3c;text-decoration:none;font-weight:600;font-size:.9rem;padding:.5rem 0;position:relative;transition:color .3s ease}.read-more:after{content:"→";margin-left:.5rem;transition:transform .3s ease}.read-more:hover{color:#c0392b}.read-more:hover:after{transform:translate(3px)}.no-posts{grid-column:1 / -1;text-align:center;padding:3rem;color:#666}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr;gap:1.5rem}.post-content{padding:1rem}.intro-text{font-size:1rem}}@media (max-width: 480px){.blog-grid{gap:1rem}.post-image{height:150px}.post-content h3{font-size:1.1rem}}.blog-page{justify-content:center}.blog-post-container{max-width:800px;margin:0 auto;padding:4rem 0}.back-link{color:#e74c3c;text-decoration:none;font-weight:500;margin-bottom:2rem;display:inline-block;transition:color .3s ease}.back-link:hover{color:#c0392b}.blog-post-article{margin-top:2rem}.blog-post-header{margin-bottom:2rem}.blog-post-title{font-size:3rem;font-weight:700;color:#222;line-height:1.2;margin-bottom:1rem}.blog-post-meta{display:flex;gap:2rem;color:#666;font-weight:300}.post-date{color:#e74c3c;font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.post-author{font-size:.95rem}.blog-post-image{width:100%;height:400px;overflow:hidden;border-radius:8px;margin-bottom:3rem}.blog-post-image img{width:100%;height:100%;object-fit:cover}.blog-post-content{font-size:1.1rem;line-height:1.8;color:#333}.blog-post-content p{margin-bottom:1.5rem;font-weight:300}.blog-post-content h2{font-size:1.8rem;font-weight:600;color:#222;margin:2.5rem 0 1rem}.blog-post-content h3{font-size:1.4rem;font-weight:600;color:#333;margin:2rem 0 1rem}@media (max-width: 768px){.blog-post-container{padding:2rem 0}.blog-post-title{font-size:2.2rem}.blog-post-meta{flex-direction:column;gap:.5rem}.blog-post-image{height:250px}.blog-post-content{font-size:1rem}.blog-post-content h2{font-size:1.5rem}}@media (max-width: 480px){.blog-post-title{font-size:1.8rem}.blog-post-image{height:200px}.blog-post-content h2{font-size:1.3rem}}.back-to-blog{display:inline-block;color:#e74c3c;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .3s ease}.back-to-blog:hover{color:#c0392b}.blog-post-full{max-width:800px;margin:0 auto}.post-header{text-align:center;margin-bottom:2rem}.post-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}.post-meta{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.post-date{font-size:.9rem;color:#e74c3c;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-description{font-size:1.1rem;color:#666;line-height:1.6;font-style:italic;max-width:600px;margin:0 auto}.post-featured-image{margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.post-featured-image img{width:100%;height:auto;display:block}.post-content{font-size:1.1rem;line-height:1.8;color:#333}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:2rem 0 1rem;color:#333;font-weight:600}.post-content h1{font-size:2rem}.post-content h2{font-size:1.6rem}.post-content h3{font-size:1.3rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin:1rem 0;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid #e74c3c;padding:1rem 0 1rem 2rem;margin:2rem 0;font-style:italic;background:#f8f9fa;border-radius:0 4px 4px 0}.post-content code{background:#f8f9fa;padding:.2rem .4rem;border-radius:3px;font-size:.9rem;color:#e74c3c}.post-content pre{background:#f8f9fa;padding:1rem;border-radius:5px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;padding:0;color:#333}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}@media (max-width: 768px){.post-title{font-size:2rem}.post-content{font-size:1rem}.post-content h1{font-size:1.6rem}.post-content h2{font-size:1.4rem}.post-content h3{font-size:1.2rem}}@media (max-width: 480px){.post-title{font-size:1.7rem}.post-featured-image{margin:1rem -1rem;border-radius:0}.post-content{font-size:.95rem}}.contact-details{max-width:800px}.contact-section{margin-bottom:0}.contact-row{display:flex;align-items:center;margin-bottom:2rem}.contacts-page .content-section{width:1200px;margin:0 auto;padding:4rem 0}.contacts-page{align-items:flex-start}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e74c3c;margin-right:16px;flex-shrink:0}.contact-link{color:#e74c3c;font-size:1.1rem;text-decoration:none}.contact-text{color:#e74c3c;font-size:1.1rem}.page-title{margin-bottom:14px}@media (max-width: 480px){.contact-details{max-width:100%}.contact-row{margin-bottom:1.2rem}.contact-icon{width:32px;height:32px;margin-right:12px}.contact-link,.contact-text{font-size:1rem}}
