.expandable-contact-button{margin:1.6rem 0;display:flex;align-items:center;border:1px solid #cbcdcd;border-radius:10rem;box-shadow:0 0 10px 4px #0000000f;z-index:10;width:24rem;opacity:1;background-color:var(--default-background-color)}.expandable-contact-button--expanded{border-radius:1rem;width:-moz-fit-content;width:fit-content}.expandable-contact-button--expanded .expandable-contact-button__image{width:6.2rem;height:6.2rem}.expandable-contact-button__compressed{display:flex;flex-direction:row;gap:1.2rem;padding:.4rem 1.6rem .4rem .4rem;align-items:center}.expandable-contact-button__compressed .expandable-contact-button__image{width:5.2rem;height:5.2rem}.expandable-contact-button__image{border-radius:50%}.expandable-contact-button__heading{font-size:var(--font-size-button-micro-desktop);font-weight:600;color:var(--default-anchor-color);margin:0;padding:0;line-height:1.2}.expandable-contact-button__text.expandable-contact-button__compressed:hover{cursor:pointer}.expandable-contact-button__expanded--upper{position:relative;display:flex;flex-direction:row;align-items:center;padding:2.4rem;gap:1.2rem;border-bottom:1px solid #cbcdcd}.expandable-contact-button__expanded--upper .expandable-contact-button__heading{line-height:1.5}.expandable-contact-button__expanded--upper .expandable-contact-button__body{line-height:1.4}.expandable-contact-button__expanded--upper .expandable-contact-button__languages{font-size:1.4rem;color:var(--neutral-greyscale-700);margin-top:.6rem;line-height:1.4}.expandable-contact-button__expanded--upper .expandable-contact-button__close{position:absolute;top:.6rem;right:.7rem;width:2.7rem;height:2.7rem;border-radius:50%;border:1px solid #e9e9e9;display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer}.expandable-contact-button__expanded--upper .expandable-contact-button__close:before,.expandable-contact-button__expanded--upper .expandable-contact-button__close:after{content:"";position:absolute;width:1.1rem;height:.1rem;background-color:#710049;border-radius:.05rem}.expandable-contact-button__expanded--upper .expandable-contact-button__close:before{transform:rotate(45deg)}.expandable-contact-button__expanded--upper .expandable-contact-button__close:after{transform:rotate(-45deg)}.expandable-contact-button__expanded--lower{padding:1.6rem 5.6rem;display:flex;justify-content:space-between}.expandable-contact-button__expanded--lower a{display:flex;flex-grow:1;font-size:var(--font-size-button-micro-desktop);font-weight:600;color:var(--default-anchor-color);line-height:1}.expandable-contact-button__email,.expandable-contact-button__phone{display:flex}.expandable-contact-button__email a>i,.expandable-contact-button__phone a>i{color:#006589;margin-right:.8rem}@media only screen and (min-width:480px){.expandable-contact-button--expanded{border-radius:1rem;width:39.2rem}}@media only screen and (min-width:992px){.expandable-contact-button{margin:0;position:fixed;top:174px;right:24px;opacity:0;animation:animate-contact-button .25s 1s ease-in-out forwards;will-change:top;transition:top .25s ease}}@keyframes animate-contact-button{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}
