.gated-content{--viewport-to-header-distance: 168px;position:fixed;bottom:0;left:0;width:100%;height:calc(100% - var(--viewport-to-header-distance) - 1px);background-color:var(--color-body-background);display:flex;justify-content:center;align-items:center;z-index:2}.gated-content__heading{text-align:center}.gated-content__wrapper{position:absolute;top:10%;display:flex;flex-direction:column;gap:3rem;margin:0 1.5rem}.gated-content__container{border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.1);background-color:#fff;padding:2rem}@media screen and (min-width: 750px){.gated-content__container{padding:3rem}}.gated-content__container>*{margin-bottom:2rem}.gated-content__container :last-child{margin-bottom:0}.gated-content__form{display:flex;flex-direction:column}.gated-content__form input{margin-bottom:0}.gated-content__form .error{color:#e63312}.gated-content__form button{margin-top:1rem}body{overflow:hidden}.loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000;opacity:.2;border-radius:20px;pointer-events:none}.loader:hover{cursor:wait}.gated-content__help{text-align:center;max-width:550px;margin:0 auto}@media screen and (min-width: 750px){.gated-content__help{padding:0}}