@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.cy-sedes-wrapper{background-color:#f5f6f8;color:#1c2a3d;font-family:Poppins,sans-serif;line-height:1.5;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cy-sedes-wrapper *,.cy-sedes-wrapper :after,.cy-sedes-wrapper :before{box-sizing:border-box;margin:0;padding:0}.cy-header{background-color:#fff;border-bottom:1px solid #dde1e7}.cy-header__inner{align-items:center;display:flex;gap:1rem;margin:0 auto;max-width:1152px;padding:2rem 1.5rem}.cy-header__icon{align-items:center;background-color:#004ebc;border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.cy-header__icon svg{color:#fff;fill:none;height:28px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:28px}.cy-header__title{color:#004ebc;font-size:1.5rem;font-weight:700;line-height:1.2}.cy-header__subtitle{color:#636e7f;font-size:.875rem;margin-top:.25rem}.cy-content{margin:0 auto;max-width:1152px;padding:2.5rem 1.5rem}.cy-sections{display:flex;flex-direction:column;gap:3.5rem}.cy-region__header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.cy-region__bar{background-color:#01ce00;border-radius:9999px;flex-shrink:0;height:2rem;width:4px}.cy-region__title{color:#004ebc;font-size:1.25rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.cy-cards-grid{display:grid;gap:1rem;grid-template-columns:1fr}.cy-card{background-color:#fff;border:1px solid #dde1e7;border-radius:.5rem;display:flex;gap:1rem;padding:1.25rem;transition:border-color .2s ease,box-shadow .2s ease}.cy-card:hover{border-color:rgba(1,206,0,.4);box-shadow:0 4px 12px rgba(0,0,0,.08)}.cy-card__icon-wrap{align-items:center;background-color:rgba(1,206,0,.1);border-radius:.5rem;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cy-card__icon-wrap svg{color:#01ce00;fill:none;height:20px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:20px}.cy-card__body{display:flex;flex-direction:column;gap:.25rem}.cy-card__name{color:#004ebc;font-size:.875rem;font-weight:600}.cy-card__address{color:#636e7f;font-size:.875rem;line-height:1.6}.cy-footer{background-color:#fff;border-top:1px solid #dde1e7}.cy-footer__inner{margin:0 auto;max-width:1152px;padding:1.5rem}.cy-footer__text{color:#636e7f;font-size:.75rem;text-align:center}@media (min-width:640px){.cy-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.cy-header__inner{padding:3rem 1.5rem}.cy-header__title{font-size:1.875rem}.cy-header__subtitle{font-size:1rem}.cy-content{padding:3.5rem 1.5rem}.cy-region__title{font-size:1.5rem}}@media (min-width:1024px){.cy-cards-grid{grid-template-columns:repeat(3,1fr)}}