.neoWhatsappConsent .d-n,#imp2do .w-consent-wrapper .w-text img:nth-child(2){display:none !important}
.neoWhatsappConsent .w-consent-wrapper{padding:12px 20px;background-color:#fff;border-top:solid 1px #eaeaec;border-radius:0 0 10px;display:flex;justify-content:space-between;align-items:center}
.neoWhatsappConsent .w-consent-wrapper img{width:16px;height:16px}
.neoWhatsappConsent .w-consent-wrapper .w-text{font-family:neoRg;font-size:12px;text-align:left;color:#212121;margin:0}
.neoWhatsappConsent .w-consent-wrapper .text-wrapper{display:flex}
.neoWhatsappConsent #whatsToggle[type=checkbox]{height:0;width:0;visibility:hidden}
.neoWhatsappConsent label{cursor:pointer;text-indent:-9999px;width:32px;height:20px;background:#d5d6d9;display:block;border-radius:20px;position:relative;margin:0}
.neoWhatsappConsent label:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:16px;transition:.3s}
.neoWhatsappConsent #whatsToggle:checked+label{background:#2f3043}
.neoWhatsappConsent #whatsToggle:checked+label:after{left:calc(100% - 2px);transform:translateX(-100%)}
.neoWhatsappConsent label:active:after{width:16px}
.neoWhatsappConsent .w-toggle{display:flex}
@media(max-width:768px){.neoWhatsappConsent .w-consent-wrapper{border-top:unset;border-radius:0}
}