.wrapper {
  max-width: 590px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0px, -50px);
}

.abt-vsn-wht {
  background-color: #353535;
}

.sc-wht {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
}

section.abt-vsn-wht {
  padding: 70px 0;
}

.wrapper {
  clear: both;
  /* float: left; */
  margin-top: 0px;
  height: 506px;
}

@keyframes pulses {
  30% {
    opacity: 0.5;
  }

  50% {
    transform: scale(1.6);
    opacity: 0;
  }

  51% {
    transform: scale(1.4);
  }

  60% {
    opacity: 0.4;
  }
}

@keyframes idle-pulses {
  3.75% {
    opacity: 0.5;
  }

  6.25% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.diagram {
  position: relative;
  /* font-size: 0.75em; */
  width: 350px;
  height: 350px;
  padding: 0;
}

.diagram .diagram-icon,
.diagram .diagram-label {
  position: absolute;
  color: inherit;
  text-align: center;
  text-decoration: inherit;
  cursor: default;
}

.diagram .diagram-icon {
  font-size: 2.6em;
  line-height: 1.7692307692;
  color: #37AE83;
  width: 100px;
  height: 100px;
}

.diagram .header1a,
.diagram section {
  position: absolute;
  color: inherit;
  list-style: none;
}

.diagram .header1a {
  top: calc(50% - 4.2em);
  left: calc(50% - 4.5em);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow: 0px 0rem 1rem 0px rgba(0, 0, 0, 0.19);
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diagram .header1a .diagram-icon {
  left: auto;
  top: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diagram .header1a .diagram-label {
  white-space: pre;
  left: 0;
  bottom: 1.4em;
  width: 100%;
  text-align: center;
  display: none;
}

.diagram section {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -2.3em 0 0 -2.3em;
  transition: ease-in-out 200ms transform, 0s 200ms z-index;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

section.alignment-top {
  background: #8fc622;
  top: calc(50% - 8.73508rem) !important;
}


section.alignment-right {

  background: #fb6322;
}

section.alignment-left {
  background: #2823fb;
  top: calc(50% + 3.5609rem) !important;
}

section.alignment-bottom {
  background: #0daefe;
}

.res {
  background: #ffbf1c !important;
}






.diagram section:hover {
  z-index: 1;
  transform: scale(1.1);
  transition: ease-in-out 200ms transform;
}

.diagram section:hover .diagram-icon::after {
  animation: pulses 4s ease-in-out infinite both;
}

.diagram section:hover .diagram-popup {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 200ms 200ms opacity;
}

.diagram section .diagram-icon {
  top: 0;
  left: 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diagram section .diagram-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 0.1rem currentColor;
  animation: idle-pulses 40s ease-in-out infinite both;
  opacity: 0;
}

.diagram section .diagram-label {
  transition: ease-in-out 200ms color;
  white-space: pre;
}

.diagram section .diagram-popup {
  position: absolute;
  text-align: center;
  width: 17rem;
  top: calc(100% + 0.4242640687rem);
  left: calc(50% - 8.5rem);
  padding: 0.8rem 1rem;
  background: #fff;
  filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.19));
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 200ms opacity, 0s 200ms visibility;
  transform: scale(0.8);
  transform-origin: 50% 0;
  border-radius: 10px;
}

.diagram section .diagram-popup :first-child {
  margin-top: 0;

}

section.sec-d-1 h3 {
  position: absolute;
  top: -30px;
  font-size: 18px;
  margin: 0;
  width: 110px;
  text-align: center;
}

section.sec-d-1.alignment-bottom h3 {
  bottom: -30px;
  top: auto;
}

.diagram section .diagram-popup :last-child {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 18px;
}

.diagram section .diagram-popup::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: -0.3rem;
  left: calc(50% - 0.3rem);
  background: inherit;
  transform: rotate(45deg);
}

.diagram section:nth-of-type(1) .diagram-icon::after {
  animation-delay: 4s;
}

.diagram section:nth-of-type(2) .diagram-icon::after {
  animation-delay: 8s;
}

.diagram section:nth-of-type(3) .diagram-icon::after {
  animation-delay: 12s;
}

.diagram section:nth-of-type(4) .diagram-icon::after {
  animation-delay: 16s;
}

.diagram section:nth-of-type(5) .diagram-icon::after {
  animation-delay: 20s;
}

.diagram section:nth-of-type(6) .diagram-icon::after {
  animation-delay: 24s;
}

.diagram section:nth-of-type(7) .diagram-icon::after {
  animation-delay: 28s;
}

.diagram section:nth-of-type(8) .diagram-icon::after {
  animation-delay: 32s;
}

.diagram section:nth-of-type(9) .diagram-icon::after {
  animation-delay: 36s;
}

.diagram section:nth-of-type(10) .diagram-icon::after {
  animation-delay: 40s;
}

.diagram-circle {
  border-radius: 50%;
  border: solid 0.05rem #9b9b9b;
  margin: 7.3em 18.3em;
}

.diagram-circle section.alignment-top .diagram-label {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
}

.diagram-circle section.alignment-bottom .diagram-label {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.diagram-circle section.alignment-right .diagram-label {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

.diagram-circle section.alignment-left .diagram-label {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
}

.diagram-star {
  border-radius: 50%;
  background: no-repeat 100% 100% / 90% 90%;
  margin: 0;
}

.diagram-star .diagram-icon {
  border: solid 0.1rem currentColor;
}

.diagram-star section .diagram-label {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.header1a img {
  padding: 10px;
}

section.alignment-bottom {
  background: #0daefe;
  left: calc(50% + -0.0625rem) !important;
}

@media (max-width: 40rem) {
  .wrapper:first-child {
    float: none;
  }

  section.sec-d-1 h3 {

    font-size: 16px;

  }

  section.alignment-bottom {
    background: #0daefe;
    left: calc(50% + -0.0625rem) !important;
  }

  section.alignment-left {
    background: #2823fb;
    top: calc(50% + 2.84872rem) !important;
  }

  .diagram-circle {
    border-radius: 0;
    border: 0;
    margin: 0.25rem 1rem;
    width: calc(100% - 2rem);
    height: auto;
  }

  .diagram-circle section {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    left: 0 !important;
    top: 0 !important;
    width: auto;
    margin: 0.75rem 0;
  }

  .diagram-circle section:hover {
    transform: none;
  }

  .diagram-circle section:hover .diagram-icon::after {
    animation: pulses 4s ease-in-out infinite both;
  }

  .diagram-circle section:hover .diagram-popup {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 200ms 200ms opacity;
  }

  .diagram-circle section .diagram-icon {
    position: relative;
    flex-shrink: 0;
    margin-right: 0.5rem;
  }

  .diagram-circle section .diagram-icon::after {
    animation: none;
  }

  .diagram-circle section .diagram-label {
    position: static;
    white-space: normal;
    text-align: left;
  }

  .diagram-circle section .diagram-popup {
    width: calc(100% - 3rem);
    left: 0;
    transform: none;
  }

  .diagram-circle section .diagram-popup::before {
    left: 1rem;
  }

  .diagram-circle section.alignment-top .diagram-label,
  .diagram-circle section.alignment-bottom .diagram-label,
  .diagram-circle section.alignment-right .diagram-label,
  .diagram-circle section.alignment-left .diagram-label {
    transform: none;
  }

  .diagram .header1a img {
    padding: 10px;
  }

  .diagram-star {
    margin: 0;
    width: 250px;
    height: 280px;
    background: no-repeat 90% 82% / 92% 89%;
  }

  section.alignment-top {
    background: #8fc622;
    top: calc(50% - 7.0789rem) !important;
  }

  .wrapper {
    max-width: 300px;
  }

  .diagram section img {
    border-radius: 50%;
  }

  .diagram section {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -2.3em 0 0 -2.3em;
    transition: ease-in-out 200ms transform, 0s 200ms z-index;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }


  .diagram .header1a {
    top: calc(50% - 4.5em);
    left: calc(50% - 4.5em);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.19);
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .diagram section .diagram-popup {

    width: auto;

  }

  section.alignment-left .diagram-popup {
    left: calc(50% - 2.5rem);
  }

}