.animation,.placeholder__item{animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#eee;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:50% 100%}.placeholder{background-color:#fff;padding:50px 16px}.placeholder__item{background-color:#f1f1f1;display:flex;height:100px;margin-bottom:50px;position:relative;width:100%}.placeholder__img{height:100%;max-width:100px;width:30%}.placeholder__content{padding-left:20px;position:relative;width:100%}.placeholder__content:before{background-color:#fff;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:20px}.placeholder__line{border-bottom:4px solid #fff;height:25%;position:relative;width:100%}.placeholder__line:after{background-color:#fff;bottom:0;content:"";display:block;position:absolute;right:0;top:0}.placeholder__line:first-of-type:after{width:80%}.placeholder__line:nth-of-type(2):after{width:20%}.placeholder__line:nth-of-type(3):after{width:10%}.placeholder__line:nth-of-type(4):after{width:50%}@keyframes placeHolderShimmer{0%{background-position:-100% 0}to{background-position:100% 0}}
