.contact-component{padding:32px 0;background-color:var(--contact-bg-color);color:var(--contact-fg-color)}
.contact-component.bg-primary{--contact-bg-color:var(--primary-color-bg);--contact-fg-color:var(--primary-color-fg)}
.contact-component.bg-secondary{--contact-bg-color:var(--secondary-color-bg);--contact-fg-color:var(--secondary-color-fg)}
.contact-component.bg-tertiary{--contact-bg-color:var(--tertiary-color-bg);--contact-fg-color:var(--tertiary-color-fg)}
.contact-component abbr{text-decoration:none}
.contact-component__layout{display:flex;flex-direction:column;gap:32px;max-width:525px}
@media(min-width:1280px){.contact-component__layout{display:flex;flex-direction:row;gap:230px;max-width:1110px}
}
@media(min-width:1280px){.contact-component__layout__form{max-width:447px}
}
.contact-component__subtitle{margin-bottom:16px;font-family:var(--primary-font);font-style:normal;font-weight:700;line-height:1;font-size:30px;letter-spacing:-2.1px}
@media(min-width:1280px){.contact-component__subtitle{margin-bottom:32px;font-family:var(--primary-font);font-style:normal;font-weight:700;line-height:1;font-size:32px;letter-spacing:-2.24px}
}
.contact-component__subtitle .cmp-title__text{font-family:unset;font-size:unset;font-style:unset;font-weight:unset;line-height:unset;letter-spacing:unset}
.contact-component__fieldset{border:0;margin:0;padding:0}
.contact-component .hdr-field-group .hdr-input{margin-bottom:0}
@media(min-width:1024px){.contact-component .hdr-field-select{width:100%}
}
.contact-component__privacy-text{margin:16px 0;font-size:14px}
.contact-component__privacy-text a{font-weight:400}
.contact-component__legal{margin-bottom:16px}
.bg-tertiary .contact-component__legal-text{color:var(--primary-color)}
.isAuthor .contact-component__legal-text{display:block}
.contact-component__legal a{color:currentColor}
.contact-component__description{margin-bottom:16px;line-height:1;letter-spacing:0;font-optical-sizing:auto;font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:16px;line-height:1.5}
.contact-component__data-info{display:flex;flex-direction:column;gap:16px;margin:0 0 16px;padding:0}
@media(min-width:1280px){.contact-component__data-info{margin-bottom:32px}
}
.contact-component__data-info-social{flex-direction:row;justify-content:space-between;gap:8px}
@media(min-width:1280px){.contact-component__data-info-social{justify-content:flex-start}
}
.contact-component__data-info__item{display:inline-flex;align-items:center;gap:16px}
.contact-component__button>.cta,.contact-component__actions>.cta{width:100%}
@media(min-width:1280px){.contact-component__button>.cta{width:auto;min-width:230px}
}
.contact-component__button-group{margin-bottom:32px}