.c3 {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
}
.c5 {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.c8 {
  margin: 0;
  display: block;
}

.c14 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.16667em;
}

.c6 {
  color: inherit;
  text-align: center;
  font-weight: 500;
  margin-bottom: .2em;
}

@keyframes mui-ripple-enter {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mui-ripple-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mui-ripple-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}


.c64 {
  background-color: #fff;
}
.c65 {
  border-radius: 2px;
}

.c68 {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.c59 {
  margin-bottom: 32px;
}
.c60 {
  padding: 16px;
  overflow: hidden;
  text-align: left;
  transition: all .2s ease;
}
.c60:hover {
  transform: translateY(-1%);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.c61 {
  width: 64px;
  float: left;
  height: 64px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  margin-right: 16px;
}
.c62 {
  word-wrap: break-word;
  margin-bottom: .3em;
}

.c57 {
  flex-basis: 1120px;
  margin-top: 8px;
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #fafafa;
}

