.info-bar {
  display: flex;
  flex-direction: column;
  padding: 2.25rem 2rem;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.info-bar {
    max-width: unset;
    flex-wrap: wrap;
    flex-direction: unset;
    gap: 0 3.125rem;
}
}
.info-bar-header {
  text-align: center;
}
.info-bar-header h1 {
  color: #353535;
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 1rem;
}
.info-bar-header p {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  text-align: left;
  line-height: 1.25rem;
}
.info-bar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 0;
  border-bottom: 1px solid #DDDDDD;
  color: #353535;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
}
.info-bar-item:last-child {
  border: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.info-bar-item {
    width: calc(50% - 2rem);
}
.info-bar-item:nth-last-child(-n+2) {
    border: 0;
}
}
.info-bar-item-text {
  color: #555555;
  line-height: 1.25rem;
}
.info-bar-item-text strong {
  color: #262626;
}
.info-bar-item-image {
  width: 5.75rem;
  margin-right: 1rem;
}
.info-bar-header .title {
  font-family: "Roboto Flex", sans-serif;
  margin-bottom: 1rem;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.btn:hover, .btn:active, .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@-webkit-keyframes spinner-border {
to {
    transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
    transform: rotate(360deg);
}
}
.btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.btn[disabled]:not(.loading):hover, .btn[disabled]:not(.loading):active, .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.btn i,
.btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.btn-block {
  width: 100%;
}
.btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.btn-square i,
.btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.btn.btn-lg i,
.btn.btn-lg svg {
  font-size: 1rem;
}
.btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.btn.btn-icon i,
.btn.btn-icon svg {
  margin: 0;
}
.btn.btn-transparency {
  opacity: 0.8;
}
.btn.btn-transparency:hover, .btn.btn-transparency:active, .btn.btn-transparency:focus, .btn.btn-transparency:focus:active {
  opacity: 1;
}
.btn + .btn {
  margin-left: 0.5rem;
}
.btn + .btn-group {
  margin-left: 0.5rem;
}
.btn-primary,
a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-primary:hover,
a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-primary:focus,
a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-primary:active,
a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.loading-primary {
  background: #DDDDDD !important;
  color: white;
}
.btn-secondary,
a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-secondary:focus,
a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary:active,
a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.btn-tertiary,
a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-tertiary:focus,
a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.btn-tertiary:active,
a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}
.btn-outline,
a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.btn-outline:hover,
a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.btn-outline:focus,
a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-outline:active,
a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}
.btn-action,
a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-action:hover,
a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-action:focus,
a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-action:active,
a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.btn-exception,
a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-exception:hover,
a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-exception:focus,
a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.btn-exception:active,
a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.btn-danger,
a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.btn-danger:hover,
a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.btn-danger:focus,
a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.btn-danger:active,
a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}
.btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow:focus, .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow i,
.btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}
.btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow-sm:focus, .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow-sm i,
.btn-arrow-sm svg {
  margin-right: 0;
}
.btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-field {
  position: relative;
  margin-bottom: 1rem;
  flex: 1;
  background: white;
  border-radius: 0.5rem;
}
.input-field input {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767.98px) {
.input-field input {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    padding: 0.5rem 1rem;
    height: 2.5rem;
}
}
.input-field input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::placeholder {
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.input-field input:focus, .input-field input:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
.input-field input:focus + .field-label, .input-field input:active + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:-moz-placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field.validation-field.has-error input {
  border-color: #D43034;
}
.input-field.validation-field.has-error input:focus + .field-label {
  color: #D43034;
}
.input-field.validation-field.has-error .messages {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.input-field.validation-field.has-error .messages .error {
  margin-bottom: 0.3125rem;
}
.input-field.disabled input {
  border-color: #DDDDDD;
  color: #BBBBBB;
}
.field-label {
  position: absolute;
  top: 0.9375rem;
  left: 1rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
.field-label {
    top: 0.75rem;
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
}
}
::-ms-reveal {
  display: none;
}
.password-field input {
  padding-right: 2.75rem !important;
}
.password-field .show-password {
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
}
@media (max-width: 767.98px) {
.password-field .show-password {
    top: 0.625rem;
    right: 0.75rem;
}
}
.password-field .show-password .fa-eye-slash {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(2px) translateX(2px);
}
.password-field .show-password.input-sm {
  top: 0.5rem;
}
.password-field .show-password.input-sm.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(4px);
}
.password-field .password-strength {
  font-size: 0.625rem;
  padding-top: 0.25rem;
  font-weight: normal;
}
.password-field .password-strength-value {
  font-weight: bold;
}
.password-field .password-strength .svg-inline--fa {
  display: none;
  font-weight: bold;
  font-size: 0.8125rem;
}
.password-field .password-strength .emoji-bad .fa-frown {
  display: inline-block;
}
.password-field .password-strength .emoji-meh .fa-meh {
  display: inline-block;
}
.password-field .password-strength .emoji-strong .fa-smile {
  display: inline-block;
}
.password-field .password-hint {
  font-size: 0.625rem;
  margin-top: 0.375rem;
}
.password-field.has-error .password-strength,
.password-field.has-error .password-hint {
  display: none;
}
.checkbox-field {
  display: flex;
  margin-bottom: 1rem;
}
.checkbox-field label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.checkbox-field label input {
  display: none;
}
.checkbox-field label input:checked + .checkmark::before {
  border: 0.0625rem solid #D43034;
  background-color: #D43034;
}
.checkbox-field label input:checked + .checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.checkbox-field label input:disabled + .checkmark::before {
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled:checked + .checkmark::before {
  background-color: #D43034;
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled ~ span:last-of-type {
  color: #DDDDDD;
}
.checkbox-field label .checkmark {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 1.75rem;
  color: #555555;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label .checkmark::before {
  content: "";
  background-color: white;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.0625rem;
  padding: 0.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-filter: none;
          filter: none;
}
.checkbox-field label:hover .checkmark::before {
  border-color: #D43034;
  -webkit-filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
          filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
}
.checkbox-field label span:last-of-type {
  font-size: 0.75rem;
  color: #555555;
}
.checkbox-field label span:last-of-type a {
  text-decoration: underline;
  color: #262626;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label span:last-of-type a:hover {
  text-decoration: none;
  color: #D43034;
}
.checkbox-field.validation-field.has-error {
  margin-bottom: 0;
}
.checkbox-field.validation-field.has-error + .messages {
  margin-left: 1.875rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.checkbox-field.validation-field.has-error label .checkmark::before {
  border-color: #D43034;
}
.checkbox-field.validation-field:not(.has-error) + .messages {
  display: none;
}
.section-default .row-advanced {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
.section-default .row-advanced {
    flex-direction: column-reverse;
}
}
.section-default .headline {
  display: block;
}
.section-default .headline .title {
  font-family: "IBM Plex Serif", serif;
}
.section-default .headline .subtitle {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-top: 0.75rem;
}
.section-default .form {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
.section-default .form {
    width: 80%;
    margin-bottom: 2rem;
}
}
@media (max-width: 767.98px) {
.section-default .form {
    width: 100%;
}
}
.section-default .form .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-default .form .action .password-recovery a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #262626;
  text-decoration: underline;
}
.section-default .form .action .password-recovery a:hover, .section-default .form .action .password-recovery a:active, .section-default .form .action .password-recovery a:focus {
  color: #D43034;
  text-decoration: none;
}
.section-default .form .action .btn-primary {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.section-default .form .register {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
}
.section-default .form .register a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #262626;
  text-decoration: underline;
}
.section-default .form .register a:hover, .section-default .form .register a:active, .section-default .form .register a:focus {
  color: #D43034;
  text-decoration: none;
}
.section-default .form .loginNotificationsContainer {
  margin-bottom: 1.5rem;
}
.section-default .form .loginNotificationsContainer .alert {
  padding: 0.75rem 1.5rem;
}
.section-default .form .loginNotificationsContainer .alert .message {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
}
.section-default .form .loginNotificationsContainer .alert svg,
.section-default .form .loginNotificationsContainer .alert .close {
  display: none;
}
.section-default .form .loginNotificationsContainer .alert-danger a {
  color: #9D1B25;
  font-weight: 700;
  text-decoration: underline;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  padding: 0.875rem 2rem;
  text-transform: none;
  text-decoration: unset;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.btn.btn-sides-small {
  padding: 0.875rem 0.75rem;
}
.btn:hover, .btn:active, .btn:focus {
  cursor: pointer;
  outline: unset;
  text-decoration: none;
  box-shadow: none;
}
.btn.loading::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.1875rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  position: absolute;
  left: 0.5625rem;
}
@-webkit-keyframes spinner-border {
to {
    transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
    transform: rotate(360deg);
}
}
.btn[disabled]:not(.loading) {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
}
.btn[disabled]:not(.loading):hover, .btn[disabled]:not(.loading):active, .btn[disabled]:not(.loading):focus {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #555555;
  cursor: default;
}
.btn i,
.btn svg {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.btn-block {
  width: 100%;
}
.btn-square {
  width: 3rem;
  height: 3rem;
  padding: unset;
}
.btn-square i,
.btn-square svg {
  margin: 0;
  font-size: 1.125rem;
}
.btn.btn-sm {
  padding: 0.75rem 1.5rem;
}
.btn.btn-sm.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
}
.btn.btn-xs {
  padding: 0.5rem 1.5rem;
}
.btn.btn-lg {
  line-height: 1.2;
  font-size: 1rem;
  padding: 1.25rem 1.375rem;
  height: 60px;
}
.btn.btn-lg i,
.btn.btn-lg svg {
  font-size: 1rem;
}
.btn.btn-lg.btn-square {
  width: 3.75rem;
  height: 3.75rem;
  padding: unset;
}
.btn.btn-icon i,
.btn.btn-icon svg {
  margin: 0;
}
.btn.btn-transparency {
  opacity: 0.8;
}
.btn.btn-transparency:hover, .btn.btn-transparency:active, .btn.btn-transparency:focus, .btn.btn-transparency:focus:active {
  opacity: 1;
}
.btn + .btn {
  margin-left: 0.5rem;
}
.btn + .btn-group {
  margin-left: 0.5rem;
}
.btn-primary,
a.btn-primary {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-primary:hover,
a.btn-primary:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-primary:focus,
a.btn-primary:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-primary:active,
a.btn-primary:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.loading-primary {
  background: #DDDDDD !important;
  color: white;
}
.btn-secondary,
a.btn-secondary {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-secondary:focus,
a.btn-secondary:focus {
  color: #D43034;
  background: transparent;
  border-color: #D43034;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary:active,
a.btn-secondary:active {
  color: white;
  background: #D43034;
  border-color: #741A1D;
}
.btn-tertiary,
a.btn-tertiary {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
  color: #262626;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-tertiary:focus,
a.btn-tertiary:focus {
  color: #262626;
  background-color: #F2F2F2;
  border-color: #555555;
}
.btn-tertiary:active,
a.btn-tertiary:active {
  color: white;
  background-color: #6E6E6E;
  border-color: #6E6E6E;
}
.btn-outline,
a.btn-outline {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.btn-outline:hover,
a.btn-outline:hover {
  color: #262626;
  background: #F5F5F5;
  border-color: #262626;
}
.btn-outline:focus,
a.btn-outline:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-outline:active,
a.btn-outline:active {
  color: white;
  background: #262626;
  border-color: #262626;
}
.btn-action,
a.btn-action {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-action:hover,
a.btn-action:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-action:focus,
a.btn-action:focus {
  color: white;
  background: #D43034;
  border-color: #262626;
}
.btn-action:active,
a.btn-action:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.btn-exception,
a.btn-exception {
  color: white;
  background: #D43034;
  border-color: #D43034;
}
.btn-exception:hover,
a.btn-exception:hover {
  color: white;
  background: #9A2326;
  border-color: #9A2326;
}
.btn-exception:focus,
a.btn-exception:focus {
  color: white;
  background: #D43034;
  border-color: #1B4258;
}
.btn-exception:active,
a.btn-exception:active {
  color: white;
  background: #EF787B;
  border-color: #9A2326;
}
.btn-danger,
a.btn-danger {
  color: white;
  background: #741A1D;
  border-color: #741A1D;
}
.btn-danger:hover,
a.btn-danger:hover {
  color: white;
  background: #4D1113;
  border-color: #4D1113;
}
.btn-danger:focus,
a.btn-danger:focus {
  color: white;
  background: #741A1D;
  border-color: #31769E;
}
.btn-danger:active,
a.btn-danger:active {
  color: white;
  background: #31769E;
  border-color: #741A1D;
}
.btn-arrow {
  color: #262626;
  background: white;
  border-color: #262626;
  padding: 0.5rem 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.btn-arrow:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow:focus, .btn-arrow:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow i,
.btn-arrow svg {
  font-size: 1.125rem;
  margin-right: 0;
}
.btn-arrow-sm {
  color: #262626;
  background: transparent;
  border-color: #262626;
  padding: 0.5rem 1rem;
}
.btn-arrow-sm:hover {
  background: white;
  border-color: #DDDDDD;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
.btn-arrow-sm:focus, .btn-arrow-sm:active {
  background: #E9F2F6;
  border-color: #DDDDDD;
}
.btn-arrow-sm i,
.btn-arrow-sm svg {
  margin-right: 0;
}
.btn-group .btn + .btn {
  margin: 0 0 0 -0.3125rem;
}
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -0.0625rem;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-field {
  position: relative;
  margin-bottom: 1rem;
  flex: 1;
  background: white;
  border-radius: 0.5rem;
}
.input-field input {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-appearance: none;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 767.98px) {
.input-field input {
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
    padding: 0.5rem 1rem;
    height: 2.5rem;
}
}
.input-field input::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.input-field input::placeholder {
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.input-field input:focus, .input-field input:active {
  border-color: #262626;
  box-shadow: none;
  outline: none;
}
.input-field input:focus + .field-label, .input-field input:active + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:-moz-placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field input:not(:placeholder-shown) + .field-label {
  top: -0.375rem;
  left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #262626;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
}
.input-field.validation-field.has-error input {
  border-color: #D43034;
}
.input-field.validation-field.has-error input:focus + .field-label {
  color: #D43034;
}
.input-field.validation-field.has-error .messages {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.input-field.validation-field.has-error .messages .error {
  margin-bottom: 0.3125rem;
}
.input-field.disabled input {
  border-color: #DDDDDD;
  color: #BBBBBB;
}
.field-label {
  position: absolute;
  top: 0.9375rem;
  left: 1rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
.field-label {
    top: 0.75rem;
    font-size: 0.75rem;
    font-variation-settings: "opsz" 12;
}
}
::-ms-reveal {
  display: none;
}
.password-field input {
  padding-right: 2.75rem !important;
}
.password-field .show-password {
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
}
@media (max-width: 767.98px) {
.password-field .show-password {
    top: 0.625rem;
    right: 0.75rem;
}
}
.password-field .show-password .fa-eye-slash {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye {
  display: none;
}
.password-field .show-password.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(2px) translateX(2px);
}
.password-field .show-password.input-sm {
  top: 0.5rem;
}
.password-field .show-password.input-sm.eye-closed .fa-eye-slash {
  display: block;
  transform: translateY(4px);
}
.password-field .password-strength {
  font-size: 0.625rem;
  padding-top: 0.25rem;
  font-weight: normal;
}
.password-field .password-strength-value {
  font-weight: bold;
}
.password-field .password-strength .svg-inline--fa {
  display: none;
  font-weight: bold;
  font-size: 0.8125rem;
}
.password-field .password-strength .emoji-bad .fa-frown {
  display: inline-block;
}
.password-field .password-strength .emoji-meh .fa-meh {
  display: inline-block;
}
.password-field .password-strength .emoji-strong .fa-smile {
  display: inline-block;
}
.password-field .password-hint {
  font-size: 0.625rem;
  margin-top: 0.375rem;
}
.password-field.has-error .password-strength,
.password-field.has-error .password-hint {
  display: none;
}
.checkbox-field {
  display: flex;
  margin-bottom: 1rem;
}
.checkbox-field label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.checkbox-field label input {
  display: none;
}
.checkbox-field label input:checked + .checkmark::before {
  border: 0.0625rem solid #D43034;
  background-color: #D43034;
}
.checkbox-field label input:checked + .checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.checkbox-field label input:disabled + .checkmark::before {
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled:checked + .checkmark::before {
  background-color: #D43034;
  border-color: #DDDDDD;
}
.checkbox-field label input:disabled ~ span:last-of-type {
  color: #DDDDDD;
}
.checkbox-field label .checkmark {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 1.75rem;
  color: #555555;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label .checkmark::before {
  content: "";
  background-color: white;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.0625rem;
  padding: 0.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.125rem;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-filter: none;
          filter: none;
}
.checkbox-field label:hover .checkmark::before {
  border-color: #D43034;
  -webkit-filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
          filter: drop-shadow(0 0 0.625rem rgba(212, 48, 52, 0.0823529412));
}
.checkbox-field label span:last-of-type {
  font-size: 0.75rem;
  color: #555555;
}
.checkbox-field label span:last-of-type a {
  text-decoration: underline;
  color: #262626;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.checkbox-field label span:last-of-type a:hover {
  text-decoration: none;
  color: #D43034;
}
.checkbox-field.validation-field.has-error {
  margin-bottom: 0;
}
.checkbox-field.validation-field.has-error + .messages {
  margin-left: 1.875rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #D43034;
  text-align: left;
}
.checkbox-field.validation-field.has-error label .checkmark::before {
  border-color: #D43034;
}
.checkbox-field.validation-field:not(.has-error) + .messages {
  display: none;
}
.section-default .row-advanced {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
.section-default .row-advanced {
    flex-direction: column-reverse;
}
}
.section-default .headline {
  display: block;
}
.section-default .headline .title {
  font-family: "IBM Plex Serif", serif;
}
.section-default .headline .subtitle {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #555555;
  margin-top: 0.75rem;
}
.section-default .form {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
.section-default .form {
    width: 80%;
    margin-bottom: 2rem;
}
}
@media (max-width: 767.98px) {
.section-default .form {
    width: 100%;
}
}
.section-default .form .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-default .form .action .password-recovery a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #262626;
  text-decoration: underline;
}
.section-default .form .action .password-recovery a:hover, .section-default .form .action .password-recovery a:active, .section-default .form .action .password-recovery a:focus {
  color: #D43034;
  text-decoration: none;
}
.section-default .form .action .btn-primary {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.section-default .form .register {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
}
.section-default .form .register a {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
  color: #262626;
  text-decoration: underline;
}
.section-default .form .register a:hover, .section-default .form .register a:active, .section-default .form .register a:focus {
  color: #D43034;
  text-decoration: none;
}
.section-default .form .loginNotificationsContainer {
  margin-bottom: 1.5rem;
}
.section-default .form .loginNotificationsContainer .alert {
  padding: 0.75rem 1.5rem;
}
.section-default .form .loginNotificationsContainer .alert .message {
  font-size: 0.875rem;
  font-variation-settings: "opsz" 14;
}
.section-default .form .loginNotificationsContainer .alert svg,
.section-default .form .loginNotificationsContainer .alert .close {
  display: none;
}
.section-default .form .loginNotificationsContainer .alert-danger a {
  color: #9D1B25;
  font-weight: 700;
  text-decoration: underline;
}
.register-link {
  text-decoration: underline;
}
