.cookie-modal-container .cookie-container{max-height:90vh;overflow-y:auto;overflow-x:hidden;background-color:#fff;width:100%;border-radius:8px;padding:28px;display:flex;flex-direction:column;gap:12px}.cookie-text{padding:12px;background-color:#f6f7fb;font-family:AvenirBook}.switch{position:relative;display:inline-block;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff}input:checked+.slider{background-color:#01afd2}input:focus+.slider{box-shadow:0 0 1px #01afd2}input:checked+.slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}@media only screen and (max-width:768px){.cookie-modal-container .cookie-container{max-height:85vh}}