
.logo-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -40px;
}
.letters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 682px;
  height: 162px;
}
.letter {
  position: relative;
  width: 162px;
  height: 162px;
}
.letter:not(:first-child) {
  margin-left: -42px;
}
.letter-i {
  z-index: 1;
  width: 82px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

    .letter {
      margin-left: -27px;
    }
    .letter:not(:first-child) {
      margin-left: -27px;
    }
    .letter.letter-d {
      margin-left: -90px;
    }
    .letter.letter-i {
      margin-left: -50px;
    }
.dot {
  position: absolute;
  width: 42px;
  height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.dot-i {
  top: 0;
  left: 0;
  /*left: 240px;*/
  display: none;
}
.dot-e {
  bottom: 0;
  right: 0;
}
.logo-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 230px;
  top: -10px;
  width: 222px;
  height: 62px;
}
.icon {
  width: 62px;
  height: 62px;
  opacity: 0;
}
.icon-text {
  position: absolute;
  top: 65px;
  left: 70px;
  width: 160px;
  height: 62px;
}
.icon-text path,
.icon-text polygon {
  opacity: 0;
}