.hq__wrapper{align-items:center;display:flex;gap:32px;justify-content:center;width:100%}.hq__img{align-self:stretch;border-radius:32px;flex:1 0 0;overflow:hidden}.hq__img img{min-height:100%;min-width:100%;object-fit:cover}.hq__content{background:linear-gradient(134deg,var(--Blue-10,#1c81b3) 70.67%,var(--Blue-20,#73b7e3) 100%);border-radius:32px;flex:1 0 0;flex-direction:column;justify-content:center;padding:24px;width:50%}.hq__contact-info,.hq__content{align-items:flex-start;display:flex;gap:24px}.hq__contact-info{flex-direction:column;width:100%}.hq__contact-item{align-items:center;background:var(--Blue-10,#1c81b3);border:1px solid var(--Blue-20,#73b7e3);border-radius:12px;display:flex;gap:8px;max-width:370px;padding:12px;transition:background .3s ease-in;width:80%}.hq__contact-item:hover{background:var(--Blue-00,#1d5a78)}.hq__social-wrapper{align-items:center;display:flex;gap:12px}.hq__social-item{align-items:center;background:var(--Orange-00,#ff5e28);border-radius:8px;display:flex;gap:10px;padding:4px;transition:background .3s ease-in;transition:transform .3s ease-in}.hq__social-item:hover{background:var(--Blue-00,#1d5a78);transform:scale(1.1)}@media (max-width:767px){.hq__wrapper{flex-direction:column}.hq__content{order:1}.hq__content,.hq__img{border-radius:24px;width:100%}.hq__img{min-height:300px;order:2}.hq__img img{min-height:100%;object-fit:cover;object-position:bottom}.hq__contact-item{min-width:100%}}