.sensitive-text-field{display:inline-flex;min-width:100px;position:relative}.sensitive-text-field__text-field__field{padding-right:30px;border-radius:0}.sensitive-text-field__mask-icon{position:absolute;font-size:20px;top:10px;right:2px;color:#212227;cursor:pointer}.sensitive-text-field__mask-icon.masked{color:#535663}.dark-form .sensitive-text-field__mask-icon{color:#c4c4c4}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.radio-group__other__label{display:flex}.checkbox-group__label-text,.radio-group__label-text{padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#000;display:inline-flex}.checkbox-group__label-text:before,.radio-group__label-text:before{content:'';position:absolute;background:transparent;border:1px solid #9c9c9c;transition:box-shadow .2s}.checkbox-group__label-text:after,.radio-group__label-text:after{content:'';position:absolute}.checkbox-group__label-text:hover:before,.radio-group__label-text:hover:before{border-color:#c4c4c4}.radio-group__label-text:before{left:3px;top:3px;width:16px;height:16px;border-radius:16px}.radio-group__label-text:after{width:8px;height:8px;border-radius:8px;left:7px;top:7px;background:#563295;transform:scale(.3);opacity:0;transition:transform .1s,opacity .1s}.radio-group__label-text:hover:after{background-color:#8b77bc}.checkbox-group__label-text:before{left:0;top:0;width:22px;height:22px;border-radius:3px}.checkbox-group__label-text:after{left:3px;top:12px;width:3px;border-top:3px solid #563295;height:3px;border-right:3px solid #563295;opacity:0;transform-origin:left top;transform:scaleX(-1) rotate(135deg);transition:opacity 0s linear .06s,width .02s ease .04s,height .04s ease}.checkbox-group__label-text:hover:after{border-color:#8b77bc}.checkbox-group__label-text.checkbox-group__invalid{color:#d8334a}.checkbox-group__input,.radio-group__input{position:absolute;opacity:0;pointer-events:none}.checkbox-group__input:focus+.checkbox-group__label-text:before,.checkbox-group__input:focus+.radio-group__label-text:before,.radio-group__input:focus+.checkbox-group__label-text:before,.radio-group__input:focus+.radio-group__label-text:before{box-shadow:0 0 3px #8b77bc;border-color:#8b77bc}.checkbox-group__input:disabled+.checkbox-group__label-text,.checkbox-group__input:disabled+.radio-group__label-text,.radio-group__input:disabled+.checkbox-group__label-text,.radio-group__input:disabled+.radio-group__label-text{cursor:default;color:#9c9c9c}.checkbox-group__input:disabled+.checkbox-group__label-text:before,.checkbox-group__input:disabled+.radio-group__label-text:before,.radio-group__input:disabled+.checkbox-group__label-text:before,.radio-group__input:disabled+.radio-group__label-text:before{border-color:#c4c4c4;background-color:#f1f1f1}.radio-group__input:checked+.radio-group__label-text:after{opacity:1;transform:scale(1)}.radio-group__input:disabled+.radio-group__label-text:after{background-color:rgba(139,119,188,.6)}.checkbox-group__input:checked+.checkbox-group__label-text:after{opacity:1;width:8px;height:16px;transition:opacity 0s,width .02s ease,height .04s ease .02s}.checkbox-group__input:disabled+.checkbox-group__label-text:after{border-color:rgba(139,119,188,.6)}.radio-group_buttons .radio-group__label-text{min-width:145px;transition:box-shadow .2s;text-transform:uppercase;text-align:center;font-size:20px;line-height:1;border:none;padding:9px 1em;font-weight:400;display:inline-block;white-space:nowrap;cursor:pointer;touch-action:manipulation;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:2px solid #9c9c9c;border-radius:4px;padding:7px 1em}.radio-group_buttons .radio-group__label-text,.radio-group_buttons .radio-group__label-text:focus,.radio-group_buttons .radio-group__label-text:hover,.radio-group_buttons .radio-group__label-text:visited{text-decoration:none}.radio-group_buttons .radio-group__label-text,.radio-group_buttons .radio-group__label-text:visited{color:#212227}.radio-group_buttons .radio-group__label-text:focus,.radio-group_buttons .radio-group__label-text:hover{color:#f1f1f1;border-color:#535663;background-color:#535663}.radio-group_buttons .radio-group__label-text:after,.radio-group_buttons .radio-group__label-text:before{content:'';display:none}.radio-group_buttons .radio-group__input{position:absolute;opacity:0;pointer-events:none}.radio-group_buttons .radio-group__input:checked+.radio-group__label-text{color:#fff;background:#563295;border-color:#563295}.radio-group_buttons .radio-group__input:checked+.radio-group__label-text.radio-group__label-text__invalid{color:#fff;background-color:#d8334a;border-color:#d8334a}.radio-group_buttons .radio-group__input:checked:disabled+.radio-group__label-text{color:#fff;background-color:rgba(139,119,188,.5);border-color:rgba(139,119,188,.5)}.radio-group_buttons .radio-group__input:disabled+.radio-group__label-text{color:#9c9c9c;background-color:#f1f1f1;border-color:#c4c4c4}.dark-form .checkbox-group__label-text,.dark-form .radio-group__label-text{color:#fff}.dark-form .radio-group__label-text:after{background:#1ebfa0}.dark-form .radio-group__label-text:hover:after{background-color:#45ffdb}.dark-form .radio-group__purple .radio-group__label-text:after{background:#a580ff}.dark-form .radio-group__purple .radio-group__label-text:hover:after{background-color:#c7b2fa}.dark-form .checkbox-group__label-text:after{border-color:#1ebfa0}.dark-form .checkbox-group__label-text:hover:after{border-color:#45ffdb}.dark-form .checkbox-group__purple .checkbox-group__label-text:after{border-color:#a580ff}.dark-form .checkbox-group__purple .checkbox-group__label-text:hover:after{border-color:#c7b2fa}.dark-form .checkbox-group__input:disabled+.checkbox-group__label-text:before,.dark-form .checkbox-group__input:disabled+.radio-group__label-text:before,.dark-form .radio-group__input:disabled+.checkbox-group__label-text:before,.dark-form .radio-group__input:disabled+.radio-group__label-text:before{border-color:#535663;background-color:#212227}.dark-form .radio-group__input:disabled+.radio-group__label-text:after{background-color:rgba(108,154,151,.6)}.dark-form .radio-group__purple .radio-group__input:disabled+.radio-group__label-text:after{background-color:rgba(139,119,188,.6)}.dark-form .checkbox-group__input:disabled+.checkbox-group__label-text:after{border-color:rgba(108,154,151,.6)}.dark-form .checkbox-group__purple .checkbox-group__input:disabled+.checkbox-group__label-text:after{border-color:rgba(139,119,188,.6)}.stripe-card{position:relative}.stripe-card__wrapper{position:relative;margin:0 0 38px;padding-bottom:2px;border-bottom:2px solid #9c9c9c;border-radius:0}.stripe-card__wrapper.invalid{border-bottom-color:#d8334a}.stripe-card__error{font-size:12px;color:#d8334a;bottom:-16px}.stripe-card__error,.stripe-card__label{position:absolute;font-weight:400;text-align:left}.stripe-card__label{top:11px;bottom:0;left:0;right:0;margin:0;padding-left:2px;font-size:18px;color:#9c9c9c;pointer-events:none;cursor:text;transition:top,padding,color,font-size;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,.5,.5,1)}.stripe-card__label:before{content:'';display:block;width:6%;left:47%;height:4px;background:#8450e0;position:absolute;bottom:-4px;opacity:0;transition:left .2s,width .2s,opacity 0s .2s;transition-timing-function:cubic-bezier(.5,0,.6,.5)}.stripe-card__field{width:100%;background-color:transparent;border:none;box-shadow:none;padding:12px 2px 0;margin:0;text-align:left;opacity:0}.stripe-card__field:not(.stripe-card__empty),.stripe-card__focused{opacity:1}.stripe-card__field:not(.stripe-card__empty)+.stripe-card__label,.stripe-card__focused+.stripe-card__label{padding-left:2px;font-size:12px;font-style:italic;top:-3px}.stripe-card__focused+.stripe-card__label{color:#c7b2fa}.stripe-card__focused+.stripe-card__label:before{width:100%;left:0;opacity:1;transition:left .2s,width .2s,opacity 0s;transition-timing-function:cubic-bezier(.4,.5,.5,1)}.stripe-card__field.invalid:not(.focused)+.stripe-card__label{color:#d8334a}.stripe-card__field.invalid:not(.focused)+.stripe-card__label:after{content:"\F071";font-family:FontAwesome;color:#d8334a;font-style:normal;pointer-events:none;padding-left:.25em}.stripe-card__field.invalid:not(.focused)+.stripe-card__label:before{background-color:#d8334a}.dark-form .stripe-card__wrapper{border-bottom-color:#c4c4c4}.dark-form .stripe-card__wrapper.invalid{border-bottom-color:#e05050}.dark-form .stripe-card__label{color:#c4c4c4}.dark-form .stripe-card__label:before{background:#45ffdb}.dark-form .stripe-card__focused+.stripe-card__label{color:#1ebfa0}.dark-form .stripe-card__error,.dark-form .stripe-card__error:after,.dark-form .stripe-card__field.invalid:not(.focused)+.stripe-card__label,.dark-form .stripe-card__field.invalid:not(.focused)+.stripe-card__label:after{color:#e05050}.dark-form .stripe-card__error:before,.dark-form .stripe-card__field.invalid:not(.focused)+.stripe-card__label:before{background-color:#e05050}
/*# sourceMappingURL=commons.7b5018cd5d829696d724.css.map*/
