.focus label {
  color: #001932;
}
.control-group {
  margin-bottom: 12px;
  /* stylelint-disable-next-line selector-max-specificity */
}
.control-group label:not(.btn-label):not(.form-label) {
  color: #001932;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  font-size: 12px;
}
.std-input {
  width: 100%;
  min-height: 40px;
  line-height: 20px;
  padding: 9px 12px;
  font-size: 16px;
  color: #001932;
  background-color: #ffffff;
  border: 1px solid #afafb3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1) inset;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1) inset;
}
.std-input-100 {
  height: 30px;
  min-height: 30px;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
}
.std-input:hover {
  color: #000000;
}
.std-input:hover,
.std-input:active,
.std-input:focus,
.focus .std-input {
  border: 1px solid #4b4b4d;
}
.std-input:disabled,
.std-input.disabled {
  color: #4b4b4d;
  background-color: #d4d4d9;
  border: 1px solid #afafb3;
}
.error .std-input,
.error .select {
  border: 1px solid #ed0000;
}
.error .select-label:before {
  border-color: #ed0000;
}
.error label {
  color: #001932;
}
.has-input-action {
  position: relative;
}
.has-input-action:after {
  content: "";
  display: table;
  clear: both;
}
.has-input-action .input-action {
  position: absolute;
}
.input-action {
  position: absolute;
  font-size: 8px;
  right: 0;
  top: 0;
  padding: 14px 12px 12px 12px;
  color: #4b4b4d;
  display: none;
  line-height: 20px;
  cursor: pointer;
  height: 40px;
}
.input-action-has-label .input-action {
  top: 20px;
}
.input-action-text {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  font-weight: bold;
}
.std-input-100 + .input-action-text {
  padding: 6px;
}
.input-suffix,
.input-prefix {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 0 12px;
  font-weight: bold;
}
.input-suffix {
  right: 0;
}
.input-prefix {
  left: 0;
}
.checkbox,
.radiobutton {
  border: 1px solid #000000;
  margin: 0 12px 0 0;
}
.select {
  border: 1px solid #afafb3;
  font-size: 16px;
  color: #7d7d80;
  padding: 6px;
  -webkit-appearance: none;
  text-indent: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 20px;
  display: block;
  width: 100%;
  min-height: 40px;
  height: 40px;
  cursor: pointer;
}
.select:hover select,
.select:hover:before {
  border-color: #4b4b4d;
  color: #4b4b4d;
}
.select-label {
  position: relative;
  width: 100%;
  display: block;
}
.select-label:before {
  content: '\eab2';
}
.select-label:before {
  font-family: 'ui-icon';
  font-size: 14px;
  background-color: #ffffff;
  color: #001932;
  right: 0;
  top: 0;
  padding: 0 12px 0;
  position: absolute;
  pointer-events: none;
  line-height: 38px;
  border: 1px solid #afafb3;
  border-left: none;
}
.select-label:hover select,
.select-label:hover .select,
.select-label:hover:before {
  border-color: #4b4b4d;
  color: #4b4b4d;
}
select::-ms-expand {
  display: none;
}
.select-inverted::-ms-expand {
  background-color: #434343;
  background-image: -moz-linear-gradient(top, #404040, #484848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#484848));
  background-image: -webkit-linear-gradient(top, #404040, #484848);
  background-image: -o-linear-gradient(top, #404040, #484848);
  background-image: linear-gradient(to bottom, #404040, #484848);
  background-repeat: repeat-x;
  color: #ffffff;
  border: none;
}
.select-default {
  color: #001932;
  background-color: #fff;
}
.select-inverted {
  color: #ffffff;
  border: none;
  background-color: #4b4b4d;
}
.select-inverted:hover {
  color: #ffffff;
  background-color: #58585a;
}
.select-inverted:before {
  color: #fafaff;
  background-color: #4b4b4d;
  border: none;
}
.select-label-inverted:before {
  color: #fafaff;
  background-color: #4b4b4d;
  border: none;
}
.select-label-inverted:hover select,
.select-label-inverted:hover .select,
.select-label-inverted:hover:before {
  color: #ffffff;
  background-color: #58585a;
}
.select-label-inverted option {
  color: #001932;
  background: #ffffff;
}
.select-inverted:disabled,
.select-inverted.disabled {
  color: #4b4b4d;
}
.select-label-inverted:disabled:before,
.select-label-inverted.disabled:before {
  color: #4b4b4d;
}
.help-message {
  display: none;
  font-size: 12px;
  padding-top: 3px;
}
.error-message {
  display: none;
  color: #001932;
  padding-top: 3px;
  margin-bottom: 12px;
  font-size: 12px;
}
.info-message {
  padding-top: 3px;
}
.control-group.error .help-message {
  display: none;
}
.control-group.error .error-message {
  display: block;
}
.form-vertical {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.mobile .form-vertical {
  max-width: 300px;
}
.has-input-action .std-input,
.focus .has-input-action .std-input {
  padding-right: 36px;
}
.has-prefix .std-input {
  padding-left: 36px;
}
.has-input-action .search-input {
  padding-right: 36px;
  padding-left: 36px;
}
.has-input-action .search-input:focus {
  padding-left: 10px;
}
.has-input-action .search-icon {
  position: absolute;
  top: 13px;
  left: 12px;
}
::-ms-clear {
  width: 0;
  height: 0;
}
::-ms-reveal {
  width: 0;
  height: 0;
}
.os-windows-phone.browser-chrome .select-label:before,
.os-windows.browser-unknown .select-label:before {
  line-height: 44px;
}
.input-control-textarea {
  padding: 3px 0 5px 0;
}

.form-fieldset-has-legend {
  /* stylelint-disable-next-line selector-max-specificity */
}
.form-fieldset-has-legend .control-group.form-v2:first-of-type {
  padding-top: 0.8571em;
}
.control-group.form-v2 {
  padding-bottom: 0;
  margin-top: 2.5714em;
  margin-bottom: 0;
}
.control-group.form-v2 .error-message,
.control-group.form-v2 .info-message {
  font-size: 12px;
  color: inherit;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: 0.25em;
}
.control-group.form-v2.input-control-less-space {
  margin-top: 1.5em;
}
.forms-legend {
  font-size: 12px;
  text-transform: none;
  padding-left: 1.5em;
  margin-bottom: 0.8571em;
  line-height: 0.8571em;
}
.standard-input {
  position: relative;
  border: none;
  height: 2.5em;
  width: 100%;
  font-size: 16px;
  padding: 0.8125em 0.75em 0.8125em 1.125em;
  background: transparent;
  text-indent: -100%;
  line-height: 2.5em;
}
.input-leading-has-prefix {
  padding-left: 0.75em;
}
.input-leading-has-prefix .input-prefx {
  padding-left: 0.375em;
}
.input-look:has(.input-leading-has-prefix) .original-label {
  text-indent: 2.125em;
}
.control-group.form-v2:has(.standard-input:disabled) .control-group-info-wrapper {
  color: rgba(0, 0, 0, 0.4);
}
.control-group.form-v2:has(.standard-input:disabled) .input-prefx,
.control-group.form-v2:has(.standard-input:disabled) .input-sufx {
  color: rgba(0, 0, 0, 0.4);
}
.input-leading {
  height: 2.5em;
  display: inline-flex;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
  width: 0.75em;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
}
.standard-input-middle {
  display: inline-flex;
  flex-grow: 1;
  height: 2.5em;
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
}
.original-label {
  display: inline-block;
}
.input-trailing {
  height: 2.5em;
  display: inline-flex;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
}
.input-notch {
  height: 2.5em;
  position: relative;
}
.input-north-notch {
  padding-top: 0.7142em;
  padding-left: 0.375em;
  height: 2em;
  width: 100%;
  border-top: 1px solid transparent;
  will-change: transform;
}
.input-south-notch {
  position: absolute;
  bottom: 0;
  height: 0.5em;
  width: 100%;
  border-bottom: 2px solid transparent;
}
.control-group .input-control .label {
  position: relative;
  left: 0;
  display: inline-block;
  max-height: 1.4285em;
  overflow: hidden;
  opacity: 1;
  will-change: transform;
}
.control-group .input-control {
  /* stylelint-disable-next-line selector-max-specificity */
}
.control-group .input-control label:not(.btn-label):not(.form-label) {
  text-transform: none;
  letter-spacing: 0.3px;
  margin: 0;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  left: 0;
  opacity: 1;
  will-change: transform;
}
.forms-label.hide-label {
  opacity: 0;
}
.help-text-label {
  display: none;
}
.input-control {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  will-change: transform;
  z-index: 0;
}
.input-look {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 16px;
}
.input-prefx,
.input-sufx {
  margin-top: -1px;
  font-size: 16px;
  line-height: 2.5em;
  color: #001932;
}
.input-sufx {
  padding-right: 1.125em;
}
.input-sufx .icon-button,
.input-sufx > .icon {
  margin: -0.6428em -0.8571em -0.6428em -0.4285em;
  padding: 0.3571em 0.8571em 0.6428em 0.4285em;
}
.input-prefx .icon-button,
.input-prefx > .icon {
  margin: -0.6428em -0.8571em -0.6428em -0.4285em;
  padding: 0.3571em 0.4285em 0.6428em 0.8571em;
}
.control-group.error .input-south-notch,
.control-group.error .standard-input-middle,
.control-group.error .input-leading,
.control-group.error .input-trailing {
  border-bottom-width: 4px;
  border-bottom-color: #ed0000;
}
.control-group.error .info-message-wrapper {
  display: none;
}
.standard-input:focus ~ .input-look,
.standard-input.input-valid ~ .input-look {
  /* stylelint-disable-next-line selector-max-specificity */
  /* stylelint-disable-next-line selector-max-specificity */
  /* stylelint-disable-next-line selector-max-specificity */
}
.standard-input:focus ~ .input-look .input-north-notch,
.standard-input.input-valid ~ .input-look .input-north-notch {
  border-top: none;
  padding: 0 0.375em;
  width: calc(100% + 2px);
  left: 0;
  position: relative;
  height: 0.5em;
  transform: translateY(0.125em);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  /* stylelint-disable-next-line selector-max-specificity */
}
.standard-input:focus ~ .input-look .input-north-notch .forms-label,
.standard-input.input-valid ~ .input-look .input-north-notch .forms-label {
  transform: translateY(-0.91666667em);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 12px;
  margin-top: 0;
}
.standard-input:focus ~ .input-look .input-north-notch .forms-label .original-label,
.standard-input.input-valid ~ .input-look .input-north-notch .forms-label .original-label {
  /* stylelint-disable-next-line */
  text-indent: 0!important;
}
.standard-input:focus ~ .input-look .input-south-notch,
.standard-input.input-valid ~ .input-look .input-south-notch {
  height: 2em;
}
.standard-input:focus ~ .input-look .input-south-notch,
.standard-input.input-valid ~ .input-look .input-south-notch,
.standard-input:focus ~ .input-look .standard-input-middle,
.standard-input.input-valid ~ .input-look .standard-input-middle,
.standard-input:focus ~ .input-look .input-leading,
.standard-input.input-valid ~ .input-look .input-leading,
.standard-input:focus ~ .input-look .input-trailing,
.standard-input.input-valid ~ .input-look .input-trailing {
  transition: border-bottom-width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.standard-input:focus .input-notch {
  border-top: none;
}
.standard-input:focus,
.standard-input.input-valid {
  text-indent: 0;
}
.standard-input:focus ~ .input-look {
  /* stylelint-disable-next-line selector-max-specificity */
  /* stylelint-disable-next-line selector-max-specificity */
  /* stylelint-disable-next-line selector-max-specificity */
}
.standard-input:focus ~ .input-look .input-south-notch,
.standard-input:focus ~ .input-look .standard-input-middle,
.standard-input:focus ~ .input-look .input-leading,
.standard-input:focus ~ .input-look .input-trailing {
  border-bottom-width: 4px;
  transition: border-bottom-width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.standard-input:focus ~ .input-look .original-label {
  padding-left: 0;
  display: none;
}
.standard-input:focus ~ .input-look .help-text-label {
  display: inline;
  visibility: visible;
}
.control-group.error .error-icon {
  display: inline-block;
  /* stylelint-disable-next-line selector-max-specificity */
}
.control-group.error .error-icon .icon {
  color: #ed0000;
}
.error-icon {
  margin-top: -0.1875em;
  padding-right: 0.375em;
  font-size: 16px;
  line-height: 1.125em;
  display: none;
}
.input-control-default {
  /* stylelint-disable-next-line selector-max-specificity */
}
.input-control-default .standard-input:focus ~ .input-look,
.input-control-default .standard-input.input-valid ~ .input-look {
  /* stylelint-disable-next-line selector-max-specificity */
}
.input-control-default .standard-input:focus ~ .input-look .original-label,
.input-control-default .standard-input.input-valid ~ .input-look .original-label {
  color: #001932;
}
.input-control-default .original-label {
  color: #001932;
}
.input-control-default .help-text-label {
  color: #001932;
}
.input-control-default .input-leading {
  border-left-color: #001932;
  border-top-color: #001932;
  border-bottom-color: #001932;
}
.input-control-default .standard-input-middle {
  border-top-color: #001932;
  border-bottom-color: #001932;
}
.input-control-default .input-trailing {
  border-right-color: #001932;
  border-top-color: #001932;
  border-bottom-color: #001932;
}
.input-control-default .input-north-notch {
  border-top-color: #001932;
}
.input-control-default .input-south-notch {
  border-bottom-color: #001932;
}
.input-control-default .forms-label {
  color: #001932;
}
.input-control-default .standard-input {
  letter-spacing: 0.3px;
  color: #001932;
}
.input-control-default .input-look-disabled .input-leading,
.input-control-default .input-look-disabled .standard-input-middle,
.input-control-default .input-look-disabled .input-trailing,
.input-control-default .input-look-disabled .input-north-notch,
.input-control-default .input-look-disabled .input-south-notch {
  border-color: rgba(0, 0, 0, 0.2);
  /* stylelint-disable-next-line selector-max-specificity */
}
.input-control-default .input-look-disabled .input-leading .original-label,
.input-control-default .input-look-disabled .standard-input-middle .original-label,
.input-control-default .input-look-disabled .input-trailing .original-label,
.input-control-default .input-look-disabled .input-north-notch .original-label,
.input-control-default .input-look-disabled .input-south-notch .original-label,
.input-control-default .input-look-disabled .input-leading .help-text-label,
.input-control-default .input-look-disabled .standard-input-middle .help-text-label,
.input-control-default .input-look-disabled .input-trailing .help-text-label,
.input-control-default .input-look-disabled .input-north-notch .help-text-label,
.input-control-default .input-look-disabled .input-south-notch .help-text-label,
.input-control-default .input-look-disabled .input-leading .icon,
.input-control-default .input-look-disabled .standard-input-middle .icon,
.input-control-default .input-look-disabled .input-trailing .icon,
.input-control-default .input-look-disabled .input-north-notch .icon,
.input-control-default .input-look-disabled .input-south-notch .icon {
  color: rgba(0, 0, 0, 0.4);
}
.control-group.form-v2:has(.input-control-inverted) .error-icon .icon {
  /* stylelint-disable-next-line */
  color: #ffffff !important;
}
.control-group.form-v2:has(.input-control-inverted) .error-message {
  color: #ffffff;
}
.control-group.form-v2:has(.input-control-inverted) .info-message {
  color: #ffffff;
}
.control-group.form-v2:has(.input-control-inverted) .input-sufx,
.control-group.form-v2:has(.input-control-inverted) .input-prefx {
  color: #ffffff;
}
.input-control-inverted {
  /* stylelint-disable-next-line selector-max-specificity */
}
.input-control-inverted .standard-input:focus ~ .input-look,
.input-control-inverted .standard-input.input-valid ~ .input-look {
  /* stylelint-disable-next-line selector-max-specificity */
}
.input-control-inverted .standard-input:focus ~ .input-look .original-label,
.input-control-inverted .standard-input.input-valid ~ .input-look .original-label {
  color: #ffffff;
}
.input-control-inverted .original-label {
  color: #ffffff;
}
.input-control-inverted .help-text-label {
  color: #ffffff;
}
.input-control-inverted .input-leading {
  border-left-color: #ffffff;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.input-control-inverted .standard-input-middle {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.input-control-inverted .input-trailing {
  border-right-color: #ffffff;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.input-control-inverted .input-north-notch {
  border-top-color: #ffffff;
}
.input-control-inverted .input-south-notch {
  border-bottom-color: #ffffff;
}
.input-control-inverted .forms-label {
  color: #ffffff;
}
.input-control-inverted .standard-input {
  color: #ffffff;
}
.input-control-inverted .input-look-disabled .input-leading,
.input-control-inverted .input-look-disabled .standard-input-middle,
.input-control-inverted .input-look-disabled .input-trailing,
.input-control-inverted .input-look-disabled .input-north-notch,
.input-control-inverted .input-look-disabled .input-south-notch {
  border-color: rgba(255, 255, 255, 0.4);
  /* stylelint-disable */
}
.input-control-inverted .input-look-disabled .input-leading .original-label,
.input-control-inverted .input-look-disabled .standard-input-middle .original-label,
.input-control-inverted .input-look-disabled .input-trailing .original-label,
.input-control-inverted .input-look-disabled .input-north-notch .original-label,
.input-control-inverted .input-look-disabled .input-south-notch .original-label,
.input-control-inverted .input-look-disabled .input-leading .help-text-label,
.input-control-inverted .input-look-disabled .standard-input-middle .help-text-label,
.input-control-inverted .input-look-disabled .input-trailing .help-text-label,
.input-control-inverted .input-look-disabled .input-north-notch .help-text-label,
.input-control-inverted .input-look-disabled .input-south-notch .help-text-label,
.input-control-inverted .input-look-disabled .input-leading .icon,
.input-control-inverted .input-look-disabled .standard-input-middle .icon,
.input-control-inverted .input-look-disabled .input-trailing .icon,
.input-control-inverted .input-look-disabled .input-north-notch .icon,
.input-control-inverted .input-look-disabled .input-south-notch .icon {
  color: rgba(255, 255, 255, 0.4);
}
.input-control-inverted input:-webkit-autofill,
.input-control-inverted input:-webkit-autofill:hover,
.input-control-inverted input:-webkit-autofill::first-line,
.input-control-inverted input:-webkit-autofill:focus,
.input-control-inverted textarea:-webkit-autofill,
.input-control-inverted textarea:-webkit-autofill:hover,
.input-control-inverted textarea:-webkit-autofill:focus,
.input-control-inverted select:-webkit-autofill,
.input-control-inverted select:-webkit-autofill:hover,
.input-control-inverted select:-webkit-autofill:focus {
  background-color: transparent;
  font-size: 16px !important;
  border: none;
  border-radius: 4px;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* stylelint-enable */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
  color: #001932 !important;
  font-size: 16px !important;
  -webkit-text-fill-color: #001932;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.input-control textarea:active.svs-keyboard-focus,
.input-control textarea:focus.svs-keyboard-focus,
.input-control input:active.svs-keyboard-focus,
.input-control input:focus.svs-keyboard-focus {
  outline: 0.14em solid #256FEA;
  outline-offset: -0.3125em;
  box-shadow: none;
  text-decoration: none;
}
.input-control textarea:active,
.input-control textarea:focus,
.input-control input:active,
.input-control input:focus {
  outline: 0.14em solid transparent;
  outline-offset: -0.375em;
  box-shadow: none;
  text-decoration: none;
}
.form-v2 .select-label:before {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-v2 .select-label,
.form-v2 .select {
  border-radius: 4px;
}
.form-v2 .select-label-default:before {
  color: #001932;
  border-color: transparent;
  background-color: transparent;
}
.form-v2 .select-default {
  color: #001932;
  border-color: #001932;
  background-color: transparent;
  font-size: 16px;
  height: 2.5em;
  padding-left: 1.125em;
  text-indent: 0;
  letter-spacing: 0.3px;
}
.form-v2 .select-default:hover {
  border-color: #001932;
  background-color: transparent;
}
.form-v2 .select-label-inverted:before {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.form-v2 .select-inverted {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding-left: 1.125em;
  text-indent: 0;
  letter-spacing: 0.3px;
}
.form-v2 .select-inverted:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.control-group.form-v2 label:not(.btn-label):not(.form-label):not(.forms-label).select-label-v2 {
  font-size: 12px;
  text-transform: none;
  padding-left: 1.5em;
  margin-bottom: 0.8571em;
  line-height: 0.8571em;
}
.control-group.form-v2 label:not(.btn-label):not(.form-label):not(.forms-label).select-label-v2-default {
  color: #001932;
}
.control-group.form-v2 label:not(.btn-label):not(.form-label):not(.forms-label).select-label-v2-inverted {
  color: #ffffff;
}
.input-control-textarea .standard-input {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  line-height: 1.1em;
}
.input-control-textarea .input-look {
  top: 0;
  bottom: 0;
}
.input-control-textarea .input-leading,
.input-control-textarea .standard-input-middle,
.input-control-textarea .input-trailing,
.input-control-textarea .input-notch {
  height: 100%;
}
.input-control-textarea .standard-input.input-valid ~ .input-look .input-south-notch,
.input-control-textarea .standard-input:focus ~ .input-look .input-south-notch {
  height: calc(100% - 10px);
}
.control-group.form-v2 {
  /* Hide spinners Chrome, Safari, Edge, Opera */
  /* Hide spinners Firefox */
}
.control-group.form-v2 input::-webkit-outer-spin-button,
.control-group.form-v2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.control-group.form-v2 input[type=number] {
  -moz-appearance: textfield;
}
.control-group-info-wrapper,
.control-group-error-wrapper {
  font-size: 12px;
  margin: 0.5em 1.5em 0.375em 1.5em;
  display: flex;
  align-items: center;
}
.control-group-error-wrapper {
  display: none;
}
.control-group.form-v2.error .control-group-error-wrapper {
  display: flex;
}
.control-group:has(.standard-input:focus) .help-message {
  display: inline-block;
}
.control-group.form-v2:has(.input-control-inverted) .text-input-char-counter {
  color: #ffffff;
}
.text-input-char-counter {
  font-size: 12px;
  color: #001932;
  display: inline-block;
  float: right;
  margin: 0.5em 1.5em;
}
.control-group.error .text-input-char-counter {
  display: none;
}
.control-group.error .control-group-info-wrapper {
  display: none;
}

.form-toggle {
  position: relative;
  vertical-align: text-bottom;
}
.form-toggle-inline {
  display: inline-block;
}
.form-toggle-input {
  position: absolute;
  top: 2px;
  z-index: -1;
  opacity: 0;
}
.form-toggle-checkbox + .form-label,
.form-toggle-radio + .form-label {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-toggle-checkbox + .form-label .form-label-btn,
.form-toggle-radio + .form-label .form-label-btn {
  align-self: baseline;
  flex: none;
  display: block;
  position: relative;
  width: 1.42857143em;
  height: 1.42857143em;
  border: 2px solid transparent;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.form-toggle-checkbox + .form-label .form-label-text,
.form-toggle-radio + .form-label .form-label-text {
  flex: auto;
  text-transform: none;
  padding: 0 6px;
}
.form-toggle-checkbox + .form-label .form-label-text-title,
.form-toggle-radio + .form-label .form-label-text-title {
  font-weight: bold;
  display: block;
}
.form-toggle-checkbox + .form-label-align-left .form-label-btn,
.form-toggle-radio + .form-label-align-left .form-label-btn {
  float: left;
}
.form-toggle-checkbox + .form-label-align-right,
.form-toggle-radio + .form-label-align-right {
  flex-direction: row-reverse;
}
.form-toggle-checkbox + .form-label-align-right .form-label-btn,
.form-toggle-radio + .form-label-align-right .form-label-btn {
  float: right;
}
.form-toggle-checkbox + .form-label > *,
.form-toggle-radio + .form-label > * {
  pointer-events: none;
}
.form-toggle-checkbox:not([disabled]) + .form-label,
.form-toggle-radio:not([disabled]) + .form-label {
  cursor: pointer;
}
.form-toggle-checkbox + .form-label .form-label-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.form-toggle-checkbox + .form-label .form-label-btn:after {
  content: '\ea2f';
  font-family: 'ui-icon';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.5em);
  line-height: 0;
  padding: 0;
  margin: 0;
  font-size: 1em;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.form-toggle-checkbox:checked + .form-label .form-label-btn:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.form-toggle-radio + .form-label .form-label-btn {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.form-toggle-radio + .form-label .form-label-btn:after {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.form-toggle-radio:checked + .form-label .form-label-btn:after {
  opacity: 1;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.form-toggle-button + .form-label {
  height: 1.875em;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.01875em;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.form-toggle-button + .form-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.form-toggle-button + .form-label .form-label-text {
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
}
.form-toggle-button:checked + .form-label:after {
  background-clip: unset;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.form-toggle-group {
  font-size: 16px;
  height: 1.875em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-toggle-group .form-toggle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-toggle-group .form-label {
  border: 2px solid transparent;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.form-toggle-group .form-label .form-label-btn {
  margin-top: 0;
  margin-right: 0;
  width: 2.14285714em;
  height: 1.85714286em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.form-toggle-group .form-label .form-label-text {
  font-weight: 500;
  padding: 0 6px;
}
@media (max-width: 340px) {
  .form-toggle-group .form-label .form-label-text {
    letter-spacing: 0;
    padding: 0 3px;
  }
}
.form-toggle-group .form-label-align-left {
  padding-right: 6px;
}
.form-toggle-group .form-label-align-left .form-label-btn {
  margin-left: 0;
  border-right-width: 2px;
  border-left: none;
}
.form-toggle-group .form-label-align-left .form-label-text {
  text-align: right;
}
.form-toggle-group .form-label-align-left .form-label-text.align-center {
  text-align: center;
}
.form-toggle-group .form-label-align-right {
  padding-left: 6px;
}
.form-toggle-group .form-label-align-right .form-label-btn {
  border-left-width: 2px;
}
.form-toggle-group .form-label .form-label-btn:after {
  left: 0.5em;
  top: 0.87em;
  font-weight: 800;
}
.form-toggle-group.form-toggle-thin .form-label {
  border-width: 1px;
}
.form-toggle-group.form-toggle-thin .form-toggle:not(:first-child) {
  margin-left: -1px;
}
.form-toggle-group.form-toggle-thin .form-label-align-left .form-label-btn {
  left: -0.07142857em;
  border-right-width: 1px;
  height: 2.07142857em;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.form-toggle-group.form-toggle-thin .form-label-align-right .form-label-btn {
  right: -0.07142857em;
  border-left-width: 1px;
  height: 2.07142857em;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.form-toggle-group .form-toggle-button + .form-label {
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.form-toggle-group .form-toggle-button + .form-label:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.form-toggle-group .form-toggle:not(:first-child) {
  margin-left: -2px;
}
.form-toggle-group .form-toggle:first-child .form-label {
  border-top-left-radius: 4px 0 0 4px;
  border-bottom-left-radius: 4px 0 0 4px;
  border-top-right-radius: 4px 0 0 4px;
  border-bottom-right-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.form-toggle-group .form-toggle:last-of-type .form-label {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.form-toggle-group.form-toggle-multiple-lines {
  height: auto;
  flex-flow: wrap;
  padding-top: 2px;
}
.form-toggle-group.form-toggle-multiple-lines .form-label {
  height: 1.875em;
}
.form-toggle-group.form-toggle-multiple-lines:not(.form-toggle-group-gap) {
  border-left: 2px solid #001932;
}
.form-toggle-group.form-toggle-multiple-lines:not(.form-toggle-group-gap) .form-label {
  border-left: none;
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle-group-gap {
  gap: var(--gap);
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle {
  margin-top: -2px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle:not(:first-child) {
  margin-left: 0;
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle:first-child .form-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle:first-child .form-label:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: unset;
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle:last-of-type .form-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.form-toggle-group.form-toggle-multiple-lines .form-toggle:last-of-type .form-label:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: unset;
}
.form-toggle-group.form-toggle-multiple-lines.form-toggle-thin {
  border-left-width: 1px;
  padding-top: 1px;
}
.form-toggle-group.form-toggle-multiple-lines.form-toggle-thin .form-toggle {
  margin-top: -1px;
}
.form-toggle-group-200.form-toggle-multiple-lines .form-label {
  height: 2.5em;
}
.form-toggle-group-200 {
  font-size: 16px;
  height: 2.5em;
}
.form-toggle-group-200 .form-label {
  height: 2.5em;
}
.form-toggle-input:focus.svs-keyboard-focus {
  outline: -1px;
}
.form-toggle-input:focus.svs-keyboard-focus + .form-label {
  outline: 0.14rem solid #ffffff;
  outline-offset: 0;
  box-shadow: 0 0 0.21rem 0.28rem #256FEA;
  text-decoration: underline;
}
.form-toggle-input:focus.svs-keyboard-focus + .form-label .form-label-text {
  text-decoration: none;
}
/* stylelint-disable-next-line selector-class-pattern */
.form-toggle-default.form-toggle-checkbox + .form-label,
.form-toggle-default.form-toggle-radio + .form-label {
  color: #001932;
}
.form-toggle-default.form-toggle-checkbox + .form-label .form-label-btn,
.form-toggle-default.form-toggle-radio + .form-label .form-label-btn {
  border-color: #001932;
}
.form-toggle-default.form-toggle-checkbox + .form-label .form-label-btn:before,
.form-toggle-default.form-toggle-radio + .form-label .form-label-btn:before {
  background: #001932;
}
.form-toggle-default.form-toggle-checkbox:disabled + .form-label .form-label-btn,
.form-toggle-default.form-toggle-radio:disabled + .form-label .form-label-btn {
  border-color: #d4d4d9;
  -moz-box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.form-toggle-default.form-toggle-checkbox:disabled:checked + .form-label .form-label-btn,
.form-toggle-default.form-toggle-radio:disabled:checked + .form-label .form-label-btn {
  border-color: transparent;
  background: #d4d4d9;
}
.form-toggle-default.form-toggle-checkbox:disabled:checked + .form-label .form-label-btn:after,
.form-toggle-default.form-toggle-radio:disabled:checked + .form-label .form-label-btn:after {
  color: #ededf2;
}
.form-toggle-default.form-toggle-checkbox + .form-label .form-label-btn {
  background: transparent;
}
.form-toggle-default.form-toggle-checkbox + .form-label .form-label-btn:after {
  color: #ffffff;
}
.form-toggle-default.form-toggle-checkbox:checked + .form-label .form-label-btn {
  background: #001932;
}
.form-toggle-default.form-toggle-radio + .form-label .form-label-btn:after {
  background-color: #001932;
}
.form-toggle-default.form-toggle-button + .form-label {
  background: #e1e1e5;
}
.form-toggle-default.form-toggle-button + .form-label:after {
  background-color: #001932;
}
.form-toggle-default.form-toggle-button:checked + .form-label .form-label-text {
  color: #ffffff;
}
.form-toggle-default.form-toggle-button:checked + .form-label:after {
  background: #001932;
}
.form-toggle-default.form-toggle-button:disabled + .form-label {
  background: #d4d4d9;
  color: #afafb3;
}
.form-toggle-group .form-toggle-default.form-toggle-checkbox + .form-label,
.form-toggle-group .form-toggle-default.form-toggle-radio + .form-label {
  border-color: #001932;
}
.form-toggle-group .form-toggle-default.form-toggle-button + .form-label {
  background: transparent;
}
.form-toggle-inverted.form-toggle-checkbox + .form-label,
.form-toggle-inverted.form-toggle-radio + .form-label {
  color: #ffffff;
}
.form-toggle-inverted.form-toggle-checkbox + .form-label .form-label-btn,
.form-toggle-inverted.form-toggle-radio + .form-label .form-label-btn {
  border-color: rgba(255, 255, 255, 0.9);
}
.form-toggle-inverted.form-toggle-checkbox + .form-label .form-label-btn:before,
.form-toggle-inverted.form-toggle-radio + .form-label .form-label-btn:before {
  background: rgba(255, 255, 255, 0.9);
}
.form-toggle-inverted.form-toggle-checkbox:disabled + .form-label .form-label-btn,
.form-toggle-inverted.form-toggle-radio:disabled + .form-label .form-label-btn {
  border-color: #d4d4d9;
  -moz-box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.form-toggle-inverted.form-toggle-checkbox:disabled:checked + .form-label .form-label-btn,
.form-toggle-inverted.form-toggle-radio:disabled:checked + .form-label .form-label-btn {
  border-color: transparent;
  background: #d4d4d9;
}
.form-toggle-inverted.form-toggle-checkbox:disabled:checked + .form-label .form-label-btn:after,
.form-toggle-inverted.form-toggle-radio:disabled:checked + .form-label .form-label-btn:after {
  color: #ededf2;
}
.form-toggle-inverted.form-toggle-checkbox + .form-label .form-label-btn {
  background: transparent;
}
.form-toggle-inverted.form-toggle-checkbox + .form-label .form-label-btn:after {
  color: #323233;
}
.form-toggle-inverted.form-toggle-checkbox:checked + .form-label .form-label-btn {
  background: rgba(255, 255, 255, 0.9);
}
.form-toggle-inverted.form-toggle-radio + .form-label .form-label-btn:after {
  background-color: rgba(255, 255, 255, 0.9);
}
.form-toggle-inverted.form-toggle-button + .form-label {
  background: #e1e1e5;
}
.form-toggle-inverted.form-toggle-button + .form-label:after {
  background-color: rgba(255, 255, 255, 0.9);
}
.form-toggle-inverted.form-toggle-button:checked + .form-label .form-label-text {
  color: #323233;
}
.form-toggle-inverted.form-toggle-button:checked + .form-label:after {
  background: rgba(255, 255, 255, 0.9);
}
.form-toggle-inverted.form-toggle-button:disabled + .form-label {
  background: #d4d4d9;
  color: #afafb3;
}
.form-toggle-group .form-toggle-inverted.form-toggle-checkbox + .form-label,
.form-toggle-group .form-toggle-inverted.form-toggle-radio + .form-label {
  border-color: rgba(255, 255, 255, 0.9);
}
.form-toggle-group .form-toggle-inverted.form-toggle-button + .form-label {
  background: transparent;
}
.form-toggle-checkbox + .form-label .form-label-btn:before,
.form-toggle-radio + .form-label .form-label-btn:before {
  content: "";
  position: absolute;
  top: -75%;
  left: -75%;
  width: 250%;
  height: 250%;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition-property: visibility, opacity, transform;
  -moz-transition-property: visibility, opacity, transform;
  -o-transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  -moz-transition-property: visibility, opacity, -moz-transform;
  -o-transition-property: visibility, opacity, -o-transform;
  transition-property: visibility, opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-delay: 0, 0, 800ms;
  -moz-transition-delay: 0, 0, 800ms;
  -o-transition-delay: 0, 0, 800ms;
  transition-delay: 0, 0, 800ms;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
.form-toggle-checkbox:not([disabled]) + .form-label:active .form-label-btn:before,
.form-toggle-radio:not([disabled]) + .form-label:active .form-label-btn:before {
  visibility: visible;
  opacity: 0.12;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0, 0, 0;
  -moz-transition-delay: 0, 0, 0;
  -o-transition-delay: 0, 0, 0;
  transition-delay: 0, 0, 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition-delay: 0s, 0s, 0s;
  -o-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.form-toggle-checkbox + .form-label .form-label-btn {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.form-toggle-checkbox + .form-label .form-label-btn:after {
  -webkit-transition: transform 0.3s 0.2s;
  -moz-transition: transform 0.3s 0.2s;
  -o-transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  -moz-transition: -moz-transform 0.3s 0.2s;
  -o-transition: -o-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s,-moz-transform 0.3s 0.2s,-o-transform 0.3s 0.2s,transform 0.3s 0.2s;
}
.form-toggle-checkbox:checked + .form-label .form-label-btn {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.form-toggle-checkbox:checked + .form-label .form-label-btn:after {
  -webkit-transition: transform 0.2s 0.1s;
  -moz-transition: transform 0.2s 0.1s;
  -o-transition: transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s;
  -webkit-transition: -webkit-transform 0.2s 0.1s;
  -moz-transition: -moz-transform 0.2s 0.1s;
  -o-transition: -o-transform 0.2s 0.1s;
  transition: -webkit-transform 0.2s 0.1s,-moz-transform 0.2s 0.1s,-o-transform 0.2s 0.1s,transform 0.2s 0.1s;
}
.form-toggle-radio + .form-label .form-label-btn:after {
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: 0.2;
  -moz-transition-duration: 0.2;
  -o-transition-duration: 0.2;
  transition-duration: 0.2;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 2ms;
  -moz-transition-delay: 2ms;
  -o-transition-delay: 2ms;
  transition-delay: 2ms;
}
.form-toggle-radio:checked + .form-label .form-label-btn:after {
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: 0.2;
  -moz-transition-duration: 0.2;
  -o-transition-duration: 0.2;
  transition-duration: 0.2;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.form-toggle-button + .form-label {
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.form-toggle-button + .form-label:after {
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: 0.2;
  -moz-transition-duration: 0.2;
  -o-transition-duration: 0.2;
  transition-duration: 0.2;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.form-toggle-button:checked + .form-label {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.form-toggle-button:checked + .form-label:after {
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: 0.2;
  -moz-transition-duration: 0.2;
  -o-transition-duration: 0.2;
  transition-duration: 0.2;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 2ms;
  -moz-transition-delay: 2ms;
  -o-transition-delay: 2ms;
  transition-delay: 2ms;
}

.brand {
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0;
  vertical-align: middle;
  animation-name: brands;
  animation-delay: 0.1s;
  animation-duration: 2s;
}
@keyframes brands {
  0% {
    opacity: 0.999;
  }
  100% {
    opacity: 1;
  }
}

.dropdown-select-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  font-size: 12px;
}
.dropdown-header {
  width: 100%;
  height: 100%;
  padding-right: 44px;
  position: absolute;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 6px;
}
.dropdown-header .brand,
.dropdown-header .bank,
.dropdown-header .icon {
  display: flex;
}
.dropdown-header .brand {
  clip-path: content-box;
}
.dropdown-label {
  font-weight: 500;
  margin-left: 6px;
}
.dropdown-label-right {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translate(6px, -50%);
}
.dropdown-icon {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 40px;
  float: right;
}
.dropdown-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s linear;
}
.dropdown-icon .icon.expanded {
  transform: rotate(-180deg) translate(50%, 50%);
}
.dropdown {
  list-style: none;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 40px;
  cursor: pointer;
  padding: 0;
}
.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), max-height 0.5s cubic-bezier(0, 0, 0.38, 0.9);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.dropdown-list-item {
  position: relative;
  height: 40px;
  transition: background-color 0.1s linear, color 0.1s linear;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dropdown[aria-disabled=true] {
  opacity: 0.5;
  cursor: default;
}
.dropdown-list-item.dropdown-item-disabled {
  opacity: 0.4;
  cursor: default;
}
.dropdown-list-item.dropdown-item-disabled:hover,
.dropdown-list-item.dropdown-item-disabled:focus {
  background-color: transparent;
}
.dropdown-selected {
  padding: 0;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  border: 1px solid transparent;
}
.dropdown-list.dropdown-open {
  opacity: 1;
  overflow: auto;
  max-height: 50vh;
  z-index: 51;
}
.dropdown-v2 .dropdown-list,
.dropdown-v2 .dropdown-selected {
  border-radius: 4px;
}
.dropdown-select-label.dropdown-select-label-v2 {
  display: block;
  text-transform: none;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
}
.dropdown-opened.dropdown-v2 .dropdown-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-opened.dropdown-v2 .dropdown-list {
  border-top: 1px solid #001932;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-v2 .dropdown-header {
  padding-left: 6px;
}
.dropdown-v2 .dropdown-label {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding-left: 6px;
}
/* stylelint-disable-next-line selector-class-pattern */
.dropdown-default .dropdown-select-label {
  color: #7d7d80;
}
.dropdown-default .dropdown-list {
  border-left-color: #afafb3;
  border-right-color: #afafb3;
  border-bottom-color: #afafb3;
}
.dropdown-default .dropdown-list .dropdown-list-item:not(:last-child) {
  border-bottom: 1px solid #ededf2;
}
.dropdown-default .dropdown-selected {
  background-color: #ffffff;
  border-color: #afafb3;
}
.dropdown-default .dropdown-label {
  color: #001932;
}
.dropdown-default .dropdown-selected .dropdown-label {
  color: #001932;
}
.dropdown-default .dropdown-icon .icon {
  color: #7d7d80;
}
.dropdown-default .dropdown-item-selected {
  color: #001932;
  background: transparent;
}
.desktop .dropdown-default .dropdown-list-item:hover,
.desktop .dropdown-default .dropdown-list-item:focus {
  background-color: #ededf2;
}
.dropdown-default .dropdown-select-label.dropdown-select-label-v2 {
  color: #7d7d80;
}
.dropdown-default .dropdown-v2 .dropdown-list {
  border-top: 1px solid #afafb3;
}
.dropdown-default.dropdown-v2 .dropdown-select-label {
  color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-list {
  border-left-color: #001932;
  border-right-color: #001932;
  border-bottom-color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-list .dropdown-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 25, 50, 0.2);
}
.dropdown-default.dropdown-v2 .dropdown-selected {
  background-color: #ffffff;
  border-color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-label {
  color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-selected .dropdown-label {
  color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-icon .icon {
  color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-item-selected {
  color: #001932;
  background: transparent;
}
.desktop .dropdown-default.dropdown-v2 .dropdown-list-item:hover,
.desktop .dropdown-default.dropdown-v2 .dropdown-list-item:focus {
  background-color: #eafbe5;
}
.dropdown-default.dropdown-v2 .dropdown-select-label.dropdown-select-label-v2 {
  color: #001932;
}
.dropdown-default.dropdown-v2 .dropdown-v2 .dropdown-list {
  border-top: 1px solid #001932;
}

.brand {
  height: 50px;
  overflow: hidden;
}
.brand .brand-emblem {
  height: 50px;
  width: 50px;
  margin-top: -6px;
}
.brand .brand-emblem {
  margin-right: 4px;
  align-self: center;
  background-color: transparent;
}
.brand-500 {
  height: 80px;
}
.brand-500 .brand-emblem {
  height: 80px;
  width: 80px;
  margin-top: -6px;
}
.brand-500 .brand-emblem {
  background: transparent;
}
.brand-300 {
  height: 60px;
}
.brand-300 .brand-emblem {
  height: 60px;
  width: 60px;
  margin-top: -6px;
}
.brand-300 .brand-emblem {
  background: transparent;
  margin-right: 10px;
}
.brand-150 {
  height: 32px;
}
.brand-150 .brand-emblem {
  height: 32px;
  width: 32px;
  margin-top: -6px;
}
.brand-150 .brand-emblem {
  margin-right: 3px;
}
.brand-100 {
  height: 24px;
}
.brand-100 .brand-emblem {
  height: 24px;
  width: 24px;
  margin-top: -6px;
}
.brand-100 .brand-emblem {
  margin-right: 3px;
  margin-top: -3px;
}
.brand-30 {
  height: 18px;
}
.brand-30 .brand-emblem {
  height: 18px;
  width: 18px;
  margin-top: -6px;
}
.brand-30 .brand-emblem {
  margin-right: 3px;
}
.brand-img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.brand-square {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.brand-square .brand-img {
  position: relative;
  left: 3px;
  top: 50%;
  height: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: inherit;
}
.brand-square.brand-100 {
  width: 30px;
  height: 30px;
}
.brand-square.brand-300 {
  width: 60px;
  height: 60px;
}
.brand-square.brand-500 {
  width: 80px;
  height: 80px;
}
.brand-rectangle {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  line-height: 0;
}
.brand-square.brand-kenoxpress {
  background-color: #ffdd00;
}
.brand-square.brand-kenoxpress .brands-img {
  left: -90%;
}
.brand-square.brand-lordagsgodis-red,
.brand-rectangle.brand-lordagsgodis-red,
.brand-square.brand-lordagsgodis-oneline-red,
.brand-rectangle.brand-lordagsgodis-oneline-red {
  background: #ffffff;
}
.brand-square.brand-fulltraff .brand-img,
.brand-rectangle.brand-fulltraff .brand-img {
  height: 100%;
  padding-left: 6px;
}
.brand-square.brand-fulltraff.brand-100 .brand-img,
.brand-rectangle.brand-fulltraff.brand-100 .brand-img {
  padding-left: 1px;
}
.brand-square.brand-kenoxpress,
.brand-rectangle.brand-kenoxpress,
.brand-square.brand-xpress,
.brand-rectangle.brand-xpress {
  background-color: #ffdd00;
}
.brand-square.brand-grasroten,
.brand-rectangle.brand-grasroten,
.brand-square.brand-lordagsgodis,
.brand-rectangle.brand-lordagsgodis,
.brand-square.brand-lordagsgodis-oneline,
.brand-rectangle.brand-lordagsgodis-oneline,
.brand-square.brand-rubbet,
.brand-rectangle.brand-rubbet,
.brand-square.brand-rubbetcom,
.brand-rectangle.brand-rubbetcom,
.brand-square.brand-mixar,
.brand-rectangle.brand-mixar {
  background-color: #ed0000;
}
.brand-square.brand-svenskaspel,
.brand-rectangle.brand-svenskaspel {
  background-color: #ff0000;
}
.brand-square.brand-bomben,
.brand-rectangle.brand-bomben,
.brand-square.brand-challenge,
.brand-rectangle.brand-challenge,
.brand-square.brand-oddset,
.brand-rectangle.brand-oddset,
.brand-square.brand-langen,
.brand-rectangle.brand-langen,
.brand-square.brand-langenxl,
.brand-rectangle.brand-langenxl,
.brand-square.brand-live,
.brand-rectangle.brand-live,
.brand-square.brand-matchen,
.brand-rectangle.brand-matchen,
.brand-square.brand-mixen,
.brand-rectangle.brand-mixen,
.brand-square.brand-mixenxl,
.brand-rectangle.brand-mixenxl,
.brand-square.brand-powerplay,
.brand-rectangle.brand-powerplay,
.brand-square.brand-langenxl,
.brand-rectangle.brand-langenxl {
  background-color: #a00813;
}
.brand-square.brand-bingo,
.brand-rectangle.brand-bingo {
  background-color: #c91485;
}
.brand-square.brand-hastar,
.brand-rectangle.brand-hastar,
.brand-square.brand-trav-galopp,
.brand-rectangle.brand-trav-galopp {
  background-color: #00a88b;
}
.brand-square.brand-skrapspel,
.brand-rectangle.brand-skrapspel,
.brand-square.brand-skrap-pacman,
.brand-rectangle.brand-skrap-pacman {
  background-color: #000000;
}
.brand-square.brand-skrap-bingo,
.brand-rectangle.brand-skrap-bingo {
  background-color: #ABD8E8;
}
.brand-square.brand-skrap-matcha,
.brand-rectangle.brand-skrap-matcha {
  background-color: #DEADD0;
}
.brand-square.brand-skrap-kryss,
.brand-rectangle.brand-skrap-kryss {
  background-color: #E8C6AB;
}
.brand-square.brand-skrap7an,
.brand-rectangle.brand-skrap7an {
  background-color: #00AB96;
}
.brand-square.brand-poker,
.brand-rectangle.brand-poker {
  background: linear-gradient(45.39deg, #100f10 -0.01%, #23585f 85.64%);
}
.brand-square.brand-yatzy,
.brand-rectangle.brand-yatzy {
  background-color: #0066AA;
}
.brand-square.brand-extratipset,
.brand-rectangle.brand-extratipset,
.brand-square.brand-em-tipset,
.brand-rectangle.brand-em-tipset,
.brand-square.brand-vm-tipset,
.brand-rectangle.brand-vm-tipset {
  background-color: #0069a9;
}
.brand-square.brand-em-tipset-europa,
.brand-rectangle.brand-em-tipset-europa,
.brand-square.brand-vm-tipset-europa,
.brand-rectangle.brand-vm-tipset-europa {
  background-color: #008733;
}
.brand-square.brand-casino,
.brand-rectangle.brand-casino,
.brand-square.brand-live-casino,
.brand-rectangle.brand-live-casino {
  background-color: #FFECEF;
}
.brand-square.brand-3irad,
.brand-rectangle.brand-3irad {
  background-color: #377b8f;
}
.brand-square.brand-17ellermer,
.brand-rectangle.brand-17ellermer {
  background-color: #b31472;
}
.brand-square.brand-mittemellan,
.brand-rectangle.brand-mittemellan {
  background-color: #b91212;
}
.brand-square.brand-bil-triss,
.brand-rectangle.brand-bil-triss,
.brand-square.brand-dubbel-triss,
.brand-rectangle.brand-dubbel-triss,
.brand-square.brand-mini-triss,
.brand-rectangle.brand-mini-triss {
  background-color: #ffed00;
}
.brand-square.brand-bomben .brand-img,
.brand-square.brand-challenge .brand-img,
.brand-square.brand-oddset .brand-img,
.brand-square.brand-langen .brand-img,
.brand-square.brand-langenxl .brand-img,
.brand-square.brand-live .brand-img,
.brand-square.brand-matchen .brand-img,
.brand-square.brand-mixen .brand-img,
.brand-square.brand-mixenxl .brand-img,
.brand-square.brand-powerplay .brand-img,
.brand-square.brand-langenxl .brand-img {
  height: 75%;
}
.brand-square.brand-bingo .brand-img,
.brand-square.brand-keno .brand-img,
.brand-square.brand-eurojackpot .brand-img,
.brand-square.brand-vikinglotto .brand-img,
.brand-square.brand-lyckoplatsen .brand-img {
  height: 90%;
}
.brand-square.brand-rubbet .brand-img {
  height: 68%;
}
.brand-square.brand-em-tipset-europa .brand-img,
.brand-square.brand-em-tipset .brand-img {
  height: 85%;
  left: 5px;
}
.brand-square.brand-lotto .brand-img {
  height: 74%;
}
.brand-square.brand-hastar .brand-img,
.brand-square.brand-trav-galopp .brand-img {
  height: 100%;
  left: -2px;
}
.brand-square.brand-hastar.brand-100 .brand-img,
.brand-square.brand-trav-galopp.brand-100 .brand-img {
  left: 1px;
}
.brand-vinnare {
  background-color: transparent;
}
.brand-svenskaspel-twolines.header-special-edition .brand-emblem {
  margin-top: -2px;
  margin-right: 3px;
  width: 33px;
  height: 32px;
}
.brand-svenskaspel-twolines.header-special-edition .brand-brand {
  height: 34px;
  width: auto;
  display: inline-block;
  margin-top: 9px;
}
.brand-500.brand.brand-svenskaspel-twolines .brand-emblem {
  margin-top: 0;
  width: 64px;
  height: 64px;
}
.brand-500.brand.brand-svenskaspel-twolines .brand-brand {
  height: 60px;
  margin-top: 14px;
}

/*

# Show rules based on screensize:

.someClass{
	width: 100px;
	.screen-xs({ // Make it 50px on mobile.
		width: 50px;
	})
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate margins based on screensize.

.someClass{
	.xs-margin() = margin: 6px on Mobile;
	.sm-margin(1) = margin: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate paddings based on screensize.

.someClass{
	.xs-padding() = padding: 6px on Mobile;
	.sm-padding(1) = padding: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Complicated mixin / loop for generating all css for margins / paddings.

// ------------------------------------------- */
/* This should be removed, force to use -xs, -md etc instead. */
/**/
/* From Bootstrap 3.3.2 */
.paper {
  display: block;
  position: relative;
  color: inherit;
  background-color: #ffffff;
}
.paper.paper-link {
  text-decoration: none;
}
.paper.paper-link:hover {
  color: inherit;
  text-decoration: none;
}
.paper.paper-tur,
.paper.paper-neutral {
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
.paper.paper-sport {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.paper.paper-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.paper.paper-outlined {
  border: 1px solid #e1e1e5;
}
.paper-link-hover-support:hover {
  filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.24)) drop-shadow(0 14px 22px rgba(0, 0, 0, 0.24)) !important;
}
.paper-link[aria-disabled=true] {
  opacity: 0.5;
}

.elevation-auto-raise {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), filter 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.elevation-100 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.elevation-200 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.elevation-300 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.elevation-400 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.elevation-600 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.elevation-800 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.elevation-1200 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.elevation-1600 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.elevation-2400 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.elevation-100-filter {
  filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.04)) drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.04)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.24)) drop-shadow(0 2px 0 rgba(0, 0, 0, 0.1));
}
.elevation-200-filter {
  filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.06)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.14)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.15));
}
.elevation-300-filter {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.15));
}
.elevation-400-filter {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
}
.elevation-600-filter {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
}
.elevation-800-filter {
  filter: drop-shadow(3px 1px 3px rgba(0, 0, 0, 0.06)) drop-shadow(-3px 1px 3px rgba(0, 0, 0, 0.06)) drop-shadow(0 7px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.29));
}
.elevation-1200-filter {
  filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 20px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.19));
}
.elevation-1600-filter {
  filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 16px 12px rgba(0, 0, 0, 0.19)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
}
.elevation-2400-filter {
  filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 18px 18px rgba(0, 0, 0, 0.22)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
}
@media (pointer: fine) {
  .elevation-100.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-100.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-100.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-100-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-100-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
  }
  .elevation-100-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.04)) drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.04)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.24)) drop-shadow(0 2px 0 rgba(0, 0, 0, 0.1));
  }
  .elevation-200.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-200.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-200.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-200-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-200-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
  }
  .elevation-200-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.06)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.14)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.15));
  }
  .elevation-300.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-300.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-300.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-300-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-300-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
  }
  .elevation-300-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.15));
  }
  .elevation-400.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  }
  .elevation-400.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-400-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 16px 12px rgba(0, 0, 0, 0.19)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
  }
  .elevation-400-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
  }
  .elevation-600.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-600.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  }
  .elevation-600.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  }
  .elevation-600-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-600-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 16px 12px rgba(0, 0, 0, 0.19)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
  }
  .elevation-600-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.19));
  }
  .elevation-800.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-800.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  }
  .elevation-800.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .elevation-800-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-800-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 16px 12px rgba(0, 0, 0, 0.19)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
  }
  .elevation-800-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(3px 1px 3px rgba(0, 0, 0, 0.06)) drop-shadow(-3px 1px 3px rgba(0, 0, 0, 0.06)) drop-shadow(0 7px 4px rgba(0, 0, 0, 0.16)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.29));
  }
  .elevation-1200.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-1200.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .elevation-1200.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  }
  .elevation-1200-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-1200-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 18px 18px rgba(0, 0, 0, 0.22)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
  }
  .elevation-1200-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 20px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.19));
  }
  .elevation-1600.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-1600.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .elevation-1600.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  }
  .elevation-1600-filter.elevation-auto-raise {
    will-change: filter;
  }
  .elevation-1600-filter.elevation-auto-raise:hover {
    cursor: pointer;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 18px 18px rgba(0, 0, 0, 0.22)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
  }
  .elevation-1600-filter.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    filter: drop-shadow(11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(-11px 2px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0 16px 12px rgba(0, 0, 0, 0.19)) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.29));
  }
  .elevation-2400.elevation-auto-raise {
    will-change: box-shadow;
  }
  .elevation-2400.elevation-auto-raise:hover {
    cursor: pointer;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .elevation-2400.elevation-auto-raise[aria-disabled=true]:hover {
    cursor: not-allowed;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
}

