body{margin:0;padding:0;font-family:"Manrope", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
:root {
  --motion-hover: ease-in-out;
  --surface-deep: #2b2118;
  --surface-secondary: #fdf8f1;
}

.cookies {
        position: fixed;
        left: 1.28rem;
        right: 1.28rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .team-visual {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 10px 30px rgba(0,0,0,0.09)
    }
.cookies .team-visual div {
        width: 50%;
    }
.cookies .team-visual > * {
        min-width: 0;
    }
.cookies .team-visual > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(15.4px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.89
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: #b8562a;
        color: #fff8f1
    }
@media (max-width: 760px) {
        .cookies .team-visual {
            display: block
        }

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