.em-company-select{margin:0 auto;width:var(--select-company-width);max-width:100%}.em-company-select,.em-company-select-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.em-company-select-list{border:var(--select-company-border)}.em-company-select-list-item{min-height:var(--select-company-item-height);line-height:var(--select-company-item-height);width:100%;background:var(--select-company-item-background);font-size:var(--select-company-text-size);color:var(--select-company-text-color);display:block;padding-left:var(--select-company-item-padding);padding-right:var(--select-company-item-padding);border-bottom:var(--select-company-border);position:relative;cursor:pointer}.em-company-select-list-item-active,.em-company-select-list-item:hover{background:var(--select-company-item-active-background)}.em-company-select-list-item-active{padding-left:var(--select-company-item-active-padding);border-left:var(--select-company-item-active-border-left)}.em-company-select-list-item-active:last-of-type,.em-company-select-list-item:last-of-type{border-bottom:none}.em-company-select .em-button-text-underline{margin-top:var(--select-company-link-margin)}.em-company-select-form{border:var(--select-company-border);border-top:none;padding:var(--select-company-item-padding);-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;background:var(--em-white)}.em-company-select-form,.em-company-select-form-btns-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.em-company-select-form-btns-wrap{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:var(--select-company-text-input)}.em-company-select-form .em-button{-ms-flex-item-align:start;align-self:flex-start}.em-company-select-form .em-button:nth-child(1){margin-right:var(--select-company-button-margin)}.em-company-select .em-link-small{-ms-flex-item-align:start;align-self:flex-start}.em-company-select-heading{font-size:var(--select-company-heading-size);font-weight:var(--select-company-heading-weight);margin-bottom:var(--select-company-heading-margin);word-wrap:break-word}.em-company-select-heading,.em-company-select-text{color:var(--select-company-text-color);text-align:center}.em-company-select-text{font-size:var(--select-company-text-size);margin-bottom:var(--select-company-text-margin)}.em-company-select > a{margin-bottom:var(--select-company-heading-margin);text-align:center}.em-company-select .em-button-size-large{margin:24px auto}.em-error .em-company-select-list{border-color:var(--em-error-red)}