*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Barlow", sans-serif;}
a{color:inherit;}
.cookies {
        position: fixed;
        left: 2.01rem;
        right: 2.01rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .featured-brand {
        max-width: 1480px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 24px 42px rgba(0,0,0,0.19)
    }
.cookies .featured-brand div {
        width: 50%;
    }
:root {
  --line-cool: #A9AFB6;
  --speed-soft: cubic-bezier(0.22,1,0.36,1);
  --tone-page: #141517;
}

.cookies .featured-brand > * {
        min-width: 0;
    }
.cookies .featured-brand > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(19.1px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.61
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: #E2571E;
        color: #0B0B0C
    }
@media (max-width: 760px) {
        .cookies .featured-brand {
            display: block
        }

        .cookies .featured-brand > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
