body {
  background-color: #efefef;
}

#container {
  display: grid;
  width: 800px;
  height: 800px;
  margin: 60px auto 24px auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  grid-template-columns: 86px 199px 25px 214px 25px 165px 86px;
  grid-template-rows: 70px auto;
  column-gap: 0;
  row-gap: 0;
  overflow: hidden;
}

#container,
#container * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  line-height: 1.14;
  font-weight: 400;
  color: #000;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: none;
}

.left-col {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 199px;
  text-align: left;
}

.left-col .section-a {
  margin-bottom: 108px;
}

.left-col .section-b {
  margin-bottom: 30px;
}

.left-col .section-c {
  margin-bottom: 30px;
}

.left-col .section-d {
  margin-bottom: 32px;
}

.left-col .section-e {
  margin-bottom: 32px;
}

.left-col .section-f {
  margin-bottom: 0;
}

.middle-col {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
  margin-top: 46px;
  width: 214px;
  text-align: left;
}

.nf-title {
  margin-bottom: 18px;
}

.group-1 {
  margin-bottom: 22px;
}

.group-2 {
  margin-bottom: 0;
}

.nf-row {
  display: grid;
  grid-template-columns: 128px 52px;
  column-gap: 2px;
  align-items: baseline;
  justify-content: start;
  margin: 0;
  padding: 0;
}

.nf-row .label {
  width: 128px;
  line-height: 1.14;
}

.nf-row .value {
  width: 52px;
  white-space: nowrap;
  text-align: right;
  justify-self: start;
  line-height: 1.14;
}

.right-col {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
  margin-top: 46px;
  width: 165px;
  text-align: right;
}

.right-col .section-r1 {
  margin-bottom: 24px;
}

.right-col .section-r2 {
  margin-bottom: 28px;
}

.right-col .section-r3 {
  margin-bottom: 30px;
}

.right-col .section-r4 {
  margin-bottom: 32px;
}

.right-col .section-r5 {
  margin-bottom: 0;
}

#info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 0 auto 100px auto;
}