.dt-img-anim{animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}.dt-img-anim-updown{animation-name:sgAnimUpDown;-webkit-animation-name:sgAnimUpDown}.dt-img-anim-leftright{animation-name:sgAnimLeftRight;-webkit-animation-name:sgAnimLeftRight}.dt-img-anim-rotate{animation-name:sgAnimRotateCenter;-webkit-animation-name:sgAnimRotateCenter;animation-fill-mode:both;-webkit-animation-fill-mode:both}.el-multi-image-wrap{position:relative}.el-multi-image-main{width:100%;height:100%;display:flex}.el-multi-image-main img{width:100%}.additional-image{max-width:100%;position:absolute;left:0;top:0;z-index:1}.el-img-content-wrap{--ditek-content-icon-width:65px;background-color:var(--ditek-primary-color,#c8f31d);color:var(--ditek-white-color,#fff);display:grid;grid-template-columns:1fr;align-items:center;padding:0 20px 0 0;border-radius:3px;position:absolute;left:0;top:0;z-index:1}.el-img-content-wrap.is-icon-yes{grid-template-columns:var(--ditek-content-icon-width) 1fr;grid-gap:10px}.el-img-content-icon{background-color:#4079f5;width:var(--ditek-content-icon-width);height:74px;color:var(--ditek-white-color,#fff);font-size:24px;display:flex;align-items:center;justify-content:center;border-radius:3px}.el-img-heading{font-family:var(--ditek-primary-font,"Syne");font-size:28px;font-weight:700;margin:10px 0 0}.el-img-desc{margin-bottom:10px}.el-circular-shape{--dt-animation-duration:4s;background:linear-gradient(45deg,#501e9c 0%,#8069f1 40%,#a45cee 75%,#ff857f 100%);width:400px;height:400px;max-width:100%;animation:dt-circular-shape var(--dt-animation-duration) forwards infinite alternate;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}