.welcome-block{width:100%;display:flex;flex-direction:column;gap:.6em;font-size:1rem;border-radius:var(--size-radius);background:linear-gradient(90deg, var(--gradient-component) 0%, color(from var(--gradient-component) srgb calc(r * 0.6875) calc(g * 0.5435) calc(b * 0.8293)) 100%);padding:.9em;margin-top:.6em;margin-bottom:.6em}.welcome-block__items{display:flex;flex-direction:column;width:100%;gap:.6em}.welcome-block__item{font-size:1em;display:flex;flex-wrap:wrap;align-items:baseline}.welcome-block__item>*{display:inline-flex;width:auto}.welcome-block__item p{color:var(--color-text);font-size:.72em;line-height:1;width:100%}.welcome-block__item h3{color:var(--color-text-component);font-size:1.15em;font-weight:700;line-height:1;width:auto;margin-top:.2em}.welcome-block__item h3+p{width:auto;padding-left:.6em}.welcome-block__buttons{display:flex;align-items:center;justify-content:center;height:100%;gap:.6em;font-size:17px}@media only screen and (min-width: 1024px){.welcome-block__buttons{font-size:17px}}.welcome-block__buttons{justify-content:space-between}.welcome-block__buttons>*{flex:1}.toggled .welcome-block{display:none}
