.dataguardBanner{position:fixed;bottom:0;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:15px 20px;width:100vw;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;border:1px solid #000;z-index:1000;gap:16px;line-height:1.3}.dataguardBanner-title{display:flex;align-items:center;gap:15px;margin-bottom:12px}.dataguardBanner a.privacyGoogleLink{color:#000;font-size:13px;display:flex;align-items:center;font-weight:600;text-decoration:underline;transition:.5s ease-in-out;width:fit-content}.dataguardBanner a.privacyGoogleLink:hover{color:#707070;transition:.5s ease-in-out}.dataguardBanner-contentWrapper{width:75%}.dataguardBanner-contentWrapper h3{margin:0;bottom:10px;font-size:16px;font-weight:600;color:#696363;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.dataguardBanner-contentWrapper p{margin:0;text-align:left;font-size:13px;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.dataguardBanner-containerBtn{display:flex;gap:10px;width:25%;justify-content:end;flex-wrap:wrap}.dataguardBanner-containerBtn button{padding:11px 14px;border:none;cursor:pointer;font-size:14px;transition:.5s ease-in-out;white-space:nowrap;background-color:#898989;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.dataguardBanner-containerBtn button:hover{color:#fff;background-color:#000;transition:.5s ease-in-out}@media screen and (max-width:768px){.dataguardBanner{flex-direction:column;padding:10px}.dataguardBanner-title{flex-direction:column;gap:5px}.dataguardBanner-contentWrapper{padding:5px;width:100%}.dataguardBanner-contentWrapper p{font-size:11px}.dataguardBanner-containerBtn{flex-wrap:nowrap;width:100%;justify-content:center}.dataguardBanner-containerBtn button{white-space:normal}}.hide{display:none}