@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-10deg) scale(.95)}to{opacity:1;transform:rotate(0) scale(1)}}.animate-on-scroll{opacity:0;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.animate-on-scroll.fade-in.animated{animation:fadeIn .6s ease forwards}.animate-on-scroll.fade-in-up{transform:translateY(30px)}.animate-on-scroll.fade-in-up.animated{opacity:1;transform:translateY(0)}.animate-on-scroll.fade-in-down{transform:translateY(-30px)}.animate-on-scroll.fade-in-down.animated{opacity:1;transform:translateY(0)}.animate-on-scroll.fade-in-left{transform:translateX(-30px)}.animate-on-scroll.fade-in-left.animated{opacity:1;transform:translateX(0)}.animate-on-scroll.fade-in-right{transform:translateX(30px)}.animate-on-scroll.fade-in-right.animated{opacity:1;transform:translateX(0)}.animate-on-scroll.scale-in{transform:scale(.9)}.animate-on-scroll.scale-in.animated{opacity:1;transform:scale(1)}.animate-on-scroll.zoom-in{transform:scale(.8)}.animate-on-scroll.zoom-in.animated{opacity:1;transform:scale(1)}.animate-on-scroll.rotate-in{transform:rotate(-10deg) scale(.95)}.animate-on-scroll.rotate-in.animated{opacity:1;transform:rotate(0) scale(1)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.animate-delay-6{transition-delay:.6s}.animate-delay-7{transition-delay:.7s}.animate-delay-8{transition-delay:.8s}.animate-delay-9{transition-delay:.9s}.animate-delay-10{transition-delay:1s}.animate-delay-11{transition-delay:1.1s}.animate-delay-12{transition-delay:1.2s}.animate-delay-13{transition-delay:1.3s}.animate-delay-14{transition-delay:1.4s}.animate-delay-15{transition-delay:1.5s}.animate-delay-16{transition-delay:1.6s}.animate-delay-17{transition-delay:1.7s}.animate-delay-18{transition-delay:1.8s}.animate-delay-19{transition-delay:1.9s}.animate-delay-20{transition-delay:2s}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{transition:opacity .4s ease,transform .4s cubic-bezier(.25,.46,.45,.94)}.page-transition-enter-active,.page-transition-exit{opacity:1;transform:translateY(0)}.page-transition-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s cubic-bezier(.25,.46,.45,.94)}.page-wrapper{animation:pageEnter .5s cubic-bezier(.25,.46,.45,.94)}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-quick{animation:fadeIn .3s ease}.fade-in-slow{animation:fadeIn 1s ease}.slide-up{animation:slideInUp .6s cubic-bezier(.25,.46,.45,.94)}.slide-down{animation:slideInDown .6s cubic-bezier(.25,.46,.45,.94)}.scale-in-quick{animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px)}.hover-scale{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 20px rgba(198,124,50,.4)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#4a4a4a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:576px){.container{padding:0 1rem}}.header{position:fixed;top:0;left:0;width:100%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:1000;transition:all .3s ease}.header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.15)}.navbar{justify-content:space-between;padding:1rem 0}.logo,.navbar{display:flex;align-items:center}.logo{gap:.5rem;font-size:1.5rem;font-weight:700;color:#c67c32}.logo img{height:40px;width:auto}@keyframes swing{0%,to{transform:rotate(0deg)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}.nav-menu{gap:2rem}.nav-menu,.nav-menu>li>a{display:flex;align-items:center}.nav-menu>li>a{gap:.3rem;padding:.5rem 0;color:#1a1a1a;font-weight:500;position:relative}.nav-menu>li>a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#c67c32;transition:width .3s ease}.nav-menu>li>a.active:after,.nav-menu>li>a:hover:after{width:100%}.nav-menu>li>a.active,.nav-menu>li>a:hover{color:#c67c32}.dropdown{position:relative}.dropdown-toggle i{font-size:.8rem;transition:transform .3s ease}.dropdown:hover .dropdown-toggle i{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:250px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.15);border-radius:8px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease}.dropdown-menu li a{display:block;padding:.75rem 1.5rem;color:#1a1a1a;transition:all .3s ease}.dropdown-menu li a:hover{background:#f8f9fa;color:#c67c32}.dropdown:nth-last-child(-n+2) .dropdown-menu{left:auto;right:0}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:967px){.language-switcher{border-bottom:none!important}}.language-switcher .lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:rgba(198,124,50,.05);border-radius:8px;transition:all .3s ease}@media(max-width:967px){.language-switcher .lang-toggle{justify-content:center;padding:2rem 0;background:transparent!important}}.language-switcher .lang-toggle:hover{background:rgba(198,124,50,.1)}.language-switcher .lang-btn{padding:.3rem .6rem;background:transparent;color:#1a1a1a;border:none;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;border-radius:4px}.language-switcher .lang-btn:hover{color:#c67c32;background:rgba(198,124,50,.1)}.language-switcher .lang-btn.active{color:#fff;background:linear-gradient(135deg,#c67c32,#8b5a2b);box-shadow:0 2px 8px rgba(198,124,50,.3)}.language-switcher .lang-separator{color:#e0e0e0;font-weight:300;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;width:40px;height:40px;position:relative}.hamburger span{width:28px;height:3px;background:#c67c32;transition:all .3s ease;border-radius:3px;display:block}.hamburger.active span:first-child{transform:rotate(45deg);position:absolute;top:50%;margin-top:-1.5px}.hamburger.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active span:nth-child(3){transform:rotate(-45deg);position:absolute;top:50%;margin-top:-1.5px}@media(max-width:967px){.hamburger{display:flex}.nav-menu{position:fixed;top:70px;left:0;right:0;width:100vw;height:calc(100vh - 70px);background:#fff;flex-direction:column;align-items:stretch;padding:1rem 1.5rem;gap:0;transform:translateX(-100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);overflow-y:auto;z-index:999}}@media(max-width:967px)and (max-width:576px){.nav-menu{padding:1rem}}@media(max-width:967px){.nav-menu.active{transform:translateX(0)}.nav-menu>li{width:100%;border-bottom:1px solid #e0e0e0}.nav-menu>li>a{padding:1rem 0;font-size:1.05rem}}@media(max-width:967px)and (max-width:967px){.nav-menu>li>a{justify-content:space-between}}@media(max-width:967px)and (max-width:576px){.nav-menu>li>a{font-size:1rem}}@media(max-width:967px){.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.dropdown-menu li a{padding:.6rem 1.5rem}}@media(max-width:967px)and (max-width:576px){.dropdown-menu li a{padding:.5rem 1rem;font-size:.95rem}}@media(max-width:967px){.dropdown.active .dropdown-menu{max-height:500px;padding:.5rem 0}}.footer{background:#8b5a2b;color:#fff;padding:2rem 0 0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1.5rem}@media(max-width:576px){.footer-content{grid-template-columns:1fr}}.footer-col h3{margin-bottom:1rem;color:#d89854;font-size:1.1rem;font-weight:600}.footer-col p{line-height:1.6;opacity:.9;margin-bottom:1rem}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{opacity:.9;transition:all .3s ease;display:inline-block}.footer-col ul li a:hover{color:#d89854}.footer-col-wide h3{font-size:1rem;margin-bottom:1rem}@media(max-width:576px){.footer-col:not(.footer-col-wide){display:none}}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding:1.5rem 0;text-align:center;opacity:.8;font-size:.9rem}.contact-info li{display:flex;align-items:flex-start;gap:1rem;opacity:.9;margin-bottom:.5rem;line-height:1.5;font-size:.9rem}@media(max-width:576px){.contact-info li{font-size:.85rem;gap:.5rem}}.contact-info li i{color:#d89854;width:18px;font-size:1rem;margin-top:2px;flex-shrink:0}@media(max-width:576px){.contact-info li i{width:16px;font-size:.9rem}}.contact-info li span{flex:1 1}.contact-info li span strong{color:#d89854;margin-right:.3rem}.contact-info li span a{color:#fff;text-decoration:underline;opacity:.9;transition:all .3s ease}.contact-info li span a:hover{color:#d89854;opacity:1}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-links a:hover{background:#d89854;box-shadow:0 4px 12px rgba(198,124,50,.25);transform:translateY(-2px)}.hero{position:relative;min-height:calc(100dvh - 70px);height:auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c67c32,#8b5a2b);overflow:hidden;padding:3rem 0}@media(max-width:576px){.hero{min-height:calc(100dvh - 70px);padding:2rem 1.5rem}}.hero:before{top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none" stroke="white" stroke-opacity="0.15" stroke-width="1"/></svg>');background-size:100px 100px;animation:backgroundMove 20s linear infinite}.hero:after,.hero:before{content:"";position:absolute}.hero:after{width:300%;height:300%;top:-100%;left:-100%;background:radial-gradient(circle,hsla(0,0%,100%,.25) 1px,transparent 0);background-size:50px 50px;animation:float 30s ease-in-out infinite}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,transparent 0,rgba(0,0,0,.3) 100%)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:900px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) .2s both}@media(max-width:576px){.hero-title{font-size:1.75rem;margin-bottom:.5rem;line-height:1.2}}@media(max-width:400px){.hero-title{font-size:1.5rem}}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:0;animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) .4s both}@media(max-width:576px){.hero-subtitle{font-size:1.05rem;margin-bottom:1.5rem;line-height:1.5}}@media(max-width:400px){.hero-subtitle{font-size:.95rem}}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) .6s both}.hero-buttons .btn{transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.hero-buttons .btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.3)}.hero-buttons .btn:active{transform:translateY(-2px) scale(1.02)}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(100px,100px)}}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(5deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite;z-index:2}.scroll-indicator .mouse{width:30px;height:50px;border:2px solid #fff;border-radius:15px;position:relative}.scroll-indicator .mouse .wheel{width:4px;height:10px;background:#fff;border-radius:2px;position:absolute;top:10px;left:50%;transform:translateX(-50%);animation:scroll 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}@media(max-width:576px){.hero-title{font-size:2rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;width:100%;padding:0 1.5rem}}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;text-align:center;cursor:pointer;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:active:before{width:300px;height:300px}.btn-primary{background:#c67c32;color:#fff;box-shadow:0 4px 15px rgba(198,124,50,.4)}.btn-primary:hover{background:#a36428;box-shadow:0 6px 20px rgba(198,124,50,.5)}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-light,.btn-secondary:hover{background:#fff;color:#c67c32}.btn-light:hover{background:#f8f9fa}@media(max-width:576px){.btn{width:100%;padding:1rem 1.5rem;font-size:.95rem}}@media(max-width:400px){.btn{padding:.6rem 1rem;font-size:.9rem}}.service-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#c67c32,#d89854);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-card .service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#d89854,#c67c32);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.service-card .service-icon i{font-size:2.5rem;color:#fff}.service-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem}.service-card p{color:#666;line-height:1.7;margin-bottom:1.5rem}.service-card .service-link{color:#c67c32;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.service-card .service-link i{transition:transform .3s ease}.service-card .service-link:hover{gap:.8rem}.service-card .service-link:hover i{transform:translateX(5px)}.content-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;margin-bottom:2rem}.content-card .card-header{background:linear-gradient(135deg,#c67c32,#a36428);color:#fff;padding:2rem;display:flex;align-items:center;gap:1.5rem}.content-card .card-header i{font-size:2rem}.content-card .card-header h2{font-size:1.8rem;margin:0}.content-card .card-content{padding:2rem}@media(max-width:576px){.service-card{padding:1.5rem}.service-card h3{font-size:1.25rem}.service-card p{font-size:.95rem}.content-card .card-header{padding:1.5rem}.content-card .card-header h2,.content-card .card-header i{font-size:1.5rem}.content-card .card-content{padding:1.5rem}}@media(max-width:400px){.service-card{padding:1rem}.service-card h3{font-size:1.15rem}.content-card .card-header h2{font-size:1.25rem}}.page-header{background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:3rem 0;text-align:center;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;pointer-events:none}.page-header .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;animation:fadeIn .3s ease}@media(max-width:576px){.page-header .page-title{font-size:1.75rem}}@media(max-width:400px){.page-header .page-title{font-size:1.5rem}}.page-header .page-subtitle{font-size:1.25rem;opacity:.95;margin-bottom:1.5rem;line-height:1.5;animation:fadeIn .3s ease}@media(max-width:576px){.page-header .page-subtitle{font-size:1.1rem}}@media(max-width:400px){.page-header .page-subtitle{font-size:1rem}}.page-header .breadcrumb{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.95rem;opacity:.9;margin-top:1rem;animation:fadeIn .3s ease}.page-header .breadcrumb a{color:#fff;text-decoration:none;transition:all .3s ease}.page-header .breadcrumb a:hover{opacity:.8;text-decoration:underline}@media(max-width:576px){.page-header .breadcrumb{font-size:.875rem}}.nowrap{white-space:nowrap}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:700}.section-header .divider{width:80px;height:4px;background:linear-gradient(90deg,#c67c32,#8b5a2b);margin:0 auto;border-radius:2px}@media(max-width:576px){.page-header{padding:6rem 0 3rem}.page-header .page-title{font-size:2rem}.page-header .page-subtitle{font-size:1.1rem}}.loading-bar-container{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none}.loading-bar{height:100%;background:linear-gradient(90deg,#8b5a2b,#c67c32 50%,#d89854);box-shadow:0 0 10px #c67c32;transition:width .3s ease,opacity .2s ease;transform-origin:left}.page-home .about-intro{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-home .about-intro-header{text-align:center;margin-bottom:3rem}.page-home .about-intro-header h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:700}.page-home .about-intro-header .divider{width:80px;height:4px;background:linear-gradient(90deg,#c67c32,#8b5a2b);margin:0 auto;border-radius:2px}.page-home .about-intro-text{max-width:1000px;margin:0 auto}.page-home .about-intro-text .lead{font-size:1.1rem;line-height:1.8;color:#4a4a4a;margin-bottom:2rem;text-align:justify}.page-home .about-intro-text .lead strong{color:#c67c32;font-weight:600}.page-home .about-intro-text .legal-scope{list-style:none;padding:0;margin:2rem 0}.page-home .about-intro-text .legal-scope li{display:flex;align-items:flex-start;padding:1.5rem;background:#fff;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.page-home .about-intro-text .legal-scope li:hover{transform:translateX(10px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.page-home .about-intro-text .legal-scope li i{color:#c67c32;font-size:1.5rem;margin-right:1.5rem;flex-shrink:0;margin-top:2px}.page-home .about-intro-text .legal-scope li span{flex:1 1;line-height:1.7}.page-home .services{background:#f8f9fa;padding:4rem 0}.page-home .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.page-home .services .section-header{text-align:center;margin-bottom:3rem}.page-home .services .section-title{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem;position:relative;display:inline-block}.page-home .services .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#c67c32;border-radius:2px}.page-home .services .section-subtitle{font-size:1.2rem;color:#666;margin-top:1.5rem}@media(max-width:576px){.page-home .about-intro-header h2{font-size:1.75rem}.page-home .about-intro-text .lead{font-size:1rem;text-align:left}.page-home .services .section-title{font-size:1.75rem}.page-home .services .section-subtitle{font-size:1rem}.page-home .services-grid{grid-template-columns:1fr}}@media(max-width:400px){.page-home .about-intro-header h2,.page-home .services .section-title{font-size:1.5rem}}.page-contact .content-section{padding:4rem 0 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-contact .contact-offices{margin-bottom:4rem}.page-contact .contact-offices .office-main{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:3rem;margin-bottom:3rem;position:relative;overflow:hidden}.page-contact .contact-offices .office-main:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#c67c32,#8b5a2b)}.page-contact .contact-offices .office-main .office-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c67c32;color:#fff;padding:.5rem 1.5rem;border-radius:50px;margin-bottom:1.5rem;font-weight:600}.page-contact .contact-offices .office-main .office-badge i{font-size:1.2rem}.page-contact .contact-offices .office-main .office-details h2{color:#1a1a1a;margin-bottom:2rem;font-size:2rem}.page-contact .contact-offices .office-main .office-details .office-info{display:grid;grid-gap:1.5rem;gap:1.5rem}.page-contact .contact-offices .office-main .office-details .office-info .info-item{display:flex;gap:1.5rem;word-break:break-word}.page-contact .contact-offices .office-main .office-details .office-info .info-item i{color:#c67c32;font-size:1.5rem;margin-top:3px}.page-contact .contact-offices .office-main .office-details .office-info .info-item strong{color:#1a1a1a;display:block;margin-bottom:.3rem}.page-contact .contact-offices .office-main .office-details .office-info .info-item p{color:#4a4a4a;line-height:1.6}.page-contact .contact-offices .office-main .office-details .office-info .info-item a{color:#c67c32;text-decoration:underline}.page-contact .contact-offices .office-main .office-details .office-info .info-item a:hover{color:#a36428}.page-contact .contact-offices .offices-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}@media(max-width:576px){.page-contact .contact-offices .offices-grid{grid-template-columns:1fr}}.page-contact .contact-offices .offices-grid .office-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;position:relative}.page-contact .contact-offices .offices-grid .office-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.page-contact .contact-offices .offices-grid .office-card .office-number{position:absolute;top:-15px;right:20px;width:50px;height:50px;background:linear-gradient(135deg,#c67c32,#a36428);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 5px 15px rgba(0,0,0,.1)}.page-contact .contact-offices .offices-grid .office-card h3{color:#1a1a1a;margin-bottom:1.5rem;padding-top:1rem}.page-contact .contact-offices .offices-grid .office-card .office-location{display:flex;gap:1rem}.page-contact .contact-offices .offices-grid .office-card .office-location i{color:#c67c32;margin-top:3px;flex-shrink:0}.page-contact .contact-offices .offices-grid .office-card .office-location p{color:#4a4a4a;line-height:1.6;font-size:.95rem}.page-contact .clickable-address:hover{color:#c67c32}@media(max-width:576px){.page-contact .contact-offices .office-main{padding:2rem}.page-contact .contact-offices .offices-grid{grid-template-columns:1fr}}.page-contact .contact-form-section{background:#f8f9fa;padding:4rem 0;margin-top:4rem}.page-contact .contact-form-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:3rem;max-width:900px;margin:0 auto}@media(max-width:576px){.page-contact .contact-form-wrapper{padding:1.5rem}}.page-contact .contact-form-wrapper .form-header{text-align:center;margin-bottom:3rem}@media(max-width:576px){.page-contact .contact-form-wrapper .form-header{margin-bottom:1.5rem}}.page-contact .contact-form-wrapper .form-header i{font-size:3.5rem;color:#c67c32;margin-bottom:1.5rem}@media(max-width:576px){.page-contact .contact-form-wrapper .form-header i{font-size:2.5rem;margin-bottom:1rem}}.page-contact .contact-form-wrapper .form-header h2{color:#1a1a1a;font-size:2rem;margin-bottom:1rem}@media(max-width:576px){.page-contact .contact-form-wrapper .form-header h2{font-size:1.5rem}}@media(max-width:400px){.page-contact .contact-form-wrapper .form-header h2{font-size:1.25rem}}.page-contact .contact-form-wrapper .form-header p{color:#6c757d;font-size:1.05rem}@media(max-width:576px){.page-contact .contact-form-wrapper .form-header p{font-size:.95rem}}.page-contact .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width:576px){.page-contact .contact-form .form-row{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}}.page-contact .contact-form .form-group{margin-bottom:2rem}@media(max-width:576px){.page-contact .contact-form .form-group{margin-bottom:1.5rem}}.page-contact .contact-form .form-group label{display:block;color:#1a1a1a;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.page-contact .contact-form .form-group label .required{color:#dc3545;margin-left:2px}.page-contact .contact-form .form-group input,.page-contact .contact-form .form-group select,.page-contact .contact-form .form-group textarea{width:100%;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.page-contact .contact-form .form-group input:focus,.page-contact .contact-form .form-group select:focus,.page-contact .contact-form .form-group textarea:focus{outline:none;border-color:#c67c32;box-shadow:0 0 0 3px rgba(198,124,50,.1)}.page-contact .contact-form .form-group input.error,.page-contact .contact-form .form-group select.error,.page-contact .contact-form .form-group textarea.error{border-color:#dc3545}.page-contact .contact-form .form-group input.error:focus,.page-contact .contact-form .form-group select.error:focus,.page-contact .contact-form .form-group textarea.error:focus{box-shadow:0 0 0 3px rgba(220,53,69,.1)}.page-contact .contact-form .form-group input::placeholder,.page-contact .contact-form .form-group select::placeholder,.page-contact .contact-form .form-group textarea::placeholder{color:#6c757d}.page-contact .contact-form .form-group textarea{resize:vertical;min-height:150px}.page-contact .contact-form .form-group .error-message{display:block;color:#dc3545;font-size:.875rem;margin-top:.5rem}.page-contact .contact-form .alert{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:8px;margin-bottom:2rem;font-weight:500}.page-contact .contact-form .alert i{font-size:1.25rem}.page-contact .contact-form .alert.alert-success{background:#c4f1ce;color:#28a745;border:2px solid #28a745}.page-contact .contact-form .alert.alert-success i{color:#28a745}.page-contact .contact-form .alert.alert-error{background:#fef9f9;color:#dc3545;border:2px solid #dc3545}.page-contact .contact-form .alert.alert-error i{color:#dc3545}.page-contact .contact-form .btn-submit{width:100%;padding:1.5rem 3rem;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem}.page-contact .contact-form .btn-submit i{font-size:1.25rem}.page-contact .contact-form .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.page-contact .contact-form .btn-submit:active:not(:disabled){transform:translateY(0)}.page-contact .contact-form .btn-submit:disabled{opacity:.7;cursor:not-allowed}.page-contact .map-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease}@media(max-width:576px){.page-contact .map-modal-overlay{padding:1rem}}.page-contact .map-modal-content{background:#fff;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s ease}@media(max-width:576px){.page-contact .map-modal-content{max-height:95vh}}.page-contact .map-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:#fff;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.08)}.page-contact .map-modal-close:hover{background:#dc3545;border-color:#dc3545;color:#fff;transform:rotate(90deg)}.page-contact .map-modal-close i{font-size:1.25rem}.page-contact .map-modal-header{padding:2rem 3rem;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;gap:1.5rem}@media(max-width:576px){.page-contact .map-modal-header{padding:1.5rem}}.page-contact .map-modal-header i{font-size:1.75rem;color:#c67c32}.page-contact .map-modal-header h3{color:#1a1a1a;font-size:1.25rem;margin:0;flex:1 1;padding-right:3rem}@media(max-width:576px){.page-contact .map-modal-header h3{font-size:1rem}}.page-contact .map-modal-body{flex:1 1;min-height:400px;position:relative}@media(max-width:576px){.page-contact .map-modal-body{min-height:300px}}.page-contact .map-modal-body iframe{width:100%;height:100%;min-height:400px}.page-contact .map-modal-footer{padding:1.5rem 3rem;border-top:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center}@media(max-width:576px){.page-contact .map-modal-footer{padding:1.5rem}}.page-contact .map-modal-footer .btn-view-large{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.page-contact .map-modal-footer .btn-view-large:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.page-contact .map-modal-footer .btn-view-large i{font-size:1rem}.page-contact .clickable-address{cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.page-contact .clickable-address i{opacity:0;transition:all .3s ease}.page-contact .clickable-address:hover{color:#c67c32!important}.page-contact .clickable-address:hover i{opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page-stac-intro .legal-foundation{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-stac-intro .legal-foundation .content-card .legal-info{margin-bottom:3rem}@media(max-width:576px){.page-stac-intro .legal-foundation .content-card .legal-info{display:none}}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item{display:flex;gap:2rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item .legal-icon{width:70px;height:70px;background:linear-gradient(135deg,#c67c32,#a36428);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item .legal-icon i{font-size:2rem;color:#fff}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item .legal-text{flex:1 1}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item .legal-text h4{color:#1a1a1a;font-size:1.3rem;margin-bottom:.5rem}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item .legal-text p{color:#4a4a4a;line-height:1.7;margin-bottom:.5rem}.page-stac-intro .legal-foundation .content-card .legal-info .legal-item .legal-text p strong{color:#c67c32}.page-stac-intro .legal-foundation .content-card .establishment-info .lead{font-size:1.1rem;line-height:1.8;color:#4a4a4a;margin-bottom:2rem;text-align:justify}.page-stac-intro .legal-foundation .content-card .establishment-info .lead strong{color:#c67c32;font-weight:600}.page-stac-intro .legal-foundation .content-card .establishment-info .scope-list{list-style:none;padding:0}.page-stac-intro .legal-foundation .content-card .establishment-info .scope-list li{display:flex;align-items:flex-start;padding:1.5rem;background:#f8f9fa;margin-bottom:1rem;border-radius:4px;border-left:4px solid #c67c32}.page-stac-intro .legal-foundation .content-card .establishment-info .scope-list li i{color:#c67c32;font-size:1.3rem;margin-right:1.5rem;margin-top:2px}.page-stac-intro .why-arbitration{padding:4rem 0;background:#f8f9fa}.page-stac-intro .why-arbitration .section-intro{max-width:900px;margin:0 auto 3rem;text-align:center}.page-stac-intro .why-arbitration .section-intro h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:2rem}.page-stac-intro .why-arbitration .section-intro .lead{font-size:1.1rem;line-height:1.8;color:#4a4a4a;margin-bottom:1.5rem}.page-stac-intro .why-arbitration .section-intro p{line-height:1.7;color:#4a4a4a}.page-stac-intro .why-arbitration .section-intro p strong{color:#c67c32}.page-stac-intro .why-arbitration .method-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:3rem;gap:3rem}@media(max-width:576px){.page-stac-intro .why-arbitration .method-comparison{grid-template-columns:1fr}}.page-stac-intro .why-arbitration .method-comparison .method-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.page-stac-intro .why-arbitration .method-comparison .method-card .method-icon{width:90px;height:90px;margin:0 auto 2rem;background:linear-gradient(135deg,#c67c32,#a36428);border-radius:50%;display:flex;align-items:center;justify-content:center}.page-stac-intro .why-arbitration .method-comparison .method-card .method-icon i{font-size:3rem;color:#fff}.page-stac-intro .why-arbitration .method-comparison .method-card h3{text-align:center;font-size:1.8rem;color:#1a1a1a;margin-bottom:1.5rem}.page-stac-intro .why-arbitration .method-comparison .method-card p{line-height:1.7;color:#4a4a4a;margin-bottom:1.5rem;text-align:justify}.page-stac-intro .why-arbitration .method-comparison .method-card .method-benefits{margin-top:2rem}.page-stac-intro .why-arbitration .method-comparison .method-card .method-benefits h4{color:#c67c32;margin-bottom:1rem;font-size:1.2rem}.page-stac-intro .why-arbitration .method-comparison .method-card .method-benefits ul{list-style:none;padding:0}.page-stac-intro .why-arbitration .method-comparison .method-card .method-benefits ul li{display:flex;align-items:flex-start;margin-bottom:1rem;padding-left:1rem}.page-stac-intro .why-arbitration .method-comparison .method-card .method-benefits ul li i{color:#28a745;margin-right:1rem;margin-top:3px}.page-stac-intro .why-arbitration .method-comparison .method-card .note{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-left:4px solid #c67c32;font-size:.95rem;line-height:1.7;font-style:italic}@media(max-width:768px){.page-stac-intro .method-comparison{grid-template-columns:1fr}.page-stac-intro .method-comparison .method-card{padding:2rem}}.page-why-choose-stac .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-why-choose-stac .advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:576px){.page-why-choose-stac .advantages-grid{grid-template-columns:1fr}}.page-why-choose-stac .advantage-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.page-why-choose-stac .advantage-item:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.page-why-choose-stac .advantage-item .advantage-icon{width:60px;height:60px;background:linear-gradient(135deg,#c67c32,#9d6328);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;margin-bottom:1.5rem}.page-why-choose-stac .advantage-item h3{color:#c67c32;font-size:1.5rem;margin-bottom:1.5rem}.page-why-choose-stac .advantage-item p{margin-bottom:1rem;line-height:1.6}.page-why-choose-stac .advantage-item ul{list-style:none;padding:0}.page-why-choose-stac .advantage-item ul li{padding-left:1.5rem;margin-bottom:1rem;position:relative;line-height:1.6}.page-why-choose-stac .advantage-item ul li:before{content:"✓";position:absolute;left:0;color:#c67c32;font-weight:700}.page-why-choose-stac .legal-foundation-section{padding:3rem 0;background:#f8f9fa}.page-why-choose-stac .legal-foundation-section h2{color:#c67c32;font-size:2rem;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #c67c32}.page-why-choose-stac .legal-foundation-section h2:first-child{margin-top:0}@media(max-width:576px){.page-why-choose-stac .legal-foundation-section h2{font-size:1.5rem}}.page-why-choose-stac .legal-foundation-section p{line-height:1.8;margin-bottom:1.5rem}.page-why-choose-stac .legal-foundation-section ul{list-style:none;padding:0}.page-why-choose-stac .legal-foundation-section ul li{padding-left:2rem;margin-bottom:1rem;position:relative;line-height:1.8}.page-why-choose-stac .legal-foundation-section ul li:before{content:"→";position:absolute;left:0;color:#c67c32;font-weight:700;font-size:1.2rem}.page-why-choose-stac .legal-foundation-section .legal-list li:before{content:"📄"}.page-arbitration-clause .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-arbitration-clause .clause-card{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 12px rgba(0,0,0,.1);border-left:5px solid #c67c32}@media(max-width:576px){.page-arbitration-clause .clause-card{padding:1.5rem}}.page-arbitration-clause .clause-card.secondary{border-left-color:#8b5a2b}.page-arbitration-clause .clause-card h2{color:#c67c32;font-size:1.75rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-arbitration-clause .clause-card h2{font-size:1.5rem;flex-direction:column;align-items:flex-start}}.page-arbitration-clause .clause-card h2 i{font-size:1.5rem}.page-arbitration-clause .clause-card.secondary h2{color:#8b5a2b}.page-arbitration-clause .clause-card .clause-content{background:#f8efe5;border:2px dashed #c67c32;border-radius:8px;padding:2rem}.page-arbitration-clause .clause-card .clause-content .clause-text{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.page-arbitration-clause .clause-card .clause-content .clause-text:last-child{margin-bottom:0}.page-arbitration-clause .clause-card .clause-content .clause-text strong{color:#c67c32;font-weight:600}.page-arbitration-clause .optional-provisions{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.page-arbitration-clause .optional-provisions h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-arbitration-clause .optional-provisions h3{font-size:1.25rem}}.page-arbitration-clause .optional-provisions h3 i{color:#c67c32}.page-arbitration-clause .optional-provisions .provisions-list{margin-bottom:2rem}.page-arbitration-clause .optional-provisions .provision-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;margin-bottom:1rem;background:#f8f9fa;border-radius:8px}.page-arbitration-clause .optional-provisions .provision-item .provision-label{color:#c67c32;font-weight:700;flex-shrink:0;font-size:1.125rem}.page-arbitration-clause .optional-provisions .provision-item .provision-text{flex:1 1;line-height:1.6}.page-arbitration-clause .optional-provisions .provision-item .provision-text .blank{color:#c67c32;font-style:italic;font-weight:500}.page-arbitration-clause .optional-provisions .notes{background:#dcb38d;border-left:4px solid #8b5a2b;border-radius:8px;padding:1.5rem}.page-arbitration-clause .optional-provisions .notes h4{color:#8b5a2b;font-size:1.125rem;margin-bottom:1rem}.page-arbitration-clause .optional-provisions .notes ul{list-style:none;padding:0;margin:0}.page-arbitration-clause .optional-provisions .notes ul li{padding-left:1.5rem;margin-bottom:.5rem;position:relative;line-height:1.6}.page-arbitration-clause .optional-provisions .notes ul li:before{content:"•";position:absolute;left:0;color:#8b5a2b;font-weight:700}.page-arbitration-clause .optional-provisions .notes ul li:last-child{margin-bottom:0}.page-arbitration-fees .content-section{padding:3rem 0;background:#f8f9fa}.page-arbitration-fees section h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:3px solid #c67c32}@media(max-width:576px){.page-arbitration-fees section h2{font-size:1.5rem;flex-direction:column;align-items:flex-start}}@media(max-width:400px){.page-arbitration-fees section h2{font-size:1.25rem}}.page-arbitration-fees section h2 i{font-size:1.75rem}@media(max-width:576px){.page-arbitration-fees section h2 i{font-size:1.5rem}}.page-arbitration-fees section h3{color:#1a1a1a;font-size:1.25rem;margin-top:2rem;margin-bottom:1.5rem;font-weight:600}@media(max-width:576px){.page-arbitration-fees section h3{font-size:1.1rem}}.page-arbitration-fees section p{line-height:1.8;margin-bottom:1.5rem}.page-arbitration-fees section p:last-child{margin-bottom:0}.page-arbitration-fees section .intro{font-size:1.125rem;font-weight:500;color:#1a1a1a;margin-bottom:0}@media(max-width:576px){.page-arbitration-fees section .intro{font-size:1rem}}.page-arbitration-fees .info-box{background:#f8efe5;border-left:4px solid #c67c32;border-radius:8px;padding:2rem;margin-bottom:2rem}.page-arbitration-fees .info-box.highlight{background:#dcb38d;border-left-color:#8b5a2b}.page-arbitration-fees .info-box.highlight strong{color:#8b5a2b}.page-arbitration-fees .info-box h3{margin-top:0}.page-arbitration-fees .info-box .note{font-style:italic;color:#6c757d;margin-bottom:0}.page-arbitration-fees .fee-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.page-arbitration-fees .fee-table{width:100%;border-collapse:collapse;background:#fff}.page-arbitration-fees .fee-table thead{background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff}.page-arbitration-fees .fee-table thead th{padding:1.5rem;text-align:left;font-weight:600;font-size:1.125rem}@media(max-width:576px){.page-arbitration-fees .fee-table thead th{padding:1rem;font-size:1rem}}.page-arbitration-fees .fee-table tbody tr{border-bottom:1px solid #e0e0e0}.page-arbitration-fees .fee-table tbody tr:hover{background:#fbf4ed}.page-arbitration-fees .fee-table tbody tr:last-child{border-bottom:none}.page-arbitration-fees .fee-table tbody td{padding:1.5rem}@media(max-width:576px){.page-arbitration-fees .fee-table tbody td{padding:1rem;font-size:.9rem}}.page-arbitration-fees .fee-table tbody td:first-child{font-weight:500;color:#1a1a1a}.page-arbitration-fees .fee-table tbody td:last-child{color:#c67c32;font-weight:600}.page-arbitration-fees .additional-cases ul{list-style:none;padding:0}.page-arbitration-fees .additional-cases ul li{padding-left:2rem;margin-bottom:1rem;position:relative;line-height:1.8}.page-arbitration-fees .additional-cases ul li:before{content:"•";position:absolute;left:0;color:#c67c32;font-size:1.5rem;line-height:1.6}.page-arbitration-fees .refund-section{margin-top:1.5rem}.page-arbitration-fees .refund-section .refund-cases{margin-top:1rem}.page-arbitration-fees .refund-section .refund-case{background:#f8f9fa;border-radius:8px;padding:2rem}.page-arbitration-fees .refund-section .refund-case.important{background:#dcb38d;border:2px solid #8b5a2b;margin-top:1.5rem}.page-arbitration-fees .refund-section .refund-case.important h3{color:#8b5a2b}.page-arbitration-fees .refund-section .refund-case h3{margin-top:0;font-size:1.125rem}.page-arbitration-fees .refund-section .refund-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}@media(max-width:576px){.page-arbitration-fees .refund-section .refund-items{grid-template-columns:1fr}}.page-arbitration-fees .refund-section .refund-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.08);display:flex;align-items:center;gap:1.5rem}.page-arbitration-fees .refund-section .refund-item.single{grid-column:1/-1;max-width:400px}.page-arbitration-fees .refund-section .refund-item .refund-rate{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 8px rgba(0,0,0,.15)}.page-arbitration-fees .refund-section .refund-item .refund-condition{flex:1 1;line-height:1.6}.page-arbitration-fees .refund-section .refund-item .refund-condition strong{color:#c67c32}.page-arbitrator-ethics .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-arbitrator-ethics .ethics-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}.page-arbitrator-ethics .ethics-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.page-arbitrator-ethics .ethics-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.page-arbitrator-ethics .ethics-card .ethics-header{background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:2rem;display:flex;align-items:center;gap:1.5rem}@media(max-width:576px){.page-arbitrator-ethics .ethics-card .ethics-header{flex-wrap:wrap;padding:1.5rem}}.page-arbitrator-ethics .ethics-card .ethics-header .ethics-number{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;flex-shrink:0}.page-arbitrator-ethics .ethics-card .ethics-header .ethics-icon{width:60px;height:60px;background:hsla(0,0%,100%,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.page-arbitrator-ethics .ethics-card .ethics-header h2{flex:1 1;font-size:1.75rem;margin:0}@media(max-width:576px){.page-arbitrator-ethics .ethics-card .ethics-header h2{font-size:1.5rem;width:100%;margin-top:1rem}}.page-arbitrator-ethics .ethics-card .ethics-content{padding:2rem}@media(max-width:576px){.page-arbitrator-ethics .ethics-card .ethics-content{padding:1.5rem}}.page-arbitrator-ethics .ethics-card .ethics-content p{line-height:1.8;margin-bottom:1.5rem;color:#1a1a1a}.page-arbitrator-ethics .ethics-card .ethics-content p:last-child{margin-bottom:0}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #c67c32}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection+p{margin-top:1.5rem}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection h3{color:#c67c32;font-size:1.125rem;margin-bottom:1rem;font-weight:600}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection ul{list-style:none;padding:0;margin:0}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection ul li{padding-left:2rem;margin-bottom:1rem;position:relative;line-height:1.8}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection ul li:before{content:"▸";position:absolute;left:0;color:#c67c32;font-weight:700;font-size:1.25rem}.page-arbitrator-ethics .ethics-card .ethics-content .ethics-subsection ul li:last-child{margin-bottom:0}.page-form-templates .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-form-templates .intro-box{background:#fff;border-radius:8px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:flex-start;gap:1.5rem}@media(max-width:576px){.page-form-templates .intro-box{flex-direction:column;padding:1.5rem}}.page-form-templates .intro-box>i{font-size:3rem;color:#c67c32;flex-shrink:0}.page-form-templates .intro-box .intro-content{flex:1 1}.page-form-templates .intro-box .intro-content h2{color:#c67c32;font-size:1.5rem;margin-bottom:1rem}.page-form-templates .intro-box .intro-content p{line-height:1.8;margin:0}.page-form-templates .documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media(max-width:576px){.page-form-templates .documents-grid{grid-template-columns:1fr}}.page-form-templates .document-card{background:#fff;border-radius:8px;padding:3rem;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;text-align:center;border-top:5px solid #c67c32}@media(max-width:576px){.page-form-templates .document-card{padding:1.5rem}}.page-form-templates .document-card.secondary{border-top-color:#8b5a2b}.page-form-templates .document-card.secondary .document-icon,.page-form-templates .document-card.secondary .download-btn{background:linear-gradient(135deg,#8b5a2b,#64411f)}.page-form-templates .document-card.accent{border-top-color:#28a745}.page-form-templates .document-card.accent .document-icon,.page-form-templates .document-card.accent .download-btn{background:linear-gradient(135deg,#28a745,#1e7e34)}.page-form-templates .document-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.page-form-templates .document-card .document-icon{width:100px;height:100px;background:linear-gradient(135deg,#c67c32,#9d6328);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;margin:0 auto 2rem}.page-form-templates .document-card .document-content h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.page-form-templates .document-card .document-content p{color:#6c757d;line-height:1.6;margin-bottom:2rem}.page-form-templates .document-card .document-content .download-btn{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.page-form-templates .document-card .document-content .download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.page-form-templates .instructions-section{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(max-width:576px){.page-form-templates .instructions-section{padding:1.5rem}}.page-form-templates .instructions-section>h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-form-templates .instructions-section>h2{font-size:1.5rem}}.page-form-templates .instructions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:576px){.page-form-templates .instructions-grid{grid-template-columns:1fr}}.page-form-templates .instruction-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.page-form-templates .instruction-item .instruction-number{width:40px;height:40px;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.page-form-templates .instruction-item .instruction-content{flex:1 1}.page-form-templates .instruction-item .instruction-content h3{color:#1a1a1a;font-size:1.125rem;margin-bottom:.5rem}.page-form-templates .instruction-item .instruction-content p{color:#6c757d;line-height:1.6;margin:0}.page-form-templates .contact-box{background:linear-gradient(135deg,#f3e2d1,#f8efe5);border-radius:8px;padding:3rem;display:flex;align-items:center;gap:2rem;border:2px solid #c67c32}@media(max-width:576px){.page-form-templates .contact-box{flex-direction:column;text-align:center;padding:1.5rem}}.page-form-templates .contact-box>i{font-size:4rem;color:#c67c32;flex-shrink:0}.page-form-templates .contact-box .contact-content{flex:1 1}.page-form-templates .contact-box .contact-content h3{color:#c67c32;font-size:1.75rem;margin-bottom:1rem}.page-form-templates .contact-box .contact-content>p{color:#1a1a1a;margin-bottom:1.5rem}.page-form-templates .contact-box .contact-content .contact-info{display:flex;gap:2rem;flex-wrap:wrap}@media(max-width:576px){.page-form-templates .contact-box .contact-content .contact-info{flex-direction:column;gap:1rem}}.page-form-templates .contact-box .contact-content .contact-info .contact-item{display:flex;align-items:flex-start;text-align:left;word-break:break-word;gap:.5rem;color:#1a1a1a;font-weight:500}.page-form-templates .contact-box .contact-content .contact-info .contact-item span>span{font-weight:400}.page-form-templates .contact-box .contact-content .contact-info .contact-item i{color:#c67c32;margin-top:5px}.page-mediation-clause .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-mediation-clause .clause-card{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:576px){.page-mediation-clause .clause-card{padding:1.5rem}}.page-mediation-clause .clause-card .clause-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #c67c32}@media(max-width:576px){.page-mediation-clause .clause-card .clause-header{flex-direction:column;align-items:flex-start}}.page-mediation-clause .clause-card .clause-header i{font-size:3rem;color:#c67c32}.page-mediation-clause .clause-card .clause-header h2{color:#c67c32;font-size:1.75rem;margin:0}.page-mediation-clause .clause-card .clause-content{background:#f3e2d1;border:2px dashed #c67c32;border-radius:8px;padding:2rem}.page-mediation-clause .clause-card .clause-content .clause-text{font-size:1.125rem;line-height:1.8;margin:0}.page-mediation-clause .clause-card .clause-content .clause-text strong{color:#c67c32;font-weight:600}.page-mediation-clause .benefits-section{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(max-width:576px){.page-mediation-clause .benefits-section{padding:1.5rem}}.page-mediation-clause .benefits-section h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-mediation-clause .benefits-section h2{font-size:1.5rem}}.page-mediation-clause .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:576px){.page-mediation-clause .benefits-grid{grid-template-columns:1fr}}.page-mediation-clause .benefit-item{background:#f8f9fa;padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.page-mediation-clause .benefit-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.page-mediation-clause .benefit-item .benefit-icon{width:60px;height:60px;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem}.page-mediation-clause .benefit-item h3{color:#c67c32;font-size:1.25rem;margin-bottom:1rem}.page-mediation-clause .benefit-item p{line-height:1.6;color:#6c757d;margin:0}.page-mediation-clause .process-section{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(max-width:576px){.page-mediation-clause .process-section{padding:1.5rem}}.page-mediation-clause .process-section h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-mediation-clause .process-section h2{font-size:1.5rem}}.page-mediation-clause .process-steps{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.page-mediation-clause .step-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#f8f9fa;border-radius:8px;border-left:5px solid #c67c32;transition:transform .3s ease}@media(max-width:576px){.page-mediation-clause .step-item{padding:1.5rem}}.page-mediation-clause .step-item:hover{transform:translateX(10px)}.page-mediation-clause .step-item .step-number{width:50px;height:50px;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.page-mediation-clause .step-item .step-content{flex:1 1}.page-mediation-clause .step-item .step-content h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:.5rem}.page-mediation-clause .step-item .step-content p{color:#6c757d;line-height:1.6;margin:0}.page-mediation-clause .info-box{background:#eed5bc;border:2px solid #c67c32;border-radius:8px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem}@media(max-width:576px){.page-mediation-clause .info-box{flex-direction:column;padding:1.5rem}}.page-mediation-clause .info-box>i{font-size:2.5rem;color:#c67c32;flex-shrink:0}.page-mediation-clause .info-box .info-content{flex:1 1}.page-mediation-clause .info-box .info-content h3{color:#c67c32;font-size:1.25rem;margin-bottom:1rem}.page-mediation-clause .info-box .info-content p{line-height:1.8;margin:0}.page-mediation-fees .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-mediation-fees section h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:3px solid #c67c32}@media(max-width:576px){.page-mediation-fees section h2{font-size:1.5rem;flex-direction:column;align-items:flex-start}}@media(max-width:400px){.page-mediation-fees section h2{font-size:1.25rem}}.page-mediation-fees section h2 i{font-size:1.75rem}@media(max-width:576px){.page-mediation-fees section h2 i{font-size:1.5rem}}.page-mediation-fees section h3{color:#1a1a1a;font-size:1.25rem;margin-top:2rem;margin-bottom:1.5rem;font-weight:600}@media(max-width:576px){.page-mediation-fees section h3{font-size:1.1rem}}.page-mediation-fees section p{line-height:1.8;margin-bottom:1.5rem}.page-mediation-fees section .intro{font-size:1.125rem;font-weight:500;color:#1a1a1a;margin-bottom:0}@media(max-width:576px){.page-mediation-fees section .intro{font-size:1rem}}.page-mediation-fees .info-box{background:#f8efe5;border-left:4px solid #c67c32;border-radius:8px;padding:2rem;margin-bottom:2rem}.page-mediation-fees .info-box.highlight{background:#f3e2d1;border-left-color:#c67c32}.page-mediation-fees .info-box.highlight strong{color:#c67c32}.page-mediation-fees .info-box h3{margin-top:0}.page-mediation-fees .info-box .note{font-style:italic;color:#6c757d;margin-bottom:0}.page-mediation-fees .registration-fee .fee-highlight{background:#f8efe5;border:3px solid #c67c32;border-radius:8px;padding:2rem;text-align:center;margin:2rem 0}.page-mediation-fees .registration-fee .fee-highlight .fee-amount{display:block;font-size:2.5rem;font-weight:700;color:#c67c32;margin-bottom:1rem}@media(max-width:576px){.page-mediation-fees .registration-fee .fee-highlight .fee-amount{font-size:2rem}}.page-mediation-fees .registration-fee .fee-highlight .fee-note{margin:0;font-size:1.125rem}.page-mediation-fees .registration-fee .fee-highlight .fee-note strong{color:#dc3545}.page-mediation-fees .fee-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.page-mediation-fees .fee-table{width:100%;border-collapse:collapse;background:#fff}.page-mediation-fees .fee-table thead{background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff}.page-mediation-fees .fee-table thead th{padding:1.5rem;text-align:left;font-weight:600;font-size:1.125rem}@media(max-width:576px){.page-mediation-fees .fee-table thead th{padding:1rem;font-size:1rem}}.page-mediation-fees .fee-table tbody tr{border-bottom:1px solid #e0e0e0}.page-mediation-fees .fee-table tbody tr:hover{background:#fbf4ed}.page-mediation-fees .fee-table tbody tr:last-child{border-bottom:none}.page-mediation-fees .fee-table tbody td{padding:1.5rem}@media(max-width:576px){.page-mediation-fees .fee-table tbody td{padding:1rem;font-size:.9rem}}.page-mediation-fees .fee-table tbody td:first-child{font-weight:500;color:#1a1a1a}.page-mediation-fees .fee-table tbody td:last-child{color:#c67c32;font-weight:600}.page-mediation-fees .additional-cases ul{list-style:none;padding:0}.page-mediation-fees .additional-cases ul li{padding-left:2rem;margin-bottom:1rem;position:relative;line-height:1.8}.page-mediation-fees .additional-cases ul li:before{content:"•";position:absolute;left:0;color:#c67c32;font-size:1.5rem;line-height:1.6}.page-mediation-fees .refund-section .refund-cases{margin-top:1rem}.page-mediation-fees .refund-section .refund-case{background:#f8f9fa;border-radius:8px;padding:2rem}.page-mediation-fees .refund-section .refund-case.important{background:#f3e2d1;border:2px solid #c67c32}.page-mediation-fees .refund-section .refund-case.important h3{color:#c67c32}.page-mediation-fees .refund-section .refund-case h3{margin-top:0;font-size:1.125rem}.page-mediation-fees .refund-section .refund-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}@media(max-width:576px){.page-mediation-fees .refund-section .refund-items{grid-template-columns:1fr}}.page-mediation-fees .refund-section .refund-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.08);display:flex;align-items:center;gap:1.5rem}.page-mediation-fees .refund-section .refund-item.single{grid-column:1/-1;max-width:400px}.page-mediation-fees .refund-section .refund-item .refund-rate{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 8px rgba(0,0,0,.15)}.page-mediation-fees .refund-section .refund-item .refund-condition{flex:1 1;line-height:1.6}.page-mediation-fees .refund-section .refund-item .refund-condition strong{color:#c67c32}.page-mediation-fees .contact-cta{background:linear-gradient(135deg,#f3e2d1,#f8efe5);border:3px solid #c67c32;border-radius:8px;padding:3rem;display:flex;align-items:center;gap:2rem;margin-top:3rem}@media(max-width:576px){.page-mediation-fees .contact-cta{flex-direction:column;text-align:center;padding:1.5rem}}.page-mediation-fees .contact-cta>i{font-size:4rem;color:#c67c32;flex-shrink:0}.page-mediation-fees .contact-cta .cta-content{flex:1 1}.page-mediation-fees .contact-cta .cta-content h3{color:#c67c32;font-size:1.75rem;margin:0 0 1rem}.page-mediation-fees .contact-cta .cta-content p{color:#1a1a1a;margin-bottom:1.5rem}.page-mediation-fees .contact-cta .cta-content .cta-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.page-mediation-fees .contact-cta .cta-content .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.page-rules .content-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-rules .intro-card{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;gap:2rem}@media(max-width:576px){.page-rules .intro-card{flex-direction:column;text-align:center;padding:1.5rem}}.page-rules .intro-card .intro-icon{width:120px;height:120px;background:linear-gradient(135deg,#c67c32,#9d6328);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem;flex-shrink:0}.page-rules .intro-card .intro-content{flex:1 1}.page-rules .intro-card .intro-content h2{color:#c67c32;font-size:2rem;margin-bottom:1.5rem}@media(max-width:576px){.page-rules .intro-card .intro-content h2{font-size:1.5rem}}.page-rules .intro-card .intro-content p{line-height:1.8;margin-bottom:1.5rem}.page-rules .intro-card .intro-content .download-btn{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.page-rules .intro-card .intro-content .download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.page-rules.mediation .intro-card .intro-icon{background:linear-gradient(135deg,#c67c32,#9d6328)}.page-rules.mediation .intro-card .intro-content h2{color:#c67c32}.page-rules.mediation .article-number,.page-rules.mediation .chapter-number,.page-rules.mediation .intro-card .intro-content .download-btn{background:linear-gradient(135deg,#c67c32,#9d6328)}.page-rules.mediation .download-cta>i,.page-rules.mediation .highlight-item i,.page-rules.mediation .provision-icon,.page-rules.mediation .timeline-marker{color:#c67c32}.page-rules.mediation .cta-button{background:linear-gradient(135deg,#c67c32,#9d6328)}.page-rules .toc-section{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(max-width:576px){.page-rules .toc-section{padding:1.5rem}}.page-rules .toc-section>h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-rules .toc-section>h2{font-size:1.5rem}}.page-rules .toc-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(max-width:576px){.page-rules .toc-list{grid-template-columns:1fr}}.page-rules .toc-list .toc-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;text-decoration:none;transition:all .3s ease;border-left:4px solid transparent}.page-rules .toc-list .toc-item:hover{background:#f8efe5;border-left-color:#c67c32;transform:translateX(5px)}.page-rules .toc-list .toc-item .toc-number{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;border-radius:50%;font-weight:700;font-size:1.125rem;flex-shrink:0}.page-rules .toc-list .toc-item .toc-title{color:#1a1a1a;font-weight:600;font-size:1.125rem}.page-rules .rules-content{margin-bottom:3rem}.page-rules .rules-content .chapter{background:#fff;border-radius:8px;padding:3rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);scroll-margin-top:100px}@media(max-width:576px){.page-rules .rules-content .chapter{padding:1.5rem}}.page-rules .rules-content .chapter .chapter-title{color:#c67c32;font-size:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #c67c32;display:flex;flex-direction:column;gap:.5rem}@media(max-width:576px){.page-rules .rules-content .chapter .chapter-title{font-size:1.5rem}}.page-rules .rules-content .chapter .chapter-title .chapter-number{display:inline-block;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:700;align-self:flex-start}.page-rules .rules-content .chapter .article{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #c67c32}.page-rules .rules-content .chapter .article:last-child{margin-bottom:0}.page-rules .rules-content .chapter .article h3{color:#c67c32;font-size:1.25rem;margin-bottom:1.5rem;font-weight:600}@media(max-width:576px){.page-rules .rules-content .chapter .article h3{font-size:1.125rem}}.page-rules .rules-content .chapter .article p{color:#1a1a1a;line-height:1.8;margin-bottom:1rem}.page-rules .rules-content .chapter .article p:last-child{margin-bottom:0}.page-rules .rules-content .chapter .article ol,.page-rules .rules-content .chapter .article ul{margin:1.5rem 0;padding-left:2rem}.page-rules .rules-content .chapter .article ol li,.page-rules .rules-content .chapter .article ul li{color:#1a1a1a;line-height:1.8;margin-bottom:1rem}.page-rules .rules-content .chapter .article ol li:last-child,.page-rules .rules-content .chapter .article ul li:last-child{margin-bottom:0}.page-rules .rules-content .chapter .article ol li ul,.page-rules .rules-content .chapter .article ul li ul{margin-top:1rem}.page-rules .rules-content .chapter .article ol li ul li,.page-rules .rules-content .chapter .article ul li ul li{list-style-type:disc}.page-rules .rules-content .chapter .article ol{counter-reset:item}.page-rules .rules-content .chapter .article ol>li{position:relative;padding-left:1rem}.page-rules .rules-content .more-content-note{background:#f8efe5;border:2px dashed #c67c32;border-radius:8px;padding:2rem;text-align:center;margin-top:2rem}.page-rules .rules-content .more-content-note i{font-size:2rem;color:#c67c32;margin-bottom:1rem;display:block}.page-rules .rules-content .more-content-note p{color:#1a1a1a;margin:0;font-size:1.125rem}.page-rules .articles-grid,.page-rules .chapters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(max-width:576px){.page-rules .articles-grid,.page-rules .chapters-grid{grid-template-columns:1fr}}.page-rules .article-card,.page-rules .chapter-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.page-rules .article-card:hover,.page-rules .chapter-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.page-rules .article-card .article-number,.page-rules .article-card .chapter-number,.page-rules .chapter-card .article-number,.page-rules .chapter-card .chapter-number{display:inline-block;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:700;margin-bottom:1rem}.page-rules .article-card h3,.page-rules .chapter-card h3{color:#1a1a1a;font-size:1.125rem;margin-bottom:.5rem}.page-rules .article-card p,.page-rules .chapter-card p{color:#6c757d;line-height:1.6;margin:0;font-size:.9375rem}.page-rules .highlights-section{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(max-width:576px){.page-rules .highlights-section{padding:1.5rem}}.page-rules .highlights-section>h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-rules .highlights-section>h2{font-size:1.5rem}}.page-rules .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:576px){.page-rules .highlights-grid{grid-template-columns:1fr}}.page-rules .highlight-item{display:flex;align-items:flex-start;gap:1.5rem}.page-rules .highlight-item>i{font-size:2.5rem;color:#c67c32;flex-shrink:0;width:50px;text-align:center}.page-rules .highlight-item .highlight-content{flex:1 1}.page-rules .highlight-item .highlight-content h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:.5rem}.page-rules .highlight-item .highlight-content p{color:#6c757d;line-height:1.6;margin:0}.page-rules .key-provisions,.page-rules .process-overview{background:#fff;border-radius:8px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.page-rules .key-provisions>h2,.page-rules .process-overview>h2{color:#c67c32;font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}@media(max-width:576px){.page-rules .key-provisions>h2,.page-rules .process-overview>h2{font-size:1.5rem}}.page-rules .provisions-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(max-width:576px){.page-rules .provisions-list{grid-template-columns:1fr}}.page-rules .provision-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;display:flex;align-items:flex-start;gap:1.5rem}.page-rules .provision-item .provision-icon{width:50px;height:50px;background:#f3e2d1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c67c32;font-size:1.5rem;flex-shrink:0}.page-rules .provision-item .provision-content{flex:1 1}.page-rules .provision-item .provision-content h3{color:#1a1a1a;font-size:1.125rem;margin-bottom:.5rem}.page-rules .provision-item .provision-content p{color:#6c757d;line-height:1.6;margin:0;font-size:.9375rem}.page-rules .process-timeline{position:relative;padding-left:3rem}@media(max-width:576px){.page-rules .process-timeline{padding-left:2rem}}.page-rules .process-timeline:before{content:"";position:absolute;left:20px;top:10px;bottom:10px;width:3px;background:#e9c9a8}.page-rules .timeline-item{position:relative;margin-bottom:2rem;display:flex;gap:1.5rem}.page-rules .timeline-item:last-child{margin-bottom:0}.page-rules .timeline-item .timeline-marker{position:absolute;left:-3rem;width:40px;height:40px;background:#c67c32;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:1;box-shadow:0 0 0 4px #fff}@media(max-width:576px){.page-rules .timeline-item .timeline-marker{left:-2rem}}.page-rules .timeline-item .timeline-content{flex:1 1;background:#f8f9fa;border-radius:8px;padding:1.5rem}.page-rules .timeline-item .timeline-content h3{color:#1a1a1a;font-size:1.125rem;margin-bottom:.5rem}.page-rules .timeline-item .timeline-content p{color:#6c757d;line-height:1.6;margin:0}.page-rules .download-cta{background:#fff;border:3px solid #c67c32;border-radius:8px;padding:3rem;display:flex;align-items:center;gap:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:576px){.page-rules .download-cta{flex-direction:column;text-align:center}}.page-rules .download-cta>i{font-size:4rem;color:#c67c32;flex-shrink:0}.page-rules .download-cta .cta-content{flex:1 1}.page-rules .download-cta .cta-content h3{color:#c67c32;font-size:1.75rem;margin:0 0 1rem}.page-rules .download-cta .cta-content p{color:#1a1a1a;margin-bottom:1.5rem}.page-rules .download-cta .cta-content .cta-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#c67c32,#9d6328);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.page-rules .download-cta .cta-content .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.page-arbitration-list .content-section,.page-mediation-list .content-section{padding:0;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-arbitration-list .arbitrators-section,.page-arbitration-list .mediators-section,.page-mediation-list .arbitrators-section,.page-mediation-list .mediators-section{padding:4rem 0}.page-arbitration-list .arbitrators-section .intro-text,.page-arbitration-list .mediators-section .intro-text,.page-mediation-list .arbitrators-section .intro-text,.page-mediation-list .mediators-section .intro-text{max-width:900px;margin:0 auto 3rem;text-align:center}.page-arbitration-list .arbitrators-section .intro-text p,.page-arbitration-list .mediators-section .intro-text p,.page-mediation-list .arbitrators-section .intro-text p,.page-mediation-list .mediators-section .intro-text p{font-size:1.1rem;line-height:1.8;color:#4a4a4a}.page-arbitration-list .arbitrators-section .table-controls,.page-arbitration-list .mediators-section .table-controls,.page-mediation-list .arbitrators-section .table-controls,.page-mediation-list .mediators-section .table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.page-arbitration-list .arbitrators-section .table-controls .search-box,.page-arbitration-list .mediators-section .table-controls .search-box,.page-mediation-list .arbitrators-section .table-controls .search-box,.page-mediation-list .mediators-section .table-controls .search-box{flex:1 1;min-width:300px;position:relative}.page-arbitration-list .arbitrators-section .table-controls .search-box i,.page-arbitration-list .mediators-section .table-controls .search-box i,.page-mediation-list .arbitrators-section .table-controls .search-box i,.page-mediation-list .mediators-section .table-controls .search-box i{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#6c757d;font-size:1rem}.page-arbitration-list .arbitrators-section .table-controls .search-box input,.page-arbitration-list .mediators-section .table-controls .search-box input,.page-mediation-list .arbitrators-section .table-controls .search-box input,.page-mediation-list .mediators-section .table-controls .search-box input{width:100%;padding:1rem 1.5rem 1rem 3.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-arbitration-list .arbitrators-section .table-controls .search-box input:focus,.page-arbitration-list .mediators-section .table-controls .search-box input:focus,.page-mediation-list .arbitrators-section .table-controls .search-box input:focus,.page-mediation-list .mediators-section .table-controls .search-box input:focus{outline:none;border-color:#c67c32;box-shadow:0 0 0 3px rgba(198,124,50,.1)}.page-arbitration-list .arbitrators-section .table-controls .search-box input::placeholder,.page-arbitration-list .mediators-section .table-controls .search-box input::placeholder,.page-mediation-list .arbitrators-section .table-controls .search-box input::placeholder,.page-mediation-list .mediators-section .table-controls .search-box input::placeholder{color:#6c757d}.page-arbitration-list .arbitrators-section .table-controls .stats-summary .total-count,.page-arbitration-list .mediators-section .table-controls .stats-summary .total-count,.page-mediation-list .arbitrators-section .table-controls .stats-summary .total-count,.page-mediation-list .mediators-section .table-controls .stats-summary .total-count{font-size:1rem;color:#4a4a4a}.page-arbitration-list .arbitrators-section .table-controls .stats-summary .total-count strong,.page-arbitration-list .mediators-section .table-controls .stats-summary .total-count strong,.page-mediation-list .arbitrators-section .table-controls .stats-summary .total-count strong,.page-mediation-list .mediators-section .table-controls .stats-summary .total-count strong{color:#c67c32;font-size:1.5rem;margin-right:.25rem}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper,.page-arbitration-list .arbitrators-section .mediators-table-wrapper,.page-arbitration-list .mediators-section .arbitrators-table-wrapper,.page-arbitration-list .mediators-section .mediators-table-wrapper,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper,.page-mediation-list .arbitrators-section .mediators-table-wrapper,.page-mediation-list .mediators-section .arbitrators-table-wrapper,.page-mediation-list .mediators-section .mediators-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;margin-bottom:3rem}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table{width:100%;border-collapse:collapse}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead{background:linear-gradient(135deg,#c67c32,#9d6328)}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th{padding:1.5rem 1rem;text-align:left;color:#fff;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-stt,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-stt,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-stt,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-stt,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-stt,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-stt,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-stt,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-stt,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-stt{width:80px;text-align:center}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-name,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-name,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-name,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-name,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-name,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-name,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-name,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-name,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-name,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-name,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-name,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-name,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-name,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-name,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-name,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-name{min-width:200px}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-gender,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-gender,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-gender,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-gender,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-gender,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-gender,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-gender,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-gender,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-gender{width:120px}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-location,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-location,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-location,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-location,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-location,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-location,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-location,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-location,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-location,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-location,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-location,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-location,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-location,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-location,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-location,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-location{min-width:180px}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-qualification,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-qualification,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-qualification,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-qualification,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-qualification,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table thead tr th.col-qualification,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table thead tr th.col-qualification,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table thead tr th.col-qualification,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table thead tr th.col-qualification{min-width:300px}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:hover,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr:hover,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr:hover,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr:hover,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:hover,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr:hover,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr:hover,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr:hover,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:hover,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr:hover,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr:hover,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr:hover,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:hover,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr:hover,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr:hover,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr:hover{background:rgba(198,124,50,.05)}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:last-child,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr:last-child,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr:last-child,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr:last-child,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:last-child,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr:last-child,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr:last-child,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr:last-child,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:last-child,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr:last-child,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr:last-child,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr:last-child,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr:last-child,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr:last-child,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr:last-child,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr:last-child{border-bottom:none}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td{padding:1.5rem 1rem;color:#4a4a4a;font-size:.95rem}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td:first-child,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td:first-child,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td:first-child,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td:first-child,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td:first-child,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td:first-child,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td:first-child,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td:first-child,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td:first-child{text-align:center;color:#6c757d;font-weight:600}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td strong,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td strong,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td strong,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td strong,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td strong,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td strong,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td strong,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td strong,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td strong,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td strong,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td strong,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td strong,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td strong,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td strong,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td strong,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td strong{color:#1a1a1a;font-weight:600}.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td i,.page-arbitration-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td i,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td i,.page-arbitration-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td i,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td i,.page-arbitration-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td i,.page-arbitration-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td i,.page-arbitration-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td i,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td i,.page-mediation-list .arbitrators-section .arbitrators-table-wrapper .mediators-table tbody tr td i,.page-mediation-list .arbitrators-section .mediators-table-wrapper .arbitrators-table tbody tr td i,.page-mediation-list .arbitrators-section .mediators-table-wrapper .mediators-table tbody tr td i,.page-mediation-list .mediators-section .arbitrators-table-wrapper .arbitrators-table tbody tr td i,.page-mediation-list .mediators-section .arbitrators-table-wrapper .mediators-table tbody tr td i,.page-mediation-list .mediators-section .mediators-table-wrapper .arbitrators-table tbody tr td i,.page-mediation-list .mediators-section .mediators-table-wrapper .mediators-table tbody tr td i{color:#c67c32;margin-right:.5rem}.page-arbitration-list .arbitrators-section .info-cards,.page-arbitration-list .mediators-section .info-cards,.page-mediation-list .arbitrators-section .info-cards,.page-mediation-list .mediators-section .info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.page-arbitration-list .arbitrators-section .info-cards .info-card,.page-arbitration-list .mediators-section .info-cards .info-card,.page-mediation-list .arbitrators-section .info-cards .info-card,.page-mediation-list .mediators-section .info-cards .info-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:2rem;text-align:center;transition:all .3s ease}.page-arbitration-list .arbitrators-section .info-cards .info-card:hover,.page-arbitration-list .mediators-section .info-cards .info-card:hover,.page-mediation-list .arbitrators-section .info-cards .info-card:hover,.page-mediation-list .mediators-section .info-cards .info-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.page-arbitration-list .arbitrators-section .info-cards .info-card i,.page-arbitration-list .mediators-section .info-cards .info-card i,.page-mediation-list .arbitrators-section .info-cards .info-card i,.page-mediation-list .mediators-section .info-cards .info-card i{font-size:3rem;color:#c67c32;margin-bottom:1.5rem}.page-arbitration-list .arbitrators-section .info-cards .info-card h4,.page-arbitration-list .mediators-section .info-cards .info-card h4,.page-mediation-list .arbitrators-section .info-cards .info-card h4,.page-mediation-list .mediators-section .info-cards .info-card h4{color:#1a1a1a;font-size:1.2rem;margin-bottom:1rem}.page-arbitration-list .arbitrators-section .info-cards .info-card p,.page-arbitration-list .mediators-section .info-cards .info-card p,.page-mediation-list .arbitrators-section .info-cards .info-card p,.page-mediation-list .mediators-section .info-cards .info-card p{color:#666;font-size:.95rem;line-height:1.6}.page-arbitration-list .arbitrators-section .arbitrators-grid,.page-arbitration-list .arbitrators-section .mediators-grid,.page-arbitration-list .mediators-section .arbitrators-grid,.page-arbitration-list .mediators-section .mediators-grid,.page-mediation-list .arbitrators-section .arbitrators-grid,.page-mediation-list .arbitrators-section .mediators-grid,.page-mediation-list .mediators-section .arbitrators-grid,.page-mediation-list .mediators-section .mediators-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card,.page-arbitration-list .mediators-section .mediators-grid .mediator-card,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card,.page-mediation-list .mediators-section .mediators-grid .mediator-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:2rem;text-align:center;transition:all .3s ease;border-top:4px solid transparent}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card:hover,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card:hover,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card:hover,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card:hover,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card:hover,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card:hover,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card:hover,.page-arbitration-list .mediators-section .mediators-grid .mediator-card:hover,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card:hover,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card:hover,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card:hover,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card:hover,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card:hover,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card:hover,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card:hover,.page-mediation-list .mediators-section .mediators-grid .mediator-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15);border-top-color:#c67c32}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .avatar,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .avatar,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .avatar,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .avatar,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .avatar,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .avatar,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .avatar,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .avatar,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .avatar,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .avatar,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .avatar,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .avatar,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .avatar,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .avatar,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .avatar,.page-mediation-list .mediators-section .mediators-grid .mediator-card .avatar{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#d89854,#c67c32);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;font-weight:700}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card h3,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card h3,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card h3,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card h3,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card h3,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card h3,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card h3,.page-arbitration-list .mediators-section .mediators-grid .mediator-card h3,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card h3,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card h3,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card h3,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card h3,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card h3,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card h3,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card h3,.page-mediation-list .mediators-section .mediators-grid .mediator-card h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:.5rem}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .title,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .title,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .title,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .title,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .title,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .title,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .title,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .title,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .title,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .title,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .title,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .title,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .title,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .title,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .title,.page-mediation-list .mediators-section .mediators-grid .mediator-card .title{color:#c67c32;font-size:.95rem;font-weight:600;margin-bottom:1rem}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .credentials,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .credentials,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .credentials,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .credentials,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .credentials,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .credentials,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .credentials,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .credentials,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .credentials,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .credentials,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .credentials,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .credentials,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .credentials,.page-mediation-list .mediators-section .mediators-grid .mediator-card .credentials{padding:1rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:1rem}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials ul,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .credentials ul,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .credentials ul,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .credentials ul,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .credentials ul,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .credentials ul,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .credentials ul,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .credentials ul,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials ul,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .credentials ul,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .credentials ul,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .credentials ul,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .credentials ul,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .credentials ul,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .credentials ul,.page-mediation-list .mediators-section .mediators-grid .mediator-card .credentials ul{list-style:none;text-align:left}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials ul li,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .credentials ul li,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .credentials ul li,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .credentials ul li,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .credentials ul li,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .credentials ul li,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .credentials ul li,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .credentials ul li,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials ul li,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .credentials ul li,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .credentials ul li,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .credentials ul li,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .credentials ul li,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .credentials ul li,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .credentials ul li,.page-mediation-list .mediators-section .mediators-grid .mediator-card .credentials ul li{font-size:.9rem;color:#666;margin-bottom:.3rem;padding-left:1.5rem;position:relative}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials ul li:before,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .credentials ul li:before,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .credentials ul li:before,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .credentials ul li:before,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .credentials ul li:before,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .credentials ul li:before,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .credentials ul li:before,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .credentials ul li:before,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .credentials ul li:before,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .credentials ul li:before,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .credentials ul li:before,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .credentials ul li:before,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .credentials ul li:before,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .credentials ul li:before,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .credentials ul li:before,.page-mediation-list .mediators-section .mediators-grid .mediator-card .credentials ul li:before{content:"•";position:absolute;left:0;color:#c67c32}.page-arbitration-list .arbitrators-section .arbitrators-grid .arbitrator-card .specialization,.page-arbitration-list .arbitrators-section .arbitrators-grid .mediator-card .specialization,.page-arbitration-list .arbitrators-section .mediators-grid .arbitrator-card .specialization,.page-arbitration-list .arbitrators-section .mediators-grid .mediator-card .specialization,.page-arbitration-list .mediators-section .arbitrators-grid .arbitrator-card .specialization,.page-arbitration-list .mediators-section .arbitrators-grid .mediator-card .specialization,.page-arbitration-list .mediators-section .mediators-grid .arbitrator-card .specialization,.page-arbitration-list .mediators-section .mediators-grid .mediator-card .specialization,.page-mediation-list .arbitrators-section .arbitrators-grid .arbitrator-card .specialization,.page-mediation-list .arbitrators-section .arbitrators-grid .mediator-card .specialization,.page-mediation-list .arbitrators-section .mediators-grid .arbitrator-card .specialization,.page-mediation-list .arbitrators-section .mediators-grid .mediator-card .specialization,.page-mediation-list .mediators-section .arbitrators-grid .arbitrator-card .specialization,.page-mediation-list .mediators-section .arbitrators-grid .mediator-card .specialization,.page-mediation-list .mediators-section .mediators-grid .arbitrator-card .specialization,.page-mediation-list .mediators-section .mediators-grid .mediator-card .specialization{font-size:.9rem;color:#4a4a4a;font-style:italic}@media(max-width:576px){.page-arbitration-list .arbitrators-grid,.page-arbitration-list .mediators-grid,.page-mediation-list .arbitrators-grid,.page-mediation-list .mediators-grid{grid-template-columns:1fr}.page-arbitration-list .table-controls,.page-mediation-list .table-controls{flex-direction:column;align-items:stretch}.page-arbitration-list .table-controls .search-box,.page-mediation-list .table-controls .search-box{min-width:100%}.page-arbitration-list .table-controls .stats-summary,.page-mediation-list .table-controls .stats-summary{text-align:center}.page-arbitration-list .arbitrators-table-wrapper,.page-arbitration-list .mediators-table-wrapper,.page-mediation-list .arbitrators-table-wrapper,.page-mediation-list .mediators-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.page-arbitration-list .arbitrators-table-wrapper .arbitrators-table,.page-arbitration-list .arbitrators-table-wrapper .mediators-table,.page-arbitration-list .mediators-table-wrapper .arbitrators-table,.page-arbitration-list .mediators-table-wrapper .mediators-table,.page-mediation-list .arbitrators-table-wrapper .arbitrators-table,.page-mediation-list .arbitrators-table-wrapper .mediators-table,.page-mediation-list .mediators-table-wrapper .arbitrators-table,.page-mediation-list .mediators-table-wrapper .mediators-table{min-width:800px}.page-arbitration-list .arbitrators-table-wrapper .arbitrators-table thead tr th,.page-arbitration-list .arbitrators-table-wrapper .mediators-table thead tr th,.page-arbitration-list .mediators-table-wrapper .arbitrators-table thead tr th,.page-arbitration-list .mediators-table-wrapper .mediators-table thead tr th,.page-mediation-list .arbitrators-table-wrapper .arbitrators-table thead tr th,.page-mediation-list .arbitrators-table-wrapper .mediators-table thead tr th,.page-mediation-list .mediators-table-wrapper .arbitrators-table thead tr th,.page-mediation-list .mediators-table-wrapper .mediators-table thead tr th{padding:1rem;font-size:.85rem}.page-arbitration-list .arbitrators-table-wrapper .arbitrators-table tbody tr td,.page-arbitration-list .arbitrators-table-wrapper .mediators-table tbody tr td,.page-arbitration-list .mediators-table-wrapper .arbitrators-table tbody tr td,.page-arbitration-list .mediators-table-wrapper .mediators-table tbody tr td,.page-mediation-list .arbitrators-table-wrapper .arbitrators-table tbody tr td,.page-mediation-list .arbitrators-table-wrapper .mediators-table tbody tr td,.page-mediation-list .mediators-table-wrapper .arbitrators-table tbody tr td,.page-mediation-list .mediators-table-wrapper .mediators-table tbody tr td{padding:1rem;font-size:.9rem}.page-arbitration-list .info-cards,.page-mediation-list .info-cards{grid-template-columns:1fr}}