#cookie-consent-banner {position: fixed;bottom: 0;left: 0;right: 0;z-index: 1000;-webkit-font-smoothing: antialiased;min-width: 100vw;display: flex;align-items: center;justify-content: center;background-color: #1C1C20;border-radius: 6px 6px 0 0;box-shadow: 0 -8px 16px rgba(0, 0, 0, .1);color: #fff;font-family: 'Roboto', sans-serif;font-style: normal;border-top: 2px solid #ff751a;}#cookie-consent-banner * {box-sizing: border-box;}.cookie-consent-banner__container {display: flex;flex-direction: column;align-items: center;justify-content: space-between;padding: 16px 4px;gap: 16px;width: 100%;max-width: 100%;}@media (min-width: 576px) {.cookie-consent-banner__container {max-width: 100%;}}@media (min-width: 768px) {.cookie-consent-banner__container {gap: 16px;max-width: 100%;padding: 16px 8px;}}@media (min-width: 992px) {.cookie-consent-banner__container {flex-direction: row;gap: 0;max-width: 960px;padding: 16px 0;}}@media (min-width: 1200px) {.cookie-consent-banner__container {max-width: 1140px;padding: 20px 24px;}}.cookie-consent-banner__text {display: flex;align-items: center;flex-direction: column;font-size: 13px;text-align: center;margin: 0;padding: 0;font-weight: 400;line-height: 16px;color: #fff;}@media (min-width: 768px) {.cookie-consent-banner__text {flex-direction: row;}}.cookie-consent-banner__link {color: #ff751a !important;text-decoration: none !important;}.cookie-consent-banner__actions {display: flex;margin-left: 32px;}.cookie-consent-banner__actions__btn {background-color: rgba(255, 118, 26, 0.07);border: none;border-radius: 5px;color: #ff751a !important;cursor: pointer;font-family: 'Roboto', sans-serif;font-size: 12px;font-weight: 600;line-height: 1em;margin-right: 4px;padding: 8px 10px;text-align: center;white-space: nowrap;transition: box-shadow .25s ease-out, background-color .2s ease-out !important;letter-spacing: .2px;}.cookie-consent-banner__actions__btn:last-child {margin-right: 0;}.cookie-consent-banner__actions__btn:focus {box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ff751a, 0 0 0 5px rgba(255, 118, 26, .3);outline: none !important;}.cookie-consent-banner__actions__btn:hover {background-color: rgba(255, 118, 26, .2);transition: background-color .2s ease-in;}#cookie-consent-dialog__button-close {background: #1C1C20;border: none;box-shadow: none;padding: 0;margin: 0;height: 48px;width: 48px;display: flex;align-items: center;justify-content: center;position: absolute;top: 16px;right: 12px;cursor: pointer;}#cookie-consent-dialog {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 80vh;background-color: #1C1C20;font-family: 'Roboto', sans-serif;color: #fff;padding: 32px 24px;box-shadow: 0 0.5rem 0.75rem 0.375rem rgba(0, 0, 0, 0.15), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);z-index: 1003;border-radius: 8px;border-bottom: 4px solid #ff751a;}#cookie-consent-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 1002;}#cookie-consent-dialog, #cookie-consent-overlay {display: none;}.cookie-consent-dialog-active #cookie-consent-dialog, .cookie-consent-dialog-active #cookie-consent-overlay {display: block;}.cookie-consent-dialog__wrapper {max-height: 500px;overflow-y: auto;}.cookie-consent-dialog__title {margin: 0 0 8px;color: #fff;font-size: 20px;font-weight: 600;line-height: 1.25;}.cookie-consent-dialog__explanation {display: flex;position: relative;-webkit-font-smoothing: antialiased;margin: 20px 0 0;padding: 20px;font-size: 14px;font-weight: 400;font-family: 'Roboto', sans-serif;line-height: 20px;color: #fff;background: rgba(0, 0, 0, .2);border-radius: 6px;border-left: 2px solid #ff751a;}.cookie-consent-dialog__list {display: grid;gap: 20px;margin: 20px 0;}.cookie-consent-dialog__list-item {box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.3);background-color: #25252b;padding: 24px 16px;border-radius: 4px;}.cookie-consent-dialog__list-item__title {font-size: 16px;margin-bottom: 12px;font-weight: 400;}.cookie-consent-dialog__list-item__description {color: rgba(255, 255, 255, .7);font-size: 14px;font-weight: 400;line-height: 1.25;margin: 0;}.cookie-consent-dialog__button {display: inline-block;padding: 16px 24px;font-size: 16px;color: #fff;background-color: #0055aa;border: none;border-radius: 8px;cursor: pointer;text-align: center;box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.3);transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);}.cookie-consent-dialog__button:hover {background-color: #0073e6;box-shadow: 0 0.25rem 0.5rem 0.1875rem rgba(0, 0, 0, 0.15), 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.3);}.cookie-consent-dialog__button:focus {outline: 2px dashed #ff751a;outline-offset: 2px;}