Style script visible on published site

Hi Webflow Forum,
Any suggestion why thi script is visible on published site?
Thanks !!

style> .no-scroll { overflow:hidden; } body { overflow-y: scroll; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; } ::-webkit-scrollbar-thumb { background: #b9b9b9; } .nav-parent { -webkit-perspective: !important; -webkit-backface-visibility:none !important; -webkit-transform-style: preserve !important; -webkit-transform: translate3d(0, 0, 0); } .burger-menu-parent { -webkit-perspective: !important; -webkit-backface-visibility:none !important; -webkit-transform-style: preserve !important; -webkit-transform: translate3d(0, 0, 0); } .flex-cc-h.menu { -webkit-perspective: !important; -webkit-backface-visibility:none !important; -webkit-transform-style: preserve !important; -webkit-transform: translate3d(0, 0, 0); } @media screen and (min-width: 1600px) { .tab-txt-wrap { height: 80px; } .tab-title { font-size: 80px; line-height: 80px; } .nav { height: 140px; } .burger-menu-parent { padding: 15px; } }


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi @giuseppe_iandolino, are you using a template? else you can check the custom code section to check if there are custom CSS there.