/* Device-independent arrows: drawn in CSS instead of font glyphs or emoji. */
.ui-arrow{position:relative;display:inline-block;width:14px;height:12px;flex:0 0 14px;vertical-align:-1px}
.ui-arrow::before{content:"";position:absolute;top:5px;left:0;width:13px;border-top:1.5px solid currentColor}
.ui-arrow::after{content:"";position:absolute;top:2px;right:0;width:6px;height:6px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg)}
.ui-arrow.back{transform:rotate(180deg)}
@media (max-width:760px){.mobile-contact .ui-arrow{margin-left:1px}.form-actions .button,.form-card .button{gap:10px}}
