.registration-forms__list{--gap:var(--bz-gutter-x);display:flex;flex-wrap:wrap;gap:var(--gap)}.registration-forms__item{--columns:1;--gaps:calc(var(--columns) - 1);padding:1rem;width:calc(100%/var(--columns) - var(--gap)*var(--gaps)/var(--columns))}@media (min-width:768px){.registration-forms__item{--columns:var(--columns-md)}}@media (min-width:992px){.registration-forms__item{--columns:var(--columns-lg)}}.registration-forms__item{display:flex;flex-direction:column;gap:1rem}.registration-forms__item--title{margin-bottom:0}@media (min-width:768px){.registration-forms__item{align-items:center;flex-direction:row}.registration-forms__item--content{flex:1}}.registration-forms-theme--light{color:var(--bz-text-color)}.registration-forms-theme--dark{color:#fff}.registration-forms-theme--dark .h1,.registration-forms-theme--dark .h2,.registration-forms-theme--dark .h3,.registration-forms-theme--dark .h4,.registration-forms-theme--dark .h5,.registration-forms-theme--dark .h6,.registration-forms-theme--dark h1,.registration-forms-theme--dark h2,.registration-forms-theme--dark h3,.registration-forms-theme--dark h4,.registration-forms-theme--dark h5,.registration-forms-theme--dark h6{color:inherit}