.sefe-contact-item{background-color:rgba(217,217,217,.05);backdrop-filter:blur(37.5px);-webkit-backdrop-filter:blur(37.5px);margin-top:40px;border-radius:24px 0;padding:24px;grid-column:content}@media screen and (min-width: 768px){.sefe-contact-item{margin-top:80px;border-radius:var(--sefe--spacing-xl) 0;padding:var(--sefe--spacing-xl)}}@media screen and (min-width: 1024px){.sefe-contact-item{margin-top:96px}}@media screen and (min-width: 1920px){.sefe-contact-item{grid-column:3/-3}}.sefe-contact-item--general .sefe-contact-item__info{display:grid;grid-template-columns:1fr;grid-template-areas:"text" "address" "actions";gap:24px;margin-bottom:24px}@media screen and (min-width: 768px){.sefe-contact-item--general .sefe-contact-item__info{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-areas:"text text" "address actions";gap:var(--sefe--spacing-l);margin-bottom:var(--sefe--spacing-l)}}@media screen and (min-width: 1024px){.sefe-contact-item--general .sefe-contact-item__info{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) auto;grid-template-areas:"text address actions";margin-bottom:var(--sefe--spacing-xxl)}}.sefe-contact-item--general .sefe-contact-item__text{grid-area:text}@media screen and (min-width: 1024px){.sefe-contact-item--general .sefe-contact-item__text{margin-right:var(--sefe--spacing-xl)}}.sefe-contact-item--general .sefe-contact-item__address{grid-area:address}.sefe-contact-item--general .sefe-contact-item__actions{grid-area:actions;display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 768px){.sefe-contact-item--general .sefe-contact-item__actions{gap:var(--sefe--spacing-m)}}.sefe-contact-item--general .sefe-contact-item__phone-link{display:flex;align-items:center;justify-content:center;gap:var(--sefe--spacing-xs);text-decoration:none}.sefe-contact-item--general .sefe-contact-item__phone-link span{color:#fff;font-family:"Mulish",sans-serif;font-optical-sizing:auto;font-weight:800;font-style:normal;font-size:16px;line-height:160%;letter-spacing:normal}.sefe-contact-item--general .sefe-contact-item__phone-link:hover span,.sefe-contact-item--general .sefe-contact-item__phone-link:active span{text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1.5px}.sefe-contact-item--b2b{padding:var(--sefe--spacing-xl) var(--sefe--spacing-l) var(--sefe--spacing-l)}@media screen and (min-width: 1024px){.sefe-contact-item--b2b{padding:var(--sefe--spacing-xl)}}.sefe-contact-item--b2b .sefe-contact-item__content{display:flex;flex-direction:column;row-gap:var(--sefe--spacing-l)}@media screen and (min-width: 1024px){.sefe-contact-item--b2b .sefe-contact-item__content{flex-direction:row;justify-content:space-between;column-gap:var(--sefe--spacing-xxl);flex-wrap:wrap}}@media screen and (min-width: 1024px){.sefe-contact-item--b2b .sefe-contact-item__content__text{flex-basis:20%;flex-grow:1;min-width:400px}}.sefe-contact-item--b2b .sefe-contact-item__content__actions{display:flex;flex-direction:column;gap:var(--sefe--spacing-m);flex-shrink:0}.sefe-contact-item--b2b .sefe-contact-item__content__actions .sefe-button{white-space:nowrap;max-width:unset}.sefe-contact-item--b2b .sefe-contact-item__content__actions .sefe-button .sefe-icon{flex-shrink:0}@media screen and (min-width: 768px){.sefe-contact-item--b2b .sefe-contact-item__content__actions{display:grid;grid-template-columns:repeat(2, minmax(200px, 0.5fr));grid-auto-rows:min-content;flex-grow:1}}