.editor-styles-wrapper .Timeline__container {
  padding-top: 0;
  padding-bottom: 200px;
}
.editor-styles-wrapper .Timeline__item {
  padding-bottom: 100px;
  justify-content: flex-end;
}
.editor-styles-wrapper .Timeline__item .Timeline__item__image {
  height: 292px;
  will-change: transform;
  transition: transform ease 0.25s;
  transform: translateY(65%);
  position: relative;
  z-index: 2;
}
.editor-styles-wrapper .Timeline__item .Timeline__item__title {
  font-size: 40px;
  line-height: 45px;
  margin: 20px 0;
  transition: all ease 0.5s 0.2s;
}
.editor-styles-wrapper .Timeline__item .Timeline__item__content {
  font-size: 20px;
  line-height: 26px;
  transition: all ease 0.5s 0.4s;
}
.editor-styles-wrapper .Timeline__item .Timeline__item__point {
  top: 100%;
}
.editor-styles-wrapper .Timeline__item .Timeline__item__point:before {
  width: 20px;
  height: 20px;
}
.editor-styles-wrapper .Timeline__item .Timeline__item__point__year {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
}
.editor-styles-wrapper .Timeline__item.__active .Timeline__item__image {
  transform: translateY(0);
}
.editor-styles-wrapper .Timeline__item.__active .Timeline__item__point:before {
  width: 50px;
  height: 50px;
}
.editor-styles-wrapper .Timeline__item.__item_0 .Timeline__item__image {
  height: 219px;
}
.editor-styles-wrapper .Timeline__item.__item_0 .Timeline__item__point {
  margin-top: -52px;
}
.editor-styles-wrapper .Timeline__item.__item_1 {
  padding-top: 6px;
}
.editor-styles-wrapper .Timeline__item.__item_1 .Timeline__item__point {
  margin-top: -54px;
}
.editor-styles-wrapper .Timeline__item.__item_2 .Timeline__item__image {
  height: 219px;
}
.editor-styles-wrapper .Timeline__item.__item_2 .Timeline__item__point {
  margin-top: -9px;
}
.editor-styles-wrapper .Timeline__line {
  top: auto;
  bottom: 0;
}
/*# sourceMappingURL=style.lg.css.map */