.stickyContact{height:88px;overflow:visible;position:fixed;right:0;right:-540px;top:20vh;transition:.2s ease-in-out;width:612px;z-index:999999}.stickyContact:hover{cursor:pointer}.stickyContact_inner{background:#a6f2f4;display:flex;height:100%;justify-content:space-between;padding:25px}.stickyContact_inner:before{border:1px solid var(--color-dark-brown);border-radius:5px;bottom:5px;content:"";left:-7px;pointer-events:none;position:absolute;right:-5px;top:-7px;z-index:1}.stickyContact__left{display:flex}.stickyContact__right{position:relative;top:65px}.stickyContact__left p:last-child{margin:0}.stickyContact__headline{margin:0;text-transform:uppercase}.stickyContact__text-left p:nth-child(2),.stickyContact__text-right p:first-child{font-size:14px}.stickyContact__text-right p:first-child{line-height:20px;margin-bottom:10px}.stickyContact__left--icon{cursor:pointer;height:auto;margin-right:25px;width:26px}.stickyContact:not(.active) .stickyContact__left--icon img{height:100%!important;max-width:100%;object-fit:contain}.stickyContact__text-left p:first-child{margin-bottom:5px}.stickyContact__text-left p:nth-child(2){line-height:20px;margin-bottom:18px}.stickyContact.active{height:231px;transform:translateX(-540px)}.stickyContact__left--text,.stickyContact__text-right{display:none}.stickyContact.active .stickyContact__left--text,.stickyContact.active .stickyContact__text-right{display:block}@media (max-width:1366px){.stickyContact{display:none}}