.component_contact{background-color:var(--Basic-White);position:relative;border-radius:var(--border-radius-3);width:100%;border:1px solid var(--Slate-Border);box-shadow:0 4px 10px 0 #0000000D}.component_contact-container{display:flex;flex-direction:column;gap:1.125rem;align-items:flex-start;justify-content:flex-start;padding:2.5rem 5.9375rem;width:100%;box-sizing:border-box}.component_contact-title{font-family:Inter,sans-serif;font-weight:700;font-size:2rem;line-height:2.5rem;color:var(--Text-Main);text-align:center;width:100%}.component_contact-items{display:flex;flex-direction:row;gap:0;align-items:flex-start;justify-content:space-between;width:100%}.component_contact-item{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.component_contact-item--email{width:17.75rem}.component_contact-item-header{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:flex-start;width:100%}.component_contact-item-icon{width:1.5rem;height:1.5rem;overflow:hidden;flex-shrink:0}.component_contact-item-icon--phone{transform:rotate(180deg) scaleY(-1)}.component_contact-item-label{font-family:Inter,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.625rem;color:var(--Text-Secondary);flex-shrink:0}.component_contact-item-value{font-family:Inter,sans-serif;font-weight:600;font-size:1.375rem;line-height:1.75rem;color:#34497a;text-transform:uppercase;width:100%;text-align:left}.component_contact-divider{background-color:var(--Slate-Border);height:5.6875rem;width:1px;flex-shrink:0;border:1px solid var(--Slate-Border)}@media (max-width:1024px) and (min-width:769px){.component_contact-container{padding:2.5rem 2rem}.component_contact-items{gap:1.5rem}.component_contact-item--email{width:auto;flex:1 1}.component_contact-item{flex:1 1;min-width:0}.component_contact-item-value{font-size:1.25rem;line-height:1.625rem}}@media (max-width:900px) and (min-width:769px){.component_contact-container{padding:2.5rem 1.5rem}}@media (max-width:768px){.component_contact-container{padding:var(--mobile-padding-xl) var(--mobile-padding-md);gap:var(--mobile-spacing-lg)}.component_contact-items{flex-direction:column}.component_contact-divider{width:100%;height:unset;margin:var(--mobile-margin-md) 0}}