.age-restriction-popup{position:fixed;display:flex;align-items:center;justify-content:center;z-index:999999;width:100%;height:100%}.age-restriction-popup.hidden{display:none}.age-restriction-popup__inner{background:var(--color-white);padding:2rem;text-align:center}.age-restriction-popup__header{margin-bottom:2em}.age-restriction-popup__header h2{margin-bottom:0;display:flex;align-items:center;justify-content:center;font-size:4.5em}@media (max-width:1024px){.age-restriction-popup__header h2{font-size:2.25em}}.age-restriction-popup__header h2 span{display:block}.age-restriction-popup__header h2 span:first-of-type{margin-right:.5em}.age-restriction-popup__header p{font-size:1.125rem}.age-restriction-popup__header p:first-of-type{margin-bottom:2em}.age-restriction-popup__header p:last-of-type{text-decoration:underline}@media (max-width:1024px){.age-restriction-popup__header p{font-size:.875rem}}.age-restriction-popup__actions{margin-bottom:2em;display:flex;flex-direction:row;justify-content:space-evenly}.age-restriction-popup__actions p{font-size:1.125rem}@media (max-width:1024px){.age-restriction-popup__actions p{font-size:1em}}.age-restriction-popup__actions .divider{width:1px;background:var(--color-black)}.age-restriction-popup__actions button{position:relative;font-size:4.5em;border:none;cursor:pointer;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0}@media (max-width:1024px){.age-restriction-popup__actions button{font-size:2.25em}}.age-restriction-popup__actions button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color-black);transform:scaleX(0);transform-origin:left;transition:transform .2s ease-out}.age-restriction-popup__actions button:hover:after{transform:scaleX(1)}.age-restriction-popup__footer p{margin-bottom:0;font-size:.875em}@media (max-width:1024px){.age-restriction-popup__footer p{font-size:.75em}}