:root{--gray-blue-100: #f7fafc;--gray-blue-200: #edf2f7;--gray-blue-300: #e2e8f0;--gray-blue-400: #cbd5e0;--gray-blue-500: #a0aec0;--gray-blue-600: #718096;--gray-blue-700: #4a5568;--gray-blue-800: #2d3748;--gray-blue-900: #1a202c;--primary-100: #ecf4fc;--primary-200: #bed9f8;--primary-300: #90bff4;--primary-400: #63a3ed;--primary-500: #4a91e2;--primary-600: #317ace;--primary-700: #2b69b0;--primary-800: #2c5482;--primary-900: #2a4665;--red-100: #f4e9e7;--red-200: #e5c8c4;--red-400: #cc9289;--red-600: #9a2515;--yellow-100: #fef7e5;--yellow-200: #fdecbf;--yellow-400: #fbda7f;--yellow-600: #f7b500;--orange-100: #fbefe8;--orange-200: #f5d7c6;--orange-400: #ecb08e;--orange-600: #da621e;--green-100: #e5ede6;--green-200: #bfd3c0;--green-400: #7fa782;--green-600: #005005;--white: #ffffff;--overlay-background-color: #1a202c;--overlay-color: #f7fafc;--overlay-content-border-color: #edf2f7;--overlay-content-backround-color: #d8d8d8}.consent-wrapper{max-width:367px;margin-left:auto;margin-right:auto;height:100vh;display:flex;flex-direction:column}.consent-wrapper .logo{margin-top:40px}.consent-wrapper .ifo{margin-top:40px}.consent-wrapper .text-center{text-align:center}.consent-wrapper .mt-1{margin-top:13px}.consent-wrapper .mt-2{margin-top:24px}.consent-wrapper .buttons{margin-top:60px}.consent-wrapper .buttons .button{background-color:var(--gray-blue-900);border-radius:8px;border:none;color:var(--primary-100);cursor:pointer;font-size:14px;font-weight:500;height:44px;max-width:255px;width:100%;margin-left:auto;margin-right:auto}.consent-wrapper .buttons .button.no-action{cursor:not-allowed;background-color:#8a8c92}.consent-wrapper .buttons .checkbox{background-color:var(--gray-blue-900);border-radius:8px;border:none;color:var(--primary-100);cursor:pointer;font-size:14px;font-weight:500;min-height:44px;max-width:255px;width:100%;display:flex;flex-direction:row;align-content:center;align-items:center;flex-wrap:wrap;position:relative;cursor:pointer;margin-left:auto;margin-right:auto}.consent-wrapper .buttons .checkbox input[type=checkbox]{position:absolute;visibility:hidden}.consent-wrapper .buttons .checkbox input[type=checkbox]:checked~.check{background-color:#a9d5ab;border:#a9d5ab;cursor:pointer}.consent-wrapper .buttons .checkbox input[type=checkbox]:checked~.check::after{cursor:pointer;content:"";mask:url("/assets/check-solid.svg") no-repeat center;-webkit-mask:url("/assets/check-solid.svg") no-repeat center;background-color:var(--green-600);height:16px;width:16px;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0}.consent-wrapper .buttons .checkbox .check{position:absolute;top:14px;bottom:14px;left:13px;right:0;margin-top:auto;margin-bottom:auto;height:24px;width:24px;background-color:var(--primary-100);border:var(--primary-100);border-radius:4px;cursor:pointer}.consent-wrapper .buttons .checkbox .label-wrapper{font-size:14px;min-height:1.313rem;font-weight:500;color:var(--primary-100);line-height:1.5;margin-left:44px;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;padding:8px 16px 8px 0px}.consent-wrapper .buttons .checkbox .label-wrapper label{cursor:pointer;margin-bottom:0 !important}.consent-wrapper .buttons .whats-app-button{margin-top:87px;display:flex;align-items:center;justify-content:center}.consent-wrapper .buttons .whats-app-button:not(.no-action){background-color:var(--green-600)}.consent-wrapper .buttons .whats-app-button a{text-decoration:none;color:var(--white)}.consent-wrapper .buttons .whats-app-button a:visited,.consent-wrapper .buttons .whats-app-button a:active{color:var(--white)}.consent-wrapper .footer{background:#fff url(/assets/Footer_Wave.svg) no-repeat center center;position:relative;margin-top:15px;height:80px;width:100%;background-size:contain;margin-top:auto}.active{background-color:var(--green-600) !important}.active .label-wrapper{color:var(--green-100)}.consent-info{position:absolute;left:0;right:0;bottom:0;height:calc(100vh - 36px);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;border-radius:12px;background-color:var(--overlay-background-color);gap:18px;padding:18px;margin:0 auto;visibility:hidden}.consent-info.show{visibility:visible}.consent-info .title{color:var(--overlay-color);font-size:16px;font-weight:500}.consent-info .close-icon{height:24px;width:15px;mask:url("/assets/Close.svg") no-repeat center;-webkit-mask:url("/assets/Close.svg") no-repeat center;background-color:var(--overlay-color);cursor:pointer}.consent-info .content{grid-column:1/span 2;border:1px solid var(--overlay-content-border-color);border-radius:8px;background-color:var(--overlay-content-backround-color);width:100%;height:100%}.consent-info .accept{grid-column:1/span 2;background-color:var(--gray-blue-200);border-radius:8px;border:none;color:var(--overlay-background-color);cursor:pointer;font-size:14px;font-weight:500;height:44px;max-width:255px;width:100%;margin-left:auto;margin-right:auto}
