.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}.page-title{display:flex;align-items:center;margin-bottom:24px}@media only screen and (min-width:768px){.page-title{margin-bottom:32px}}.page-title__header{margin:0;font-family:MTSSans-Bold,Arial,Helvetica,sans-serif;font-weight:700;color:#001424;letter-spacing:-.5px;font-size:1.25rem;line-height:1.5rem}@media only screen and (min-width:768px){.page-title__header{font-size:2rem;line-height:2.5rem}}.page-title-icon{margin-right:8px}.page-title-icon__container{display:flex;justify-content:center;align-items:center;width:24px;height:24px}@media only screen and (min-width:768px){.page-title-icon__container{width:44px;height:44px}}.page-title-icon__picture{width:auto;max-width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}