.hero{align-items:flex-end;display:flex;min-height:30rem;position:relative}@media(min-width:64rem){.hero{min-height:38.75rem}}.hero__overlay{backdrop-filter:blur(2px);background-color:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}.hero__wrapper{display:flex;flex-wrap:wrap;gap:2.5rem;position:relative;z-index:2}@media(min-width:64rem){.hero__wrapper{align-items:flex-end;display:flex;flex-wrap:nowrap;justify-content:space-between}}.hero__wrapper-col{display:flex;flex-wrap:wrap;gap:.625rem}.hero__title{animation:fade-in 3s}.hero__address{align-items:center;display:flex;gap:.625rem;width:auto}.hero__address,.hero__address a,.hero__address p,.hero__phone-number,.hero__phone-number p{animation:fade-in 3s;font-size:clamp(1rem,3vw,1.25rem);font-weight:400;width:100%}@media(min-width:64rem){.hero__address,.hero__address a,.hero__address p,.hero__phone-number,.hero__phone-number p{font-weight:500}}.hero__address a{color:#fff;display:inline-block;text-decoration:none;width:auto}.hero__address p:last-child{margin-bottom:0}.hero__address svg{height:1.5rem;width:1.5rem}.hero__address{position:relative}.hero__address--copied{background-color:#fff;border-radius:.5rem;color:#000;opacity:0;padding:.5rem;position:absolute;right:0;text-transform:capitalize;top:-2.5rem}.hero__address--copied.active{animation:fade-in-out 3s}.hero__phone-number-link{text-decoration:none}.hero__col-action{margin-top:clamp(1.25rem,2.5vw,2.5rem)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-out{0%{opacity:0;top:0}50%{opacity:1;top:-2.5rem}to{opacity:0;top:-4.5rem}}