!function(a){var n,r,s;n={speed:700,pause:4e3,showItems:1,mousePause:!0,height:0,animate:!0,margin:0,padding:0,startPaused:!1,autoAppend:!0},r={moveUp:function(t,e){return r.showNextItem(t,e,"up")},moveDown:function(t,e){return r.showNextItem(t,e,"down")},nextItemState:function(t,e){var i,n;return n=t.element.children("ul"),i=t.itemHeight,0e.itemHeight)return e.itemHeight=a(this).height()}),t.children("ul").children("li").each(function(){return a(this).height(e.itemHeight)}),n=i.margin+2*i.padding,t.height((e.itemHeight+n)*i.showItems+i.margin)):t.height(i.height)},defaultStateAttribs:function(t,e){return{itemCount:t.children("ul").children("li").length,itemHeight:0,itemMargin:0,element:t,animating:!1,options:e,isPaused:e.startPaused,pausedByCode:!1}}},s={init:function(t){var e,i;if(a(this).data("state")&&s.stop.call(this),e=jQuery.extend({},n),t=a.extend(e,t),e=a(this),i=r.defaultStateAttribs(e,t),a(this).data("state",i),r.setItemLayout(e,i,t),t.startPaused||r.startInterval.call(this),t.mousePause)return r.bindMousePausing(e,i)},pause:function(t){var e;return e=r.getState("pause",this),!!r.hasMultipleItems(e)&&(e.isPaused=t,e=e.element,t?(a(this).addClass("paused"),e.trigger("vticker.pause")):(a(this).removeClass("paused"),e.trigger("vticker.resume")))},next:function(t){var e;return e=r.getState("next",this),!r.isAnimatingOrSingleItem(e)&&(r.restartInterval.call(this),r.moveUp(e,t))},prev:function(t){var e;return e=r.getState("prev",this),!r.isAnimatingOrSingleItem(e)&&(r.restartInterval.call(this),r.moveDown(e,t))},stop:function(){return r.getState("stop",this),r.stopInterval.call(this)},remove:function(){var t;return t=r.getState("remove",this),r.stopInterval.call(this),(t=t.element).unbind(),t.remove()}},a.fn.vTicker=function(t){return s[t]?s[t].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof t&&t?a.error("Method "+t+" does not exist on jQuery.vTicker"):s.init.apply(this,arguments)}}(jQuery);// SHAME:
// Purpose of this partial is to gather all ad hock, not structured code.
// This will enable to refactor it bit by bit into structured code without effecting current output.
//todo: discuss, is this needed?
.video-wrapper {
position: relative;
padding-bottom: $eps-ratio-16-9;
height: 0;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.#{$eps-prefix}separator {
margin-bottom: spacing(44);
}
.eps-theme-dark {
--e-app-back-button-color: #{dark-tints(200)};
}
.back-button, .e-app-back-button {
--button-background-color: var(--e-app-back-button-color, #{tints(500)});
margin-bottom: spacing(24);
.eps-icon {
margin-inline-end: spacing(5);
}
}
.eps-theme-dark {
--input-border-color: --hr-color;
}
.#{$eps-prefix}input {
border: 1px solid var(--hr-color);
border-radius: $eps-radius;
background: transparent;
color: inherit;
height: spacing(30);
padding: 0 spacing(5);
&--block {
width: 100%;
}
}