.privacy-note.demo-note{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;margin-top:27px;padding:16px 17px;border:1px solid #bfe1dd;border-left:0;border-radius:14px;background:linear-gradient(120deg,rgba(232,249,246,.96),rgba(255,255,255,.9));color:#355c63;box-shadow:0 12px 28px rgba(7,91,99,.08);animation:noteEnter .65s cubic-bezier(.2,.8,.2,1) .25s both}
.privacy-note::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(#16aaa7,#087c85)}.privacy-note-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#087e87;color:#fff;box-shadow:0 8px 17px rgba(8,126,135,.2)}.privacy-note-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.privacy-note strong{display:block;margin-bottom:4px;color:#0b555e;font:750 10px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.08em}.privacy-note p{margin:0!important;color:#607a7f!important;font-size:10px!important;line-height:1.55!important}.privacy-note-check{width:22px;height:22px;display:grid;place-items:center;border:1px solid #b5ddd8;border-radius:50%;background:#fff;color:#0a9990;font-size:10px;font-weight:800}
@media(max-width:650px){.privacy-note.demo-note{grid-template-columns:auto 1fr;padding:14px}.privacy-note-check{display:none}}
