.avatar{container-type:inline-size}.avatar__list{max-width:calc(70rem + 15%);margin:0 auto;padding:0 7.5%;width:100%;display:grid;-moz-column-gap:3rem;column-gap:3rem;row-gap:1.25rem;grid-template-columns:repeat(1,minmax(0,1fr))}@container (min-width: 48rem) and (max-width: 62.4375rem){.avatar__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (min-width: 31.25rem) and (max-width: 47.9375rem){.avatar__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 62.5rem){.avatar__list.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (min-width: 62.5rem){.avatar__list.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.avatar__item{display:flex;flex-direction:column;row-gap:0}.avatar__content{padding:1rem;display:flex;align-items:center;flex-direction:column;row-gap:.75rem;height:100%}.avatar__title{font-family:stolzl,sans-serif;font-size:1.25rem;line-height:1.375rem;font-weight:500;color:#002855;text-align:center}.avatar__text{font-size:1rem}.avatar__text>*:first-child{margin-top:0}.avatar__text>*:last-child{margin-bottom:0}.avatar__text a:not(.button){color:#c25712;text-decoration:underline}.avatar__text a:not(.button):hover{text-decoration:none}.avatar__text iframe,.avatar__text p{margin:1.25rem 0}.avatar__text h1,.avatar__text h2,.avatar__text h3,.avatar__text h4,.avatar__text h5,.avatar__text h6{font-family:stolzl,sans-serif;margin:1.25rem 0}.avatar__text h1:first-child,.avatar__text h2:first-child,.avatar__text h3:first-child,.avatar__text h4:first-child,.avatar__text h5:first-child,.avatar__text h6:first-child{margin-top:0}.avatar__text h1,.avatar__text h2{font-size:clamp(1.25rem,5vw,1.5rem);color:#002855}.avatar__text h2{line-height:normal}.avatar__text h3{font-size:clamp(.875rem,5vw,1.125rem);font-weight:600}.avatar__text h4{font-size:clamp(.875rem,5vw,1.125rem);font-weight:500}.avatar__text p{line-height:1.5}.avatar__text p:first-child{margin-top:0}.avatar__text ul{list-style-type:disc;margin-left:1.5em}.avatar__text ol{list-style-type:decimal;margin-left:1.5em}.avatar__text li{margin:1em 0}.avatar__text{text-align:center}.avatar__icons{border:1px solid #71C5E8;border-right:0;display:flex;width:100%}.avatar__icon{flex:1 0 auto;border-right:1px solid #71C5E8;padding:.375rem;display:flex;justify-content:center;align-items:center;position:relative}.avatar__icon:after{content:attr(title);position:absolute;top:0;left:50%;transform:translate(-50%,-100%);background-color:#002855;color:#fff;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:.25rem .5rem;box-shadow:0 0 .1875rem #ffffff80;border-radius:.25rem;min-width:-moz-max-content;min-width:max-content}.avatar__icon:hover:after{opacity:1}.avatar__icon svg{stroke:#c25712;fill:#c25712;height:1.5rem;width:auto}.avatar__icon--phone svg{fill:none}.avatar__icon--email svg{stroke:none}.avatar__button.button--secondary{margin-top:auto}img.avatar__image{border-top-left-radius:2rem;border-top-right-radius:2rem;width:100%;height:auto}img.avatar__image.avatar__image--rounded{border-radius:2rem}
