body {
  margin: 0;
  background: rgb(204, 204, 204);
  box-shadow: 0;
  font-family: "Montserrat", sans-serif;
}

.page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  width: 21cm;
  height: 29.7cm;
  position: relative;
}

.page-background {
  background-color: #eae8e8;
  width: 96.2%;
  height: 92%;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
}

.information {
  position: absolute;
  background-color: white;
  right: 0;
  bottom: 0;
  height: 96.7%;
  width: 63.9%;
  border-radius: 80px 0 0 0;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.05);
}

.information-title {
  width: 100%;
  padding-top: 40px;
  padding-left: 70px;
}

.information-title h1,
h3 {
  margin: 0;
  width: fit-content;
}

.information-title h3 {
  font-weight: 400;
  margin-top: 3%;
  text-transform: uppercase;
}

.information-body {
  padding-left: 5.8%;
  padding-right: 10.8%;
  margin-top: 5%;
  text-align: center;
}

.information-body h5 {
  font-weight: bold;
  border-bottom: 0.6mm solid #93b6d2;
  margin: 0;
  text-transform: uppercase;
}

.information-body p {
  margin-top: 0;
  margin-bottom: 0;
}

.timeline-template div h6 {
  font-size: larger;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5%;
}

h7 {
  font-weight: 500;
}

.timeline-template div p:not(.timeline-date-template) {
  font-size: smaller;
}

.timeline-date-template {
  color: #5389b7;
  font-weight: bolder;
  font-size: 0.7em;
}

.timeline-template div {
  margin-bottom: 5%;
}

.progress-bars > div {
  margin-top: 5%;
  margin-bottom: 5%;
}

.progress-bars .box {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.progress-bars .box .percent {
  position: relative;
  width: 80%;
  height: 50%;
  background-color: #eae8e8;
  border-radius: 10px;
}

.progress-bars .box .percent div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #5389b7;
  border-radius: 10px;
}

.profile {
  position: absolute;
  top: 15%;
  left: 3%;
  z-index: 2;
}

.profile h4 {
  text-transform: uppercase;
  margin: 0;
}

.profile > h4 {
  color: #5389b7;
  margin-bottom: 10%;
  font-size: xx-large;
}

.profile > * {
  margin-bottom: 10%;
}

.profile p {
  margin: 0;
  font-size: 0.8em;
}

.profile span {
  display: flex;
  align-items: center;
}

.profile i {
  float: left;
  display: inline;
  margin-right: 0.5em;
  height: 1em;
  color: #233657;
}

.profile a {
  color: #5389b7;
  text-decoration: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  display: block;
  width: 76%;
}

.profile a:hover {
  color: #233657;
  transform: scale(1.05);
}

.profile hr {
  width: 50%;
  position: relative;
  left: -50px;
}

.profile ul {
  list-style-type: none;
}

.profile li {
  margin-bottom: 0.5em;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer p {
  margin: 0;
  font-size: xx-small;
}

/* shapes */
.cubic-curve-shape-background {
  width: 14%;
  height: 4.25%;
  background-color: white;
  position: absolute;
}

.cubic-curve-shape-circle1 {
  background-color: #eae8e8;
  width: 100%;
  height: 200%;
  position: relative;
  right: -50%;
  border-radius: 50%;
}

.cubic-curve-shape-circle2 {
  background-color: white;
  width: 100%;
  height: 200%;
  position: relative;
  border-radius: 50%;
  top: -200%;
  left: -50%;
}

.information-border-radius-shape-background {
  background-color: white;
  bottom: 0;
  left: -40px;
  position: absolute;
  width: 40px;
  height: 40px;
}

.information-border-radius-shape {
  width: 80px;
  height: 80px;
  background-color: #eae8e8;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -80px;
  z-index: 1;
}
