.section-contact{padding-top:var(--padding-top-section-mobile);padding-bottom:var(--padding-bottom-section-mobile)}@media screen and (min-width: 700px){.section-contact{padding-top:var(--padding-top-section-desktop);padding-bottom:var(--padding-bottom-section-desktop)}}.section-contact__container{gap:16px}.section-contact__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;padding:32px;font-size:16px;border-radius:16px}@media screen and (min-width: 700px){.section-contact__content{padding:80px}}.section-contact__img-wrapper{width:100%;height:100%;border-radius:16px;overflow:hidden}.section-contact__img-wrapper img{width:100%;height:100%;display:block;max-width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 1150px){.section-contact__img-wrapper img{aspect-ratio:1/.56}}.section-contact__heading-group{display:flex;flex-direction:column;gap:16px}.section-contact__subheading{font-size:16px;font-weight:700;line-height:1;background:linear-gradient(86.91deg, #C146DF 3.41%, #A357FF 97.44%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0);overflow:hidden}.section-contact__title{font-size:32px;font-weight:700;letter-spacing:0,6px;line-height:1.2}.section-contact__link-list{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:14px;font-weight:500}.section-contact__link-list li:last-child a:after{display:none}.section-contact__link-list a{display:flex;align-items:center;gap:4px;padding:11px 0;background:linear-gradient(86.91deg, #C146DF 3.41%, #A357FF 97.44%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0);overflow:hidden}.section-contact__link-list a:after{content:"";display:block;width:16px;height:16px;flex-shrink:0;background-image:url("./icon-chevron-right.svg");background-position:center center;background-size:contain;background-repeat:no-repeat}