.form-container__item{display:flex;justify-content:flex-start;align-items:center}.form__checkbox{position:absolute;top:0;left:0;width:24px;height:24px;background:#fff;opacity:0}.form__checkbox+span.form__checkbox-mask{position:relative;height:24px;padding-left:34px}.form__checkbox:not(:checked)+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-color:#fff;border:2px solid #e1e2e6;border-radius:4px;content:""}.form__checkbox:checked+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-size:60%;border:2px solid #e30611;border-radius:4px;content:""}.form__input-text{height:44px;padding:0 10px;box-sizing:border-box;font-size:14px;line-height:44px;color:#9198a0;border:2px solid #e2e5eb;border-radius:4px}.prompt-tooltip{position:relative;z-index:200;display:none;width:278px;padding:16px 60px 16px 16px;background:#fff;border-radius:8px;box-shadow:0 5px 20px rgba(145,152,160,.2);opacity:0;pointer-events:none;transform:translateY(calc(-100% - 20px));transition:opacity .3s}@media only screen and (min-width:1280px){.prompt-tooltip{display:block}}@media only screen and (min-width:1440px){.prompt-tooltip{width:304px}}.prompt-tooltip__close{position:absolute;top:50%;right:8px;display:flex;justify-content:center;align-items:center;width:40px;height:40px;color:#71767e;background:none;border:none;transform:translateY(-50%);transition:color .3s}.prompt-tooltip__close:hover{color:#001424}.prompt-tooltip__text{font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;font-size:.875rem;line-height:1.25rem}.prompt-tooltip__text--red{color:#e30611}.prompt-tooltip--visible{z-index:200;opacity:1;pointer-events:all}