.contact{margin-bottom:var(--spacing-700);flex-direction:column;align-items:flex-end;height:100%;display:flex}.contact__image{aspect-ratio:5/3;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:35%;flex:none;width:100%;overflow:hidden}.contact__image picture{justify-content:flex-end;width:100%;height:100%;display:flex}.contact__image img{object-fit:contain;background:#fff;width:80%;height:100%;margin:auto;display:block}.contact__info{box-sizing:border-box;width:100%;height:100%;padding:var(--spacing-150)var(--block-padding);background:var(--color-gra);flex-direction:column;justify-content:center;display:flex;position:relative}.contact__name{letter-spacing:-.025em;font-weight:400;line-height:1.15;font-size:var(--font-size-150);color:var(--theme-color-white-base-text);margin:0 0 .4em;font-weight:700}.contact__name:first-child{margin-top:0}.contact__name a{color:inherit;--arrow-color:var(--theme-color-white-text);--arrow-hover-color:var(--theme-color-white-base-text);text-decoration:none}.contact__name a:after{content:"";width:1.75rem;height:1.75rem;bottom:var(--spacing-150);right:var(--spacing-150);background:var(--arrow-color);justify-content:center;align-items:center;display:flex;position:absolute;-webkit-mask-image:url(../../button-arrow.dc8e048f.svg);mask-image:url(../../button-arrow.dc8e048f.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.contact__name a:hover{text-decoration:underline}.contact__name a:hover:after{background-color:var(--arrow-hover-color)}.contact__title{letter-spacing:-.01em;font-weight:400;line-height:1.2;font-size:var(--font-size-1125);color:var(--theme-color-light-text-dark);margin:0 0 .4em}.contact__text{letter-spacing:-.01em;font-weight:400;line-height:1.4;font-size:var(--font-size-100);margin:0}.contact__links{font-size:var(--font-size-100);margin-top:.8em}.contact__link{letter-spacing:-.01em;font-weight:400;line-height:1.2;font-size:var(--font-size-0875);align-items:center;gap:15px;margin:0 0 .6em;display:flex}.contact__link:last-child{margin-bottom:0}.contact__link:before{content:"";background:var(--theme-color-light-text-dark);flex-shrink:0;display:block;-webkit-mask-position:50% 0;mask-position:50% 0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.contact__link a{color:inherit;text-decoration:none}.contact__link a:hover{color:var(--theme-color-dark-bg)}.contact__mail:before{width:18px;height:18px;-webkit-mask-image:url(../../icon-mail.975c2760.svg);mask-image:url(../../icon-mail.975c2760.svg)}.contact__phone:before{width:18px;height:18px;-webkit-mask-image:url(../../icon-phone.d809871e.svg);mask-image:url(../../icon-phone.d809871e.svg)}.contact__location:before{width:18px;height:18px;-webkit-mask-image:url(../../icon-location.93243ec3.svg);mask-image:url(../../icon-location.93243ec3.svg)}.contact--type-person .contact__image{background-image:url(../../type-person.f6c76e7a.svg)}.contact--type-location .contact__image{aspect-ratio:5/4;background-image:url(../../type-location.54f14350.svg)}.contact--type-location .contact__image img{object-fit:cover;width:100%}@media (width>=768px){.contact--m .contact__image img{width:100%}}@media (width>=1024px){.contact--l{flex-direction:row;align-items:stretch}.contact--l .contact__image{max-width:50%;margin-right:0}.contact--l .contact__image img{width:100%}.contact--l .contact__info{width:100%;max-width:none;padding-left:var(--spacing-400);padding-right:var(--spacing-800);justify-content:flex-end;margin-top:0}}