:root {
  --txt-color: #333333;
  --yellow: #EABD0B;
  --txt-blue: #00578E;
  --btn-color: #00578E;
  --blue: #002b49;
  --blue-light: #002ED6;
  --gray: #555858;
  --yellow-dirty: #6F5306;
  --green-light: #4f6d38;
  --green: #256600;
  --gray-light: #dcddde;
  --dark-orange: #993905;
  --gray-unofficial: #53565a;
}

.element-center {
  margin-left: auto;
  margin-right: auto;
}

.btn:focus, .btn:active:focus {
  outline: unset;
}

.btn.disabled, .btn[disabled] {
  opacity: 1;
}

.btn.blue {
  color: #fff;
  background-color: #002b49;
  border-color: unset;
}

.btn.blue::before {
  content: "";
}

.btn.blue:hover {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 1px #1B538D;
}

.btn.blue:focus, .btn.blue:active:focus {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px #1B538D;
}

.btn.btn-default.overwrite-default-btn:hover {
  color: #ffffff;
}

.btn.btn-default.overwrite-default-btn {
  min-width: unset;
}

.btn.btn-default.overwrite-default-btn::before {
  content: '';
}

.btn.disabled {
  pointer-events: none;
}

#text-link {
  margin-top: -70px;
}

a#text-link {
  color: #000793;
}

#side-img-page18 {
  min-width: 250px;
  padding-bottom: 25px;
}

#bullet-text-page18-2 {
  color: red;
  list-style-type: square;
  margin-top: 65px;
  /*margin-left: -50px;*/
}

#bullet-text-page18-1 {
  list-style-type: square;
  /*margin-left: -50px;*/
}

#bullet-text-page18-3 {
  /*margin-left: -50px;*/
  list-style-image: url('../img/arrow_blk.svg');
}

#side-img-page21 {
  min-width: 250px;
}

#subtitle-page21 {
}

#side-img-page22 {
  min-width: 250px;
  padding-top: 20px;
}

#img-col {
  width: 500px;
}

#page22-link {
  color: blue;
}

#list-page22 {
  margin-top: 70px;
}

#parag-page29 {
  font-size: 25px;
  margin-top: -20px;
}

#side-img-page29 {
  width: 200px;
}

#col-img-page21 {
  min-width: 250px;
}

