body[template="post-signup"] {
    background:var(--theme-light);
}

body[template="post-signup"] main {
    display:flex;
    flex-direction:column;
    height:100%;
}
body[template="post-signup"] #tabs {
    display:none;
}


body[template="post-signup"] .welcome {
    margin-bottom:auto;
}

body[template="post-signup"] .intro-animation {
    position: absolute;
    max-height: calc(100vh - 384px);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
}
body[template="post-signup"] .intro-animation img {
    width:100%;
    height:100%;
    object-fit:contain;
}

body[template="post-signup"] .button-group {
    display:flex;
    padding:0 64px;
    flex-direction: column;
    max-width:500px;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    width:100%;
    padding-bottom:32px;
}

body[template="post-signup"] .button-group .button {
    width:100%;
    margin-bottom:16px;
}

body[template="post-signup"] .welcome {
    text-align:center;
    padding-top:64px;
}