.nexa-profile-card.nexa-profile-card{grid-template-rows:min-content min-content auto;grid-template-areas:"img headline""img profile""buttons.";gap:16px 30px;max-width:none;padding:0;display:grid}@media (max-width:767.98px){.nexa-profile-card.nexa-profile-card{grid-template-columns:1fr;grid-template-areas:"img""buttons""headline""profile";gap:12px}}.nexa-profile-card.nexa-profile-card .nexa-profile-headline{grid-area:headline;height:38px;position:relative}@media (max-width:767.98px){.nexa-profile-card.nexa-profile-card .nexa-profile-headline{width:100%;height:auto}}.nexa-profile-card.nexa-profile-card .nexa-profile-headline h2{color:var(--text-primary);width:min(100vw,1320px);font-size:32px;font-weight:700;line-height:normal;position:absolute;top:0;left:0}@media (max-width:767.98px){.nexa-profile-card.nexa-profile-card .nexa-profile-headline h2{width:100%;font-size:24px;position:static}}.nexa-profile-card.nexa-profile-card .nexa-profile-headline-name{color:var(--accent-blue)}.nexa-profile-card.nexa-profile-card .nexa-profile-image-section{flex-direction:column;grid-area:img;gap:10px;display:flex}@media (max-width:767.98px){.nexa-profile-card.nexa-profile-card .nexa-profile-image-section{align-items:center}}.nexa-profile-card.nexa-profile-card .nexa-profile-image-section button{color:var(--text-primary);background-color:#0000;padding:0}.nexa-profile-card.nexa-profile-card .nexa-profile-actions{grid-area:buttons}.nexa-profile-card.nexa-profile-card .nexa-profile-actions button{color:var(--text-primary);background-color:#0000;flex-direction:row;justify-content:center;align-items:center;gap:5px;width:100%;padding:0;display:flex}.nexa-profile-card.nexa-profile-card .nexa-profile-fields-headline{color:var(--text-primary);margin-bottom:16px;font-size:18px;font-weight:600;line-height:normal}.nexa-profile-card.nexa-profile-card .nexa-profile-edit-buttons{flex-direction:row;justify-content:center;gap:10px;display:flex}.nexa-profile-card.nexa-profile-card .nexa-profile-edit-buttons button{border-bottom:1px solid var(--text-primary);border-radius:0;width:fit-content;margin:0;padding:0 5px}.nexa-profile-card.nexa-profile-card .nexa-field{flex-direction:row;align-items:center;gap:5px;display:flex}.nexa-profile-card.nexa-profile-card .nexa-field span{color:var(--text-primary);font-size:16px;font-weight:400}.nexa-profile-card.nexa-profile-card .nexa-field input{color:var(--text-primary);margin-bottom:0;font-size:16px;font-weight:400}.nexa-profile-card.nexa-profile-card .nexa-field input:read-only{cursor:not-allowed;font-style:italic}.nexa-profile-card.nexa-profile-card .nexa-field input:read-only:focus{box-shadow:none;border-color:#d1d5db;outline:none}.nexa-profile-card.nexa-profile-card .nexa-field label{color:var(--text-primary);margin-bottom:0;font-size:16px;font-weight:400}.nexa-form.nexa-form{background-color:var(--background-card);border-radius:5px;padding:32px}@media (max-width:767.98px){.nexa-form.nexa-form{padding:16px}}.nexa-form.nexa-form>h2{color:var(--text-primary);border-bottom:2px solid var(--background-input);text-align:left;width:100%;padding-bottom:10px;font-size:24px}.nexa-form.nexa-form .nexa-form-field-wrapper:has(.nexa-error.nexa-input-error){position:relative}.nexa-form.nexa-form .nexa-form-field-wrapper:has(.nexa-error.nexa-input-error) .nexa-input:not([type=checkbox]){border-bottom:2px solid #e70000;position:relative}.nexa-form.nexa-form .nexa-form-field-wrapper:has(.nexa-error.nexa-input-error) .nexa-input:not([type=checkbox])+.nexa-error.nexa-input-error{pointer-events:none;background-color:var(--background);box-sizing:border-box;width:100%;margin:0;padding:0 16px;transition:opacity .3s;position:absolute;bottom:30px;left:0}.nexa-form.nexa-form .nexa-form-field-wrapper:has(.nexa-error.nexa-input-error) .nexa-input:not([type=checkbox]):focus+.nexa-error.nexa-input-error{opacity:0}.nexa-form.nexa-form .nexa-form-field-wrapper:has(.nexa-error.nexa-input-error) .nexa-password-wrapper+.nexa-error.nexa-input-error{pointer-events:none;background-color:var(--background);box-sizing:border-box;width:100%;margin:0;padding:0 16px;transition:opacity .3s;position:absolute;top:39px;left:0}.nexa-form.nexa-form .nexa-form-field-wrapper:has(.nexa-error.nexa-input-error):focus-within .nexa-input-error{opacity:0}.nexa-form.nexa-form .nexa-input{background-color:var(--background);border:none;border-bottom:2px solid var(--text-link);border-radius:5px}.nexa-form.nexa-form .nexa-input:focus{box-shadow:none}.nexa-form.nexa-form .nexa-error{color:#e70000;background-color:#0000;padding-left:0}.nexa-form.nexa-form .nexa-button{background-color:var(--accent-blue);color:var(--text-primary);text-transform:uppercase;border-radius:25px;padding:12px 24px;font-size:16px;font-weight:600;line-height:normal}.ac-newsletter-container{min-width:207px}@media (max-width:767.98px){.ac-newsletter-container{min-width:unset;width:100%}}.ac-newsletter-container h3{color:var(--text-primary);margin-top:54px;margin-bottom:16px;font-size:18px;font-weight:600;line-height:normal}@media (max-width:767.98px){.ac-newsletter-container h3{margin-top:24px}}.ac-newsletter-container .nexa-form.nexa-form{background-color:#0000;padding:0}.ac-newsletter-container .nexa-toggle{background-color:var(--background-card)}.ac-newsletter-container .nexa-toggle:after{background-color:var(--accent-blue);border:none;width:14px;height:14px;top:3px;left:3px}.ac-newsletter-container input[type=checkbox]:checked~.nexa-toggle{background-color:var(--background-card)}.ac-newsletter-container input[type=checkbox]:checked~.nexa-toggle:after{background-color:var(--background)}.ac-topics-container:has(*){margin-top:54px}@media (max-width:767.98px){.ac-topics-container:has(*){margin-top:24px}}.ac-topics-container:has(*) .nexa-form.nexa-form{background-color:#0000;padding:0}.ac-topics-container:has(*) .nexa-form.nexa-form h3{color:var(--text-primary);margin-bottom:16px;font-size:18px;font-weight:600;line-height:normal}.ac-topics-container:has(*) .nexa-form.nexa-form .nexa-topics{grid-template-columns:1fr 1fr;gap:12.5px 26px;margin:0;display:grid}#ac-profile-container>.nexa-form.nexa-form{background-color:#0000;min-width:207px;margin-top:54px;padding:0}@media (max-width:767.98px){#ac-profile-container>.nexa-form.nexa-form{min-width:unset;width:100%;margin-top:0}#ac-newsletter-express .nexa-form.nexa-form,#ac-newsletter-monthly .nexa-form.nexa-form,#ac-topics .nexa-form.nexa-form{margin:0}}
