div.bg01 {
  background-image: url("../../assets/img/3d-background-with-extruding-hexagons.jpg");
  height: 50vh;
  background-size: cover;
  opacity: .5;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  z-index: -1;
}

div.bg02 {
  background-image: url("../../assets/img/3d-background-with-extruding-hexagons.jpg");
  background-size: cover;
}

.bg001 {
  position: relative;
}

.bg001::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../assets/img/3d-background-with-extruding-hexagons.jpg');
  background-size: cover;
  opacity: 0.5;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}

.content {
  position: relative;
  z-index: 1;
  color: #000000;
  padding: 20px;
}

#content {
  position: absolute;
  top: 0;
  width: 100%;
}

.accordion-body {
  font-style: italic;
}

body {
  padding-top: 59px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

