.login-gate{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:24px;overflow:hidden;width:100%;height:300px;margin:0 auto}.login-gate__bg{position:absolute;object-fit:cover;object-position:bottom;max-height:100%}.login-gate__content{margin-top:24px;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.login-gate__description,.login-gate__title{font-weight:500;text-align:center;color:#fff;margin:0}.login-gate__title{font-size:32px;line-height:1.25em;letter-spacing:-.005em}.login-gate__description{font-size:16px;line-height:1.5em;max-width:540px}.login-gate__button{position:relative;z-index:1}@media (max-width:1279px){.login-gate__title{font-size:28px}}@media (max-width:959px){.login-gate{height:250px}.login-gate__title{font-size:24px;line-height:1.3em}.login-gate__description{font-size:15px;max-width:480px}}@media (max-width:599px){.login-gate{height:200px}.login-gate__title{font-size:20px}.login-gate__description{font-size:14px;line-height:1.4em;max-width:100%}}