Version Description
26 April 2022 =
New: Photo Stack widget
Tweak: Added vertical and horizontal direction for Content switcher
Tweak: Lower animation speed input option enable for all carousel widgets
Fix: Justified Grid row height issue
Fix: Gravity form display issue on editor
Fix: Mailchimp success message show on corner case
Download this release
Release Info
Developer | thehappymonster |
Plugin | Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) |
Version | 3.5.2 |
Comparing to | |
See all releases |
Code changes from version 3.5.1 to 3.5.2
- assets/admin/js/template-library.min.js +1 -1
- assets/css/main.css +3 -2
- assets/css/main.min.css +3 -2
- assets/css/widgets/common.min.css +1 -1
- assets/css/widgets/content-switcher.min.css +1 -1
- assets/css/widgets/photo-stack.min.css +1 -1
- assets/js/happy-addons.js +4 -2
- assets/js/happy-addons.min.js +4 -2
- changelog.txt +9 -0
- classes/widgets-manager.php +12 -0
- i18n/happy-elementor-addons.pot +379 -279
- plugin.php +4 -4
- readme.txt +10 -1
- trunk/LICENSE.txt +339 -0
- trunk/assets/admin/css/admin.css +338 -0
- trunk/assets/admin/css/admin.min.css +1 -0
- trunk/assets/admin/css/dashboard.css +1257 -0
- trunk/assets/admin/css/dashboard.min.css +1 -0
- trunk/assets/admin/css/editor-dark.css +22 -0
- trunk/assets/admin/css/editor-dark.min.css +1 -0
- trunk/assets/admin/css/editor.css +84 -0
- trunk/assets/admin/css/editor.min.css +1 -0
- trunk/assets/admin/css/template-library.css +307 -0
- trunk/assets/admin/css/template-library.min.css +1 -0
- trunk/assets/admin/css/wizard.css +1624 -0
- trunk/assets/admin/css/wizard.min.css +1 -0
- trunk/assets/admin/css/wp-dashboard.css +100 -0
- trunk/assets/admin/css/wp-dashboard.min.css +1 -0
- trunk/assets/admin/js/admin.min.js +1 -0
- trunk/assets/admin/js/dashboard.min.js +1 -0
- trunk/assets/admin/js/editor.min.js +1 -0
- trunk/assets/admin/js/template-library.min.js +1 -0
- trunk/assets/admin/js/wizard.min.js +1 -0
- trunk/assets/css/main.css +44 -0
- trunk/assets/css/main.min.css +5 -0
assets/admin/js/template-library.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"use strict";function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(p,u,n){var h={Views:{},Models:{},Collections:{},Behaviors:{},Layout:null,Manager:null};h.Models.Template=Backbone.Model.extend({defaults:{template_id:0,title:"",type:"",thumbnail:"",url:"",tags:[],isPro:!1}}),h.Collections.Template=Backbone.Collection.extend({model:h.Models.Template}),h.Behaviors.InsertTemplate=Marionette.Behavior.extend({ui:{insertButton:".haTemplateLibrary__insert-button"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){n.library.insertTemplate({model:this.view.model})}}),h.Views.EmptyTemplateCollection=Marionette.ItemView.extend({id:"elementor-template-library-templates-empty",template:"#tmpl-haTemplateLibrary__empty",ui:{title:".elementor-template-library-blank-title",message:".elementor-template-library-blank-message"},modesStrings:{empty:{title:haGetTranslated("templatesEmptyTitle"),message:haGetTranslated("templatesEmptyMessage")},noResults:{title:haGetTranslated("templatesNoResultsTitle"),message:haGetTranslated("templatesNoResultsMessage")}},getCurrentMode:function(){return n.library.getFilter("text")?"noResults":"empty"},onRender:function(){var e=this.modesStrings[this.getCurrentMode()];this.ui.title.html(e.title),this.ui.message.html(e.message)}}),h.Views.Loading=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__loading",id:"haTemplateLibrary__loading"}),h.Views.Logo=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-logo",className:"haTemplateLibrary__header-logo",templateHelpers:function(){return{title:this.getOption("title")}}}),h.Views.BackButton=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-back",id:"elementor-template-library-header-preview-back",className:"haTemplateLibrary__header-back",events:function(){return{click:"onClick"}},onClick:function(){n.library.showTemplatesView()}}),h.Views.Menu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu",id:"elementor-template-library-header-menu",className:"haTemplateLibrary__header-menu",templateHelpers:function(){return n.library.getTabs()},ui:{menuItem:".elementor-template-library-menu-item"},events:{"click @ui.menuItem":"onMenuItemClick"},onMenuItemClick:function(e){n.library.setFilter("tags",""),n.library.setFilter("text",""),n.library.setFilter("type",e.currentTarget.dataset.tab,!0),n.library.showTemplatesView()}}),h.Views.ResponsiveMenu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu-responsive",id:"elementor-template-library-header-menu-responsive",className:"haTemplateLibrary__header-menu-responsive",ui:{items:"> .elementor-component-tab"},events:{"click @ui.items":"onTabItemClick"},onTabItemClick:function(e){var e=p(e.currentTarget),t=e.data("tab");n.library.channels.tabs.trigger("change:device",t,e)}}),h.Views.Actions=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-actions",id:"elementor-template-library-header-actions",ui:{sync:"#haTemplateLibrary__header-sync i"},events:{"click @ui.sync":"onSyncClick"},onSyncClick:function(){var e=this;e.ui.sync.addClass("eicon-animation-spin"),n.library.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),n.library.updateBlocksView()},forceUpdate:!0,forceSync:!0})}}),h.Views.InsertWrapper=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-insert",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:h.Behaviors.InsertTemplate}}}),h.Views.Preview=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__preview",className:"haTemplateLibrary__preview",ui:function(){return{iframe:"> iframe"}},onRender:function(){this.ui.iframe.attr("src",this.getOption("url")).hide();var e=this,t=(new h.Views.Loading).render();this.$el.append(t.el),this.ui.iframe.on("load",function(){e.$el.find("#haTemplateLibrary__loading").remove(),e.ui.iframe.show()})}}),h.Views.TemplateCollection=Marionette.CompositeView.extend({template:"#tmpl-haTemplateLibrary__templates",id:"haTemplateLibrary__templates",className:function(){return"haTemplateLibrary__templates haTemplateLibrary__templates--"+n.library.getFilter("type")},childViewContainer:"#haTemplateLibrary__templates-list",emptyView:function(){return new h.Views.EmptyTemplateCollection},ui:{templatesWindow:".haTemplateLibrary__templates-window",textFilter:"#haTemplateLibrary__search",tagsFilter:"#haTemplateLibrary__filter-tags",filterBar:"#haTemplateLibrary__toolbar-filter",counter:"#haTemplateLibrary__toolbar-counter"},events:{"input @ui.textFilter":"onTextFilterInput","click @ui.tagsFilter li":"onTagsFilterClick"},getChildView:function(e){return h.Views.Template},initialize:function(){this.listenTo(n.library.channels.templates,"filter:change",this._renderChildren)},filter:function(i){var e=n.library.getFilterTerms(),a=!0;return _.each(e,function(e,t){t=n.library.getFilter(t);if(t)return e.callback?((e=e.callback.call(i,t))||(a=!1),e):void 0}),a},setMasonrySkin:function(){var e;"section"===n.library.getFilter("type")&&(e=new elementorModules.utils.Masonry({container:this.$childViewContainer,items:this.$childViewContainer.children()}),this.$childViewContainer.imagesLoaded(e.run.bind(e)))},onRenderCollection:function(){this.setMasonrySkin(),this.updatePerfectScrollbar(),this.setTemplatesFoundText()},setTemplatesFoundText:function(){var e=n.library.getFilter("type"),t=this.children.length,i="<b>"+t+"</b>";i+="section"===e?" block":" "+e,1<t&&(i+="s"),this.ui.counter.html(i+=" found")},onTextFilterInput:function(){var e=this;_.defer(function(){n.library.setFilter("text",e.ui.textFilter.val())})},onTagsFilterClick:function(e){var e=p(e.currentTarget),t=e.data("tag");n.library.setFilter("tags",t),e.addClass("active").siblings().removeClass("active"),t=t?n.library.getTags()[t]:"Filter",this.ui.filterBar.find(".haTemplateLibrary__filter-btn").html(t+' <i class="eicon-caret-down"></i>')},updatePerfectScrollbar:function(){this.perfectScrollbar||(this.perfectScrollbar=new PerfectScrollbar(this.ui.templatesWindow[0],{suppressScrollX:!0})),this.perfectScrollbar.isRtl=!1,this.perfectScrollbar.update()},setTagsFilterHover:function(){var e=this;e.ui.filterBar.hoverIntent(function(){e.ui.tagsFilter.css("display","block"),e.ui.filterBar.find(".haTemplateLibrary__filter-btn i").addClass("eicon-caret-down").removeClass("eicon-caret-right")},function(){e.ui.tagsFilter.css("display","none"),e.ui.filterBar.find(".haTemplateLibrary__filter-btn i").addClass("eicon-caret-right").removeClass("eicon-caret-down")},{sensitivity:50,interval:150,timeout:100})},onRender:function(){this.setTagsFilterHover(),this.updatePerfectScrollbar()}}),h.Views.Template=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__template",className:"haTemplateLibrary__template",ui:{previewButton:".haTemplateLibrary__preview-button, .haTemplateLibrary__template-preview"},events:{"click @ui.previewButton":"onPreviewButtonClick"},behaviors:{insertTemplate:{behaviorClass:h.Behaviors.InsertTemplate}},onPreviewButtonClick:function(){n.library.showPreviewView(this.model)}}),h.Modal=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"haTemplateLibrary__modal",hide:{onOutsideClick:!1,onEscKeyPress:!0,onBackgroundClick:!1}}},getTemplateActionButton:function(e){e=e.isPro&&!HappyAddonsEditor.hasPro?"pro-button":"insert-button",e=Marionette.TemplateCache.get("#tmpl-haTemplateLibrary__"+e);return Marionette.Renderer.render(e)},showLogo:function(e){this.getHeaderView().logoArea.show(new h.Views.Logo(e))},showDefaultHeader:function(){this.showLogo({title:"TEMPLATES"});var e=this.getHeaderView();e.tools.show(new h.Views.Actions),e.menuArea.show(new h.Views.Menu)},showPreviewView:function(e){var t=this.getHeaderView();t.menuArea.show(new h.Views.ResponsiveMenu),t.logoArea.show(new h.Views.BackButton),t.tools.show(new h.Views.InsertWrapper({model:e})),this.modalContent.show(new h.Views.Preview({url:e.get("url")}))},showTemplatesView:function(e){this.showDefaultHeader(),this.modalContent.show(new h.Views.TemplateCollection({collection:e}))}}),h.Manager=function(){var e,i,a,n,t,r=this,o=".elementor-add-new-section .elementor-add-section-drag-title",l='<div class="elementor-add-section-area-button elementor-add-ha-button"> <i class="hm hm-happyaddons"></i> </div>',s={desktop:"100%",tab:"768px",mobile:"360px"};function c(){var e=p(this).closest(".elementor-top-section"),i=e.data("id"),t=u.documents.getCurrent().container.children,e=e.prev(".elementor-add-section");t&&_.each(t,function(e,t){i===e.id&&(r.atIndex=t)}),e.find(".elementor-add-ha-button").length||e.find(o).before(l)}function m(e,t){t.addClass("elementor-active").siblings().removeClass("elementor-active");t=s[e]||s.desktop;p(".haTemplateLibrary__preview").css("width",t)}function d(){var i=window.elementor.$previewContents,a=setInterval(function(){var e,t;(t=(e=i).find(o)).length&&!e.find(".elementor-add-ha-button").length&&t.before(l),e.on("click.onAddElement",".elementor-editor-section-settings .elementor-editor-element-add",c),0<i.find(".elementor-add-new-section").length&&clearInterval(a)},100);i.on("click.onAddTemplateButton",".elementor-add-ha-button",r.showModal.bind(r)),this.channels.tabs.on("change:device",m)}this.atIndex=-1,this.channels={tabs:Backbone.Radio.channel("tabs"),templates:Backbone.Radio.channel("templates")},this.updateBlocksView=function(){r.setFilter("tags","",!0),r.setFilter("text","",!0),r.getModal().showTemplatesView(n)},this.setFilter=function(e,t,i){r.channels.templates.reply("filter:"+e,t),i||r.channels.templates.trigger("filter:change")},this.getFilter=function(e){return r.channels.templates.request("filter:"+e)},this.getFilterTerms=function(){return{tags:{callback:function(t){return _.any(this.get("tags"),function(e){return 0<=e.indexOf(t)})}},text:{callback:function(t){return t=t.toLowerCase(),0<=this.get("title").toLowerCase().indexOf(t)||_.any(this.get("tags"),function(e){return 0<=e.indexOf(t)})}},type:{callback:function(e){return this.get("type")===e}}}},this.showModal=function(){r.getModal().showModal(),r.showTemplatesView()},this.closeModal=function(){this.getModal().hideModal()},this.getModal=function(){return e=e||new h.Modal},this.init=function(){r.setFilter("type","section",!0),u.on("preview:loaded",d.bind(this))},this.getTabs=function(){var i=this.getFilter("type"),a={section:{title:"Blocks"},page:{title:"Pages"}};return _.each(a,function(e,t){i===t&&(a[i].active=!0)}),{tabs:a}},this.getTags=function(){return i},this.getTypeTags=function(){var e=r.getFilter("type");return a[e]},this.showTemplatesView=function(){r.setFilter("tags","",!0),r.setFilter("text","",!0),n?r.getModal().showTemplatesView(n):r.loadTemplates(function(){r.getModal().showTemplatesView(n)})},this.showPreviewView=function(e){r.getModal().showPreviewView(e)},this.loadTemplates=function(e){r.requestLibraryData({onBeforeUpdate:r.getModal().showLoadingView.bind(r.getModal()),onUpdate:function(){r.getModal().hideLoadingView(),e&&e()}})},this.requestLibraryData=function(t){var e;!n||t.forceUpdate?(t.onBeforeUpdate&&t.onBeforeUpdate(),e={data:{},success:function(e){n=new h.Collections.Template(e.templates),e.tags&&(i=e.tags),e.type_tags&&(a=e.type_tags),t.onUpdate&&t.onUpdate()}},t.forceSync&&(e.data.sync=!0),elementorCommon.ajax.addRequest("get_ha_library_data",e)):t.onUpdate&&t.onUpdate()},this.requestTemplateData=function(e,t){e={unique_id:e,data:{edit_mode:!0,display:!0,template_id:e}};t&&jQuery.extend(!0,e,t),elementorCommon.ajax.addRequest("get_ha_template_data",e)},this.insertTemplate=function(e){var i=e.model,a=this;a.getModal().showLoadingView(),a.requestTemplateData(i.get("template_id"),{success:function(e){a.getModal().hideLoadingView(),a.getModal().hideModal();var t={};-1!==a.atIndex&&(t.at=a.atIndex),$e.run("document/elements/import",{model:i,data:e,options:t}),a.atIndex=-1},error:function(e){a.showErrorDialog(e)},complete:function(e){a.getModal().hideLoadingView(),window.elementor.$previewContents.find(".elementor-add-section .elementor-add-section-close").click()}})},this.showErrorDialog=function(e){var t;"object"===_typeof(e)?(t="",_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t):e?e+=".":e="<i><The error message is empty></i>",r.getErrorDialog().setMessage('The following error(s) occurred while processing the request:<div id="elementor-template-library-error-info">'+e+"</div>").show()},this.getErrorDialog=function(){return t=t||elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:"An error occurred"})}},n.library=new h.Manager,n.library.init(),window.ha=n}(jQuery,window.elementor,window.ha||{});
|
1 |
+
"use strict";function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(p,u,n){var h={Views:{},Models:{},Collections:{},Behaviors:{},Layout:null,Manager:null};h.Models.Template=Backbone.Model.extend({defaults:{template_id:0,title:"",type:"",thumbnail:"",url:"",tags:[],isPro:!1}}),h.Collections.Template=Backbone.Collection.extend({model:h.Models.Template}),h.Behaviors.InsertTemplate=Marionette.Behavior.extend({ui:{insertButton:".haTemplateLibrary__insert-button"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){n.library.insertTemplate({model:this.view.model})}}),h.Views.EmptyTemplateCollection=Marionette.ItemView.extend({id:"elementor-template-library-templates-empty",template:"#tmpl-haTemplateLibrary__empty",ui:{title:".elementor-template-library-blank-title",message:".elementor-template-library-blank-message"},modesStrings:{empty:{title:haGetTranslated("templatesEmptyTitle"),message:haGetTranslated("templatesEmptyMessage")},noResults:{title:haGetTranslated("templatesNoResultsTitle"),message:haGetTranslated("templatesNoResultsMessage")}},getCurrentMode:function(){return n.library.getFilter("text")?"noResults":"empty"},onRender:function(){var e=this.modesStrings[this.getCurrentMode()];this.ui.title.html(e.title),this.ui.message.html(e.message)}}),h.Views.Loading=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__loading",id:"haTemplateLibrary__loading"}),h.Views.Logo=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-logo",className:"haTemplateLibrary__header-logo",templateHelpers:function(){return{title:this.getOption("title")}}}),h.Views.BackButton=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-back",id:"elementor-template-library-header-preview-back",className:"haTemplateLibrary__header-back",events:function(){return{click:"onClick"}},onClick:function(){n.library.showTemplatesView()}}),h.Views.Menu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu",id:"elementor-template-library-header-menu",className:"haTemplateLibrary__header-menu",templateHelpers:function(){return n.library.getTabs()},ui:{menuItem:".elementor-template-library-menu-item"},events:{"click @ui.menuItem":"onMenuItemClick"},onMenuItemClick:function(e){n.library.setFilter("tags",""),n.library.setFilter("text",""),n.library.setFilter("type",e.currentTarget.dataset.tab,!0),n.library.showTemplatesView()}}),h.Views.ResponsiveMenu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu-responsive",id:"elementor-template-library-header-menu-responsive",className:"haTemplateLibrary__header-menu-responsive",ui:{items:"> .elementor-component-tab"},events:{"click @ui.items":"onTabItemClick"},onTabItemClick:function(e){var e=p(e.currentTarget),t=e.data("tab");n.library.channels.tabs.trigger("change:device",t,e)}}),h.Views.Actions=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-actions",id:"elementor-template-library-header-actions",ui:{sync:"#haTemplateLibrary__header-sync i"},events:{"click @ui.sync":"onSyncClick"},onSyncClick:function(){var e=this;e.ui.sync.addClass("eicon-animation-spin"),n.library.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),n.library.updateBlocksView()},forceUpdate:!0,forceSync:!0})}}),h.Views.InsertWrapper=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-insert",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:h.Behaviors.InsertTemplate}}}),h.Views.Preview=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__preview",className:"haTemplateLibrary__preview",ui:function(){return{iframe:"> iframe"}},onRender:function(){this.ui.iframe.attr("src",this.getOption("url")).hide();var e=this,t=(new h.Views.Loading).render();this.$el.append(t.el),this.ui.iframe.on("load",function(){e.$el.find("#haTemplateLibrary__loading").remove(),e.ui.iframe.show()})}}),h.Views.TemplateCollection=Marionette.CompositeView.extend({template:"#tmpl-haTemplateLibrary__templates",id:"haTemplateLibrary__templates",className:function(){return"haTemplateLibrary__templates haTemplateLibrary__templates--"+n.library.getFilter("type")},childViewContainer:"#haTemplateLibrary__templates-list",emptyView:function(){return new h.Views.EmptyTemplateCollection},ui:{templatesWindow:".haTemplateLibrary__templates-window",textFilter:"#haTemplateLibrary__search",tagsFilter:"#haTemplateLibrary__filter-tags",filterBar:"#haTemplateLibrary__toolbar-filter",counter:"#haTemplateLibrary__toolbar-counter"},events:{"input @ui.textFilter":"onTextFilterInput","click @ui.tagsFilter li":"onTagsFilterClick"},getChildView:function(e){return h.Views.Template},initialize:function(){this.listenTo(n.library.channels.templates,"filter:change",this._renderChildren)},filter:function(i){var e=n.library.getFilterTerms(),a=!0;return _.each(e,function(e,t){t=n.library.getFilter(t);if(t)return e.callback?((e=e.callback.call(i,t))||(a=!1),e):void 0}),a},setMasonrySkin:function(){var e;"section"===n.library.getFilter("type")&&(e=new elementorModules.utils.Masonry({container:this.$childViewContainer,items:this.$childViewContainer.children()}),this.$childViewContainer.imagesLoaded(e.run.bind(e)))},onRenderCollection:function(){this.setMasonrySkin(),this.updatePerfectScrollbar(),this.setTemplatesFoundText()},setTemplatesFoundText:function(){var e=n.library.getFilter("type"),t=this.children.length,i="<b>"+t+"</b>";i+="section"===e?" block":" "+e,1<t&&(i+="s"),this.ui.counter.html(i+=" found")},onTextFilterInput:function(){var e=this;_.defer(function(){n.library.setFilter("text",e.ui.textFilter.val())})},onTagsFilterClick:function(e){var e=p(e.currentTarget),t=e.data("tag");n.library.setFilter("tags",t),e.addClass("active").siblings().removeClass("active"),t=t?n.library.getTags()[t]:"Filter",this.ui.filterBar.find(".haTemplateLibrary__filter-btn").html(t+' <i class="eicon-caret-down"></i>')},updatePerfectScrollbar:function(){this.perfectScrollbar||(this.perfectScrollbar=new PerfectScrollbar(this.ui.templatesWindow[0],{suppressScrollX:!0})),this.perfectScrollbar.isRtl=!1,this.perfectScrollbar.update()},setTagsFilterHover:function(){var e=this;e.ui.filterBar.hoverIntent(function(){e.ui.tagsFilter.css("display","block"),e.ui.filterBar.find(".haTemplateLibrary__filter-btn i").addClass("eicon-caret-down").removeClass("eicon-caret-right")},function(){e.ui.tagsFilter.css("display","none"),e.ui.filterBar.find(".haTemplateLibrary__filter-btn i").addClass("eicon-caret-right").removeClass("eicon-caret-down")},{sensitivity:50,interval:150,timeout:100})},onRender:function(){this.setTagsFilterHover(),this.updatePerfectScrollbar()}}),h.Views.Template=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__template",className:"haTemplateLibrary__template",ui:{previewButton:".haTemplateLibrary__preview-button, .haTemplateLibrary__template-preview"},events:{"click @ui.previewButton":"onPreviewButtonClick"},behaviors:{insertTemplate:{behaviorClass:h.Behaviors.InsertTemplate}},onPreviewButtonClick:function(){n.library.showPreviewView(this.model)}}),h.Modal=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"haTemplateLibrary__modal",hide:{onOutsideClick:!1,onEscKeyPress:!0,onBackgroundClick:!1}}},getTemplateActionButton:function(e){e=e.isPro&&!HappyAddonsEditor.hasPro?"pro-button":"insert-button",e=Marionette.TemplateCache.get("#tmpl-haTemplateLibrary__"+e);return Marionette.Renderer.render(e)},showLogo:function(e){this.getHeaderView().logoArea.show(new h.Views.Logo(e))},showDefaultHeader:function(){this.showLogo({title:"TEMPLATES"});var e=this.getHeaderView();e.tools.show(new h.Views.Actions),e.menuArea.show(new h.Views.Menu)},showPreviewView:function(e){var t=this.getHeaderView();t.menuArea.show(new h.Views.ResponsiveMenu),t.logoArea.show(new h.Views.BackButton),t.tools.show(new h.Views.InsertWrapper({model:e})),this.modalContent.show(new h.Views.Preview({url:e.get("url")}))},showTemplatesView:function(e){this.showDefaultHeader(),this.modalContent.show(new h.Views.TemplateCollection({collection:e}))}}),h.Manager=function(){var e,i,a,n,t,r=this,o=".elementor-add-new-section .elementor-add-section-drag-title",l='<div class="elementor-add-section-area-button elementor-add-ha-button"> <i class="hm hm-happyaddons"></i> </div>',s={desktop:"100%",tab:"768px",mobile:"360px"};function c(){var e=p(this).closest(".elementor-top-section"),i=e.data("id"),t=u.documents.getCurrent().container.children,e=e.prev(".elementor-add-section");t&&_.each(t,function(e,t){i===e.id&&(r.atIndex=t)}),e.find(".elementor-add-ha-button").length||e.find(o).before(l)}function m(e,t){t.addClass("elementor-active").siblings().removeClass("elementor-active");t=s[e]||s.desktop;p(".haTemplateLibrary__preview").css("width",t)}function d(){var i=window.elementor.$previewContents,a=setInterval(function(){var e,t;(t=(e=i).find(o)).length&&!e.find(".elementor-add-ha-button").length&&t.before(l),e.on("click.onAddElement",".elementor-editor-section-settings .elementor-editor-element-add",c),0<i.find(".elementor-add-new-section").length&&clearInterval(a)},100);i.on("click.onAddTemplateButton",".elementor-add-ha-button",r.showModal.bind(r)),this.channels.tabs.on("change:device",m)}this.atIndex=-1,this.channels={tabs:Backbone.Radio.channel("tabs"),templates:Backbone.Radio.channel("templates")},this.updateBlocksView=function(){r.setFilter("tags","",!0),r.setFilter("text","",!0),r.getModal().showTemplatesView(n)},this.setFilter=function(e,t,i){r.channels.templates.reply("filter:"+e,t),i||r.channels.templates.trigger("filter:change")},this.getFilter=function(e){return r.channels.templates.request("filter:"+e)},this.getFilterTerms=function(){return{tags:{callback:function(t){return _.any(this.get("tags"),function(e){return 0<=e.indexOf(t)})}},text:{callback:function(t){return t=t.toLowerCase(),0<=this.get("title").toLowerCase().indexOf(t)||_.any(this.get("tags"),function(e){return 0<=e.indexOf(t)})}},type:{callback:function(e){return this.get("type")===e}}}},this.showModal=function(){r.getModal().showModal(),r.showTemplatesView()},this.closeModal=function(){this.getModal().hideModal()},this.getModal=function(){return e=e||new h.Modal},this.init=function(){r.setFilter("type","section",!0),u.on("preview:loaded",d.bind(this))},this.getTabs=function(){var i=this.getFilter("type"),a={section:{title:"Blocks"},page:{title:"Pages"}};return _.each(a,function(e,t){i===t&&(a[i].active=!0)}),{tabs:a}},this.getTags=function(){return i},this.getTypeTags=function(){var e=r.getFilter("type");return a[e]},this.showTemplatesView=function(){r.setFilter("tags","",!0),r.setFilter("text","",!0),n?r.getModal().showTemplatesView(n):r.loadTemplates(function(){r.getModal().showTemplatesView(n)})},this.showPreviewView=function(e){r.getModal().showPreviewView(e)},this.loadTemplates=function(e){r.requestLibraryData({onBeforeUpdate:r.getModal().showLoadingView.bind(r.getModal()),onUpdate:function(){r.getModal().hideLoadingView(),e&&e()}})},this.requestLibraryData=function(t){var e;n&&!t.forceUpdate?t.onUpdate&&t.onUpdate():(t.onBeforeUpdate&&t.onBeforeUpdate(),e={data:{},success:function(e){n=new h.Collections.Template(e.templates),e.tags&&(i=e.tags),e.type_tags&&(a=e.type_tags),t.onUpdate&&t.onUpdate()}},t.forceSync&&(e.data.sync=!0),elementorCommon.ajax.addRequest("get_ha_library_data",e))},this.requestTemplateData=function(e,t){e={unique_id:e,data:{edit_mode:!0,display:!0,template_id:e}};t&&jQuery.extend(!0,e,t),elementorCommon.ajax.addRequest("get_ha_template_data",e)},this.insertTemplate=function(e){var i=e.model,a=this;a.getModal().showLoadingView(),a.requestTemplateData(i.get("template_id"),{success:function(e){a.getModal().hideLoadingView(),a.getModal().hideModal();var t={};-1!==a.atIndex&&(t.at=a.atIndex),$e.run("document/elements/import",{model:i,data:e,options:t}),a.atIndex=-1},error:function(e){a.showErrorDialog(e)},complete:function(e){a.getModal().hideLoadingView(),window.elementor.$previewContents.find(".elementor-add-section .elementor-add-section-close").click()}})},this.showErrorDialog=function(e){var t;"object"===_typeof(e)?(t="",_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t):e?e+=".":e="<i><The error message is empty></i>",r.getErrorDialog().setMessage('The following error(s) occurred while processing the request:<div id="elementor-template-library-error-info">'+e+"</div>").show()},this.getErrorDialog=function(){return t=t||elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:"An error occurred"})}},n.library=new h.Manager,n.library.init(),window.ha=n}(jQuery,window.elementor,window.ha||{});
|
assets/css/main.css
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
.ha-btn{display:inline-block;max-width:100%;vertical-align:middle;text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-btn:not(.ha-btn--link){padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}.ha-btn:not(.ha-btn--link):focus,.ha-btn:not(.ha-btn--link):hover{background-color:#e2498a}.ha-btn.ha-btn--link{color:#562dd4}.ha-btn.ha-btn--link:focus,.ha-btn.ha-btn--link:hover{color:#e2498a}.ha-btn-icon+.ha-btn-text,.ha-btn-text+.ha-btn-icon{margin-left:5px}.ha-btn-icon--svg{display:inline-block}.ha-btn-icon--svg svg{width:auto;height:1em;fill:currentColor}
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
-
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
6 |
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
-
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
10 |
.ha-dual-btn,.ha-dual-btn-connector{display:inline-block}.ha-dual-btn-wrapper{position:relative;text-align:center;font-weight:400}.ha-dual-btn{padding:1.3rem 2.3rem;max-width:100%;color:#fff;text-decoration:none;font-size:14px;line-height:1}.ha-dual-btn--left{background-color:#562dd4}.ha-dual-btn--left:focus,.ha-dual-btn--left:hover{background-color:#4423ab;color:#fff}.ha-dual-btn--right{background-color:#e2498a}.ha-dual-btn--right:focus,.ha-dual-btn--right:hover{background-color:#d6226e;color:#fff}.ha-dual-btn-connector{position:absolute!important;z-index:9;overflow:hidden;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.3);box-shadow:0 0 0 5px rgba(255,255,255,.3);color:#27374c;text-transform:uppercase;font-size:12px;line-height:30px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ha-dual-btn-icon>svg{width:1em;height:auto;vertical-align:top;fill:currentColor}.ha-dual-btn-icon>i{font-size:1em}.ha-dual-btn-icon--before{margin-right:5px}.ha-dual-btn-icon--after{margin-left:5px}.ha-dual-button>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dual-button--mobile-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--mobile-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--mobile-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--mobile-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--mobile-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--mobile-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}@media (min-width:768px){.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--tablet-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--tablet-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--tablet-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--tablet-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--tablet-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--tablet-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--tablet-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--tablet-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}@media (min-width:1025px){.ha-dual-button--layout-stack.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--layout-stack.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--layout-stack.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--layout-queue.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--layout-queue.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--layout-queue.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}
|
@@ -28,6 +28,7 @@
|
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
30 |
.ha-title-flex,.pdf-icon,.pdf_viewer_options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pdf_viewer_options{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ha-title-flex,.pdf-icon{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-title-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.pdf-icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-title-flex h2{margin-bottom:5px}.pdf-button a{padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}
|
|
|
31 |
.ha-post-list{margin:0;padding:0;list-style:none}.ha-post-list .ha-post-list-item,.ha-post-list.ha-post-list-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list.ha-post-list-inline{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-list .ha-post-list-item{margin:0 0 10px;padding:0}.ha-post-list.ha-post-list-inline .ha-post-list-item{margin-right:21px}.ha-post-list .ha-post-list-item:last-child,.ha-post-list.ha-post-list-inline .ha-post-list-item:last-child{margin-right:0;margin-bottom:0}.ha-post-list .ha-post-list-item a{width:100%}.ha-post-list-title{display:block;margin-top:0;margin-bottom:0;color:#242424;font-size:1rem;-webkit-transition:all .4s;transition:all .4s}.ha-post-list .ha-post-list-item a:hover .ha-post-list-title{color:#e04d8b}.ha-post-list-item a img{margin-right:15px;-o-object-fit:cover;object-fit:cover}span.ha-post-list-icon{margin-right:8px;color:#242424;font-size:14px}span.ha-post-list-icon svg{width:auto;height:1em;fill:currentColor}.ha-post-list .ha-post-list-item a,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list-meta-wrap{margin-top:3px}.ha-post-list-meta-wrap span{margin-right:10px;color:#8c8c8c;font-size:13px}.ha-post-list-meta-wrap span:last-child{margin-right:0}.ha-post-list-meta-wrap span i{margin-right:3px}.ha-post-list-excerpt p{margin-bottom:0;color:#8c8c8c}
|
32 |
.ha-post-tab .ha-post-tab-filter{padding:0;border-bottom:1px solid #ddd;list-style:none}.ha-post-tab .ha-post-tab-filter li{display:inline-block;margin:0 5px 0 0;padding:15px 25px;background:#fff;color:#333;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab .ha-post-tab-filter li.active,.ha-post-tab .ha-post-tab-filter li:hover,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover{background:#6d39ef;color:#fff;cursor:pointer}.ha-post-tab .ha-post-tab-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;opacity:0}.ha-post-tab span.ha-post-tab-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;text-align:center;font-size:60px;opacity:.5}.ha-post-tab .ha-post-tab-item-wrapper.active{visibility:visible;height:auto;opacity:1}.ha-post-tab .ha-post-tab-item{margin-bottom:30px;padding-right:15px;padding-left:15px}.ha-post-tab .ha-post-tab-item-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;-webkit-box-shadow:0 1px 20px rgba(0,0,0,.09);box-shadow:0 1px 20px rgba(0,0,0,.09)}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb{position:relative;display:block;overflow:hidden;margin-bottom:15px;padding-right:0;padding-left:0}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title{display:block;margin-top:0;margin-bottom:10px;font-size:16px}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a,.ha-post-tab .ha-post-tab-meta span a{color:#333;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span a:hover,.ha-post-tab .ha-post-tab-title a:hover{color:#6d39ef}.ha-post-tab .ha-post-tab-meta{font-size:14px}.ha-post-tab .ha-post-tab-meta span{display:inline-block;margin-top:10px;margin-right:15px;color:#9b9b9b;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span i{padding-right:5px}.ha-post-tab .ha-post-tab-meta span a{color:#9b9b9b}.ha-post-tab .ha-post-tab-excerpt p{margin:0}.ha-post-tab.ha-post-tab-left,.ha-post-tab.ha-post-tab-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-right:1px solid #f1f1f1;border-bottom:none}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:left;display:block;margin:0;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:right}.ha-post-tab.ha-post-tab-left .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-bottom:none;border-left:1px solid #f1f1f1}.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}@media (max-width:767px){.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right:0;border-bottom:1px solid #f1f1f1;border-left:0}.ha-post-tab.ha-post-tab-left .ha-post-tab-content,.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;min-height:100%}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{display:inline-block}}
|
33 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-pricing-table-badge{position:absolute;top:-1px;padding:.8rem 1rem;background-color:#e2498a;color:#fff;line-height:1}.ha-pricing-table-badge--left{left:0;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.ha-pricing-table-badge--right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.ha-pricing-table-title{margin-top:0;margin-bottom:.5rem;color:#242424;font-weight:400;font-size:24px}.ha-pricing-table-price{margin-bottom:3rem}.ha-pricing-table-price-tag{margin-bottom:.5rem;color:#242424;font-weight:700;font-size:60px;line-height:normal}.ha-pricing-table-currency{font-size:24px}.ha-pricing-table-period{color:#8c8c8c;font-size:16px}.ha-pricing-table-body{margin-bottom:3rem}.ha-pricing-table-features-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:16px}.ha-pricing-table-features-list{margin:0;padding:0;list-style:none}.ha-pricing-table-features-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;margin-bottom:1rem;font-size:16px}.ha-pricing-table-features-list li>i,.ha-pricing-table-features-list li>svg{margin-right:.5rem;min-width:15px;text-align:center;font-size:.8em}.ha-pricing-table-features-list li>svg{width:auto;height:1em;fill:currentColor}.ha-pricing-table-feature-text{display:inline-block}.ha-pricing-table-btn{display:inline-block;padding:.8rem 2rem;border-radius:40px;background-color:#e2498a;color:#fff;text-decoration:none;text-transform:uppercase;font-size:12px;-webkit-transition:all .3s;transition:all .3s}.ha-pricing-table-btn:hover{background-color:#562dd4;color:#fff}
|
2 |
.ha-btn{display:inline-block;max-width:100%;vertical-align:middle;text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-btn:not(.ha-btn--link){padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}.ha-btn:not(.ha-btn--link):focus,.ha-btn:not(.ha-btn--link):hover{background-color:#e2498a}.ha-btn.ha-btn--link{color:#562dd4}.ha-btn.ha-btn--link:focus,.ha-btn.ha-btn--link:hover{color:#e2498a}.ha-btn-icon+.ha-btn-text,.ha-btn-text+.ha-btn-icon{margin-left:5px}.ha-btn-icon--svg{display:inline-block}.ha-btn-icon--svg svg{width:auto;height:1em;fill:currentColor}
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
+
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper{display:block!important}
|
6 |
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
+
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container,.ha-cs-switch-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cs-switch-wrapper.horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-cs-switch-wrapper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{white-space:normal;font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif;line-height:1}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
10 |
.ha-dual-btn,.ha-dual-btn-connector{display:inline-block}.ha-dual-btn-wrapper{position:relative;text-align:center;font-weight:400}.ha-dual-btn{padding:1.3rem 2.3rem;max-width:100%;color:#fff;text-decoration:none;font-size:14px;line-height:1}.ha-dual-btn--left{background-color:#562dd4}.ha-dual-btn--left:focus,.ha-dual-btn--left:hover{background-color:#4423ab;color:#fff}.ha-dual-btn--right{background-color:#e2498a}.ha-dual-btn--right:focus,.ha-dual-btn--right:hover{background-color:#d6226e;color:#fff}.ha-dual-btn-connector{position:absolute!important;z-index:9;overflow:hidden;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.3);box-shadow:0 0 0 5px rgba(255,255,255,.3);color:#27374c;text-transform:uppercase;font-size:12px;line-height:30px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ha-dual-btn-icon>svg{width:1em;height:auto;vertical-align:top;fill:currentColor}.ha-dual-btn-icon>i{font-size:1em}.ha-dual-btn-icon--before{margin-right:5px}.ha-dual-btn-icon--after{margin-left:5px}.ha-dual-button>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dual-button--mobile-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--mobile-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--mobile-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--mobile-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--mobile-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--mobile-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}@media (min-width:768px){.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--tablet-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--tablet-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--tablet-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--tablet-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--tablet-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--tablet-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--tablet-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--tablet-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}@media (min-width:1025px){.ha-dual-button--layout-stack.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--layout-stack.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--layout-stack.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--layout-queue.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--layout-queue.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--layout-queue.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
30 |
.ha-title-flex,.pdf-icon,.pdf_viewer_options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pdf_viewer_options{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ha-title-flex,.pdf-icon{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-title-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.pdf-icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-title-flex h2{margin-bottom:5px}.pdf-button a{padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}
|
31 |
+
@-webkit-keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@-webkit-keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@-webkit-keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@-webkit-keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@-webkit-keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@-webkit-keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}@keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}.ha-photo-stack-wrapper{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.ha-photo-stack-wrapper .ha-photo-stack-item{position:absolute}.ha-rotating,.ha-rotating-inverse{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-rotating{-webkit-animation:ha_rotating 50s linear infinite;animation:ha_rotating 50s linear infinite;-webkit-animation-name:ha_rotating;animation-name:ha_rotating}.ha-rotating-inverse{-webkit-animation-name:ha_rotating_inverse;animation-name:ha_rotating_inverse}.ha-rotating,.ha-rotating-inverse{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.ha-bounce,.ha-bounce-fast{-webkit-animation:ha_bounce 6s ease infinite;animation:ha_bounce 6s ease infinite;will-change:transform}.ha-bounce{-webkit-animation:ha_bounce 3s ease-in-out infinite;animation:ha_bounce 3s ease-in-out infinite}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_sm;animation-name:ha_bounce_sm;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-bounce-lg,.ha-bounce-md,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_md;animation-name:ha_bounce_md}.ha-bounce-lg,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_lg;animation-name:ha_bounce_lg}.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_scale_sm;animation-name:ha_scale_sm}.ha-fade,.ha-scale-lg,.ha-scale-md{-webkit-animation-name:ha_scale_md;animation-name:ha_scale_md}.ha-fade,.ha-scale-lg{-webkit-animation-name:ha_scale_lg;animation-name:ha_scale_lg}.ha-fade{-webkit-animation-name:ha_fade;animation-name:ha_fade}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.scale,.scale-inverse,.scale-inverse-lg,.scale-inverse-sm,.scale-lg,.scale-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale *,.scale-inverse *,.scale-inverse-lg *,.scale-inverse-sm *,.scale-lg *,.scale-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale-sm:hover,.scaled-sm{z-index:999;-webkit-transform:scale(1.05)!important;-ms-transform:scale(1.05)!important;transform:scale(1.05)!important}.scale:hover,.scaled{z-index:999;-webkit-transform:scale(1.1)!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.scale-lg:hover,.scaled-lg{z-index:999;-webkit-transform:scale(1.15)!important;-ms-transform:scale(1.15)!important;transform:scale(1.15)!important}.scale-inverse-sm:hover{-webkit-transform:scale(.95)!important;-ms-transform:scale(.95)!important;transform:scale(.95)!important}.scale-inverse:hover{-webkit-transform:scale(.925)!important;-ms-transform:scale(.925)!important;transform:scale(.925)!important}.scale-inverse-lg:hover{-webkit-transform:scale(.9)!important;-ms-transform:scale(.9)!important;transform:scale(.9)!important}.fly-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-sm:hover{-webkit-transform:translate(0,-3px)!important;-ms-transform:translate(0,-3px)!important;transform:translate(0,-3px)!important}.fly-sm,.fly-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly:hover{-webkit-transform:translate(0,-6px)!important;-ms-transform:translate(0,-6px)!important;transform:translate(0,-6px)!important}.fly,.fly *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly-lg{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-lg:hover{-webkit-transform:translate(0,-9px)!important;-ms-transform:translate(0,-9px)!important;transform:translate(0,-9px)!important}.fly-lg,.fly-lg *{-webkit-backface-visibility:hidden;backface-visibility:hidden}
|
32 |
.ha-post-list{margin:0;padding:0;list-style:none}.ha-post-list .ha-post-list-item,.ha-post-list.ha-post-list-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list.ha-post-list-inline{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-list .ha-post-list-item{margin:0 0 10px;padding:0}.ha-post-list.ha-post-list-inline .ha-post-list-item{margin-right:21px}.ha-post-list .ha-post-list-item:last-child,.ha-post-list.ha-post-list-inline .ha-post-list-item:last-child{margin-right:0;margin-bottom:0}.ha-post-list .ha-post-list-item a{width:100%}.ha-post-list-title{display:block;margin-top:0;margin-bottom:0;color:#242424;font-size:1rem;-webkit-transition:all .4s;transition:all .4s}.ha-post-list .ha-post-list-item a:hover .ha-post-list-title{color:#e04d8b}.ha-post-list-item a img{margin-right:15px;-o-object-fit:cover;object-fit:cover}span.ha-post-list-icon{margin-right:8px;color:#242424;font-size:14px}span.ha-post-list-icon svg{width:auto;height:1em;fill:currentColor}.ha-post-list .ha-post-list-item a,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list-meta-wrap{margin-top:3px}.ha-post-list-meta-wrap span{margin-right:10px;color:#8c8c8c;font-size:13px}.ha-post-list-meta-wrap span:last-child{margin-right:0}.ha-post-list-meta-wrap span i{margin-right:3px}.ha-post-list-excerpt p{margin-bottom:0;color:#8c8c8c}
|
33 |
.ha-post-tab .ha-post-tab-filter{padding:0;border-bottom:1px solid #ddd;list-style:none}.ha-post-tab .ha-post-tab-filter li{display:inline-block;margin:0 5px 0 0;padding:15px 25px;background:#fff;color:#333;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab .ha-post-tab-filter li.active,.ha-post-tab .ha-post-tab-filter li:hover,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover{background:#6d39ef;color:#fff;cursor:pointer}.ha-post-tab .ha-post-tab-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;opacity:0}.ha-post-tab span.ha-post-tab-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;text-align:center;font-size:60px;opacity:.5}.ha-post-tab .ha-post-tab-item-wrapper.active{visibility:visible;height:auto;opacity:1}.ha-post-tab .ha-post-tab-item{margin-bottom:30px;padding-right:15px;padding-left:15px}.ha-post-tab .ha-post-tab-item-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;-webkit-box-shadow:0 1px 20px rgba(0,0,0,.09);box-shadow:0 1px 20px rgba(0,0,0,.09)}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb{position:relative;display:block;overflow:hidden;margin-bottom:15px;padding-right:0;padding-left:0}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title{display:block;margin-top:0;margin-bottom:10px;font-size:16px}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a,.ha-post-tab .ha-post-tab-meta span a{color:#333;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span a:hover,.ha-post-tab .ha-post-tab-title a:hover{color:#6d39ef}.ha-post-tab .ha-post-tab-meta{font-size:14px}.ha-post-tab .ha-post-tab-meta span{display:inline-block;margin-top:10px;margin-right:15px;color:#9b9b9b;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span i{padding-right:5px}.ha-post-tab .ha-post-tab-meta span a{color:#9b9b9b}.ha-post-tab .ha-post-tab-excerpt p{margin:0}.ha-post-tab.ha-post-tab-left,.ha-post-tab.ha-post-tab-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-right:1px solid #f1f1f1;border-bottom:none}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:left;display:block;margin:0;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:right}.ha-post-tab.ha-post-tab-left .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-bottom:none;border-left:1px solid #f1f1f1}.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}@media (max-width:767px){.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right:0;border-bottom:1px solid #f1f1f1;border-left:0}.ha-post-tab.ha-post-tab-left .ha-post-tab-content,.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;min-height:100%}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{display:inline-block}}
|
34 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-pricing-table-badge{position:absolute;top:-1px;padding:.8rem 1rem;background-color:#e2498a;color:#fff;line-height:1}.ha-pricing-table-badge--left{left:0;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.ha-pricing-table-badge--right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.ha-pricing-table-title{margin-top:0;margin-bottom:.5rem;color:#242424;font-weight:400;font-size:24px}.ha-pricing-table-price{margin-bottom:3rem}.ha-pricing-table-price-tag{margin-bottom:.5rem;color:#242424;font-weight:700;font-size:60px;line-height:normal}.ha-pricing-table-currency{font-size:24px}.ha-pricing-table-period{color:#8c8c8c;font-size:16px}.ha-pricing-table-body{margin-bottom:3rem}.ha-pricing-table-features-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:16px}.ha-pricing-table-features-list{margin:0;padding:0;list-style:none}.ha-pricing-table-features-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;margin-bottom:1rem;font-size:16px}.ha-pricing-table-features-list li>i,.ha-pricing-table-features-list li>svg{margin-right:.5rem;min-width:15px;text-align:center;font-size:.8em}.ha-pricing-table-features-list li>svg{width:auto;height:1em;fill:currentColor}.ha-pricing-table-feature-text{display:inline-block}.ha-pricing-table-btn{display:inline-block;padding:.8rem 2rem;border-radius:40px;background-color:#e2498a;color:#fff;text-decoration:none;text-transform:uppercase;font-size:12px;-webkit-transition:all .3s;transition:all .3s}.ha-pricing-table-btn:hover{background-color:#562dd4;color:#fff}
|
assets/css/main.min.css
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
.ha-btn{display:inline-block;max-width:100%;vertical-align:middle;text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-btn:not(.ha-btn--link){padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}.ha-btn:not(.ha-btn--link):focus,.ha-btn:not(.ha-btn--link):hover{background-color:#e2498a}.ha-btn.ha-btn--link{color:#562dd4}.ha-btn.ha-btn--link:focus,.ha-btn.ha-btn--link:hover{color:#e2498a}.ha-btn-icon+.ha-btn-text,.ha-btn-text+.ha-btn-icon{margin-left:5px}.ha-btn-icon--svg{display:inline-block}.ha-btn-icon--svg svg{width:auto;height:1em;fill:currentColor}
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
-
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
6 |
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
-
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
10 |
.ha-dual-btn,.ha-dual-btn-connector{display:inline-block}.ha-dual-btn-wrapper{position:relative;text-align:center;font-weight:400}.ha-dual-btn{padding:1.3rem 2.3rem;max-width:100%;color:#fff;text-decoration:none;font-size:14px;line-height:1}.ha-dual-btn--left{background-color:#562dd4}.ha-dual-btn--left:focus,.ha-dual-btn--left:hover{background-color:#4423ab;color:#fff}.ha-dual-btn--right{background-color:#e2498a}.ha-dual-btn--right:focus,.ha-dual-btn--right:hover{background-color:#d6226e;color:#fff}.ha-dual-btn-connector{position:absolute!important;z-index:9;overflow:hidden;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.3);box-shadow:0 0 0 5px rgba(255,255,255,.3);color:#27374c;text-transform:uppercase;font-size:12px;line-height:30px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ha-dual-btn-icon>svg{width:1em;height:auto;vertical-align:top;fill:currentColor}.ha-dual-btn-icon>i{font-size:1em}.ha-dual-btn-icon--before{margin-right:5px}.ha-dual-btn-icon--after{margin-left:5px}.ha-dual-button>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dual-button--mobile-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--mobile-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--mobile-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--mobile-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--mobile-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--mobile-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}@media (min-width:768px){.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--tablet-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--tablet-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--tablet-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--tablet-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--tablet-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--tablet-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--tablet-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--tablet-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}@media (min-width:1025px){.ha-dual-button--layout-stack.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--layout-stack.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--layout-stack.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--layout-queue.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--layout-queue.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--layout-queue.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}
|
@@ -28,6 +28,7 @@
|
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
30 |
.ha-title-flex,.pdf-icon,.pdf_viewer_options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pdf_viewer_options{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ha-title-flex,.pdf-icon{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-title-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.pdf-icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-title-flex h2{margin-bottom:5px}.pdf-button a{padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}
|
|
|
31 |
.ha-post-list{margin:0;padding:0;list-style:none}.ha-post-list .ha-post-list-item,.ha-post-list.ha-post-list-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list.ha-post-list-inline{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-list .ha-post-list-item{margin:0 0 10px;padding:0}.ha-post-list.ha-post-list-inline .ha-post-list-item{margin-right:21px}.ha-post-list .ha-post-list-item:last-child,.ha-post-list.ha-post-list-inline .ha-post-list-item:last-child{margin-right:0;margin-bottom:0}.ha-post-list .ha-post-list-item a{width:100%}.ha-post-list-title{display:block;margin-top:0;margin-bottom:0;color:#242424;font-size:1rem;-webkit-transition:all .4s;transition:all .4s}.ha-post-list .ha-post-list-item a:hover .ha-post-list-title{color:#e04d8b}.ha-post-list-item a img{margin-right:15px;-o-object-fit:cover;object-fit:cover}span.ha-post-list-icon{margin-right:8px;color:#242424;font-size:14px}span.ha-post-list-icon svg{width:auto;height:1em;fill:currentColor}.ha-post-list .ha-post-list-item a,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list-meta-wrap{margin-top:3px}.ha-post-list-meta-wrap span{margin-right:10px;color:#8c8c8c;font-size:13px}.ha-post-list-meta-wrap span:last-child{margin-right:0}.ha-post-list-meta-wrap span i{margin-right:3px}.ha-post-list-excerpt p{margin-bottom:0;color:#8c8c8c}
|
32 |
.ha-post-tab .ha-post-tab-filter{padding:0;border-bottom:1px solid #ddd;list-style:none}.ha-post-tab .ha-post-tab-filter li{display:inline-block;margin:0 5px 0 0;padding:15px 25px;background:#fff;color:#333;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab .ha-post-tab-filter li.active,.ha-post-tab .ha-post-tab-filter li:hover,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover{background:#6d39ef;color:#fff;cursor:pointer}.ha-post-tab .ha-post-tab-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;opacity:0}.ha-post-tab span.ha-post-tab-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;text-align:center;font-size:60px;opacity:.5}.ha-post-tab .ha-post-tab-item-wrapper.active{visibility:visible;height:auto;opacity:1}.ha-post-tab .ha-post-tab-item{margin-bottom:30px;padding-right:15px;padding-left:15px}.ha-post-tab .ha-post-tab-item-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;-webkit-box-shadow:0 1px 20px rgba(0,0,0,.09);box-shadow:0 1px 20px rgba(0,0,0,.09)}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb{position:relative;display:block;overflow:hidden;margin-bottom:15px;padding-right:0;padding-left:0}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title{display:block;margin-top:0;margin-bottom:10px;font-size:16px}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a,.ha-post-tab .ha-post-tab-meta span a{color:#333;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span a:hover,.ha-post-tab .ha-post-tab-title a:hover{color:#6d39ef}.ha-post-tab .ha-post-tab-meta{font-size:14px}.ha-post-tab .ha-post-tab-meta span{display:inline-block;margin-top:10px;margin-right:15px;color:#9b9b9b;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span i{padding-right:5px}.ha-post-tab .ha-post-tab-meta span a{color:#9b9b9b}.ha-post-tab .ha-post-tab-excerpt p{margin:0}.ha-post-tab.ha-post-tab-left,.ha-post-tab.ha-post-tab-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-right:1px solid #f1f1f1;border-bottom:none}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:left;display:block;margin:0;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:right}.ha-post-tab.ha-post-tab-left .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-bottom:none;border-left:1px solid #f1f1f1}.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}@media (max-width:767px){.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right:0;border-bottom:1px solid #f1f1f1;border-left:0}.ha-post-tab.ha-post-tab-left .ha-post-tab-content,.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;min-height:100%}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{display:inline-block}}
|
33 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-pricing-table-badge{position:absolute;top:-1px;padding:.8rem 1rem;background-color:#e2498a;color:#fff;line-height:1}.ha-pricing-table-badge--left{left:0;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.ha-pricing-table-badge--right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.ha-pricing-table-title{margin-top:0;margin-bottom:.5rem;color:#242424;font-weight:400;font-size:24px}.ha-pricing-table-price{margin-bottom:3rem}.ha-pricing-table-price-tag{margin-bottom:.5rem;color:#242424;font-weight:700;font-size:60px;line-height:normal}.ha-pricing-table-currency{font-size:24px}.ha-pricing-table-period{color:#8c8c8c;font-size:16px}.ha-pricing-table-body{margin-bottom:3rem}.ha-pricing-table-features-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:16px}.ha-pricing-table-features-list{margin:0;padding:0;list-style:none}.ha-pricing-table-features-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;margin-bottom:1rem;font-size:16px}.ha-pricing-table-features-list li>i,.ha-pricing-table-features-list li>svg{margin-right:.5rem;min-width:15px;text-align:center;font-size:.8em}.ha-pricing-table-features-list li>svg{width:auto;height:1em;fill:currentColor}.ha-pricing-table-feature-text{display:inline-block}.ha-pricing-table-btn{display:inline-block;padding:.8rem 2rem;border-radius:40px;background-color:#e2498a;color:#fff;text-decoration:none;text-transform:uppercase;font-size:12px;-webkit-transition:all .3s;transition:all .3s}.ha-pricing-table-btn:hover{background-color:#562dd4;color:#fff}
|
2 |
.ha-btn{display:inline-block;max-width:100%;vertical-align:middle;text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-btn:not(.ha-btn--link){padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}.ha-btn:not(.ha-btn--link):focus,.ha-btn:not(.ha-btn--link):hover{background-color:#e2498a}.ha-btn.ha-btn--link{color:#562dd4}.ha-btn.ha-btn--link:focus,.ha-btn.ha-btn--link:hover{color:#e2498a}.ha-btn-icon+.ha-btn-text,.ha-btn-text+.ha-btn-icon{margin-left:5px}.ha-btn-icon--svg{display:inline-block}.ha-btn-icon--svg svg{width:auto;height:1em;fill:currentColor}
|
3 |
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
+
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper{display:block!important}
|
6 |
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
+
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container,.ha-cs-switch-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cs-switch-wrapper.horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-cs-switch-wrapper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{white-space:normal;font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif;line-height:1}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
10 |
.ha-dual-btn,.ha-dual-btn-connector{display:inline-block}.ha-dual-btn-wrapper{position:relative;text-align:center;font-weight:400}.ha-dual-btn{padding:1.3rem 2.3rem;max-width:100%;color:#fff;text-decoration:none;font-size:14px;line-height:1}.ha-dual-btn--left{background-color:#562dd4}.ha-dual-btn--left:focus,.ha-dual-btn--left:hover{background-color:#4423ab;color:#fff}.ha-dual-btn--right{background-color:#e2498a}.ha-dual-btn--right:focus,.ha-dual-btn--right:hover{background-color:#d6226e;color:#fff}.ha-dual-btn-connector{position:absolute!important;z-index:9;overflow:hidden;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.3);box-shadow:0 0 0 5px rgba(255,255,255,.3);color:#27374c;text-transform:uppercase;font-size:12px;line-height:30px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ha-dual-btn-icon>svg{width:1em;height:auto;vertical-align:top;fill:currentColor}.ha-dual-btn-icon>i{font-size:1em}.ha-dual-btn-icon--before{margin-right:5px}.ha-dual-btn-icon--after{margin-left:5px}.ha-dual-button>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dual-button--mobile-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--mobile-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--mobile-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--mobile-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--mobile-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--mobile-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}@media (min-width:768px){.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--tablet-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--tablet-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--tablet-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--tablet-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--tablet-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--tablet-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--tablet-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--tablet-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}@media (min-width:1025px){.ha-dual-button--layout-stack.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--layout-stack.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--layout-stack.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--layout-queue.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--layout-queue.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--layout-queue.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}
|
28 |
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
30 |
.ha-title-flex,.pdf-icon,.pdf_viewer_options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pdf_viewer_options{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ha-title-flex,.pdf-icon{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-title-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.pdf-icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-title-flex h2{margin-bottom:5px}.pdf-button a{padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}
|
31 |
+
@-webkit-keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@-webkit-keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@-webkit-keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@-webkit-keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@-webkit-keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@-webkit-keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}@keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}.ha-photo-stack-wrapper{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.ha-photo-stack-wrapper .ha-photo-stack-item{position:absolute}.ha-rotating,.ha-rotating-inverse{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-rotating{-webkit-animation:ha_rotating 50s linear infinite;animation:ha_rotating 50s linear infinite;-webkit-animation-name:ha_rotating;animation-name:ha_rotating}.ha-rotating-inverse{-webkit-animation-name:ha_rotating_inverse;animation-name:ha_rotating_inverse}.ha-rotating,.ha-rotating-inverse{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.ha-bounce,.ha-bounce-fast{-webkit-animation:ha_bounce 6s ease infinite;animation:ha_bounce 6s ease infinite;will-change:transform}.ha-bounce{-webkit-animation:ha_bounce 3s ease-in-out infinite;animation:ha_bounce 3s ease-in-out infinite}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_sm;animation-name:ha_bounce_sm;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-bounce-lg,.ha-bounce-md,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_md;animation-name:ha_bounce_md}.ha-bounce-lg,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_lg;animation-name:ha_bounce_lg}.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_scale_sm;animation-name:ha_scale_sm}.ha-fade,.ha-scale-lg,.ha-scale-md{-webkit-animation-name:ha_scale_md;animation-name:ha_scale_md}.ha-fade,.ha-scale-lg{-webkit-animation-name:ha_scale_lg;animation-name:ha_scale_lg}.ha-fade{-webkit-animation-name:ha_fade;animation-name:ha_fade}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.scale,.scale-inverse,.scale-inverse-lg,.scale-inverse-sm,.scale-lg,.scale-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale *,.scale-inverse *,.scale-inverse-lg *,.scale-inverse-sm *,.scale-lg *,.scale-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale-sm:hover,.scaled-sm{z-index:999;-webkit-transform:scale(1.05)!important;-ms-transform:scale(1.05)!important;transform:scale(1.05)!important}.scale:hover,.scaled{z-index:999;-webkit-transform:scale(1.1)!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.scale-lg:hover,.scaled-lg{z-index:999;-webkit-transform:scale(1.15)!important;-ms-transform:scale(1.15)!important;transform:scale(1.15)!important}.scale-inverse-sm:hover{-webkit-transform:scale(.95)!important;-ms-transform:scale(.95)!important;transform:scale(.95)!important}.scale-inverse:hover{-webkit-transform:scale(.925)!important;-ms-transform:scale(.925)!important;transform:scale(.925)!important}.scale-inverse-lg:hover{-webkit-transform:scale(.9)!important;-ms-transform:scale(.9)!important;transform:scale(.9)!important}.fly-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-sm:hover{-webkit-transform:translate(0,-3px)!important;-ms-transform:translate(0,-3px)!important;transform:translate(0,-3px)!important}.fly-sm,.fly-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly:hover{-webkit-transform:translate(0,-6px)!important;-ms-transform:translate(0,-6px)!important;transform:translate(0,-6px)!important}.fly,.fly *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly-lg{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-lg:hover{-webkit-transform:translate(0,-9px)!important;-ms-transform:translate(0,-9px)!important;transform:translate(0,-9px)!important}.fly-lg,.fly-lg *{-webkit-backface-visibility:hidden;backface-visibility:hidden}
|
32 |
.ha-post-list{margin:0;padding:0;list-style:none}.ha-post-list .ha-post-list-item,.ha-post-list.ha-post-list-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list.ha-post-list-inline{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-list .ha-post-list-item{margin:0 0 10px;padding:0}.ha-post-list.ha-post-list-inline .ha-post-list-item{margin-right:21px}.ha-post-list .ha-post-list-item:last-child,.ha-post-list.ha-post-list-inline .ha-post-list-item:last-child{margin-right:0;margin-bottom:0}.ha-post-list .ha-post-list-item a{width:100%}.ha-post-list-title{display:block;margin-top:0;margin-bottom:0;color:#242424;font-size:1rem;-webkit-transition:all .4s;transition:all .4s}.ha-post-list .ha-post-list-item a:hover .ha-post-list-title{color:#e04d8b}.ha-post-list-item a img{margin-right:15px;-o-object-fit:cover;object-fit:cover}span.ha-post-list-icon{margin-right:8px;color:#242424;font-size:14px}span.ha-post-list-icon svg{width:auto;height:1em;fill:currentColor}.ha-post-list .ha-post-list-item a,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list-meta-wrap{margin-top:3px}.ha-post-list-meta-wrap span{margin-right:10px;color:#8c8c8c;font-size:13px}.ha-post-list-meta-wrap span:last-child{margin-right:0}.ha-post-list-meta-wrap span i{margin-right:3px}.ha-post-list-excerpt p{margin-bottom:0;color:#8c8c8c}
|
33 |
.ha-post-tab .ha-post-tab-filter{padding:0;border-bottom:1px solid #ddd;list-style:none}.ha-post-tab .ha-post-tab-filter li{display:inline-block;margin:0 5px 0 0;padding:15px 25px;background:#fff;color:#333;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab .ha-post-tab-filter li.active,.ha-post-tab .ha-post-tab-filter li:hover,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover{background:#6d39ef;color:#fff;cursor:pointer}.ha-post-tab .ha-post-tab-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;opacity:0}.ha-post-tab span.ha-post-tab-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;text-align:center;font-size:60px;opacity:.5}.ha-post-tab .ha-post-tab-item-wrapper.active{visibility:visible;height:auto;opacity:1}.ha-post-tab .ha-post-tab-item{margin-bottom:30px;padding-right:15px;padding-left:15px}.ha-post-tab .ha-post-tab-item-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;-webkit-box-shadow:0 1px 20px rgba(0,0,0,.09);box-shadow:0 1px 20px rgba(0,0,0,.09)}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb{position:relative;display:block;overflow:hidden;margin-bottom:15px;padding-right:0;padding-left:0}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title{display:block;margin-top:0;margin-bottom:10px;font-size:16px}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a,.ha-post-tab .ha-post-tab-meta span a{color:#333;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span a:hover,.ha-post-tab .ha-post-tab-title a:hover{color:#6d39ef}.ha-post-tab .ha-post-tab-meta{font-size:14px}.ha-post-tab .ha-post-tab-meta span{display:inline-block;margin-top:10px;margin-right:15px;color:#9b9b9b;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span i{padding-right:5px}.ha-post-tab .ha-post-tab-meta span a{color:#9b9b9b}.ha-post-tab .ha-post-tab-excerpt p{margin:0}.ha-post-tab.ha-post-tab-left,.ha-post-tab.ha-post-tab-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-right:1px solid #f1f1f1;border-bottom:none}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:left;display:block;margin:0;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:right}.ha-post-tab.ha-post-tab-left .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-bottom:none;border-left:1px solid #f1f1f1}.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}@media (max-width:767px){.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right:0;border-bottom:1px solid #f1f1f1;border-left:0}.ha-post-tab.ha-post-tab-left .ha-post-tab-content,.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;min-height:100%}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{display:inline-block}}
|
34 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-pricing-table-badge{position:absolute;top:-1px;padding:.8rem 1rem;background-color:#e2498a;color:#fff;line-height:1}.ha-pricing-table-badge--left{left:0;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.ha-pricing-table-badge--right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.ha-pricing-table-title{margin-top:0;margin-bottom:.5rem;color:#242424;font-weight:400;font-size:24px}.ha-pricing-table-price{margin-bottom:3rem}.ha-pricing-table-price-tag{margin-bottom:.5rem;color:#242424;font-weight:700;font-size:60px;line-height:normal}.ha-pricing-table-currency{font-size:24px}.ha-pricing-table-period{color:#8c8c8c;font-size:16px}.ha-pricing-table-body{margin-bottom:3rem}.ha-pricing-table-features-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:16px}.ha-pricing-table-features-list{margin:0;padding:0;list-style:none}.ha-pricing-table-features-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;margin-bottom:1rem;font-size:16px}.ha-pricing-table-features-list li>i,.ha-pricing-table-features-list li>svg{margin-right:.5rem;min-width:15px;text-align:center;font-size:.8em}.ha-pricing-table-features-list li>svg{width:auto;height:1em;fill:currentColor}.ha-pricing-table-feature-text{display:inline-block}.ha-pricing-table-btn{display:inline-block;padding:.8rem 2rem;border-radius:40px;background-color:#e2498a;color:#fff;text-decoration:none;text-transform:uppercase;font-size:12px;-webkit-transition:all .3s;transition:all .3s}.ha-pricing-table-btn:hover{background-color:#562dd4;color:#fff}
|
assets/css/widgets/common.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
|
1 |
+
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper{display:block!important}
|
assets/css/widgets/content-switcher.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container
|
1 |
+
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container,.ha-cs-switch-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cs-switch-wrapper.horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-cs-switch-wrapper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{white-space:normal;font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif;line-height:1}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
assets/css/widgets/photo-stack.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
@-webkit-keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@-webkit-keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@-webkit-keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@-webkit-keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@-webkit-keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@-webkit-keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}@keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}.ha-photo-stack-wrapper{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.ha-photo-stack-wrapper .ha-photo-stack-item{position:absolute}.ha-rotating,.ha-rotating-inverse{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-rotating{-webkit-animation:ha_rotating 50s linear infinite;animation:ha_rotating 50s linear infinite;-webkit-animation-name:ha_rotating;animation-name:ha_rotating}.ha-rotating-inverse{-webkit-animation-name:ha_rotating_inverse;animation-name:ha_rotating_inverse}.ha-rotating,.ha-rotating-inverse{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.ha-bounce,.ha-bounce-fast{-webkit-animation:ha_bounce 6s ease infinite;animation:ha_bounce 6s ease infinite;will-change:transform}.ha-bounce{-webkit-animation:ha_bounce 3s ease-in-out infinite;animation:ha_bounce 3s ease-in-out infinite}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_sm;animation-name:ha_bounce_sm;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-bounce-lg,.ha-bounce-md,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_md;animation-name:ha_bounce_md}.ha-bounce-lg,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_lg;animation-name:ha_bounce_lg}.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_scale_sm;animation-name:ha_scale_sm}.ha-fade,.ha-scale-lg,.ha-scale-md{-webkit-animation-name:ha_scale_md;animation-name:ha_scale_md}.ha-fade,.ha-scale-lg{-webkit-animation-name:ha_scale_lg;animation-name:ha_scale_lg}.ha-fade{-webkit-animation-name:ha_fade;animation-name:ha_fade}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.scale,.scale-inverse,.scale-inverse-lg,.scale-inverse-sm,.scale-lg,.scale-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale *,.scale-inverse *,.scale-inverse-lg *,.scale-inverse-sm *,.scale-lg *,.scale-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale-sm:hover,.scaled-sm{z-index:999;-webkit-transform:scale(1.05)!important;-ms-transform:scale(1.05)!important;transform:scale(1.05)!important}.scale:hover,.scaled{z-index:999;-webkit-transform:scale(1.1)!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.scale-lg:hover,.scaled-lg{z-index:999;-webkit-transform:scale(1.15)!important;-ms-transform:scale(1.15)!important;transform:scale(1.15)!important}.scale-inverse-sm:hover{-webkit-transform:scale(.95)!important;-ms-transform:scale(.95)!important;transform:scale(.95)!important}.scale-inverse:hover{-webkit-transform:scale(.925)!important;-ms-transform:scale(.925)!important;transform:scale(.925)!important}.scale-inverse-lg:hover{-webkit-transform:scale(.9)!important;-ms-transform:scale(.9)!important;transform:scale(.9)!important}.fly-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-sm:hover{-webkit-transform:translate(0,-3px)!important;-ms-transform:translate(0,-3px)!important;transform:translate(0,-3px)!important}.fly-sm,.fly-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly:hover{-webkit-transform:translate(0,-6px)!important;-ms-transform:translate(0,-6px)!important;transform:translate(0,-6px)!important}.fly,.fly *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly-lg{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-lg:hover{-webkit-transform:translate(0,-9px)!important;-ms-transform:translate(0,-9px)!important;transform:translate(0,-9px)!important}.fly-lg,.fly-lg *{-webkit-backface-visibility:hidden;backface-visibility:hidden}
|
assets/js/happy-addons.js
CHANGED
@@ -300,6 +300,7 @@
|
|
300 |
getDefaultSettings: function getDefaultSettings() {
|
301 |
return {
|
302 |
rowHeight: +this.getElementSettings('row_height.size') || 150,
|
|
|
303 |
lastRow: this.getElementSettings('last_row'),
|
304 |
margins: +this.getElementSettings('margins.size'),
|
305 |
captions: !!this.getElementSettings('show_caption')
|
@@ -775,7 +776,8 @@
|
|
775 |
|
776 |
var MailChimp = function MailChimp($scope) {
|
777 |
var elForm = $scope.find('.ha-mailchimp-form'),
|
778 |
-
elMessage = $scope.find('.ha-mc-response-message')
|
|
|
779 |
elForm.on('submit', function (e) {
|
780 |
e.preventDefault();
|
781 |
var data = {
|
@@ -796,7 +798,7 @@
|
|
796 |
if (response.status) {
|
797 |
elMessage.removeClass('error');
|
798 |
elMessage.addClass('success');
|
799 |
-
elMessage.text(
|
800 |
} else {
|
801 |
elMessage.addClass('error');
|
802 |
elMessage.removeClass('success');
|
300 |
getDefaultSettings: function getDefaultSettings() {
|
301 |
return {
|
302 |
rowHeight: +this.getElementSettings('row_height.size') || 150,
|
303 |
+
maxRowHeight: +this.getElementSettings('row_height.size') || 150,
|
304 |
lastRow: this.getElementSettings('last_row'),
|
305 |
margins: +this.getElementSettings('margins.size'),
|
306 |
captions: !!this.getElementSettings('show_caption')
|
776 |
|
777 |
var MailChimp = function MailChimp($scope) {
|
778 |
var elForm = $scope.find('.ha-mailchimp-form'),
|
779 |
+
elMessage = $scope.find('.ha-mc-response-message'),
|
780 |
+
successMessage = elForm.data('success-message');
|
781 |
elForm.on('submit', function (e) {
|
782 |
e.preventDefault();
|
783 |
var data = {
|
798 |
if (response.status) {
|
799 |
elMessage.removeClass('error');
|
800 |
elMessage.addClass('success');
|
801 |
+
elMessage.text(successMessage);
|
802 |
} else {
|
803 |
elMessage.addClass('error');
|
804 |
elMessage.removeClass('success');
|
assets/js/happy-addons.min.js
CHANGED
@@ -300,6 +300,7 @@
|
|
300 |
getDefaultSettings: function getDefaultSettings() {
|
301 |
return {
|
302 |
rowHeight: +this.getElementSettings('row_height.size') || 150,
|
|
|
303 |
lastRow: this.getElementSettings('last_row'),
|
304 |
margins: +this.getElementSettings('margins.size'),
|
305 |
captions: !!this.getElementSettings('show_caption')
|
@@ -775,7 +776,8 @@
|
|
775 |
|
776 |
var MailChimp = function MailChimp($scope) {
|
777 |
var elForm = $scope.find('.ha-mailchimp-form'),
|
778 |
-
elMessage = $scope.find('.ha-mc-response-message')
|
|
|
779 |
elForm.on('submit', function (e) {
|
780 |
e.preventDefault();
|
781 |
var data = {
|
@@ -796,7 +798,7 @@
|
|
796 |
if (response.status) {
|
797 |
elMessage.removeClass('error');
|
798 |
elMessage.addClass('success');
|
799 |
-
elMessage.text(
|
800 |
} else {
|
801 |
elMessage.addClass('error');
|
802 |
elMessage.removeClass('success');
|
300 |
getDefaultSettings: function getDefaultSettings() {
|
301 |
return {
|
302 |
rowHeight: +this.getElementSettings('row_height.size') || 150,
|
303 |
+
maxRowHeight: +this.getElementSettings('row_height.size') || 150,
|
304 |
lastRow: this.getElementSettings('last_row'),
|
305 |
margins: +this.getElementSettings('margins.size'),
|
306 |
captions: !!this.getElementSettings('show_caption')
|
776 |
|
777 |
var MailChimp = function MailChimp($scope) {
|
778 |
var elForm = $scope.find('.ha-mailchimp-form'),
|
779 |
+
elMessage = $scope.find('.ha-mc-response-message'),
|
780 |
+
successMessage = elForm.data('success-message');
|
781 |
elForm.on('submit', function (e) {
|
782 |
e.preventDefault();
|
783 |
var data = {
|
798 |
if (response.status) {
|
799 |
elMessage.removeClass('error');
|
800 |
elMessage.addClass('success');
|
801 |
+
elMessage.text(successMessage);
|
802 |
} else {
|
803 |
elMessage.addClass('error');
|
804 |
elMessage.removeClass('success');
|
changelog.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
= 3.5.1 - 29 March 2022 =
|
2 |
|
3 |
- Fix: Image Compare widget white space issue
|
1 |
+
= 3.5.2 - 26 April 2022 =
|
2 |
+
|
3 |
+
- New: Photo Stack widget
|
4 |
+
- Tweak: Added vertical and horizontal direction for Content switcher
|
5 |
+
- Tweak: Lower animation speed input option enable for all carousel widgets
|
6 |
+
- Fix: Justified Grid row height issue
|
7 |
+
- Fix: Gravity form display issue on editor
|
8 |
+
- Fix: Mailchimp success message show on corner case
|
9 |
+
|
10 |
= 3.5.1 - 29 March 2022 =
|
11 |
|
12 |
- Fix: Image Compare widget white space issue
|
classes/widgets-manager.php
CHANGED
@@ -1004,6 +1004,18 @@ class Widgets_Manager
|
|
1004 |
'js' => [],
|
1005 |
],
|
1006 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1007 |
];
|
1008 |
}
|
1009 |
|
1004 |
'js' => [],
|
1005 |
],
|
1006 |
],
|
1007 |
+
'photo-stack' => [
|
1008 |
+
'cat' => 'creative',
|
1009 |
+
'is_active' => true,
|
1010 |
+
'title' => __( 'Photo Stack', 'happy-elementor-addons' ),
|
1011 |
+
'icon' => 'hm hm-lens',
|
1012 |
+
'css' => ['photo-stack'],
|
1013 |
+
'js' => [],
|
1014 |
+
'vendor' => [
|
1015 |
+
'css' => [],
|
1016 |
+
'js' => [],
|
1017 |
+
],
|
1018 |
+
],
|
1019 |
];
|
1020 |
}
|
1021 |
|
i18n/happy-elementor-addons.pot
CHANGED
@@ -6,11 +6,7 @@ msgstr ""
|
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Content-Transfer-Econdig: 8bit\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Language-Team: HappyMonster <happyaddons@gmail.com>\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Project-Id-Version: Happy Addons\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -18,10 +14,41 @@ msgstr ""
|
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
|
21 |
-
#: base.php:126, classes/dashboard.php:
|
22 |
msgid "Happy Addons"
|
23 |
msgstr ""
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#: classes/admin-bar.php:78, templates/admin/dashboard-home.php:115
|
26 |
msgid "HappyAddons"
|
27 |
msgstr ""
|
@@ -190,51 +217,51 @@ msgstr ""
|
|
190 |
msgid "What’s New"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: classes/dashboard.php:
|
194 |
msgid "Settings"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: classes/dashboard.php:
|
198 |
msgid "Get Pro"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: classes/dashboard.php:
|
202 |
msgid "Save Changes"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: classes/dashboard.php:
|
206 |
msgid "Changes Saved"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: classes/dashboard.php:
|
210 |
msgid "Happy Elementor Addons Dashboard"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: classes/dashboard.php:
|
214 |
msgid "Setup Wizard"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: classes/dashboard.php:
|
218 |
msgid "%s - Happy Elementor Addons"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: classes/dashboard.php:
|
222 |
msgid "Home"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: classes/dashboard.php:
|
226 |
msgid "Widgets"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: classes/dashboard.php:
|
230 |
msgid "Features"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: classes/dashboard.php:
|
234 |
msgid "Credentials"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: classes/dashboard.php:
|
238 |
msgid "Analytics"
|
239 |
msgstr ""
|
240 |
|
@@ -250,10 +277,6 @@ msgstr ""
|
|
250 |
msgid "Happy Particle Effects"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: classes/extensions-manager.php:86, templates/admin/dashboard-pro.php:42
|
254 |
-
msgid "Preset"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
#: classes/extensions-manager.php:102, extensions/background-overlay.php:44, widgets/flip-box/widget.php:528, widgets/flip-box/widget.php:875, widgets/image-hover-effect/widget.php:384, widgets/twitter-feed/widget.php:567
|
258 |
msgid "Background Overlay"
|
259 |
msgstr ""
|
@@ -563,7 +586,7 @@ msgid "Slider"
|
|
563 |
msgstr ""
|
564 |
|
565 |
#: classes/widgets-manager.php:527, widgets/carousel/widget.php:32
|
566 |
-
msgid "Carousel"
|
567 |
msgstr ""
|
568 |
|
569 |
#: classes/widgets-manager.php:540, widgets/skills/widget.php:29, widgets/skills/widget.php:213
|
@@ -710,6 +733,10 @@ msgstr ""
|
|
710 |
msgid "Comparison Table"
|
711 |
msgstr ""
|
712 |
|
|
|
|
|
|
|
|
|
713 |
#: classes/wpml-manager.php:66
|
714 |
msgid "Bar Chart: Labels"
|
715 |
msgstr ""
|
@@ -1093,7 +1120,7 @@ msgstr ""
|
|
1093 |
msgid "Off"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: extensions/advanced-tooltip.php:94, widgets/bar-chart/widget.php:94, widgets/content-switcher/widget.php:134, widgets/content-switcher/widget.php:
|
1097 |
msgid "Content"
|
1098 |
msgstr ""
|
1099 |
|
@@ -1113,11 +1140,11 @@ msgstr ""
|
|
1113 |
msgid "Bottom"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: extensions/advanced-tooltip.php:116, extensions/advanced-tooltip.php:248, extensions/widgets-extended.php:137, widgets/bar-chart/widget.php:342, widgets/card/widget.php:109, widgets/card/widget.php:239, widgets/card/widget.php:325, widgets/carousel/widget.php:761, widgets/comparison-table/widget.php:
|
1117 |
msgid "Left"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: extensions/advanced-tooltip.php:117, extensions/advanced-tooltip.php:256, extensions/widgets-extended.php:145, extensions/widgets-extended.php:180, widgets/bar-chart/widget.php:344, widgets/card/widget.php:117, widgets/card/widget.php:247, widgets/card/widget.php:333, widgets/carousel/widget.php:769, widgets/comparison-table/widget.php:
|
1121 |
msgid "Right"
|
1122 |
msgstr ""
|
1123 |
|
@@ -1125,7 +1152,7 @@ msgstr ""
|
|
1125 |
msgid "Animation"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: extensions/advanced-tooltip.php:134, extensions/shape-divider.php:40, extensions/shape-divider.php:63, inc/functions.php:128, widgets/bar-chart/widget.php:501, widgets/bar-chart/widget.php:644, widgets/bar-chart/widget.php:778, widgets/bar-chart/widget.php:891, widgets/bar-chart/widget.php:1096, widgets/bar-chart/widget.php:1197, widgets/card/widget.php:492, widgets/card/widget.php:729, widgets/carousel/widget.php:283, widgets/carousel/widget.php:537, widgets/comparison-table/widget.php:
|
1129 |
msgid "None"
|
1130 |
msgstr ""
|
1131 |
|
@@ -1169,11 +1196,11 @@ msgstr ""
|
|
1169 |
msgid "Arrow"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: extensions/advanced-tooltip.php:172, widgets/dual-button/widget.php:175, widgets/fun-factor/widget.php:278, widgets/gravityforms/widget.php:102, widgets/mailchimp/widget.php:873, widgets/mailchimp/widget.php:1240, widgets/member/widget.php:502, widgets/member/widget.php:529, widgets/member/widget.php:542, widgets/member/widget.php:699, widgets/post-list/widget.php:209, widgets/post-list/widget.php:267, widgets/post-list/widget.php:299, widgets/post-list/widget.php:311, widgets/post-list/widget.php:323, widgets/post-list/widget.php:354, widgets/post-list/widget.php:385, widgets/post-tab/widget.php:230, widgets/pricing-table/widget.php:335, widgets/pricing-table/widget.php:337
|
1173 |
msgid "Show"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: extensions/advanced-tooltip.php:173, widgets/dual-button/widget.php:174, widgets/fun-factor/widget.php:279, widgets/gravityforms/widget.php:103, widgets/justified-gallery/widget.php:253, widgets/mailchimp/widget.php:874, widgets/mailchimp/widget.php:1241, widgets/member/widget.php:503, widgets/member/widget.php:530, widgets/member/widget.php:543, widgets/member/widget.php:700, widgets/post-list/widget.php:210, widgets/post-list/widget.php:268, widgets/post-list/widget.php:300, widgets/post-list/widget.php:312, widgets/post-list/widget.php:324, widgets/post-list/widget.php:355, widgets/post-list/widget.php:386, widgets/post-tab/widget.php:231, widgets/pricing-table/widget.php:338
|
1177 |
msgid "Hide"
|
1178 |
msgstr ""
|
1179 |
|
@@ -1193,7 +1220,7 @@ msgstr ""
|
|
1193 |
msgid "Click"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: extensions/advanced-tooltip.php:206, extensions/background-overlay.php:128, extensions/css-transform.php:389, widgets/calderaform/widget.php:522, widgets/card/widget.php:632, widgets/card/widget.php:1077, widgets/carousel/widget.php:667, widgets/carousel/widget.php:816, widgets/cf7/widget.php:507, widgets/comparison-table/widget.php:
|
1197 |
msgid "Hover"
|
1198 |
msgstr ""
|
1199 |
|
@@ -1205,7 +1232,7 @@ msgstr ""
|
|
1205 |
msgid "Text Alignment"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: extensions/advanced-tooltip.php:252, extensions/widgets-extended.php:141, extensions/widgets-extended.php:176, widgets/card/widget.php:243, widgets/card/widget.php:329, widgets/carousel/widget.php:765, widgets/comparison-table/widget.php:
|
1209 |
msgid "Center"
|
1210 |
msgstr ""
|
1211 |
|
@@ -1213,7 +1240,7 @@ msgstr ""
|
|
1213 |
msgid "Styles"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: extensions/advanced-tooltip.php:283, extensions/widgets-extended.php:109, widgets/card/widget.php:439, widgets/cf7/widget.php:137, widgets/comparison-table/widget.php:
|
1217 |
msgid "Width"
|
1218 |
msgstr ""
|
1219 |
|
@@ -1221,31 +1248,31 @@ msgstr ""
|
|
1221 |
msgid "Tooltip Arrow Size (px)"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: extensions/advanced-tooltip.php:360, widgets/content-switcher/widget.php:
|
1225 |
msgid "Background"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: extensions/advanced-tooltip.php:373, widgets/bar-chart/widget.php:130, widgets/bar-chart/widget.php:1072, widgets/calderaform/widget.php:217, widgets/calderaform/widget.php:256, widgets/calderaform/widget.php:509, widgets/calderaform/widget.php:540, widgets/calendly/widget.php:175, widgets/card/widget.php:806, widgets/card/widget.php:1064, widgets/card/widget.php:1095, widgets/carousel/widget.php:654, widgets/carousel/widget.php:685, widgets/cf7/widget.php:278, widgets/cf7/widget.php:317, widgets/cf7/widget.php:494, widgets/cf7/widget.php:525, widgets/comparison-table/widget.php:
|
1229 |
msgid "Background Color"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: extensions/advanced-tooltip.php:390, widgets/calderaform/widget.php:497, widgets/calderaform/widget.php:529, widgets/calendly/widget.php:158, widgets/card/widget.php:795, widgets/card/widget.php:910, widgets/card/widget.php:952, widgets/card/widget.php:1052, widgets/card/widget.php:1084, widgets/carousel/widget.php:459, widgets/carousel/widget.php:501, widgets/cf7/widget.php:229, widgets/cf7/widget.php:380, widgets/cf7/widget.php:482, widgets/cf7/widget.php:514, widgets/comparison-table/widget.php:
|
1233 |
msgid "Text Color"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: extensions/advanced-tooltip.php:406, widgets/content-switcher/widget.php:
|
1237 |
msgid "Border"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: extensions/advanced-tooltip.php:418, widgets/bar-chart/widget.php:1031, widgets/calderaform/widget.php:147, widgets/calderaform/widget.php:460, widgets/card/widget.php:567, widgets/card/widget.php:825, widgets/card/widget.php:1015, widgets/carousel/widget.php:390, widgets/carousel/widget.php:621, widgets/cf7/widget.php:199, widgets/cf7/widget.php:445, widgets/comparison-table/widget.php:
|
1241 |
msgid "Border Radius"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: extensions/advanced-tooltip.php:433, widgets/bar-chart/widget.php:428, widgets/bar-chart/widget.php:756, widgets/bar-chart/widget.php:1003, widgets/calderaform/widget.php:135, widgets/calderaform/widget.php:295, widgets/calderaform/widget.php:432, widgets/card/widget.php:547, widgets/card/widget.php:783, widgets/card/widget.php:986, widgets/cf7/widget.php:187, widgets/cf7/widget.php:416, widgets/comparison-table/widget.php:
|
1245 |
msgid "Padding"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: extensions/background-overlay.php:57, extensions/background-overlay.php:106, extensions/css-transform.php:51, inc/functions.php:134, widgets/bar-chart/widget.php:550, widgets/bar-chart/widget.php:572, widgets/bar-chart/widget.php:693, widgets/bar-chart/widget.php:715, widgets/bar-chart/widget.php:827, widgets/bar-chart/widget.php:849, widgets/bar-chart/widget.php:940, widgets/bar-chart/widget.php:962, widgets/bar-chart/widget.php:1145, widgets/bar-chart/widget.php:1167, widgets/bar-chart/widget.php:1246, widgets/bar-chart/widget.php:1268, widgets/calderaform/widget.php:194, widgets/calderaform/widget.php:490, widgets/card/widget.php:598, widgets/card/widget.php:1045, widgets/carousel/widget.php:635, widgets/carousel/widget.php:784, widgets/cf7/widget.php:255, widgets/cf7/widget.php:475, widgets/comparison-table/widget.php:
|
1249 |
msgid "Normal"
|
1250 |
msgstr ""
|
1251 |
|
@@ -1417,7 +1444,7 @@ msgstr ""
|
|
1417 |
msgid "Gutter"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: extensions/grid-layer.php:198
|
1421 |
msgid "Z-Index"
|
1422 |
msgstr ""
|
1423 |
|
@@ -1560,7 +1587,7 @@ msgstr ""
|
|
1560 |
msgid "Fixed Size"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
-
#: extensions/widgets-extended.php:87, widgets/calendly/widget.php:102, widgets/card/widget.php:472, widgets/comparison-table/widget.php:
|
1564 |
msgid "Height"
|
1565 |
msgstr ""
|
1566 |
|
@@ -1572,7 +1599,7 @@ msgstr ""
|
|
1572 |
msgid "Vertical Align"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: extensions/wrapper-link.php:37, widgets/card/widget.php:292, widgets/carousel/widget.php:120, widgets/comparison-table/widget.php:
|
1576 |
msgid "Link"
|
1577 |
msgstr ""
|
1578 |
|
@@ -1688,7 +1715,7 @@ msgstr ""
|
|
1688 |
msgid "SW-resize"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: inc/functions.php:122, widgets/card/widget.php:278, widgets/comparison-table/widget.php:
|
1692 |
msgid "Text"
|
1693 |
msgstr ""
|
1694 |
|
@@ -1756,7 +1783,7 @@ msgstr ""
|
|
1756 |
msgid "Hue"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: inc/functions.php:146, widgets/bar-chart/widget.php:586, widgets/bar-chart/widget.php:729, widgets/bar-chart/widget.php:863, widgets/bar-chart/widget.php:976, widgets/bar-chart/widget.php:1181, widgets/bar-chart/widget.php:1282, widgets/carousel/widget.php:642, widgets/carousel/widget.php:674, widgets/carousel/widget.php:803, widgets/carousel/widget.php:823, widgets/carousel/widget.php:855, widgets/comparison-table/widget.php:
|
1760 |
msgid "Color"
|
1761 |
msgstr ""
|
1762 |
|
@@ -1776,35 +1803,124 @@ msgstr ""
|
|
1776 |
msgid " is missing! Please install and activate "
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
|
1780 |
-
|
1781 |
-
#: plugin.php:93, plugin.php:138
|
1782 |
-
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#:
|
1786 |
-
msgid "
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#:
|
1790 |
-
msgid "
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#:
|
1794 |
-
msgid "
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#:
|
1798 |
-
msgid "
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
|
1802 |
-
|
1803 |
-
msgid "%1$s requires %2$s to be installed and activated to function properly. %3$s"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#:
|
1807 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1808 |
msgstr ""
|
1809 |
|
1810 |
#: templates/admin/dashboard-analytics.php:57
|
@@ -1899,7 +2015,7 @@ msgstr ""
|
|
1899 |
msgid "Here is the list of our all credentials. You can input credentials from here. %sAfter changing any input make sure to click the Save Changes button.%s"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: templates/admin/dashboard-credentials.php:53, templates/admin/dashboard-features.php:23, templates/admin/dashboard-features.php:58, templates/admin/dashboard-widgets.php:24, templates/admin/dashboard-widgets.php:67, templates/template-library/templates.php:126, widgets/comparison-table/widget.php:
|
1903 |
msgid "Pro"
|
1904 |
msgstr ""
|
1905 |
|
@@ -1919,7 +2035,7 @@ msgstr ""
|
|
1919 |
msgid "All"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: templates/admin/dashboard-features.php:22, templates/admin/dashboard-widgets.php:23, widgets/comparison-table/widget.php:
|
1923 |
msgid "Free"
|
1924 |
msgstr ""
|
1925 |
|
@@ -2021,7 +2137,7 @@ msgstr ""
|
|
2021 |
|
2022 |
#: templates/admin/dashboard-home.php:95
|
2023 |
msgid ""
|
2024 |
-
"By
|
2025 |
" Happy Elementor Addons collect - Server environment details (php, mysql, server, WordPress versions), Number of users in your site, Site language, Number of active and inactive plugins, Site name and url, Your name and email address. We are using Appsero to collect your data. "
|
2026 |
msgstr ""
|
2027 |
|
@@ -2121,6 +2237,10 @@ msgid ""
|
|
2121 |
" You can easily copy any widgets from your previously designed website and paste it to your newly created website."
|
2122 |
msgstr ""
|
2123 |
|
|
|
|
|
|
|
|
|
2124 |
#: templates/admin/dashboard-pro.php:43
|
2125 |
msgid "400+ Preset Library for Widgets with Drop Down facility. Experience the Instagram Photo Editing like experience in Elementor!"
|
2126 |
msgstr ""
|
@@ -2289,7 +2409,7 @@ msgstr ""
|
|
2289 |
msgid "Show Title"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
-
#: widgets/bar-chart/widget.php:284, widgets/card/widget.php:170, widgets/card/widget.php:890, widgets/carousel/widget.php:96, widgets/carousel/widget.php:439, widgets/comparison-table/widget.php:95, widgets/comparison-table/widget.php:
|
2293 |
msgid "Title"
|
2294 |
msgstr ""
|
2295 |
|
@@ -2345,7 +2465,7 @@ msgstr ""
|
|
2345 |
msgid "Ease In Bounce"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: widgets/bar-chart/widget.php:420, widgets/creative-button/widget.php:404, widgets/dual-button/widget.php:397, widgets/flip-box/widget.php:434, widgets/image-accordion/widget.php:463, widgets/image-hover-effect/widget.php:199, widgets/post-list/widget.php:527, widgets/social-icons/widget.php:469, widgets/taxonomy-list/widget.php:391, widgets/twitter-feed/widget.php:499
|
2349 |
msgid "Common"
|
2350 |
msgstr ""
|
2351 |
|
@@ -2421,7 +2541,7 @@ msgstr ""
|
|
2421 |
msgid "Box Width"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: widgets/bar-chart/widget.php:642, widgets/calderaform/widget.php:160, widgets/card/widget.php:849, widgets/card/widget.php:922, widgets/card/widget.php:964, widgets/carousel/widget.php:471, widgets/carousel/widget.php:513, widgets/cf7/widget.php:220, widgets/cf7/widget.php:371, widgets/comparison-table/widget.php:
|
2425 |
msgid "Typography"
|
2426 |
msgstr ""
|
2427 |
|
@@ -2513,7 +2633,7 @@ msgstr ""
|
|
2513 |
msgid "Form Fields Label"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
-
#: widgets/calderaform/widget.php:283, widgets/calderaform/widget.php:420, widgets/cf7/widget.php:404, widgets/content-switcher/widget.php:
|
2517 |
msgid "Margin"
|
2518 |
msgstr ""
|
2519 |
|
@@ -2609,7 +2729,7 @@ msgstr ""
|
|
2609 |
msgid "Image & Badge"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#: widgets/card/widget.php:80, widgets/card/widget.php:431, widgets/carousel/widget.php:81, widgets/comparison-table/widget.php:
|
2613 |
msgid "Image"
|
2614 |
msgstr ""
|
2615 |
|
@@ -2645,7 +2765,7 @@ msgstr ""
|
|
2645 |
msgid "Type Card Title"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: widgets/card/widget.php:184, widgets/card/widget.php:932, widgets/event-calendar/widget.php:414, widgets/event-calendar/widget.php:421, widgets/event-calendar/widget.php:1473, widgets/flip-box/widget.php:183, widgets/flip-box/widget.php:188, widgets/flip-box/widget.php:343, widgets/flip-box/widget.php:348, widgets/flip-box/widget.php:772, widgets/flip-box/widget.php:1150, widgets/fluent-form/widget.php:685, widgets/gravityforms/widget.php:743, widgets/horizontal-timeline/widget.php:141, widgets/horizontal-timeline/widget.php:1064, widgets/image-accordion/widget.php:134, widgets/image-accordion/widget.php:915, widgets/image-hover-effect/widget.php:123, widgets/infobox/widget.php:253, widgets/infobox/widget.php:765, widgets/step-flow/widget.php:123, widgets/step-flow/widget.php:126, widgets/step-flow/widget.php:535, widgets/twitter-feed/widget.php:912, widgets/weform/widget.php:703
|
2649 |
msgid "Description"
|
2650 |
msgstr ""
|
2651 |
|
@@ -2657,35 +2777,35 @@ msgstr ""
|
|
2657 |
msgid "Type card description"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#: widgets/card/widget.php:199, widgets/carousel/widget.php:162, widgets/fun-factor/widget.php:336, widgets/gradient-heading/widget.php:93, widgets/horizontal-timeline/widget.php:267, widgets/icon-box/widget.php:135, widgets/image-hover-effect/widget.php:102, widgets/infobox/widget.php:268, widgets/member/widget.php:247, widgets/post-list/widget.php:432, widgets/post-tab/widget.php:207, widgets/slider/widget.php:160, widgets/step-flow/widget.php:149, widgets/taxonomy-list/widget.php:242
|
2661 |
msgid "Title HTML Tag"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: widgets/card/widget.php:203, widgets/fun-factor/widget.php:340, widgets/gradient-heading/widget.php:97, widgets/icon-box/widget.php:140, widgets/infobox/widget.php:272, widgets/member/widget.php:251, widgets/post-list/widget.php:436, widgets/review/widget.php:274
|
2665 |
msgid "H1"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: widgets/card/widget.php:207, widgets/fun-factor/widget.php:344, widgets/gradient-heading/widget.php:101, widgets/icon-box/widget.php:144, widgets/infobox/widget.php:276, widgets/member/widget.php:255, widgets/post-list/widget.php:440, widgets/review/widget.php:278
|
2669 |
msgid "H2"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: widgets/card/widget.php:211, widgets/fun-factor/widget.php:348, widgets/gradient-heading/widget.php:105, widgets/icon-box/widget.php:148, widgets/infobox/widget.php:280, widgets/member/widget.php:259, widgets/post-list/widget.php:444, widgets/review/widget.php:282
|
2673 |
msgid "H3"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: widgets/card/widget.php:215, widgets/fun-factor/widget.php:352, widgets/gradient-heading/widget.php:109, widgets/icon-box/widget.php:152, widgets/infobox/widget.php:284, widgets/member/widget.php:263, widgets/post-list/widget.php:448, widgets/review/widget.php:286
|
2677 |
msgid "H4"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
-
#: widgets/card/widget.php:219, widgets/fun-factor/widget.php:356, widgets/gradient-heading/widget.php:113, widgets/icon-box/widget.php:156, widgets/infobox/widget.php:288, widgets/member/widget.php:267, widgets/post-list/widget.php:452, widgets/review/widget.php:290
|
2681 |
msgid "H5"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: widgets/card/widget.php:223, widgets/fun-factor/widget.php:360, widgets/gradient-heading/widget.php:117, widgets/icon-box/widget.php:160, widgets/infobox/widget.php:292, widgets/member/widget.php:271, widgets/post-list/widget.php:456, widgets/review/widget.php:294
|
2685 |
msgid "H6"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
-
#: widgets/card/widget.php:235, widgets/card/widget.php:321, widgets/carousel/widget.php:756, widgets/comparison-table/widget.php:
|
2689 |
msgid "Alignment"
|
2690 |
msgstr ""
|
2691 |
|
@@ -2709,11 +2829,11 @@ msgstr ""
|
|
2709 |
msgid "Stretch"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: widgets/card/widget.php:362, widgets/comparison-table/widget.php:
|
2713 |
msgid "Icon"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: widgets/card/widget.php:386, widgets/comparison-table/widget.php:
|
2717 |
msgid "Icon Position"
|
2718 |
msgstr ""
|
2719 |
|
@@ -2725,7 +2845,7 @@ msgstr ""
|
|
2725 |
msgid "After Text"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: widgets/card/widget.php:403, widgets/content-switcher/widget.php:
|
2729 |
msgid "Icon Spacing"
|
2730 |
msgstr ""
|
2731 |
|
@@ -2737,7 +2857,7 @@ msgstr ""
|
|
2737 |
msgid "Offset Top"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: widgets/card/widget.php:682, widgets/image-grid/widget.php:451, widgets/justified-gallery/widget.php:451, widgets/logo-grid/widget.php:601, widgets/social-icons/widget.php:707
|
2741 |
msgid "Hover Animation"
|
2742 |
msgstr ""
|
2743 |
|
@@ -2805,7 +2925,7 @@ msgstr ""
|
|
2805 |
msgid "Type subtitle here"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
-
#: widgets/carousel/widget.php:196, widgets/content-switcher/widget.php:
|
2809 |
msgid "Animation Speed"
|
2810 |
msgstr ""
|
2811 |
|
@@ -2905,15 +3025,15 @@ msgstr ""
|
|
2905 |
msgid "Navigation :: Arrow"
|
2906 |
msgstr ""
|
2907 |
|
2908 |
-
#: widgets/carousel/widget.php:548, widgets/image-accordion/widget.php:322, widgets/image-compare/widget.php:202, widgets/image-compare/widget.php:417, widgets/mailchimp/widget.php:200, widgets/slider/widget.php:508
|
2909 |
msgid "Vertical"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
-
#: widgets/carousel/widget.php:573, widgets/image-accordion/widget.php:321, widgets/image-compare/widget.php:198, widgets/image-compare/widget.php:440, widgets/mailchimp/widget.php:199, widgets/slider/widget.php:533
|
2913 |
msgid "Horizontal"
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: widgets/carousel/widget.php:601, widgets/carousel/widget.php:791, widgets/carousel/widget.php:843, widgets/comparison-table/widget.php:
|
2917 |
msgid "Size"
|
2918 |
msgstr ""
|
2919 |
|
@@ -2925,11 +3045,11 @@ msgstr ""
|
|
2925 |
msgid "Vertical Position"
|
2926 |
msgstr ""
|
2927 |
|
2928 |
-
#: widgets/carousel/widget.php:744, widgets/comparison-table/widget.php:
|
2929 |
msgid "Spacing"
|
2930 |
msgstr ""
|
2931 |
|
2932 |
-
#: widgets/carousel/widget.php:836, widgets/content-switcher/widget.php:227, widgets/content-switcher/widget.php:
|
2933 |
msgid "Active"
|
2934 |
msgstr ""
|
2935 |
|
@@ -2953,7 +3073,7 @@ msgstr ""
|
|
2953 |
msgid "Contact Forms 7"
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: widgets/comparison-table/widget.php:85, widgets/comparison-table/widget.php:
|
2957 |
msgid "Table Head"
|
2958 |
msgstr ""
|
2959 |
|
@@ -2961,127 +3081,139 @@ msgstr ""
|
|
2961 |
msgid "Column Name"
|
2962 |
msgstr ""
|
2963 |
|
2964 |
-
#: widgets/comparison-table/widget.php:99, widgets/comparison-table/widget.php:
|
2965 |
msgid "Column"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: widgets/comparison-table/widget.php:
|
2969 |
msgid "Column Width"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
-
#: widgets/comparison-table/widget.php:
|
2973 |
msgid "Media"
|
2974 |
msgstr ""
|
2975 |
|
2976 |
-
#: widgets/comparison-table/widget.php:
|
2977 |
msgid "Icon Color"
|
2978 |
msgstr ""
|
2979 |
|
2980 |
-
#: widgets/comparison-table/widget.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2981 |
msgid "Sticky Header?"
|
2982 |
msgstr ""
|
2983 |
|
2984 |
-
#: widgets/comparison-table/widget.php:
|
2985 |
msgid "Table Row"
|
2986 |
msgstr ""
|
2987 |
|
2988 |
-
#: widgets/comparison-table/widget.php:
|
2989 |
msgid "Row/Column"
|
2990 |
msgstr ""
|
2991 |
|
2992 |
-
#: widgets/comparison-table/widget.php:
|
2993 |
msgid "Row"
|
2994 |
msgstr ""
|
2995 |
|
2996 |
-
#: widgets/comparison-table/widget.php:
|
2997 |
msgid "Content Type"
|
2998 |
msgstr ""
|
2999 |
|
3000 |
-
#: widgets/comparison-table/widget.php:
|
3001 |
msgid "Blank"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
-
#: widgets/comparison-table/widget.php:
|
3005 |
msgid "Ready Blocks"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: widgets/comparison-table/widget.php:
|
3009 |
msgid "Ready Pages"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
-
#: widgets/comparison-table/widget.php:
|
3013 |
msgid "150"
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#: widgets/comparison-table/widget.php:
|
3017 |
msgid "250"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: widgets/comparison-table/widget.php:
|
3021 |
msgid "Table Button"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: widgets/comparison-table/widget.php:
|
3025 |
msgid "Buy Now"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: widgets/comparison-table/widget.php:
|
3029 |
msgid "Type your title here"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: widgets/comparison-table/widget.php:
|
3033 |
msgid "https://your-link.com"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: widgets/comparison-table/widget.php:
|
|
|
|
|
|
|
|
|
3037 |
msgid "Buttons"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: widgets/comparison-table/widget.php:
|
3041 |
msgid "Download"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: widgets/comparison-table/widget.php:
|
3045 |
msgid "Button Settings"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: widgets/comparison-table/widget.php:
|
3049 |
msgid "Table Settings"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
-
#: widgets/comparison-table/widget.php:
|
3053 |
msgid "Table Width"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: widgets/comparison-table/widget.php:
|
3057 |
msgid "Icon Size"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: widgets/comparison-table/widget.php:
|
3061 |
msgid "If you've added <strong>Custom Style</strong> then Icon Color will be over written for that cell."
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: widgets/comparison-table/widget.php:
|
3065 |
msgid "Row Padding"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
-
#: widgets/comparison-table/widget.php:
|
3069 |
msgid "Background Color (Even)"
|
3070 |
msgstr ""
|
3071 |
|
3072 |
-
#: widgets/comparison-table/widget.php:
|
3073 |
msgid "Background Color (Odd)"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
-
#: widgets/comparison-table/widget.php:
|
3077 |
msgid "Color (Even)"
|
3078 |
msgstr ""
|
3079 |
|
3080 |
-
#: widgets/comparison-table/widget.php:
|
3081 |
msgid "Color (Odd)"
|
3082 |
msgstr ""
|
3083 |
|
3084 |
-
#: widgets/comparison-table/widget.php:
|
3085 |
msgid "If you've added <strong>Custom Style</strong> then Background Color, Color, Icon Size, Icon Color will be over written for that cell."
|
3086 |
msgstr ""
|
3087 |
|
@@ -3178,62 +3310,66 @@ msgid "Display Settings"
|
|
3178 |
msgstr ""
|
3179 |
|
3180 |
#: widgets/content-switcher/widget.php:282
|
|
|
|
|
|
|
|
|
3181 |
msgid "Switch Alignment"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#: widgets/content-switcher/widget.php:
|
3185 |
msgid "Space"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: widgets/content-switcher/widget.php:
|
3189 |
msgid "Set Space between switcher and content section"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#: widgets/content-switcher/widget.php:
|
3193 |
msgid "Set Animation Duration in Millisecond"
|
3194 |
msgstr ""
|
3195 |
|
3196 |
-
#: widgets/content-switcher/widget.php:
|
3197 |
msgid "Switch"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
-
#: widgets/content-switcher/widget.php:
|
3201 |
msgid "Title Spacing"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
-
#: widgets/content-switcher/widget.php:
|
3205 |
msgid "Title Color"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
-
#: widgets/content-switcher/widget.php:
|
3209 |
msgid "Box Shadow"
|
3210 |
msgstr ""
|
3211 |
|
3212 |
-
#: widgets/content-switcher/widget.php:
|
3213 |
msgid "Box Style"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
-
#: widgets/content-switcher/widget.php:
|
3217 |
msgid "Box Color"
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#: widgets/content-switcher/widget.php:
|
3221 |
msgid "Box Padding"
|
3222 |
msgstr ""
|
3223 |
|
3224 |
-
#: widgets/content-switcher/widget.php:
|
3225 |
msgid "Switcher Control"
|
3226 |
msgstr ""
|
3227 |
|
3228 |
-
#: widgets/content-switcher/widget.php:
|
3229 |
msgid "Switch Size (px)"
|
3230 |
msgstr ""
|
3231 |
|
3232 |
-
#: widgets/content-switcher/widget.php:
|
3233 |
msgid "Switch Bar"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
-
#: widgets/content-switcher/widget.php:
|
3237 |
msgid "Section Padding"
|
3238 |
msgstr ""
|
3239 |
|
@@ -4137,10 +4273,6 @@ msgstr ""
|
|
4137 |
msgid "Image accordion content."
|
4138 |
msgstr ""
|
4139 |
|
4140 |
-
#: widgets/image-accordion/widget.php:138, widgets/image-hover-effect/widget.php:127
|
4141 |
-
msgid "Type your description here"
|
4142 |
-
msgstr ""
|
4143 |
-
|
4144 |
#: widgets/image-accordion/widget.php:148
|
4145 |
msgid "Enable Button"
|
4146 |
msgstr ""
|
@@ -4173,7 +4305,7 @@ msgstr ""
|
|
4173 |
msgid "Link Icon"
|
4174 |
msgstr ""
|
4175 |
|
4176 |
-
#: widgets/image-accordion/widget.php:280, widgets/image-stack-group/widget.php:55
|
4177 |
msgid "Items"
|
4178 |
msgstr ""
|
4179 |
|
@@ -5412,6 +5544,110 @@ msgstr ""
|
|
5412 |
msgid "Title Bar"
|
5413 |
msgstr ""
|
5414 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5415 |
#: widgets/post-list/widget.php:97
|
5416 |
msgid "Show post by:"
|
5417 |
msgstr ""
|
@@ -5448,10 +5684,6 @@ msgstr ""
|
|
5448 |
msgid "List Icon"
|
5449 |
msgstr ""
|
5450 |
|
5451 |
-
#: widgets/post-list/widget.php:297
|
5452 |
-
msgid "Show Content"
|
5453 |
-
msgstr ""
|
5454 |
-
|
5455 |
#: widgets/post-list/widget.php:309
|
5456 |
msgid "Show Meta"
|
5457 |
msgstr ""
|
@@ -5500,11 +5732,11 @@ msgstr ""
|
|
5500 |
msgid "Line Height"
|
5501 |
msgstr ""
|
5502 |
|
5503 |
-
#: widgets/post-list/widget.php:826, widgets/taxonomy-list/widget.php:
|
5504 |
msgid "Image Width"
|
5505 |
msgstr ""
|
5506 |
|
5507 |
-
#: widgets/post-list/widget.php:874, widgets/taxonomy-list/widget.php:
|
5508 |
msgid "Margin Right"
|
5509 |
msgstr ""
|
5510 |
|
@@ -5512,7 +5744,7 @@ msgstr ""
|
|
5512 |
msgid "Space Top"
|
5513 |
msgstr ""
|
5514 |
|
5515 |
-
#: widgets/post-list/widget.php:1205, widgets/taxonomy-list/widget.php:
|
5516 |
msgid "No "
|
5517 |
msgstr ""
|
5518 |
|
@@ -5798,14 +6030,6 @@ msgstr ""
|
|
5798 |
msgid "Text Box Padding"
|
5799 |
msgstr ""
|
5800 |
|
5801 |
-
#: widgets/review/widget.php:620
|
5802 |
-
msgid "Offset X"
|
5803 |
-
msgstr ""
|
5804 |
-
|
5805 |
-
#: widgets/review/widget.php:641
|
5806 |
-
msgid "Offset Y"
|
5807 |
-
msgstr ""
|
5808 |
-
|
5809 |
#: widgets/skills/widget.php:60
|
5810 |
msgid "Skills"
|
5811 |
msgstr ""
|
@@ -5978,10 +6202,6 @@ msgstr ""
|
|
5978 |
msgid "Buzz Out"
|
5979 |
msgstr ""
|
5980 |
|
5981 |
-
#: widgets/social-icons/widget.php:758
|
5982 |
-
msgid "Fade"
|
5983 |
-
msgstr ""
|
5984 |
-
|
5985 |
#: widgets/social-icons/widget.php:759
|
5986 |
msgid "Back Pulse"
|
5987 |
msgstr ""
|
@@ -6242,11 +6462,11 @@ msgstr ""
|
|
6242 |
msgid "Icon & Image"
|
6243 |
msgstr ""
|
6244 |
|
6245 |
-
#: widgets/taxonomy-list/widget.php:
|
6246 |
msgid "Icon Line Height"
|
6247 |
msgstr ""
|
6248 |
|
6249 |
-
#: widgets/taxonomy-list/widget.php:
|
6250 |
msgid "found"
|
6251 |
msgstr ""
|
6252 |
|
@@ -6529,123 +6749,3 @@ msgstr ""
|
|
6529 |
#: widgets/wpform/widget.php:352
|
6530 |
msgid "Colors"
|
6531 |
msgstr ""
|
6532 |
-
|
6533 |
-
#: wpml/bar-chart.php:33
|
6534 |
-
msgid "Bar Chart: Label Text"
|
6535 |
-
msgstr ""
|
6536 |
-
|
6537 |
-
#: wpml/carousel.php:37
|
6538 |
-
msgid "Carousel: Title"
|
6539 |
-
msgstr ""
|
6540 |
-
|
6541 |
-
#: wpml/carousel.php:39
|
6542 |
-
msgid "Carousel: Subtitle"
|
6543 |
-
msgstr ""
|
6544 |
-
|
6545 |
-
#: wpml/carousel.php:41
|
6546 |
-
msgid "Carousel: Link"
|
6547 |
-
msgstr ""
|
6548 |
-
|
6549 |
-
#: wpml/content-switcher.php:36
|
6550 |
-
msgid "Content Switcher: Title"
|
6551 |
-
msgstr ""
|
6552 |
-
|
6553 |
-
#: wpml/content-switcher.php:38
|
6554 |
-
msgid "Content Switcher: Plain/ HTML Text"
|
6555 |
-
msgstr ""
|
6556 |
-
|
6557 |
-
#: wpml/data-table.php:35
|
6558 |
-
msgid "Data Table: Column Name"
|
6559 |
-
msgstr ""
|
6560 |
-
|
6561 |
-
#: wpml/data-table.php:83
|
6562 |
-
msgid "Data Table: Cell Title"
|
6563 |
-
msgstr ""
|
6564 |
-
|
6565 |
-
#: wpml/data-table.php:85
|
6566 |
-
msgid "Data Table: Cell Link"
|
6567 |
-
msgstr ""
|
6568 |
-
|
6569 |
-
#: wpml/horizontal-timeline.php:37
|
6570 |
-
msgid "Horizontal Timeline: Date"
|
6571 |
-
msgstr ""
|
6572 |
-
|
6573 |
-
#: wpml/horizontal-timeline.php:41
|
6574 |
-
msgid "Horizontal Timeline: Title"
|
6575 |
-
msgstr ""
|
6576 |
-
|
6577 |
-
#: wpml/horizontal-timeline.php:45
|
6578 |
-
msgid "Horizontal Timeline: Subtitle"
|
6579 |
-
msgstr ""
|
6580 |
-
|
6581 |
-
#: wpml/horizontal-timeline.php:49
|
6582 |
-
msgid "Horizontal Timeline: Description"
|
6583 |
-
msgstr ""
|
6584 |
-
|
6585 |
-
#: wpml/image-accordion.php:40
|
6586 |
-
msgid "Image Accordion: Label"
|
6587 |
-
msgstr ""
|
6588 |
-
|
6589 |
-
#: wpml/image-accordion.php:42
|
6590 |
-
msgid "Image Accordion: Title"
|
6591 |
-
msgstr ""
|
6592 |
-
|
6593 |
-
#: wpml/image-accordion.php:44
|
6594 |
-
msgid "Image Accordion: Description"
|
6595 |
-
msgstr ""
|
6596 |
-
|
6597 |
-
#: wpml/image-accordion.php:46
|
6598 |
-
msgid "Image Accordion: Button Label"
|
6599 |
-
msgstr ""
|
6600 |
-
|
6601 |
-
#: wpml/image-accordion.php:48
|
6602 |
-
msgid "Image Accordion: Button URL"
|
6603 |
-
msgstr ""
|
6604 |
-
|
6605 |
-
#: wpml/image-accordion.php:50
|
6606 |
-
msgid "Image Accordion: Link URL"
|
6607 |
-
msgstr ""
|
6608 |
-
|
6609 |
-
#: wpml/image-grid.php:33
|
6610 |
-
msgid "Image Grid: Filter Name"
|
6611 |
-
msgstr ""
|
6612 |
-
|
6613 |
-
#: wpml/justified-gallery.php:33
|
6614 |
-
msgid "Justified Grid: Filter Name"
|
6615 |
-
msgstr ""
|
6616 |
-
|
6617 |
-
#: wpml/logo-grid.php:36
|
6618 |
-
msgid "Logo Grid: Brand Name"
|
6619 |
-
msgstr ""
|
6620 |
-
|
6621 |
-
#: wpml/logo-grid.php:38
|
6622 |
-
msgid "Logo Grid: Link"
|
6623 |
-
msgstr ""
|
6624 |
-
|
6625 |
-
#: wpml/pricing-table.php:33
|
6626 |
-
msgid "Pricing Table: Feature Text"
|
6627 |
-
msgstr ""
|
6628 |
-
|
6629 |
-
#: wpml/skills.php:33
|
6630 |
-
msgid "Skills: Skill Name"
|
6631 |
-
msgstr ""
|
6632 |
-
|
6633 |
-
#: wpml/slider.php:37
|
6634 |
-
msgid "Slider: Title"
|
6635 |
-
msgstr ""
|
6636 |
-
|
6637 |
-
#: wpml/slider.php:39
|
6638 |
-
msgid "Slider: Subtitle"
|
6639 |
-
msgstr ""
|
6640 |
-
|
6641 |
-
#: wpml/slider.php:41
|
6642 |
-
msgid "Slider: Link"
|
6643 |
-
msgstr ""
|
6644 |
-
|
6645 |
-
#: wpml/social-icons.php:36
|
6646 |
-
msgid "Social Icons: Title"
|
6647 |
-
msgstr ""
|
6648 |
-
|
6649 |
-
#: wpml/social-icons.php:38
|
6650 |
-
msgid "Social Icons: Link"
|
6651 |
-
msgstr ""
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
9 |
"Language-Team: HappyMonster <happyaddons@gmail.com>\n"
|
|
|
|
|
10 |
"X-Poedit-Basepath: ..\n"
|
11 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
"X-Poedit-SearchPath-0: .\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
|
17 |
+
#: base.php:126, classes/dashboard.php:345, widgets/bar-chart/widget.php:169, widgets/data-table/widget.php:214
|
18 |
msgid "Happy Addons"
|
19 |
msgstr ""
|
20 |
|
21 |
+
#. translators: 1: Plugin name 2: PHP 3: Required PHP version
|
22 |
+
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
23 |
+
#: plugin.php:91, plugin.php:134
|
24 |
+
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: plugin.php:92, plugin.php:118, plugin.php:135, templates/admin/dashboard-main.php:9
|
28 |
+
msgid "Happy Elementor Addons"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: plugin.php:93
|
32 |
+
msgid "PHP"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: plugin.php:111
|
36 |
+
msgid "Install Elementor"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: plugin.php:108
|
40 |
+
msgid "Activate Elementor"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#. translators: 1: Plugin name 2: Elementor 3: Elementor installation link
|
44 |
+
#: plugin.php:117
|
45 |
+
msgid "%1$s requires %2$s to be installed and activated to function properly. %3$s"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: plugin.php:119, plugin.php:136, widgets/data-table/widget.php:211
|
49 |
+
msgid "Elementor"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
#: classes/admin-bar.php:78, templates/admin/dashboard-home.php:115
|
53 |
msgid "HappyAddons"
|
54 |
msgstr ""
|
217 |
msgid "What’s New"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: classes/dashboard.php:83, extensions/advanced-tooltip.php:85, widgets/bar-chart/widget.php:196, widgets/carousel/widget.php:188, widgets/event-calendar/widget.php:628, widgets/flip-box/widget.php:389, widgets/horizontal-timeline/widget.php:259, widgets/image-compare/widget.php:165, widgets/logo-grid/widget.php:212, widgets/pdf-view/widget.php:150, widgets/post-list/widget.php:178, widgets/post-tab/widget.php:173, widgets/slider/widget.php:186, widgets/taxonomy-list/widget.php:213, widgets/threesixty-rotation/widget.php:94
|
221 |
msgid "Settings"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: classes/dashboard.php:90, classes/dashboard.php:459, templates/template-library/templates.php:69
|
225 |
msgid "Get Pro"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: classes/dashboard.php:259
|
229 |
msgid "Save Changes"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: classes/dashboard.php:260
|
233 |
msgid "Changes Saved"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: classes/dashboard.php:344
|
237 |
msgid "Happy Elementor Addons Dashboard"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: classes/dashboard.php:354, classes/dashboard.php:355
|
241 |
msgid "Setup Wizard"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: classes/dashboard.php:372
|
245 |
msgid "%s - Happy Elementor Addons"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: classes/dashboard.php:439
|
249 |
msgid "Home"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: classes/dashboard.php:443, extensions/equal-height.php:88, templates/admin/dashboard-pro.php:61, templates/admin/dashboard-widgets.php:40
|
253 |
msgid "Widgets"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/dashboard.php:447, templates/admin/dashboard-pro.php:20, widgets/comparison-table/widget.php:263, widgets/pricing-table/widget.php:178, widgets/pricing-table/widget.php:187, widgets/pricing-table/widget.php:623
|
257 |
msgid "Features"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/dashboard.php:451, widgets/mailchimp/widget.php:81
|
261 |
msgid "Credentials"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/dashboard.php:455
|
265 |
msgid "Analytics"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Happy Particle Effects"
|
278 |
msgstr ""
|
279 |
|
|
|
|
|
|
|
|
|
280 |
#: classes/extensions-manager.php:102, extensions/background-overlay.php:44, widgets/flip-box/widget.php:528, widgets/flip-box/widget.php:875, widgets/image-hover-effect/widget.php:384, widgets/twitter-feed/widget.php:567
|
281 |
msgid "Background Overlay"
|
282 |
msgstr ""
|
586 |
msgstr ""
|
587 |
|
588 |
#: classes/widgets-manager.php:527, widgets/carousel/widget.php:32
|
589 |
+
msgid "Image Carousel"
|
590 |
msgstr ""
|
591 |
|
592 |
#: classes/widgets-manager.php:540, widgets/skills/widget.php:29, widgets/skills/widget.php:213
|
733 |
msgid "Comparison Table"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/widgets-manager.php:1010, widgets/photo-stack/widget.php:29, widgets/photo-stack/widget.php:63
|
737 |
+
msgid "Photo Stack"
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
#: classes/wpml-manager.php:66
|
741 |
msgid "Bar Chart: Labels"
|
742 |
msgstr ""
|
1120 |
msgid "Off"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: extensions/advanced-tooltip.php:94, widgets/bar-chart/widget.php:94, widgets/comparison-table/widget.php:1003, widgets/comparison-table/widget.php:1276, widgets/content-switcher/widget.php:134, widgets/content-switcher/widget.php:999, widgets/data-table/widget.php:79, widgets/data-table/widget.php:311, widgets/event-calendar/widget.php:210, widgets/horizontal-timeline/widget.php:810, widgets/icon-box/widget.php:60, widgets/image-accordion/widget.php:59, widgets/image-accordion/widget.php:823, widgets/post-list/widget.php:916, widgets/post-tab/widget.php:612, widgets/skills/widget.php:287, widgets/twitter-feed/widget.php:892
|
1124 |
msgid "Content"
|
1125 |
msgstr ""
|
1126 |
|
1140 |
msgid "Bottom"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
+
#: extensions/advanced-tooltip.php:116, extensions/advanced-tooltip.php:248, extensions/widgets-extended.php:137, widgets/bar-chart/widget.php:342, widgets/card/widget.php:109, widgets/card/widget.php:239, widgets/card/widget.php:325, widgets/carousel/widget.php:761, widgets/comparison-table/widget.php:335, widgets/comparison-table/widget.php:363, widgets/comparison-table/widget.php:639, widgets/comparison-table/widget.php:846, widgets/content-switcher/widget.php:218, widgets/content-switcher/widget.php:309, widgets/content-switcher/widget.php:1064, widgets/creative-button/widget.php:261, widgets/data-table/widget.php:228, widgets/data-table/widget.php:256, widgets/data-table/widget.php:571, widgets/data-table/widget.php:601, widgets/dual-button/widget.php:465, widgets/flip-box/widget.php:202, widgets/flip-box/widget.php:362, widgets/fun-factor/widget.php:154, widgets/fun-factor/widget.php:292, widgets/gradient-heading/widget.php:133, widgets/gravityforms/widget.php:514, widgets/horizontal-timeline/widget.php:293, widgets/icon-box/widget.php:176, widgets/image-accordion/widget.php:125, widgets/image-accordion/widget.php:363, widgets/image-accordion/widget.php:390, widgets/image-grid/widget.php:575, widgets/image-stack-group/widget.php:148, widgets/image-stack-group/widget.php:250, widgets/image-stack-group/widget.php:447, widgets/infobox/widget.php:173, widgets/infobox/widget.php:308, widgets/justified-gallery/widget.php:647, widgets/link-hover/widget.php:110, widgets/member/widget.php:288, widgets/news-ticker/widget.php:87, widgets/news-ticker/widget.php:157, widgets/ninjaform/widget.php:389, widgets/number/widget.php:195, widgets/pdf-view/widget.php:247, widgets/photo-stack/widget.php:318, widgets/post-list/widget.php:225, widgets/post-list/widget.php:472, widgets/post-tab/widget.php:246, widgets/post-tab/widget.php:271, widgets/pricing-table/widget.php:353, widgets/review/widget.php:188, widgets/review/widget.php:243, widgets/slider/widget.php:724, widgets/social-icons/widget.php:420, widgets/social-share/widget.php:487, widgets/step-flow/widget.php:174, widgets/taxonomy-list/widget.php:339, widgets/testimonial/widget.php:93, widgets/threesixty-rotation/widget.php:120, widgets/twitter-feed/widget.php:365, widgets/twitter-feed/widget.php:394, widgets/twitter-feed/widget.php:420, widgets/weform/widget.php:467, widgets/wpform/widget.php:481
|
1144 |
msgid "Left"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: extensions/advanced-tooltip.php:117, extensions/advanced-tooltip.php:256, extensions/widgets-extended.php:145, extensions/widgets-extended.php:180, widgets/bar-chart/widget.php:344, widgets/card/widget.php:117, widgets/card/widget.php:247, widgets/card/widget.php:333, widgets/carousel/widget.php:769, widgets/comparison-table/widget.php:343, widgets/comparison-table/widget.php:367, widgets/comparison-table/widget.php:647, widgets/comparison-table/widget.php:854, widgets/content-switcher/widget.php:219, widgets/content-switcher/widget.php:317, widgets/content-switcher/widget.php:1072, widgets/creative-button/widget.php:269, widgets/data-table/widget.php:236, widgets/data-table/widget.php:260, widgets/data-table/widget.php:579, widgets/data-table/widget.php:605, widgets/dual-button/widget.php:473, widgets/flip-box/widget.php:210, widgets/flip-box/widget.php:370, widgets/fun-factor/widget.php:162, widgets/fun-factor/widget.php:300, widgets/gradient-heading/widget.php:141, widgets/gravityforms/widget.php:522, widgets/horizontal-timeline/widget.php:301, widgets/icon-box/widget.php:184, widgets/image-accordion/widget.php:126, widgets/image-accordion/widget.php:371, widgets/image-accordion/widget.php:398, widgets/image-grid/widget.php:583, widgets/image-stack-group/widget.php:160, widgets/image-stack-group/widget.php:258, widgets/image-stack-group/widget.php:459, widgets/infobox/widget.php:316, widgets/justified-gallery/widget.php:655, widgets/link-hover/widget.php:118, widgets/member/widget.php:296, widgets/news-ticker/widget.php:91, widgets/news-ticker/widget.php:161, widgets/ninjaform/widget.php:397, widgets/number/widget.php:203, widgets/pdf-view/widget.php:255, widgets/photo-stack/widget.php:326, widgets/post-list/widget.php:480, widgets/post-tab/widget.php:254, widgets/post-tab/widget.php:279, widgets/pricing-table/widget.php:357, widgets/review/widget.php:196, widgets/review/widget.php:251, widgets/slider/widget.php:732, widgets/social-icons/widget.php:428, widgets/social-share/widget.php:495, widgets/step-flow/widget.php:182, widgets/taxonomy-list/widget.php:347, widgets/testimonial/widget.php:101, widgets/threesixty-rotation/widget.php:128, widgets/twitter-feed/widget.php:373, widgets/twitter-feed/widget.php:402, widgets/twitter-feed/widget.php:428, widgets/weform/widget.php:475, widgets/wpform/widget.php:489
|
1148 |
msgid "Right"
|
1149 |
msgstr ""
|
1150 |
|
1152 |
msgid "Animation"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: extensions/advanced-tooltip.php:134, extensions/shape-divider.php:40, extensions/shape-divider.php:63, inc/functions.php:128, widgets/bar-chart/widget.php:501, widgets/bar-chart/widget.php:644, widgets/bar-chart/widget.php:778, widgets/bar-chart/widget.php:891, widgets/bar-chart/widget.php:1096, widgets/bar-chart/widget.php:1197, widgets/card/widget.php:492, widgets/card/widget.php:729, widgets/carousel/widget.php:283, widgets/carousel/widget.php:537, widgets/comparison-table/widget.php:185, widgets/data-table/widget.php:118, widgets/data-table/widget.php:398, widgets/flip-box/widget.php:83, widgets/flip-box/widget.php:243, widgets/icon-box/widget.php:520, widgets/image-compare/widget.php:406, widgets/infobox/widget.php:534, widgets/logo-grid/widget.php:317, widgets/photo-stack/widget.php:258, widgets/photo-stack/widget.php:280, widgets/pricing-table/widget.php:107, widgets/review/widget.php:609, widgets/slider/widget.php:272, widgets/slider/widget.php:497, widgets/social-icons/widget.php:710, widgets/step-flow/widget.php:649, widgets/threesixty-rotation/widget.php:108
|
1156 |
msgid "None"
|
1157 |
msgstr ""
|
1158 |
|
1196 |
msgid "Arrow"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: extensions/advanced-tooltip.php:172, widgets/comparison-table/widget.php:228, widgets/comparison-table/widget.php:547, widgets/dual-button/widget.php:175, widgets/fun-factor/widget.php:278, widgets/gravityforms/widget.php:102, widgets/mailchimp/widget.php:873, widgets/mailchimp/widget.php:1240, widgets/member/widget.php:502, widgets/member/widget.php:529, widgets/member/widget.php:542, widgets/member/widget.php:699, widgets/post-list/widget.php:209, widgets/post-list/widget.php:267, widgets/post-list/widget.php:299, widgets/post-list/widget.php:311, widgets/post-list/widget.php:323, widgets/post-list/widget.php:354, widgets/post-list/widget.php:385, widgets/post-tab/widget.php:230, widgets/pricing-table/widget.php:335, widgets/pricing-table/widget.php:337
|
1200 |
msgid "Show"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: extensions/advanced-tooltip.php:173, widgets/comparison-table/widget.php:229, widgets/comparison-table/widget.php:548, widgets/dual-button/widget.php:174, widgets/fun-factor/widget.php:279, widgets/gravityforms/widget.php:103, widgets/justified-gallery/widget.php:253, widgets/mailchimp/widget.php:874, widgets/mailchimp/widget.php:1241, widgets/member/widget.php:503, widgets/member/widget.php:530, widgets/member/widget.php:543, widgets/member/widget.php:700, widgets/post-list/widget.php:210, widgets/post-list/widget.php:268, widgets/post-list/widget.php:300, widgets/post-list/widget.php:312, widgets/post-list/widget.php:324, widgets/post-list/widget.php:355, widgets/post-list/widget.php:386, widgets/post-tab/widget.php:231, widgets/pricing-table/widget.php:338
|
1204 |
msgid "Hide"
|
1205 |
msgstr ""
|
1206 |
|
1220 |
msgid "Click"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: extensions/advanced-tooltip.php:206, extensions/background-overlay.php:128, extensions/css-transform.php:389, widgets/calderaform/widget.php:522, widgets/card/widget.php:632, widgets/card/widget.php:1077, widgets/carousel/widget.php:667, widgets/carousel/widget.php:816, widgets/cf7/widget.php:507, widgets/comparison-table/widget.php:763, widgets/comparison-table/widget.php:1182, widgets/comparison-table/widget.php:1505, widgets/creative-button/widget.php:789, widgets/data-table/widget.php:896, widgets/dual-button/widget.php:581, widgets/dual-button/widget.php:788, widgets/event-calendar/widget.php:1147, widgets/fluent-form/widget.php:579, widgets/gravityforms/widget.php:635, widgets/gravityforms/widget.php:873, widgets/horizontal-timeline/widget.php:759, widgets/icon-box/widget.php:361, widgets/icon-box/widget.php:484, widgets/image-accordion/widget.php:336, widgets/image-accordion/widget.php:667, widgets/image-accordion/widget.php:1076, widgets/image-accordion/widget.php:1325, widgets/image-grid/widget.php:401, widgets/image-grid/widget.php:632, widgets/image-hover-effect/widget.php:343, widgets/image-hover-effect/widget.php:416, widgets/infobox/widget.php:927, widgets/justified-gallery/widget.php:401, widgets/justified-gallery/widget.php:704, widgets/logo-grid/widget.php:551, widgets/mailchimp/widget.php:1329, widgets/member/widget.php:160, widgets/member/widget.php:427, widgets/member/widget.php:904, widgets/member/widget.php:1232, widgets/member/widget.php:1393, widgets/news-ticker/widget.php:430, widgets/ninjaform/widget.php:516, widgets/pdf-view/widget.php:520, widgets/photo-stack/widget.php:470, widgets/post-list/widget.php:732, widgets/post-tab/widget.php:446, widgets/post-tab/widget.php:718, widgets/post-tab/widget.php:778, widgets/pricing-table/widget.php:836, widgets/slider/widget.php:627, widgets/slider/widget.php:779, widgets/social-icons/widget.php:254, widgets/social-icons/widget.php:525, widgets/social-share/widget.php:341, widgets/social-share/widget.php:670, widgets/taxonomy-list/widget.php:596, widgets/threesixty-rotation/widget.php:463, widgets/twitter-feed/widget.php:849, widgets/twitter-feed/widget.php:1235, widgets/weform/widget.php:605, widgets/wpform/widget.php:612
|
1224 |
msgid "Hover"
|
1225 |
msgstr ""
|
1226 |
|
1232 |
msgid "Text Alignment"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: extensions/advanced-tooltip.php:252, extensions/widgets-extended.php:141, extensions/widgets-extended.php:176, widgets/card/widget.php:243, widgets/card/widget.php:329, widgets/carousel/widget.php:765, widgets/comparison-table/widget.php:339, widgets/comparison-table/widget.php:643, widgets/comparison-table/widget.php:850, widgets/content-switcher/widget.php:313, widgets/content-switcher/widget.php:1068, widgets/creative-button/widget.php:265, widgets/data-table/widget.php:232, widgets/data-table/widget.php:575, widgets/dual-button/widget.php:469, widgets/flip-box/widget.php:206, widgets/flip-box/widget.php:366, widgets/fun-factor/widget.php:296, widgets/gradient-heading/widget.php:137, widgets/gravityforms/widget.php:518, widgets/horizontal-timeline/widget.php:297, widgets/icon-box/widget.php:180, widgets/image-accordion/widget.php:367, widgets/image-accordion/widget.php:394, widgets/image-accordion/widget.php:421, widgets/image-grid/widget.php:579, widgets/image-stack-group/widget.php:254, widgets/infobox/widget.php:199, widgets/infobox/widget.php:312, widgets/justified-gallery/widget.php:651, widgets/link-hover/widget.php:114, widgets/member/widget.php:292, widgets/ninjaform/widget.php:393, widgets/number/widget.php:199, widgets/pdf-view/widget.php:251, widgets/photo-stack/widget.php:322, widgets/post-list/widget.php:476, widgets/post-tab/widget.php:275, widgets/review/widget.php:247, widgets/slider/widget.php:728, widgets/social-icons/widget.php:424, widgets/social-share/widget.php:491, widgets/step-flow/widget.php:178, widgets/taxonomy-list/widget.php:343, widgets/testimonial/widget.php:97, widgets/threesixty-rotation/widget.php:124, widgets/twitter-feed/widget.php:369, widgets/twitter-feed/widget.php:398, widgets/twitter-feed/widget.php:424, widgets/weform/widget.php:471, widgets/wpform/widget.php:485
|
1236 |
msgid "Center"
|
1237 |
msgstr ""
|
1238 |
|
1240 |
msgid "Styles"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: extensions/advanced-tooltip.php:283, extensions/widgets-extended.php:109, widgets/card/widget.php:439, widgets/cf7/widget.php:137, widgets/comparison-table/widget.php:1313, widgets/event-calendar/widget.php:1310, widgets/event-calendar/widget.php:1387, widgets/fun-factor/widget.php:394, widgets/fun-factor/widget.php:767, widgets/horizontal-timeline/widget.php:912, widgets/image-hover-effect/widget.php:219, widgets/infobox/widget.php:486, widgets/mailchimp/widget.php:883, widgets/mailchimp/widget.php:1250, widgets/member/widget.php:755, widgets/pdf-view/widget.php:191, widgets/review/widget.php:567, widgets/step-flow/widget.php:602, widgets/testimonial/widget.php:311, widgets/threesixty-rotation/widget.php:221, widgets/threesixty-rotation/widget.php:378
|
1244 |
msgid "Width"
|
1245 |
msgstr ""
|
1246 |
|
1248 |
msgid "Tooltip Arrow Size (px)"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: extensions/advanced-tooltip.php:360, widgets/content-switcher/widget.php:955, widgets/content-switcher/widget.php:1051, widgets/event-calendar/widget.php:381, widgets/event-calendar/widget.php:801, widgets/event-calendar/widget.php:909, widgets/event-calendar/widget.php:1003, widgets/event-calendar/widget.php:1123, widgets/event-calendar/widget.php:1166, widgets/event-calendar/widget.php:1260, widgets/event-calendar/widget.php:1346, widgets/event-calendar/widget.php:1597, widgets/image-accordion/widget.php:1064, widgets/image-accordion/widget.php:1097, widgets/image-hover-effect/widget.php:401, widgets/image-hover-effect/widget.php:425, widgets/mailchimp/widget.php:811, widgets/mailchimp/widget.php:1051, widgets/mailchimp/widget.php:1316, widgets/mailchimp/widget.php:1350, widgets/news-ticker/widget.php:230, widgets/news-ticker/widget.php:352, widgets/number/widget.php:222, widgets/number/widget.php:250, widgets/pdf-view/widget.php:334, widgets/post-list/widget.php:560, widgets/post-tab/widget.php:435, widgets/post-tab/widget.php:467, widgets/post-tab/widget.php:567, widgets/taxonomy-list/widget.php:424, widgets/threesixty-rotation/widget.php:245, widgets/threesixty-rotation/widget.php:452, widgets/threesixty-rotation/widget.php:482
|
1252 |
msgid "Background"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: extensions/advanced-tooltip.php:373, widgets/bar-chart/widget.php:130, widgets/bar-chart/widget.php:1072, widgets/calderaform/widget.php:217, widgets/calderaform/widget.php:256, widgets/calderaform/widget.php:509, widgets/calderaform/widget.php:540, widgets/calendly/widget.php:175, widgets/card/widget.php:806, widgets/card/widget.php:1064, widgets/card/widget.php:1095, widgets/carousel/widget.php:654, widgets/carousel/widget.php:685, widgets/cf7/widget.php:278, widgets/cf7/widget.php:317, widgets/cf7/widget.php:494, widgets/cf7/widget.php:525, widgets/comparison-table/widget.php:742, widgets/comparison-table/widget.php:781, widgets/comparison-table/widget.php:1484, widgets/comparison-table/widget.php:1523, widgets/content-switcher/widget.php:515, widgets/content-switcher/widget.php:612, widgets/content-switcher/widget.php:883, widgets/content-switcher/widget.php:914, widgets/creative-button/widget.php:694, widgets/creative-button/widget.php:807, widgets/data-table/widget.php:465, widgets/dual-button/widget.php:568, widgets/dual-button/widget.php:599, widgets/dual-button/widget.php:663, widgets/dual-button/widget.php:775, widgets/dual-button/widget.php:806, widgets/flip-box/widget.php:709, widgets/flip-box/widget.php:1075, widgets/fluent-form/widget.php:233, widgets/fluent-form/widget.php:272, widgets/fluent-form/widget.php:452, widgets/fluent-form/widget.php:566, widgets/fluent-form/widget.php:597, widgets/fun-factor/widget.php:539, widgets/gravityforms/widget.php:286, widgets/gravityforms/widget.php:334, widgets/gravityforms/widget.php:622, widgets/gravityforms/widget.php:654, widgets/gravityforms/widget.php:859, widgets/gravityforms/widget.php:894, widgets/horizontal-timeline/widget.php:613, widgets/horizontal-timeline/widget.php:746, widgets/horizontal-timeline/widget.php:777, widgets/horizontal-timeline/widget.php:890, widgets/icon-box/widget.php:323, widgets/icon-box/widget.php:379, widgets/icon-box/widget.php:603, widgets/image-accordion/widget.php:556, widgets/image-compare/widget.php:496, widgets/image-grid/widget.php:619, widgets/image-grid/widget.php:650, widgets/image-grid/widget.php:695, widgets/image-stack-group/widget.php:521, widgets/infobox/widget.php:659, widgets/infobox/widget.php:897, widgets/infobox/widget.php:945, widgets/justified-gallery/widget.php:349, widgets/justified-gallery/widget.php:515, widgets/justified-gallery/widget.php:691, widgets/justified-gallery/widget.php:722, widgets/justified-gallery/widget.php:767, widgets/logo-grid/widget.php:402, widgets/mailchimp/widget.php:1548, widgets/mailchimp/widget.php:1585, widgets/member/widget.php:413, widgets/member/widget.php:447, widgets/member/widget.php:850, widgets/member/widget.php:1220, widgets/member/widget.php:1250, widgets/member/widget.php:1380, widgets/member/widget.php:1411, widgets/member/widget.php:1550, widgets/member/widget.php:1581, widgets/ninjaform/widget.php:221, widgets/ninjaform/widget.php:260, widgets/ninjaform/widget.php:503, widgets/ninjaform/widget.php:534, widgets/pdf-view/widget.php:500, widgets/pdf-view/widget.php:538, widgets/pricing-table/widget.php:823, widgets/pricing-table/widget.php:854, widgets/pricing-table/widget.php:918, widgets/review/widget.php:375, widgets/slider/widget.php:614, widgets/slider/widget.php:645, widgets/social-icons/widget.php:225, widgets/social-icons/widget.php:273, widgets/social-icons/widget.php:500, widgets/social-icons/widget.php:545, widgets/social-share/widget.php:312, widgets/social-share/widget.php:362, widgets/social-share/widget.php:647, widgets/social-share/widget.php:688, widgets/step-flow/widget.php:336, widgets/step-flow/widget.php:419, widgets/testimonial/widget.php:256, widgets/twitter-feed/widget.php:1211, widgets/twitter-feed/widget.php:1242, widgets/weform/widget.php:258, widgets/weform/widget.php:297, widgets/weform/widget.php:592, widgets/weform/widget.php:623, widgets/wpform/widget.php:224, widgets/wpform/widget.php:263, widgets/wpform/widget.php:599, widgets/wpform/widget.php:630
|
1256 |
msgid "Background Color"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: extensions/advanced-tooltip.php:390, widgets/calderaform/widget.php:497, widgets/calderaform/widget.php:529, widgets/calendly/widget.php:158, widgets/card/widget.php:795, widgets/card/widget.php:910, widgets/card/widget.php:952, widgets/card/widget.php:1052, widgets/card/widget.php:1084, widgets/carousel/widget.php:459, widgets/carousel/widget.php:501, widgets/cf7/widget.php:229, widgets/cf7/widget.php:380, widgets/cf7/widget.php:482, widgets/cf7/widget.php:514, widgets/comparison-table/widget.php:731, widgets/comparison-table/widget.php:770, widgets/comparison-table/widget.php:1473, widgets/comparison-table/widget.php:1512, widgets/creative-button/widget.php:683, widgets/creative-button/widget.php:796, widgets/data-table/widget.php:479, widgets/dual-button/widget.php:557, widgets/dual-button/widget.php:588, widgets/dual-button/widget.php:652, widgets/dual-button/widget.php:764, widgets/dual-button/widget.php:795, widgets/event-calendar/widget.php:364, widgets/fluent-form/widget.php:184, widgets/fluent-form/widget.php:335, widgets/fluent-form/widget.php:554, widgets/fluent-form/widget.php:586, widgets/gravityforms/widget.php:610, widgets/gravityforms/widget.php:642, widgets/gravityforms/widget.php:846, widgets/gravityforms/widget.php:880, widgets/horizontal-timeline/widget.php:734, widgets/horizontal-timeline/widget.php:766, widgets/icon-box/widget.php:471, widgets/icon-box/widget.php:491, widgets/icon-box/widget.php:592, widgets/image-grid/widget.php:607, widgets/image-grid/widget.php:639, widgets/image-grid/widget.php:684, widgets/infobox/widget.php:743, widgets/infobox/widget.php:785, widgets/infobox/widget.php:885, widgets/infobox/widget.php:934, widgets/justified-gallery/widget.php:504, widgets/justified-gallery/widget.php:679, widgets/justified-gallery/widget.php:711, widgets/justified-gallery/widget.php:756, widgets/member/widget.php:400, widgets/member/widget.php:434, widgets/member/widget.php:1006, widgets/member/widget.php:1055, widgets/member/widget.php:1104, widgets/member/widget.php:1209, widgets/member/widget.php:1239, widgets/member/widget.php:1368, widgets/member/widget.php:1400, widgets/ninjaform/widget.php:491, widgets/ninjaform/widget.php:523, widgets/number/widget.php:304, widgets/pdf-view/widget.php:291, widgets/pdf-view/widget.php:488, widgets/pdf-view/widget.php:527, widgets/pricing-table/widget.php:414, widgets/pricing-table/widget.php:516, widgets/pricing-table/widget.php:557, widgets/pricing-table/widget.php:598, widgets/pricing-table/widget.php:664, widgets/pricing-table/widget.php:705, widgets/pricing-table/widget.php:812, widgets/pricing-table/widget.php:843, widgets/pricing-table/widget.php:907, widgets/review/widget.php:364, widgets/review/widget.php:452, widgets/review/widget.php:493, widgets/review/widget.php:534, widgets/skills/widget.php:115, widgets/skills/widget.php:295, widgets/slider/widget.php:421, widgets/slider/widget.php:462, widgets/slider/widget.php:602, widgets/slider/widget.php:634, widgets/testimonial/widget.php:245, widgets/testimonial/widget.php:418, widgets/testimonial/widget.php:460, widgets/weform/widget.php:580, widgets/weform/widget.php:612, widgets/wpform/widget.php:587, widgets/wpform/widget.php:619
|
1260 |
msgid "Text Color"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: extensions/advanced-tooltip.php:406, widgets/content-switcher/widget.php:530, widgets/content-switcher/widget.php:627, widgets/content-switcher/widget.php:775, widgets/content-switcher/widget.php:965, widgets/content-switcher/widget.php:1087, widgets/event-calendar/widget.php:1093, widgets/event-calendar/widget.php:1370, widgets/horizontal-timeline/widget.php:874, widgets/image-accordion/widget.php:527, widgets/image-accordion/widget.php:1021, widgets/image-accordion/widget.php:1212, widgets/image-hover-effect/widget.php:255, widgets/logo-grid/widget.php:236, widgets/mailchimp/widget.php:836, widgets/mailchimp/widget.php:1109, widgets/mailchimp/widget.php:1222, widgets/mailchimp/widget.php:1557, widgets/mailchimp/widget.php:1594, widgets/news-ticker/widget.php:240, widgets/news-ticker/widget.php:362, widgets/number/widget.php:162, widgets/photo-stack/widget.php:490, widgets/post-list/widget.php:579, widgets/post-list/widget.php:639, widgets/post-list/widget.php:678, widgets/post-list/widget.php:848, widgets/post-tab/widget.php:374, widgets/post-tab/widget.php:489, widgets/post-tab/widget.php:586, widgets/post-tab/widget.php:644, widgets/step-flow/widget.php:297, widgets/step-flow/widget.php:379, widgets/taxonomy-list/widget.php:443, widgets/taxonomy-list/widget.php:503, widgets/taxonomy-list/widget.php:542, widgets/taxonomy-list/widget.php:691, widgets/threesixty-rotation/widget.php:255, widgets/threesixty-rotation/widget.php:398, widgets/threesixty-rotation/widget.php:495
|
1264 |
msgid "Border"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: extensions/advanced-tooltip.php:418, widgets/bar-chart/widget.php:1031, widgets/calderaform/widget.php:147, widgets/calderaform/widget.php:460, widgets/card/widget.php:567, widgets/card/widget.php:825, widgets/card/widget.php:1015, widgets/carousel/widget.php:390, widgets/carousel/widget.php:621, widgets/cf7/widget.php:199, widgets/cf7/widget.php:445, widgets/comparison-table/widget.php:942, widgets/comparison-table/widget.php:1435, widgets/content-switcher/widget.php:541, widgets/content-switcher/widget.php:638, widgets/content-switcher/widget.php:786, widgets/content-switcher/widget.php:973, widgets/content-switcher/widget.php:1095, widgets/creative-button/widget.php:559, widgets/data-table/widget.php:661, widgets/dual-button/widget.php:518, widgets/dual-button/widget.php:725, widgets/event-calendar/widget.php:1193, widgets/event-calendar/widget.php:1357, widgets/event-calendar/widget.php:1410, widgets/flip-box/widget.php:461, widgets/flip-box/widget.php:668, widgets/flip-box/widget.php:1034, widgets/fluent-form/widget.php:154, widgets/fluent-form/widget.php:397, widgets/fluent-form/widget.php:517, widgets/fun-factor/widget.php:508, widgets/fun-factor/widget.php:803, widgets/gravityforms/widget.php:200, widgets/gravityforms/widget.php:580, widgets/horizontal-timeline/widget.php:593, widgets/horizontal-timeline/widget.php:713, widgets/horizontal-timeline/widget.php:818, widgets/horizontal-timeline/widget.php:960, widgets/icon-box/widget.php:280, widgets/icon-box/widget.php:622, widgets/image-accordion/widget.php:535, widgets/image-accordion/widget.php:1029, widgets/image-accordion/widget.php:1220, widgets/image-compare/widget.php:367, widgets/image-compare/widget.php:473, widgets/image-grid/widget.php:348, widgets/image-grid/widget.php:538, widgets/image-hover-effect/widget.php:263, widgets/image-stack-group/widget.php:383, widgets/image-stack-group/widget.php:483, widgets/infobox/widget.php:621, widgets/infobox/widget.php:848, widgets/justified-gallery/widget.php:337, widgets/justified-gallery/widget.php:610, widgets/logo-grid/widget.php:413, widgets/mailchimp/widget.php:823, widgets/mailchimp/widget.php:1129, widgets/mailchimp/widget.php:1163, widgets/mailchimp/widget.php:1508, widgets/member/widget.php:827, widgets/member/widget.php:1189, widgets/member/widget.php:1332, widgets/member/widget.php:1493, widgets/news-ticker/widget.php:248, widgets/news-ticker/widget.php:370, widgets/ninjaform/widget.php:150, widgets/ninjaform/widget.php:454, widgets/number/widget.php:170, widgets/pdf-view/widget.php:354, widgets/pdf-view/widget.php:459, widgets/photo-stack/widget.php:499, widgets/post-list/widget.php:587, widgets/post-list/widget.php:859, widgets/post-tab/widget.php:497, widgets/post-tab/widget.php:594, widgets/post-tab/widget.php:652, widgets/pricing-table/widget.php:766, widgets/pricing-table/widget.php:937, widgets/review/widget.php:394, widgets/review/widget.php:683, widgets/skills/widget.php:259, widgets/slider/widget.php:352, widgets/slider/widget.php:581, widgets/social-icons/widget.php:631, widgets/social-share/widget.php:548, widgets/step-flow/widget.php:305, widgets/step-flow/widget.php:390, widgets/taxonomy-list/widget.php:451, widgets/taxonomy-list/widget.php:699, widgets/testimonial/widget.php:278, widgets/testimonial/widget.php:377, widgets/threesixty-rotation/widget.php:263, widgets/threesixty-rotation/widget.php:503, widgets/twitter-feed/widget.php:538, widgets/twitter-feed/widget.php:1170, widgets/weform/widget.php:187, widgets/weform/widget.php:535, widgets/wpform/widget.php:152, widgets/wpform/widget.php:550
|
1268 |
msgid "Border Radius"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: extensions/advanced-tooltip.php:433, widgets/bar-chart/widget.php:428, widgets/bar-chart/widget.php:756, widgets/bar-chart/widget.php:1003, widgets/calderaform/widget.php:135, widgets/calderaform/widget.php:295, widgets/calderaform/widget.php:432, widgets/card/widget.php:547, widgets/card/widget.php:783, widgets/card/widget.php:986, widgets/cf7/widget.php:187, widgets/cf7/widget.php:416, widgets/comparison-table/widget.php:930, widgets/comparison-table/widget.php:1446, widgets/content-switcher/widget.php:677, widgets/content-switcher/widget.php:1007, widgets/creative-button/widget.php:615, widgets/data-table/widget.php:649, widgets/data-table/widget.php:799, widgets/dual-button/widget.php:405, widgets/dual-button/widget.php:498, widgets/dual-button/widget.php:705, widgets/event-calendar/widget.php:860, widgets/event-calendar/widget.php:1333, widgets/flip-box/widget.php:491, widgets/flip-box/widget.php:642, widgets/flip-box/widget.php:838, widgets/flip-box/widget.php:1008, widgets/fluent-form/widget.php:142, widgets/fluent-form/widget.php:377, widgets/fluent-form/widget.php:488, widgets/fun-factor/widget.php:487, widgets/fun-factor/widget.php:633, widgets/gravityforms/widget.php:185, widgets/gravityforms/widget.php:551, widgets/horizontal-timeline/widget.php:557, widgets/horizontal-timeline/widget.php:849, widgets/icon-box/widget.php:243, widgets/icon-box/widget.php:580, widgets/image-accordion/widget.php:514, widgets/image-accordion/widget.php:843, widgets/image-accordion/widget.php:981, widgets/image-compare/widget.php:392, widgets/image-grid/widget.php:335, widgets/image-grid/widget.php:506, widgets/image-stack-group/widget.php:471, widgets/infobox/widget.php:601, widgets/infobox/widget.php:819, widgets/justified-gallery/widget.php:492, widgets/justified-gallery/widget.php:578, widgets/logo-grid/widget.php:284, widgets/mailchimp/widget.php:853, widgets/mailchimp/widget.php:1117, widgets/mailchimp/widget.php:1175, widgets/mailchimp/widget.php:1484, widgets/member/widget.php:807, widgets/member/widget.php:1157, widgets/member/widget.php:1303, widgets/member/widget.php:1456, widgets/news-ticker/widget.php:269, widgets/news-ticker/widget.php:382, widgets/ninjaform/widget.php:138, widgets/ninjaform/widget.php:299, widgets/ninjaform/widget.php:425, widgets/number/widget.php:149, widgets/pdf-view/widget.php:343, widgets/pdf-view/widget.php:430, widgets/post-list/widget.php:547, widgets/post-tab/widget.php:352, widgets/post-tab/widget.php:403, widgets/post-tab/widget.php:554, widgets/pricing-table/widget.php:746, widgets/pricing-table/widget.php:895, widgets/review/widget.php:352, widgets/review/widget.php:663, widgets/social-icons/widget.php:571, widgets/social-icons/widget.php:681, widgets/social-share/widget.php:525, widgets/step-flow/widget.php:259, widgets/step-flow/widget.php:363, widgets/taxonomy-list/widget.php:411, widgets/testimonial/widget.php:221, widgets/threesixty-rotation/widget.php:284, widgets/threesixty-rotation/widget.php:524, widgets/twitter-feed/widget.php:518, widgets/twitter-feed/widget.php:900, widgets/weform/widget.php:174, widgets/weform/widget.php:336, widgets/weform/widget.php:506, widgets/wpform/widget.php:139, widgets/wpform/widget.php:302, widgets/wpform/widget.php:521
|
1272 |
msgid "Padding"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: extensions/background-overlay.php:57, extensions/background-overlay.php:106, extensions/css-transform.php:51, inc/functions.php:134, widgets/bar-chart/widget.php:550, widgets/bar-chart/widget.php:572, widgets/bar-chart/widget.php:693, widgets/bar-chart/widget.php:715, widgets/bar-chart/widget.php:827, widgets/bar-chart/widget.php:849, widgets/bar-chart/widget.php:940, widgets/bar-chart/widget.php:962, widgets/bar-chart/widget.php:1145, widgets/bar-chart/widget.php:1167, widgets/bar-chart/widget.php:1246, widgets/bar-chart/widget.php:1268, widgets/calderaform/widget.php:194, widgets/calderaform/widget.php:490, widgets/card/widget.php:598, widgets/card/widget.php:1045, widgets/carousel/widget.php:635, widgets/carousel/widget.php:784, widgets/cf7/widget.php:255, widgets/cf7/widget.php:475, widgets/comparison-table/widget.php:724, widgets/comparison-table/widget.php:1119, widgets/comparison-table/widget.php:1466, widgets/content-switcher/widget.php:481, widgets/content-switcher/widget.php:865, widgets/creative-button/widget.php:676, widgets/data-table/widget.php:822, widgets/dual-button/widget.php:550, widgets/dual-button/widget.php:757, widgets/event-calendar/widget.php:1105, widgets/fluent-form/widget.php:210, widgets/fluent-form/widget.php:547, widgets/gradient-heading/widget.php:204, widgets/gravityforms/widget.php:255, widgets/gravityforms/widget.php:603, widgets/gravityforms/widget.php:839, widgets/horizontal-timeline/widget.php:727, widgets/icon-box/widget.php:305, widgets/icon-box/widget.php:464, widgets/image-accordion/widget.php:635, widgets/image-accordion/widget.php:1043, widgets/image-accordion/widget.php:1242, widgets/image-grid/widget.php:367, widgets/image-grid/widget.php:600, widgets/image-hover-effect/widget.php:308, widgets/image-hover-effect/widget.php:393, widgets/infobox/widget.php:878, widgets/justified-gallery/widget.php:367, widgets/justified-gallery/widget.php:672, widgets/logo-grid/widget.php:517, widgets/mailchimp/widget.php:1295, widgets/member/widget.php:136, widgets/member/widget.php:393, widgets/member/widget.php:869, widgets/member/widget.php:1202, widgets/member/widget.php:1361, widgets/news-ticker/widget.php:410, widgets/ninjaform/widget.php:198, widgets/ninjaform/widget.php:484, widgets/pdf-view/widget.php:481, widgets/photo-stack/widget.php:452, widgets/post-list/widget.php:713, widgets/post-tab/widget.php:416, widgets/post-tab/widget.php:699, widgets/post-tab/widget.php:758, widgets/pricing-table/widget.php:805, widgets/slider/widget.php:595, widgets/slider/widget.php:747, widgets/social-icons/widget.php:205, widgets/social-icons/widget.php:479, widgets/social-share/widget.php:290, widgets/social-share/widget.php:628, widgets/taxonomy-list/widget.php:577, widgets/threesixty-rotation/widget.php:433, widgets/twitter-feed/widget.php:813, widgets/twitter-feed/widget.php:1204, widgets/weform/widget.php:235, widgets/weform/widget.php:573, widgets/wpform/widget.php:580
|
1276 |
msgid "Normal"
|
1277 |
msgstr ""
|
1278 |
|
1444 |
msgid "Gutter"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: extensions/grid-layer.php:198, widgets/photo-stack/widget.php:173
|
1448 |
msgid "Z-Index"
|
1449 |
msgstr ""
|
1450 |
|
1587 |
msgid "Fixed Size"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: extensions/widgets-extended.php:87, widgets/calendly/widget.php:102, widgets/card/widget.php:472, widgets/comparison-table/widget.php:1336, widgets/flip-box/widget.php:442, widgets/fun-factor/widget.php:423, widgets/fun-factor/widget.php:788, widgets/horizontal-timeline/widget.php:930, widgets/image-accordion/widget.php:471, widgets/image-grid/widget.php:312, widgets/infobox/widget.php:511, widgets/justified-gallery/widget.php:204, widgets/logo-grid/widget.php:296, widgets/member/widget.php:777, widgets/pdf-view/widget.php:215, widgets/review/widget.php:589, widgets/skills/widget.php:221, widgets/testimonial/widget.php:337
|
1591 |
msgid "Height"
|
1592 |
msgstr ""
|
1593 |
|
1599 |
msgid "Vertical Align"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: extensions/wrapper-link.php:37, widgets/card/widget.php:292, widgets/carousel/widget.php:120, widgets/comparison-table/widget.php:690, widgets/creative-button/widget.php:187, widgets/data-table/widget.php:337, widgets/dual-button/widget.php:89, widgets/dual-button/widget.php:278, widgets/gradient-heading/widget.php:80, widgets/image-stack-group/widget.php:171, widgets/infobox/widget.php:364, widgets/link-hover/widget.php:139, widgets/member/widget.php:590, widgets/photo-stack/widget.php:107, widgets/pricing-table/widget.php:307, widgets/slider/widget.php:118, widgets/social-icons/widget.php:141, widgets/step-flow/widget.php:137
|
1603 |
msgid "Link"
|
1604 |
msgstr ""
|
1605 |
|
1715 |
msgid "SW-resize"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: inc/functions.php:122, widgets/card/widget.php:278, widgets/comparison-table/widget.php:445, widgets/creative-button/widget.php:174, widgets/dual-button/widget.php:76, widgets/dual-button/widget.php:188, widgets/dual-button/widget.php:208, widgets/dual-button/widget.php:265, widgets/infobox/widget.php:350, widgets/mailchimp/widget.php:577, widgets/member/widget.php:573, widgets/number/widget.php:69, widgets/number/widget.php:296, widgets/pricing-table/widget.php:201, widgets/social-share/widget.php:433
|
1719 |
msgid "Text"
|
1720 |
msgstr ""
|
1721 |
|
1783 |
msgid "Hue"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: inc/functions.php:146, widgets/bar-chart/widget.php:586, widgets/bar-chart/widget.php:729, widgets/bar-chart/widget.php:863, widgets/bar-chart/widget.php:976, widgets/bar-chart/widget.php:1181, widgets/bar-chart/widget.php:1282, widgets/carousel/widget.php:642, widgets/carousel/widget.php:674, widgets/carousel/widget.php:803, widgets/carousel/widget.php:823, widgets/carousel/widget.php:855, widgets/comparison-table/widget.php:530, widgets/comparison-table/widget.php:991, widgets/comparison-table/widget.php:1020, widgets/comparison-table/widget.php:1293, widgets/comparison-table/widget.php:1389, widgets/content-switcher/widget.php:872, widgets/content-switcher/widget.php:903, widgets/content-switcher/widget.php:1039, widgets/data-table/widget.php:712, widgets/data-table/widget.php:1034, widgets/event-calendar/widget.php:897, widgets/event-calendar/widget.php:954, widgets/event-calendar/widget.php:1035, widgets/event-calendar/widget.php:1112, widgets/event-calendar/widget.php:1154, widgets/event-calendar/widget.php:1245, widgets/event-calendar/widget.php:1462, widgets/event-calendar/widget.php:1513, widgets/event-calendar/widget.php:1547, widgets/event-calendar/widget.php:1586, widgets/event-calendar/widget.php:1674, widgets/event-calendar/widget.php:1729, widgets/event-calendar/widget.php:1763, widgets/flip-box/widget.php:695, widgets/flip-box/widget.php:740, widgets/flip-box/widget.php:791, widgets/flip-box/widget.php:890, widgets/flip-box/widget.php:1061, widgets/flip-box/widget.php:1118, widgets/flip-box/widget.php:1157, widgets/fluent-form/widget.php:430, widgets/fluent-form/widget.php:672, widgets/fluent-form/widget.php:692, widgets/fun-factor/widget.php:664, widgets/fun-factor/widget.php:721, widgets/fun-factor/widget.php:814, widgets/gravityforms/widget.php:730, widgets/gravityforms/widget.php:750, widgets/horizontal-timeline/widget.php:489, widgets/horizontal-timeline/widget.php:537, widgets/horizontal-timeline/widget.php:1011, widgets/horizontal-timeline/widget.php:1053, widgets/horizontal-timeline/widget.php:1083, widgets/icon-box/widget.php:312, widgets/icon-box/widget.php:368, widgets/image-accordion/widget.php:758, widgets/image-accordion/widget.php:883, widgets/image-accordion/widget.php:937, widgets/image-accordion/widget.php:1051, widgets/image-accordion/widget.php:1084, widgets/image-compare/widget.php:264, widgets/image-compare/widget.php:485, widgets/image-stack-group/widget.php:510, widgets/infobox/widget.php:645, widgets/mailchimp/widget.php:712, widgets/mailchimp/widget.php:789, widgets/mailchimp/widget.php:1070, widgets/mailchimp/widget.php:1302, widgets/mailchimp/widget.php:1336, widgets/mailchimp/widget.php:1536, widgets/mailchimp/widget.php:1573, widgets/post-list/widget.php:720, widgets/post-list/widget.php:739, widgets/post-list/widget.php:780, widgets/post-list/widget.php:937, widgets/post-list/widget.php:986, widgets/post-list/widget.php:1031, widgets/post-tab/widget.php:423, widgets/post-tab/widget.php:453, widgets/post-tab/widget.php:706, widgets/post-tab/widget.php:725, widgets/post-tab/widget.php:765, widgets/post-tab/widget.php:785, widgets/post-tab/widget.php:836, widgets/slider/widget.php:766, widgets/slider/widget.php:786, widgets/slider/widget.php:818, widgets/social-icons/widget.php:212, widgets/social-icons/widget.php:261, widgets/social-icons/widget.php:384, widgets/social-icons/widget.php:486, widgets/social-icons/widget.php:532, widgets/social-icons/widget.php:856, widgets/social-share/widget.php:297, widgets/social-share/widget.php:348, widgets/social-share/widget.php:635, widgets/social-share/widget.php:677, widgets/step-flow/widget.php:325, widgets/step-flow/widget.php:405, widgets/step-flow/widget.php:478, widgets/step-flow/widget.php:543, widgets/step-flow/widget.php:713, widgets/taxonomy-list/widget.php:584, widgets/taxonomy-list/widget.php:603, widgets/twitter-feed/widget.php:656, widgets/twitter-feed/widget.php:943, widgets/twitter-feed/widget.php:988, widgets/twitter-feed/widget.php:1050, widgets/twitter-feed/widget.php:1114, widgets/twitter-feed/widget.php:1222, widgets/twitter-feed/widget.php:1253, widgets/weform/widget.php:690, widgets/weform/widget.php:710
|
1787 |
msgid "Color"
|
1788 |
msgstr ""
|
1789 |
|
1803 |
msgid " is missing! Please install and activate "
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: wpml/bar-chart.php:33
|
1807 |
+
msgid "Bar Chart: Label Text"
|
|
|
|
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: wpml/carousel.php:37
|
1811 |
+
msgid "Carousel: Title"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: wpml/carousel.php:39
|
1815 |
+
msgid "Carousel: Subtitle"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: wpml/carousel.php:41
|
1819 |
+
msgid "Carousel: Link"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: wpml/content-switcher.php:36
|
1823 |
+
msgid "Content Switcher: Title"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: wpml/content-switcher.php:38
|
1827 |
+
msgid "Content Switcher: Plain/ HTML Text"
|
|
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: wpml/data-table.php:35
|
1831 |
+
msgid "Data Table: Column Name"
|
1832 |
+
msgstr ""
|
1833 |
+
|
1834 |
+
#: wpml/data-table.php:83
|
1835 |
+
msgid "Data Table: Cell Title"
|
1836 |
+
msgstr ""
|
1837 |
+
|
1838 |
+
#: wpml/data-table.php:85
|
1839 |
+
msgid "Data Table: Cell Link"
|
1840 |
+
msgstr ""
|
1841 |
+
|
1842 |
+
#: wpml/horizontal-timeline.php:37
|
1843 |
+
msgid "Horizontal Timeline: Date"
|
1844 |
+
msgstr ""
|
1845 |
+
|
1846 |
+
#: wpml/horizontal-timeline.php:41
|
1847 |
+
msgid "Horizontal Timeline: Title"
|
1848 |
+
msgstr ""
|
1849 |
+
|
1850 |
+
#: wpml/horizontal-timeline.php:45
|
1851 |
+
msgid "Horizontal Timeline: Subtitle"
|
1852 |
+
msgstr ""
|
1853 |
+
|
1854 |
+
#: wpml/horizontal-timeline.php:49
|
1855 |
+
msgid "Horizontal Timeline: Description"
|
1856 |
+
msgstr ""
|
1857 |
+
|
1858 |
+
#: wpml/image-accordion.php:40
|
1859 |
+
msgid "Image Accordion: Label"
|
1860 |
+
msgstr ""
|
1861 |
+
|
1862 |
+
#: wpml/image-accordion.php:42
|
1863 |
+
msgid "Image Accordion: Title"
|
1864 |
+
msgstr ""
|
1865 |
+
|
1866 |
+
#: wpml/image-accordion.php:44
|
1867 |
+
msgid "Image Accordion: Description"
|
1868 |
+
msgstr ""
|
1869 |
+
|
1870 |
+
#: wpml/image-accordion.php:46
|
1871 |
+
msgid "Image Accordion: Button Label"
|
1872 |
+
msgstr ""
|
1873 |
+
|
1874 |
+
#: wpml/image-accordion.php:48
|
1875 |
+
msgid "Image Accordion: Button URL"
|
1876 |
+
msgstr ""
|
1877 |
+
|
1878 |
+
#: wpml/image-accordion.php:50
|
1879 |
+
msgid "Image Accordion: Link URL"
|
1880 |
+
msgstr ""
|
1881 |
+
|
1882 |
+
#: wpml/image-grid.php:33
|
1883 |
+
msgid "Image Grid: Filter Name"
|
1884 |
+
msgstr ""
|
1885 |
+
|
1886 |
+
#: wpml/justified-gallery.php:33
|
1887 |
+
msgid "Justified Grid: Filter Name"
|
1888 |
+
msgstr ""
|
1889 |
+
|
1890 |
+
#: wpml/logo-grid.php:36
|
1891 |
+
msgid "Logo Grid: Brand Name"
|
1892 |
+
msgstr ""
|
1893 |
+
|
1894 |
+
#: wpml/logo-grid.php:38
|
1895 |
+
msgid "Logo Grid: Link"
|
1896 |
+
msgstr ""
|
1897 |
+
|
1898 |
+
#: wpml/pricing-table.php:33
|
1899 |
+
msgid "Pricing Table: Feature Text"
|
1900 |
+
msgstr ""
|
1901 |
+
|
1902 |
+
#: wpml/skills.php:33
|
1903 |
+
msgid "Skills: Skill Name"
|
1904 |
+
msgstr ""
|
1905 |
+
|
1906 |
+
#: wpml/slider.php:37
|
1907 |
+
msgid "Slider: Title"
|
1908 |
+
msgstr ""
|
1909 |
+
|
1910 |
+
#: wpml/slider.php:39
|
1911 |
+
msgid "Slider: Subtitle"
|
1912 |
+
msgstr ""
|
1913 |
+
|
1914 |
+
#: wpml/slider.php:41
|
1915 |
+
msgid "Slider: Link"
|
1916 |
+
msgstr ""
|
1917 |
+
|
1918 |
+
#: wpml/social-icons.php:36
|
1919 |
+
msgid "Social Icons: Title"
|
1920 |
+
msgstr ""
|
1921 |
+
|
1922 |
+
#: wpml/social-icons.php:38
|
1923 |
+
msgid "Social Icons: Link"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
#: templates/admin/dashboard-analytics.php:57
|
2015 |
msgid "Here is the list of our all credentials. You can input credentials from here. %sAfter changing any input make sure to click the Save Changes button.%s"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: templates/admin/dashboard-credentials.php:53, templates/admin/dashboard-features.php:23, templates/admin/dashboard-features.php:58, templates/admin/dashboard-widgets.php:24, templates/admin/dashboard-widgets.php:67, templates/template-library/templates.php:126, widgets/comparison-table/widget.php:303
|
2019 |
msgid "Pro"
|
2020 |
msgstr ""
|
2021 |
|
2035 |
msgid "All"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
+
#: templates/admin/dashboard-features.php:22, templates/admin/dashboard-widgets.php:23, widgets/comparison-table/widget.php:283
|
2039 |
msgid "Free"
|
2040 |
msgstr ""
|
2041 |
|
2137 |
|
2138 |
#: templates/admin/dashboard-home.php:95
|
2139 |
msgid ""
|
2140 |
+
"By allowing Happy Elementor Addons to collect non-sensitive diagnostic data and usage information so that we can make sure optimum compatibility.\n"
|
2141 |
" Happy Elementor Addons collect - Server environment details (php, mysql, server, WordPress versions), Number of users in your site, Site language, Number of active and inactive plugins, Site name and url, Your name and email address. We are using Appsero to collect your data. "
|
2142 |
msgstr ""
|
2143 |
|
2237 |
" You can easily copy any widgets from your previously designed website and paste it to your newly created website."
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: templates/admin/dashboard-pro.php:42
|
2241 |
+
msgid "Preset"
|
2242 |
+
msgstr ""
|
2243 |
+
|
2244 |
#: templates/admin/dashboard-pro.php:43
|
2245 |
msgid "400+ Preset Library for Widgets with Drop Down facility. Experience the Instagram Photo Editing like experience in Elementor!"
|
2246 |
msgstr ""
|
2409 |
msgid "Show Title"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: widgets/bar-chart/widget.php:284, widgets/card/widget.php:170, widgets/card/widget.php:890, widgets/carousel/widget.php:96, widgets/carousel/widget.php:439, widgets/comparison-table/widget.php:95, widgets/comparison-table/widget.php:463, widgets/comparison-table/widget.php:466, widgets/comparison-table/widget.php:680, widgets/comparison-table/widget.php:974, widgets/comparison-table/widget.php:1247, widgets/content-switcher/widget.php:132, widgets/data-table/widget.php:86, widgets/data-table/widget.php:321, widgets/data-table/widget.php:695, widgets/data-table/widget.php:972, widgets/event-calendar/widget.php:217, widgets/event-calendar/widget.php:1014, widgets/event-calendar/widget.php:1422, widgets/flip-box/widget.php:168, widgets/flip-box/widget.php:328, widgets/flip-box/widget.php:733, widgets/flip-box/widget.php:1099, widgets/fluent-form/widget.php:665, widgets/fun-factor/widget.php:217, widgets/fun-factor/widget.php:700, widgets/gradient-heading/widget.php:59, widgets/gradient-heading/widget.php:67, widgets/gradient-heading/widget.php:167, widgets/gravityforms/widget.php:723, widgets/horizontal-timeline/widget.php:121, widgets/horizontal-timeline/widget.php:980, widgets/icon-box/widget.php:95, widgets/icon-box/widget.php:437, widgets/image-accordion/widget.php:96, widgets/image-accordion/widget.php:738, widgets/image-hover-effect/widget.php:89, widgets/infobox/widget.php:239, widgets/infobox/widget.php:723, widgets/link-hover/widget.php:92, widgets/news-ticker/widget.php:400, widgets/pdf-view/widget.php:283, widgets/post-list/widget.php:130, widgets/post-list/widget.php:694, widgets/post-tab/widget.php:664, widgets/pricing-table/widget.php:77, widgets/pricing-table/widget.php:185, widgets/pricing-table/widget.php:644, widgets/slider/widget.php:94, widgets/slider/widget.php:401, widgets/step-flow/widget.php:108, widgets/step-flow/widget.php:111, widgets/step-flow/widget.php:459, widgets/taxonomy-list/widget.php:558, widgets/testimonial/widget.php:184, widgets/testimonial/widget.php:451, widgets/weform/widget.php:683
|
2413 |
msgid "Title"
|
2414 |
msgstr ""
|
2415 |
|
2465 |
msgid "Ease In Bounce"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: widgets/bar-chart/widget.php:420, widgets/creative-button/widget.php:404, widgets/dual-button/widget.php:397, widgets/flip-box/widget.php:434, widgets/image-accordion/widget.php:463, widgets/image-hover-effect/widget.php:199, widgets/photo-stack/widget.php:353, widgets/post-list/widget.php:527, widgets/social-icons/widget.php:469, widgets/taxonomy-list/widget.php:391, widgets/twitter-feed/widget.php:499
|
2469 |
msgid "Common"
|
2470 |
msgstr ""
|
2471 |
|
2541 |
msgid "Box Width"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: widgets/bar-chart/widget.php:642, widgets/calderaform/widget.php:160, widgets/card/widget.php:849, widgets/card/widget.php:922, widgets/card/widget.php:964, widgets/carousel/widget.php:471, widgets/carousel/widget.php:513, widgets/cf7/widget.php:220, widgets/cf7/widget.php:371, widgets/comparison-table/widget.php:1426, widgets/creative-button/widget.php:518, widgets/dual-button/widget.php:443, widgets/dual-button/widget.php:531, widgets/dual-button/widget.php:675, widgets/dual-button/widget.php:738, widgets/event-calendar/widget.php:1024, widgets/event-calendar/widget.php:1081, widgets/event-calendar/widget.php:1451, widgets/event-calendar/widget.php:1502, widgets/event-calendar/widget.php:1536, widgets/event-calendar/widget.php:1718, widgets/event-calendar/widget.php:1752, widgets/flip-box/widget.php:752, widgets/flip-box/widget.php:803, widgets/flip-box/widget.php:1130, widgets/flip-box/widget.php:1169, widgets/fluent-form/widget.php:175, widgets/fluent-form/widget.php:326, widgets/fluent-form/widget.php:410, widgets/fun-factor/widget.php:678, widgets/fun-factor/widget.php:733, widgets/gravityforms/widget.php:215, widgets/horizontal-timeline/widget.php:528, widgets/horizontal-timeline/widget.php:1002, widgets/horizontal-timeline/widget.php:1044, widgets/horizontal-timeline/widget.php:1074, widgets/icon-box/widget.php:646, widgets/image-accordion/widget.php:771, widgets/image-accordion/widget.php:896, widgets/image-accordion/widget.php:950, widgets/image-accordion/widget.php:1001, widgets/image-stack-group/widget.php:502, widgets/infobox/widget.php:755, widgets/infobox/widget.php:797, widgets/justified-gallery/widget.php:527, widgets/link-hover/widget.php:205, widgets/mailchimp/widget.php:704, widgets/mailchimp/widget.php:802, widgets/mailchimp/widget.php:1155, widgets/news-ticker/widget.php:342, widgets/news-ticker/widget.php:452, widgets/ninjaform/widget.php:163, widgets/number/widget.php:316, widgets/pdf-view/widget.php:303, widgets/post-list/widget.php:703, widgets/post-list/widget.php:928, widgets/post-list/widget.php:977, widgets/post-tab/widget.php:479, widgets/post-tab/widget.php:689, widgets/post-tab/widget.php:748, widgets/post-tab/widget.php:824, widgets/pricing-table/widget.php:958, widgets/social-icons/widget.php:822, widgets/social-icons/widget.php:872, widgets/social-share/widget.php:617, widgets/taxonomy-list/widget.php:567, widgets/testimonial/widget.php:269, widgets/testimonial/widget.php:430, widgets/testimonial/widget.php:472, widgets/twitter-feed/widget.php:934, widgets/twitter-feed/widget.php:976, widgets/twitter-feed/widget.php:1038, widgets/weform/widget.php:200, widgets/wpform/widget.php:166
|
2545 |
msgid "Typography"
|
2546 |
msgstr ""
|
2547 |
|
2633 |
msgid "Form Fields Label"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: widgets/calderaform/widget.php:283, widgets/calderaform/widget.php:420, widgets/cf7/widget.php:404, widgets/content-switcher/widget.php:701, widgets/fluent-form/widget.php:476, widgets/gravityforms/widget.php:363, widgets/gravityforms/widget.php:539, widgets/image-accordion/widget.php:502, widgets/image-accordion/widget.php:746, widgets/image-accordion/widget.php:831, widgets/image-accordion/widget.php:871, widgets/image-accordion/widget.php:924, widgets/image-accordion/widget.php:1137, widgets/image-grid/widget.php:485, widgets/justified-gallery/widget.php:557, widgets/mailchimp/widget.php:724, widgets/mailchimp/widget.php:1280, widgets/mailchimp/widget.php:1496, widgets/member/widget.php:1291, widgets/ninjaform/widget.php:287, widgets/ninjaform/widget.php:413, widgets/post-list/widget.php:535, widgets/post-list/widget.php:623, widgets/post-list/widget.php:662, widgets/post-list/widget.php:1010, widgets/post-tab/widget.php:391, widgets/post-tab/widget.php:799, widgets/taxonomy-list/widget.php:399, widgets/taxonomy-list/widget.php:487, widgets/taxonomy-list/widget.php:526, widgets/weform/widget.php:324, widgets/weform/widget.php:494, widgets/wpform/widget.php:290, widgets/wpform/widget.php:509
|
2637 |
msgid "Margin"
|
2638 |
msgstr ""
|
2639 |
|
2729 |
msgid "Image & Badge"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: widgets/card/widget.php:80, widgets/card/widget.php:431, widgets/carousel/widget.php:81, widgets/comparison-table/widget.php:453, widgets/comparison-table/widget.php:480, widgets/comparison-table/widget.php:1305, widgets/data-table/widget.php:126, widgets/data-table/widget.php:149, widgets/data-table/widget.php:394, widgets/data-table/widget.php:422, widgets/event-calendar/widget.php:1378, widgets/flip-box/widget.php:91, widgets/flip-box/widget.php:135, widgets/flip-box/widget.php:251, widgets/flip-box/widget.php:263, widgets/fun-factor/widget.php:82, widgets/fun-factor/widget.php:95, widgets/horizontal-timeline/widget.php:96, widgets/horizontal-timeline/widget.php:903, widgets/image-compare/widget.php:83, widgets/image-compare/widget.php:120, widgets/image-grid/widget.php:304, widgets/image-hover-effect/widget.php:64, widgets/image-stack-group/widget.php:69, widgets/image-stack-group/widget.php:117, widgets/infobox/widget.php:87, widgets/infobox/widget.php:100, widgets/justified-gallery/widget.php:329, widgets/photo-stack/widget.php:73, widgets/post-tab/widget.php:620, widgets/slider/widget.php:79, widgets/taxonomy-list/widget.php:133, widgets/taxonomy-list/widget.php:161, widgets/taxonomy-list/widget.php:282, widgets/taxonomy-list/widget.php:315, widgets/testimonial/widget.php:146, widgets/testimonial/widget.php:303
|
2733 |
msgid "Image"
|
2734 |
msgstr ""
|
2735 |
|
2765 |
msgid "Type Card Title"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
+
#: widgets/card/widget.php:184, widgets/card/widget.php:932, widgets/comparison-table/widget.php:226, widgets/comparison-table/widget.php:545, widgets/event-calendar/widget.php:414, widgets/event-calendar/widget.php:421, widgets/event-calendar/widget.php:1473, widgets/flip-box/widget.php:183, widgets/flip-box/widget.php:188, widgets/flip-box/widget.php:343, widgets/flip-box/widget.php:348, widgets/flip-box/widget.php:772, widgets/flip-box/widget.php:1150, widgets/fluent-form/widget.php:685, widgets/gravityforms/widget.php:743, widgets/horizontal-timeline/widget.php:141, widgets/horizontal-timeline/widget.php:1064, widgets/image-accordion/widget.php:134, widgets/image-accordion/widget.php:915, widgets/image-hover-effect/widget.php:123, widgets/infobox/widget.php:253, widgets/infobox/widget.php:765, widgets/step-flow/widget.php:123, widgets/step-flow/widget.php:126, widgets/step-flow/widget.php:535, widgets/twitter-feed/widget.php:912, widgets/weform/widget.php:703
|
2769 |
msgid "Description"
|
2770 |
msgstr ""
|
2771 |
|
2777 |
msgid "Type card description"
|
2778 |
msgstr ""
|
2779 |
|
2780 |
+
#: widgets/card/widget.php:199, widgets/carousel/widget.php:162, widgets/comparison-table/widget.php:109, widgets/fun-factor/widget.php:336, widgets/gradient-heading/widget.php:93, widgets/horizontal-timeline/widget.php:267, widgets/icon-box/widget.php:135, widgets/image-hover-effect/widget.php:102, widgets/infobox/widget.php:268, widgets/member/widget.php:247, widgets/post-list/widget.php:432, widgets/post-tab/widget.php:207, widgets/slider/widget.php:160, widgets/step-flow/widget.php:149, widgets/taxonomy-list/widget.php:242
|
2781 |
msgid "Title HTML Tag"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
+
#: widgets/card/widget.php:203, widgets/comparison-table/widget.php:113, widgets/fun-factor/widget.php:340, widgets/gradient-heading/widget.php:97, widgets/icon-box/widget.php:140, widgets/infobox/widget.php:272, widgets/member/widget.php:251, widgets/post-list/widget.php:436, widgets/review/widget.php:274
|
2785 |
msgid "H1"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: widgets/card/widget.php:207, widgets/comparison-table/widget.php:117, widgets/fun-factor/widget.php:344, widgets/gradient-heading/widget.php:101, widgets/icon-box/widget.php:144, widgets/infobox/widget.php:276, widgets/member/widget.php:255, widgets/post-list/widget.php:440, widgets/review/widget.php:278
|
2789 |
msgid "H2"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
+
#: widgets/card/widget.php:211, widgets/comparison-table/widget.php:121, widgets/fun-factor/widget.php:348, widgets/gradient-heading/widget.php:105, widgets/icon-box/widget.php:148, widgets/infobox/widget.php:280, widgets/member/widget.php:259, widgets/post-list/widget.php:444, widgets/review/widget.php:282
|
2793 |
msgid "H3"
|
2794 |
msgstr ""
|
2795 |
|
2796 |
+
#: widgets/card/widget.php:215, widgets/comparison-table/widget.php:125, widgets/fun-factor/widget.php:352, widgets/gradient-heading/widget.php:109, widgets/icon-box/widget.php:152, widgets/infobox/widget.php:284, widgets/member/widget.php:263, widgets/post-list/widget.php:448, widgets/review/widget.php:286
|
2797 |
msgid "H4"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
+
#: widgets/card/widget.php:219, widgets/comparison-table/widget.php:129, widgets/fun-factor/widget.php:356, widgets/gradient-heading/widget.php:113, widgets/icon-box/widget.php:156, widgets/infobox/widget.php:288, widgets/member/widget.php:267, widgets/post-list/widget.php:452, widgets/review/widget.php:290
|
2801 |
msgid "H5"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
+
#: widgets/card/widget.php:223, widgets/comparison-table/widget.php:133, widgets/fun-factor/widget.php:360, widgets/gradient-heading/widget.php:117, widgets/icon-box/widget.php:160, widgets/infobox/widget.php:292, widgets/member/widget.php:271, widgets/post-list/widget.php:456, widgets/review/widget.php:294
|
2805 |
msgid "H6"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
+
#: widgets/card/widget.php:235, widgets/card/widget.php:321, widgets/carousel/widget.php:756, widgets/comparison-table/widget.php:330, widgets/comparison-table/widget.php:634, widgets/comparison-table/widget.php:842, widgets/content-switcher/widget.php:1060, widgets/creative-button/widget.php:256, widgets/data-table/widget.php:223, widgets/data-table/widget.php:566, widgets/dual-button/widget.php:460, widgets/flip-box/widget.php:198, widgets/flip-box/widget.php:358, widgets/gradient-heading/widget.php:129, widgets/icon-box/widget.php:172, widgets/image-grid/widget.php:570, widgets/image-stack-group/widget.php:246, widgets/infobox/widget.php:304, widgets/justified-gallery/widget.php:642, widgets/link-hover/widget.php:106, widgets/member/widget.php:284, widgets/number/widget.php:191, widgets/pdf-view/widget.php:243, widgets/photo-stack/widget.php:314, widgets/post-list/widget.php:468, widgets/review/widget.php:239, widgets/slider/widget.php:719, widgets/social-icons/widget.php:416, widgets/social-share/widget.php:483, widgets/step-flow/widget.php:170, widgets/taxonomy-list/widget.php:335, widgets/testimonial/widget.php:88, widgets/twitter-feed/widget.php:361
|
2809 |
msgid "Alignment"
|
2810 |
msgstr ""
|
2811 |
|
2829 |
msgid "Stretch"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: widgets/card/widget.php:362, widgets/comparison-table/widget.php:189, widgets/comparison-table/widget.php:199, widgets/comparison-table/widget.php:449, widgets/comparison-table/widget.php:513, widgets/comparison-table/widget.php:1032, widgets/comparison-table/widget.php:1356, widgets/content-switcher/widget.php:206, widgets/creative-button/widget.php:205, widgets/data-table/widget.php:122, widgets/data-table/widget.php:136, widgets/data-table/widget.php:390, widgets/data-table/widget.php:408, widgets/dual-button/widget.php:116, widgets/dual-button/widget.php:105, widgets/dual-button/widget.php:192, widgets/dual-button/widget.php:238, widgets/dual-button/widget.php:225, widgets/dual-button/widget.php:305, widgets/dual-button/widget.php:294, widgets/flip-box/widget.php:87, widgets/flip-box/widget.php:117, widgets/flip-box/widget.php:104, widgets/flip-box/widget.php:247, widgets/flip-box/widget.php:310, widgets/flip-box/widget.php:297, widgets/fun-factor/widget.php:78, widgets/horizontal-timeline/widget.php:81, widgets/horizontal-timeline/widget.php:548, widgets/icon-box/widget.php:217, widgets/image-stack-group/widget.php:73, widgets/infobox/widget.php:83, widgets/infobox/widget.php:138, widgets/infobox/widget.php:380, widgets/mailchimp/widget.php:276, widgets/mailchimp/widget.php:363, widgets/mailchimp/widget.php:462, widgets/mailchimp/widget.php:537, widgets/mailchimp/widget.php:599, widgets/mailchimp/widget.php:1380, widgets/member/widget.php:609, widgets/pdf-view/widget.php:177, widgets/pdf-view/widget.php:366, widgets/post-list/widget.php:280, widgets/pricing-table/widget.php:229, widgets/pricing-table/widget.php:214, widgets/social-icons/widget.php:58, widgets/social-icons/widget.php:67, widgets/social-icons/widget.php:657, widgets/social-share/widget.php:432, widgets/step-flow/widget.php:79, widgets/step-flow/widget.php:68, widgets/step-flow/widget.php:228, widgets/taxonomy-list/widget.php:124, widgets/taxonomy-list/widget.php:129, widgets/taxonomy-list/widget.php:145, widgets/taxonomy-list/widget.php:278, widgets/taxonomy-list/widget.php:297
|
2833 |
msgid "Icon"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: widgets/card/widget.php:386, widgets/comparison-table/widget.php:359, widgets/content-switcher/widget.php:214, widgets/data-table/widget.php:252, widgets/data-table/widget.php:597, widgets/dual-button/widget.php:127, widgets/dual-button/widget.php:317, widgets/image-accordion/widget.php:121, widgets/infobox/widget.php:404, widgets/mailchimp/widget.php:292, widgets/mailchimp/widget.php:379, widgets/mailchimp/widget.php:478, widgets/mailchimp/widget.php:552, widgets/mailchimp/widget.php:614, widgets/member/widget.php:623
|
2837 |
msgid "Icon Position"
|
2838 |
msgstr ""
|
2839 |
|
2845 |
msgid "After Text"
|
2846 |
msgstr ""
|
2847 |
|
2848 |
+
#: widgets/card/widget.php:403, widgets/content-switcher/widget.php:420, widgets/dual-button/widget.php:150, widgets/dual-button/widget.php:340, widgets/infobox/widget.php:427, widgets/mailchimp/widget.php:1389, widgets/mailchimp/widget.php:1415, widgets/member/widget.php:649, widgets/pdf-view/widget.php:402
|
2849 |
msgid "Icon Spacing"
|
2850 |
msgstr ""
|
2851 |
|
2857 |
msgid "Offset Top"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: widgets/card/widget.php:682, widgets/image-grid/widget.php:451, widgets/justified-gallery/widget.php:451, widgets/logo-grid/widget.php:601, widgets/photo-stack/widget.php:277, widgets/social-icons/widget.php:707
|
2861 |
msgid "Hover Animation"
|
2862 |
msgstr ""
|
2863 |
|
2925 |
msgid "Type subtitle here"
|
2926 |
msgstr ""
|
2927 |
|
2928 |
+
#: widgets/carousel/widget.php:196, widgets/content-switcher/widget.php:360, widgets/horizontal-timeline/widget.php:344, widgets/slider/widget.php:194
|
2929 |
msgid "Animation Speed"
|
2930 |
msgstr ""
|
2931 |
|
3025 |
msgid "Navigation :: Arrow"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: widgets/carousel/widget.php:548, widgets/content-switcher/widget.php:290, widgets/image-accordion/widget.php:322, widgets/image-compare/widget.php:202, widgets/image-compare/widget.php:417, widgets/mailchimp/widget.php:200, widgets/slider/widget.php:508
|
3029 |
msgid "Vertical"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
+
#: widgets/carousel/widget.php:573, widgets/content-switcher/widget.php:286, widgets/image-accordion/widget.php:321, widgets/image-compare/widget.php:198, widgets/image-compare/widget.php:440, widgets/mailchimp/widget.php:199, widgets/slider/widget.php:533
|
3033 |
msgid "Horizontal"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
+
#: widgets/carousel/widget.php:601, widgets/carousel/widget.php:791, widgets/carousel/widget.php:843, widgets/comparison-table/widget.php:1376, widgets/data-table/widget.php:1010, widgets/fun-factor/widget.php:451, widgets/horizontal-timeline/widget.php:575, widgets/horizontal-timeline/widget.php:693, widgets/icon-box/widget.php:225, widgets/image-compare/widget.php:289, widgets/infobox/widget.php:465, widgets/number/widget.php:131, widgets/review/widget.php:328, widgets/slider/widget.php:561, widgets/slider/widget.php:754, widgets/slider/widget.php:806, widgets/social-icons/widget.php:664, widgets/step-flow/widget.php:236, widgets/twitter-feed/widget.php:642, widgets/twitter-feed/widget.php:691
|
3037 |
msgid "Size"
|
3038 |
msgstr ""
|
3039 |
|
3045 |
msgid "Vertical Position"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
+
#: widgets/carousel/widget.php:744, widgets/comparison-table/widget.php:1040, widgets/comparison-table/widget.php:1364, widgets/data-table/widget.php:732, widgets/data-table/widget.php:998, widgets/flip-box/widget.php:779, widgets/image-grid/widget.php:518, widgets/image-stack-group/widget.php:331, widgets/infobox/widget.php:588, widgets/justified-gallery/widget.php:590, widgets/slider/widget.php:707, widgets/social-icons/widget.php:832, widgets/social-share/widget.php:537, widgets/testimonial/widget.php:355, widgets/twitter-feed/widget.php:706
|
3049 |
msgid "Spacing"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: widgets/carousel/widget.php:836, widgets/content-switcher/widget.php:227, widgets/content-switcher/widget.php:578, widgets/content-switcher/widget.php:896, widgets/image-accordion/widget.php:266, widgets/image-accordion/widget.php:699, widgets/image-grid/widget.php:677, widgets/justified-gallery/widget.php:749, widgets/slider/widget.php:799
|
3053 |
msgid "Active"
|
3054 |
msgstr ""
|
3055 |
|
3073 |
msgid "Contact Forms 7"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: widgets/comparison-table/widget.php:85, widgets/comparison-table/widget.php:923, widgets/data-table/widget.php:67, widgets/data-table/widget.php:641
|
3077 |
msgid "Table Head"
|
3078 |
msgstr ""
|
3079 |
|
3081 |
msgid "Column Name"
|
3082 |
msgstr ""
|
3083 |
|
3084 |
+
#: widgets/comparison-table/widget.php:99, widgets/comparison-table/widget.php:409, widgets/data-table/widget.php:301, widgets/post-tab/widget.php:181, widgets/post-tab/widget.php:516
|
3085 |
msgid "Column"
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: widgets/comparison-table/widget.php:145
|
3089 |
msgid "Column Width"
|
3090 |
msgstr ""
|
3091 |
|
3092 |
+
#: widgets/comparison-table/widget.php:178, widgets/data-table/widget.php:111, widgets/data-table/widget.php:380
|
3093 |
msgid "Media"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
+
#: widgets/comparison-table/widget.php:212, widgets/comparison-table/widget.php:1064, widgets/content-switcher/widget.php:500, widgets/content-switcher/widget.php:598, widgets/data-table/widget.php:186, widgets/data-table/widget.php:493, widgets/data-table/widget.php:767, widgets/fluent-form/widget.php:419, widgets/fun-factor/widget.php:473, widgets/horizontal-timeline/widget.php:165, widgets/horizontal-timeline/widget.php:624, widgets/image-stack-group/widget.php:185, widgets/image-stack-group/widget.php:402, widgets/pdf-view/widget.php:375, widgets/taxonomy-list/widget.php:629, widgets/threesixty-rotation/widget.php:367, widgets/twitter-feed/widget.php:1126
|
3097 |
msgid "Icon Color"
|
3098 |
msgstr ""
|
3099 |
|
3100 |
+
#: widgets/comparison-table/widget.php:243, widgets/comparison-table/widget.php:562, widgets/post-list/widget.php:297
|
3101 |
+
msgid "Show Content"
|
3102 |
+
msgstr ""
|
3103 |
+
|
3104 |
+
#: widgets/comparison-table/widget.php:245, widgets/comparison-table/widget.php:564, widgets/image-accordion/widget.php:138, widgets/image-hover-effect/widget.php:127
|
3105 |
+
msgid "Type your description here"
|
3106 |
+
msgstr ""
|
3107 |
+
|
3108 |
+
#: widgets/comparison-table/widget.php:379
|
3109 |
msgid "Sticky Header?"
|
3110 |
msgstr ""
|
3111 |
|
3112 |
+
#: widgets/comparison-table/widget.php:394, widgets/comparison-table/widget.php:1089, widgets/data-table/widget.php:286, widgets/data-table/widget.php:791
|
3113 |
msgid "Table Row"
|
3114 |
msgstr ""
|
3115 |
|
3116 |
+
#: widgets/comparison-table/widget.php:404, widgets/data-table/widget.php:296
|
3117 |
msgid "Row/Column"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
+
#: widgets/comparison-table/widget.php:408, widgets/data-table/widget.php:300
|
3121 |
msgid "Row"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
+
#: widgets/comparison-table/widget.php:434
|
3125 |
msgid "Content Type"
|
3126 |
msgstr ""
|
3127 |
|
3128 |
+
#: widgets/comparison-table/widget.php:441
|
3129 |
msgid "Blank"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: widgets/comparison-table/widget.php:587
|
3133 |
msgid "Ready Blocks"
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: widgets/comparison-table/widget.php:613
|
3137 |
msgid "Ready Pages"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: widgets/comparison-table/widget.php:618
|
3141 |
msgid "150"
|
3142 |
msgstr ""
|
3143 |
|
3144 |
+
#: widgets/comparison-table/widget.php:623
|
3145 |
msgid "250"
|
3146 |
msgstr ""
|
3147 |
|
3148 |
+
#: widgets/comparison-table/widget.php:670, widgets/comparison-table/widget.php:1417
|
3149 |
msgid "Table Button"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: widgets/comparison-table/widget.php:682, widgets/comparison-table/widget.php:817
|
3153 |
msgid "Buy Now"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
+
#: widgets/comparison-table/widget.php:683, widgets/image-hover-effect/widget.php:94
|
3157 |
msgid "Type your title here"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
+
#: widgets/comparison-table/widget.php:692, widgets/creative-button/widget.php:189, widgets/image-hover-effect/widget.php:140, widgets/link-hover/widget.php:141
|
3161 |
msgid "https://your-link.com"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
+
#: widgets/comparison-table/widget.php:705
|
3165 |
+
msgid "Custom Style?"
|
3166 |
+
msgstr ""
|
3167 |
+
|
3168 |
+
#: widgets/comparison-table/widget.php:804, widgets/social-share/widget.php:59
|
3169 |
msgid "Buttons"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: widgets/comparison-table/widget.php:809, widgets/pdf-view/widget.php:636
|
3173 |
msgid "Download"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: widgets/comparison-table/widget.php:833
|
3177 |
msgid "Button Settings"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: widgets/comparison-table/widget.php:871
|
3181 |
msgid "Table Settings"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
+
#: widgets/comparison-table/widget.php:879
|
3185 |
msgid "Table Width"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
+
#: widgets/comparison-table/widget.php:1052, widgets/data-table/widget.php:744, widgets/event-calendar/widget.php:1567, widgets/event-calendar/widget.php:1653, widgets/flip-box/widget.php:617, widgets/flip-box/widget.php:983, widgets/image-accordion/widget.php:1156, widgets/image-stack-group/widget.php:308, widgets/mailchimp/widget.php:1441, widgets/member/widget.php:1169, widgets/pdf-view/widget.php:387, widgets/social-share/widget.php:576, widgets/taxonomy-list/widget.php:642, widgets/threesixty-rotation/widget.php:348
|
3189 |
msgid "Icon Size"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
+
#: widgets/comparison-table/widget.php:1076
|
3193 |
msgid "If you've added <strong>Custom Style</strong> then Icon Color will be over written for that cell."
|
3194 |
msgstr ""
|
3195 |
|
3196 |
+
#: widgets/comparison-table/widget.php:1096
|
3197 |
msgid "Row Padding"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
+
#: widgets/comparison-table/widget.php:1126, widgets/comparison-table/widget.php:1189, widgets/data-table/widget.php:829, widgets/data-table/widget.php:903, widgets/gravityforms/widget.php:960
|
3201 |
msgid "Background Color (Even)"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
+
#: widgets/comparison-table/widget.php:1140, widgets/comparison-table/widget.php:1203, widgets/data-table/widget.php:843, widgets/data-table/widget.php:917, widgets/gravityforms/widget.php:971
|
3205 |
msgid "Background Color (Odd)"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: widgets/comparison-table/widget.php:1154, widgets/comparison-table/widget.php:1217, widgets/data-table/widget.php:857, widgets/data-table/widget.php:931
|
3209 |
msgid "Color (Even)"
|
3210 |
msgstr ""
|
3211 |
|
3212 |
+
#: widgets/comparison-table/widget.php:1167, widgets/comparison-table/widget.php:1230, widgets/data-table/widget.php:870, widgets/data-table/widget.php:944
|
3213 |
msgid "Color (Odd)"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
+
#: widgets/comparison-table/widget.php:1403
|
3217 |
msgid "If you've added <strong>Custom Style</strong> then Background Color, Color, Icon Size, Icon Color will be over written for that cell."
|
3218 |
msgstr ""
|
3219 |
|
3310 |
msgstr ""
|
3311 |
|
3312 |
#: widgets/content-switcher/widget.php:282
|
3313 |
+
msgid "Switch Direction"
|
3314 |
+
msgstr ""
|
3315 |
+
|
3316 |
+
#: widgets/content-switcher/widget.php:305
|
3317 |
msgid "Switch Alignment"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: widgets/content-switcher/widget.php:332
|
3321 |
msgid "Space"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: widgets/content-switcher/widget.php:333
|
3325 |
msgid "Set Space between switcher and content section"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: widgets/content-switcher/widget.php:362
|
3329 |
msgid "Set Animation Duration in Millisecond"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: widgets/content-switcher/widget.php:394
|
3333 |
msgid "Switch"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
+
#: widgets/content-switcher/widget.php:446
|
3337 |
msgid "Title Spacing"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
+
#: widgets/content-switcher/widget.php:488, widgets/content-switcher/widget.php:585, widgets/image-hover-effect/widget.php:315, widgets/image-hover-effect/widget.php:350, widgets/news-ticker/widget.php:330, widgets/news-ticker/widget.php:417, widgets/news-ticker/widget.php:437, widgets/pricing-table/widget.php:455, widgets/threesixty-rotation/widget.php:440, widgets/threesixty-rotation/widget.php:470
|
3341 |
msgid "Title Color"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: widgets/content-switcher/widget.php:565, widgets/content-switcher/widget.php:662, widgets/content-switcher/widget.php:810, widgets/content-switcher/widget.php:986, widgets/content-switcher/widget.php:1108, widgets/event-calendar/widget.php:830, widgets/event-calendar/widget.php:1609, widgets/image-accordion/widget.php:548, widgets/image-stack-group/widget.php:424, widgets/image-stack-group/widget.php:533, widgets/mailchimp/widget.php:845, widgets/mailchimp/widget.php:1213, widgets/news-ticker/widget.php:261, widgets/number/widget.php:183, widgets/photo-stack/widget.php:460, widgets/post-list/widget.php:570, widgets/post-tab/widget.php:365, widgets/post-tab/widget.php:577, widgets/taxonomy-list/widget.php:434, widgets/threesixty-rotation/widget.php:276, widgets/threesixty-rotation/widget.php:407, widgets/threesixty-rotation/widget.php:516
|
3345 |
msgid "Box Shadow"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
+
#: widgets/content-switcher/widget.php:724
|
3349 |
msgid "Box Style"
|
3350 |
msgstr ""
|
3351 |
|
3352 |
+
#: widgets/content-switcher/widget.php:736
|
3353 |
msgid "Box Color"
|
3354 |
msgstr ""
|
3355 |
|
3356 |
+
#: widgets/content-switcher/widget.php:751
|
3357 |
msgid "Box Padding"
|
3358 |
msgstr ""
|
3359 |
|
3360 |
+
#: widgets/content-switcher/widget.php:823
|
3361 |
msgid "Switcher Control"
|
3362 |
msgstr ""
|
3363 |
|
3364 |
+
#: widgets/content-switcher/widget.php:834
|
3365 |
msgid "Switch Size (px)"
|
3366 |
msgstr ""
|
3367 |
|
3368 |
+
#: widgets/content-switcher/widget.php:934
|
3369 |
msgid "Switch Bar"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
+
#: widgets/content-switcher/widget.php:942
|
3373 |
msgid "Section Padding"
|
3374 |
msgstr ""
|
3375 |
|
4273 |
msgid "Image accordion content."
|
4274 |
msgstr ""
|
4275 |
|
|
|
|
|
|
|
|
|
4276 |
#: widgets/image-accordion/widget.php:148
|
4277 |
msgid "Enable Button"
|
4278 |
msgstr ""
|
4305 |
msgid "Link Icon"
|
4306 |
msgstr ""
|
4307 |
|
4308 |
+
#: widgets/image-accordion/widget.php:280, widgets/image-stack-group/widget.php:55, widgets/photo-stack/widget.php:189
|
4309 |
msgid "Items"
|
4310 |
msgstr ""
|
4311 |
|
5544 |
msgid "Title Bar"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
+
#: widgets/photo-stack/widget.php:119, widgets/review/widget.php:641
|
5548 |
+
msgid "Offset Y"
|
5549 |
+
msgstr ""
|
5550 |
+
|
5551 |
+
#: widgets/photo-stack/widget.php:146, widgets/review/widget.php:620
|
5552 |
+
msgid "Offset X"
|
5553 |
+
msgstr ""
|
5554 |
+
|
5555 |
+
#: widgets/photo-stack/widget.php:255
|
5556 |
+
msgid "Infinite Animation"
|
5557 |
+
msgstr ""
|
5558 |
+
|
5559 |
+
#: widgets/photo-stack/widget.php:259
|
5560 |
+
msgid "Bounce Small"
|
5561 |
+
msgstr ""
|
5562 |
+
|
5563 |
+
#: widgets/photo-stack/widget.php:260
|
5564 |
+
msgid "Bounce Medium"
|
5565 |
+
msgstr ""
|
5566 |
+
|
5567 |
+
#: widgets/photo-stack/widget.php:261
|
5568 |
+
msgid "Bounce Large"
|
5569 |
+
msgstr ""
|
5570 |
+
|
5571 |
+
#: widgets/photo-stack/widget.php:262, widgets/social-icons/widget.php:758
|
5572 |
+
msgid "Fade"
|
5573 |
+
msgstr ""
|
5574 |
+
|
5575 |
+
#: widgets/photo-stack/widget.php:263
|
5576 |
+
msgid "Rotating"
|
5577 |
+
msgstr ""
|
5578 |
+
|
5579 |
+
#: widgets/photo-stack/widget.php:264
|
5580 |
+
msgid "Rotating inverse"
|
5581 |
+
msgstr ""
|
5582 |
+
|
5583 |
+
#: widgets/photo-stack/widget.php:265, widgets/photo-stack/widget.php:284
|
5584 |
+
msgid "Scale Small"
|
5585 |
+
msgstr ""
|
5586 |
+
|
5587 |
+
#: widgets/photo-stack/widget.php:266, widgets/photo-stack/widget.php:285
|
5588 |
+
msgid "Scale Medium"
|
5589 |
+
msgstr ""
|
5590 |
+
|
5591 |
+
#: widgets/photo-stack/widget.php:267, widgets/photo-stack/widget.php:286
|
5592 |
+
msgid "Scale Large"
|
5593 |
+
msgstr ""
|
5594 |
+
|
5595 |
+
#: widgets/photo-stack/widget.php:281
|
5596 |
+
msgid "Fly Small"
|
5597 |
+
msgstr ""
|
5598 |
+
|
5599 |
+
#: widgets/photo-stack/widget.php:282
|
5600 |
+
msgid "Fly Medium"
|
5601 |
+
msgstr ""
|
5602 |
+
|
5603 |
+
#: widgets/photo-stack/widget.php:283
|
5604 |
+
msgid "Fly Large"
|
5605 |
+
msgstr ""
|
5606 |
+
|
5607 |
+
#: widgets/photo-stack/widget.php:287
|
5608 |
+
msgid "Scale Inverse Small"
|
5609 |
+
msgstr ""
|
5610 |
+
|
5611 |
+
#: widgets/photo-stack/widget.php:288
|
5612 |
+
msgid "Scale Inverse Medium"
|
5613 |
+
msgstr ""
|
5614 |
+
|
5615 |
+
#: widgets/photo-stack/widget.php:289
|
5616 |
+
msgid "Scale Inverse Large"
|
5617 |
+
msgstr ""
|
5618 |
+
|
5619 |
+
#: widgets/photo-stack/widget.php:298
|
5620 |
+
msgid "Animation speed"
|
5621 |
+
msgstr ""
|
5622 |
+
|
5623 |
+
#: widgets/photo-stack/widget.php:299
|
5624 |
+
msgid "Please set your animation speed in seconds. Default value is 6s."
|
5625 |
+
msgstr ""
|
5626 |
+
|
5627 |
+
#: widgets/photo-stack/widget.php:397
|
5628 |
+
msgid "Minimum Height"
|
5629 |
+
msgstr ""
|
5630 |
+
|
5631 |
+
#: widgets/photo-stack/widget.php:428
|
5632 |
+
msgid "Overflow"
|
5633 |
+
msgstr ""
|
5634 |
+
|
5635 |
+
#: widgets/photo-stack/widget.php:431
|
5636 |
+
msgid "Visible"
|
5637 |
+
msgstr ""
|
5638 |
+
|
5639 |
+
#: widgets/photo-stack/widget.php:432
|
5640 |
+
msgid "Hidden"
|
5641 |
+
msgstr ""
|
5642 |
+
|
5643 |
+
#: widgets/photo-stack/widget.php:433
|
5644 |
+
msgid "Scroll"
|
5645 |
+
msgstr ""
|
5646 |
+
|
5647 |
+
#: widgets/photo-stack/widget.php:477
|
5648 |
+
msgid "Box Shadow Hover"
|
5649 |
+
msgstr ""
|
5650 |
+
|
5651 |
#: widgets/post-list/widget.php:97
|
5652 |
msgid "Show post by:"
|
5653 |
msgstr ""
|
5684 |
msgid "List Icon"
|
5685 |
msgstr ""
|
5686 |
|
|
|
|
|
|
|
|
|
5687 |
#: widgets/post-list/widget.php:309
|
5688 |
msgid "Show Meta"
|
5689 |
msgstr ""
|
5732 |
msgid "Line Height"
|
5733 |
msgstr ""
|
5734 |
|
5735 |
+
#: widgets/post-list/widget.php:826, widgets/taxonomy-list/widget.php:664
|
5736 |
msgid "Image Width"
|
5737 |
msgstr ""
|
5738 |
|
5739 |
+
#: widgets/post-list/widget.php:874, widgets/taxonomy-list/widget.php:711
|
5740 |
msgid "Margin Right"
|
5741 |
msgstr ""
|
5742 |
|
5744 |
msgid "Space Top"
|
5745 |
msgstr ""
|
5746 |
|
5747 |
+
#: widgets/post-list/widget.php:1205, widgets/taxonomy-list/widget.php:808
|
5748 |
msgid "No "
|
5749 |
msgstr ""
|
5750 |
|
6030 |
msgid "Text Box Padding"
|
6031 |
msgstr ""
|
6032 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6033 |
#: widgets/skills/widget.php:60
|
6034 |
msgid "Skills"
|
6035 |
msgstr ""
|
6202 |
msgid "Buzz Out"
|
6203 |
msgstr ""
|
6204 |
|
|
|
|
|
|
|
|
|
6205 |
#: widgets/social-icons/widget.php:759
|
6206 |
msgid "Back Pulse"
|
6207 |
msgstr ""
|
6462 |
msgid "Icon & Image"
|
6463 |
msgstr ""
|
6464 |
|
6465 |
+
#: widgets/taxonomy-list/widget.php:653
|
6466 |
msgid "Icon Line Height"
|
6467 |
msgstr ""
|
6468 |
|
6469 |
+
#: widgets/taxonomy-list/widget.php:810
|
6470 |
msgid "found"
|
6471 |
msgstr ""
|
6472 |
|
6749 |
#: widgets/wpform/widget.php:352
|
6750 |
msgid "Colors"
|
6751 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin.php
CHANGED
@@ -4,11 +4,11 @@
|
|
4 |
* Plugin Name: Happy Elementor Addons
|
5 |
* Plugin URI: https://happyaddons.com/
|
6 |
* Description: <a href="https://happyaddons.com/">Happy Addons for Elementor</a> Is the Best Elementor Addons Comes With 44+ Free Elementor Widgets Including Table Builder, Testimonial, Event Calendar,Slider,News Ticker, Image Grid, etc & Features Like Elementor Equal Height, Text Stroke, Shape Dividers, Floating Effect, Grid Layout, 500+ Elementor Icons, 450+ Template Packs & More.
|
7 |
-
* Version: 3.5.
|
8 |
* Author: weDevs
|
9 |
* Author URI: https://happyaddons.com/
|
10 |
-
* Elementor tested up to: 3.6.
|
11 |
-
* Elementor Pro tested up to: 3.6.
|
12 |
* License: GPLv2
|
13 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
14 |
* Text Domain: happy-elementor-addons
|
@@ -37,7 +37,7 @@ Copyright 2019 HappyMonster <http://happymonster.me>
|
|
37 |
|
38 |
defined('ABSPATH') || die();
|
39 |
|
40 |
-
define('HAPPY_ADDONS_VERSION', '3.5.
|
41 |
define('HAPPY_ADDONS__FILE__', __FILE__);
|
42 |
define('HAPPY_ADDONS_DIR_PATH', plugin_dir_path(HAPPY_ADDONS__FILE__));
|
43 |
define('HAPPY_ADDONS_DIR_URL', plugin_dir_url(HAPPY_ADDONS__FILE__));
|
4 |
* Plugin Name: Happy Elementor Addons
|
5 |
* Plugin URI: https://happyaddons.com/
|
6 |
* Description: <a href="https://happyaddons.com/">Happy Addons for Elementor</a> Is the Best Elementor Addons Comes With 44+ Free Elementor Widgets Including Table Builder, Testimonial, Event Calendar,Slider,News Ticker, Image Grid, etc & Features Like Elementor Equal Height, Text Stroke, Shape Dividers, Floating Effect, Grid Layout, 500+ Elementor Icons, 450+ Template Packs & More.
|
7 |
+
* Version: 3.5.2
|
8 |
* Author: weDevs
|
9 |
* Author URI: https://happyaddons.com/
|
10 |
+
* Elementor tested up to: 3.6.4
|
11 |
+
* Elementor Pro tested up to: 3.6.5
|
12 |
* License: GPLv2
|
13 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
14 |
* Text Domain: happy-elementor-addons
|
37 |
|
38 |
defined('ABSPATH') || die();
|
39 |
|
40 |
+
define('HAPPY_ADDONS_VERSION', '3.5.2');
|
41 |
define('HAPPY_ADDONS__FILE__', __FILE__);
|
42 |
define('HAPPY_ADDONS_DIR_PATH', plugin_dir_path(HAPPY_ADDONS__FILE__));
|
43 |
define('HAPPY_ADDONS_DIR_URL', plugin_dir_url(HAPPY_ADDONS__FILE__));
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) ===
|
2 |
Plugin Name: Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget)
|
3 |
-
Version: 3.5.
|
4 |
Author: weDevs
|
5 |
Author URI: https://happyaddons.com/
|
6 |
Contributors: happyaddons, thehappymonster, wedevs
|
@@ -438,6 +438,15 @@ For a more detailed explanation check out the following documentation
|
|
438 |
|
439 |
== Changelog ==
|
440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
= 3.5.1 - 29 March 2022 =
|
442 |
|
443 |
- Fix: Image Compare widget white space issue
|
1 |
=== Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) ===
|
2 |
Plugin Name: Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget)
|
3 |
+
Version: 3.5.2
|
4 |
Author: weDevs
|
5 |
Author URI: https://happyaddons.com/
|
6 |
Contributors: happyaddons, thehappymonster, wedevs
|
438 |
|
439 |
== Changelog ==
|
440 |
|
441 |
+
= 3.5.2 - 26 April 2022 =
|
442 |
+
|
443 |
+
- New: Photo Stack widget
|
444 |
+
- Tweak: Added vertical and horizontal direction for Content switcher
|
445 |
+
- Tweak: Lower animation speed input option enable for all carousel widgets
|
446 |
+
- Fix: Justified Grid row height issue
|
447 |
+
- Fix: Gravity form display issue on editor
|
448 |
+
- Fix: Mailchimp success message show on corner case
|
449 |
+
|
450 |
= 3.5.1 - 29 March 2022 =
|
451 |
|
452 |
- Fix: Image Compare widget white space issue
|
trunk/LICENSE.txt
ADDED
@@ -0,0 +1,339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 2, June 1991
|
3 |
+
|
4 |
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
5 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
6 |
+
Everyone is permitted to copy and distribute verbatim copies
|
7 |
+
of this license document, but changing it is not allowed.
|
8 |
+
|
9 |
+
Preamble
|
10 |
+
|
11 |
+
The licenses for most software are designed to take away your
|
12 |
+
freedom to share and change it. By contrast, the GNU General Public
|
13 |
+
License is intended to guarantee your freedom to share and change free
|
14 |
+
software--to make sure the software is free for all its users. This
|
15 |
+
General Public License applies to most of the Free Software
|
16 |
+
Foundation's software and to any other program whose authors commit to
|
17 |
+
using it. (Some other Free Software Foundation software is covered by
|
18 |
+
the GNU Lesser General Public License instead.) You can apply it to
|
19 |
+
your programs, too.
|
20 |
+
|
21 |
+
When we speak of free software, we are referring to freedom, not
|
22 |
+
price. Our General Public Licenses are designed to make sure that you
|
23 |
+
have the freedom to distribute copies of free software (and charge for
|
24 |
+
this service if you wish), that you receive source code or can get it
|
25 |
+
if you want it, that you can change the software or use pieces of it
|
26 |
+
in new free programs; and that you know you can do these things.
|
27 |
+
|
28 |
+
To protect your rights, we need to make restrictions that forbid
|
29 |
+
anyone to deny you these rights or to ask you to surrender the rights.
|
30 |
+
These restrictions translate to certain responsibilities for you if you
|
31 |
+
distribute copies of the software, or if you modify it.
|
32 |
+
|
33 |
+
For example, if you distribute copies of such a program, whether
|
34 |
+
gratis or for a fee, you must give the recipients all the rights that
|
35 |
+
you have. You must make sure that they, too, receive or can get the
|
36 |
+
source code. And you must show them these terms so they know their
|
37 |
+
rights.
|
38 |
+
|
39 |
+
We protect your rights with two steps: (1) copyright the software, and
|
40 |
+
(2) offer you this license which gives you legal permission to copy,
|
41 |
+
distribute and/or modify the software.
|
42 |
+
|
43 |
+
Also, for each author's protection and ours, we want to make certain
|
44 |
+
that everyone understands that there is no warranty for this free
|
45 |
+
software. If the software is modified by someone else and passed on, we
|
46 |
+
want its recipients to know that what they have is not the original, so
|
47 |
+
that any problems introduced by others will not reflect on the original
|
48 |
+
authors' reputations.
|
49 |
+
|
50 |
+
Finally, any free program is threatened constantly by software
|
51 |
+
patents. We wish to avoid the danger that redistributors of a free
|
52 |
+
program will individually obtain patent licenses, in effect making the
|
53 |
+
program proprietary. To prevent this, we have made it clear that any
|
54 |
+
patent must be licensed for everyone's free use or not licensed at all.
|
55 |
+
|
56 |
+
The precise terms and conditions for copying, distribution and
|
57 |
+
modification follow.
|
58 |
+
|
59 |
+
GNU GENERAL PUBLIC LICENSE
|
60 |
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
61 |
+
|
62 |
+
0. This License applies to any program or other work which contains
|
63 |
+
a notice placed by the copyright holder saying it may be distributed
|
64 |
+
under the terms of this General Public License. The "Program", below,
|
65 |
+
refers to any such program or work, and a "work based on the Program"
|
66 |
+
means either the Program or any derivative work under copyright law:
|
67 |
+
that is to say, a work containing the Program or a portion of it,
|
68 |
+
either verbatim or with modifications and/or translated into another
|
69 |
+
language. (Hereinafter, translation is included without limitation in
|
70 |
+
the term "modification".) Each licensee is addressed as "you".
|
71 |
+
|
72 |
+
Activities other than copying, distribution and modification are not
|
73 |
+
covered by this License; they are outside its scope. The act of
|
74 |
+
running the Program is not restricted, and the output from the Program
|
75 |
+
is covered only if its contents constitute a work based on the
|
76 |
+
Program (independent of having been made by running the Program).
|
77 |
+
Whether that is true depends on what the Program does.
|
78 |
+
|
79 |
+
1. You may copy and distribute verbatim copies of the Program's
|
80 |
+
source code as you receive it, in any medium, provided that you
|
81 |
+
conspicuously and appropriately publish on each copy an appropriate
|
82 |
+
copyright notice and disclaimer of warranty; keep intact all the
|
83 |
+
notices that refer to this License and to the absence of any warranty;
|
84 |
+
and give any other recipients of the Program a copy of this License
|
85 |
+
along with the Program.
|
86 |
+
|
87 |
+
You may charge a fee for the physical act of transferring a copy, and
|
88 |
+
you may at your option offer warranty protection in exchange for a fee.
|
89 |
+
|
90 |
+
2. You may modify your copy or copies of the Program or any portion
|
91 |
+
of it, thus forming a work based on the Program, and copy and
|
92 |
+
distribute such modifications or work under the terms of Section 1
|
93 |
+
above, provided that you also meet all of these conditions:
|
94 |
+
|
95 |
+
a) You must cause the modified files to carry prominent notices
|
96 |
+
stating that you changed the files and the date of any change.
|
97 |
+
|
98 |
+
b) You must cause any work that you distribute or publish, that in
|
99 |
+
whole or in part contains or is derived from the Program or any
|
100 |
+
part thereof, to be licensed as a whole at no charge to all third
|
101 |
+
parties under the terms of this License.
|
102 |
+
|
103 |
+
c) If the modified program normally reads commands interactively
|
104 |
+
when run, you must cause it, when started running for such
|
105 |
+
interactive use in the most ordinary way, to print or display an
|
106 |
+
announcement including an appropriate copyright notice and a
|
107 |
+
notice that there is no warranty (or else, saying that you provide
|
108 |
+
a warranty) and that users may redistribute the program under
|
109 |
+
these conditions, and telling the user how to view a copy of this
|
110 |
+
License. (Exception: if the Program itself is interactive but
|
111 |
+
does not normally print such an announcement, your work based on
|
112 |
+
the Program is not required to print an announcement.)
|
113 |
+
|
114 |
+
These requirements apply to the modified work as a whole. If
|
115 |
+
identifiable sections of that work are not derived from the Program,
|
116 |
+
and can be reasonably considered independent and separate works in
|
117 |
+
themselves, then this License, and its terms, do not apply to those
|
118 |
+
sections when you distribute them as separate works. But when you
|
119 |
+
distribute the same sections as part of a whole which is a work based
|
120 |
+
on the Program, the distribution of the whole must be on the terms of
|
121 |
+
this License, whose permissions for other licensees extend to the
|
122 |
+
entire whole, and thus to each and every part regardless of who wrote it.
|
123 |
+
|
124 |
+
Thus, it is not the intent of this section to claim rights or contest
|
125 |
+
your rights to work written entirely by you; rather, the intent is to
|
126 |
+
exercise the right to control the distribution of derivative or
|
127 |
+
collective works based on the Program.
|
128 |
+
|
129 |
+
In addition, mere aggregation of another work not based on the Program
|
130 |
+
with the Program (or with a work based on the Program) on a volume of
|
131 |
+
a storage or distribution medium does not bring the other work under
|
132 |
+
the scope of this License.
|
133 |
+
|
134 |
+
3. You may copy and distribute the Program (or a work based on it,
|
135 |
+
under Section 2) in object code or executable form under the terms of
|
136 |
+
Sections 1 and 2 above provided that you also do one of the following:
|
137 |
+
|
138 |
+
a) Accompany it with the complete corresponding machine-readable
|
139 |
+
source code, which must be distributed under the terms of Sections
|
140 |
+
1 and 2 above on a medium customarily used for software interchange; or,
|
141 |
+
|
142 |
+
b) Accompany it with a written offer, valid for at least three
|
143 |
+
years, to give any third party, for a charge no more than your
|
144 |
+
cost of physically performing source distribution, a complete
|
145 |
+
machine-readable copy of the corresponding source code, to be
|
146 |
+
distributed under the terms of Sections 1 and 2 above on a medium
|
147 |
+
customarily used for software interchange; or,
|
148 |
+
|
149 |
+
c) Accompany it with the information you received as to the offer
|
150 |
+
to distribute corresponding source code. (This alternative is
|
151 |
+
allowed only for noncommercial distribution and only if you
|
152 |
+
received the program in object code or executable form with such
|
153 |
+
an offer, in accord with Subsection b above.)
|
154 |
+
|
155 |
+
The source code for a work means the preferred form of the work for
|
156 |
+
making modifications to it. For an executable work, complete source
|
157 |
+
code means all the source code for all modules it contains, plus any
|
158 |
+
associated interface definition files, plus the scripts used to
|
159 |
+
control compilation and installation of the executable. However, as a
|
160 |
+
special exception, the source code distributed need not include
|
161 |
+
anything that is normally distributed (in either source or binary
|
162 |
+
form) with the major components (compiler, kernel, and so on) of the
|
163 |
+
operating system on which the executable runs, unless that component
|
164 |
+
itself accompanies the executable.
|
165 |
+
|
166 |
+
If distribution of executable or object code is made by offering
|
167 |
+
access to copy from a designated place, then offering equivalent
|
168 |
+
access to copy the source code from the same place counts as
|
169 |
+
distribution of the source code, even though third parties are not
|
170 |
+
compelled to copy the source along with the object code.
|
171 |
+
|
172 |
+
4. You may not copy, modify, sublicense, or distribute the Program
|
173 |
+
except as expressly provided under this License. Any attempt
|
174 |
+
otherwise to copy, modify, sublicense or distribute the Program is
|
175 |
+
void, and will automatically terminate your rights under this License.
|
176 |
+
However, parties who have received copies, or rights, from you under
|
177 |
+
this License will not have their licenses terminated so long as such
|
178 |
+
parties remain in full compliance.
|
179 |
+
|
180 |
+
5. You are not required to accept this License, since you have not
|
181 |
+
signed it. However, nothing else grants you permission to modify or
|
182 |
+
distribute the Program or its derivative works. These actions are
|
183 |
+
prohibited by law if you do not accept this License. Therefore, by
|
184 |
+
modifying or distributing the Program (or any work based on the
|
185 |
+
Program), you indicate your acceptance of this License to do so, and
|
186 |
+
all its terms and conditions for copying, distributing or modifying
|
187 |
+
the Program or works based on it.
|
188 |
+
|
189 |
+
6. Each time you redistribute the Program (or any work based on the
|
190 |
+
Program), the recipient automatically receives a license from the
|
191 |
+
original licensor to copy, distribute or modify the Program subject to
|
192 |
+
these terms and conditions. You may not impose any further
|
193 |
+
restrictions on the recipients' exercise of the rights granted herein.
|
194 |
+
You are not responsible for enforcing compliance by third parties to
|
195 |
+
this License.
|
196 |
+
|
197 |
+
7. If, as a consequence of a court judgment or allegation of patent
|
198 |
+
infringement or for any other reason (not limited to patent issues),
|
199 |
+
conditions are imposed on you (whether by court order, agreement or
|
200 |
+
otherwise) that contradict the conditions of this License, they do not
|
201 |
+
excuse you from the conditions of this License. If you cannot
|
202 |
+
distribute so as to satisfy simultaneously your obligations under this
|
203 |
+
License and any other pertinent obligations, then as a consequence you
|
204 |
+
may not distribute the Program at all. For example, if a patent
|
205 |
+
license would not permit royalty-free redistribution of the Program by
|
206 |
+
all those who receive copies directly or indirectly through you, then
|
207 |
+
the only way you could satisfy both it and this License would be to
|
208 |
+
refrain entirely from distribution of the Program.
|
209 |
+
|
210 |
+
If any portion of this section is held invalid or unenforceable under
|
211 |
+
any particular circumstance, the balance of the section is intended to
|
212 |
+
apply and the section as a whole is intended to apply in other
|
213 |
+
circumstances.
|
214 |
+
|
215 |
+
It is not the purpose of this section to induce you to infringe any
|
216 |
+
patents or other property right claims or to contest validity of any
|
217 |
+
such claims; this section has the sole purpose of protecting the
|
218 |
+
integrity of the free software distribution system, which is
|
219 |
+
implemented by public license practices. Many people have made
|
220 |
+
generous contributions to the wide range of software distributed
|
221 |
+
through that system in reliance on consistent application of that
|
222 |
+
system; it is up to the author/donor to decide if he or she is willing
|
223 |
+
to distribute software through any other system and a licensee cannot
|
224 |
+
impose that choice.
|
225 |
+
|
226 |
+
This section is intended to make thoroughly clear what is believed to
|
227 |
+
be a consequence of the rest of this License.
|
228 |
+
|
229 |
+
8. If the distribution and/or use of the Program is restricted in
|
230 |
+
certain countries either by patents or by copyrighted interfaces, the
|
231 |
+
original copyright holder who places the Program under this License
|
232 |
+
may add an explicit geographical distribution limitation excluding
|
233 |
+
those countries, so that distribution is permitted only in or among
|
234 |
+
countries not thus excluded. In such case, this License incorporates
|
235 |
+
the limitation as if written in the body of this License.
|
236 |
+
|
237 |
+
9. The Free Software Foundation may publish revised and/or new versions
|
238 |
+
of the General Public License from time to time. Such new versions will
|
239 |
+
be similar in spirit to the present version, but may differ in detail to
|
240 |
+
address new problems or concerns.
|
241 |
+
|
242 |
+
Each version is given a distinguishing version number. If the Program
|
243 |
+
specifies a version number of this License which applies to it and "any
|
244 |
+
later version", you have the option of following the terms and conditions
|
245 |
+
either of that version or of any later version published by the Free
|
246 |
+
Software Foundation. If the Program does not specify a version number of
|
247 |
+
this License, you may choose any version ever published by the Free Software
|
248 |
+
Foundation.
|
249 |
+
|
250 |
+
10. If you wish to incorporate parts of the Program into other free
|
251 |
+
programs whose distribution conditions are different, write to the author
|
252 |
+
to ask for permission. For software which is copyrighted by the Free
|
253 |
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
254 |
+
make exceptions for this. Our decision will be guided by the two goals
|
255 |
+
of preserving the free status of all derivatives of our free software and
|
256 |
+
of promoting the sharing and reuse of software generally.
|
257 |
+
|
258 |
+
NO WARRANTY
|
259 |
+
|
260 |
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
261 |
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
262 |
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
263 |
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
264 |
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
265 |
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
266 |
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
267 |
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
268 |
+
REPAIR OR CORRECTION.
|
269 |
+
|
270 |
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
271 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
272 |
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
273 |
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
274 |
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
275 |
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
276 |
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
277 |
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
278 |
+
POSSIBILITY OF SUCH DAMAGES.
|
279 |
+
|
280 |
+
END OF TERMS AND CONDITIONS
|
281 |
+
|
282 |
+
How to Apply These Terms to Your New Programs
|
283 |
+
|
284 |
+
If you develop a new program, and you want it to be of the greatest
|
285 |
+
possible use to the public, the best way to achieve this is to make it
|
286 |
+
free software which everyone can redistribute and change under these terms.
|
287 |
+
|
288 |
+
To do so, attach the following notices to the program. It is safest
|
289 |
+
to attach them to the start of each source file to most effectively
|
290 |
+
convey the exclusion of warranty; and each file should have at least
|
291 |
+
the "copyright" line and a pointer to where the full notice is found.
|
292 |
+
|
293 |
+
<one line to give the program's name and a brief idea of what it does.>
|
294 |
+
Copyright (C) <year> <name of author>
|
295 |
+
|
296 |
+
This program is free software; you can redistribute it and/or modify
|
297 |
+
it under the terms of the GNU General Public License as published by
|
298 |
+
the Free Software Foundation; either version 2 of the License, or
|
299 |
+
(at your option) any later version.
|
300 |
+
|
301 |
+
This program is distributed in the hope that it will be useful,
|
302 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
303 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
304 |
+
GNU General Public License for more details.
|
305 |
+
|
306 |
+
You should have received a copy of the GNU General Public License along
|
307 |
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
308 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
309 |
+
|
310 |
+
Also add information on how to contact you by electronic and paper mail.
|
311 |
+
|
312 |
+
If the program is interactive, make it output a short notice like this
|
313 |
+
when it starts in an interactive mode:
|
314 |
+
|
315 |
+
Gnomovision version 69, Copyright (C) year name of author
|
316 |
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
317 |
+
This is free software, and you are welcome to redistribute it
|
318 |
+
under certain conditions; type `show c' for details.
|
319 |
+
|
320 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
321 |
+
parts of the General Public License. Of course, the commands you use may
|
322 |
+
be called something other than `show w' and `show c'; they could even be
|
323 |
+
mouse-clicks or menu items--whatever suits your program.
|
324 |
+
|
325 |
+
You should also get your employer (if you work as a programmer) or your
|
326 |
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
327 |
+
necessary. Here is a sample; alter the names:
|
328 |
+
|
329 |
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
330 |
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
331 |
+
|
332 |
+
<signature of Ty Coon>, 1 April 1989
|
333 |
+
Ty Coon, President of Vice
|
334 |
+
|
335 |
+
This General Public License does not permit incorporating your program into
|
336 |
+
proprietary programs. If your program is a subroutine library, you may
|
337 |
+
consider it more useful to permit linking proprietary applications with the
|
338 |
+
library. If this is what you want to do, use the GNU Lesser General
|
339 |
+
Public License instead of this License.
|
trunk/assets/admin/css/admin.css
ADDED
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#wp-admin-bar-happy-addons > .ab-item > img {
|
2 |
+
margin-top: -4px;
|
3 |
+
width: 18px;
|
4 |
+
height: 18px;
|
5 |
+
vertical-align: text-bottom;
|
6 |
+
}
|
7 |
+
|
8 |
+
#wp-admin-bar-happy-addons .ab-item .dashicons {
|
9 |
+
position: relative;
|
10 |
+
top: 7px;
|
11 |
+
display: inline-block;
|
12 |
+
font-weight: normal;
|
13 |
+
font-style: normal;
|
14 |
+
font-variant: normal;
|
15 |
+
font-size: inherit;
|
16 |
+
font-family: dashicons;
|
17 |
+
line-height: 1;
|
18 |
+
|
19 |
+
-webkit-font-smoothing: antialiased;
|
20 |
+
-moz-osx-font-smoothing: grayscale;
|
21 |
+
text-rendering: auto;
|
22 |
+
}
|
23 |
+
|
24 |
+
#wp-admin-bar-happy-addons .ab-item .dashicons-update-alt:before {
|
25 |
+
content: "\f113";
|
26 |
+
}
|
27 |
+
|
28 |
+
#wp-admin-bar-happy-addons .ha-clear-cache--done .ab-item > i {
|
29 |
+
color: #46b450;
|
30 |
+
}
|
31 |
+
|
32 |
+
#wp-admin-bar-happy-addons .ha-clear-cache--init .ab-item > i {
|
33 |
+
-webkit-animation: ha-inifinite-rotate .5s infinite linear;
|
34 |
+
animation: ha-inifinite-rotate .5s infinite linear;
|
35 |
+
}
|
36 |
+
|
37 |
+
@-webkit-keyframes ha-inifinite-rotate {
|
38 |
+
from {
|
39 |
+
-webkit-transform: rotate(0deg);
|
40 |
+
transform: rotate(0deg);
|
41 |
+
}
|
42 |
+
to {
|
43 |
+
-webkit-transform: rotate(359deg);
|
44 |
+
transform: rotate(359deg);
|
45 |
+
}
|
46 |
+
}
|
47 |
+
|
48 |
+
@keyframes ha-inifinite-rotate {
|
49 |
+
from {
|
50 |
+
-webkit-transform: rotate(0deg);
|
51 |
+
transform: rotate(0deg);
|
52 |
+
}
|
53 |
+
to {
|
54 |
+
-webkit-transform: rotate(359deg);
|
55 |
+
transform: rotate(359deg);
|
56 |
+
}
|
57 |
+
}
|
58 |
+
.void-review {
|
59 |
+
display: -webkit-box;
|
60 |
+
display: -webkit-flex;
|
61 |
+
display: -ms-flexbox;
|
62 |
+
display: flex;
|
63 |
+
-webkit-box-align: center;
|
64 |
+
-webkit-align-items: center;
|
65 |
+
align-items: center;
|
66 |
+
-ms-flex-align: center;
|
67 |
+
-webkit-box-pack: justify;
|
68 |
+
-ms-flex-pack: justify;
|
69 |
+
-webkit-justify-content: space-between;
|
70 |
+
justify-content: space-between;
|
71 |
+
padding: 15px 20px;
|
72 |
+
border: none;
|
73 |
+
border-radius: 2px;
|
74 |
+
background: -webkit-gradient(linear, left top, right top, from(#c84993), to(#6939c6));
|
75 |
+
background: -webkit-linear-gradient(left, #c84993 0%, #6939c6 100%);
|
76 |
+
background: linear-gradient(90deg, #c84993 0%, #6939c6 100%);
|
77 |
+
background-position: top;
|
78 |
+
color: #fff;
|
79 |
+
}
|
80 |
+
|
81 |
+
.ha-review-notice {
|
82 |
+
position: relative;
|
83 |
+
display: -webkit-box;
|
84 |
+
display: -ms-flexbox;
|
85 |
+
display: -webkit-flex;
|
86 |
+
display: flex;
|
87 |
+
margin: 5px 20px 5px 2px;
|
88 |
+
border: 1px solid var(--e-notice-border-color);
|
89 |
+
background: var(--e-notice-bg);
|
90 |
+
-webkit-box-shadow: var(--e-notice-box-shadow);
|
91 |
+
box-shadow: var(--e-notice-box-shadow);
|
92 |
+
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
|
93 |
+
|
94 |
+
border-inline-start-width: 4px;
|
95 |
+
}
|
96 |
+
.ha-review-notice.notice {
|
97 |
+
padding: 0;
|
98 |
+
}
|
99 |
+
.ha-review-notice:before {
|
100 |
+
position: absolute;
|
101 |
+
top: -1px;
|
102 |
+
bottom: -1px;
|
103 |
+
left: -4px;
|
104 |
+
display: block;
|
105 |
+
width: 4px;
|
106 |
+
background: -webkit-gradient(linear, left bottom, left top, from(#c84993), to(#6939c6));
|
107 |
+
background: -webkit-linear-gradient(bottom, #c84993 0%, #6939c6 100%);
|
108 |
+
background: linear-gradient(0deg, #c84993 0%, #6939c6 100%);
|
109 |
+
content: "";
|
110 |
+
}
|
111 |
+
.ha-review-notice--extended {
|
112 |
+
--e-notice-is-extended: 1 ;
|
113 |
+
}
|
114 |
+
.ha-review-notice--dismissible {
|
115 |
+
padding-right: 38px;
|
116 |
+
}
|
117 |
+
.ha-review-notice__aside {
|
118 |
+
overflow: hidden;
|
119 |
+
-webkit-box-flex: 0;
|
120 |
+
-webkit-flex-grow: 0;
|
121 |
+
-ms-flex-positive: 0;
|
122 |
+
flex-grow: 0;
|
123 |
+
-webkit-flex-shrink: 0;
|
124 |
+
-ms-flex-negative: 0;
|
125 |
+
flex-shrink: 0;
|
126 |
+
padding-top: 15px;
|
127 |
+
width: calc(var(--e-notice-is-extended, 0) * 50px);
|
128 |
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 73, 147, .16)), to(rgba(105, 57, 198, .16)));
|
129 |
+
background: -webkit-linear-gradient(bottom, rgba(200, 73, 147, .16) 0%, rgba(105, 57, 198, .16) 100%);
|
130 |
+
background: linear-gradient(0deg, rgba(200, 73, 147, .16) 0%, rgba(105, 57, 198, .16) 100%);
|
131 |
+
text-align: center;
|
132 |
+
}
|
133 |
+
.ha-review-notice__icon-wrapper {
|
134 |
+
display: -webkit-box;
|
135 |
+
display: -webkit-flex;
|
136 |
+
display: -ms-flexbox;
|
137 |
+
display: flex;
|
138 |
+
-webkit-box-align: center;
|
139 |
+
-webkit-align-items: center;
|
140 |
+
align-items: center;
|
141 |
+
-ms-flex-align: center;
|
142 |
+
-webkit-box-pack: center;
|
143 |
+
-ms-flex-pack: center;
|
144 |
+
-webkit-justify-content: center;
|
145 |
+
justify-content: center;
|
146 |
+
margin: auto;
|
147 |
+
width: 28px;
|
148 |
+
height: 28px;
|
149 |
+
border-radius: 100px;
|
150 |
+
background: #5e3bc4;
|
151 |
+
color: #fff;
|
152 |
+
text-shadow: 0 0 3px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark);
|
153 |
+
}
|
154 |
+
.ha-review-notice__icon-wrapper img {
|
155 |
+
width: 16px;
|
156 |
+
height: 16px;
|
157 |
+
}
|
158 |
+
.ha-review-notice__content {
|
159 |
+
padding: 20px;
|
160 |
+
}
|
161 |
+
.ha-review-notice__actions {
|
162 |
+
display: -webkit-box;
|
163 |
+
display: -ms-flexbox;
|
164 |
+
display: -webkit-flex;
|
165 |
+
display: flex;
|
166 |
+
}
|
167 |
+
.ha-review-notice__actions > * + * {
|
168 |
+
margin-inline-start: 8px;
|
169 |
+
-webkit-margin-start: 8px;
|
170 |
+
-moz-margin-start: 8px;
|
171 |
+
}
|
172 |
+
.ha-review-notice__dismiss {
|
173 |
+
position: absolute;
|
174 |
+
top: 0;
|
175 |
+
right: 1px;
|
176 |
+
display: block;
|
177 |
+
margin: 0;
|
178 |
+
padding: 9px;
|
179 |
+
width: 20px;
|
180 |
+
height: 20px;
|
181 |
+
border: none;
|
182 |
+
background: none;
|
183 |
+
text-align: center;
|
184 |
+
font-style: normal;
|
185 |
+
font-size: .8125rem;
|
186 |
+
line-height: 20px;
|
187 |
+
cursor: pointer;
|
188 |
+
}
|
189 |
+
.ha-review-notice__dismiss:before {
|
190 |
+
display: inline-block;
|
191 |
+
width: 20px;
|
192 |
+
border-radius: 20px;
|
193 |
+
color: var(--e-notice-dismiss-color);
|
194 |
+
content: "\e87f";
|
195 |
+
text-align: center;
|
196 |
+
font-family: eicons;
|
197 |
+
|
198 |
+
-webkit-font-smoothing: antialiased;
|
199 |
+
-moz-osx-font-smoothing: grayscale;
|
200 |
+
speak: none;
|
201 |
+
}
|
202 |
+
.ha-review-notice__dismiss:active:before,
|
203 |
+
.ha-review-notice__dismiss:focus:before,
|
204 |
+
.ha-review-notice__dismiss:hover:before {
|
205 |
+
font-weight: 700;
|
206 |
+
}
|
207 |
+
.ha-review-notice__dismiss:focus:before {
|
208 |
+
outline: none;
|
209 |
+
background: var(--e-notice-dismiss-color);
|
210 |
+
color: #fff;
|
211 |
+
}
|
212 |
+
.ha-review-notice__dismiss:focus {
|
213 |
+
outline: none;
|
214 |
+
}
|
215 |
+
.ha-review-notice p {
|
216 |
+
margin: 0;
|
217 |
+
padding: 0;
|
218 |
+
line-height: 1.2;
|
219 |
+
}
|
220 |
+
p + .ha-review-notice__actions {
|
221 |
+
margin-top: 1rem;
|
222 |
+
}
|
223 |
+
.ha-review-notice h3 {
|
224 |
+
margin: 0;
|
225 |
+
font-size: 1.0625rem;
|
226 |
+
line-height: 1.2;
|
227 |
+
}
|
228 |
+
.ha-review-notice h3 + p {
|
229 |
+
margin-top: 8px;
|
230 |
+
}
|
231 |
+
|
232 |
+
.ha-review-button {
|
233 |
+
display: inline-block;
|
234 |
+
padding: var(--e-button-padding-y) var(--e-button-padding-x);
|
235 |
+
border: 0;
|
236 |
+
border-radius: var(--e-button-border-radius);
|
237 |
+
background: var(--e-button-context-color);
|
238 |
+
color: #fff;
|
239 |
+
vertical-align: middle;
|
240 |
+
text-align: center;
|
241 |
+
text-decoration: none;
|
242 |
+
white-space: nowrap;
|
243 |
+
font-weight: var(--e-button-font-weight);
|
244 |
+
font-size: var(--e-button-font-size);
|
245 |
+
line-height: var(--e-button-line-height);
|
246 |
+
-webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
247 |
+
transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
248 |
+
transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
249 |
+
transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
250 |
+
|
251 |
+
-webkit-user-select: none;
|
252 |
+
-moz-user-select: none;
|
253 |
+
-ms-user-select: none;
|
254 |
+
user-select: none;
|
255 |
+
}
|
256 |
+
.ha-review-button:active {
|
257 |
+
background: var(--e-button-context-color-dark);
|
258 |
+
color: #fff;
|
259 |
+
text-decoration: none;
|
260 |
+
}
|
261 |
+
.ha-review-button:focus {
|
262 |
+
outline: 0;
|
263 |
+
background: var(--e-button-context-color-dark);
|
264 |
+
-webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
|
265 |
+
box-shadow: 0 0 0 2px var(--e-focus-color);
|
266 |
+
color: #fff;
|
267 |
+
text-decoration: none;
|
268 |
+
}
|
269 |
+
.ha-review-button:hover {
|
270 |
+
background: var(--e-button-context-color-dark);
|
271 |
+
color: #fff;
|
272 |
+
text-decoration: none;
|
273 |
+
}
|
274 |
+
.ha-review-button:disabled {
|
275 |
+
-webkit-box-shadow: none;
|
276 |
+
box-shadow: none;
|
277 |
+
opacity: .5;
|
278 |
+
}
|
279 |
+
.ha-review-button:not(:disabled):not(.disabled) {
|
280 |
+
cursor: pointer;
|
281 |
+
}
|
282 |
+
.ha-review-button:not(:disabled):not(.disabled):active:focus {
|
283 |
+
-webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
|
284 |
+
box-shadow: 0 0 0 2px var(--e-focus-color);
|
285 |
+
}
|
286 |
+
.ha-review-button:not(:disabled):not(.disabled).active:focus {
|
287 |
+
-webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
|
288 |
+
box-shadow: 0 0 0 2px var(--e-focus-color);
|
289 |
+
}
|
290 |
+
|
291 |
+
.ha-review-button.focus {
|
292 |
+
outline: 0;
|
293 |
+
-webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
|
294 |
+
box-shadow: 0 0 0 2px var(--e-focus-color);
|
295 |
+
}
|
296 |
+
|
297 |
+
.ha-review-button.disabled {
|
298 |
+
-webkit-box-shadow: none;
|
299 |
+
box-shadow: none;
|
300 |
+
opacity: .5;
|
301 |
+
}
|
302 |
+
|
303 |
+
.ha-review-button--cta {
|
304 |
+
--e-button-context-color: #5e3bc4;
|
305 |
+
--e-button-context-color-dark: #4b2f9d;
|
306 |
+
--e-button-context-tint: rgb(75 47 157 / 4%);
|
307 |
+
--e-focus-color: rgb(75 47 157 / 40%);
|
308 |
+
}
|
309 |
+
|
310 |
+
.ha-review-button--error {
|
311 |
+
--e-button-context-color: var(--e-context-error-color);
|
312 |
+
--e-button-context-color-dark: var(--e-context-error-color-dark);
|
313 |
+
--e-button-context-tint: var(--e-context-error-tint-1);
|
314 |
+
--e-focus-color: var(--e-context-error-tint-4) ;
|
315 |
+
}
|
316 |
+
|
317 |
+
.ha-review-button.ha-review-button--outline {
|
318 |
+
border: 1px solid;
|
319 |
+
background: none;
|
320 |
+
color: var(--e-button-context-color);
|
321 |
+
}
|
322 |
+
.ha-review-button.ha-review-button--outline:focus {
|
323 |
+
background: var(--e-button-context-tint);
|
324 |
+
color: var(--e-button-context-color-dark);
|
325 |
+
}
|
326 |
+
.ha-review-button.ha-review-button--outline:hover {
|
327 |
+
background: var(--e-button-context-tint);
|
328 |
+
color: var(--e-button-context-color-dark);
|
329 |
+
}
|
330 |
+
.ha-review-button.ha-review-button--outline:disabled {
|
331 |
+
background: #818a91;
|
332 |
+
color: var(--e-button-context-color-dark);
|
333 |
+
}
|
334 |
+
|
335 |
+
.ha-review-button.ha-review-button--outline.disabled {
|
336 |
+
background: #818a91;
|
337 |
+
color: var(--e-button-context-color-dark);
|
338 |
+
}
|
trunk/assets/admin/css/admin.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@-webkit-keyframes ha-inifinite-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ha-inifinite-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}#wp-admin-bar-happy-addons>.ab-item>img{margin-top:-4px;width:18px;height:18px;vertical-align:text-bottom}#wp-admin-bar-happy-addons .ab-item .dashicons{position:relative;top:7px;display:inline-block;font-weight:400;font-style:normal;font-variant:normal;font-size:inherit;font-family:dashicons;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto}#wp-admin-bar-happy-addons .ab-item .dashicons-update-alt:before{content:"\f113"}#wp-admin-bar-happy-addons .ha-clear-cache--done .ab-item>i{color:#46b450}#wp-admin-bar-happy-addons .ha-clear-cache--init .ab-item>i{-webkit-animation:ha-inifinite-rotate .5s infinite linear;animation:ha-inifinite-rotate .5s infinite linear}.ha-review-notice,.void-review{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.void-review{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:15px 20px;border:0;border-radius:2px;background:-webkit-gradient(linear,left top,right top,from(#c84993),to(#6939c6));background:-webkit-linear-gradient(left,#c84993 0,#6939c6 100%);background:linear-gradient(90deg,#c84993 0,#6939c6 100%);background-position:top;color:#fff}.ha-review-notice{position:relative;margin:5px 20px 5px 2px;border:1px solid var(--e-notice-border-color);background:var(--e-notice-bg);-webkit-box-shadow:var(--e-notice-box-shadow);box-shadow:var(--e-notice-box-shadow);font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;border-inline-start-width:4px}.ha-review-notice.notice{padding:0}.ha-review-notice:before{position:absolute;top:-1px;bottom:-1px;left:-4px;display:block;width:4px;background:-webkit-gradient(linear,left bottom,left top,from(#c84993),to(#6939c6));background:-webkit-linear-gradient(bottom,#c84993 0,#6939c6 100%);background:linear-gradient(0deg,#c84993 0,#6939c6 100%);content:""}.ha-review-notice--extended{--e-notice-is-extended:1}.ha-review-notice--dismissible{padding-right:38px}.ha-review-notice__aside{overflow:hidden;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-top:15px;width:calc(var(--e-notice-is-extended, 0)*50px);background:-webkit-gradient(linear,left bottom,left top,from(rgba(200,73,147,.16)),to(rgba(105,57,198,.16)));background:-webkit-linear-gradient(bottom,rgba(200,73,147,.16) 0,rgba(105,57,198,.16) 100%);background:linear-gradient(0deg,rgba(200,73,147,.16) 0,rgba(105,57,198,.16) 100%);text-align:center}.ha-review-notice__icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:auto;width:28px;height:28px;border-radius:100px;background:#5e3bc4;color:#fff;text-shadow:0 0 3px var(--e-notice-context-color-dark),0 0 1px var(--e-notice-context-color-dark),0 0 1px var(--e-notice-context-color-dark)}.ha-review-notice__icon-wrapper img{width:16px;height:16px}.ha-review-notice__content{padding:20px}.ha-review-notice__actions{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ha-review-notice__actions>*+*{margin-inline-start:8px;-webkit-margin-start:8px;-moz-margin-start:8px}.ha-review-notice__dismiss{position:absolute;top:0;right:1px;display:block;margin:0;padding:9px;width:20px;height:20px;border:0;background:0 0;text-align:center;font-style:normal;font-size:.8125rem;line-height:20px;cursor:pointer}.ha-review-notice__dismiss:before{display:inline-block;width:20px;border-radius:20px;color:var(--e-notice-dismiss-color);content:"\e87f";text-align:center;font-family:eicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none}.ha-review-notice__dismiss:active:before,.ha-review-notice__dismiss:focus:before,.ha-review-notice__dismiss:hover:before{font-weight:700}.ha-review-notice__dismiss:focus:before{outline:0;background:var(--e-notice-dismiss-color);color:#fff}.ha-review-notice__dismiss:focus{outline:0}.ha-review-notice p{margin:0;padding:0;line-height:1.2}p+.ha-review-notice__actions{margin-top:1rem}.ha-review-notice h3{margin:0;font-size:1.0625rem;line-height:1.2}.ha-review-notice h3+p{margin-top:8px}.ha-review-button{display:inline-block;padding:var(--e-button-padding-y) var(--e-button-padding-x);border:0;border-radius:var(--e-button-border-radius);background:var(--e-button-context-color);color:#fff;vertical-align:middle;text-align:center;text-decoration:none;white-space:nowrap;font-weight:var(--e-button-font-weight);font-size:var(--e-button-font-size);line-height:var(--e-button-line-height);-webkit-transition:background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ha-review-button:active{background:var(--e-button-context-color-dark);color:#fff;text-decoration:none}.ha-review-button:focus{outline:0;background:var(--e-button-context-color-dark);-webkit-box-shadow:0 0 0 2px var(--e-focus-color);box-shadow:0 0 0 2px var(--e-focus-color);color:#fff;text-decoration:none}.ha-review-button:hover{background:var(--e-button-context-color-dark);color:#fff;text-decoration:none}.ha-review-button:disabled{-webkit-box-shadow:none;box-shadow:none;opacity:.5}.ha-review-button:not(:disabled):not(.disabled){cursor:pointer}.ha-review-button:not(:disabled):not(.disabled).active:focus,.ha-review-button:not(:disabled):not(.disabled):active:focus{-webkit-box-shadow:0 0 0 2px var(--e-focus-color);box-shadow:0 0 0 2px var(--e-focus-color)}.ha-review-button.focus{outline:0;-webkit-box-shadow:0 0 0 2px var(--e-focus-color);box-shadow:0 0 0 2px var(--e-focus-color)}.ha-review-button.disabled{-webkit-box-shadow:none;box-shadow:none;opacity:.5}.ha-review-button--cta{--e-button-context-color:#5e3bc4;--e-button-context-color-dark:#4b2f9d;--e-button-context-tint:rgb(75 47 157 / 4%);--e-focus-color:rgb(75 47 157 / 40%)}.ha-review-button--error{--e-button-context-color:var(--e-context-error-color);--e-button-context-color-dark:var(--e-context-error-color-dark);--e-button-context-tint:var(--e-context-error-tint-1);--e-focus-color:var(--e-context-error-tint-4)}.ha-review-button.ha-review-button--outline{border:1px solid;background:0 0;color:var(--e-button-context-color)}.ha-review-button.ha-review-button--outline:focus{background:var(--e-button-context-tint);color:var(--e-button-context-color-dark)}.ha-review-button.ha-review-button--outline:hover{background:var(--e-button-context-tint);color:var(--e-button-context-color-dark)}.ha-review-button.ha-review-button--outline:disabled{background:#818a91;color:var(--e-button-context-color-dark)}.ha-review-button.ha-review-button--outline.disabled{background:#818a91;color:var(--e-button-context-color-dark)}
|
trunk/assets/admin/css/dashboard.css
ADDED
@@ -0,0 +1,1257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics:after,
|
2 |
+
.ha-dashboard-credentials:after,
|
3 |
+
.ha-dashboard-widgets:after,
|
4 |
+
.ha-dashboard-tabs__content-item:after,
|
5 |
+
.ha-dashboard-tabs__nav:after {
|
6 |
+
display: block;
|
7 |
+
clear: both;
|
8 |
+
content: "";
|
9 |
+
}
|
10 |
+
|
11 |
+
.ha-dashboard {
|
12 |
+
padding-top: 20px;
|
13 |
+
}
|
14 |
+
.ha-dashboard,
|
15 |
+
.ha-dashboard * {
|
16 |
+
-webkit-box-sizing: border-box;
|
17 |
+
box-sizing: border-box;
|
18 |
+
font-family: "Nunito", sans-serif;
|
19 |
+
}
|
20 |
+
.ha-dashboard-btn {
|
21 |
+
display: inline-block;
|
22 |
+
padding: 15px 25px;
|
23 |
+
border: 0;
|
24 |
+
border-radius: 5px;
|
25 |
+
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
26 |
+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
27 |
+
text-align: center;
|
28 |
+
text-decoration: none;
|
29 |
+
font-weight: bold;
|
30 |
+
font-size: 13px;
|
31 |
+
line-height: 1;
|
32 |
+
cursor: pointer;
|
33 |
+
-webkit-transition: all .2s;
|
34 |
+
transition: all .2s;
|
35 |
+
}
|
36 |
+
.ha-dashboard-btn:hover,
|
37 |
+
.ha-dashboard-btn:focus,
|
38 |
+
.ha-dashboard-btn:active {
|
39 |
+
outline: 0;
|
40 |
+
-webkit-box-shadow: none;
|
41 |
+
box-shadow: none;
|
42 |
+
}
|
43 |
+
.ha-dashboard-btn--lg {
|
44 |
+
padding: 15px 30px;
|
45 |
+
font-size: 14px;
|
46 |
+
}
|
47 |
+
.ha-dashboard-btn--save {
|
48 |
+
width: 13em;
|
49 |
+
background-color: #5db429;
|
50 |
+
color: #fff;
|
51 |
+
}
|
52 |
+
.ha-dashboard-btn--save:hover,
|
53 |
+
.ha-dashboard-btn--save:focus,
|
54 |
+
.ha-dashboard-btn--save:active {
|
55 |
+
background-color: #488a20;
|
56 |
+
color: #fff;
|
57 |
+
}
|
58 |
+
.ha-dashboard-btn--save:disabled,
|
59 |
+
.ha-dashboard-btn--save.disabled {
|
60 |
+
background-color: #b3b3b3;
|
61 |
+
-webkit-box-shadow: none;
|
62 |
+
box-shadow: none;
|
63 |
+
opacity: .7;
|
64 |
+
cursor: not-allowed;
|
65 |
+
}
|
66 |
+
.ha-dashboard-tabs__nav-btn {
|
67 |
+
float: right;
|
68 |
+
}
|
69 |
+
.ha-dashboard-tabs__nav-item {
|
70 |
+
display: block;
|
71 |
+
float: left;
|
72 |
+
padding: 15px 40px;
|
73 |
+
border-top: 3px solid #bbb;
|
74 |
+
border-radius: 5px 5px 0 0;
|
75 |
+
background-color: #e8e8e8;
|
76 |
+
color: #888;
|
77 |
+
text-decoration: none;
|
78 |
+
text-transform: uppercase;
|
79 |
+
font-weight: 700;
|
80 |
+
font-size: 14px;
|
81 |
+
}
|
82 |
+
@media screen and (min-width: 1200px) and (max-width: 1340px) {
|
83 |
+
.ha-dashboard-tabs__nav-item {
|
84 |
+
padding: 15px 25px;
|
85 |
+
}
|
86 |
+
}
|
87 |
+
.ha-dashboard-tabs__nav-item--pro {
|
88 |
+
border-color: #d6226e;
|
89 |
+
background-color: #e2498a;
|
90 |
+
color: #fff;
|
91 |
+
}
|
92 |
+
.ha-dashboard-tabs__nav-item:focus,
|
93 |
+
.ha-dashboard-tabs__nav-item:hover,
|
94 |
+
.ha-dashboard-tabs__nav-item:active,
|
95 |
+
.ha-dashboard-tabs__nav-item.tab--is-active {
|
96 |
+
outline: none;
|
97 |
+
border-color: #562dd4;
|
98 |
+
background-color: #fff;
|
99 |
+
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
100 |
+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
101 |
+
color: #562dd4;
|
102 |
+
-webkit-transition: all .3s;
|
103 |
+
transition: all .3s;
|
104 |
+
}
|
105 |
+
.ha-dashboard-tabs__nav-item--pro:focus,
|
106 |
+
.ha-dashboard-tabs__nav-item--pro:hover,
|
107 |
+
.ha-dashboard-tabs__nav-item--pro:active,
|
108 |
+
.ha-dashboard-tabs__nav-item--pro.tab--is-active {
|
109 |
+
border-color: #e2498a;
|
110 |
+
color: #e2498a;
|
111 |
+
}
|
112 |
+
.ha-dashboard-tabs__nav-item:not(:last-child) {
|
113 |
+
margin-right: 10px;
|
114 |
+
}
|
115 |
+
.ha-dashboard-tabs__content-item {
|
116 |
+
display: none;
|
117 |
+
padding: 40px;
|
118 |
+
border-radius: 0 0 5px 5px;
|
119 |
+
background-color: #fff;
|
120 |
+
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
121 |
+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
122 |
+
}
|
123 |
+
.ha-dashboard-tabs__content-item.tab--is-active {
|
124 |
+
position: relative;
|
125 |
+
z-index: 1;
|
126 |
+
display: block;
|
127 |
+
}
|
128 |
+
.ha-dashboard-panel__header {
|
129 |
+
padding-bottom: 40px;
|
130 |
+
}
|
131 |
+
.ha-dashboard-panel__header-content > h2 {
|
132 |
+
margin: 0 0 20px;
|
133 |
+
font-size: 2em;
|
134 |
+
}
|
135 |
+
.ha-dashboard-panel__header-content > p {
|
136 |
+
margin: 0;
|
137 |
+
color: #8c8c8c;
|
138 |
+
}
|
139 |
+
.ha-dashboard-panel__footer {
|
140 |
+
margin-top: 20px;
|
141 |
+
padding-top: 20px;
|
142 |
+
border-top: 1px dashed #e8e8e8;
|
143 |
+
}
|
144 |
+
.ha-dashboard-widgets {
|
145 |
+
display: -webkit-box;
|
146 |
+
display: -webkit-flex;
|
147 |
+
display: -ms-flexbox;
|
148 |
+
display: flex;
|
149 |
+
-webkit-flex-wrap: wrap;
|
150 |
+
-ms-flex-wrap: wrap;
|
151 |
+
flex-wrap: wrap;
|
152 |
+
margin-right: -10px;
|
153 |
+
margin-left: -10px;
|
154 |
+
}
|
155 |
+
.ha-dashboard-widgets__item {
|
156 |
+
position: relative;
|
157 |
+
display: -webkit-box;
|
158 |
+
display: -webkit-flex;
|
159 |
+
display: -ms-flexbox;
|
160 |
+
display: flex;
|
161 |
+
overflow: hidden;
|
162 |
+
-webkit-box-align: center;
|
163 |
+
-webkit-align-items: center;
|
164 |
+
align-items: center;
|
165 |
+
-ms-flex-align: center;
|
166 |
+
margin-right: 10px;
|
167 |
+
margin-bottom: 20px;
|
168 |
+
margin-left: 10px;
|
169 |
+
padding: 30px 20px;
|
170 |
+
width: calc(100% - 20px);
|
171 |
+
border: 1px solid #e8e8e8;
|
172 |
+
border-radius: 5px;
|
173 |
+
}
|
174 |
+
@media (min-width: 650px) {
|
175 |
+
.ha-dashboard-widgets__item {
|
176 |
+
width: calc(50% - 20px);
|
177 |
+
}
|
178 |
+
}
|
179 |
+
@media (min-width: 1350px) {
|
180 |
+
.ha-dashboard-widgets__item {
|
181 |
+
width: calc(33.33% - 20px);
|
182 |
+
}
|
183 |
+
}
|
184 |
+
@media (min-width: 1500px) {
|
185 |
+
.ha-dashboard-widgets__item {
|
186 |
+
width: calc(25% - 20px);
|
187 |
+
}
|
188 |
+
}
|
189 |
+
.ha-dashboard-widgets__item.item--is-placeholder {
|
190 |
+
opacity: .7;
|
191 |
+
}
|
192 |
+
.ha-dashboard-widgets__item-icon {
|
193 |
+
display: inline-block;
|
194 |
+
margin-right: 10px;
|
195 |
+
width: 30px;
|
196 |
+
text-align: center;
|
197 |
+
font-size: 20px;
|
198 |
+
}
|
199 |
+
.ha-dashboard-widgets__item:hover .ha-dashboard-widgets__item-icon {
|
200 |
+
background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
|
201 |
+
background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
|
202 |
+
-webkit-background-clip: text;
|
203 |
+
|
204 |
+
-webkit-text-fill-color: transparent;
|
205 |
+
}
|
206 |
+
.ha-dashboard-widgets__item-title {
|
207 |
+
display: inline-block;
|
208 |
+
margin: 0;
|
209 |
+
color: #444;
|
210 |
+
font-weight: 400;
|
211 |
+
font-size: 13px;
|
212 |
+
}
|
213 |
+
.ha-dashboard-widgets__item-title > label {
|
214 |
+
font-weight: 700;
|
215 |
+
}
|
216 |
+
.ha-dashboard-widgets__item-preview {
|
217 |
+
display: inline-block;
|
218 |
+
margin-left: 5px;
|
219 |
+
color: #c2cbd2;
|
220 |
+
font-size: 10px;
|
221 |
+
-webkit-transition: all .2s;
|
222 |
+
transition: all .2s;
|
223 |
+
}
|
224 |
+
.ha-dashboard-widgets__item-preview:hover,
|
225 |
+
.ha-dashboard-widgets__item-preview:focus,
|
226 |
+
.ha-dashboard-widgets__item-preview:active {
|
227 |
+
-webkit-box-shadow: none;
|
228 |
+
box-shadow: none;
|
229 |
+
color: #8799a7;
|
230 |
+
}
|
231 |
+
.ha-dashboard-widgets__item-badge {
|
232 |
+
position: absolute;
|
233 |
+
top: -2px;
|
234 |
+
left: -18px;
|
235 |
+
padding: 6px 8px 3px;
|
236 |
+
width: 50px;
|
237 |
+
background-color: #e2498a;
|
238 |
+
color: #fff;
|
239 |
+
text-align: center;
|
240 |
+
text-transform: uppercase;
|
241 |
+
font-weight: bold;
|
242 |
+
font-size: 7px;
|
243 |
+
line-height: 1;
|
244 |
+
-webkit-transform: rotate(-45deg);
|
245 |
+
-ms-transform: rotate(-45deg);
|
246 |
+
transform: rotate(-45deg);
|
247 |
+
}
|
248 |
+
.ha-dashboard-widgets__item-toggle {
|
249 |
+
position: absolute !important;
|
250 |
+
right: 20px;
|
251 |
+
}
|
252 |
+
.ha-dashboard-credentials {
|
253 |
+
display: -webkit-box;
|
254 |
+
display: -webkit-flex;
|
255 |
+
display: -ms-flexbox;
|
256 |
+
display: flex;
|
257 |
+
-webkit-flex-wrap: wrap;
|
258 |
+
-ms-flex-wrap: wrap;
|
259 |
+
flex-wrap: wrap;
|
260 |
+
margin-right: -10px;
|
261 |
+
margin-left: -10px;
|
262 |
+
}
|
263 |
+
.ha-dashboard-credentials__item {
|
264 |
+
position: relative;
|
265 |
+
display: -webkit-box;
|
266 |
+
display: -webkit-flex;
|
267 |
+
display: -ms-flexbox;
|
268 |
+
display: flex;
|
269 |
+
overflow: hidden;
|
270 |
+
margin-bottom: 20px;
|
271 |
+
padding: 20px 20px;
|
272 |
+
width: calc(100% - 20px);
|
273 |
+
border: 1px solid #e8e8e8;
|
274 |
+
border-radius: 5px;
|
275 |
+
}
|
276 |
+
.ha-dashboard-credentials__item.item--is-placeholder {
|
277 |
+
opacity: .7;
|
278 |
+
}
|
279 |
+
.ha-dashboard-credentials__item-icon {
|
280 |
+
display: inline-block;
|
281 |
+
margin-right: 10px;
|
282 |
+
width: 30px;
|
283 |
+
text-align: center;
|
284 |
+
font-size: 20px;
|
285 |
+
}
|
286 |
+
.ha-dashboard-credentials__item:hover .ha-dashboard-credentials__item-icon {
|
287 |
+
background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
|
288 |
+
background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
|
289 |
+
-webkit-background-clip: text;
|
290 |
+
|
291 |
+
-webkit-text-fill-color: transparent;
|
292 |
+
}
|
293 |
+
.ha-dashboard-credentials__item-title {
|
294 |
+
display: inline-block;
|
295 |
+
-webkit-box-flex: 0;
|
296 |
+
-webkit-flex: 0 0 130px;
|
297 |
+
-ms-flex: 0 0 130px;
|
298 |
+
flex: 0 0 130px;
|
299 |
+
margin: 0;
|
300 |
+
color: #444;
|
301 |
+
font-weight: 400;
|
302 |
+
font-size: 13px;
|
303 |
+
}
|
304 |
+
.ha-dashboard-credentials__item-title-wrap {
|
305 |
+
display: -webkit-box;
|
306 |
+
display: -webkit-flex;
|
307 |
+
display: -ms-flexbox;
|
308 |
+
display: flex;
|
309 |
+
-webkit-box-align: center;
|
310 |
+
-webkit-align-items: center;
|
311 |
+
align-items: center;
|
312 |
+
-ms-flex-align: center;
|
313 |
+
-webkit-box-flex: 0;
|
314 |
+
-webkit-flex: 0 0 160px;
|
315 |
+
-ms-flex: 0 0 160px;
|
316 |
+
flex: 0 0 160px;
|
317 |
+
}
|
318 |
+
.ha-dashboard-credentials__item-title > label {
|
319 |
+
font-weight: 700;
|
320 |
+
}
|
321 |
+
.ha-dashboard-credentials__item-preview {
|
322 |
+
display: inline-block;
|
323 |
+
margin-left: 5px;
|
324 |
+
color: #c2cbd2;
|
325 |
+
font-size: 10px;
|
326 |
+
-webkit-transition: all .2s;
|
327 |
+
transition: all .2s;
|
328 |
+
}
|
329 |
+
.ha-dashboard-credentials__item-preview:hover,
|
330 |
+
.ha-dashboard-credentials__item-preview:focus,
|
331 |
+
.ha-dashboard-credentials__item-preview:active {
|
332 |
+
-webkit-box-shadow: none;
|
333 |
+
box-shadow: none;
|
334 |
+
color: #8799a7;
|
335 |
+
}
|
336 |
+
.ha-dashboard-credentials__item-badge {
|
337 |
+
position: absolute;
|
338 |
+
top: -2px;
|
339 |
+
left: -18px;
|
340 |
+
padding: 6px 8px 3px;
|
341 |
+
width: 50px;
|
342 |
+
background-color: #e2498a;
|
343 |
+
color: #fff;
|
344 |
+
text-align: center;
|
345 |
+
text-transform: uppercase;
|
346 |
+
font-weight: bold;
|
347 |
+
font-size: 7px;
|
348 |
+
line-height: 1;
|
349 |
+
-webkit-transform: rotate(-45deg);
|
350 |
+
-ms-transform: rotate(-45deg);
|
351 |
+
transform: rotate(-45deg);
|
352 |
+
}
|
353 |
+
.ha-dashboard-credentials__item-input {
|
354 |
+
right: 20px;
|
355 |
+
display: -webkit-box;
|
356 |
+
display: -webkit-flex;
|
357 |
+
display: -ms-flexbox;
|
358 |
+
display: flex;
|
359 |
+
-webkit-box-flex: 1;
|
360 |
+
-webkit-flex: 1 1 auto;
|
361 |
+
-ms-flex: 1 1 auto;
|
362 |
+
flex: 1 1 auto;
|
363 |
+
-webkit-box-orient: vertical;
|
364 |
+
-webkit-box-direction: normal;
|
365 |
+
-webkit-flex-direction: column;
|
366 |
+
-ms-flex-direction: column;
|
367 |
+
flex-direction: column;
|
368 |
+
margin-top: 7px;
|
369 |
+
margin-bottom: 7px;
|
370 |
+
margin-left: 15px;
|
371 |
+
}
|
372 |
+
.ha-dashboard-credentials__item-input-wrap {
|
373 |
+
display: -webkit-box;
|
374 |
+
display: -webkit-flex;
|
375 |
+
display: -ms-flexbox;
|
376 |
+
display: flex;
|
377 |
+
-webkit-box-align: end;
|
378 |
+
-webkit-align-items: flex-end;
|
379 |
+
align-items: flex-end;
|
380 |
+
-ms-flex-align: end;
|
381 |
+
-webkit-box-flex: 0;
|
382 |
+
-webkit-flex: 0 0 calc(100% - 160px);
|
383 |
+
-ms-flex: 0 0 calc(100% - 160px);
|
384 |
+
flex: 0 0 calc(100% - 160px);
|
385 |
+
-webkit-flex-wrap: wrap;
|
386 |
+
-ms-flex-wrap: wrap;
|
387 |
+
flex-wrap: wrap;
|
388 |
+
}
|
389 |
+
.ha-dashboard-credentials__item-input input {
|
390 |
+
border-color: #e1e5e8;
|
391 |
+
}
|
392 |
+
.ha-dashboard-credentials__item-input label {
|
393 |
+
margin-bottom: 5px;
|
394 |
+
}
|
395 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header {
|
396 |
+
padding-bottom: 25px;
|
397 |
+
}
|
398 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-summary .data {
|
399 |
+
display: block;
|
400 |
+
margin-bottom: 5px;
|
401 |
+
font-weight: 700;
|
402 |
+
}
|
403 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-summary .data:last-child {
|
404 |
+
margin-bottom: 0;
|
405 |
+
}
|
406 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-content {
|
407 |
+
padding-right: 15px;
|
408 |
+
}
|
409 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-content h2 {
|
410 |
+
margin: 0 0 10px;
|
411 |
+
}
|
412 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-content p {
|
413 |
+
margin: 0 0;
|
414 |
+
}
|
415 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.used-widgets h2,
|
416 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.used-widgets strong {
|
417 |
+
color: #562dd4;
|
418 |
+
}
|
419 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets h2,
|
420 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets strong {
|
421 |
+
color: #e2498a;
|
422 |
+
}
|
423 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets .ha-dashboard-analytics__unused_disable {
|
424 |
+
padding: 15px 18px;
|
425 |
+
width: 219px;
|
426 |
+
background: #e2498a;
|
427 |
+
color: #fff;
|
428 |
+
text-transform: uppercase;
|
429 |
+
font-size: 12px;
|
430 |
+
}
|
431 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets .ha-dashboard-analytics__unused_disable:disabled {
|
432 |
+
background-color: #b3b3b3;
|
433 |
+
-webkit-box-shadow: none;
|
434 |
+
box-shadow: none;
|
435 |
+
opacity: .7;
|
436 |
+
cursor: not-allowed;
|
437 |
+
}
|
438 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics {
|
439 |
+
display: -webkit-box;
|
440 |
+
display: -webkit-flex;
|
441 |
+
display: -ms-flexbox;
|
442 |
+
display: flex;
|
443 |
+
-webkit-flex-wrap: wrap;
|
444 |
+
-ms-flex-wrap: wrap;
|
445 |
+
flex-wrap: wrap;
|
446 |
+
margin-right: -10px;
|
447 |
+
margin-left: -10px;
|
448 |
+
-webkit-column-gap: 15px;
|
449 |
+
-moz-column-gap: 15px;
|
450 |
+
column-gap: 15px;
|
451 |
+
|
452 |
+
row-gap: 6px;
|
453 |
+
}
|
454 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item {
|
455 |
+
width: calc((100% - 44px) / 5);
|
456 |
+
}
|
457 |
+
@media (min-width: 650px) {
|
458 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item {
|
459 |
+
width: calc((100% - 15px) / 2);
|
460 |
+
}
|
461 |
+
}
|
462 |
+
@media (min-width: 960px) {
|
463 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item {
|
464 |
+
width: calc((100% - 30px) / 3);
|
465 |
+
}
|
466 |
+
}
|
467 |
+
@media (min-width: 1350px) {
|
468 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item {
|
469 |
+
width: calc((100% - 60px) / 5);
|
470 |
+
}
|
471 |
+
}
|
472 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item-total-count {
|
473 |
+
display: block;
|
474 |
+
margin: 0;
|
475 |
+
color: #828282;
|
476 |
+
vertical-align: middle;
|
477 |
+
text-transform: capitalize;
|
478 |
+
font-size: 13px;
|
479 |
+
}
|
480 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset {
|
481 |
+
padding: 3px 15px 12px;
|
482 |
+
border: 1px solid #e1e1e1;
|
483 |
+
border-radius: 8px;
|
484 |
+
background: #fff;
|
485 |
+
}
|
486 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset legend {
|
487 |
+
-webkit-box-sizing: border-box;
|
488 |
+
box-sizing: border-box;
|
489 |
+
margin-right: auto;
|
490 |
+
padding: 3px 7px;
|
491 |
+
width: 40px;
|
492 |
+
border: 1px solid #e1e1e1;
|
493 |
+
border-radius: 10.5px;
|
494 |
+
background: #f2f2f2;
|
495 |
+
color: #828282;
|
496 |
+
text-align: center;
|
497 |
+
font-weight: 700;
|
498 |
+
font-style: normal;
|
499 |
+
font-size: 10px;
|
500 |
+
line-height: 1;
|
501 |
+
}
|
502 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset legend.pro {
|
503 |
+
border-color: rgba(226, 73, 138, .4);
|
504 |
+
background: rgba(226, 73, 138, .1);
|
505 |
+
color: #e2498a;
|
506 |
+
}
|
507 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title {
|
508 |
+
position: relative;
|
509 |
+
width: -webkit-fit-content;
|
510 |
+
width: -moz-fit-content;
|
511 |
+
width: fit-content;
|
512 |
+
color: #000;
|
513 |
+
font-weight: 600;
|
514 |
+
font-style: normal;
|
515 |
+
font-size: 14px;
|
516 |
+
line-height: 23px;
|
517 |
+
}
|
518 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title span.enabled,
|
519 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title span.disable {
|
520 |
+
position: absolute;
|
521 |
+
top: 8px;
|
522 |
+
right: -12px;
|
523 |
+
display: block;
|
524 |
+
width: 8px;
|
525 |
+
height: 8px;
|
526 |
+
border-radius: 100%;
|
527 |
+
background: rgba(93, 180, 41, .8);
|
528 |
+
}
|
529 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title span.disable {
|
530 |
+
background: #ccc;
|
531 |
+
}
|
532 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics-notice p.step {
|
533 |
+
margin: 0 0 20px;
|
534 |
+
}
|
535 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics-notice p.step strong {
|
536 |
+
display: block;
|
537 |
+
margin: 0 0 10px;
|
538 |
+
font-size: 20px;
|
539 |
+
}
|
540 |
+
.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics-notice p.step a {
|
541 |
+
color: #562dd4;
|
542 |
+
}
|
543 |
+
.ha-dashboard .ha-toggle {
|
544 |
+
position: relative;
|
545 |
+
display: block;
|
546 |
+
overflow: hidden;
|
547 |
+
width: 40px;
|
548 |
+
height: 24px;
|
549 |
+
border-radius: 100px;
|
550 |
+
background-color: #e8e8e8;
|
551 |
+
-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
|
552 |
+
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
|
553 |
+
}
|
554 |
+
.ha-dashboard .ha-toggle__check,
|
555 |
+
.ha-dashboard .ha-toggle__switch,
|
556 |
+
.ha-dashboard .ha-toggle__track {
|
557 |
+
position: absolute;
|
558 |
+
display: block;
|
559 |
+
}
|
560 |
+
.ha-dashboard .ha-toggle__check {
|
561 |
+
top: 0;
|
562 |
+
left: 0;
|
563 |
+
z-index: 6;
|
564 |
+
width: 100%;
|
565 |
+
height: 100%;
|
566 |
+
opacity: 0;
|
567 |
+
cursor: pointer;
|
568 |
+
}
|
569 |
+
.ha-dashboard .ha-toggle__check:disabled,
|
570 |
+
.ha-dashboard .ha-toggle__check.disabled {
|
571 |
+
z-index: 0;
|
572 |
+
opacity: 0;
|
573 |
+
}
|
574 |
+
.ha-dashboard .ha-toggle__check:checked ~ .ha-toggle__track {
|
575 |
+
-webkit-box-shadow: inset 0 0 0 20px #562dd4;
|
576 |
+
box-shadow: inset 0 0 0 20px #562dd4;
|
577 |
+
}
|
578 |
+
.ha-dashboard .ha-toggle__check:checked ~ .ha-toggle__switch {
|
579 |
+
right: 2px;
|
580 |
+
left: 18px;
|
581 |
+
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
|
582 |
+
transition: .35s cubic-bezier(.785, .135, .15, .86);
|
583 |
+
-webkit-transition-delay: .05s, 0s;
|
584 |
+
transition-delay: .05s, 0s;
|
585 |
+
-webkit-transition-property: left, right;
|
586 |
+
transition-property: left, right;
|
587 |
+
}
|
588 |
+
.ha-dashboard .ha-toggle__switch {
|
589 |
+
top: 2px;
|
590 |
+
right: 18px;
|
591 |
+
bottom: 2px;
|
592 |
+
left: 2px;
|
593 |
+
z-index: 1;
|
594 |
+
border-radius: 36px;
|
595 |
+
background-color: #fff;
|
596 |
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
|
597 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
|
598 |
+
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
|
599 |
+
transition: .35s cubic-bezier(.785, .135, .15, .86);
|
600 |
+
-webkit-transition-delay: 0s, .05s;
|
601 |
+
transition-delay: 0s, .05s;
|
602 |
+
-webkit-transition-property: left, right;
|
603 |
+
transition-property: left, right;
|
604 |
+
}
|
605 |
+
.ha-dashboard .ha-toggle__track {
|
606 |
+
top: 0;
|
607 |
+
right: 0;
|
608 |
+
bottom: 0;
|
609 |
+
left: 0;
|
610 |
+
border-radius: 40px;
|
611 |
+
-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
|
612 |
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
|
613 |
+
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
|
614 |
+
transition: .35s cubic-bezier(.785, .135, .15, .86);
|
615 |
+
}
|
616 |
+
.ha-dashboard .flex-content {
|
617 |
+
display: -webkit-box;
|
618 |
+
display: -webkit-flex;
|
619 |
+
display: -ms-flexbox;
|
620 |
+
display: flex;
|
621 |
+
-webkit-box-pack: justify;
|
622 |
+
-ms-flex-pack: justify;
|
623 |
+
-webkit-justify-content: space-between;
|
624 |
+
justify-content: space-between;
|
625 |
+
}
|
626 |
+
|
627 |
+
@-webkit-keyframes animateTextIndent {
|
628 |
+
0% {
|
629 |
+
letter-spacing: 15px;
|
630 |
+
}
|
631 |
+
50% {
|
632 |
+
letter-spacing: 0;
|
633 |
+
}
|
634 |
+
100% {
|
635 |
+
letter-spacing: 15px;
|
636 |
+
}
|
637 |
+
}
|
638 |
+
|
639 |
+
@keyframes animateTextIndent {
|
640 |
+
0% {
|
641 |
+
letter-spacing: 15px;
|
642 |
+
}
|
643 |
+
50% {
|
644 |
+
letter-spacing: 0;
|
645 |
+
}
|
646 |
+
100% {
|
647 |
+
letter-spacing: 15px;
|
648 |
+
}
|
649 |
+
}
|
650 |
+
.ha-action-list {
|
651 |
+
margin: -4px;
|
652 |
+
padding-top: 20px;
|
653 |
+
font-weight: bold;
|
654 |
+
font-size: 14px;
|
655 |
+
opacity: .7;
|
656 |
+
}
|
657 |
+
|
658 |
+
.ha-action--divider {
|
659 |
+
padding-right: 10px;
|
660 |
+
padding-left: 10px;
|
661 |
+
color: #e8e8e8;
|
662 |
+
}
|
663 |
+
|
664 |
+
.ha-action--btn {
|
665 |
+
display: inline-block;
|
666 |
+
margin: 4px;
|
667 |
+
padding: 5px 10px 4px;
|
668 |
+
outline: none;
|
669 |
+
border: 1px solid;
|
670 |
+
border-radius: 3px;
|
671 |
+
background: transparent;
|
672 |
+
-webkit-box-shadow: none;
|
673 |
+
box-shadow: none;
|
674 |
+
font-weight: bold;
|
675 |
+
line-height: 1;
|
676 |
+
cursor: pointer;
|
677 |
+
}
|
678 |
+
.ha-action--btn[data-filter="*"] {
|
679 |
+
color: #666;
|
680 |
+
}
|
681 |
+
.ha-action--btn[data-filter="*"]:hover,
|
682 |
+
.ha-action--btn[data-filter="*"]:focus {
|
683 |
+
border-color: #666;
|
684 |
+
background-color: #666;
|
685 |
+
color: #fff;
|
686 |
+
}
|
687 |
+
.ha-action--btn[data-filter=free] {
|
688 |
+
color: #562dd4;
|
689 |
+
}
|
690 |
+
.ha-action--btn[data-filter=free]:hover,
|
691 |
+
.ha-action--btn[data-filter=free]:focus {
|
692 |
+
border-color: #562dd4;
|
693 |
+
background-color: #562dd4;
|
694 |
+
color: #fff;
|
695 |
+
}
|
696 |
+
.ha-action--btn[data-filter=pro] {
|
697 |
+
color: #e2498a;
|
698 |
+
}
|
699 |
+
.ha-action--btn[data-filter=pro]:hover,
|
700 |
+
.ha-action--btn[data-filter=pro]:focus {
|
701 |
+
border-color: #e2498a;
|
702 |
+
background-color: #e2498a;
|
703 |
+
color: #fff;
|
704 |
+
}
|
705 |
+
.ha-action--btn[data-action=enable],
|
706 |
+
.ha-action--btn[data-action=enable_feature] {
|
707 |
+
color: #5db429;
|
708 |
+
}
|
709 |
+
.ha-action--btn[data-action=enable]:hover,
|
710 |
+
.ha-action--btn[data-action=enable]:focus,
|
711 |
+
.ha-action--btn[data-action=enable_feature]:hover,
|
712 |
+
.ha-action--btn[data-action=enable_feature]:focus {
|
713 |
+
border-color: #5db429;
|
714 |
+
background-color: #5db429;
|
715 |
+
color: #fff;
|
716 |
+
}
|
717 |
+
.ha-action--btn[data-action=disable],
|
718 |
+
.ha-action--btn[data-action=disable_feature] {
|
719 |
+
color: #e63d3d;
|
720 |
+
}
|
721 |
+
.ha-action--btn[data-action=disable]:hover,
|
722 |
+
.ha-action--btn[data-action=disable]:focus,
|
723 |
+
.ha-action--btn[data-action=disable_feature]:hover,
|
724 |
+
.ha-action--btn[data-action=disable_feature]:focus {
|
725 |
+
border-color: #e63d3d;
|
726 |
+
background-color: #e63d3d;
|
727 |
+
color: #fff;
|
728 |
+
}
|
729 |
+
|
730 |
+
.ha-home-banner {
|
731 |
+
position: relative;
|
732 |
+
padding-top: 25.2%;
|
733 |
+
border-radius: 5px;
|
734 |
+
background: url("../../imgs/admin/dashboard-header.png") no-repeat center center/cover;
|
735 |
+
}
|
736 |
+
.ha-home-banner__content {
|
737 |
+
position: absolute;
|
738 |
+
top: 50%;
|
739 |
+
left: 50%;
|
740 |
+
display: -webkit-box;
|
741 |
+
display: -webkit-flex;
|
742 |
+
display: -ms-flexbox;
|
743 |
+
display: flex;
|
744 |
+
-webkit-box-align: center;
|
745 |
+
-webkit-align-items: center;
|
746 |
+
align-items: center;
|
747 |
+
-ms-flex-align: center;
|
748 |
+
padding-right: 15px;
|
749 |
+
padding-left: 15px;
|
750 |
+
max-width: 1000px;
|
751 |
+
width: 100%;
|
752 |
+
-webkit-transform: translate(-50%, -50%);
|
753 |
+
-ms-transform: translate(-50%, -50%);
|
754 |
+
transform: translate(-50%, -50%);
|
755 |
+
}
|
756 |
+
.ha-home-banner__logo {
|
757 |
+
position: relative;
|
758 |
+
top: -8px;
|
759 |
+
margin-right: 50px;
|
760 |
+
width: 150px;
|
761 |
+
height: auto;
|
762 |
+
}
|
763 |
+
.ha-home-banner__divider {
|
764 |
+
width: 4px;
|
765 |
+
height: 60px;
|
766 |
+
border-radius: 10px;
|
767 |
+
background-color: #fff;
|
768 |
+
}
|
769 |
+
.ha-home-banner h2 {
|
770 |
+
float: left;
|
771 |
+
margin: 0;
|
772 |
+
padding-left: 50px;
|
773 |
+
color: #fff;
|
774 |
+
font-size: 28px;
|
775 |
+
line-height: 1.1;
|
776 |
+
}
|
777 |
+
.ha-home-banner h2 > span {
|
778 |
+
font-weight: 400;
|
779 |
+
}
|
780 |
+
|
781 |
+
.ha-home-body {
|
782 |
+
margin-right: auto;
|
783 |
+
margin-left: auto;
|
784 |
+
padding-right: 15px;
|
785 |
+
padding-left: 15px;
|
786 |
+
max-width: 1000px;
|
787 |
+
}
|
788 |
+
|
789 |
+
.ha-row {
|
790 |
+
display: -webkit-box;
|
791 |
+
display: -webkit-flex;
|
792 |
+
display: -ms-flexbox;
|
793 |
+
display: flex;
|
794 |
+
-webkit-flex-wrap: wrap;
|
795 |
+
-ms-flex-wrap: wrap;
|
796 |
+
flex-wrap: wrap;
|
797 |
+
margin-right: -15px;
|
798 |
+
margin-left: -15px;
|
799 |
+
}
|
800 |
+
.ha-feature-title {
|
801 |
+
margin-bottom: 1rem;
|
802 |
+
font-weight: bold;
|
803 |
+
font-size: 28px;
|
804 |
+
}
|
805 |
+
|
806 |
+
.ha-feature-sub-title-a {
|
807 |
+
color: #242424;
|
808 |
+
text-decoration: none;
|
809 |
+
}
|
810 |
+
.ha-feature-sub-title-a:hover {
|
811 |
+
color: #e2498a;
|
812 |
+
}
|
813 |
+
|
814 |
+
.ha-feature-sub-title {
|
815 |
+
margin-bottom: 1rem;
|
816 |
+
font-weight: bold;
|
817 |
+
font-size: 18px;
|
818 |
+
line-height: 1.4;
|
819 |
+
}
|
820 |
+
|
821 |
+
.ha-btn {
|
822 |
+
display: inline-block;
|
823 |
+
padding: .95rem 1.5rem;
|
824 |
+
border-radius: 4px;
|
825 |
+
text-decoration: none;
|
826 |
+
font-weight: bold;
|
827 |
+
font-size: 14px;
|
828 |
+
}
|
829 |
+
.ha-btn:hover,
|
830 |
+
.ha-btn:focus {
|
831 |
+
outline: none;
|
832 |
+
-webkit-box-shadow: none;
|
833 |
+
box-shadow: none;
|
834 |
+
}
|
835 |
+
|
836 |
+
.ha-btn-primary {
|
837 |
+
background: #5e3bc4;
|
838 |
+
color: #fff;
|
839 |
+
}
|
840 |
+
.ha-btn-primary:hover,
|
841 |
+
.ha-btn-primary:focus {
|
842 |
+
background: #4b2f9d;
|
843 |
+
color: #fff;
|
844 |
+
}
|
845 |
+
|
846 |
+
.ha-btn-secondary {
|
847 |
+
background: #e2498a;
|
848 |
+
color: #fff;
|
849 |
+
}
|
850 |
+
.ha-btn-secondary:hover,
|
851 |
+
.ha-btn-secondary:focus {
|
852 |
+
background: #d6226e;
|
853 |
+
color: #fff;
|
854 |
+
}
|
855 |
+
|
856 |
+
.ha-text-primary {
|
857 |
+
color: #5e3bc4;
|
858 |
+
}
|
859 |
+
|
860 |
+
.ha-text-secondary {
|
861 |
+
color: #e2498a;
|
862 |
+
}
|
863 |
+
|
864 |
+
.btn-more {
|
865 |
+
color: #e2498a;
|
866 |
+
text-decoration: none;
|
867 |
+
font-size: 16px;
|
868 |
+
}
|
869 |
+
.btn-more:hover {
|
870 |
+
color: #5e3bc4;
|
871 |
+
}
|
872 |
+
|
873 |
+
.ha-btn-view {
|
874 |
+
color: #835ef1;
|
875 |
+
text-decoration: none;
|
876 |
+
font-size: 16px;
|
877 |
+
}
|
878 |
+
|
879 |
+
.ha-cta {
|
880 |
+
padding: 2.5rem 3rem;
|
881 |
+
background: #e2498a;
|
882 |
+
background-image: -webkit-linear-gradient(320deg, #e05da4 0%, #7249cf 100%);
|
883 |
+
background-image: linear-gradient(130deg, #e05da4 0%, #7249cf 100%);
|
884 |
+
color: #fff;
|
885 |
+
}
|
886 |
+
.ha-cta .ha-feature-title {
|
887 |
+
margin-top: 0;
|
888 |
+
color: #fff;
|
889 |
+
}
|
890 |
+
.ha-cta p {
|
891 |
+
margin-bottom: 1rem;
|
892 |
+
color: #daacdd;
|
893 |
+
}
|
894 |
+
.ha-cta .link {
|
895 |
+
color: #fff;
|
896 |
+
text-decoration: underline;
|
897 |
+
font-size: 16px;
|
898 |
+
}
|
899 |
+
.ha-cta .link:hover {
|
900 |
+
text-decoration: none;
|
901 |
+
}
|
902 |
+
.ha-cta .btn-contribute {
|
903 |
+
display: inline-block;
|
904 |
+
padding: .95rem 1.5rem;
|
905 |
+
border-radius: 4px;
|
906 |
+
background: #fff;
|
907 |
+
color: #7f4bca;
|
908 |
+
text-decoration: none;
|
909 |
+
font-size: 15px;
|
910 |
+
}
|
911 |
+
.ha-cta .btn-contribute:hover {
|
912 |
+
background: #e2498a;
|
913 |
+
color: #fff;
|
914 |
+
}
|
915 |
+
|
916 |
+
.ha-section-title {
|
917 |
+
margin: 0;
|
918 |
+
font-size: 48px;
|
919 |
+
line-height: 1;
|
920 |
+
}
|
921 |
+
|
922 |
+
.ha-badge {
|
923 |
+
display: inline-block;
|
924 |
+
margin-bottom: .3rem;
|
925 |
+
padding: .6rem 1rem;
|
926 |
+
border-radius: 5px;
|
927 |
+
background: #e2498a;
|
928 |
+
background-image: -webkit-linear-gradient(320deg, #e05da4 0%, #7249cf 100%);
|
929 |
+
background-image: linear-gradient(130deg, #e05da4 0%, #7249cf 100%);
|
930 |
+
color: #fff;
|
931 |
+
font-weight: bold;
|
932 |
+
font-size: 24px;
|
933 |
+
}
|
934 |
+
|
935 |
+
.ha-sub-title-sm {
|
936 |
+
margin: .3rem 0 0 0;
|
937 |
+
font-size: 16px;
|
938 |
+
}
|
939 |
+
|
940 |
+
.ha-border-box {
|
941 |
+
padding: 3rem;
|
942 |
+
border: 1px solid #ececec;
|
943 |
+
border-radius: 5px;
|
944 |
+
-webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
|
945 |
+
box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
|
946 |
+
}
|
947 |
+
|
948 |
+
.ha-media {
|
949 |
+
display: -webkit-box;
|
950 |
+
display: -webkit-flex;
|
951 |
+
display: -ms-flexbox;
|
952 |
+
display: flex;
|
953 |
+
-webkit-box-align: start;
|
954 |
+
-webkit-align-items: flex-start;
|
955 |
+
align-items: flex-start;
|
956 |
+
-ms-flex-align: start;
|
957 |
+
}
|
958 |
+
.ha-media img {
|
959 |
+
width: 180px;
|
960 |
+
height: auto;
|
961 |
+
}
|
962 |
+
.ha-media h3 a {
|
963 |
+
color: #242424;
|
964 |
+
text-decoration: none;
|
965 |
+
line-height: 1.4;
|
966 |
+
}
|
967 |
+
.ha-media h3 a:hover {
|
968 |
+
color: #e2498a;
|
969 |
+
}
|
970 |
+
.ha-media .ha-date {
|
971 |
+
color: #8c8c8c;
|
972 |
+
}
|
973 |
+
|
974 |
+
.ha-media-body {
|
975 |
+
-webkit-box-flex: 1;
|
976 |
+
-webkit-flex: 1;
|
977 |
+
-ms-flex: 1;
|
978 |
+
flex: 1;
|
979 |
+
}
|
980 |
+
|
981 |
+
.ha-pro-widget {
|
982 |
+
display: -webkit-box;
|
983 |
+
display: -webkit-flex;
|
984 |
+
display: -ms-flexbox;
|
985 |
+
display: flex;
|
986 |
+
-webkit-box-align: center;
|
987 |
+
-webkit-align-items: center;
|
988 |
+
align-items: center;
|
989 |
+
-ms-flex-align: center;
|
990 |
+
margin-bottom: 25px;
|
991 |
+
padding: 1.5rem 1rem;
|
992 |
+
border-radius: 4px;
|
993 |
+
background: #7c58e5;
|
994 |
+
color: #fff;
|
995 |
+
text-decoration: none;
|
996 |
+
font-weight: bold;
|
997 |
+
font-size: 13px;
|
998 |
+
}
|
999 |
+
.ha-pro-widget:hover,
|
1000 |
+
.ha-pro-widget:focus {
|
1001 |
+
background: #df4b89;
|
1002 |
+
color: #fff;
|
1003 |
+
}
|
1004 |
+
.ha-pro-widget i {
|
1005 |
+
padding-right: 15px;
|
1006 |
+
font-weight: bold;
|
1007 |
+
font-size: 20px;
|
1008 |
+
}
|
1009 |
+
|
1010 |
+
.ha-dashboard .f18 {
|
1011 |
+
font-size: 18px;
|
1012 |
+
}
|
1013 |
+
.ha-dashboard .f16 {
|
1014 |
+
font-size: 16px;
|
1015 |
+
}
|
1016 |
+
.ha-dashboard .ha-py-5 {
|
1017 |
+
padding-top: 4rem;
|
1018 |
+
padding-bottom: 4rem;
|
1019 |
+
}
|
1020 |
+
.ha-dashboard .ha-pt-0 {
|
1021 |
+
padding-top: 0;
|
1022 |
+
}
|
1023 |
+
.ha-dashboard .ha-pb-0 {
|
1024 |
+
padding-bottom: 0;
|
1025 |
+
}
|
1026 |
+
.ha-dashboard .ha-pb-3 {
|
1027 |
+
margin-bottom: 3rem;
|
1028 |
+
}
|
1029 |
+
.ha-dashboard .ha-pt-2 {
|
1030 |
+
padding-top: 2rem;
|
1031 |
+
}
|
1032 |
+
.ha-dashboard .ha-pt-3 {
|
1033 |
+
padding-top: 3rem;
|
1034 |
+
}
|
1035 |
+
.ha-dashboard .ha-pr-2 {
|
1036 |
+
padding-right: 2rem;
|
1037 |
+
}
|
1038 |
+
.ha-dashboard .ha-pl-2 {
|
1039 |
+
padding-left: 2rem;
|
1040 |
+
}
|
1041 |
+
.ha-dashboard .ha-mt-0 {
|
1042 |
+
margin-top: 0;
|
1043 |
+
}
|
1044 |
+
.ha-dashboard .ha-mb-0 {
|
1045 |
+
margin-bottom: 0;
|
1046 |
+
}
|
1047 |
+
.ha-dashboard .ha-mb-2 {
|
1048 |
+
margin-bottom: 2rem;
|
1049 |
+
}
|
1050 |
+
.ha-dashboard .ha-mb-3 {
|
1051 |
+
margin-bottom: 3rem;
|
1052 |
+
}
|
1053 |
+
.ha-dashboard .ha-mr-3 {
|
1054 |
+
margin-right: 1.5rem;
|
1055 |
+
}
|
1056 |
+
.ha-dashboard p {
|
1057 |
+
margin-bottom: 2.5rem;
|
1058 |
+
}
|
1059 |
+
.ha-dashboard a,
|
1060 |
+
.ha-dashboard a:hover {
|
1061 |
+
-webkit-transition: all .3s;
|
1062 |
+
transition: all .3s;
|
1063 |
+
}
|
1064 |
+
.ha-dashboard .ha-rounded {
|
1065 |
+
border-radius: 5px;
|
1066 |
+
}
|
1067 |
+
.ha-dashboard .ha-align-center {
|
1068 |
+
text-align: center;
|
1069 |
+
}
|
1070 |
+
.ha-dashboard .ha-align-right {
|
1071 |
+
text-align: right;
|
1072 |
+
}
|
1073 |
+
.ha-dashboard .ha-img-fluid {
|
1074 |
+
max-width: 100%;
|
1075 |
+
height: auto;
|
1076 |
+
}
|
1077 |
+
.ha-dashboard .ha-align-items-center {
|
1078 |
+
-webkit-box-align: center !important;
|
1079 |
+
-webkit-align-items: center !important;
|
1080 |
+
align-items: center !important;
|
1081 |
+
-ms-flex-align: center !important;
|
1082 |
+
}
|
1083 |
+
.ha-dashboard .ha-align-items-end {
|
1084 |
+
-webkit-box-align: end !important;
|
1085 |
+
-webkit-align-items: flex-end !important;
|
1086 |
+
align-items: flex-end !important;
|
1087 |
+
-ms-flex-align: end !important;
|
1088 |
+
}
|
1089 |
+
.ha-dashboard .ha-min-height-455 {
|
1090 |
+
min-height: 455px;
|
1091 |
+
}
|
1092 |
+
.ha-dashboard .ha-title-icon-size {
|
1093 |
+
width: 48px;
|
1094 |
+
height: auto;
|
1095 |
+
}
|
1096 |
+
|
1097 |
+
@media (min-width: 768px) {
|
1098 |
+
.ha-col {
|
1099 |
+
position: relative;
|
1100 |
+
padding-right: 15px;
|
1101 |
+
padding-left: 15px;
|
1102 |
+
width: 100%;
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
.ha-col-12 {
|
1106 |
+
-webkit-box-flex: 0;
|
1107 |
+
-webkit-flex: 0 0 100%;
|
1108 |
+
-ms-flex: 0 0 100%;
|
1109 |
+
flex: 0 0 100%;
|
1110 |
+
max-width: 100%;
|
1111 |
+
}
|
1112 |
+
|
1113 |
+
.ha-col-11 {
|
1114 |
+
-webkit-box-flex: 0;
|
1115 |
+
-webkit-flex: 0 0 91.666667%;
|
1116 |
+
-ms-flex: 0 0 91.666667%;
|
1117 |
+
flex: 0 0 91.666667%;
|
1118 |
+
max-width: 91.666667%;
|
1119 |
+
}
|
1120 |
+
|
1121 |
+
.ha-col-10 {
|
1122 |
+
-webkit-box-flex: 0;
|
1123 |
+
-webkit-flex: 0 0 83.333333%;
|
1124 |
+
-ms-flex: 0 0 83.333333%;
|
1125 |
+
flex: 0 0 83.333333%;
|
1126 |
+
max-width: 83.333333%;
|
1127 |
+
}
|
1128 |
+
|
1129 |
+
.ha-col-9 {
|
1130 |
+
-webkit-box-flex: 0;
|
1131 |
+
-webkit-flex: 0 0 75%;
|
1132 |
+
-ms-flex: 0 0 75%;
|
1133 |
+
flex: 0 0 75%;
|
1134 |
+
max-width: 75%;
|
1135 |
+
}
|
1136 |
+
|
1137 |
+
.ha-col-8 {
|
1138 |
+
-webkit-box-flex: 0;
|
1139 |
+
-webkit-flex: 0 0 66.666667%;
|
1140 |
+
-ms-flex: 0 0 66.666667%;
|
1141 |
+
flex: 0 0 66.666667%;
|
1142 |
+
max-width: 66.666667%;
|
1143 |
+
}
|
1144 |
+
|
1145 |
+
.ha-col-7 {
|
1146 |
+
-webkit-box-flex: 0;
|
1147 |
+
-webkit-flex: 0 0 58.333333%;
|
1148 |
+
-ms-flex: 0 0 58.333333%;
|
1149 |
+
flex: 0 0 58.333333%;
|
1150 |
+
max-width: 58.333333%;
|
1151 |
+
}
|
1152 |
+
|
1153 |
+
.ha-col-6 {
|
1154 |
+
-webkit-box-flex: 0;
|
1155 |
+
-webkit-flex: 0 0 50%;
|
1156 |
+
-ms-flex: 0 0 50%;
|
1157 |
+
flex: 0 0 50%;
|
1158 |
+
max-width: 50%;
|
1159 |
+
}
|
1160 |
+
|
1161 |
+
.ha-col-5 {
|
1162 |
+
-webkit-box-flex: 0;
|
1163 |
+
-webkit-flex: 0 0 41.666667%;
|
1164 |
+
-ms-flex: 0 0 41.666667%;
|
1165 |
+
flex: 0 0 41.666667%;
|
1166 |
+
max-width: 41.666667%;
|
1167 |
+
}
|
1168 |
+
|
1169 |
+
.ha-col-4 {
|
1170 |
+
-webkit-box-flex: 0;
|
1171 |
+
-webkit-flex: 0 0 33.333333%;
|
1172 |
+
-ms-flex: 0 0 33.333333%;
|
1173 |
+
flex: 0 0 33.333333%;
|
1174 |
+
max-width: 33.333333%;
|
1175 |
+
}
|
1176 |
+
|
1177 |
+
.ha-col-3 {
|
1178 |
+
-webkit-box-flex: 0;
|
1179 |
+
-webkit-flex: 0 0 25%;
|
1180 |
+
-ms-flex: 0 0 25%;
|
1181 |
+
flex: 0 0 25%;
|
1182 |
+
max-width: 25%;
|
1183 |
+
}
|
1184 |
+
|
1185 |
+
.ha-col-2 {
|
1186 |
+
-webkit-box-flex: 0;
|
1187 |
+
-webkit-flex: 0 0 16.666667%;
|
1188 |
+
-ms-flex: 0 0 16.666667%;
|
1189 |
+
flex: 0 0 16.666667%;
|
1190 |
+
max-width: 16.666667%;
|
1191 |
+
}
|
1192 |
+
|
1193 |
+
.ha-col-1 {
|
1194 |
+
-webkit-box-flex: 0;
|
1195 |
+
-webkit-flex: 0 0 8.333333%;
|
1196 |
+
-ms-flex: 0 0 8.333333%;
|
1197 |
+
flex: 0 0 8.333333%;
|
1198 |
+
max-width: 8.333333%;
|
1199 |
+
}
|
1200 |
+
}
|
1201 |
+
/* Add this attribute to the element that needs a tooltip */
|
1202 |
+
[data-tooltip] {
|
1203 |
+
position: relative;
|
1204 |
+
z-index: 2;
|
1205 |
+
cursor: pointer;
|
1206 |
+
}
|
1207 |
+
|
1208 |
+
/* Hide the tooltip content by default */
|
1209 |
+
[data-tooltip]:before,
|
1210 |
+
[data-tooltip]:after {
|
1211 |
+
visibility: hidden;
|
1212 |
+
opacity: 0;
|
1213 |
+
pointer-events: none;
|
1214 |
+
}
|
1215 |
+
|
1216 |
+
/* Position tooltip above the element */
|
1217 |
+
[data-tooltip]:before {
|
1218 |
+
position: absolute;
|
1219 |
+
bottom: 140%;
|
1220 |
+
left: 50%;
|
1221 |
+
padding: 5px;
|
1222 |
+
width: 140px;
|
1223 |
+
border-radius: 3px;
|
1224 |
+
background-color: #000;
|
1225 |
+
background-color: rgba(51, 51, 51, .9);
|
1226 |
+
color: #fff;
|
1227 |
+
content: attr(data-tooltip);
|
1228 |
+
text-align: center;
|
1229 |
+
font-size: 12px;
|
1230 |
+
line-height: 1.2;
|
1231 |
+
-webkit-transform: translateX(-50%);
|
1232 |
+
-ms-transform: translateX(-50%);
|
1233 |
+
transform: translateX(-50%);
|
1234 |
+
}
|
1235 |
+
|
1236 |
+
/* Triangle hack to make tooltip look like a speech bubble */
|
1237 |
+
[data-tooltip]:after {
|
1238 |
+
position: absolute;
|
1239 |
+
left: 50%;
|
1240 |
+
margin-top: -8px;
|
1241 |
+
margin-left: -5px;
|
1242 |
+
width: 0;
|
1243 |
+
border-top: 5px solid #000;
|
1244 |
+
border-top: 5px solid rgba(51, 51, 51, .9);
|
1245 |
+
border-right: 5px solid transparent;
|
1246 |
+
border-left: 5px solid transparent;
|
1247 |
+
content: " ";
|
1248 |
+
font-size: 0;
|
1249 |
+
line-height: 0;
|
1250 |
+
}
|
1251 |
+
|
1252 |
+
/* Show tooltip content on hover */
|
1253 |
+
[data-tooltip]:hover:before,
|
1254 |
+
[data-tooltip]:hover:after {
|
1255 |
+
visibility: visible;
|
1256 |
+
opacity: 1;
|
1257 |
+
}
|
trunk/assets/admin/css/dashboard.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@-webkit-keyframes animateTextIndent{0%,to{letter-spacing:15px}50%{letter-spacing:0}}@keyframes animateTextIndent{0%,to{letter-spacing:15px}50%{letter-spacing:0}}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics:after,.ha-dashboard-credentials:after,.ha-dashboard-tabs__content-item:after,.ha-dashboard-tabs__nav:after,.ha-dashboard-widgets:after{display:block;clear:both;content:""}.ha-dashboard{padding-top:20px}.ha-dashboard,.ha-dashboard *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Nunito",sans-serif}.ha-dashboard-btn{display:inline-block;padding:15px 25px;border:0;border-radius:5px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-align:center;text-decoration:none;font-weight:700;font-size:13px;line-height:1;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.ha-dashboard-btn:active,.ha-dashboard-btn:focus,.ha-dashboard-btn:hover{outline:0;-webkit-box-shadow:none;box-shadow:none}.ha-dashboard-btn--lg{padding:15px 30px;font-size:14px}.ha-dashboard-btn--save{width:13em;background-color:#5db429;color:#fff}.ha-dashboard-btn--save:active,.ha-dashboard-btn--save:focus,.ha-dashboard-btn--save:hover{background-color:#488a20;color:#fff}.ha-dashboard-btn--save.disabled,.ha-dashboard-btn--save:disabled{background-color:#b3b3b3;-webkit-box-shadow:none;box-shadow:none;opacity:.7;cursor:not-allowed}.ha-dashboard-tabs__nav-btn{float:right}.ha-dashboard-tabs__nav-item{display:block;float:left;padding:15px 40px;border-top:3px solid #bbb;border-radius:5px 5px 0 0;background-color:#e8e8e8;color:#888;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px}@media screen and (min-width:1200px) and (max-width:1340px){.ha-dashboard-tabs__nav-item{padding:15px 25px}}.ha-dashboard-tabs__nav-item--pro{border-color:#d6226e;background-color:#e2498a;color:#fff}.ha-dashboard-tabs__nav-item.tab--is-active,.ha-dashboard-tabs__nav-item:active,.ha-dashboard-tabs__nav-item:focus,.ha-dashboard-tabs__nav-item:hover{outline:0;border-color:#562dd4;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:#562dd4;-webkit-transition:all .3s;transition:all .3s}.ha-dashboard-tabs__nav-item--pro.tab--is-active,.ha-dashboard-tabs__nav-item--pro:active,.ha-dashboard-tabs__nav-item--pro:focus,.ha-dashboard-tabs__nav-item--pro:hover{border-color:#e2498a;color:#e2498a}.ha-dashboard-tabs__nav-item:not(:last-child){margin-right:10px}.ha-dashboard-tabs__content-item{display:none;padding:40px;border-radius:0 0 5px 5px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ha-dashboard-tabs__content-item.tab--is-active{position:relative;z-index:1;display:block}.ha-dashboard-panel__header{padding-bottom:40px}.ha-dashboard-panel__header-content>h2{margin:0 0 20px;font-size:2em}.ha-dashboard-panel__header-content>p{margin:0;color:#8c8c8c}.ha-dashboard-panel__footer{margin-top:20px;padding-top:20px;border-top:1px dashed #e8e8e8}.ha-dashboard-widgets,.ha-dashboard-widgets__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dashboard-widgets{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.ha-dashboard-widgets__item{position:relative;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;margin-right:10px;margin-bottom:20px;margin-left:10px;padding:30px 20px;width:calc(100% - 20px);border:1px solid #e8e8e8;border-radius:5px}@media (min-width:650px){.ha-dashboard-widgets__item{width:calc(50% - 20px)}}@media (min-width:1350px){.ha-dashboard-widgets__item{width:calc(33.33% - 20px)}}@media (min-width:1500px){.ha-dashboard-widgets__item{width:calc(25% - 20px)}}.ha-dashboard-widgets__item.item--is-placeholder{opacity:.7}.ha-dashboard-widgets__item-icon{display:inline-block;margin-right:10px;width:30px;text-align:center;font-size:20px}.ha-dashboard-credentials__item:hover .ha-dashboard-credentials__item-icon,.ha-dashboard-widgets__item:hover .ha-dashboard-widgets__item-icon{background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ha-dashboard-widgets__item-title{display:inline-block;margin:0;color:#444;font-weight:400;font-size:13px}.ha-dashboard-credentials__item-title>label,.ha-dashboard-widgets__item-title>label{font-weight:700}.ha-dashboard-widgets__item-preview{display:inline-block;margin-left:5px;color:#c2cbd2;font-size:10px;-webkit-transition:all .2s;transition:all .2s}.ha-dashboard-widgets__item-preview:active,.ha-dashboard-widgets__item-preview:focus,.ha-dashboard-widgets__item-preview:hover{-webkit-box-shadow:none;box-shadow:none;color:#8799a7}.ha-dashboard-widgets__item-badge{position:absolute;top:-2px;left:-18px;padding:6px 8px 3px;width:50px;background-color:#e2498a;color:#fff;text-align:center;text-transform:uppercase;font-weight:700;font-size:7px;line-height:1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ha-dashboard-widgets__item-toggle{position:absolute!important;right:20px}.ha-dashboard-credentials,.ha-dashboard-credentials__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dashboard-credentials{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.ha-dashboard-credentials__item{position:relative;overflow:hidden;margin-bottom:20px;padding:20px;width:calc(100% - 20px);border:1px solid #e8e8e8;border-radius:5px}.ha-dashboard-credentials__item.item--is-placeholder{opacity:.7}.ha-dashboard-credentials__item-icon{display:inline-block;margin-right:10px;width:30px;text-align:center;font-size:20px}.ha-dashboard-credentials__item-title{display:inline-block;-webkit-box-flex:0;-webkit-flex:0 0 130px;-ms-flex:0 0 130px;flex:0 0 130px;margin:0;color:#444;font-weight:400;font-size:13px}.ha-dashboard-credentials__item-title-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex:0 0 160px;-ms-flex:0 0 160px;flex:0 0 160px}.ha-dashboard-credentials__item-preview{display:inline-block;margin-left:5px;color:#c2cbd2;font-size:10px;-webkit-transition:all .2s;transition:all .2s}.ha-dashboard-credentials__item-preview:active,.ha-dashboard-credentials__item-preview:focus,.ha-dashboard-credentials__item-preview:hover{-webkit-box-shadow:none;box-shadow:none;color:#8799a7}.ha-dashboard-credentials__item-badge{position:absolute;top:-2px;left:-18px;padding:6px 8px 3px;width:50px;background-color:#e2498a;color:#fff;text-align:center;text-transform:uppercase;font-weight:700;font-size:7px;line-height:1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ha-dashboard-credentials__item-input{right:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:7px;margin-bottom:7px;margin-left:15px}.ha-dashboard-credentials__item-input-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 160px);-ms-flex:0 0 calc(100% - 160px);flex:0 0 calc(100% - 160px);-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-dashboard-credentials__item-input input{border-color:#e1e5e8}.ha-dashboard-credentials__item-input label{margin-bottom:5px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header{padding-bottom:25px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-summary .data{display:block;margin-bottom:5px;font-weight:700}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-summary .data:last-child{margin-bottom:0}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-content{padding-right:15px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-content h2{margin:0 0 10px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header .ha-dashboard-panel__header-content p{margin:0}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics-notice p.step a,.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.used-widgets h2,.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.used-widgets strong{color:#562dd4}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets h2,.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets strong{color:#e2498a}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets .ha-dashboard-analytics__unused_disable{padding:15px 18px;width:219px;background:#e2498a;color:#fff;text-transform:uppercase;font-size:12px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-panel__header.unused-widgets .ha-dashboard-analytics__unused_disable:disabled{background-color:#b3b3b3;-webkit-box-shadow:none;box-shadow:none;opacity:.7;cursor:not-allowed}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;row-gap:6px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item{width:calc((100% - 44px)/5)}@media (min-width:650px){.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item{width:calc((100% - 15px)/2)}}@media (min-width:960px){.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item{width:calc((100% - 30px)/3)}}@media (min-width:1350px){.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item{width:calc((100% - 60px)/5)}}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item-total-count{display:block;margin:0;color:#828282;vertical-align:middle;text-transform:capitalize;font-size:13px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset{padding:3px 15px 12px;border:1px solid #e1e1e1;border-radius:8px;background:#fff}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset legend{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:auto;padding:3px 7px;width:40px;border:1px solid #e1e1e1;border-radius:10.5px;background:#f2f2f2;color:#828282;text-align:center;font-weight:700;font-style:normal;font-size:10px;line-height:1}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset legend.pro{border-color:rgba(226,73,138,.4);background:rgba(226,73,138,.1);color:#e2498a}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#000;font-weight:600;font-style:normal;font-size:14px;line-height:23px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title span.disable,.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title span.enabled{position:absolute;top:8px;right:-12px;display:block;width:8px;height:8px;border-radius:100%;background:rgba(93,180,41,.8)}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics__item fieldset .widget_inner .widget-title span.disable{background:#ccc}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics-notice p.step{margin:0 0 20px}.ha-dashboard .ha-dashboard-panel-analytics .ha-dashboard-analytics-notice p.step strong{display:block;margin:0 0 10px;font-size:20px}.ha-dashboard .ha-toggle{position:relative;display:block;overflow:hidden;width:40px;height:24px;border-radius:100px;background-color:#e8e8e8;-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,.05);box-shadow:inset 0 0 2px 1px rgba(0,0,0,.05)}.ha-dashboard .ha-toggle__check,.ha-dashboard .ha-toggle__switch,.ha-dashboard .ha-toggle__track{position:absolute;display:block}.ha-dashboard .ha-toggle__check{top:0;left:0;z-index:6;width:100%;height:100%;opacity:0;cursor:pointer}.ha-dashboard .ha-toggle__check.disabled,.ha-dashboard .ha-toggle__check:disabled{z-index:0;opacity:0}.ha-dashboard .ha-toggle__check:checked~.ha-toggle__track{-webkit-box-shadow:inset 0 0 0 20px #562dd4;box-shadow:inset 0 0 0 20px #562dd4}.ha-dashboard .ha-toggle__check:checked~.ha-toggle__switch{right:2px;left:18px;-webkit-transition:.35s cubic-bezier(.785,.135,.15,.86);transition:.35s cubic-bezier(.785,.135,.15,.86);-webkit-transition-delay:.05s,0s;transition-delay:.05s,0s;-webkit-transition-property:left,right;transition-property:left,right}.ha-dashboard .ha-toggle__switch,.ha-dashboard .ha-toggle__track{-webkit-transition:.35s cubic-bezier(.785,.135,.15,.86);transition:.35s cubic-bezier(.785,.135,.15,.86)}.ha-dashboard .ha-toggle__switch{top:2px;right:18px;bottom:2px;left:2px;z-index:1;border-radius:36px;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-transition-delay:0s,.05s;transition-delay:0s,.05s;-webkit-transition-property:left,right;transition-property:left,right}.ha-dashboard .ha-toggle__track{top:0;right:0;bottom:0;left:0;border-radius:40px;-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,.01);box-shadow:inset 0 0 0 2px rgba(0,0,0,.01)}.ha-dashboard .flex-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ha-action-list{margin:-4px;padding-top:20px;font-weight:700;font-size:14px;opacity:.7}.ha-action--divider{padding-right:10px;padding-left:10px;color:#e8e8e8}.ha-action--btn{display:inline-block;margin:4px;padding:5px 10px 4px;outline:0;border:1px solid;border-radius:3px;background:0 0;-webkit-box-shadow:none;box-shadow:none;font-weight:700;line-height:1;cursor:pointer}.ha-action--btn[data-filter="*"]{color:#666}.ha-action--btn[data-filter="*"]:focus,.ha-action--btn[data-filter="*"]:hover{border-color:#666;background-color:#666;color:#fff}.ha-action--btn[data-filter=free]{color:#562dd4}.ha-action--btn[data-filter=free]:focus,.ha-action--btn[data-filter=free]:hover{border-color:#562dd4;background-color:#562dd4;color:#fff}.ha-action--btn[data-filter=pro]{color:#e2498a}.ha-action--btn[data-filter=pro]:focus,.ha-action--btn[data-filter=pro]:hover{border-color:#e2498a;background-color:#e2498a;color:#fff}.ha-action--btn[data-action=enable],.ha-action--btn[data-action=enable_feature]{color:#5db429}.ha-action--btn[data-action=enable]:focus,.ha-action--btn[data-action=enable]:hover,.ha-action--btn[data-action=enable_feature]:focus,.ha-action--btn[data-action=enable_feature]:hover{border-color:#5db429;background-color:#5db429;color:#fff}.ha-action--btn[data-action=disable],.ha-action--btn[data-action=disable_feature]{color:#e63d3d}.ha-action--btn[data-action=disable]:focus,.ha-action--btn[data-action=disable]:hover,.ha-action--btn[data-action=disable_feature]:focus,.ha-action--btn[data-action=disable_feature]:hover{border-color:#e63d3d;background-color:#e63d3d;color:#fff}.ha-home-banner{position:relative;padding-top:25.2%;border-radius:5px;background:url(../../imgs/admin/dashboard-header.png) no-repeat center center/cover}.ha-home-banner__content{position:absolute;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding-right:15px;padding-left:15px;max-width:1000px;width:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-home-banner__logo{position:relative;top:-8px;margin-right:50px;width:150px;height:auto}.ha-home-banner__divider{width:4px;height:60px;border-radius:10px;background-color:#fff}.ha-home-banner h2{float:left;margin:0;padding-left:50px;color:#fff;font-size:28px;line-height:1.1}.ha-home-banner h2>span{font-weight:400}.ha-home-body{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;max-width:1000px}.ha-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.ha-feature-title{margin-bottom:1rem;font-weight:700;font-size:28px}.ha-feature-sub-title-a{color:#242424;text-decoration:none}.ha-feature-sub-title-a:hover{color:#e2498a}.ha-feature-sub-title{margin-bottom:1rem;font-weight:700;font-size:18px;line-height:1.4}.ha-btn{display:inline-block;padding:.95rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;font-size:14px}.ha-btn:focus,.ha-btn:hover{outline:0;-webkit-box-shadow:none;box-shadow:none}.ha-btn-primary{background:#5e3bc4;color:#fff}.ha-btn-primary:focus,.ha-btn-primary:hover{background:#4b2f9d;color:#fff}.ha-btn-secondary{background:#e2498a;color:#fff}.ha-btn-secondary:focus,.ha-btn-secondary:hover{background:#d6226e;color:#fff}.btn-more:hover,.ha-text-primary{color:#5e3bc4}.ha-media h3 a:hover,.ha-text-secondary{color:#e2498a}.btn-more,.ha-btn-view{color:#e2498a;text-decoration:none;font-size:16px}.ha-btn-view{color:#835ef1}.ha-cta{padding:2.5rem 3rem;background:#e2498a;background-image:-webkit-linear-gradient(320deg,#e05da4 0,#7249cf 100%);background-image:linear-gradient(130deg,#e05da4 0,#7249cf 100%);color:#fff}.ha-cta .ha-feature-title{margin-top:0;color:#fff}.ha-cta p{margin-bottom:1rem;color:#daacdd}.ha-cta .link{color:#fff;text-decoration:underline;font-size:16px}.ha-cta .link:hover,.ha-media h3 a{text-decoration:none}.ha-cta .btn-contribute{display:inline-block;padding:.95rem 1.5rem;border-radius:4px;background:#fff;color:#7f4bca;text-decoration:none;font-size:15px}.ha-cta .btn-contribute:hover{background:#e2498a;color:#fff}.ha-section-title{margin:0;font-size:48px;line-height:1}.ha-badge{display:inline-block;margin-bottom:.3rem;padding:.6rem 1rem;border-radius:5px;background:#e2498a;background-image:-webkit-linear-gradient(320deg,#e05da4 0,#7249cf 100%);background-image:linear-gradient(130deg,#e05da4 0,#7249cf 100%);color:#fff;font-weight:700;font-size:24px}.ha-sub-title-sm{margin:.3rem 0 0;font-size:16px}.ha-border-box{padding:3rem;border:1px solid #ececec;border-radius:5px;-webkit-box-shadow:10px 0 20px rgba(0,0,0,.05);box-shadow:10px 0 20px rgba(0,0,0,.05)}.ha-media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-media img{width:180px;height:auto}.ha-media h3 a{color:#242424;line-height:1.4}.ha-media .ha-date{color:#8c8c8c}.ha-media-body{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ha-pro-widget{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;margin-bottom:25px;padding:1.5rem 1rem;border-radius:4px;background:#7c58e5;color:#fff;text-decoration:none;font-weight:700;font-size:13px}.ha-pro-widget:focus,.ha-pro-widget:hover{background:#df4b89;color:#fff}.ha-pro-widget i{padding-right:15px;font-weight:700;font-size:20px}.ha-dashboard .f18{font-size:18px}.ha-dashboard .f16{font-size:16px}.ha-dashboard .ha-py-5{padding-top:4rem;padding-bottom:4rem}.ha-dashboard .ha-pt-0{padding-top:0}.ha-dashboard .ha-pb-0{padding-bottom:0}.ha-dashboard .ha-pb-3{margin-bottom:3rem}.ha-dashboard .ha-pt-2{padding-top:2rem}.ha-dashboard .ha-pt-3{padding-top:3rem}.ha-dashboard .ha-pr-2{padding-right:2rem}.ha-dashboard .ha-pl-2{padding-left:2rem}.ha-dashboard .ha-mt-0{margin-top:0}.ha-dashboard .ha-mb-0{margin-bottom:0}.ha-dashboard .ha-mb-2{margin-bottom:2rem}.ha-dashboard .ha-mb-3{margin-bottom:3rem}.ha-dashboard .ha-mr-3{margin-right:1.5rem}.ha-dashboard p{margin-bottom:2.5rem}.ha-dashboard a,.ha-dashboard a:hover{-webkit-transition:all .3s;transition:all .3s}.ha-dashboard .ha-rounded{border-radius:5px}.ha-dashboard .ha-align-center{text-align:center}.ha-dashboard .ha-align-right{text-align:right}.ha-dashboard .ha-img-fluid{max-width:100%;height:auto}.ha-dashboard .ha-align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important;-ms-flex-align:center!important}.ha-dashboard .ha-align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important;-ms-flex-align:end!important}.ha-dashboard .ha-min-height-455{min-height:455px}.ha-dashboard .ha-title-icon-size{width:48px;height:auto}@media (min-width:768px){.ha-col{position:relative;padding-right:15px;padding-left:15px;width:100%}.ha-col-11,.ha-col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ha-col-11{-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.ha-col-10,.ha-col-9{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ha-col-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ha-col-7,.ha-col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.ha-col-7{-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.ha-col-5,.ha-col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ha-col-5{-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.ha-col-3,.ha-col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ha-col-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ha-col-1,.ha-col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.ha-col-1{-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}}[data-tooltip]{position:relative;z-index:2;cursor:pointer}[data-tooltip]:after,[data-tooltip]:before{visibility:hidden;opacity:0;pointer-events:none}[data-tooltip]:before{position:absolute;bottom:140%;left:50%;padding:5px;width:140px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,.9);color:#fff;content:attr(data-tooltip);text-align:center;font-size:12px;line-height:1.2;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}[data-tooltip]:after{position:absolute;left:50%;margin-top:-8px;margin-left:-5px;width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;opacity:1}
|
trunk/assets/admin/css/editor-dark.css
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.haTemplateLibrary__logo-wrap {
|
2 |
+
background-color: #e8357c;
|
3 |
+
}
|
4 |
+
|
5 |
+
#haTemplateLibrary__filter-tags {
|
6 |
+
background-color: #26292c;
|
7 |
+
}
|
8 |
+
#haTemplateLibrary__filter-tags:before {
|
9 |
+
border-bottom-color: #26292c;
|
10 |
+
}
|
11 |
+
|
12 |
+
.haTemplateLibrary__template,
|
13 |
+
.haTemplateLibrary__template-footer {
|
14 |
+
background-color: #f5f5f5;
|
15 |
+
}
|
16 |
+
|
17 |
+
.haTemplateLibrary__responsive-menu-item.elementor-active {
|
18 |
+
border-bottom-color: #e8357c;
|
19 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#26292c), to(#34383c));
|
20 |
+
background-image: -webkit-linear-gradient(top, #26292c, #34383c);
|
21 |
+
background-image: linear-gradient(to bottom, #26292c, #34383c);
|
22 |
+
}
|
trunk/assets/admin/css/editor-dark.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.haTemplateLibrary__logo-wrap{background-color:#e8357c}#haTemplateLibrary__filter-tags{background-color:#26292c}#haTemplateLibrary__filter-tags:before{border-bottom-color:#26292c}.haTemplateLibrary__template,.haTemplateLibrary__template-footer{background-color:#f5f5f5}.haTemplateLibrary__responsive-menu-item.elementor-active{border-bottom-color:#e8357c;background-image:-webkit-gradient(linear,left top,left bottom,from(#26292c),to(#34383c));background-image:-webkit-linear-gradient(top,#26292c,#34383c);background-image:linear-gradient(to bottom,#26292c,#34383c)}
|
trunk/assets/admin/css/editor.css
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.elementor-panel .ha-element--promotion > .elementor-element > .eicon-lock {
|
2 |
+
right: auto;
|
3 |
+
left: 5px;
|
4 |
+
}
|
5 |
+
.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .icon,
|
6 |
+
.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .title,
|
7 |
+
.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .icon,
|
8 |
+
.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .title,
|
9 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .icon,
|
10 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .title,
|
11 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .icon,
|
12 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .title,
|
13 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .icon,
|
14 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .title,
|
15 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .icon,
|
16 |
+
.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .title {
|
17 |
+
background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
|
18 |
+
background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
|
19 |
+
-webkit-background-clip: text;
|
20 |
+
|
21 |
+
-webkit-text-fill-color: transparent;
|
22 |
+
}
|
23 |
+
.elementor-panel .ha-section-icon {
|
24 |
+
background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
|
25 |
+
background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
|
26 |
+
-webkit-background-clip: text;
|
27 |
+
|
28 |
+
-webkit-text-fill-color: transparent;
|
29 |
+
}
|
30 |
+
.elementor-panel .elementor-element .icon {
|
31 |
+
position: relative;
|
32 |
+
-webkit-transition: all .2s;
|
33 |
+
transition: all .2s;
|
34 |
+
}
|
35 |
+
.elementor-panel .elementor-element .icon .hm:after {
|
36 |
+
position: absolute;
|
37 |
+
top: 5px;
|
38 |
+
right: 5px;
|
39 |
+
content: "\ead0";
|
40 |
+
font-size: 15px;
|
41 |
+
opacity: .3;
|
42 |
+
}
|
43 |
+
.elementor-panel .elementor-element:hover .icon .hm:after,
|
44 |
+
.elementor-panel .elementor-element:focus .icon .hm:after {
|
45 |
+
opacity: 1;
|
46 |
+
}
|
47 |
+
.elementor-panel .elementor-element:hover .icon .hm:after,
|
48 |
+
.elementor-panel .elementor-element:focus .icon .hm:after {
|
49 |
+
background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
|
50 |
+
background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
|
51 |
+
-webkit-background-clip: text;
|
52 |
+
|
53 |
+
-webkit-text-fill-color: transparent;
|
54 |
+
}
|
55 |
+
.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-toggle,
|
56 |
+
.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-title {
|
57 |
+
color: #e2498a;
|
58 |
+
}
|
59 |
+
|
60 |
+
.elementor-control-ha_floating_fx_translate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,
|
61 |
+
.elementor-control-ha_floating_fx_rotate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,
|
62 |
+
.elementor-control-ha_floating_fx_scale_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after {
|
63 |
+
left: -5px;
|
64 |
+
-webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, .1);
|
65 |
+
box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, .1);
|
66 |
+
}
|
67 |
+
.elementor-control-ha_floating_fx_translate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,
|
68 |
+
.elementor-control-ha_floating_fx_rotate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,
|
69 |
+
.elementor-control-ha_floating_fx_scale_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after {
|
70 |
+
left: 5px;
|
71 |
+
-webkit-box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, .1);
|
72 |
+
box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, .1);
|
73 |
+
}
|
74 |
+
.elementor-control-ha_floating_fx_translate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,
|
75 |
+
.elementor-control-ha_floating_fx_rotate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,
|
76 |
+
.elementor-control-ha_floating_fx_scale_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip {
|
77 |
+
top: auto;
|
78 |
+
bottom: calc(100% + 5px);
|
79 |
+
left: 100%;
|
80 |
+
}
|
81 |
+
|
82 |
+
.elementor-button.ha-btn--promotion:not([disabled]) {
|
83 |
+
background-color: #e04d8b !important;
|
84 |
+
}
|
trunk/assets/admin/css/editor.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.elementor-panel .ha-element--promotion>.elementor-element>.eicon-lock{right:auto;left:5px}.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .title,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .title{background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.elementor-panel .ha-section-icon{background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.elementor-panel .elementor-element .icon{position:relative;-webkit-transition:all .2s;transition:all .2s}.elementor-panel .elementor-element .icon .hm:after{position:absolute;top:5px;right:5px;content:"\ead0";font-size:15px;opacity:.3}.elementor-panel .elementor-element:focus .icon .hm:after,.elementor-panel .elementor-element:hover .icon .hm:after{opacity:1;background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-title,.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-toggle{color:#e2498a}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after{left:-5px;-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1)}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after{left:5px;-webkit-box-shadow:2px -2px 3px 0 rgba(0,0,0,.1);box-shadow:2px -2px 3px 0 rgba(0,0,0,.1)}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip{top:auto;bottom:calc(100% + 5px);left:100%}.elementor-button.ha-btn--promotion:not([disabled]){background-color:#e04d8b!important}
|
trunk/assets/admin/css/template-library.css
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.haTemplateLibrary__preview {
|
2 |
+
overflow: hidden;
|
3 |
+
margin: auto;
|
4 |
+
width: 100%;
|
5 |
+
height: 100%;
|
6 |
+
-webkit-transition: width .2s, height .2s;
|
7 |
+
transition: width .2s, height .2s;
|
8 |
+
}
|
9 |
+
|
10 |
+
.haTemplateLibrary__preview > iframe {
|
11 |
+
width: 150%;
|
12 |
+
height: 150%;
|
13 |
+
-webkit-transform: scale(.666) translateX(-25%) translateY(-25%);
|
14 |
+
-ms-transform: scale(.666) translateX(-25%) translateY(-25%);
|
15 |
+
transform: scale(.666) translateX(-25%) translateY(-25%);
|
16 |
+
}
|
17 |
+
|
18 |
+
.haTemplateLibrary__logo-wrap {
|
19 |
+
display: inline-block;
|
20 |
+
margin-right: 10px;
|
21 |
+
width: 30px;
|
22 |
+
height: 30px;
|
23 |
+
border-radius: 100%;
|
24 |
+
background-color: #562dd4;
|
25 |
+
color: #fff;
|
26 |
+
text-align: center;
|
27 |
+
line-height: 30px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.haTemplateLibrary__logo-wrap > i {
|
31 |
+
position: relative;
|
32 |
+
top: 1px;
|
33 |
+
}
|
34 |
+
|
35 |
+
.haTemplateLibrary__logo-title {
|
36 |
+
padding-top: 2px;
|
37 |
+
}
|
38 |
+
|
39 |
+
.haTemplateLibrary__responsive-menu-item {
|
40 |
+
display: inline-block;
|
41 |
+
padding: 15px 0;
|
42 |
+
width: 40px;
|
43 |
+
cursor: pointer;
|
44 |
+
}
|
45 |
+
.haTemplateLibrary__responsive-menu-item.elementor-active {
|
46 |
+
border-bottom: 3px solid #562dd4;
|
47 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff));
|
48 |
+
background-image: -webkit-linear-gradient(top, #f1f3f5, #fff);
|
49 |
+
background-image: linear-gradient(to bottom, #f1f3f5, #fff);
|
50 |
+
}
|
51 |
+
|
52 |
+
.haTemplateLibrary__header-menu .elementor-template-library-menu-item.elementor-active {
|
53 |
+
border-bottom-color: #562dd4;
|
54 |
+
}
|
55 |
+
|
56 |
+
#haTemplateLibrary__toolbar {
|
57 |
+
display: -webkit-box;
|
58 |
+
display: -webkit-flex;
|
59 |
+
display: -ms-flexbox;
|
60 |
+
display: flex;
|
61 |
+
-webkit-box-align: center;
|
62 |
+
-webkit-align-items: center;
|
63 |
+
align-items: center;
|
64 |
+
-ms-flex-align: center;
|
65 |
+
-webkit-box-pack: justify;
|
66 |
+
-ms-flex-pack: justify;
|
67 |
+
-webkit-justify-content: space-between;
|
68 |
+
justify-content: space-between;
|
69 |
+
}
|
70 |
+
|
71 |
+
#haTemplateLibrary__toolbar-search,
|
72 |
+
#haTemplateLibrary__toolbar-filter {
|
73 |
+
position: relative;
|
74 |
+
width: 200px;
|
75 |
+
}
|
76 |
+
|
77 |
+
#haTemplateLibrary__toolbar-search i,
|
78 |
+
.haTemplateLibrary__filter-btn i {
|
79 |
+
position: absolute;
|
80 |
+
top: 50%;
|
81 |
+
right: 0;
|
82 |
+
-webkit-transform: translateY(-50%);
|
83 |
+
-ms-transform: translateY(-50%);
|
84 |
+
transform: translateY(-50%);
|
85 |
+
}
|
86 |
+
|
87 |
+
.haTemplateLibrary__filter-btn {
|
88 |
+
display: block;
|
89 |
+
text-align: left;
|
90 |
+
text-transform: uppercase;
|
91 |
+
cursor: pointer;
|
92 |
+
}
|
93 |
+
|
94 |
+
#haTemplateLibrary__toolbar-counter {
|
95 |
+
font-size: 12px;
|
96 |
+
}
|
97 |
+
|
98 |
+
#haTemplateLibrary__search {
|
99 |
+
border: none;
|
100 |
+
}
|
101 |
+
|
102 |
+
#haTemplateLibrary__search,
|
103 |
+
.haTemplateLibrary__filter-btn {
|
104 |
+
padding: 8px 15px 8px 0;
|
105 |
+
border-bottom: 1px solid #d5dadf;
|
106 |
+
border-radius: 0;
|
107 |
+
font-size: 12px;
|
108 |
+
}
|
109 |
+
|
110 |
+
#haTemplateLibrary__filter-tags {
|
111 |
+
position: absolute;
|
112 |
+
top: 100%;
|
113 |
+
left: 0;
|
114 |
+
z-index: 999;
|
115 |
+
display: none;
|
116 |
+
margin-top: 10px;
|
117 |
+
padding: 10px;
|
118 |
+
width: 270%;
|
119 |
+
border-radius: 0 2px 2px;
|
120 |
+
background-color: #fff;
|
121 |
+
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
|
122 |
+
box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
|
123 |
+
}
|
124 |
+
#haTemplateLibrary__filter-tags > li {
|
125 |
+
float: left;
|
126 |
+
padding: 10px;
|
127 |
+
width: 25%;
|
128 |
+
text-align: left;
|
129 |
+
text-transform: capitalize;
|
130 |
+
cursor: pointer;
|
131 |
+
}
|
132 |
+
#haTemplateLibrary__filter-tags > li:hover,
|
133 |
+
#haTemplateLibrary__filter-tags > li.active {
|
134 |
+
color: #e8357c;
|
135 |
+
}
|
136 |
+
#haTemplateLibrary__filter-tags:before {
|
137 |
+
position: absolute;
|
138 |
+
bottom: 100%;
|
139 |
+
left: 0;
|
140 |
+
width: 0;
|
141 |
+
height: 0;
|
142 |
+
border: solid transparent;
|
143 |
+
border-width: 0 10px 10px 0;
|
144 |
+
border-bottom-color: #fff;
|
145 |
+
content: " ";
|
146 |
+
pointer-events: none;
|
147 |
+
}
|
148 |
+
|
149 |
+
#haTemplateLibrary__templates {
|
150 |
+
height: calc(100% + 30px);
|
151 |
+
}
|
152 |
+
|
153 |
+
.haTemplateLibrary__templates-window {
|
154 |
+
position: relative;
|
155 |
+
overflow-y: auto;
|
156 |
+
margin: 10px -15px 0;
|
157 |
+
height: calc(100% - 45px);
|
158 |
+
}
|
159 |
+
|
160 |
+
#haTemplateLibrary__templates-list {
|
161 |
+
display: -webkit-box;
|
162 |
+
display: -webkit-flex;
|
163 |
+
display: -ms-flexbox;
|
164 |
+
display: flex;
|
165 |
+
-webkit-box-align: start;
|
166 |
+
-webkit-align-items: flex-start;
|
167 |
+
align-items: flex-start;
|
168 |
+
-ms-flex-align: start;
|
169 |
+
-webkit-flex-wrap: wrap;
|
170 |
+
-ms-flex-wrap: wrap;
|
171 |
+
flex-wrap: wrap;
|
172 |
+
}
|
173 |
+
|
174 |
+
.haTemplateLibrary__template {
|
175 |
+
position: relative;
|
176 |
+
overflow: hidden;
|
177 |
+
margin: 15px;
|
178 |
+
border-radius: 2px;
|
179 |
+
background-color: #fff;
|
180 |
+
-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .07);
|
181 |
+
box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .07);
|
182 |
+
}
|
183 |
+
.haTemplateLibrary__templates--section .haTemplateLibrary__template {
|
184 |
+
width: calc(33.333% - 30px);
|
185 |
+
}
|
186 |
+
.haTemplateLibrary__templates--page .haTemplateLibrary__template {
|
187 |
+
width: calc(25% - 30px);
|
188 |
+
}
|
189 |
+
.haTemplateLibrary__template-body {
|
190 |
+
position: relative;
|
191 |
+
}
|
192 |
+
.haTemplateLibrary__template-preview {
|
193 |
+
position: absolute;
|
194 |
+
top: 0;
|
195 |
+
left: 0;
|
196 |
+
width: 100%;
|
197 |
+
height: 100%;
|
198 |
+
background-color: rgba(0, 0, 0, .5);
|
199 |
+
opacity: 0;
|
200 |
+
cursor: pointer;
|
201 |
+
-webkit-transition: opacity .5s;
|
202 |
+
transition: opacity .5s;
|
203 |
+
}
|
204 |
+
.haTemplateLibrary__template-preview i {
|
205 |
+
position: absolute;
|
206 |
+
top: 50%;
|
207 |
+
left: 50%;
|
208 |
+
color: #d5dadf;
|
209 |
+
font-size: 20px;
|
210 |
+
-webkit-transform: translate(-50%, -50%);
|
211 |
+
-ms-transform: translate(-50%, -50%);
|
212 |
+
transform: translate(-50%, -50%);
|
213 |
+
}
|
214 |
+
.haTemplateLibrary__template-badge {
|
215 |
+
position: absolute;
|
216 |
+
top: 10px;
|
217 |
+
right: 10px;
|
218 |
+
display: inline-block;
|
219 |
+
padding: 2px 4px;
|
220 |
+
border-radius: 2px;
|
221 |
+
background-color: #e8357c;
|
222 |
+
color: #fff;
|
223 |
+
text-transform: uppercase;
|
224 |
+
letter-spacing: .5px;
|
225 |
+
font-size: 10px;
|
226 |
+
}
|
227 |
+
.haTemplateLibrary__template:hover .haTemplateLibrary__template-preview {
|
228 |
+
opacity: 1;
|
229 |
+
}
|
230 |
+
.haTemplateLibrary__template-thumbnail {
|
231 |
+
display: block;
|
232 |
+
width: 100%;
|
233 |
+
}
|
234 |
+
.haTemplateLibrary__template-footer {
|
235 |
+
position: absolute;
|
236 |
+
bottom: 0;
|
237 |
+
left: 0;
|
238 |
+
display: -webkit-box;
|
239 |
+
display: -webkit-flex;
|
240 |
+
display: -ms-flexbox;
|
241 |
+
display: flex;
|
242 |
+
-webkit-box-align: center;
|
243 |
+
-webkit-align-items: center;
|
244 |
+
align-items: center;
|
245 |
+
-ms-flex-align: center;
|
246 |
+
-webkit-box-pack: justify;
|
247 |
+
-ms-flex-pack: justify;
|
248 |
+
-webkit-justify-content: space-between;
|
249 |
+
justify-content: space-between;
|
250 |
+
padding: 10px;
|
251 |
+
width: 100%;
|
252 |
+
background-color: #fff;
|
253 |
+
font-size: 11px;
|
254 |
+
line-height: 1;
|
255 |
+
-webkit-transition: -webkit-transform .5s;
|
256 |
+
transition: -webkit-transform .5s;
|
257 |
+
transition: transform .5s;
|
258 |
+
transition: transform .5s, -webkit-transform .5s;
|
259 |
+
-webkit-transform: translateY(100%);
|
260 |
+
-ms-transform: translateY(100%);
|
261 |
+
transform: translateY(100%);
|
262 |
+
}
|
263 |
+
.haTemplateLibrary__template:hover .haTemplateLibrary__template-footer {
|
264 |
+
-webkit-transform: translateY(0);
|
265 |
+
-ms-transform: translateY(0);
|
266 |
+
transform: translateY(0);
|
267 |
+
}
|
268 |
+
.haTemplateLibrary__template .haTemplateLibrary__pro-button {
|
269 |
+
color: #e8357c;
|
270 |
+
}
|
271 |
+
.haTemplateLibrary__template .haTemplateLibrary__pro-button:hover,
|
272 |
+
.haTemplateLibrary__template .haTemplateLibrary__pro-button:focus {
|
273 |
+
color: #ed639a;
|
274 |
+
}
|
275 |
+
.haTemplateLibrary__template .haTemplateLibrary__insert-button {
|
276 |
+
color: #562dd4;
|
277 |
+
}
|
278 |
+
.haTemplateLibrary__template .haTemplateLibrary__insert-button:hover,
|
279 |
+
.haTemplateLibrary__template .haTemplateLibrary__insert-button:focus {
|
280 |
+
color: #7857dd;
|
281 |
+
}
|
282 |
+
.haTemplateLibrary__template .haTemplateLibrary__preview-button {
|
283 |
+
color: #495157;
|
284 |
+
}
|
285 |
+
.haTemplateLibrary__template .haTemplateLibrary__preview-button:hover,
|
286 |
+
.haTemplateLibrary__template .haTemplateLibrary__preview-button:focus {
|
287 |
+
color: #606b73;
|
288 |
+
}
|
289 |
+
|
290 |
+
#elementor-template-library-header-preview .haTemplateLibrary__pro-button {
|
291 |
+
background-color: #e8357c;
|
292 |
+
color: #fff;
|
293 |
+
}
|
294 |
+
#elementor-template-library-header-preview .haTemplateLibrary__pro-button:hover,
|
295 |
+
#elementor-template-library-header-preview .haTemplateLibrary__pro-button:focus {
|
296 |
+
background-color: #ed639a;
|
297 |
+
color: #fff;
|
298 |
+
}
|
299 |
+
#elementor-template-library-header-preview .haTemplateLibrary__insert-button {
|
300 |
+
background-color: #562dd4;
|
301 |
+
color: #fff;
|
302 |
+
}
|
303 |
+
#elementor-template-library-header-preview .haTemplateLibrary__insert-button:hover,
|
304 |
+
#elementor-template-library-header-preview .haTemplateLibrary__insert-button:focus {
|
305 |
+
background-color: #7857dd;
|
306 |
+
color: #fff;
|
307 |
+
}
|
trunk/assets/admin/css/template-library.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.haTemplateLibrary__preview{overflow:hidden;margin:auto;width:100%;height:100%;-webkit-transition:width .2s,height .2s;transition:width .2s,height .2s}.haTemplateLibrary__preview>iframe{width:150%;height:150%;-webkit-transform:scale(.666) translateX(-25%) translateY(-25%);-ms-transform:scale(.666) translateX(-25%) translateY(-25%);transform:scale(.666) translateX(-25%) translateY(-25%)}.haTemplateLibrary__logo-wrap{display:inline-block;margin-right:10px;width:30px;height:30px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;line-height:30px}.haTemplateLibrary__logo-wrap>i{position:relative;top:1px}.haTemplateLibrary__logo-title{padding-top:2px}.haTemplateLibrary__responsive-menu-item{display:inline-block;padding:15px 0;width:40px;cursor:pointer}.haTemplateLibrary__responsive-menu-item.elementor-active{border-bottom:3px solid #562dd4;background-image:-webkit-gradient(linear,left top,left bottom,from(#f1f3f5),to(#fff));background-image:-webkit-linear-gradient(top,#f1f3f5,#fff);background-image:linear-gradient(to bottom,#f1f3f5,#fff)}.haTemplateLibrary__header-menu .elementor-template-library-menu-item.elementor-active{border-bottom-color:#562dd4}#haTemplateLibrary__toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}#haTemplateLibrary__toolbar-filter,#haTemplateLibrary__toolbar-search{position:relative;width:200px}#haTemplateLibrary__toolbar-search i,.haTemplateLibrary__filter-btn i{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.haTemplateLibrary__filter-btn{display:block;text-align:left;text-transform:uppercase;cursor:pointer}#haTemplateLibrary__toolbar-counter{font-size:12px}#haTemplateLibrary__search{border:0}#haTemplateLibrary__search,.haTemplateLibrary__filter-btn{padding:8px 15px 8px 0;border-bottom:1px solid #d5dadf;border-radius:0;font-size:12px}#haTemplateLibrary__filter-tags{position:absolute;top:100%;left:0;z-index:999;display:none;margin-top:10px;padding:10px;width:270%;border-radius:0 2px 2px;background-color:#fff;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.05);box-shadow:0 4px 8px rgba(0,0,0,.05)}#haTemplateLibrary__filter-tags>li{float:left;padding:10px;width:25%;text-align:left;text-transform:capitalize;cursor:pointer}#haTemplateLibrary__filter-tags>li.active,#haTemplateLibrary__filter-tags>li:hover{color:#e8357c}#haTemplateLibrary__filter-tags:before{position:absolute;bottom:100%;left:0;width:0;height:0;border:solid transparent;border-width:0 10px 10px 0;border-bottom-color:#fff;content:" ";pointer-events:none}#haTemplateLibrary__templates{height:calc(100% + 30px)}.haTemplateLibrary__templates-window{position:relative;overflow-y:auto;margin:10px -15px 0;height:calc(100% - 45px)}#haTemplateLibrary__templates-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.haTemplateLibrary__template{position:relative;overflow:hidden;margin:15px;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,.07);box-shadow:0 1px 20px 0 rgba(0,0,0,.07)}.haTemplateLibrary__templates--section .haTemplateLibrary__template{width:calc(33.333% - 30px)}.haTemplateLibrary__templates--page .haTemplateLibrary__template{width:calc(25% - 30px)}.haTemplateLibrary__template-body{position:relative}.haTemplateLibrary__template-preview{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;cursor:pointer;-webkit-transition:opacity .5s;transition:opacity .5s}.haTemplateLibrary__template-preview i{position:absolute;top:50%;left:50%;color:#d5dadf;font-size:20px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.haTemplateLibrary__template-badge{position:absolute;top:10px;right:10px;display:inline-block;padding:2px 4px;border-radius:2px;background-color:#e8357c;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.haTemplateLibrary__template:hover .haTemplateLibrary__template-preview{opacity:1}.haTemplateLibrary__template-thumbnail{display:block;width:100%}.haTemplateLibrary__template-footer{position:absolute;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px;width:100%;background-color:#fff;font-size:11px;line-height:1;-webkit-transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.haTemplateLibrary__template:hover .haTemplateLibrary__template-footer{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.haTemplateLibrary__template .haTemplateLibrary__pro-button{color:#e8357c}.haTemplateLibrary__template .haTemplateLibrary__pro-button:focus,.haTemplateLibrary__template .haTemplateLibrary__pro-button:hover{color:#ed639a}.haTemplateLibrary__template .haTemplateLibrary__insert-button{color:#562dd4}.haTemplateLibrary__template .haTemplateLibrary__insert-button:focus,.haTemplateLibrary__template .haTemplateLibrary__insert-button:hover{color:#7857dd}.haTemplateLibrary__template .haTemplateLibrary__preview-button{color:#495157}.haTemplateLibrary__template .haTemplateLibrary__preview-button:focus,.haTemplateLibrary__template .haTemplateLibrary__preview-button:hover{color:#606b73}#elementor-template-library-header-preview .haTemplateLibrary__pro-button{background-color:#e8357c;color:#fff}#elementor-template-library-header-preview .haTemplateLibrary__pro-button:focus,#elementor-template-library-header-preview .haTemplateLibrary__pro-button:hover{background-color:#ed639a;color:#fff}#elementor-template-library-header-preview .haTemplateLibrary__insert-button{background-color:#562dd4;color:#fff}#elementor-template-library-header-preview .haTemplateLibrary__insert-button:focus,#elementor-template-library-header-preview .haTemplateLibrary__insert-button:hover{background-color:#7857dd;color:#fff}
|
trunk/assets/admin/css/wizard.css
ADDED
@@ -0,0 +1,1624 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* nunito-regular - latin */
|
2 |
+
@font-face {
|
3 |
+
font-weight: 400;
|
4 |
+
font-style: normal;
|
5 |
+
font-family: "Nunito";
|
6 |
+
src: url("../../fonts/nunito/nunito-v22-latin-regular.eot");
|
7 |
+
/* IE9 Compat Modes */
|
8 |
+
src: local(""), url("../../fonts/nunito/nunito-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/nunito-v22-latin-regular.woff2") format("woff2"), url("../../fonts/nunito/nunito-v22-latin-regular.woff") format("woff"), url("../../fonts/nunito/nunito-v22-latin-regular.ttf") format("truetype"), url("../../fonts/nunito/nunito-v22-latin-regular.svg#Nunito") format("svg");
|
9 |
+
/* Legacy iOS */
|
10 |
+
}
|
11 |
+
/* nunito-600 - latin */
|
12 |
+
@font-face {
|
13 |
+
font-weight: 600;
|
14 |
+
font-style: normal;
|
15 |
+
font-family: "Nunito";
|
16 |
+
src: url("../../fonts/nunito/nunito-v22-latin-600.eot");
|
17 |
+
/* IE9 Compat Modes */
|
18 |
+
src: local(""), url("../../fonts/nunito/nunito-v22-latin-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/nunito-v22-latin-600.woff2") format("woff2"), url("../../fonts/nunito/nunito-v22-latin-600.woff") format("woff"), url("../../fonts/nunito/nunito-v22-latin-600.ttf") format("truetype"), url("../../fonts/nunito/nunito-v22-latin-600.svg#Nunito") format("svg");
|
19 |
+
/* Legacy iOS */
|
20 |
+
}
|
21 |
+
/* nunito-700 - latin */
|
22 |
+
@font-face {
|
23 |
+
font-weight: 700;
|
24 |
+
font-style: normal;
|
25 |
+
font-family: "Nunito";
|
26 |
+
src: url("../../fonts/nunito/nunito-v22-latin-700.eot");
|
27 |
+
/* IE9 Compat Modes */
|
28 |
+
src: local(""), url("../../fonts/nunito/nunito-v22-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/nunito-v22-latin-700.woff2") format("woff2"), url("../../fonts/nunito/nunito-v22-latin-700.woff") format("woff"), url("../../fonts/nunito/nunito-v22-latin-700.ttf") format("truetype"), url("../../fonts/nunito/nunito-v22-latin-700.svg#Nunito") format("svg");
|
29 |
+
/* Legacy iOS */
|
30 |
+
}
|
31 |
+
/* nunito-800 - latin */
|
32 |
+
@font-face {
|
33 |
+
font-weight: 800;
|
34 |
+
font-style: normal;
|
35 |
+
font-family: "Nunito";
|
36 |
+
src: url("../../fonts/nunito/nunito-v22-latin-800.eot");
|
37 |
+
/* IE9 Compat Modes */
|
38 |
+
src: local(""), url("../../fonts/nunito/nunito-v22-latin-800.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/nunito-v22-latin-800.woff2") format("woff2"), url("../../fonts/nunito/nunito-v22-latin-800.woff") format("woff"), url("../../fonts/nunito/nunito-v22-latin-800.ttf") format("truetype"), url("../../fonts/nunito/nunito-v22-latin-800.svg#Nunito") format("svg");
|
39 |
+
/* Legacy iOS */
|
40 |
+
}
|
41 |
+
/* nunito-900 - latin */
|
42 |
+
@font-face {
|
43 |
+
font-weight: 900;
|
44 |
+
font-style: normal;
|
45 |
+
font-family: "Nunito";
|
46 |
+
src: url("../../fonts/nunito/nunito-v22-latin-900.eot");
|
47 |
+
/* IE9 Compat Modes */
|
48 |
+
src: local(""), url("../../fonts/nunito/nunito-v22-latin-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/nunito/nunito-v22-latin-900.woff2") format("woff2"), url("../../fonts/nunito/nunito-v22-latin-900.woff") format("woff"), url("../../fonts/nunito/nunito-v22-latin-900.ttf") format("truetype"), url("../../fonts/nunito/nunito-v22-latin-900.svg#Nunito") format("svg");
|
49 |
+
/* Legacy iOS */
|
50 |
+
}
|
51 |
+
/* montserrat-regular - latin */
|
52 |
+
@font-face {
|
53 |
+
font-weight: 400;
|
54 |
+
font-style: normal;
|
55 |
+
font-family: "Montserrat";
|
56 |
+
src: url("../../fonts/montserrat/montserrat-v23-latin-regular.eot");
|
57 |
+
/* IE9 Compat Modes */
|
58 |
+
src: local(""), url("../../fonts/montserrat/montserrat-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/montserrat/montserrat-v23-latin-regular.woff2") format("woff2"), url("../../fonts/montserrat/montserrat-v23-latin-regular.woff") format("woff"), url("../../fonts/montserrat/montserrat-v23-latin-regular.ttf") format("truetype"), url("../../fonts/montserrat/montserrat-v23-latin-regular.svg#Montserrat") format("svg");
|
59 |
+
/* Legacy iOS */
|
60 |
+
}
|
61 |
+
/* montserrat-500 - latin */
|
62 |
+
@font-face {
|
63 |
+
font-weight: 500;
|
64 |
+
font-style: normal;
|
65 |
+
font-family: "Montserrat";
|
66 |
+
src: url("../../fonts/montserrat/montserrat-v23-latin-500.eot");
|
67 |
+
/* IE9 Compat Modes */
|
68 |
+
src: local(""), url("../../fonts/montserrat/montserrat-v23-latin-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/montserrat/montserrat-v23-latin-500.woff2") format("woff2"), url("../../fonts/montserrat/montserrat-v23-latin-500.woff") format("woff"), url("../../fonts/montserrat/montserrat-v23-latin-500.ttf") format("truetype"), url("../../fonts/montserrat/montserrat-v23-latin-500.svg#Montserrat") format("svg");
|
69 |
+
/* Legacy iOS */
|
70 |
+
}
|
71 |
+
/* montserrat-600 - latin */
|
72 |
+
@font-face {
|
73 |
+
font-weight: 600;
|
74 |
+
font-style: normal;
|
75 |
+
font-family: "Montserrat";
|
76 |
+
src: url("../../fonts/montserrat/montserrat-v23-latin-600.eot");
|
77 |
+
/* IE9 Compat Modes */
|
78 |
+
src: local(""), url("../../fonts/montserrat/montserrat-v23-latin-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/montserrat/montserrat-v23-latin-600.woff2") format("woff2"), url("../../fonts/montserrat/montserrat-v23-latin-600.woff") format("woff"), url("../../fonts/montserrat/montserrat-v23-latin-600.ttf") format("truetype"), url("../../fonts/montserrat/montserrat-v23-latin-600.svg#Montserrat") format("svg");
|
79 |
+
/* Legacy iOS */
|
80 |
+
}
|
81 |
+
/* montserrat-700 - latin */
|
82 |
+
@font-face {
|
83 |
+
font-weight: 700;
|
84 |
+
font-style: normal;
|
85 |
+
font-family: "Montserrat";
|
86 |
+
src: url("../../fonts/montserrat/montserrat-v23-latin-700.eot");
|
87 |
+
/* IE9 Compat Modes */
|
88 |
+
src: local(""), url("../../fonts/montserrat/montserrat-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/montserrat/montserrat-v23-latin-700.woff2") format("woff2"), url("../../fonts/montserrat/montserrat-v23-latin-700.woff") format("woff"), url("../../fonts/montserrat/montserrat-v23-latin-700.ttf") format("truetype"), url("../../fonts/montserrat/montserrat-v23-latin-700.svg#Montserrat") format("svg");
|
89 |
+
/* Legacy iOS */
|
90 |
+
}
|
91 |
+
body.toplevel_page_happy-addons-setup-wizard {
|
92 |
+
margin-top: -32px;
|
93 |
+
background: #a89cfc;
|
94 |
+
color: #50575e;
|
95 |
+
font-family: "Nunito", sans-serif;
|
96 |
+
|
97 |
+
-webkit-font-smoothing: antialiased;
|
98 |
+
-moz-osx-font-smoothing: grayscale;
|
99 |
+
text-rendering: optimizeLegibility;
|
100 |
+
}
|
101 |
+
@media (max-width: 782px) {
|
102 |
+
body.toplevel_page_happy-addons-setup-wizard {
|
103 |
+
margin-top: -46px;
|
104 |
+
}
|
105 |
+
}
|
106 |
+
body.toplevel_page_happy-addons-setup-wizard #wpwrap {
|
107 |
+
top: 0;
|
108 |
+
}
|
109 |
+
body.toplevel_page_happy-addons-setup-wizard #wpbody-content {
|
110 |
+
padding: 0;
|
111 |
+
min-height: 100vh !important;
|
112 |
+
}
|
113 |
+
body.toplevel_page_happy-addons-setup-wizard #wpbody-content .wrap {
|
114 |
+
margin: 0;
|
115 |
+
}
|
116 |
+
body.toplevel_page_happy-addons-setup-wizard #wpfooter,
|
117 |
+
body.toplevel_page_happy-addons-setup-wizard #adminmenumain,
|
118 |
+
body.toplevel_page_happy-addons-setup-wizard #wpcontent > *,
|
119 |
+
body.toplevel_page_happy-addons-setup-wizard #wpadminbar,
|
120 |
+
body.toplevel_page_happy-addons-setup-wizard #hello-programmer,
|
121 |
+
body.toplevel_page_happy-addons-setup-wizard .error,
|
122 |
+
body.toplevel_page_happy-addons-setup-wizard .notice,
|
123 |
+
body.toplevel_page_happy-addons-setup-wizard .update-nag,
|
124 |
+
body.toplevel_page_happy-addons-setup-wizard .updated,
|
125 |
+
body.toplevel_page_happy-addons-setup-wizard .woocommerce-layout__header,
|
126 |
+
body.toplevel_page_happy-addons-setup-wizard .woocommerce-message,
|
127 |
+
body.toplevel_page_happy-addons-setup-wizard .woocommerce-store-alerts {
|
128 |
+
display: none;
|
129 |
+
}
|
130 |
+
body.toplevel_page_happy-addons-setup-wizard #ha-setup-wizard {
|
131 |
+
position: relative;
|
132 |
+
}
|
133 |
+
body.toplevel_page_happy-addons-setup-wizard #wizard-root {
|
134 |
+
visibility: hidden;
|
135 |
+
}
|
136 |
+
body.toplevel_page_happy-addons-setup-wizard #wizard-root.visible {
|
137 |
+
visibility: visible;
|
138 |
+
}
|
139 |
+
body.toplevel_page_happy-addons-setup-wizard .hidden {
|
140 |
+
display: none !important;
|
141 |
+
}
|
142 |
+
body.toplevel_page_happy-addons-setup-wizard #wpcontent {
|
143 |
+
margin-left: 0 !important;
|
144 |
+
padding-left: 0 !important;
|
145 |
+
}
|
146 |
+
body.toplevel_page_happy-addons-setup-wizard #wpcontent > #wpbody {
|
147 |
+
display: block;
|
148 |
+
margin-top: 0 !important;
|
149 |
+
}
|
150 |
+
body.toplevel_page_happy-addons-setup-wizard .skip-setup {
|
151 |
+
position: absolute;
|
152 |
+
right: 0;
|
153 |
+
bottom: -32px;
|
154 |
+
left: 0;
|
155 |
+
color: #c4c4c4;
|
156 |
+
font-weight: 600;
|
157 |
+
cursor: pointer;
|
158 |
+
}
|
159 |
+
body.toplevel_page_happy-addons-setup-wizard .skip-setup:hover {
|
160 |
+
text-decoration: underline;
|
161 |
+
}
|
162 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header {
|
163 |
+
position: -webkit-sticky;
|
164 |
+
position: sticky;
|
165 |
+
top: -1px;
|
166 |
+
z-index: 99;
|
167 |
+
display: -webkit-box;
|
168 |
+
display: -webkit-flex;
|
169 |
+
display: -ms-flexbox;
|
170 |
+
display: flex;
|
171 |
+
-webkit-box-align: center;
|
172 |
+
-webkit-align-items: center;
|
173 |
+
align-items: center;
|
174 |
+
-ms-flex-align: center;
|
175 |
+
-webkit-align-self: flex-start;
|
176 |
+
-ms-flex-item-align: start;
|
177 |
+
align-self: flex-start;
|
178 |
+
-webkit-box-pack: center;
|
179 |
+
-ms-flex-pack: center;
|
180 |
+
-webkit-justify-content: center;
|
181 |
+
justify-content: center;
|
182 |
+
height: 60px;
|
183 |
+
background: #fff;
|
184 |
+
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
|
185 |
+
box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
|
186 |
+
}
|
187 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header-subtitle {
|
188 |
+
display: -webkit-box;
|
189 |
+
display: -webkit-flex;
|
190 |
+
display: -ms-flexbox;
|
191 |
+
display: flex;
|
192 |
+
-webkit-box-pack: center;
|
193 |
+
-ms-flex-pack: center;
|
194 |
+
-webkit-justify-content: center;
|
195 |
+
justify-content: center;
|
196 |
+
margin-top: 8px;
|
197 |
+
margin-right: 8px;
|
198 |
+
margin-bottom: 32px;
|
199 |
+
color: #757575;
|
200 |
+
text-align: center;
|
201 |
+
font-weight: 400;
|
202 |
+
font-size: 16px;
|
203 |
+
line-height: 24px;
|
204 |
+
}
|
205 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper {
|
206 |
+
margin: 0 16px;
|
207 |
+
max-width: 1240px;
|
208 |
+
width: 100%;
|
209 |
+
}
|
210 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__steps {
|
211 |
+
display: -webkit-box;
|
212 |
+
display: -webkit-flex;
|
213 |
+
display: -ms-flexbox;
|
214 |
+
display: flex;
|
215 |
+
-webkit-box-align: center;
|
216 |
+
-webkit-align-items: center;
|
217 |
+
align-items: center;
|
218 |
+
-ms-flex-align: center;
|
219 |
+
-webkit-box-pack: justify;
|
220 |
+
-ms-flex-pack: justify;
|
221 |
+
-webkit-justify-content: space-between;
|
222 |
+
justify-content: space-between;
|
223 |
+
margin: 0;
|
224 |
+
}
|
225 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step {
|
226 |
+
position: relative;
|
227 |
+
padding: 8px;
|
228 |
+
font-weight: 400;
|
229 |
+
}
|
230 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label-wrapper {
|
231 |
+
display: -webkit-box;
|
232 |
+
display: -webkit-flex;
|
233 |
+
display: -ms-flexbox;
|
234 |
+
display: flex;
|
235 |
+
-webkit-box-align: center;
|
236 |
+
-webkit-align-items: center;
|
237 |
+
align-items: center;
|
238 |
+
-ms-flex-align: center;
|
239 |
+
padding: 0;
|
240 |
+
border: 0;
|
241 |
+
background-color: transparent;
|
242 |
+
text-align: left;
|
243 |
+
cursor: pointer;
|
244 |
+
}
|
245 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label-wrapper:focus {
|
246 |
+
outline: none;
|
247 |
+
background: none;
|
248 |
+
-webkit-box-shadow: none;
|
249 |
+
box-shadow: none;
|
250 |
+
}
|
251 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-text {
|
252 |
+
width: 100%;
|
253 |
+
}
|
254 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label {
|
255 |
+
color: #c4c4c4;
|
256 |
+
font-weight: 700;
|
257 |
+
font-size: 14px;
|
258 |
+
line-height: 19px;
|
259 |
+
}
|
260 |
+
@media (max-width: 782px) {
|
261 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label {
|
262 |
+
display: none;
|
263 |
+
padding-top: 24px;
|
264 |
+
}
|
265 |
+
}
|
266 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-description {
|
267 |
+
display: none;
|
268 |
+
margin-top: 2px;
|
269 |
+
color: #757575;
|
270 |
+
font-weight: 400;
|
271 |
+
font-size: 14px;
|
272 |
+
}
|
273 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-icon {
|
274 |
+
display: -webkit-inline-box;
|
275 |
+
display: -webkit-inline-flex;
|
276 |
+
display: -ms-inline-flexbox;
|
277 |
+
display: inline-flex;
|
278 |
+
-webkit-box-align: center;
|
279 |
+
-webkit-align-items: center;
|
280 |
+
align-items: center;
|
281 |
+
-ms-flex-align: center;
|
282 |
+
-webkit-box-pack: center;
|
283 |
+
-ms-flex-pack: center;
|
284 |
+
-webkit-justify-content: center;
|
285 |
+
justify-content: center;
|
286 |
+
margin-right: 12px;
|
287 |
+
min-width: 25px;
|
288 |
+
width: 25px;
|
289 |
+
height: 25px;
|
290 |
+
border-radius: 50%;
|
291 |
+
background: #c4c4c4;
|
292 |
+
color: #fff;
|
293 |
+
font-weight: bold;
|
294 |
+
font-style: normal;
|
295 |
+
font-size: 14px;
|
296 |
+
line-height: 19px;
|
297 |
+
}
|
298 |
+
@media (max-width: 782px) {
|
299 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-icon {
|
300 |
+
margin-right: 0;
|
301 |
+
}
|
302 |
+
}
|
303 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-icon svg {
|
304 |
+
display: none;
|
305 |
+
}
|
306 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step .ha-spinner {
|
307 |
+
display: block;
|
308 |
+
margin-right: 12px;
|
309 |
+
min-width: 25px;
|
310 |
+
max-height: 25px;
|
311 |
+
width: 25px;
|
312 |
+
border-radius: 50%;
|
313 |
+
background: #5a2ed2;
|
314 |
+
}
|
315 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step .ha-spinner__circle {
|
316 |
+
stroke: #fff;
|
317 |
+
}
|
318 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-icon,
|
319 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete .ha-stepper__step-icon {
|
320 |
+
background: #5a2ed2;
|
321 |
+
color: #fff;
|
322 |
+
}
|
323 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-label,
|
324 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete .ha-stepper__step-label {
|
325 |
+
color: #222;
|
326 |
+
}
|
327 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-icon {
|
328 |
+
background: #e2498a;
|
329 |
+
font-weight: 600;
|
330 |
+
}
|
331 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-label {
|
332 |
+
margin: 0;
|
333 |
+
}
|
334 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete .ha-stepper__step-number {
|
335 |
+
display: none;
|
336 |
+
}
|
337 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete + .ha-stepper__step-divider {
|
338 |
+
color: #a89cfc;
|
339 |
+
}
|
340 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete svg {
|
341 |
+
display: inline;
|
342 |
+
}
|
343 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-divider {
|
344 |
+
display: -webkit-inline-box;
|
345 |
+
display: -webkit-inline-flex;
|
346 |
+
display: -ms-inline-flexbox;
|
347 |
+
display: inline-flex;
|
348 |
+
margin: 0;
|
349 |
+
color: #c4c4c4;
|
350 |
+
}
|
351 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-divider:last-child {
|
352 |
+
display: none;
|
353 |
+
}
|
354 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container {
|
355 |
+
margin-top: 30px;
|
356 |
+
}
|
357 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content {
|
358 |
+
margin: auto;
|
359 |
+
padding: 43px 41px 55px;
|
360 |
+
max-width: 1158px;
|
361 |
+
width: 90%;
|
362 |
+
border-radius: 20px;
|
363 |
+
background-color: #fff;
|
364 |
+
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
|
365 |
+
box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
|
366 |
+
}
|
367 |
+
@media (max-width: 782px) {
|
368 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content {
|
369 |
+
width: calc(90% - 82px);
|
370 |
+
}
|
371 |
+
}
|
372 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .inner-content {
|
373 |
+
position: relative;
|
374 |
+
text-align: center;
|
375 |
+
}
|
376 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-big {
|
377 |
+
margin-top: 33px;
|
378 |
+
margin-bottom: 10px;
|
379 |
+
text-align: center;
|
380 |
+
font-weight: 800;
|
381 |
+
font-size: 48px;
|
382 |
+
line-height: 65px;
|
383 |
+
}
|
384 |
+
@media (max-width: 650px) {
|
385 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-big {
|
386 |
+
margin-top: 16px;
|
387 |
+
font-size: 28px;
|
388 |
+
line-height: 35px;
|
389 |
+
}
|
390 |
+
}
|
391 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-small {
|
392 |
+
margin: 0;
|
393 |
+
text-align: center;
|
394 |
+
font-weight: 800;
|
395 |
+
font-size: 32px;
|
396 |
+
line-height: 44px;
|
397 |
+
}
|
398 |
+
@media (max-width: 650px) {
|
399 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-small {
|
400 |
+
margin-top: 16px;
|
401 |
+
font-size: 28px;
|
402 |
+
line-height: 35px;
|
403 |
+
}
|
404 |
+
}
|
405 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-small + p {
|
406 |
+
margin-top: 4px;
|
407 |
+
color: #000;
|
408 |
+
text-align: center;
|
409 |
+
font-weight: normal;
|
410 |
+
font-style: normal;
|
411 |
+
font-size: 21px;
|
412 |
+
line-height: 29px;
|
413 |
+
}
|
414 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .color-purple {
|
415 |
+
color: #5a2ed2;
|
416 |
+
}
|
417 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .color-red {
|
418 |
+
color: #e2498a;
|
419 |
+
}
|
420 |
+
@media (max-width: 650px) {
|
421 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome svg {
|
422 |
+
width: 48px;
|
423 |
+
height: auto;
|
424 |
+
}
|
425 |
+
}
|
426 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .php-info {
|
427 |
+
color: #000;
|
428 |
+
text-align: center;
|
429 |
+
font-weight: normal;
|
430 |
+
font-style: normal;
|
431 |
+
font-size: 24px;
|
432 |
+
line-height: 33px;
|
433 |
+
}
|
434 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .php-info p {
|
435 |
+
color: #828282;
|
436 |
+
text-align: center;
|
437 |
+
font-weight: normal;
|
438 |
+
font-style: normal;
|
439 |
+
font-size: 18px;
|
440 |
+
line-height: 25px;
|
441 |
+
}
|
442 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup {
|
443 |
+
display: -webkit-box;
|
444 |
+
display: -webkit-flex;
|
445 |
+
display: -ms-flexbox;
|
446 |
+
display: flex;
|
447 |
+
-webkit-box-pack: center;
|
448 |
+
-ms-flex-pack: center;
|
449 |
+
-webkit-justify-content: center;
|
450 |
+
justify-content: center;
|
451 |
+
margin-top: 70px;
|
452 |
+
margin-bottom: 80px;
|
453 |
+
-webkit-column-gap: 27px;
|
454 |
+
-moz-column-gap: 27px;
|
455 |
+
column-gap: 27px;
|
456 |
+
}
|
457 |
+
@media (max-width: 782px) {
|
458 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup {
|
459 |
+
-webkit-box-align: center;
|
460 |
+
-webkit-align-items: center;
|
461 |
+
align-items: center;
|
462 |
+
-ms-flex-align: center;
|
463 |
+
-webkit-box-orient: vertical;
|
464 |
+
-webkit-box-direction: normal;
|
465 |
+
-webkit-flex-direction: column;
|
466 |
+
-ms-flex-direction: column;
|
467 |
+
flex-direction: column;
|
468 |
+
|
469 |
+
row-gap: 30px;
|
470 |
+
}
|
471 |
+
}
|
472 |
+
@media (max-width: 650px) {
|
473 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup {
|
474 |
+
margin-top: 40px;
|
475 |
+
margin-bottom: 40px;
|
476 |
+
|
477 |
+
row-gap: 20px;
|
478 |
+
}
|
479 |
+
}
|
480 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch {
|
481 |
+
display: -webkit-box;
|
482 |
+
display: -webkit-flex;
|
483 |
+
display: -ms-flexbox;
|
484 |
+
display: flex;
|
485 |
+
-webkit-box-align: center;
|
486 |
+
-webkit-align-items: center;
|
487 |
+
align-items: center;
|
488 |
+
-ms-flex-align: center;
|
489 |
+
padding: 22px 30px;
|
490 |
+
width: 260px;
|
491 |
+
height: 54px;
|
492 |
+
border: 2px solid #e1e1e1;
|
493 |
+
border-radius: 8px;
|
494 |
+
background: #fff;
|
495 |
+
cursor: pointer;
|
496 |
+
}
|
497 |
+
@media (max-width: 650px) {
|
498 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch {
|
499 |
+
padding: 15px;
|
500 |
+
width: calc(100% - 30px);
|
501 |
+
height: auto;
|
502 |
+
text-align: left;
|
503 |
+
}
|
504 |
+
}
|
505 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span {
|
506 |
+
display: -webkit-box;
|
507 |
+
display: -webkit-flex;
|
508 |
+
display: -ms-flexbox;
|
509 |
+
display: flex;
|
510 |
+
}
|
511 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.radio {
|
512 |
+
position: relative;
|
513 |
+
-webkit-flex-shrink: 0;
|
514 |
+
-ms-flex-negative: 0;
|
515 |
+
flex-shrink: 0;
|
516 |
+
-webkit-box-sizing: border-box;
|
517 |
+
box-sizing: border-box;
|
518 |
+
width: 24px;
|
519 |
+
height: 24px;
|
520 |
+
border: 2px solid #c4c4c4;
|
521 |
+
border-radius: 100%;
|
522 |
+
}
|
523 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.radio::before {
|
524 |
+
position: absolute;
|
525 |
+
top: 50%;
|
526 |
+
left: 50%;
|
527 |
+
width: 10px;
|
528 |
+
height: 10px;
|
529 |
+
border-radius: 100%;
|
530 |
+
background: transparent;
|
531 |
+
content: " ";
|
532 |
+
-webkit-transform: translate(-50%, -50%);
|
533 |
+
-ms-transform: translate(-50%, -50%);
|
534 |
+
transform: translate(-50%, -50%);
|
535 |
+
}
|
536 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.title {
|
537 |
+
font-weight: bold;
|
538 |
+
font-style: normal;
|
539 |
+
font-size: 21px;
|
540 |
+
line-height: 29px;
|
541 |
+
}
|
542 |
+
@media (max-width: 650px) {
|
543 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.title {
|
544 |
+
font-size: 16px;
|
545 |
+
line-height: 22px;
|
546 |
+
}
|
547 |
+
}
|
548 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.description {
|
549 |
+
color: #828282;
|
550 |
+
font-weight: normal;
|
551 |
+
font-style: normal;
|
552 |
+
font-size: 16px;
|
553 |
+
line-height: 22px;
|
554 |
+
}
|
555 |
+
@media (max-width: 650px) {
|
556 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.description {
|
557 |
+
font-size: 12px;
|
558 |
+
line-height: 16px;
|
559 |
+
}
|
560 |
+
}
|
561 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch .switch-data {
|
562 |
+
padding-left: 30px;
|
563 |
+
color: #000;
|
564 |
+
}
|
565 |
+
@media (max-width: 650px) {
|
566 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch .switch-data {
|
567 |
+
padding-left: 15px;
|
568 |
+
}
|
569 |
+
}
|
570 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch.active {
|
571 |
+
border: 2px solid #5a2ed2;
|
572 |
+
background: rgba(168, 156, 252, .1);
|
573 |
+
}
|
574 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch.active span.radio {
|
575 |
+
border: 2px solid #5a2ed2;
|
576 |
+
}
|
577 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch.active span.radio::before {
|
578 |
+
background: #5a2ed2;
|
579 |
+
}
|
580 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .congrats-info {
|
581 |
+
margin: 10px 0 20px;
|
582 |
+
color: #55c459;
|
583 |
+
text-align: center;
|
584 |
+
font-weight: bold;
|
585 |
+
font-style: normal;
|
586 |
+
font-size: 28px;
|
587 |
+
font-family: Nunito;
|
588 |
+
line-height: 38px;
|
589 |
+
}
|
590 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .details {
|
591 |
+
margin-bottom: 64px;
|
592 |
+
color: #717791;
|
593 |
+
text-align: center;
|
594 |
+
text-transform: uppercase;
|
595 |
+
letter-spacing: .3em;
|
596 |
+
font-weight: 600;
|
597 |
+
font-style: normal;
|
598 |
+
font-size: 18px;
|
599 |
+
font-family: Nunito;
|
600 |
+
line-height: 25px;
|
601 |
+
}
|
602 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links {
|
603 |
+
display: -webkit-box;
|
604 |
+
display: -webkit-flex;
|
605 |
+
display: -ms-flexbox;
|
606 |
+
display: flex;
|
607 |
+
-webkit-flex-wrap: wrap;
|
608 |
+
-ms-flex-wrap: wrap;
|
609 |
+
flex-wrap: wrap;
|
610 |
+
-webkit-box-pack: justify;
|
611 |
+
-ms-flex-pack: justify;
|
612 |
+
-webkit-justify-content: space-between;
|
613 |
+
justify-content: space-between;
|
614 |
+
margin-top: 73px;
|
615 |
+
|
616 |
+
row-gap: 20px;
|
617 |
+
}
|
618 |
+
@media screen and (max-width: 782px) {
|
619 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links {
|
620 |
+
-webkit-box-align: center;
|
621 |
+
-webkit-align-items: center;
|
622 |
+
align-items: center;
|
623 |
+
-ms-flex-align: center;
|
624 |
+
-webkit-box-orient: vertical;
|
625 |
+
-webkit-box-direction: normal;
|
626 |
+
-webkit-flex-direction: column;
|
627 |
+
-ms-flex-direction: column;
|
628 |
+
flex-direction: column;
|
629 |
+
margin-right: auto;
|
630 |
+
margin-left: auto;
|
631 |
+
width: -webkit-fit-content;
|
632 |
+
width: -moz-fit-content;
|
633 |
+
width: fit-content;
|
634 |
+
}
|
635 |
+
}
|
636 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links a {
|
637 |
+
position: relative;
|
638 |
+
color: #562dd4;
|
639 |
+
color: #562dd4;
|
640 |
+
text-align: center;
|
641 |
+
text-decoration: none;
|
642 |
+
font-weight: 600;
|
643 |
+
font-style: normal;
|
644 |
+
font-size: 14px;
|
645 |
+
font-family: Nunito;
|
646 |
+
line-height: 19px;
|
647 |
+
}
|
648 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links a::after {
|
649 |
+
position: absolute;
|
650 |
+
bottom: -6px;
|
651 |
+
left: 8px;
|
652 |
+
z-index: 1;
|
653 |
+
width: calc(100% - 16px);
|
654 |
+
height: calc(100% - 16px);
|
655 |
+
border-radius: 3px;
|
656 |
+
background: rgba(226, 73, 138, .1);
|
657 |
+
content: " ";
|
658 |
+
-webkit-transition: .35s cubic-bezier(.25, .1, 0, 2.05);
|
659 |
+
transition: .35s cubic-bezier(.25, .1, 0, 2.05);
|
660 |
+
}
|
661 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links a:hover:after {
|
662 |
+
bottom: -2px;
|
663 |
+
left: -1%;
|
664 |
+
width: 102%;
|
665 |
+
height: 110%;
|
666 |
+
background: rgba(226, 73, 138, .2);
|
667 |
+
}
|
668 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets {
|
669 |
+
margin-bottom: 30px;
|
670 |
+
}
|
671 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container {
|
672 |
+
margin-bottom: 42px;
|
673 |
+
}
|
674 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .widget-group {
|
675 |
+
display: -webkit-box;
|
676 |
+
display: -webkit-flex;
|
677 |
+
display: -ms-flexbox;
|
678 |
+
display: flex;
|
679 |
+
-webkit-flex-wrap: wrap;
|
680 |
+
-ms-flex-wrap: wrap;
|
681 |
+
flex-wrap: wrap;
|
682 |
+
-webkit-column-gap: 19px;
|
683 |
+
-moz-column-gap: 19px;
|
684 |
+
column-gap: 19px;
|
685 |
+
|
686 |
+
row-gap: 11px;
|
687 |
+
}
|
688 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget {
|
689 |
+
max-width: 275px;
|
690 |
+
width: calc((100% - 60px) / 4);
|
691 |
+
}
|
692 |
+
@media (max-width: 782px) {
|
693 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget {
|
694 |
+
width: calc((100% - 40px) / 3);
|
695 |
+
}
|
696 |
+
}
|
697 |
+
@media (max-width: 650px) {
|
698 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget {
|
699 |
+
width: 100%;
|
700 |
+
}
|
701 |
+
}
|
702 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset {
|
703 |
+
padding: 18px;
|
704 |
+
border: 1px solid #e1e1e1;
|
705 |
+
border-radius: 8px;
|
706 |
+
background: #fff;
|
707 |
+
}
|
708 |
+
@media (max-width: 782px) {
|
709 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset {
|
710 |
+
padding: 14px;
|
711 |
+
}
|
712 |
+
}
|
713 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset legend {
|
714 |
+
-webkit-box-sizing: border-box;
|
715 |
+
box-sizing: border-box;
|
716 |
+
margin-right: auto;
|
717 |
+
padding: 3px 7px;
|
718 |
+
width: 40px;
|
719 |
+
border: 1px solid #e1e1e1;
|
720 |
+
border-radius: 10.5px;
|
721 |
+
background: #f2f2f2;
|
722 |
+
color: #828282;
|
723 |
+
text-align: center;
|
724 |
+
font-weight: 700;
|
725 |
+
font-style: normal;
|
726 |
+
font-size: 10px;
|
727 |
+
line-height: 1;
|
728 |
+
}
|
729 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset .widget_inner {
|
730 |
+
display: -webkit-box;
|
731 |
+
display: -webkit-flex;
|
732 |
+
display: -ms-flexbox;
|
733 |
+
display: flex;
|
734 |
+
-webkit-box-align: center;
|
735 |
+
-webkit-align-items: center;
|
736 |
+
align-items: center;
|
737 |
+
-ms-flex-align: center;
|
738 |
+
-webkit-box-pack: justify;
|
739 |
+
-ms-flex-pack: justify;
|
740 |
+
-webkit-justify-content: space-between;
|
741 |
+
justify-content: space-between;
|
742 |
+
}
|
743 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset .widget_inner .widget-title {
|
744 |
+
color: #000;
|
745 |
+
font-weight: 600;
|
746 |
+
font-style: normal;
|
747 |
+
font-size: 14px;
|
748 |
+
line-height: 23px;
|
749 |
+
}
|
750 |
+
@media (max-width: 782px) {
|
751 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset .widget_inner .widget-title {
|
752 |
+
font-size: 12px;
|
753 |
+
line-height: 18px;
|
754 |
+
}
|
755 |
+
}
|
756 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading {
|
757 |
+
display: -webkit-box;
|
758 |
+
display: -webkit-flex;
|
759 |
+
display: -ms-flexbox;
|
760 |
+
display: flex;
|
761 |
+
-webkit-box-pack: justify;
|
762 |
+
-ms-flex-pack: justify;
|
763 |
+
-webkit-justify-content: space-between;
|
764 |
+
justify-content: space-between;
|
765 |
+
margin-top: 40px;
|
766 |
+
margin-bottom: 20px;
|
767 |
+
width: 100%;
|
768 |
+
border-bottom: 1px solid #e1e1e1;
|
769 |
+
}
|
770 |
+
@media (max-width: 650px) {
|
771 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading {
|
772 |
+
-webkit-box-align: center;
|
773 |
+
-webkit-align-items: center;
|
774 |
+
align-items: center;
|
775 |
+
-ms-flex-align: center;
|
776 |
+
-webkit-box-orient: vertical;
|
777 |
+
-webkit-box-direction: normal;
|
778 |
+
-webkit-flex-direction: column;
|
779 |
+
-ms-flex-direction: column;
|
780 |
+
flex-direction: column;
|
781 |
+
}
|
782 |
+
}
|
783 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading .title {
|
784 |
+
margin-bottom: 4px;
|
785 |
+
color: #000;
|
786 |
+
font-weight: 700;
|
787 |
+
font-style: normal;
|
788 |
+
font-size: 18px;
|
789 |
+
line-height: 22px;
|
790 |
+
}
|
791 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading .action {
|
792 |
+
display: -webkit-box;
|
793 |
+
display: -webkit-flex;
|
794 |
+
display: -ms-flexbox;
|
795 |
+
display: flex;
|
796 |
+
-webkit-transform: translateY(50%);
|
797 |
+
-ms-transform: translateY(50%);
|
798 |
+
transform: translateY(50%);
|
799 |
+
}
|
800 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading .action span {
|
801 |
+
-webkit-box-sizing: border-box;
|
802 |
+
box-sizing: border-box;
|
803 |
+
margin-left: 4px;
|
804 |
+
padding: 6px 15px;
|
805 |
+
border: 1px solid #e1e1e1;
|
806 |
+
border-radius: 38px;
|
807 |
+
background: #fff;
|
808 |
+
color: #000;
|
809 |
+
font-weight: 600;
|
810 |
+
font-style: normal;
|
811 |
+
font-size: 12px;
|
812 |
+
line-height: 1;
|
813 |
+
cursor: pointer;
|
814 |
+
}
|
815 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .preadvise {
|
816 |
+
margin: 34px auto 55px;
|
817 |
+
padding: 20px 8px;
|
818 |
+
max-width: 733px;
|
819 |
+
border-radius: 20px;
|
820 |
+
background: #cff4fc;
|
821 |
+
color: #055160;
|
822 |
+
text-align: center;
|
823 |
+
font-weight: bold;
|
824 |
+
font-style: italic;
|
825 |
+
font-size: 16px;
|
826 |
+
font-family: Nunito;
|
827 |
+
line-height: 22px;
|
828 |
+
}
|
829 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container {
|
830 |
+
margin-bottom: 42px;
|
831 |
+
}
|
832 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .feature-group {
|
833 |
+
display: -webkit-box;
|
834 |
+
display: -webkit-flex;
|
835 |
+
display: -ms-flexbox;
|
836 |
+
display: flex;
|
837 |
+
-webkit-flex-wrap: wrap;
|
838 |
+
-ms-flex-wrap: wrap;
|
839 |
+
flex-wrap: wrap;
|
840 |
+
-webkit-column-gap: 19px;
|
841 |
+
-moz-column-gap: 19px;
|
842 |
+
column-gap: 19px;
|
843 |
+
|
844 |
+
row-gap: 11px;
|
845 |
+
}
|
846 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature {
|
847 |
+
max-width: 275px;
|
848 |
+
width: calc((100% - 60px) / 4);
|
849 |
+
}
|
850 |
+
@media (max-width: 782px) {
|
851 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature {
|
852 |
+
width: calc((100% - 40px) / 3);
|
853 |
+
}
|
854 |
+
}
|
855 |
+
@media (max-width: 650px) {
|
856 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature {
|
857 |
+
width: 100%;
|
858 |
+
}
|
859 |
+
}
|
860 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset {
|
861 |
+
padding: 18px;
|
862 |
+
border: 1px solid #e1e1e1;
|
863 |
+
border-radius: 8px;
|
864 |
+
background: #fff;
|
865 |
+
}
|
866 |
+
@media (max-width: 782px) {
|
867 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset {
|
868 |
+
padding: 14px;
|
869 |
+
}
|
870 |
+
}
|
871 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset legend {
|
872 |
+
-webkit-box-sizing: border-box;
|
873 |
+
box-sizing: border-box;
|
874 |
+
margin-right: auto;
|
875 |
+
padding: 3px 7px;
|
876 |
+
width: 40px;
|
877 |
+
border: 1px solid #e1e1e1;
|
878 |
+
border-radius: 10.5px;
|
879 |
+
background: #f2f2f2;
|
880 |
+
color: #828282;
|
881 |
+
text-align: center;
|
882 |
+
font-weight: 700;
|
883 |
+
font-style: normal;
|
884 |
+
font-size: 10px;
|
885 |
+
line-height: 1;
|
886 |
+
}
|
887 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset .feature_inner {
|
888 |
+
display: -webkit-box;
|
889 |
+
display: -webkit-flex;
|
890 |
+
display: -ms-flexbox;
|
891 |
+
display: flex;
|
892 |
+
-webkit-box-align: center;
|
893 |
+
-webkit-align-items: center;
|
894 |
+
align-items: center;
|
895 |
+
-ms-flex-align: center;
|
896 |
+
-webkit-box-pack: justify;
|
897 |
+
-ms-flex-pack: justify;
|
898 |
+
-webkit-justify-content: space-between;
|
899 |
+
justify-content: space-between;
|
900 |
+
}
|
901 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset .feature_inner .feature-title {
|
902 |
+
color: #000;
|
903 |
+
font-weight: 600;
|
904 |
+
font-style: normal;
|
905 |
+
font-size: 14px;
|
906 |
+
line-height: 23px;
|
907 |
+
}
|
908 |
+
@media (max-width: 782px) {
|
909 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset .feature_inner .feature-title {
|
910 |
+
font-size: 12px;
|
911 |
+
line-height: 18px;
|
912 |
+
}
|
913 |
+
}
|
914 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading {
|
915 |
+
display: -webkit-box;
|
916 |
+
display: -webkit-flex;
|
917 |
+
display: -ms-flexbox;
|
918 |
+
display: flex;
|
919 |
+
-webkit-box-pack: justify;
|
920 |
+
-ms-flex-pack: justify;
|
921 |
+
-webkit-justify-content: space-between;
|
922 |
+
justify-content: space-between;
|
923 |
+
margin-top: 40px;
|
924 |
+
margin-bottom: 20px;
|
925 |
+
width: 100%;
|
926 |
+
border-bottom: 1px solid #e1e1e1;
|
927 |
+
}
|
928 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading .title {
|
929 |
+
margin-bottom: 4px;
|
930 |
+
color: #000;
|
931 |
+
font-weight: 700;
|
932 |
+
font-style: normal;
|
933 |
+
font-size: 18px;
|
934 |
+
line-height: 22px;
|
935 |
+
}
|
936 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading .action {
|
937 |
+
display: -webkit-box;
|
938 |
+
display: -webkit-flex;
|
939 |
+
display: -ms-flexbox;
|
940 |
+
display: flex;
|
941 |
+
-webkit-transform: translateY(50%);
|
942 |
+
-ms-transform: translateY(50%);
|
943 |
+
transform: translateY(50%);
|
944 |
+
}
|
945 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading .action span {
|
946 |
+
-webkit-box-sizing: border-box;
|
947 |
+
box-sizing: border-box;
|
948 |
+
margin-left: 4px;
|
949 |
+
padding: 6px 15px;
|
950 |
+
border: 1px solid #e1e1e1;
|
951 |
+
border-radius: 38px;
|
952 |
+
background: #fff;
|
953 |
+
color: #000;
|
954 |
+
font-weight: 600;
|
955 |
+
font-style: normal;
|
956 |
+
font-size: 12px;
|
957 |
+
line-height: 1;
|
958 |
+
cursor: pointer;
|
959 |
+
}
|
960 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .description {
|
961 |
+
margin-top: 30px;
|
962 |
+
color: #000;
|
963 |
+
text-align: center;
|
964 |
+
font-weight: normal;
|
965 |
+
font-style: normal;
|
966 |
+
font-size: 21px;
|
967 |
+
font-family: Nunito;
|
968 |
+
line-height: 29px;
|
969 |
+
}
|
970 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .description .big {
|
971 |
+
font-weight: 800;
|
972 |
+
font-size: 28px;
|
973 |
+
line-height: 38px;
|
974 |
+
}
|
975 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro h3 {
|
976 |
+
margin: 0;
|
977 |
+
color: #a89cfc;
|
978 |
+
text-align: center;
|
979 |
+
font-weight: 800;
|
980 |
+
font-style: normal;
|
981 |
+
font-size: 28px;
|
982 |
+
font-family: Nunito;
|
983 |
+
line-height: 38px;
|
984 |
+
}
|
985 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list {
|
986 |
+
display: -webkit-box;
|
987 |
+
display: -webkit-flex;
|
988 |
+
display: -ms-flexbox;
|
989 |
+
display: flex;
|
990 |
+
-webkit-flex-wrap: wrap;
|
991 |
+
-ms-flex-wrap: wrap;
|
992 |
+
flex-wrap: wrap;
|
993 |
+
-ms-flex-pack: distribute;
|
994 |
+
-webkit-justify-content: space-around;
|
995 |
+
justify-content: space-around;
|
996 |
+
margin-top: 20px;
|
997 |
+
-webkit-column-gap: 20px;
|
998 |
+
-moz-column-gap: 20px;
|
999 |
+
column-gap: 20px;
|
1000 |
+
|
1001 |
+
row-gap: 20px;
|
1002 |
+
}
|
1003 |
+
@media (max-width: 782px) {
|
1004 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list {
|
1005 |
+
-webkit-column-gap: 10px;
|
1006 |
+
-moz-column-gap: 10px;
|
1007 |
+
column-gap: 10px;
|
1008 |
+
|
1009 |
+
row-gap: 10px;
|
1010 |
+
}
|
1011 |
+
}
|
1012 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item {
|
1013 |
+
-webkit-box-flex: 1;
|
1014 |
+
-webkit-flex: 1;
|
1015 |
+
-ms-flex: 1;
|
1016 |
+
flex: 1;
|
1017 |
+
-webkit-box-sizing: border-box;
|
1018 |
+
box-sizing: border-box;
|
1019 |
+
padding: 16px 16px 13px;
|
1020 |
+
border: 1px solid rgba(90, 46, 210, .1);
|
1021 |
+
border-radius: 10px;
|
1022 |
+
background: rgba(168, 156, 252, .1);
|
1023 |
+
font-family: "Montserrat", sans-serif;
|
1024 |
+
}
|
1025 |
+
@media (max-width: 782px) {
|
1026 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item {
|
1027 |
+
-webkit-box-flex: 1;
|
1028 |
+
-webkit-flex: 1 0 30%;
|
1029 |
+
-ms-flex: 1 0 30%;
|
1030 |
+
flex: 1 0 30%;
|
1031 |
+
}
|
1032 |
+
}
|
1033 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item.more {
|
1034 |
+
display: -webkit-box;
|
1035 |
+
display: -webkit-flex;
|
1036 |
+
display: -ms-flexbox;
|
1037 |
+
display: flex;
|
1038 |
+
-webkit-box-align: center;
|
1039 |
+
-webkit-align-items: center;
|
1040 |
+
align-items: center;
|
1041 |
+
-ms-flex-align: center;
|
1042 |
+
-webkit-box-pack: center;
|
1043 |
+
-ms-flex-pack: center;
|
1044 |
+
-webkit-justify-content: center;
|
1045 |
+
justify-content: center;
|
1046 |
+
}
|
1047 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item img {
|
1048 |
+
margin-bottom: 16px;
|
1049 |
+
width: auto;
|
1050 |
+
height: 36px;
|
1051 |
+
}
|
1052 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item .item-title {
|
1053 |
+
color: #717791;
|
1054 |
+
text-align: center;
|
1055 |
+
text-transform: uppercase;
|
1056 |
+
font-size: 14px;
|
1057 |
+
}
|
1058 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item .item-title .red {
|
1059 |
+
color: #e2498a;
|
1060 |
+
}
|
1061 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item .item-title .blue {
|
1062 |
+
color: #a89cfc;
|
1063 |
+
}
|
1064 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .feature-wrap {
|
1065 |
+
margin-top: 43px;
|
1066 |
+
}
|
1067 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap {
|
1068 |
+
margin-top: 65px;
|
1069 |
+
margin-bottom: 60px;
|
1070 |
+
}
|
1071 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap h3 {
|
1072 |
+
color: #717791;
|
1073 |
+
}
|
1074 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap .promo-item {
|
1075 |
+
border: 1px solid rgba(34, 34, 34, .1);
|
1076 |
+
background: rgba(196, 196, 196, .1);
|
1077 |
+
}
|
1078 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap .promo-item p {
|
1079 |
+
margin: 8px 0 0;
|
1080 |
+
color: rgba(113, 119, 145, .7);
|
1081 |
+
text-align: center;
|
1082 |
+
text-transform: uppercase;
|
1083 |
+
font-weight: 500;
|
1084 |
+
font-size: 10px;
|
1085 |
+
line-height: 12px;
|
1086 |
+
}
|
1087 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .details {
|
1088 |
+
color: #828282;
|
1089 |
+
text-align: center;
|
1090 |
+
font-weight: normal;
|
1091 |
+
font-style: normal;
|
1092 |
+
font-size: 21px;
|
1093 |
+
font-family: Nunito;
|
1094 |
+
line-height: 29px;
|
1095 |
+
}
|
1096 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms {
|
1097 |
+
-webkit-box-sizing: border-box;
|
1098 |
+
box-sizing: border-box;
|
1099 |
+
margin: auto;
|
1100 |
+
margin-top: 65px;
|
1101 |
+
margin-bottom: 30px;
|
1102 |
+
padding: 32px 48px;
|
1103 |
+
max-width: 628px;
|
1104 |
+
border: 1px solid #e1e1e1;
|
1105 |
+
border-radius: 20px;
|
1106 |
+
background: #f2f2f2;
|
1107 |
+
}
|
1108 |
+
@media (max-width: 650px) {
|
1109 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms {
|
1110 |
+
margin-top: 40px;
|
1111 |
+
padding: 16px;
|
1112 |
+
}
|
1113 |
+
}
|
1114 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms div {
|
1115 |
+
overflow-y: scroll;
|
1116 |
+
width: 100%;
|
1117 |
+
height: 180px;
|
1118 |
+
outline: none;
|
1119 |
+
border: none;
|
1120 |
+
background: 0 0;
|
1121 |
+
-webkit-box-shadow: none;
|
1122 |
+
box-shadow: none;
|
1123 |
+
text-align: left;
|
1124 |
+
resize: none;
|
1125 |
+
}
|
1126 |
+
@media (max-width: 782px) {
|
1127 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms div {
|
1128 |
+
height: auto;
|
1129 |
+
}
|
1130 |
+
}
|
1131 |
+
@media (max-width: 650px) {
|
1132 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms div {
|
1133 |
+
height: 200px;
|
1134 |
+
}
|
1135 |
+
}
|
1136 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-check {
|
1137 |
+
display: -webkit-box;
|
1138 |
+
display: -webkit-flex;
|
1139 |
+
display: -ms-flexbox;
|
1140 |
+
display: flex;
|
1141 |
+
-webkit-box-align: center;
|
1142 |
+
-webkit-align-items: center;
|
1143 |
+
align-items: center;
|
1144 |
+
-ms-flex-align: center;
|
1145 |
+
-webkit-box-pack: start;
|
1146 |
+
-ms-flex-pack: start;
|
1147 |
+
-webkit-justify-content: flex-start;
|
1148 |
+
justify-content: flex-start;
|
1149 |
+
margin: auto;
|
1150 |
+
margin-bottom: 50px;
|
1151 |
+
width: 240px;
|
1152 |
+
}
|
1153 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-check .ha-toggle {
|
1154 |
+
margin-right: 10px;
|
1155 |
+
}
|
1156 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-check span {
|
1157 |
+
font-size: 16px;
|
1158 |
+
}
|
1159 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav {
|
1160 |
+
display: -webkit-box;
|
1161 |
+
display: -webkit-flex;
|
1162 |
+
display: -ms-flexbox;
|
1163 |
+
display: flex;
|
1164 |
+
-webkit-box-pack: center;
|
1165 |
+
-ms-flex-pack: center;
|
1166 |
+
-webkit-justify-content: center;
|
1167 |
+
justify-content: center;
|
1168 |
+
-webkit-column-gap: 20px;
|
1169 |
+
-moz-column-gap: 20px;
|
1170 |
+
column-gap: 20px;
|
1171 |
+
}
|
1172 |
+
@media (max-width: 650px) {
|
1173 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav {
|
1174 |
+
margin-right: -30px;
|
1175 |
+
margin-left: -30px;
|
1176 |
+
-webkit-column-gap: 10px;
|
1177 |
+
-moz-column-gap: 10px;
|
1178 |
+
column-gap: 10px;
|
1179 |
+
}
|
1180 |
+
}
|
1181 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav button {
|
1182 |
+
display: -webkit-inline-box;
|
1183 |
+
display: -webkit-inline-flex;
|
1184 |
+
display: -ms-inline-flexbox;
|
1185 |
+
display: inline-flex;
|
1186 |
+
-webkit-box-align: center;
|
1187 |
+
-webkit-align-items: center;
|
1188 |
+
align-items: center;
|
1189 |
+
-ms-flex-align: center;
|
1190 |
+
-webkit-box-pack: center;
|
1191 |
+
-ms-flex-pack: center;
|
1192 |
+
-webkit-justify-content: center;
|
1193 |
+
justify-content: center;
|
1194 |
+
padding: 0;
|
1195 |
+
width: 112px;
|
1196 |
+
height: 48px;
|
1197 |
+
border: 1px solid #e1e1e1;
|
1198 |
+
border-radius: 8px;
|
1199 |
+
font-weight: bold;
|
1200 |
+
font-style: normal;
|
1201 |
+
font-size: 16px;
|
1202 |
+
line-height: 25px;
|
1203 |
+
cursor: pointer;
|
1204 |
+
}
|
1205 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav button svg {
|
1206 |
+
margin-right: 11px;
|
1207 |
+
}
|
1208 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_prev {
|
1209 |
+
background: #fff;
|
1210 |
+
color: #222;
|
1211 |
+
}
|
1212 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_prev:hover {
|
1213 |
+
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
|
1214 |
+
box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
|
1215 |
+
}
|
1216 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_next {
|
1217 |
+
border-color: #5a2ed2 !important;
|
1218 |
+
background: #5a2ed2;
|
1219 |
+
color: #fff;
|
1220 |
+
}
|
1221 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_next:hover {
|
1222 |
+
background: #5129be;
|
1223 |
+
-webkit-box-shadow: 0 3px 6px rgba(90, 46, 210, .2);
|
1224 |
+
box-shadow: 0 3px 6px rgba(90, 46, 210, .2);
|
1225 |
+
}
|
1226 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_done {
|
1227 |
+
border-color: #e2498a !important;
|
1228 |
+
background: #e2498a;
|
1229 |
+
color: #fff;
|
1230 |
+
}
|
1231 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_done:hover {
|
1232 |
+
background: #de337c;
|
1233 |
+
-webkit-box-shadow: 0 3px 6px rgba(226, 73, 138, .16);
|
1234 |
+
box-shadow: 0 3px 6px rgba(226, 73, 138, .16);
|
1235 |
+
}
|
1236 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_bepro {
|
1237 |
+
width: 200px !important;
|
1238 |
+
border-color: #e2498a !important;
|
1239 |
+
background: #e2498a;
|
1240 |
+
color: #fff;
|
1241 |
+
}
|
1242 |
+
body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_bepro:hover {
|
1243 |
+
background: #de337c;
|
1244 |
+
-webkit-box-shadow: 0 3px 6px rgba(226, 73, 138, .16);
|
1245 |
+
box-shadow: 0 3px 6px rgba(226, 73, 138, .16);
|
1246 |
+
}
|
1247 |
+
body.toplevel_page_happy-addons-setup-wizard #thumb-cloud-1 {
|
1248 |
+
-webkit-animation: clouds 4s infinite;
|
1249 |
+
animation: clouds 4s infinite;
|
1250 |
+
-webkit-animation-delay: 100ms;
|
1251 |
+
animation-delay: 100ms;
|
1252 |
+
}
|
1253 |
+
body.toplevel_page_happy-addons-setup-wizard #thumb-cloud-2 {
|
1254 |
+
-webkit-animation: clouds 3s infinite;
|
1255 |
+
animation: clouds 3s infinite;
|
1256 |
+
-webkit-animation-delay: 400ms;
|
1257 |
+
animation-delay: 400ms;
|
1258 |
+
}
|
1259 |
+
body.toplevel_page_happy-addons-setup-wizard #thumb-star-1,
|
1260 |
+
body.toplevel_page_happy-addons-setup-wizard #thumb-star-2 {
|
1261 |
+
-webkit-animation: stars 5s infinite;
|
1262 |
+
animation: stars 5s infinite;
|
1263 |
+
}
|
1264 |
+
body.toplevel_page_happy-addons-setup-wizard #thumb-star-1 {
|
1265 |
+
-webkit-animation-delay: 500ms;
|
1266 |
+
animation-delay: 500ms;
|
1267 |
+
}
|
1268 |
+
body.toplevel_page_happy-addons-setup-wizard .list {
|
1269 |
+
position: relative;
|
1270 |
+
z-index: 1;
|
1271 |
+
overflow: hidden;
|
1272 |
+
height: auto;
|
1273 |
+
}
|
1274 |
+
body.toplevel_page_happy-addons-setup-wizard .list.masked {
|
1275 |
+
height: 400px;
|
1276 |
+
}
|
1277 |
+
@media (max-width: 782px) {
|
1278 |
+
body.toplevel_page_happy-addons-setup-wizard .list.masked {
|
1279 |
+
height: 58vh;
|
1280 |
+
}
|
1281 |
+
}
|
1282 |
+
body.toplevel_page_happy-addons-setup-wizard .list .reveal-more {
|
1283 |
+
position: absolute;
|
1284 |
+
bottom: 0;
|
1285 |
+
left: 0;
|
1286 |
+
z-index: 2;
|
1287 |
+
z-index: 3;
|
1288 |
+
display: -webkit-box;
|
1289 |
+
display: -webkit-flex;
|
1290 |
+
display: -ms-flexbox;
|
1291 |
+
display: flex;
|
1292 |
+
-webkit-box-align: end;
|
1293 |
+
-webkit-align-items: flex-end;
|
1294 |
+
align-items: flex-end;
|
1295 |
+
-ms-flex-align: end;
|
1296 |
+
-webkit-box-pack: center;
|
1297 |
+
-ms-flex-pack: center;
|
1298 |
+
-webkit-justify-content: center;
|
1299 |
+
justify-content: center;
|
1300 |
+
width: 100%;
|
1301 |
+
height: 115px;
|
1302 |
+
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, white 100%);
|
1303 |
+
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(white));
|
1304 |
+
background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, white 100%);
|
1305 |
+
background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, white 100%);
|
1306 |
+
color: #e2498a;
|
1307 |
+
text-align: center;
|
1308 |
+
text-decoration: underline;
|
1309 |
+
font-weight: 800;
|
1310 |
+
font-style: normal;
|
1311 |
+
font-size: 16px;
|
1312 |
+
line-height: 22px;
|
1313 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
|
1314 |
+
cursor: pointer;
|
1315 |
+
-webkit-transition: all 300ms ease;
|
1316 |
+
transition: all 300ms ease;
|
1317 |
+
|
1318 |
+
-webkit-transiton: all 300ms ease;
|
1319 |
+
-moz-transiton: all 300ms ease;
|
1320 |
+
}
|
1321 |
+
|
1322 |
+
.welcome-step-bg {
|
1323 |
+
background-image: url("data:image/svg+xml,%3Csvg width='1084' height='418' viewBox='0 0 1084 418' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M29.9 41.8C40.8905 41.8 49.8 32.8905 49.8 21.9C49.8 10.9095 40.8905 2 29.9 2C18.9095 2 10 10.9095 10 21.9C10 32.8905 18.9095 41.8 29.9 41.8Z' fill='%23E2498A'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M1053.5 17C1058.19 17 1062 13.1944 1062 8.5C1062 3.80558 1058.19 0 1053.5 0C1048.81 0 1045 3.80558 1045 8.5C1045 13.1944 1048.81 17 1053.5 17Z' fill='%235A2ED2'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath d='M62.5 54C67.7467 54 72 49.7467 72 44.5C72 39.2533 67.7467 35 62.5 35C57.2533 35 53 39.2533 53 44.5C53 49.7467 57.2533 54 62.5 54Z' fill='%23E2498A' fill-opacity='0.5'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath opacity='0.96' d='M1042.51 344.9L1080.91 353.8L1083.11 373.3C1083.11 373.4 1041.91 344.8 1042.51 344.9Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M1037.01 347L1055.61 381.8L1042.31 396.3C1042.31 396.3 1036.71 346.4 1037.01 347Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M1037.81 333.3L1058.01 325L1065.21 333.1C1065.31 333.1 1037.51 333.5 1037.81 333.3Z' fill='%23FFCF97'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath opacity='0.96' d='M193.4 79.9L148 61.6L149.1 37.3C149.1 37.3 161.4 49 173 60.2C183.7 70.3 193.8 80 193.4 79.9Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M200.6 78.4L184.5 32.2L203.5 17C203.5 17 200.9 79.2 200.6 78.4Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M197 95L170.7 101.3L163.4 90C163.4 90 197.4 94.9 197 95Z' fill='%23FFCF97'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M102.164 379.243C102.287 377.035 103.391 375.564 105.598 375.318C107.683 375.073 109.646 376.79 109.646 378.875C109.646 381.083 108.297 382.555 106.089 382.677C103.881 382.677 102.655 381.328 102.164 379.243Z' fill='%23A89CFC'/%3E%3Cpath d='M114.797 292.776C117.005 292.898 118.477 294.002 118.722 296.21C118.967 298.418 117.741 299.889 115.41 300.257C113.325 300.625 111.363 298.908 111.363 296.701C111.363 294.493 112.712 293.266 114.797 292.776Z' fill='%23A89CFC'/%3E%3Cpath d='M135.647 308.72C135.77 311.05 134.543 312.4 132.458 312.89C130.373 313.258 128.411 311.541 128.411 309.456C128.411 307.248 129.515 305.777 131.723 305.531C133.93 305.409 135.279 306.635 135.647 308.72Z' fill='%23A89CFC'/%3E%3Cpath d='M50.2839 339.873C50.2839 337.91 51.2651 336.439 53.5955 336.193C55.9258 335.948 57.3976 337.175 57.6429 339.382C57.8882 341.713 56.6617 343.062 54.454 343.43C52.369 343.798 50.5292 342.326 50.2839 339.873Z' fill='%23A89CFC'/%3E%3Cpath d='M40.7173 326.995C40.5947 329.202 39.4908 330.674 37.2832 330.919C34.9528 331.042 33.6037 329.816 33.3584 327.485C33.2358 325.155 34.4622 323.806 36.7926 323.561C39.1229 323.315 40.3494 324.664 40.7173 326.995Z' fill='%23A89CFC'/%3E%3Cpath d='M122.401 387.828C124.609 387.828 126.081 388.81 126.449 391.14C126.694 393.47 125.59 394.819 123.382 395.31C121.297 395.801 119.335 394.084 119.212 391.999C118.967 389.668 120.194 388.442 122.401 387.828Z' fill='%23A89CFC'/%3E%3Cpath d='M81.9273 298.418C84.3802 298.54 85.852 299.644 85.9746 301.974C86.0973 304.182 84.8708 305.654 82.5405 305.777C80.2102 305.899 78.861 304.673 78.7384 302.342C78.4931 300.012 79.9649 298.908 81.9273 298.418Z' fill='%23A89CFC'/%3E%3Cpath d='M74.2004 381.941C76.4081 382.064 77.8799 383.045 78.1252 385.253C78.3705 387.46 77.2666 388.932 74.9363 389.3C72.7286 389.668 70.8889 388.074 70.7662 385.989C70.7662 383.658 72.1154 382.432 74.2004 381.941Z' fill='%23A89CFC'/%3E%3Cpath d='M5.27188 330.184C7.47956 330.306 9.07397 331.287 9.31927 333.618C9.56457 335.948 8.33807 337.297 6.00774 337.543C3.67742 337.788 2.3283 336.439 1.96035 334.231C1.71506 331.901 3.18685 330.674 5.27188 330.184Z' fill='%23A89CFC'/%3E%3Cpath d='M134.298 344.901C132.458 344.901 130.987 343.798 130.741 341.467C130.496 339.505 132.091 337.543 134.053 337.42C136.261 337.42 137.732 338.646 138.1 340.854C138.346 342.939 136.629 344.779 134.298 344.901Z' fill='%23A89CFC'/%3E%3Cpath d='M79.9649 266.406C81.8046 266.406 83.2764 267.265 83.6443 269.595C83.8896 271.803 82.4178 273.643 80.3328 273.765C78.0025 273.888 76.776 272.539 76.4081 270.454C75.9175 268.491 77.6345 266.652 79.9649 266.406Z' fill='%23A89CFC'/%3E%3Cpath d='M152.45 321.598C152.573 323.683 151.101 325.4 149.139 325.646C147.176 325.768 145.214 324.174 145.091 322.211C144.969 320.249 146.563 318.409 148.525 318.164C150.488 317.919 152.328 319.513 152.45 321.598Z' fill='%23A89CFC'/%3E%3Cpath d='M20.235 310.805C22.1973 310.805 23.5465 312.032 23.9144 314.117C24.2824 316.079 22.5653 318.041 20.6029 318.164C18.2726 318.287 16.9234 317.183 16.6782 314.853C16.3102 312.767 17.782 311.05 20.235 310.805Z' fill='%23A89CFC'/%3E%3Cpath d='M89.0409 370.044C87.0785 369.922 85.6068 368.941 85.3615 366.61C85.2388 364.28 86.4653 362.808 88.673 362.685C91.0033 362.44 92.3524 363.912 92.7204 366.12C93.0883 367.837 91.3712 369.799 89.0409 370.044Z' fill='%23A89CFC'/%3E%3Cpath d='M61.3223 372.743C61.4449 374.705 59.9732 376.545 57.8881 376.667C55.8031 376.79 54.086 375.318 53.8407 373.356C53.7181 371.394 55.3125 369.431 57.2749 369.309C59.3599 369.063 61.1996 370.78 61.3223 372.743Z' fill='%23A89CFC'/%3E%3Cpath d='M123.382 359.987C123.382 362.563 122.401 364.035 120.071 364.28C117.741 364.525 116.269 363.299 116.024 361.091C115.778 358.883 117.005 357.412 119.212 357.044C121.665 356.798 122.892 358.147 123.382 359.987Z' fill='%23A89CFC'/%3E%3Cpath d='M93.2109 283.087C93.2109 280.879 94.1921 279.407 96.5224 279.162C98.8528 278.916 100.202 280.143 100.447 282.351C100.692 284.558 99.5887 286.153 97.2583 286.398C95.0507 286.643 93.5789 285.417 93.2109 283.087Z' fill='%23A89CFC'/%3E%3Cpath d='M82.2952 335.457C82.4178 333.25 83.5217 331.901 85.852 331.655C87.937 331.533 89.7768 333.127 89.6541 335.09C89.5315 337.297 88.4276 338.769 86.0973 338.892C83.8896 339.014 82.6631 337.665 82.2952 335.457Z' fill='%23A89CFC'/%3E%3Cpath d='M39.2455 355.449C41.4532 355.572 42.925 356.676 43.0476 359.006C43.1703 361.336 41.9438 362.685 39.6135 362.808C37.2832 362.931 35.934 361.582 35.8114 359.374C35.5661 357.044 36.9152 355.817 39.2455 355.449Z' fill='%23A89CFC'/%3E%3Cpath d='M50.5292 305.286C52.7369 305.163 54.3313 306.267 54.5766 308.475C54.8219 310.682 53.7181 312.154 51.3878 312.4C49.0574 312.645 47.5857 311.541 47.3404 309.211C46.9724 307.003 48.1989 305.654 50.5292 305.286Z' fill='%23A89CFC'/%3E%3Cpath d='M44.8874 277.077C44.8874 274.746 46.1139 273.275 48.3215 273.152C50.6519 273.029 52.001 274.378 52.1237 276.586C52.2463 278.916 51.0198 280.266 48.6895 280.388C46.3592 280.634 45.2553 279.284 44.8874 277.077Z' fill='%23A89CFC'/%3E%3Cpath d='M65.0017 285.785C67.2094 285.662 69.1718 287.257 69.1718 289.219C69.1718 291.427 68.0679 293.021 65.7376 293.144C63.4073 293.266 62.0582 292.04 61.9355 289.71C61.6902 287.379 63.0393 286.153 65.0017 285.785Z' fill='%23A89CFC'/%3E%3Cpath d='M37.7738 295.842C37.6511 298.05 36.7926 299.521 34.3396 299.767C32.0093 300.012 30.6601 298.786 30.4149 296.578C30.1696 294.37 31.396 292.898 33.7263 292.653C36.0567 292.408 37.2832 293.634 37.7738 295.842Z' fill='%23A89CFC'/%3E%3Cpath d='M21.0936 378.752C21.2162 376.545 22.32 375.073 24.6504 374.95C26.9807 374.828 28.3298 376.177 28.4525 378.385C28.5751 380.592 27.3486 382.064 25.0183 382.187C22.688 382.309 21.4615 380.96 21.0936 378.752Z' fill='%23A89CFC'/%3E%3Cpath d='M95.0507 398.622C95.0507 400.461 93.8242 401.81 91.6165 401.933C89.2862 402.056 88.0597 400.707 87.8144 398.499C87.6918 396.414 89.2862 394.574 91.2485 394.697C93.4562 394.697 94.928 395.801 95.0507 398.622Z' fill='%23A89CFC'/%3E%3Cpath d='M75.9175 353.732C75.9175 355.695 74.8136 357.166 72.4833 357.289C70.153 357.412 68.8039 356.062 68.6812 353.855C68.4359 351.77 70.153 350.053 72.1154 349.93C73.9551 349.807 75.6722 351.402 75.9175 353.732Z' fill='%23A89CFC'/%3E%3Cpath d='M18.8858 346.864C18.8858 344.411 20.1123 343.062 22.32 342.939C24.5277 342.816 25.9995 344.043 26.1221 346.373C26.2448 348.704 25.0182 350.053 22.6879 350.175C20.3576 350.298 19.2537 348.949 18.8858 346.864Z' fill='%23A89CFC'/%3E%3Cpath d='M67.8227 317.919C69.7851 317.919 71.2569 318.9 71.3795 321.23C71.5022 323.561 70.3983 324.91 68.068 325.032C65.615 325.278 64.3885 323.806 64.1432 321.721C63.8979 319.636 65.1244 318.164 67.8227 317.919Z' fill='%23A89CFC'/%3E%3Cpath d='M13.4893 283.822C13.612 281.492 14.7158 280.143 17.0461 280.02C19.3764 279.898 20.7256 281.247 20.8482 283.454C20.9709 285.662 19.7444 287.134 17.4141 287.257C14.9611 287.257 13.8573 285.907 13.4893 283.822Z' fill='%23A89CFC'/%3E%3Cpath d='M99.2207 348.213C99.3434 346.005 100.447 344.533 102.778 344.288C104.863 344.043 106.702 345.637 106.702 347.722C106.702 349.93 105.598 351.402 103.268 351.524C100.815 351.77 99.5886 350.421 99.2207 348.213Z' fill='%23A89CFC'/%3E%3Cpath d='M97.0131 316.447C96.8904 313.871 98.1169 312.522 100.325 312.277C102.532 312.154 104.004 313.258 104.249 315.711C104.372 318.041 103.268 319.391 100.938 319.636C98.6075 319.758 97.2584 318.532 97.0131 316.447Z' fill='%23A89CFC'/%3E%3Cpath d='M7.23424 362.318C9.93251 362.072 11.159 363.299 11.6496 365.506C12.0175 367.469 10.5458 369.309 8.33811 369.431C6.00779 369.676 4.53598 368.573 4.29068 366.242C4.04539 364.035 5.27187 362.808 7.23424 362.318Z' fill='%23A89CFC'/%3E%3Cpath d='M133.072 373.724C132.949 371.148 134.053 369.799 136.383 369.676C138.591 369.554 140.063 370.658 140.185 372.988C140.431 375.318 139.081 376.667 136.874 376.913C134.543 377.158 133.317 375.809 133.072 373.724Z' fill='%23A89CFC'/%3E%3Cpath d='M113.816 328.957C113.816 326.381 115.042 325.032 117.25 324.91C119.458 324.787 120.93 326.014 121.052 328.344C121.175 330.552 119.948 332.023 117.618 332.146C115.288 332.391 114.184 331.042 113.816 328.957Z' fill='%23A89CFC'/%3E%3Cpath d='M59.6052 401.442C62.0582 401.565 63.4073 402.669 63.53 404.877C63.6526 407.207 62.4261 408.556 60.0958 408.679C57.7655 408.801 56.539 407.575 56.2937 405.245C56.2937 402.792 57.6428 401.81 59.6052 401.442Z' fill='%23A89CFC'/%3E%3Cpath d='M150.856 357.534C149.139 357.412 147.79 356.308 147.544 354.1C147.422 352.138 149.016 350.175 150.978 350.175C152.818 350.175 154.658 350.911 154.413 353.119C154.29 355.081 154.29 357.534 150.856 357.534Z' fill='%23A89CFC'/%3E%3Cpath d='M39.4908 392.612C39.6135 390.404 40.7173 388.932 42.925 388.81C45.2553 388.687 46.4818 389.913 46.6044 392.244C46.7271 394.574 45.378 395.801 43.1703 396.046C40.9626 396.169 39.7361 394.819 39.4908 392.612Z' fill='%23A89CFC'/%3E%3Cpath d='M6.98898 301.974C6.86633 303.937 5.76247 305.654 3.5548 305.409C2.32831 305.286 0.733893 304.182 0.12065 303.078C-0.615242 301.852 2.20569 298.05 3.43218 298.05C5.27191 298.172 6.86633 299.767 6.98898 301.974Z' fill='%23A89CFC'/%3E%3Cpath d='M65.2471 255C65.615 255.368 66.5962 256.104 66.8415 256.962C67.3321 259.047 65.615 261.01 63.53 261.132C61.3223 261.255 60.0958 260.029 59.6052 258.066C59.1146 256.104 60.0958 255.491 65.2471 255Z' fill='%23A89CFC'/%3E%3Cpath d='M133.072 278.794C131.109 281.124 129.147 281.492 127.307 279.775C125.468 278.058 125.59 276.096 127.675 273.888C129.392 275.605 131.109 277.077 133.072 278.794Z' fill='%23A89CFC'/%3E%3Cpath d='M108.297 261.623C110.504 262.727 112.589 263.831 114.797 264.935C113.325 267.265 111.486 267.633 109.646 266.652C107.806 265.548 107.07 263.953 108.297 261.623Z' fill='%23A89CFC'/%3E%3Cpath d='M80.4555 417.387C78.0025 417.632 75.6722 417.755 73.3419 418C73.2193 415.67 74.3231 414.443 76.1628 414.198C78.3705 413.83 79.8423 414.811 80.4555 417.387Z' fill='%23A89CFC'/%3E%3Cpath d='M104.249 411.254C105.108 410.028 105.598 408.311 106.702 407.82C107.929 407.33 109.646 407.943 111.24 408.065C111.24 408.433 111.24 408.801 111.363 409.292C109.278 410.273 107.316 411.132 105.231 412.113C104.863 411.745 104.495 411.5 104.249 411.254Z' fill='%23A89CFC'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath opacity='0.9' d='M916.8 134.2C918.125 134.2 919.2 133.125 919.2 131.8C919.2 130.475 918.125 129.4 916.8 129.4C915.475 129.4 914.4 130.475 914.4 131.8C914.4 133.125 915.475 134.2 916.8 134.2Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M910 119.8C911.325 119.8 912.4 118.725 912.4 117.4C912.4 116.075 911.325 115 910 115C908.675 115 907.6 116.075 907.6 117.4C907.6 118.725 908.675 119.8 910 119.8Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M903.1 105.4C904.425 105.4 905.5 104.325 905.5 103C905.5 101.675 904.425 100.6 903.1 100.6C901.775 100.6 900.7 101.675 900.7 103C900.7 104.325 901.775 105.4 903.1 105.4Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M896.3 91C897.625 91 898.7 89.9255 898.7 88.6C898.7 87.2745 897.625 86.2 896.3 86.2C894.975 86.2 893.9 87.2745 893.9 88.6C893.9 89.9255 894.975 91 896.3 91Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M889.4 76.6C890.725 76.6 891.8 75.5255 891.8 74.2C891.8 72.8745 890.725 71.8 889.4 71.8C888.075 71.8 887 72.8745 887 74.2C887 75.5255 888.075 76.6 889.4 76.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M929.3 128.3C930.625 128.3 931.7 127.225 931.7 125.9C931.7 124.575 930.625 123.5 929.3 123.5C927.975 123.5 926.9 124.575 926.9 125.9C926.9 127.225 927.975 128.3 929.3 128.3Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M922.5 113.9C923.825 113.9 924.9 112.825 924.9 111.5C924.9 110.175 923.825 109.1 922.5 109.1C921.175 109.1 920.1 110.175 920.1 111.5C920.1 112.825 921.175 113.9 922.5 113.9Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M915.6 99.5C916.925 99.5 918 98.4255 918 97.1C918 95.7745 916.925 94.7 915.6 94.7C914.275 94.7 913.2 95.7745 913.2 97.1C913.2 98.4255 914.275 99.5 915.6 99.5Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M908.8 85C910.125 85 911.2 83.9255 911.2 82.6C911.2 81.2745 910.125 80.2 908.8 80.2C907.475 80.2 906.4 81.2745 906.4 82.6C906.4 83.9255 907.475 85 908.8 85Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M902 70.6C903.325 70.6 904.4 69.5255 904.4 68.2C904.4 66.8745 903.325 65.8 902 65.8C900.675 65.8 899.6 66.8745 899.6 68.2C899.6 69.5255 900.675 70.6 902 70.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M941.9 122.3C943.225 122.3 944.3 121.225 944.3 119.9C944.3 118.575 943.225 117.5 941.9 117.5C940.575 117.5 939.5 118.575 939.5 119.9C939.5 121.225 940.575 122.3 941.9 122.3Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M935 107.9C936.325 107.9 937.4 106.825 937.4 105.5C937.4 104.175 936.325 103.1 935 103.1C933.675 103.1 932.6 104.175 932.6 105.5C932.6 106.825 933.675 107.9 935 107.9Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M928.2 93.5C929.525 93.5 930.6 92.4255 930.6 91.1C930.6 89.7745 929.525 88.7 928.2 88.7C926.875 88.7 925.8 89.7745 925.8 91.1C925.8 92.4255 926.875 93.5 928.2 93.5Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M921.3 79.1C922.625 79.1 923.7 78.0255 923.7 76.7C923.7 75.3745 922.625 74.3 921.3 74.3C919.975 74.3 918.9 75.3745 918.9 76.7C918.9 78.0255 919.975 79.1 921.3 79.1Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M914.5 64.7C915.825 64.7 916.9 63.6255 916.9 62.3C916.9 60.9745 915.825 59.9 914.5 59.9C913.175 59.9 912.1 60.9745 912.1 62.3C912.1 63.6255 913.175 64.7 914.5 64.7Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M954.4 116.4C955.725 116.4 956.8 115.325 956.8 114C956.8 112.675 955.725 111.6 954.4 111.6C953.075 111.6 952 112.675 952 114C952 115.325 953.075 116.4 954.4 116.4Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M947.5 102C948.825 102 949.9 100.925 949.9 99.6C949.9 98.2745 948.825 97.2 947.5 97.2C946.175 97.2 945.1 98.2745 945.1 99.6C945.1 100.925 946.175 102 947.5 102Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M940.7 87.6C942.025 87.6 943.1 86.5255 943.1 85.2C943.1 83.8745 942.025 82.8 940.7 82.8C939.375 82.8 938.3 83.8745 938.3 85.2C938.3 86.5255 939.375 87.6 940.7 87.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M933.9 73.2C935.225 73.2 936.3 72.1255 936.3 70.8C936.3 69.4745 935.225 68.4 933.9 68.4C932.575 68.4 931.5 69.4745 931.5 70.8C931.5 72.1255 932.575 73.2 933.9 73.2Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M927 58.8C928.325 58.8 929.4 57.7255 929.4 56.4C929.4 55.0745 928.325 54 927 54C925.675 54 924.6 55.0745 924.6 56.4C924.6 57.7255 925.675 58.8 927 58.8Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M966.9 110.4C968.225 110.4 969.3 109.325 969.3 108C969.3 106.675 968.225 105.6 966.9 105.6C965.575 105.6 964.5 106.675 964.5 108C964.5 109.325 965.575 110.4 966.9 110.4Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M960.1 96C961.425 96 962.5 94.9255 962.5 93.6C962.5 92.2745 961.425 91.2 960.1 91.2C958.775 91.2 957.7 92.2745 957.7 93.6C957.7 94.9255 958.775 96 960.1 96Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M953.2 81.6C954.525 81.6 955.6 80.5255 955.6 79.2C955.6 77.8745 954.525 76.8 953.2 76.8C951.875 76.8 950.8 77.8745 950.8 79.2C950.8 80.5255 951.875 81.6 953.2 81.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M946.4 67.2C947.725 67.2 948.8 66.1255 948.8 64.8C948.8 63.4745 947.725 62.4 946.4 62.4C945.075 62.4 944 63.4745 944 64.8C944 66.1255 945.075 67.2 946.4 67.2Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M939.6 52.8C940.925 52.8 942 51.7255 942 50.4C942 49.0745 940.925 48 939.6 48C938.275 48 937.2 49.0745 937.2 50.4C937.2 51.7255 938.275 52.8 939.6 52.8Z' fill='%23E2498A'/%3E%3C/g%3E%3Crect opacity='0.3' x='796.899' y='7' width='14' height='14' transform='rotate(45 796.899 7)' fill='%23E2498A'/%3E%3C/svg%3E%0A");
|
1324 |
+
background-position: center 50px;
|
1325 |
+
background-size: contain;
|
1326 |
+
background-repeat: no-repeat;
|
1327 |
+
}
|
1328 |
+
|
1329 |
+
.ha-toggle {
|
1330 |
+
position: relative;
|
1331 |
+
display: block;
|
1332 |
+
overflow: hidden;
|
1333 |
+
width: 40px;
|
1334 |
+
height: 24px;
|
1335 |
+
border-radius: 100px;
|
1336 |
+
background-color: #e8e8e8;
|
1337 |
+
-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
|
1338 |
+
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
|
1339 |
+
}
|
1340 |
+
.ha-toggle__check,
|
1341 |
+
.ha-toggle__switch,
|
1342 |
+
.ha-toggle__track {
|
1343 |
+
position: absolute;
|
1344 |
+
display: block;
|
1345 |
+
}
|
1346 |
+
.ha-toggle__check {
|
1347 |
+
top: 0;
|
1348 |
+
left: 0;
|
1349 |
+
z-index: 6;
|
1350 |
+
margin: 0 !important;
|
1351 |
+
width: 100% !important;
|
1352 |
+
height: 100% !important;
|
1353 |
+
opacity: 0;
|
1354 |
+
cursor: pointer;
|
1355 |
+
}
|
1356 |
+
.ha-toggle__check:disabled,
|
1357 |
+
.ha-toggle__check.disabled {
|
1358 |
+
z-index: 0;
|
1359 |
+
opacity: 0;
|
1360 |
+
}
|
1361 |
+
.ha-toggle__check:checked ~ .ha-toggle__track {
|
1362 |
+
-webkit-box-shadow: inset 0 0 0 20px #562dd4;
|
1363 |
+
box-shadow: inset 0 0 0 20px #562dd4;
|
1364 |
+
}
|
1365 |
+
.ha-toggle__check:checked ~ .ha-toggle__switch {
|
1366 |
+
right: 2px;
|
1367 |
+
left: 18px;
|
1368 |
+
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
|
1369 |
+
transition: .35s cubic-bezier(.785, .135, .15, .86);
|
1370 |
+
-webkit-transition-delay: .05s, 0s;
|
1371 |
+
transition-delay: .05s, 0s;
|
1372 |
+
-webkit-transition-property: left, right;
|
1373 |
+
transition-property: left, right;
|
1374 |
+
}
|
1375 |
+
.ha-toggle__switch {
|
1376 |
+
top: 2px;
|
1377 |
+
right: 18px;
|
1378 |
+
bottom: 2px;
|
1379 |
+
left: 2px;
|
1380 |
+
z-index: 1;
|
1381 |
+
border-radius: 36px;
|
1382 |
+
background-color: #fff;
|
1383 |
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
|
1384 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
|
1385 |
+
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
|
1386 |
+
transition: .35s cubic-bezier(.785, .135, .15, .86);
|
1387 |
+
-webkit-transition-delay: 0s, .05s;
|
1388 |
+
transition-delay: 0s, .05s;
|
1389 |
+
-webkit-transition-property: left, right;
|
1390 |
+
transition-property: left, right;
|
1391 |
+
}
|
1392 |
+
.ha-toggle__track {
|
1393 |
+
top: 0;
|
1394 |
+
right: 0;
|
1395 |
+
bottom: 0;
|
1396 |
+
left: 0;
|
1397 |
+
border-radius: 40px;
|
1398 |
+
-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
|
1399 |
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
|
1400 |
+
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
|
1401 |
+
transition: .35s cubic-bezier(.785, .135, .15, .86);
|
1402 |
+
}
|
1403 |
+
|
1404 |
+
@-webkit-keyframes stars {
|
1405 |
+
0% {
|
1406 |
+
-webkit-transform: scale(1);
|
1407 |
+
}
|
1408 |
+
25% {
|
1409 |
+
-webkit-transform: scale(1.01);
|
1410 |
+
}
|
1411 |
+
50% {
|
1412 |
+
-webkit-transform: scale(1);
|
1413 |
+
}
|
1414 |
+
75% {
|
1415 |
+
-webkit-transform: scale(1.01);
|
1416 |
+
}
|
1417 |
+
100% {
|
1418 |
+
-webkit-transform: scale(1);
|
1419 |
+
}
|
1420 |
+
}
|
1421 |
+
|
1422 |
+
@keyframes stars {
|
1423 |
+
0% {
|
1424 |
+
-webkit-transform: scale(1);
|
1425 |
+
}
|
1426 |
+
25% {
|
1427 |
+
-webkit-transform: scale(1.01);
|
1428 |
+
}
|
1429 |
+
50% {
|
1430 |
+
-webkit-transform: scale(1);
|
1431 |
+
}
|
1432 |
+
75% {
|
1433 |
+
-webkit-transform: scale(1.01);
|
1434 |
+
}
|
1435 |
+
100% {
|
1436 |
+
-webkit-transform: scale(1);
|
1437 |
+
}
|
1438 |
+
}
|
1439 |
+
@-webkit-keyframes clouds {
|
1440 |
+
0% {
|
1441 |
+
-webkit-transform: translateX(20px);
|
1442 |
+
}
|
1443 |
+
50% {
|
1444 |
+
-webkit-transform: translateX(-20px);
|
1445 |
+
}
|
1446 |
+
100% {
|
1447 |
+
-webkit-transform: translateX(20px);
|
1448 |
+
}
|
1449 |
+
}
|
1450 |
+
@keyframes clouds {
|
1451 |
+
0% {
|
1452 |
+
-webkit-transform: translateX(20px);
|
1453 |
+
}
|
1454 |
+
50% {
|
1455 |
+
-webkit-transform: translateX(-20px);
|
1456 |
+
}
|
1457 |
+
100% {
|
1458 |
+
-webkit-transform: translateX(20px);
|
1459 |
+
}
|
1460 |
+
}
|
1461 |
+
#loader-wrap {
|
1462 |
+
position: absolute;
|
1463 |
+
top: 0;
|
1464 |
+
left: 0;
|
1465 |
+
display: -webkit-box;
|
1466 |
+
display: -webkit-flex;
|
1467 |
+
display: -ms-flexbox;
|
1468 |
+
display: flex;
|
1469 |
+
-webkit-box-align: center;
|
1470 |
+
-webkit-align-items: center;
|
1471 |
+
align-items: center;
|
1472 |
+
-ms-flex-align: center;
|
1473 |
+
-webkit-box-pack: center;
|
1474 |
+
-ms-flex-pack: center;
|
1475 |
+
-webkit-justify-content: center;
|
1476 |
+
justify-content: center;
|
1477 |
+
width: 100%;
|
1478 |
+
height: 100%;
|
1479 |
+
background: #fff;
|
1480 |
+
}
|
1481 |
+
|
1482 |
+
.loader {
|
1483 |
+
display: grid;
|
1484 |
+
width: 70px;
|
1485 |
+
height: 70px;
|
1486 |
+
|
1487 |
+
grid-gap: 5px;
|
1488 |
+
grid-template-columns: 1fr 1fr 1fr;
|
1489 |
+
}
|
1490 |
+
|
1491 |
+
.loader div {
|
1492 |
+
position: relative;
|
1493 |
+
display: -webkit-box;
|
1494 |
+
display: -webkit-flex;
|
1495 |
+
display: -ms-flexbox;
|
1496 |
+
display: flex;
|
1497 |
+
-webkit-box-align: center;
|
1498 |
+
-webkit-align-items: center;
|
1499 |
+
align-items: center;
|
1500 |
+
-ms-flex-align: center;
|
1501 |
+
-webkit-box-pack: center;
|
1502 |
+
-ms-flex-pack: center;
|
1503 |
+
-webkit-justify-content: center;
|
1504 |
+
justify-content: center;
|
1505 |
+
width: 20px;
|
1506 |
+
height: 20px;
|
1507 |
+
border-radius: 50%;
|
1508 |
+
background-color: #562dd4;
|
1509 |
+
}
|
1510 |
+
|
1511 |
+
.loader div:before,
|
1512 |
+
.loader div:after {
|
1513 |
+
position: absolute;
|
1514 |
+
width: 20px;
|
1515 |
+
height: 20px;
|
1516 |
+
border-radius: 50%;
|
1517 |
+
content: "";
|
1518 |
+
}
|
1519 |
+
|
1520 |
+
.loader div:before {
|
1521 |
+
background-color: #e2498a;
|
1522 |
+
-webkit-animation: scale-1 2400ms linear infinite;
|
1523 |
+
animation: scale-1 2400ms linear infinite;
|
1524 |
+
}
|
1525 |
+
|
1526 |
+
.loader div:after {
|
1527 |
+
background-color: #562dd4;
|
1528 |
+
-webkit-animation: scale-2 2400ms linear infinite;
|
1529 |
+
animation: scale-2 2400ms linear infinite;
|
1530 |
+
}
|
1531 |
+
|
1532 |
+
.loader div:nth-child(2):before,
|
1533 |
+
.loader div:nth-child(2):after {
|
1534 |
+
-webkit-animation-delay: 300ms;
|
1535 |
+
animation-delay: 300ms;
|
1536 |
+
}
|
1537 |
+
|
1538 |
+
.loader div:nth-child(3):before,
|
1539 |
+
.loader div:nth-child(3):after {
|
1540 |
+
-webkit-animation-delay: 600ms;
|
1541 |
+
animation-delay: 600ms;
|
1542 |
+
}
|
1543 |
+
|
1544 |
+
.loader div:nth-child(4):before,
|
1545 |
+
.loader div:nth-child(4):after {
|
1546 |
+
-webkit-animation-delay: 900ms;
|
1547 |
+
animation-delay: 900ms;
|
1548 |
+
}
|
1549 |
+
|
1550 |
+
.loader div:nth-child(5):before,
|
1551 |
+
.loader div:nth-child(5):after {
|
1552 |
+
-webkit-animation-delay: 1200ms;
|
1553 |
+
animation-delay: 1200ms;
|
1554 |
+
}
|
1555 |
+
|
1556 |
+
.loader div:nth-child(6):before,
|
1557 |
+
.loader div:nth-child(6):after {
|
1558 |
+
-webkit-animation-delay: 1500ms;
|
1559 |
+
animation-delay: 1500ms;
|
1560 |
+
}
|
1561 |
+
|
1562 |
+
.loader div:nth-child(7):before,
|
1563 |
+
.loader div:nth-child(7):after {
|
1564 |
+
-webkit-animation-delay: 1800ms;
|
1565 |
+
animation-delay: 1800ms;
|
1566 |
+
}
|
1567 |
+
|
1568 |
+
.loader div:nth-child(8):before,
|
1569 |
+
.loader div:nth-child(8):after {
|
1570 |
+
-webkit-animation-delay: 2100ms;
|
1571 |
+
animation-delay: 2100ms;
|
1572 |
+
}
|
1573 |
+
|
1574 |
+
.loader div:nth-child(9):before,
|
1575 |
+
.loader div:nth-child(9):after {
|
1576 |
+
-webkit-animation-delay: 2400ms;
|
1577 |
+
animation-delay: 2400ms;
|
1578 |
+
}
|
1579 |
+
@-webkit-keyframes scale-1 {
|
1580 |
+
0% {
|
1581 |
+
z-index: 2;
|
1582 |
+
-webkit-transform: scale(0);
|
1583 |
+
transform: scale(0);
|
1584 |
+
}
|
1585 |
+
50%,
|
1586 |
+
100% {
|
1587 |
+
-webkit-transform: scale(1);
|
1588 |
+
transform: scale(1);
|
1589 |
+
}
|
1590 |
+
}
|
1591 |
+
@keyframes scale-1 {
|
1592 |
+
0% {
|
1593 |
+
z-index: 2;
|
1594 |
+
-webkit-transform: scale(0);
|
1595 |
+
transform: scale(0);
|
1596 |
+
}
|
1597 |
+
50%,
|
1598 |
+
100% {
|
1599 |
+
-webkit-transform: scale(1);
|
1600 |
+
transform: scale(1);
|
1601 |
+
}
|
1602 |
+
}
|
1603 |
+
@-webkit-keyframes scale-2 {
|
1604 |
+
0%,
|
1605 |
+
50% {
|
1606 |
+
-webkit-transform: scale(0);
|
1607 |
+
transform: scale(0);
|
1608 |
+
}
|
1609 |
+
100% {
|
1610 |
+
-webkit-transform: scale(1);
|
1611 |
+
transform: scale(1);
|
1612 |
+
}
|
1613 |
+
}
|
1614 |
+
@keyframes scale-2 {
|
1615 |
+
0%,
|
1616 |
+
50% {
|
1617 |
+
-webkit-transform: scale(0);
|
1618 |
+
transform: scale(0);
|
1619 |
+
}
|
1620 |
+
100% {
|
1621 |
+
-webkit-transform: scale(1);
|
1622 |
+
transform: scale(1);
|
1623 |
+
}
|
1624 |
+
}
|
trunk/assets/admin/css/wizard.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@-webkit-keyframes stars{0%,50%,to{-webkit-transform:scale(1)}25%,75%{-webkit-transform:scale(1.01)}}@keyframes stars{0%,50%,to{-webkit-transform:scale(1)}25%,75%{-webkit-transform:scale(1.01)}}@-webkit-keyframes clouds{0%,to{-webkit-transform:translateX(20px)}50%{-webkit-transform:translateX(-20px)}}@keyframes clouds{0%,to{-webkit-transform:translateX(20px)}50%{-webkit-transform:translateX(-20px)}}@-webkit-keyframes scale-1{0%{z-index:2;-webkit-transform:scale(0);transform:scale(0)}50%,to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-1{0%{z-index:2;-webkit-transform:scale(0);transform:scale(0)}50%,to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scale-2{0%,50%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-2{0%,50%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@font-face{font-weight:400;font-style:normal;font-family:"Nunito";src:url(../../fonts/nunito/nunito-v22-latin-regular.eot);src:local(""),url(../../fonts/nunito/nunito-v22-latin-regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/nunito/nunito-v22-latin-regular.woff2) format("woff2"),url(../../fonts/nunito/nunito-v22-latin-regular.woff) format("woff"),url(../../fonts/nunito/nunito-v22-latin-regular.ttf) format("truetype"),url(../../fonts/nunito/nunito-v22-latin-regular.svg#Nunito) format("svg")}@font-face{font-weight:600;font-style:normal;font-family:"Nunito";src:url(../../fonts/nunito/nunito-v22-latin-600.eot);src:local(""),url(../../fonts/nunito/nunito-v22-latin-600.eot?#iefix) format("embedded-opentype"),url(../../fonts/nunito/nunito-v22-latin-600.woff2) format("woff2"),url(../../fonts/nunito/nunito-v22-latin-600.woff) format("woff"),url(../../fonts/nunito/nunito-v22-latin-600.ttf) format("truetype"),url(../../fonts/nunito/nunito-v22-latin-600.svg#Nunito) format("svg")}@font-face{font-weight:700;font-style:normal;font-family:"Nunito";src:url(../../fonts/nunito/nunito-v22-latin-700.eot);src:local(""),url(../../fonts/nunito/nunito-v22-latin-700.eot?#iefix) format("embedded-opentype"),url(../../fonts/nunito/nunito-v22-latin-700.woff2) format("woff2"),url(../../fonts/nunito/nunito-v22-latin-700.woff) format("woff"),url(../../fonts/nunito/nunito-v22-latin-700.ttf) format("truetype"),url(../../fonts/nunito/nunito-v22-latin-700.svg#Nunito) format("svg")}@font-face{font-weight:800;font-style:normal;font-family:"Nunito";src:url(../../fonts/nunito/nunito-v22-latin-800.eot);src:local(""),url(../../fonts/nunito/nunito-v22-latin-800.eot?#iefix) format("embedded-opentype"),url(../../fonts/nunito/nunito-v22-latin-800.woff2) format("woff2"),url(../../fonts/nunito/nunito-v22-latin-800.woff) format("woff"),url(../../fonts/nunito/nunito-v22-latin-800.ttf) format("truetype"),url(../../fonts/nunito/nunito-v22-latin-800.svg#Nunito) format("svg")}@font-face{font-weight:900;font-style:normal;font-family:"Nunito";src:url(../../fonts/nunito/nunito-v22-latin-900.eot);src:local(""),url(../../fonts/nunito/nunito-v22-latin-900.eot?#iefix) format("embedded-opentype"),url(../../fonts/nunito/nunito-v22-latin-900.woff2) format("woff2"),url(../../fonts/nunito/nunito-v22-latin-900.woff) format("woff"),url(../../fonts/nunito/nunito-v22-latin-900.ttf) format("truetype"),url(../../fonts/nunito/nunito-v22-latin-900.svg#Nunito) format("svg")}@font-face{font-weight:400;font-style:normal;font-family:"Montserrat";src:url(../../fonts/montserrat/montserrat-v23-latin-regular.eot);src:local(""),url(../../fonts/montserrat/montserrat-v23-latin-regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/montserrat/montserrat-v23-latin-regular.woff2) format("woff2"),url(../../fonts/montserrat/montserrat-v23-latin-regular.woff) format("woff"),url(../../fonts/montserrat/montserrat-v23-latin-regular.ttf) format("truetype"),url(../../fonts/montserrat/montserrat-v23-latin-regular.svg#Montserrat) format("svg")}@font-face{font-weight:500;font-style:normal;font-family:"Montserrat";src:url(../../fonts/montserrat/montserrat-v23-latin-500.eot);src:local(""),url(../../fonts/montserrat/montserrat-v23-latin-500.eot?#iefix) format("embedded-opentype"),url(../../fonts/montserrat/montserrat-v23-latin-500.woff2) format("woff2"),url(../../fonts/montserrat/montserrat-v23-latin-500.woff) format("woff"),url(../../fonts/montserrat/montserrat-v23-latin-500.ttf) format("truetype"),url(../../fonts/montserrat/montserrat-v23-latin-500.svg#Montserrat) format("svg")}@font-face{font-weight:600;font-style:normal;font-family:"Montserrat";src:url(../../fonts/montserrat/montserrat-v23-latin-600.eot);src:local(""),url(../../fonts/montserrat/montserrat-v23-latin-600.eot?#iefix) format("embedded-opentype"),url(../../fonts/montserrat/montserrat-v23-latin-600.woff2) format("woff2"),url(../../fonts/montserrat/montserrat-v23-latin-600.woff) format("woff"),url(../../fonts/montserrat/montserrat-v23-latin-600.ttf) format("truetype"),url(../../fonts/montserrat/montserrat-v23-latin-600.svg#Montserrat) format("svg")}@font-face{font-weight:700;font-style:normal;font-family:"Montserrat";src:url(../../fonts/montserrat/montserrat-v23-latin-700.eot);src:local(""),url(../../fonts/montserrat/montserrat-v23-latin-700.eot?#iefix) format("embedded-opentype"),url(../../fonts/montserrat/montserrat-v23-latin-700.woff2) format("woff2"),url(../../fonts/montserrat/montserrat-v23-latin-700.woff) format("woff"),url(../../fonts/montserrat/montserrat-v23-latin-700.ttf) format("truetype"),url(../../fonts/montserrat/montserrat-v23-latin-700.svg#Montserrat) format("svg")}body.toplevel_page_happy-addons-setup-wizard{margin-top:-32px;background:#a89cfc;color:#50575e;font-family:"Nunito",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard{margin-top:-46px}}body.toplevel_page_happy-addons-setup-wizard #wpwrap{top:0}body.toplevel_page_happy-addons-setup-wizard #wpbody-content{padding:0;min-height:100vh!important}body.toplevel_page_happy-addons-setup-wizard #wpbody-content .wrap{margin:0}body.toplevel_page_happy-addons-setup-wizard #adminmenumain,body.toplevel_page_happy-addons-setup-wizard #hello-programmer,body.toplevel_page_happy-addons-setup-wizard #wpadminbar,body.toplevel_page_happy-addons-setup-wizard #wpcontent>*,body.toplevel_page_happy-addons-setup-wizard #wpfooter,body.toplevel_page_happy-addons-setup-wizard .error,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-icon svg,body.toplevel_page_happy-addons-setup-wizard .notice,body.toplevel_page_happy-addons-setup-wizard .update-nag,body.toplevel_page_happy-addons-setup-wizard .updated,body.toplevel_page_happy-addons-setup-wizard .woocommerce-layout__header,body.toplevel_page_happy-addons-setup-wizard .woocommerce-message,body.toplevel_page_happy-addons-setup-wizard .woocommerce-store-alerts{display:none}body.toplevel_page_happy-addons-setup-wizard #ha-setup-wizard{position:relative}body.toplevel_page_happy-addons-setup-wizard #wizard-root{visibility:hidden}body.toplevel_page_happy-addons-setup-wizard #wizard-root.visible{visibility:visible}body.toplevel_page_happy-addons-setup-wizard .hidden{display:none!important}body.toplevel_page_happy-addons-setup-wizard #wpcontent{margin-left:0!important;padding-left:0!important}body.toplevel_page_happy-addons-setup-wizard #wpcontent>#wpbody{display:block;margin-top:0!important}body.toplevel_page_happy-addons-setup-wizard .skip-setup{position:absolute;right:0;bottom:-32px;left:0;color:#c4c4c4;font-weight:600;cursor:pointer}body.toplevel_page_happy-addons-setup-wizard .skip-setup:hover{text-decoration:underline}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header-subtitle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header{position:-webkit-sticky;position:sticky;top:-1px;z-index:99;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;height:60px;background:#fff;-webkit-box-shadow:0 10px 10px rgba(0,0,0,.05);box-shadow:0 10px 10px rgba(0,0,0,.05)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header-subtitle{margin-top:8px;margin-right:8px;margin-bottom:32px;color:#757575;text-align:center;font-weight:400;font-size:16px;line-height:24px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper{margin:0 16px;max-width:1240px;width:100%}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__steps{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin:0}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step{position:relative;padding:8px;font-weight:400}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:0;border:0;background-color:transparent;text-align:left;cursor:pointer}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label-wrapper:focus{outline:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-text{width:100%}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label{color:#c4c4c4;font-weight:700;font-size:14px;line-height:19px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-label{display:none;padding-top:24px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-description{display:none;margin-top:2px;color:#757575;font-weight:400;font-size:14px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-right:12px;min-width:25px;width:25px;height:25px;border-radius:50%;background:#c4c4c4;color:#fff;font-weight:700;font-style:normal;font-size:14px;line-height:19px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-icon{margin-right:0}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step .ha-spinner{display:block;margin-right:12px;min-width:25px;max-height:25px;width:25px;border-radius:50%;background:#5a2ed2}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step .ha-spinner__circle{stroke:#fff}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-icon,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete .ha-stepper__step-icon{background:#5a2ed2;color:#fff}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-label,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete .ha-stepper__step-label{color:#222}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-icon{background:#e2498a;font-weight:600}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-active .ha-stepper__step-label{margin:0}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete .ha-stepper__step-number{display:none}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete+.ha-stepper__step-divider{color:#a89cfc}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step.is-complete svg{display:inline}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-divider{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin:0;color:#c4c4c4}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__header .ha-stepper__step-divider:last-child{display:none}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container{margin-top:30px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content{margin:auto;padding:43px 41px 55px;max-width:1158px;width:90%;border-radius:20px;background-color:#fff;-webkit-box-shadow:0 10px 10px rgba(0,0,0,.05);box-shadow:0 10px 10px rgba(0,0,0,.05)}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content{width:calc(90% - 82px)}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .inner-content{position:relative;text-align:center}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-big{margin-top:33px;margin-bottom:10px;text-align:center;font-weight:800;font-size:48px;line-height:65px}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-big{margin-top:16px;font-size:28px;line-height:35px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-small{margin:0;text-align:center;font-weight:800;font-size:32px;line-height:44px}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-small{margin-top:16px;font-size:28px;line-height:35px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .title-small+p{margin-top:4px;color:#000;text-align:center;font-weight:400;font-style:normal;font-size:21px;line-height:29px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .color-purple{color:#5a2ed2}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item .item-title .red,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-content .color-red{color:#e2498a}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome svg{width:48px;height:auto}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .php-info{color:#000;text-align:center;font-weight:400;font-style:normal;font-size:24px;line-height:33px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .php-info p{color:#828282;text-align:center;font-weight:400;font-style:normal;font-size:18px;line-height:25px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:70px;margin-bottom:80px;-webkit-column-gap:27px;-moz-column-gap:27px;column-gap:27px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:30px}}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup{margin-top:40px;margin-bottom:40px;row-gap:20px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:22px 30px;width:260px;height:54px;border:2px solid #e1e1e1;border-radius:8px;background:#fff;cursor:pointer}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch{padding:15px;width:calc(100% - 30px);height:auto;text-align:left}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.radio{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:24px;height:24px;border:2px solid #c4c4c4;border-radius:100%}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.radio::before{position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:100%;background:0 0;content:" ";-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.title{font-weight:700;font-style:normal;font-size:21px;line-height:29px}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.title{font-size:16px;line-height:22px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.description{color:#828282;font-weight:400;font-style:normal;font-size:16px;line-height:22px}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch span.description{font-size:12px;line-height:16px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch .switch-data{padding-left:30px;color:#000}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch .switch-data{padding-left:15px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch.active{border:2px solid #5a2ed2;background:rgba(168,156,252,.1)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch.active span.radio{border:2px solid #5a2ed2}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-welcome .welcome-buttongroup .switch.active span.radio::before{background:#5a2ed2}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .congrats-info{margin:10px 0 20px;color:#55c459;text-align:center;font-weight:700;font-style:normal;font-size:28px;font-family:Nunito;line-height:38px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .details{margin-bottom:64px;color:#717791;text-align:center;text-transform:uppercase;letter-spacing:.3em;font-weight:600;font-style:normal;font-size:18px;font-family:Nunito;line-height:25px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:73px;row-gap:20px}@media screen and (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links a{position:relative;color:#562dd4;text-align:center;text-decoration:none;font-weight:600;font-style:normal;font-size:14px;font-family:Nunito;line-height:19px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links a::after{position:absolute;bottom:-6px;left:8px;z-index:1;width:calc(100% - 16px);height:calc(100% - 16px);border-radius:3px;background:rgba(226,73,138,.1);content:" ";-webkit-transition:.35s cubic-bezier(.25,.1,0,2.05);transition:.35s cubic-bezier(.25,.1,0,2.05)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-congrats .quick-links a:hover:after{bottom:-2px;left:-1%;width:102%;height:110%;background:rgba(226,73,138,.2)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets{margin-bottom:30px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container{margin-bottom:42px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .widget-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:19px;-moz-column-gap:19px;column-gap:19px;row-gap:11px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget{max-width:275px;width:calc((100% - 60px)/4)}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget{width:calc((100% - 40px)/3)}}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget{width:100%}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset{padding:18px;border:1px solid #e1e1e1;border-radius:8px;background:#fff}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset{padding:14px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset legend,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset legend{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:auto;padding:3px 7px;width:40px;border:1px solid #e1e1e1;border-radius:10.5px;background:#f2f2f2;color:#828282;text-align:center;font-weight:700;font-style:normal;font-size:10px;line-height:1}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset .feature_inner,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset .widget_inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset .widget_inner .widget-title{color:#000;font-weight:600;font-style:normal;font-size:14px;line-height:23px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha_item_widget fieldset .widget_inner .widget-title{font-size:12px;line-height:18px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:40px;margin-bottom:20px;width:100%;border-bottom:1px solid #e1e1e1}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading .title{margin-bottom:4px;color:#000;font-weight:700;font-style:normal;font-size:18px;line-height:22px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading .action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading .action span,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-widgets .widget-container .ha-widget-cat-heading .action span{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:4px;padding:6px 15px;border:1px solid #e1e1e1;border-radius:38px;background:#fff;color:#000;font-weight:600;font-style:normal;font-size:12px;line-height:1;cursor:pointer}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .preadvise{margin:34px auto 55px;padding:20px 8px;max-width:733px;border-radius:20px;background:#cff4fc;color:#055160;text-align:center;font-weight:700;font-style:italic;font-size:16px;font-family:Nunito;line-height:22px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container{margin-bottom:42px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .feature-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:19px;-moz-column-gap:19px;column-gap:19px;row-gap:11px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature{max-width:275px;width:calc((100% - 60px)/4)}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature{width:calc((100% - 40px)/3)}}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature{width:100%}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset{padding:18px;border:1px solid #e1e1e1;border-radius:8px;background:#fff}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset{padding:14px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset .feature_inner .feature-title{color:#000;font-weight:600;font-style:normal;font-size:14px;line-height:23px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha_item_feature fieldset .feature_inner .feature-title{font-size:12px;line-height:18px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:40px;margin-bottom:20px;width:100%;border-bottom:1px solid #e1e1e1}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading .title{margin-bottom:4px;color:#000;font-weight:700;font-style:normal;font-size:18px;line-height:22px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-features .feature-container .ha-feature-cat-heading .action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .description{margin-top:30px;color:#000;text-align:center;font-weight:400;font-style:normal;font-size:21px;font-family:Nunito;line-height:29px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .description .big{font-weight:800;font-size:28px;line-height:38px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro h3{margin:0;color:#a89cfc;text-align:center;font-weight:800;font-style:normal;font-size:28px;font-family:Nunito;line-height:38px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around;margin-top:20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;row-gap:10px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:16px 16px 13px;border:1px solid rgba(90,46,210,.1);border-radius:10px;background:rgba(168,156,252,.1);font-family:"Montserrat",sans-serif}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item{-webkit-box-flex:1;-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item.more,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav button{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item.more,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item img{margin-bottom:16px;width:auto;height:36px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item .item-title{color:#717791;text-align:center;text-transform:uppercase;font-size:14px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .flex-list .promo-item .item-title .blue{color:#a89cfc}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .feature-wrap{margin-top:43px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap{margin-top:65px;margin-bottom:60px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap h3{color:#717791}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap .promo-item{border:1px solid rgba(34,34,34,.1);background:rgba(196,196,196,.1)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-bepro .widget-wrap .promo-item p{margin:8px 0 0;color:rgba(113,119,145,.7);text-align:center;text-transform:uppercase;font-weight:500;font-size:10px;line-height:12px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .details{color:#828282;text-align:center;font-weight:400;font-style:normal;font-size:21px;font-family:Nunito;line-height:29px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms{-webkit-box-sizing:border-box;box-sizing:border-box;margin:65px auto 30px;padding:32px 48px;max-width:628px;border:1px solid #e1e1e1;border-radius:20px;background:#f2f2f2}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms{margin-top:40px;padding:16px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms div{overflow-y:scroll;width:100%;height:180px;outline:0;border:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;text-align:left;resize:none}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms div{height:auto}}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-terms div{height:200px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-check{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin:auto auto 50px;width:240px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-check .ha-toggle{margin-right:10px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__container .ha-step-contribute .consent-check span{font-size:16px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media (max-width:650px){body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav{margin-right:-30px;margin-left:-30px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:0;width:112px;height:48px;border:1px solid #e1e1e1;border-radius:8px;font-weight:700;font-style:normal;font-size:16px;line-height:25px;cursor:pointer}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav button svg{margin-right:11px}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_prev{background:#fff;color:#222}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_prev:hover{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_next{border-color:#5a2ed2!important;background:#5a2ed2;color:#fff}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_next:hover{background:#5129be;-webkit-box-shadow:0 3px 6px rgba(90,46,210,.2);box-shadow:0 3px 6px rgba(90,46,210,.2)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_done{border-color:#e2498a!important;background:#e2498a;color:#fff}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_bepro:hover,body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_done:hover{background:#de337c;-webkit-box-shadow:0 3px 6px rgba(226,73,138,.16);box-shadow:0 3px 6px rgba(226,73,138,.16)}body.toplevel_page_happy-addons-setup-wizard .ha-setup-wizard__nav_bepro{width:200px!important;border-color:#e2498a!important;background:#e2498a;color:#fff}body.toplevel_page_happy-addons-setup-wizard #thumb-cloud-1{-webkit-animation:clouds 4s infinite;animation:clouds 4s infinite;-webkit-animation-delay:100ms;animation-delay:100ms}body.toplevel_page_happy-addons-setup-wizard #thumb-cloud-2{-webkit-animation:clouds 3s infinite;animation:clouds 3s infinite;-webkit-animation-delay:400ms;animation-delay:400ms}body.toplevel_page_happy-addons-setup-wizard #thumb-star-1,body.toplevel_page_happy-addons-setup-wizard #thumb-star-2{-webkit-animation:stars 5s infinite;animation:stars 5s infinite}body.toplevel_page_happy-addons-setup-wizard #thumb-star-1{-webkit-animation-delay:500ms;animation-delay:500ms}body.toplevel_page_happy-addons-setup-wizard .list{position:relative;z-index:1;overflow:hidden;height:auto}body.toplevel_page_happy-addons-setup-wizard .list.masked{height:400px}@media (max-width:782px){body.toplevel_page_happy-addons-setup-wizard .list.masked{height:58vh}}body.toplevel_page_happy-addons-setup-wizard .list .reveal-more{position:absolute;bottom:0;left:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:115px;background:-webkit-linear-gradient(180deg,rgba(255,255,255,.3) 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(#fff));background:-webkit-linear-gradient(top,rgba(255,255,255,.3) 0,#fff 100%);background:linear-gradient(180deg,rgba(255,255,255,.3) 0,#fff 100%);color:#e2498a;text-align:center;text-decoration:underline;font-weight:800;font-style:normal;font-size:16px;line-height:22px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);cursor:pointer;-webkit-transition:all 300ms ease;transition:all 300ms ease;-webkit-transiton:all 300ms ease;-moz-transiton:all 300ms ease}.welcome-step-bg{background-image:url("data:image/svg+xml,%3Csvg width='1084' height='418' viewBox='0 0 1084 418' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M29.9 41.8C40.8905 41.8 49.8 32.8905 49.8 21.9C49.8 10.9095 40.8905 2 29.9 2C18.9095 2 10 10.9095 10 21.9C10 32.8905 18.9095 41.8 29.9 41.8Z' fill='%23E2498A'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M1053.5 17C1058.19 17 1062 13.1944 1062 8.5C1062 3.80558 1058.19 0 1053.5 0C1048.81 0 1045 3.80558 1045 8.5C1045 13.1944 1048.81 17 1053.5 17Z' fill='%235A2ED2'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath d='M62.5 54C67.7467 54 72 49.7467 72 44.5C72 39.2533 67.7467 35 62.5 35C57.2533 35 53 39.2533 53 44.5C53 49.7467 57.2533 54 62.5 54Z' fill='%23E2498A' fill-opacity='0.5'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath opacity='0.96' d='M1042.51 344.9L1080.91 353.8L1083.11 373.3C1083.11 373.4 1041.91 344.8 1042.51 344.9Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M1037.01 347L1055.61 381.8L1042.31 396.3C1042.31 396.3 1036.71 346.4 1037.01 347Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M1037.81 333.3L1058.01 325L1065.21 333.1C1065.31 333.1 1037.51 333.5 1037.81 333.3Z' fill='%23FFCF97'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath opacity='0.96' d='M193.4 79.9L148 61.6L149.1 37.3C149.1 37.3 161.4 49 173 60.2C183.7 70.3 193.8 80 193.4 79.9Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M200.6 78.4L184.5 32.2L203.5 17C203.5 17 200.9 79.2 200.6 78.4Z' fill='%23FFCF97'/%3E%3Cpath opacity='0.96' d='M197 95L170.7 101.3L163.4 90C163.4 90 197.4 94.9 197 95Z' fill='%23FFCF97'/%3E%3C/g%3E%3Cg opacity='0.2'%3E%3Cpath d='M102.164 379.243C102.287 377.035 103.391 375.564 105.598 375.318C107.683 375.073 109.646 376.79 109.646 378.875C109.646 381.083 108.297 382.555 106.089 382.677C103.881 382.677 102.655 381.328 102.164 379.243Z' fill='%23A89CFC'/%3E%3Cpath d='M114.797 292.776C117.005 292.898 118.477 294.002 118.722 296.21C118.967 298.418 117.741 299.889 115.41 300.257C113.325 300.625 111.363 298.908 111.363 296.701C111.363 294.493 112.712 293.266 114.797 292.776Z' fill='%23A89CFC'/%3E%3Cpath d='M135.647 308.72C135.77 311.05 134.543 312.4 132.458 312.89C130.373 313.258 128.411 311.541 128.411 309.456C128.411 307.248 129.515 305.777 131.723 305.531C133.93 305.409 135.279 306.635 135.647 308.72Z' fill='%23A89CFC'/%3E%3Cpath d='M50.2839 339.873C50.2839 337.91 51.2651 336.439 53.5955 336.193C55.9258 335.948 57.3976 337.175 57.6429 339.382C57.8882 341.713 56.6617 343.062 54.454 343.43C52.369 343.798 50.5292 342.326 50.2839 339.873Z' fill='%23A89CFC'/%3E%3Cpath d='M40.7173 326.995C40.5947 329.202 39.4908 330.674 37.2832 330.919C34.9528 331.042 33.6037 329.816 33.3584 327.485C33.2358 325.155 34.4622 323.806 36.7926 323.561C39.1229 323.315 40.3494 324.664 40.7173 326.995Z' fill='%23A89CFC'/%3E%3Cpath d='M122.401 387.828C124.609 387.828 126.081 388.81 126.449 391.14C126.694 393.47 125.59 394.819 123.382 395.31C121.297 395.801 119.335 394.084 119.212 391.999C118.967 389.668 120.194 388.442 122.401 387.828Z' fill='%23A89CFC'/%3E%3Cpath d='M81.9273 298.418C84.3802 298.54 85.852 299.644 85.9746 301.974C86.0973 304.182 84.8708 305.654 82.5405 305.777C80.2102 305.899 78.861 304.673 78.7384 302.342C78.4931 300.012 79.9649 298.908 81.9273 298.418Z' fill='%23A89CFC'/%3E%3Cpath d='M74.2004 381.941C76.4081 382.064 77.8799 383.045 78.1252 385.253C78.3705 387.46 77.2666 388.932 74.9363 389.3C72.7286 389.668 70.8889 388.074 70.7662 385.989C70.7662 383.658 72.1154 382.432 74.2004 381.941Z' fill='%23A89CFC'/%3E%3Cpath d='M5.27188 330.184C7.47956 330.306 9.07397 331.287 9.31927 333.618C9.56457 335.948 8.33807 337.297 6.00774 337.543C3.67742 337.788 2.3283 336.439 1.96035 334.231C1.71506 331.901 3.18685 330.674 5.27188 330.184Z' fill='%23A89CFC'/%3E%3Cpath d='M134.298 344.901C132.458 344.901 130.987 343.798 130.741 341.467C130.496 339.505 132.091 337.543 134.053 337.42C136.261 337.42 137.732 338.646 138.1 340.854C138.346 342.939 136.629 344.779 134.298 344.901Z' fill='%23A89CFC'/%3E%3Cpath d='M79.9649 266.406C81.8046 266.406 83.2764 267.265 83.6443 269.595C83.8896 271.803 82.4178 273.643 80.3328 273.765C78.0025 273.888 76.776 272.539 76.4081 270.454C75.9175 268.491 77.6345 266.652 79.9649 266.406Z' fill='%23A89CFC'/%3E%3Cpath d='M152.45 321.598C152.573 323.683 151.101 325.4 149.139 325.646C147.176 325.768 145.214 324.174 145.091 322.211C144.969 320.249 146.563 318.409 148.525 318.164C150.488 317.919 152.328 319.513 152.45 321.598Z' fill='%23A89CFC'/%3E%3Cpath d='M20.235 310.805C22.1973 310.805 23.5465 312.032 23.9144 314.117C24.2824 316.079 22.5653 318.041 20.6029 318.164C18.2726 318.287 16.9234 317.183 16.6782 314.853C16.3102 312.767 17.782 311.05 20.235 310.805Z' fill='%23A89CFC'/%3E%3Cpath d='M89.0409 370.044C87.0785 369.922 85.6068 368.941 85.3615 366.61C85.2388 364.28 86.4653 362.808 88.673 362.685C91.0033 362.44 92.3524 363.912 92.7204 366.12C93.0883 367.837 91.3712 369.799 89.0409 370.044Z' fill='%23A89CFC'/%3E%3Cpath d='M61.3223 372.743C61.4449 374.705 59.9732 376.545 57.8881 376.667C55.8031 376.79 54.086 375.318 53.8407 373.356C53.7181 371.394 55.3125 369.431 57.2749 369.309C59.3599 369.063 61.1996 370.78 61.3223 372.743Z' fill='%23A89CFC'/%3E%3Cpath d='M123.382 359.987C123.382 362.563 122.401 364.035 120.071 364.28C117.741 364.525 116.269 363.299 116.024 361.091C115.778 358.883 117.005 357.412 119.212 357.044C121.665 356.798 122.892 358.147 123.382 359.987Z' fill='%23A89CFC'/%3E%3Cpath d='M93.2109 283.087C93.2109 280.879 94.1921 279.407 96.5224 279.162C98.8528 278.916 100.202 280.143 100.447 282.351C100.692 284.558 99.5887 286.153 97.2583 286.398C95.0507 286.643 93.5789 285.417 93.2109 283.087Z' fill='%23A89CFC'/%3E%3Cpath d='M82.2952 335.457C82.4178 333.25 83.5217 331.901 85.852 331.655C87.937 331.533 89.7768 333.127 89.6541 335.09C89.5315 337.297 88.4276 338.769 86.0973 338.892C83.8896 339.014 82.6631 337.665 82.2952 335.457Z' fill='%23A89CFC'/%3E%3Cpath d='M39.2455 355.449C41.4532 355.572 42.925 356.676 43.0476 359.006C43.1703 361.336 41.9438 362.685 39.6135 362.808C37.2832 362.931 35.934 361.582 35.8114 359.374C35.5661 357.044 36.9152 355.817 39.2455 355.449Z' fill='%23A89CFC'/%3E%3Cpath d='M50.5292 305.286C52.7369 305.163 54.3313 306.267 54.5766 308.475C54.8219 310.682 53.7181 312.154 51.3878 312.4C49.0574 312.645 47.5857 311.541 47.3404 309.211C46.9724 307.003 48.1989 305.654 50.5292 305.286Z' fill='%23A89CFC'/%3E%3Cpath d='M44.8874 277.077C44.8874 274.746 46.1139 273.275 48.3215 273.152C50.6519 273.029 52.001 274.378 52.1237 276.586C52.2463 278.916 51.0198 280.266 48.6895 280.388C46.3592 280.634 45.2553 279.284 44.8874 277.077Z' fill='%23A89CFC'/%3E%3Cpath d='M65.0017 285.785C67.2094 285.662 69.1718 287.257 69.1718 289.219C69.1718 291.427 68.0679 293.021 65.7376 293.144C63.4073 293.266 62.0582 292.04 61.9355 289.71C61.6902 287.379 63.0393 286.153 65.0017 285.785Z' fill='%23A89CFC'/%3E%3Cpath d='M37.7738 295.842C37.6511 298.05 36.7926 299.521 34.3396 299.767C32.0093 300.012 30.6601 298.786 30.4149 296.578C30.1696 294.37 31.396 292.898 33.7263 292.653C36.0567 292.408 37.2832 293.634 37.7738 295.842Z' fill='%23A89CFC'/%3E%3Cpath d='M21.0936 378.752C21.2162 376.545 22.32 375.073 24.6504 374.95C26.9807 374.828 28.3298 376.177 28.4525 378.385C28.5751 380.592 27.3486 382.064 25.0183 382.187C22.688 382.309 21.4615 380.96 21.0936 378.752Z' fill='%23A89CFC'/%3E%3Cpath d='M95.0507 398.622C95.0507 400.461 93.8242 401.81 91.6165 401.933C89.2862 402.056 88.0597 400.707 87.8144 398.499C87.6918 396.414 89.2862 394.574 91.2485 394.697C93.4562 394.697 94.928 395.801 95.0507 398.622Z' fill='%23A89CFC'/%3E%3Cpath d='M75.9175 353.732C75.9175 355.695 74.8136 357.166 72.4833 357.289C70.153 357.412 68.8039 356.062 68.6812 353.855C68.4359 351.77 70.153 350.053 72.1154 349.93C73.9551 349.807 75.6722 351.402 75.9175 353.732Z' fill='%23A89CFC'/%3E%3Cpath d='M18.8858 346.864C18.8858 344.411 20.1123 343.062 22.32 342.939C24.5277 342.816 25.9995 344.043 26.1221 346.373C26.2448 348.704 25.0182 350.053 22.6879 350.175C20.3576 350.298 19.2537 348.949 18.8858 346.864Z' fill='%23A89CFC'/%3E%3Cpath d='M67.8227 317.919C69.7851 317.919 71.2569 318.9 71.3795 321.23C71.5022 323.561 70.3983 324.91 68.068 325.032C65.615 325.278 64.3885 323.806 64.1432 321.721C63.8979 319.636 65.1244 318.164 67.8227 317.919Z' fill='%23A89CFC'/%3E%3Cpath d='M13.4893 283.822C13.612 281.492 14.7158 280.143 17.0461 280.02C19.3764 279.898 20.7256 281.247 20.8482 283.454C20.9709 285.662 19.7444 287.134 17.4141 287.257C14.9611 287.257 13.8573 285.907 13.4893 283.822Z' fill='%23A89CFC'/%3E%3Cpath d='M99.2207 348.213C99.3434 346.005 100.447 344.533 102.778 344.288C104.863 344.043 106.702 345.637 106.702 347.722C106.702 349.93 105.598 351.402 103.268 351.524C100.815 351.77 99.5886 350.421 99.2207 348.213Z' fill='%23A89CFC'/%3E%3Cpath d='M97.0131 316.447C96.8904 313.871 98.1169 312.522 100.325 312.277C102.532 312.154 104.004 313.258 104.249 315.711C104.372 318.041 103.268 319.391 100.938 319.636C98.6075 319.758 97.2584 318.532 97.0131 316.447Z' fill='%23A89CFC'/%3E%3Cpath d='M7.23424 362.318C9.93251 362.072 11.159 363.299 11.6496 365.506C12.0175 367.469 10.5458 369.309 8.33811 369.431C6.00779 369.676 4.53598 368.573 4.29068 366.242C4.04539 364.035 5.27187 362.808 7.23424 362.318Z' fill='%23A89CFC'/%3E%3Cpath d='M133.072 373.724C132.949 371.148 134.053 369.799 136.383 369.676C138.591 369.554 140.063 370.658 140.185 372.988C140.431 375.318 139.081 376.667 136.874 376.913C134.543 377.158 133.317 375.809 133.072 373.724Z' fill='%23A89CFC'/%3E%3Cpath d='M113.816 328.957C113.816 326.381 115.042 325.032 117.25 324.91C119.458 324.787 120.93 326.014 121.052 328.344C121.175 330.552 119.948 332.023 117.618 332.146C115.288 332.391 114.184 331.042 113.816 328.957Z' fill='%23A89CFC'/%3E%3Cpath d='M59.6052 401.442C62.0582 401.565 63.4073 402.669 63.53 404.877C63.6526 407.207 62.4261 408.556 60.0958 408.679C57.7655 408.801 56.539 407.575 56.2937 405.245C56.2937 402.792 57.6428 401.81 59.6052 401.442Z' fill='%23A89CFC'/%3E%3Cpath d='M150.856 357.534C149.139 357.412 147.79 356.308 147.544 354.1C147.422 352.138 149.016 350.175 150.978 350.175C152.818 350.175 154.658 350.911 154.413 353.119C154.29 355.081 154.29 357.534 150.856 357.534Z' fill='%23A89CFC'/%3E%3Cpath d='M39.4908 392.612C39.6135 390.404 40.7173 388.932 42.925 388.81C45.2553 388.687 46.4818 389.913 46.6044 392.244C46.7271 394.574 45.378 395.801 43.1703 396.046C40.9626 396.169 39.7361 394.819 39.4908 392.612Z' fill='%23A89CFC'/%3E%3Cpath d='M6.98898 301.974C6.86633 303.937 5.76247 305.654 3.5548 305.409C2.32831 305.286 0.733893 304.182 0.12065 303.078C-0.615242 301.852 2.20569 298.05 3.43218 298.05C5.27191 298.172 6.86633 299.767 6.98898 301.974Z' fill='%23A89CFC'/%3E%3Cpath d='M65.2471 255C65.615 255.368 66.5962 256.104 66.8415 256.962C67.3321 259.047 65.615 261.01 63.53 261.132C61.3223 261.255 60.0958 260.029 59.6052 258.066C59.1146 256.104 60.0958 255.491 65.2471 255Z' fill='%23A89CFC'/%3E%3Cpath d='M133.072 278.794C131.109 281.124 129.147 281.492 127.307 279.775C125.468 278.058 125.59 276.096 127.675 273.888C129.392 275.605 131.109 277.077 133.072 278.794Z' fill='%23A89CFC'/%3E%3Cpath d='M108.297 261.623C110.504 262.727 112.589 263.831 114.797 264.935C113.325 267.265 111.486 267.633 109.646 266.652C107.806 265.548 107.07 263.953 108.297 261.623Z' fill='%23A89CFC'/%3E%3Cpath d='M80.4555 417.387C78.0025 417.632 75.6722 417.755 73.3419 418C73.2193 415.67 74.3231 414.443 76.1628 414.198C78.3705 413.83 79.8423 414.811 80.4555 417.387Z' fill='%23A89CFC'/%3E%3Cpath d='M104.249 411.254C105.108 410.028 105.598 408.311 106.702 407.82C107.929 407.33 109.646 407.943 111.24 408.065C111.24 408.433 111.24 408.801 111.363 409.292C109.278 410.273 107.316 411.132 105.231 412.113C104.863 411.745 104.495 411.5 104.249 411.254Z' fill='%23A89CFC'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cpath opacity='0.9' d='M916.8 134.2C918.125 134.2 919.2 133.125 919.2 131.8C919.2 130.475 918.125 129.4 916.8 129.4C915.475 129.4 914.4 130.475 914.4 131.8C914.4 133.125 915.475 134.2 916.8 134.2Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M910 119.8C911.325 119.8 912.4 118.725 912.4 117.4C912.4 116.075 911.325 115 910 115C908.675 115 907.6 116.075 907.6 117.4C907.6 118.725 908.675 119.8 910 119.8Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M903.1 105.4C904.425 105.4 905.5 104.325 905.5 103C905.5 101.675 904.425 100.6 903.1 100.6C901.775 100.6 900.7 101.675 900.7 103C900.7 104.325 901.775 105.4 903.1 105.4Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M896.3 91C897.625 91 898.7 89.9255 898.7 88.6C898.7 87.2745 897.625 86.2 896.3 86.2C894.975 86.2 893.9 87.2745 893.9 88.6C893.9 89.9255 894.975 91 896.3 91Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M889.4 76.6C890.725 76.6 891.8 75.5255 891.8 74.2C891.8 72.8745 890.725 71.8 889.4 71.8C888.075 71.8 887 72.8745 887 74.2C887 75.5255 888.075 76.6 889.4 76.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M929.3 128.3C930.625 128.3 931.7 127.225 931.7 125.9C931.7 124.575 930.625 123.5 929.3 123.5C927.975 123.5 926.9 124.575 926.9 125.9C926.9 127.225 927.975 128.3 929.3 128.3Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M922.5 113.9C923.825 113.9 924.9 112.825 924.9 111.5C924.9 110.175 923.825 109.1 922.5 109.1C921.175 109.1 920.1 110.175 920.1 111.5C920.1 112.825 921.175 113.9 922.5 113.9Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M915.6 99.5C916.925 99.5 918 98.4255 918 97.1C918 95.7745 916.925 94.7 915.6 94.7C914.275 94.7 913.2 95.7745 913.2 97.1C913.2 98.4255 914.275 99.5 915.6 99.5Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M908.8 85C910.125 85 911.2 83.9255 911.2 82.6C911.2 81.2745 910.125 80.2 908.8 80.2C907.475 80.2 906.4 81.2745 906.4 82.6C906.4 83.9255 907.475 85 908.8 85Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M902 70.6C903.325 70.6 904.4 69.5255 904.4 68.2C904.4 66.8745 903.325 65.8 902 65.8C900.675 65.8 899.6 66.8745 899.6 68.2C899.6 69.5255 900.675 70.6 902 70.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M941.9 122.3C943.225 122.3 944.3 121.225 944.3 119.9C944.3 118.575 943.225 117.5 941.9 117.5C940.575 117.5 939.5 118.575 939.5 119.9C939.5 121.225 940.575 122.3 941.9 122.3Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M935 107.9C936.325 107.9 937.4 106.825 937.4 105.5C937.4 104.175 936.325 103.1 935 103.1C933.675 103.1 932.6 104.175 932.6 105.5C932.6 106.825 933.675 107.9 935 107.9Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M928.2 93.5C929.525 93.5 930.6 92.4255 930.6 91.1C930.6 89.7745 929.525 88.7 928.2 88.7C926.875 88.7 925.8 89.7745 925.8 91.1C925.8 92.4255 926.875 93.5 928.2 93.5Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M921.3 79.1C922.625 79.1 923.7 78.0255 923.7 76.7C923.7 75.3745 922.625 74.3 921.3 74.3C919.975 74.3 918.9 75.3745 918.9 76.7C918.9 78.0255 919.975 79.1 921.3 79.1Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M914.5 64.7C915.825 64.7 916.9 63.6255 916.9 62.3C916.9 60.9745 915.825 59.9 914.5 59.9C913.175 59.9 912.1 60.9745 912.1 62.3C912.1 63.6255 913.175 64.7 914.5 64.7Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M954.4 116.4C955.725 116.4 956.8 115.325 956.8 114C956.8 112.675 955.725 111.6 954.4 111.6C953.075 111.6 952 112.675 952 114C952 115.325 953.075 116.4 954.4 116.4Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M947.5 102C948.825 102 949.9 100.925 949.9 99.6C949.9 98.2745 948.825 97.2 947.5 97.2C946.175 97.2 945.1 98.2745 945.1 99.6C945.1 100.925 946.175 102 947.5 102Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M940.7 87.6C942.025 87.6 943.1 86.5255 943.1 85.2C943.1 83.8745 942.025 82.8 940.7 82.8C939.375 82.8 938.3 83.8745 938.3 85.2C938.3 86.5255 939.375 87.6 940.7 87.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M933.9 73.2C935.225 73.2 936.3 72.1255 936.3 70.8C936.3 69.4745 935.225 68.4 933.9 68.4C932.575 68.4 931.5 69.4745 931.5 70.8C931.5 72.1255 932.575 73.2 933.9 73.2Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M927 58.8C928.325 58.8 929.4 57.7255 929.4 56.4C929.4 55.0745 928.325 54 927 54C925.675 54 924.6 55.0745 924.6 56.4C924.6 57.7255 925.675 58.8 927 58.8Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M966.9 110.4C968.225 110.4 969.3 109.325 969.3 108C969.3 106.675 968.225 105.6 966.9 105.6C965.575 105.6 964.5 106.675 964.5 108C964.5 109.325 965.575 110.4 966.9 110.4Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M960.1 96C961.425 96 962.5 94.9255 962.5 93.6C962.5 92.2745 961.425 91.2 960.1 91.2C958.775 91.2 957.7 92.2745 957.7 93.6C957.7 94.9255 958.775 96 960.1 96Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M953.2 81.6C954.525 81.6 955.6 80.5255 955.6 79.2C955.6 77.8745 954.525 76.8 953.2 76.8C951.875 76.8 950.8 77.8745 950.8 79.2C950.8 80.5255 951.875 81.6 953.2 81.6Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M946.4 67.2C947.725 67.2 948.8 66.1255 948.8 64.8C948.8 63.4745 947.725 62.4 946.4 62.4C945.075 62.4 944 63.4745 944 64.8C944 66.1255 945.075 67.2 946.4 67.2Z' fill='%23E2498A'/%3E%3Cpath opacity='0.9' d='M939.6 52.8C940.925 52.8 942 51.7255 942 50.4C942 49.0745 940.925 48 939.6 48C938.275 48 937.2 49.0745 937.2 50.4C937.2 51.7255 938.275 52.8 939.6 52.8Z' fill='%23E2498A'/%3E%3C/g%3E%3Crect opacity='0.3' x='796.899' y='7' width='14' height='14' transform='rotate(45 796.899 7)' fill='%23E2498A'/%3E%3C/svg%3E%0A");background-position:center 50px;background-size:contain;background-repeat:no-repeat}.ha-toggle{position:relative;display:block;overflow:hidden;width:40px;height:24px;border-radius:100px;background-color:#e8e8e8;-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,.05);box-shadow:inset 0 0 2px 1px rgba(0,0,0,.05)}.ha-toggle__check,.ha-toggle__switch,.ha-toggle__track{position:absolute;display:block}.ha-toggle__check{top:0;left:0;z-index:6;margin:0!important;width:100%!important;height:100%!important;opacity:0;cursor:pointer}.ha-toggle__check.disabled,.ha-toggle__check:disabled{z-index:0;opacity:0}.ha-toggle__check:checked~.ha-toggle__track{-webkit-box-shadow:inset 0 0 0 20px #562dd4;box-shadow:inset 0 0 0 20px #562dd4}.ha-toggle__check:checked~.ha-toggle__switch{right:2px;left:18px;-webkit-transition:.35s cubic-bezier(.785,.135,.15,.86);transition:.35s cubic-bezier(.785,.135,.15,.86);-webkit-transition-delay:.05s,0s;transition-delay:.05s,0s;-webkit-transition-property:left,right;transition-property:left,right}.ha-toggle__switch,.ha-toggle__track{-webkit-transition:.35s cubic-bezier(.785,.135,.15,.86);transition:.35s cubic-bezier(.785,.135,.15,.86)}.ha-toggle__switch{top:2px;right:18px;bottom:2px;left:2px;z-index:1;border-radius:36px;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-transition-delay:0s,.05s;transition-delay:0s,.05s;-webkit-transition-property:left,right;transition-property:left,right}.ha-toggle__track{top:0;right:0;bottom:0;left:0;border-radius:40px;-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,.01);box-shadow:inset 0 0 0 2px rgba(0,0,0,.01)}#loader-wrap,.loader div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#loader-wrap{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.loader{display:grid;width:70px;height:70px;grid-gap:5px;grid-template-columns:1fr 1fr 1fr}.loader div{position:relative;width:20px;height:20px;border-radius:50%;background-color:#562dd4}.loader div:after,.loader div:before{position:absolute;width:20px;height:20px;border-radius:50%;content:""}.loader div:before{background-color:#e2498a;-webkit-animation:scale-1 2400ms linear infinite;animation:scale-1 2400ms linear infinite}.loader div:after{background-color:#562dd4;-webkit-animation:scale-2 2400ms linear infinite;animation:scale-2 2400ms linear infinite}.loader div:nth-child(2):after,.loader div:nth-child(2):before{-webkit-animation-delay:300ms;animation-delay:300ms}.loader div:nth-child(3):after,.loader div:nth-child(3):before{-webkit-animation-delay:600ms;animation-delay:600ms}.loader div:nth-child(4):after,.loader div:nth-child(4):before{-webkit-animation-delay:900ms;animation-delay:900ms}.loader div:nth-child(5):after,.loader div:nth-child(5):before{-webkit-animation-delay:1200ms;animation-delay:1200ms}.loader div:nth-child(6):after,.loader div:nth-child(6):before{-webkit-animation-delay:1500ms;animation-delay:1500ms}.loader div:nth-child(7):after,.loader div:nth-child(7):before{-webkit-animation-delay:1800ms;animation-delay:1800ms}.loader div:nth-child(8):after,.loader div:nth-child(8):before{-webkit-animation-delay:2100ms;animation-delay:2100ms}.loader div:nth-child(9):after,.loader div:nth-child(9):before{-webkit-animation-delay:2400ms;animation-delay:2400ms}
|
trunk/assets/admin/css/wp-dashboard.css
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#happy_addons_news_update .ha-setup--wrap {
|
2 |
+
margin: -12px -12px 0;
|
3 |
+
padding: 12px;
|
4 |
+
border-bottom: 1px solid #eee;
|
5 |
+
}
|
6 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .progress-wrapper {
|
7 |
+
display: inline-block;
|
8 |
+
-webkit-box-sizing: border-box;
|
9 |
+
box-sizing: border-box;
|
10 |
+
padding: 2px 8px 2px 8px;
|
11 |
+
border: 1px solid #757575;
|
12 |
+
border-radius: 16px;
|
13 |
+
font-size: .9em;
|
14 |
+
}
|
15 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .progress-wrapper span {
|
16 |
+
position: relative;
|
17 |
+
top: -3px;
|
18 |
+
color: #757575;
|
19 |
+
}
|
20 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description {
|
21 |
+
display: -webkit-box;
|
22 |
+
display: -webkit-flex;
|
23 |
+
display: -ms-flexbox;
|
24 |
+
display: flex;
|
25 |
+
-webkit-box-align: center;
|
26 |
+
-webkit-align-items: center;
|
27 |
+
align-items: center;
|
28 |
+
-ms-flex-align: center;
|
29 |
+
}
|
30 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description h4 {
|
31 |
+
font-weight: bold;
|
32 |
+
}
|
33 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description p {
|
34 |
+
margin-top: 0;
|
35 |
+
}
|
36 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description div {
|
37 |
+
float: left;
|
38 |
+
width: 70%;
|
39 |
+
}
|
40 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description img {
|
41 |
+
float: right;
|
42 |
+
padding-left: 26px;
|
43 |
+
width: 25%;
|
44 |
+
}
|
45 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description a {
|
46 |
+
border: none;
|
47 |
+
background: #e2498a;
|
48 |
+
color: #fff;
|
49 |
+
}
|
50 |
+
#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description a:hover {
|
51 |
+
background: #d6226e;
|
52 |
+
}
|
53 |
+
#happy_addons_news_update .ha-overview__feed > a {
|
54 |
+
display: -webkit-box;
|
55 |
+
display: -webkit-flex;
|
56 |
+
display: -ms-flexbox;
|
57 |
+
display: flex;
|
58 |
+
}
|
59 |
+
#happy_addons_news_update .ha-overview--banner {
|
60 |
+
width: 100%;
|
61 |
+
}
|
62 |
+
#happy_addons_news_update .ha-divider-bottom {
|
63 |
+
margin: 0 -12px;
|
64 |
+
border-bottom: 1px solid #eee;
|
65 |
+
}
|
66 |
+
#happy_addons_news_update .ha-instruction {
|
67 |
+
padding: 10px 10px;
|
68 |
+
}
|
69 |
+
#happy_addons_news_update .ha-overview__post {
|
70 |
+
margin-bottom: 10px;
|
71 |
+
}
|
72 |
+
#happy_addons_news_update .ha-overview__post:hover {
|
73 |
+
text-decoration: underline;
|
74 |
+
}
|
75 |
+
#happy_addons_news_update .ha-overview__post-link {
|
76 |
+
font-weight: 500;
|
77 |
+
}
|
78 |
+
#happy_addons_news_update .ha-divider-top {
|
79 |
+
margin: 0 -12px;
|
80 |
+
border-top: 1px solid #eee;
|
81 |
+
}
|
82 |
+
#happy_addons_news_update .ha-overview__footer {
|
83 |
+
padding: 10px 6px 0 8px;
|
84 |
+
}
|
85 |
+
#happy_addons_news_update .ha-overview__footer ul {
|
86 |
+
display: -webkit-box;
|
87 |
+
display: -webkit-flex;
|
88 |
+
display: -ms-flexbox;
|
89 |
+
display: flex;
|
90 |
+
margin: 0;
|
91 |
+
list-style: none;
|
92 |
+
}
|
93 |
+
#happy_addons_news_update .ha-overview__footer ul li:not(:first-of-type) {
|
94 |
+
margin-right: 4px;
|
95 |
+
padding-left: 4px;
|
96 |
+
border-left: 1px solid #ddd;
|
97 |
+
}
|
98 |
+
#happy_addons_news_update .ha-overview__footer ul li:first-of-type {
|
99 |
+
margin-right: 4px;
|
100 |
+
}
|
trunk/assets/admin/css/wp-dashboard.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
#happy_addons_news_update .ha-setup--wrap{margin:-12px -12px 0;padding:12px;border-bottom:1px solid #eee}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .progress-wrapper{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 8px;border:1px solid #757575;border-radius:16px;font-size:.9em}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .progress-wrapper span{position:relative;top:-3px;color:#757575}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description h4{font-weight:700}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description p{margin-top:0}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description div{float:left;width:70%}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description img{float:right;padding-left:26px;width:25%}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description a{border:0;background:#e2498a;color:#fff}#happy_addons_news_update .ha-setup--wrap .setup-wizard-finish-setup .description a:hover{background:#d6226e}#happy_addons_news_update .ha-overview__feed>a,#happy_addons_news_update .ha-overview__footer ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#happy_addons_news_update .ha-overview--banner{width:100%}#happy_addons_news_update .ha-divider-bottom{margin:0 -12px;border-bottom:1px solid #eee}#happy_addons_news_update .ha-instruction{padding:10px}#happy_addons_news_update .ha-overview__post{margin-bottom:10px}#happy_addons_news_update .ha-overview__post:hover{text-decoration:underline}#happy_addons_news_update .ha-overview__post-link{font-weight:500}#happy_addons_news_update .ha-divider-top{margin:0 -12px;border-top:1px solid #eee}#happy_addons_news_update .ha-overview__footer{padding:10px 6px 0 8px}#happy_addons_news_update .ha-overview__footer ul{margin:0;list-style:none}#happy_addons_news_update .ha-overview__footer ul li:not(:first-of-type){margin-right:4px;padding-left:4px;border-left:1px solid #ddd}#happy_addons_news_update .ha-overview__footer ul li:first-of-type{margin-right:4px}
|
trunk/assets/admin/js/admin.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
"use strict";!function(n){n(function(){var a=n(".hajs-clear-cache"),e=n("#toplevel_page_happy-addons .toplevel_page_happy-addons .wp-menu-name"),c=e.text();e.text(c.replace(/\s/,"")),a.on("click","a",function(a){a.preventDefault();var e="all",c=n(a.delegateTarget);c.hasClass("ha-clear-page-cache")&&(e="page"),c.addClass("ha-clear-cache--init"),n.post(HappyAdmin.ajax_url,{action:"ha_clear_cache",type:e,nonce:HappyAdmin.nonce,post_id:HappyAdmin.post_id}).done(function(a){c.removeClass("ha-clear-cache--init").addClass("ha-clear-cache--done")})})})}(jQuery);
|
trunk/assets/admin/js/dashboard.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
"use strict";!function(c,d){c(function(){var a=c(".ha-dashboard-tabs"),e=a.find(".ha-dashboard-tabs__nav"),i=a.find(".ha-dashboard-tabs__content"),s=c("#toplevel_page_happy-addons").find(".wp-submenu"),t=(e.on("click",".ha-dashboard-tabs__nav-item",function(a){var e=c(a.currentTarget),t=a.currentTarget.hash,n="#tab-content-"+t.substring(1),n=i.find(n);if(e.is(".nav-item-is--link"))return!0;a.preventDefault(),e.addClass("tab--is-active").siblings().removeClass("tab--is-active"),n.addClass("tab--is-active").siblings().removeClass("tab--is-active"),window.location.hash=t,s.find("a").filter(function(a,e){return t===e.hash}).parent().addClass("current").siblings().removeClass("current")}),window.location.hash&&(e.find('a[href="'+window.location.hash+'"]').click(),s.find("a").filter(function(a,e){return window.location.hash===e.hash}).parent().addClass("current").siblings().removeClass("current")),s.on("click","a",function(a){if(!a.currentTarget.hash)return!0;a.preventDefault(),window.location.hash=a.currentTarget.hash,c(a.currentTarget).parent().addClass("current").siblings().removeClass("current"),e.find('a[href="'+a.currentTarget.hash+'"]').click()}),c("#ha-dashboard-form")),o=t.find(".ha-dashboard-widgets"),n=t.find(".ha-dashboard-btn--save"),r=(t.on("submit",function(a){a.preventDefault(),c.post({url:d.ajaxUrl,data:{nonce:d.nonce,action:d.action,data:t.serialize()},beforeSend:function(){n.text(".....").css("animation","animateTextIndent infinite 2.5s")},success:function(a){var e;a.success&&(e=setTimeout(function(){n.css("animation","").attr("disabled",!0).text(d.savedLabel),location.reload(),clearTimeout(e)},500))}})}),t.on("change keyup paste","input",function(){n.attr("disabled",!1).text(d.saveChangesLabel)}),c(".ha-action--btn").on("click",function(a){a.preventDefault();var a=c(this),e=a.data("filter"),a=a.data("action"),t=o.find(".ha-dashboard-widgets__item"),n=t.not(".item--is-pro"),i=t.filter(".item--is-pro"),s=t.not(".item--is-placeholder").find(":checkbox.ha-widget"),r=t.not(".item--is-placeholder").find(":checkbox.ha-feature");if(e)switch(e){case"free":n.show(),i.hide();break;case"pro":n.hide(),i.show();break;default:t.show()}a&&("enable"===a?s.prop("checked",!0):"disable"===a?s.prop("checked",!1):"enable_feature"===a?r.prop("checked",!0):"disable_feature"===a&&r.prop("checked",!1),s.trigger("change"),r.trigger("change"))}),c(".ha-feature-sub-title-a").magnificPopup({disableOn:700,type:"iframe",mainClass:"mfp-fade",removalDelay:160,preloader:!1,fixedContentPos:!1}),c(".btn-how-to-contribute").on("click",function(a){a.preventDefault(),c(this).next().show()}),c("#ha-dashboard-analytics-disable"));r.on("click",function(a){a.preventDefault(),c(this).next().val("true"),c.post({url:d.ajaxUrl,data:{nonce:d.nonce,action:d.action,data:t.serialize()},beforeSend:function(){r.text(".....").css("animation","animateTextIndent infinite 2.5s")},success:function(a){a.success&&location.reload()}})})})}(jQuery,window.HappyDashboard);
|
trunk/assets/admin/js/editor.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
"use strict";!function(i){window.haHasIconLibrary=function(){return elementor.helpers&&elementor.helpers.renderIcon},window.haGetFeatureLabel=function(e){var t=document.createElement("DIV");return t.innerHTML=e,20<(e=t.textContent||t.innerText||e).length?e.substring(0,20)+"...":e},window.haGetTranslated=function(e,t){return elementorCommon.translate(e,null,t,HappyAddonsEditor.i18n)},window.haGetButtonWithIcon=function(e,t){var n,o,i,a,r,s=[];if(t=t||{},t=_.defaults(t,{oldIcon:"button_icon",iconPos:"button_icon_position",newIcon:"button_selected_icon",text:"button_text",link:"button_link",class:"ha-btn ha-btn--link",textClass:"ha-btn-text"}),_.isObject(e)){var d=e.model.attributes.settings.toJSON(),l=_.isUndefined(d[t.text])?"":d[t.text],c=!(_.isUndefined(d[t.oldIcon])||!d[t.oldIcon]),p=!(_.isUndefined(d[t.newIcon])||!_.isObject(d[t.newIcon])||!d[t.newIcon].value);if(l||p||c)return haHasIconLibrary()&&(n=elementor.helpers.renderIcon(e,d[t.newIcon],{"aria-hidden":!0,class:"ha-btn-icon"},"i","object"),o=elementor.helpers.isIconMigrated(d,t.newIcon)),e.addInlineEditingAttributes(t.text,"none"),e.addRenderAttribute(t.text,"class",t.textClass),e.addRenderAttribute("button","class",t.class),e.addRenderAttribute("button","href",d[t.link].url),(p||c)&&(haHasIconLibrary()&&n&&n.rendered&&(!c||o)?i="svg"===d[t.newIcon].library?'<span class="ha-btn-icon ha-btn-icon--svg">'+n.value+"</span>":n.value:c&&(i='<i class="ha-btn-icon '+t.oldIcon+'" aria-hidden="true"></i>')),!l||p||c?l||!p&&!c?l&&(p||c)&&("before"===d[t.iconPos]?(e.addRenderAttribute("button","class","ha-btn--icon-before"),a=i,r="<span "+e.getRenderAttributeString(t.text)+">"+l+"</span>"):(e.addRenderAttribute("button","class","ha-btn--icon-after"),r=i,a="<span "+e.getRenderAttributeString(t.text)+">"+l+"</span>"),s=["<a "+e.getRenderAttributeString("button")+">",a,r,"</a>"]):s=["<a "+e.getRenderAttributeString("button")+">",i,"</a>"]:s=["<a "+e.getRenderAttributeString("button")+">","<span "+e.getRenderAttributeString(t.text)+">",l,"</span>","</a>"],s.join("")}};elementor.on("panel:init",function(){var e,n;i("#elementor-panel-elements-search-input").on("keyup",_.debounce(function(){i("#elementor-panel-elements").find(".hm").parents(".elementor-element").addClass("is-ha-widget")},100)),"undefined"==typeof $e&&null===$e||(e={callback:function(){var e=elementor.settings.page.model.attributes.ha_grid;""===e?elementor.settings.page.model.setExternalChange("ha_grid","yes"):"yes"===e&&elementor.settings.page.model.setExternalChange("ha_grid","")}},$e.shortcuts.register("ctrl+shift+g",e),$e.shortcuts.register("cmd+shift+g",e)),(n=i("#"+(e="happy-addons-editor-dark-css"))).length||(n=i("<link>",{id:e,rel:"stylesheet",href:HappyAddonsEditor.dark_stylesheet_url})),elementor.settings.editorPreferences.model.on("change:ui_theme",function(e,t){"light"===t?n.remove():n.attr("media","auto"===t?"(prefers-color-scheme: dark)":"").appendTo(elementorCommon.elements.$body)})}),elementor.hooks.addFilter("panel/elements/regionViews",function(e){if(HappyAddonsEditor.hasPro||_.isEmpty(HappyAddonsEditor.placeholder_widgets))return e;var t,n="happy_addons_pro",o=e.elements.view,i=e.categories.view,a=e.elements.options.collection,r=e.categories.options.collection,s=[];return _.each(HappyAddonsEditor.placeholder_widgets,function(e,t){a.add({name:"ha-"+t,title:e.title,icon:e.icon,categories:[n],editable:!1})}),a.each(function(e){e.get("categories")[0]===n&&s.push(e)}),(t=r.findIndex({name:"happy_addons_category"}))&&r.add({name:"happy_addons_pro_category",title:"Happy Addons Pro",icon:"hm hm-happyaddons",defaultActive:!1,items:s},{at:t+1}),e.elements.view=o.extend({childView:o.prototype.childView.extend(r={className:function(){var e=this.constructor.__super__.className.call(this);return!this.isEditable()&&this.isHappyWidget()&&(e+=" ha-element--promotion"),e},isHappyWidget:function(){return 0===this.model.get("name").indexOf("ha-")},onMouseDown:function(){if(!this.isHappyWidget())return elementor.promotion.dialog.buttons[0].removeClass("ha-btn--promotion"),void this.constructor.__super__.onMouseDown.call(this);elementor.promotion.dialog.buttons[0].addClass("ha-btn--promotion"),elementor.promotion.showDialog({headerMessage:haGetTranslated("promotionDialogHeader",[this.model.get("title")]),message:haGetTranslated("promotionDialogMessage",[this.model.get("title")]),top:"-7",element:this.el,actionURL:"https://demo.happyaddons.com/"})}})}),e.categories.view=i.extend({childView:i.prototype.childView.extend({childView:i.prototype.childView.prototype.childView.extend(r)})}),e});var e=elementor.modules.controls.Select2.extend({onBeforeRender:function(){var n,o;this.container&&"section"===this.container.type&&(n=elementor.widgetsCache||elementor.config.widgets,o={},this.container.children.forEach(function(e){e.view.$childViewContainer.children("[data-widget_type]").each(function(e,t){t=(t=i(t).data("widget_type")).slice(0,t.lastIndexOf(".")),t=!_.isUndefined(n[t])&&n[t];t&&(o[t.widget_type]=t.title+" ("+t.widget_type+")")})}),this.model.set("options",o))}}),e=(elementor.addControlView("widget-list",e),elementor.modules.controls.BaseData.extend({getSelect2Placeholder:function(){return this.ui.select.children('option:first[value=""]').text()||this.model.get("placeholder")},getDependencyArgs:function(){var n=this,o=n.model.get("dynamic_params");return(o=_.isObject(o)?o:{}).control_dependency&&_.isObject(o.control_dependency)&&_.each(o.control_dependency,function(e,t){o[t]=n.container.settings.get(e)}),o},getSelect2DefaultOptions:function(){var t=this;return{allowClear:!0,placeholder:this.getSelect2Placeholder(),dir:elementorCommon.config.isRTL?"rtl":"ltr",minimumInputLength:1,ajax:{url:ajaxurl,dataType:"json",method:"POST",delay:250,data:function(e){e={nonce:HappyAddonsEditor.editor_nonce,action:"ha_process_dynamic_select",object_type:"post",query_term:e.term};return i.extend(e,t.model.get("dynamic_params"),t.getDependencyArgs())},processResults:function(e){if(!e.success||0===e.data.length)return{results:[{id:-1,text:"No results found",disabled:!0}]};var n=[];return _.each(e.data,function(e,t){n.push({id:t,text:e})}),{results:n}},cache:!0}}},getSelect2Options:function(){return i.extend(this.getSelect2DefaultOptions(),this.model.get("select2options"))},addLoadingSpinner:function(){this.$el.find(".elementor-control-title").after('<span class="elementor-control-spinner"> <i class="eicon-spinner eicon-animation-spin"></i> </span>')},onBeforeRender:function(){var n,e;this.isRendered||(e=(n=this).getControlValue(),_.isEmpty(e)||(_.isArray(e)||(e=[e]),e={nonce:HappyAddonsEditor.editor_nonce,action:"ha_process_dynamic_select",object_type:"post",saved_values:e},i.ajax({url:ajaxurl,type:"POST",data:i.extend(e,n.model.get("dynamic_params"),n.getDependencyArgs()),beforeSend:n.addLoadingSpinner.bind(this),success:function(e){var t;e.success&&0!==e.data.length&&(t=_.keys(e.data).map(function(e){return" "+i.trim(e)}),n.container.settings.set(n.model.get("name"),t),n.model.set("options",e.data),n.render())}})))},applySavedValue:function(){elementor.modules.controls.BaseData.prototype.applySavedValue.apply(this,arguments),this.ui.select.data("select2")?this.ui.select.trigger("change"):(this.ui.select.select2(this.getSelect2Options()),this.model.get("sortable")&&this.initSortable())},initSortable:function(){var e=this.$el.find("ul.select2-selection__rendered"),t=this;e.sortable({containment:"parent",update:function(){t._orderSortedOption(e),t.container.settings.setExternalChange(t.model.get("name"),t.ui.select.val()),t.model.set("options",t.ui.select.val())}})},_orderSortedOption:function(e){var o=this;e.children("li[title]").each(function(e,t){var n=o.ui.select.children("option").filter(function(){return i(this).html()==t.title});o._moveOptionToEnd(n)})},_moveOptionToEnd:function(e){var t=e.parent();e.detach(),t.append(e)},onBeforeDestroy:function(){this.ui.select.select2("destroy"),this.$el.remove()}}));elementor.addControlView("ha_advanced_select2",e)}(jQuery);
|
trunk/assets/admin/js/template-library.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
"use strict";function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(p,u,n){var h={Views:{},Models:{},Collections:{},Behaviors:{},Layout:null,Manager:null};h.Models.Template=Backbone.Model.extend({defaults:{template_id:0,title:"",type:"",thumbnail:"",url:"",tags:[],isPro:!1}}),h.Collections.Template=Backbone.Collection.extend({model:h.Models.Template}),h.Behaviors.InsertTemplate=Marionette.Behavior.extend({ui:{insertButton:".haTemplateLibrary__insert-button"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){n.library.insertTemplate({model:this.view.model})}}),h.Views.EmptyTemplateCollection=Marionette.ItemView.extend({id:"elementor-template-library-templates-empty",template:"#tmpl-haTemplateLibrary__empty",ui:{title:".elementor-template-library-blank-title",message:".elementor-template-library-blank-message"},modesStrings:{empty:{title:haGetTranslated("templatesEmptyTitle"),message:haGetTranslated("templatesEmptyMessage")},noResults:{title:haGetTranslated("templatesNoResultsTitle"),message:haGetTranslated("templatesNoResultsMessage")}},getCurrentMode:function(){return n.library.getFilter("text")?"noResults":"empty"},onRender:function(){var e=this.modesStrings[this.getCurrentMode()];this.ui.title.html(e.title),this.ui.message.html(e.message)}}),h.Views.Loading=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__loading",id:"haTemplateLibrary__loading"}),h.Views.Logo=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-logo",className:"haTemplateLibrary__header-logo",templateHelpers:function(){return{title:this.getOption("title")}}}),h.Views.BackButton=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-back",id:"elementor-template-library-header-preview-back",className:"haTemplateLibrary__header-back",events:function(){return{click:"onClick"}},onClick:function(){n.library.showTemplatesView()}}),h.Views.Menu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu",id:"elementor-template-library-header-menu",className:"haTemplateLibrary__header-menu",templateHelpers:function(){return n.library.getTabs()},ui:{menuItem:".elementor-template-library-menu-item"},events:{"click @ui.menuItem":"onMenuItemClick"},onMenuItemClick:function(e){n.library.setFilter("tags",""),n.library.setFilter("text",""),n.library.setFilter("type",e.currentTarget.dataset.tab,!0),n.library.showTemplatesView()}}),h.Views.ResponsiveMenu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu-responsive",id:"elementor-template-library-header-menu-responsive",className:"haTemplateLibrary__header-menu-responsive",ui:{items:"> .elementor-component-tab"},events:{"click @ui.items":"onTabItemClick"},onTabItemClick:function(e){var e=p(e.currentTarget),t=e.data("tab");n.library.channels.tabs.trigger("change:device",t,e)}}),h.Views.Actions=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-actions",id:"elementor-template-library-header-actions",ui:{sync:"#haTemplateLibrary__header-sync i"},events:{"click @ui.sync":"onSyncClick"},onSyncClick:function(){var e=this;e.ui.sync.addClass("eicon-animation-spin"),n.library.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),n.library.updateBlocksView()},forceUpdate:!0,forceSync:!0})}}),h.Views.InsertWrapper=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-insert",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:h.Behaviors.InsertTemplate}}}),h.Views.Preview=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__preview",className:"haTemplateLibrary__preview",ui:function(){return{iframe:"> iframe"}},onRender:function(){this.ui.iframe.attr("src",this.getOption("url")).hide();var e=this,t=(new h.Views.Loading).render();this.$el.append(t.el),this.ui.iframe.on("load",function(){e.$el.find("#haTemplateLibrary__loading").remove(),e.ui.iframe.show()})}}),h.Views.TemplateCollection=Marionette.CompositeView.extend({template:"#tmpl-haTemplateLibrary__templates",id:"haTemplateLibrary__templates",className:function(){return"haTemplateLibrary__templates haTemplateLibrary__templates--"+n.library.getFilter("type")},childViewContainer:"#haTemplateLibrary__templates-list",emptyView:function(){return new h.Views.EmptyTemplateCollection},ui:{templatesWindow:".haTemplateLibrary__templates-window",textFilter:"#haTemplateLibrary__search",tagsFilter:"#haTemplateLibrary__filter-tags",filterBar:"#haTemplateLibrary__toolbar-filter",counter:"#haTemplateLibrary__toolbar-counter"},events:{"input @ui.textFilter":"onTextFilterInput","click @ui.tagsFilter li":"onTagsFilterClick"},getChildView:function(e){return h.Views.Template},initialize:function(){this.listenTo(n.library.channels.templates,"filter:change",this._renderChildren)},filter:function(i){var e=n.library.getFilterTerms(),a=!0;return _.each(e,function(e,t){t=n.library.getFilter(t);if(t)return e.callback?((e=e.callback.call(i,t))||(a=!1),e):void 0}),a},setMasonrySkin:function(){var e;"section"===n.library.getFilter("type")&&(e=new elementorModules.utils.Masonry({container:this.$childViewContainer,items:this.$childViewContainer.children()}),this.$childViewContainer.imagesLoaded(e.run.bind(e)))},onRenderCollection:function(){this.setMasonrySkin(),this.updatePerfectScrollbar(),this.setTemplatesFoundText()},setTemplatesFoundText:function(){var e=n.library.getFilter("type"),t=this.children.length,i="<b>"+t+"</b>";i+="section"===e?" block":" "+e,1<t&&(i+="s"),this.ui.counter.html(i+=" found")},onTextFilterInput:function(){var e=this;_.defer(function(){n.library.setFilter("text",e.ui.textFilter.val())})},onTagsFilterClick:function(e){var e=p(e.currentTarget),t=e.data("tag");n.library.setFilter("tags",t),e.addClass("active").siblings().removeClass("active"),t=t?n.library.getTags()[t]:"Filter",this.ui.filterBar.find(".haTemplateLibrary__filter-btn").html(t+' <i class="eicon-caret-down"></i>')},updatePerfectScrollbar:function(){this.perfectScrollbar||(this.perfectScrollbar=new PerfectScrollbar(this.ui.templatesWindow[0],{suppressScrollX:!0})),this.perfectScrollbar.isRtl=!1,this.perfectScrollbar.update()},setTagsFilterHover:function(){var e=this;e.ui.filterBar.hoverIntent(function(){e.ui.tagsFilter.css("display","block"),e.ui.filterBar.find(".haTemplateLibrary__filter-btn i").addClass("eicon-caret-down").removeClass("eicon-caret-right")},function(){e.ui.tagsFilter.css("display","none"),e.ui.filterBar.find(".haTemplateLibrary__filter-btn i").addClass("eicon-caret-right").removeClass("eicon-caret-down")},{sensitivity:50,interval:150,timeout:100})},onRender:function(){this.setTagsFilterHover(),this.updatePerfectScrollbar()}}),h.Views.Template=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__template",className:"haTemplateLibrary__template",ui:{previewButton:".haTemplateLibrary__preview-button, .haTemplateLibrary__template-preview"},events:{"click @ui.previewButton":"onPreviewButtonClick"},behaviors:{insertTemplate:{behaviorClass:h.Behaviors.InsertTemplate}},onPreviewButtonClick:function(){n.library.showPreviewView(this.model)}}),h.Modal=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"haTemplateLibrary__modal",hide:{onOutsideClick:!1,onEscKeyPress:!0,onBackgroundClick:!1}}},getTemplateActionButton:function(e){e=e.isPro&&!HappyAddonsEditor.hasPro?"pro-button":"insert-button",e=Marionette.TemplateCache.get("#tmpl-haTemplateLibrary__"+e);return Marionette.Renderer.render(e)},showLogo:function(e){this.getHeaderView().logoArea.show(new h.Views.Logo(e))},showDefaultHeader:function(){this.showLogo({title:"TEMPLATES"});var e=this.getHeaderView();e.tools.show(new h.Views.Actions),e.menuArea.show(new h.Views.Menu)},showPreviewView:function(e){var t=this.getHeaderView();t.menuArea.show(new h.Views.ResponsiveMenu),t.logoArea.show(new h.Views.BackButton),t.tools.show(new h.Views.InsertWrapper({model:e})),this.modalContent.show(new h.Views.Preview({url:e.get("url")}))},showTemplatesView:function(e){this.showDefaultHeader(),this.modalContent.show(new h.Views.TemplateCollection({collection:e}))}}),h.Manager=function(){var e,i,a,n,t,r=this,o=".elementor-add-new-section .elementor-add-section-drag-title",l='<div class="elementor-add-section-area-button elementor-add-ha-button"> <i class="hm hm-happyaddons"></i> </div>',s={desktop:"100%",tab:"768px",mobile:"360px"};function c(){var e=p(this).closest(".elementor-top-section"),i=e.data("id"),t=u.documents.getCurrent().container.children,e=e.prev(".elementor-add-section");t&&_.each(t,function(e,t){i===e.id&&(r.atIndex=t)}),e.find(".elementor-add-ha-button").length||e.find(o).before(l)}function m(e,t){t.addClass("elementor-active").siblings().removeClass("elementor-active");t=s[e]||s.desktop;p(".haTemplateLibrary__preview").css("width",t)}function d(){var i=window.elementor.$previewContents,a=setInterval(function(){var e,t;(t=(e=i).find(o)).length&&!e.find(".elementor-add-ha-button").length&&t.before(l),e.on("click.onAddElement",".elementor-editor-section-settings .elementor-editor-element-add",c),0<i.find(".elementor-add-new-section").length&&clearInterval(a)},100);i.on("click.onAddTemplateButton",".elementor-add-ha-button",r.showModal.bind(r)),this.channels.tabs.on("change:device",m)}this.atIndex=-1,this.channels={tabs:Backbone.Radio.channel("tabs"),templates:Backbone.Radio.channel("templates")},this.updateBlocksView=function(){r.setFilter("tags","",!0),r.setFilter("text","",!0),r.getModal().showTemplatesView(n)},this.setFilter=function(e,t,i){r.channels.templates.reply("filter:"+e,t),i||r.channels.templates.trigger("filter:change")},this.getFilter=function(e){return r.channels.templates.request("filter:"+e)},this.getFilterTerms=function(){return{tags:{callback:function(t){return _.any(this.get("tags"),function(e){return 0<=e.indexOf(t)})}},text:{callback:function(t){return t=t.toLowerCase(),0<=this.get("title").toLowerCase().indexOf(t)||_.any(this.get("tags"),function(e){return 0<=e.indexOf(t)})}},type:{callback:function(e){return this.get("type")===e}}}},this.showModal=function(){r.getModal().showModal(),r.showTemplatesView()},this.closeModal=function(){this.getModal().hideModal()},this.getModal=function(){return e=e||new h.Modal},this.init=function(){r.setFilter("type","section",!0),u.on("preview:loaded",d.bind(this))},this.getTabs=function(){var i=this.getFilter("type"),a={section:{title:"Blocks"},page:{title:"Pages"}};return _.each(a,function(e,t){i===t&&(a[i].active=!0)}),{tabs:a}},this.getTags=function(){return i},this.getTypeTags=function(){var e=r.getFilter("type");return a[e]},this.showTemplatesView=function(){r.setFilter("tags","",!0),r.setFilter("text","",!0),n?r.getModal().showTemplatesView(n):r.loadTemplates(function(){r.getModal().showTemplatesView(n)})},this.showPreviewView=function(e){r.getModal().showPreviewView(e)},this.loadTemplates=function(e){r.requestLibraryData({onBeforeUpdate:r.getModal().showLoadingView.bind(r.getModal()),onUpdate:function(){r.getModal().hideLoadingView(),e&&e()}})},this.requestLibraryData=function(t){var e;n&&!t.forceUpdate?t.onUpdate&&t.onUpdate():(t.onBeforeUpdate&&t.onBeforeUpdate(),e={data:{},success:function(e){n=new h.Collections.Template(e.templates),e.tags&&(i=e.tags),e.type_tags&&(a=e.type_tags),t.onUpdate&&t.onUpdate()}},t.forceSync&&(e.data.sync=!0),elementorCommon.ajax.addRequest("get_ha_library_data",e))},this.requestTemplateData=function(e,t){e={unique_id:e,data:{edit_mode:!0,display:!0,template_id:e}};t&&jQuery.extend(!0,e,t),elementorCommon.ajax.addRequest("get_ha_template_data",e)},this.insertTemplate=function(e){var i=e.model,a=this;a.getModal().showLoadingView(),a.requestTemplateData(i.get("template_id"),{success:function(e){a.getModal().hideLoadingView(),a.getModal().hideModal();var t={};-1!==a.atIndex&&(t.at=a.atIndex),$e.run("document/elements/import",{model:i,data:e,options:t}),a.atIndex=-1},error:function(e){a.showErrorDialog(e)},complete:function(e){a.getModal().hideLoadingView(),window.elementor.$previewContents.find(".elementor-add-section .elementor-add-section-close").click()}})},this.showErrorDialog=function(e){var t;"object"===_typeof(e)?(t="",_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t):e?e+=".":e="<i><The error message is empty></i>",r.getErrorDialog().setMessage('The following error(s) occurred while processing the request:<div id="elementor-template-library-error-info">'+e+"</div>").show()},this.getErrorDialog=function(){return t=t||elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:"An error occurred"})}},n.library=new h.Manager,n.library.init(),window.ha=n}(jQuery,window.elementor,window.ha||{});
|
trunk/assets/admin/js/wizard.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
"use strict";function _createForOfIteratorHelper(e,t){var n,r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length)return r&&(e=r),n=0,{s:t=function(){},n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:t};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return i=e.done,e},e:function(e){s=!0,a=e},f:function(){try{i||null==r.return||r.return()}finally{if(s)throw a}}}}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Map"===(n="Object"===n&&e.constructor?e.constructor.name:n)||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function asyncGeneratorStep(e,t,n,r,a,i,s){try{var o=e[i](s),c=o.value}catch(e){return void n(e)}o.done?t(c):Promise.resolve(c).then(r,a)}function _asyncToGenerator(o){return function(){var e=this,s=arguments;return new Promise(function(t,n){var r=o.apply(e,s);function a(e){asyncGeneratorStep(r,t,n,a,i,"next",e)}function i(e){asyncGeneratorStep(r,t,n,a,i,"throw",e)}a(void 0)})}}var Wizard={data:function(){return{loaded:!1,screen:0,hasCache:!1,currentPage:"welcome",userType:"normal",hasConsent:!0,steps:[{key:"welcome",name:"Welcome",isComplete:!1},{key:"widgets",name:"Widgets",isComplete:!1},{key:"features",name:"Features",isComplete:!1},{key:"bepro",name:"Be a pro!",isComplete:!1},{key:"contribute",name:"Contribute",isComplete:!1},{key:"congrats",name:"Congrats",isComplete:!1}],widgetList:[],disabledWidgets:[],featureList:[],disabledFeatures:[],settings:{welcome:{userType:null},widgets:[],features:null,contribute:!1,all:[],checkedWidgets:[]},widgetMore:!0}},mounted:function(){this.fetchCache(),this.getCurrentPage()},methods:{fetchWidgetData:function(){var n=this;return _asyncToGenerator(regeneratorRuntime.mark(function e(){var t;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=window.HappyWizard.apiBase+"/widgets/all/",e.next=3,fetch(t,{method:"GET",headers:{"X-WP-Nonce":window.HappyWizard.nonce}}).then(function(e){return e.json()}).then(function(e){e&&(n.widgetList=e.all,n.disabledWidgets=e.disabled)}).catch(function(e){console.error("Error:",e)});case 3:case"end":return e.stop()}},e)}))()},fetchCache:function(){var n=this;return _asyncToGenerator(regeneratorRuntime.mark(function e(){var t;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=window.HappyWizard.apiBase+"/wizard/cache",e.next=3,fetch(t,{method:"GET",headers:{"X-WP-Nonce":window.HappyWizard.nonce}}).then(function(e){return e.json()}).then(function(e){e.data?(e.data.steps&&(n.steps=e.data.steps),e.data.currentPage&&(n.currentPage=e.data.currentPage),e.data.userType&&(n.userType=e.data.userType),e.data.widgets&&(n.widgetList=e.data.widgets),e.data.widgets_disabled&&(n.disabledWidgets=e.data.widgets_disabled),e.data.features&&(n.featureList=e.data.features),e.data.features_disabled&&(n.disabledFeatures=e.data.features_disabled),n.loaded=!0):n.fetchPreset(n.userType)}).catch(function(e){console.error("Error:",e)});case 3:case"end":return e.stop()}},e)}))()},fetchPreset:function(n){var r=this;return _asyncToGenerator(regeneratorRuntime.mark(function e(){var t;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=window.HappyWizard.apiBase+"/wizard/preset/"+n,e.next=3,fetch(t,{method:"GET",headers:{"X-WP-Nonce":window.HappyWizard.nonce}}).then(function(e){return e.json()}).then(function(e){e&&(r.widgetList=e.widgets.all,r.disabledWidgets=e.widgets.disabled,r.featureList=e.features.all,r.disabledFeatures=e.features.disabled),r.loaded=!0}).catch(function(e){console.error("Error:",e)});case 3:case"end":return e.stop()}},e)}))()},saveWizardData:function(){var a=arguments,i=this;return _asyncToGenerator(regeneratorRuntime.mark(function e(){var t,n,r;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=0<a.length&&void 0!==a[0]?a[0]:"",n=window.HappyWizard.apiBase+"/wizard/save",r={widget:i.disabledWidgets,features:i.disabledFeatures,consent:i.consent?"yes":"no"},"cache"==t&&(n=window.HappyWizard.apiBase+"/wizard/save-cache",r={currentPage:i.currentPage,userType:i.userType,steps:i.steps,widgets:i.widgetList,widgets_disabled:i.disabledWidgets,features:i.featureList,features_disabled:i.disabledFeatures,consent:i.hasConsent?"yes":"no"}),e.next=6,fetch(n,{method:"POST",headers:{"X-WP-Nonce":window.HappyWizard.nonce},body:JSON.stringify(r),contentType:"application/json; charset=utf-8"}).then(function(e){return e.json()}).then(function(e){e&&200===e.status&&"cache"!==t&&window.open(window.HappyWizard.haAdmin,"_self")}).catch(function(e){console.error("Error:",e)});case 6:case"end":return e.stop()}},e)}))()},endWizard:function(){return _asyncToGenerator(regeneratorRuntime.mark(function e(){var t;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(confirm("Head’s up. This action is non reversible and you won’t be able to see this wizard again. Proceed?"))return t=window.HappyWizard.apiBase+"/wizard/skip",e.next=5,fetch(t,{method:"POST",headers:{"X-WP-Nonce":window.HappyWizard.nonce}}).then(function(e){return e.json()}).then(function(e){e&&200===e.status&&window.open(window.HappyWizard.haAdmin,"_self")}).catch(function(e){console.error("Error:",e)});e.next=5;break;case 5:case"end":return e.stop()}},e)}))()},setUserType:function(e){this.userType=e,this.fetchPreset(e)},setTab:function(e){e&&("buypro"==e?window.open("https://happyaddons.com/go/get-pro","_blank").focus():"done"==e?this.saveWizardData():(this.setStepComplete(this.currentPage),this.currentPage=e,this.screen=e),this.saveWizardData("cache"))},setStepComplete:function(e){var t,n=_createForOfIteratorHelper(this.steps);try{for(n.s();!(t=n.n()).done;){var r=t.value;if(r.key==e){r.isComplete=!0;break}}}catch(e){n.e(e)}finally{n.f()}},revealWidgetList:function(){this.widgetMore=!1},getCurrentPage:function(){var e,t=_createForOfIteratorHelper(this.steps);try{for(t.s();!(e=t.n()).done;){var n=e.value;if(0==n.isComplete){this.currentPage=n.key;break}}}catch(e){t.e(e)}finally{t.f()}return this.currentPage},goNext:function(e){this.setTab(e)},allAdd:function(e){var t=this.widgetList[e],n=this;return Object.keys(t).forEach(function(e){t[e].is_active=!0,n.isActive(t[e].slug,!1)}),-1===this.settings.all.indexOf(e)&&this.settings.all.push(e),t},allRemove:function(r){var t=this.widgetList[r],n=this;return Object.keys(t).forEach(function(e){t[e].is_active=!1,n.isActive(t[e].slug,!0)}),this.settings.all=this.settings.all.filter(function(e,t,n){return e!=r}),t},isActive:function(r,e){!0===e?-1===this.disabledWidgets.indexOf(r)&&this.disabledWidgets.push(r):this.disabledWidgets=this.disabledWidgets.filter(function(e,t,n){return e!=r})},isFeatureActive:function(r,e){!0===e?-1===this.disabledFeatures.indexOf(r)&&this.disabledFeatures.push(r):this.disabledFeatures=this.disabledFeatures.filter(function(e,t,n){return e!=r})},makeTitle:function(e){e=e.replace(/-/g," ").replace("and","&");return e.charAt(0).toUpperCase()+e.slice(1)},makeLabel:function(e){return e?"PRO":"FREE"},sortByTitle:function(e){return e.sort(function(e,t){return e.title<t.title?-1:1})}},watch:{"settings.checkedWidgets":function(e){},"settings.all":function(e){},hasConsent:function(e){}},computed:{}},app=Vue.createApp(Wizard);app.config.globalProperties.window=window,app.component("ha-step",{props:{active:String,complete:Boolean,step:String,title:String,index:Number},emits:["setTab"],computed:{isActive:function(){return this.active==this.step}},methods:{handleClick:function(e){this.complete&&this.$emit("setTab",e)}},template:'<div class="ha-stepper__step" :class="{ \'is-complete\': this.complete, \'is-active\': this.isActive }" @click="handleClick(step)">\n\t<button class="ha-stepper__step-label-wrapper">\n\t\t<div class="ha-stepper__step-icon">\n\t\t\t<span class="ha-stepper__step-number">{{index}}</span>\n\t\t\t<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">\n\t\t\t\t<path d="M5.09467 10.784L0.219661 5.98988C-0.0732203 5.70186 -0.0732203 5.23487 0.219661 4.94682L1.2803 3.90377C1.57318 3.61572 2.04808 3.61572 2.34096 3.90377L5.625 7.13326L12.659 0.216014C12.9519 -0.0720048 13.4268 -0.0720048 13.7197 0.216014L14.7803 1.25907C15.0732 1.54709 15.0732 2.01408 14.7803 2.30213L6.15533 10.784C5.86242 11.072 5.38755 11.072 5.09467 10.784Z" fill="white"/>\n\t\t\t</svg>\n\t\t</div>\n\t\t<div class="ha-stepper__step-text">\n\t\t\t<span class="ha-stepper__step-label">{{title}}</span>\n\t\t</div>\n\t</button>\n</div>\n<div class="ha-stepper__step-divider">\n<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.2218 4.80762C13.8313 4.4171 13.1981 4.4171 12.8076 4.80762C12.4171 5.19815 12.4171 5.83131 12.8076 6.22184L14.2218 4.80762ZM18.4853 10.4853L19.1924 11.1924L19.8995 10.4853L19.1924 9.77818L18.4853 10.4853ZM12.8076 14.7487C12.4171 15.1393 12.4171 15.7724 12.8076 16.163C13.1981 16.5535 13.8313 16.5535 14.2218 16.163L12.8076 14.7487ZM7.19238 4.80762C6.80186 4.4171 6.16869 4.4171 5.77817 4.80762C5.38764 5.19814 5.38764 5.83131 5.77817 6.22183L7.19238 4.80762ZM11.4558 10.4853L12.1629 11.1924L12.87 10.4853L12.1629 9.77818L11.4558 10.4853ZM5.77817 14.7487C5.38764 15.1393 5.38764 15.7724 5.77817 16.163C6.16869 16.5535 6.80186 16.5535 7.19238 16.163L5.77817 14.7487ZM12.8076 6.22184L17.7782 11.1924L19.1924 9.77818L14.2218 4.80762L12.8076 6.22184ZM17.7782 9.77818L12.8076 14.7487L14.2218 16.163L19.1924 11.1924L17.7782 9.77818ZM5.77817 6.22183L10.7487 11.1924L12.1629 9.77818L7.19238 4.80762L5.77817 6.22183ZM10.7487 9.77818L5.77817 14.7487L7.19238 16.163L12.1629 11.1924L10.7487 9.77818Z" fill="currentColor"/>\n</svg>\n</div>'}),app.component("ha-nav",{props:{prev:String,next:String,done:String,bepro:String},emits:["setTab"],template:'<div class="ha-setup-wizard__nav">\n <button class="ha-setup-wizard__nav_prev" v-if="prev" @click="$emit(\'setTab\',prev)">\n <svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M12 3.33333H2.55333L4.94 0.94L4 0L0 4L4 8L4.94 7.06L2.55333 4.66667H12V3.33333Z" fill="black"/>\n </svg>\n <span>Back</span>\n </button>\n\t\t<button class="ha-setup-wizard__nav_bepro" v-if="bepro" @click="$emit(\'setTab\',\'buypro\')">\n\t\t\t<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">\n\t\t\t\t<path d="M19.8347 5.42149C19.8347 6.21488 19.1736 6.87603 18.3802 6.87603C18.2479 6.87603 18.2479 6.87603 18.1157 6.87603L15.8678 12.9587H3.96694L1.71901 6.87603C1.58678 6.87603 1.58678 6.87603 1.45455 6.87603C0.661157 6.87603 0 6.21488 0 5.42149C0 4.6281 0.661157 3.96694 1.45455 3.96694C2.24793 3.96694 2.90909 4.6281 2.90909 5.42149C2.90909 5.68595 2.90909 5.81818 2.77686 6.08264L5.02479 7.40496C5.55372 7.66942 6.08264 7.53719 6.34711 7.00826L8.99174 2.64463C8.59504 2.38017 8.46281 1.98347 8.46281 1.45455C8.46281 0.661157 9.12397 0 9.91736 0C10.7107 0 11.3719 0.661157 11.3719 1.45455C11.3719 1.98347 11.1074 2.38017 10.843 2.64463L13.3554 7.00826C13.6198 7.53719 14.281 7.66942 14.6777 7.40496L16.9256 6.08264C16.7934 5.95041 16.7934 5.68595 16.7934 5.42149C16.7934 4.6281 17.4545 3.96694 18.2479 3.96694C19.0413 3.96694 19.8347 4.6281 19.8347 5.42149ZM16.9256 14.4132V15.4711C16.9256 15.7355 16.6612 16 16.3967 16H3.43802C3.17355 16 2.90909 15.7355 2.90909 15.4711V14.4132C2.90909 14.1488 3.17355 13.8843 3.43802 13.8843H16.3967C16.6612 13.8843 16.9256 14.1488 16.9256 14.4132Z" fill="#FFC5C5"/>\n\t\t\t</svg>\t\t\n\t\t\t<span>Be A Pro</span>\n\t\t</button>\n <button class="ha-setup-wizard__nav_next" v-if="next" @click="$emit(\'setTab\',next)"><span>Next</span></button>\n <button class="ha-setup-wizard__nav_done" v-if="done" @click="$emit(\'setTab\',\'done\')"><span>Done</span></button>\n </div>\n\t'}),app.mount("#ha-setup-wizard");
|
trunk/assets/css/main.css
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.ha-badge{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;line-height:1;-webkit-transform:translate(var(--ha-badge-translate-x),var(--ha-badge-translate-y));-ms-transform:translate(var(--ha-badge-translate-x),var(--ha-badge-translate-y));transform:translate(var(--ha-badge-translate-x),var(--ha-badge-translate-y));--ha-badge-translate-x:0;--ha-badge-translate-y:0}.ha-badge--top-left{top:25px;left:25px}.ha-badge--top-center{top:25px;left:50%;--ha-badge-translate-x:-50%}.ha-badge--top-right{top:25px;right:25px}.ha-badge--middle-center,.ha-badge--middle-left{top:50%;left:25px;--ha-badge-translate-x:-50%}.ha-badge--middle-center{left:50%;--ha-badge-translate-y:-50%}.ha-badge--middle-right{top:50%;right:25px;--ha-badge-translate-y:-50%}.ha-badge--bottom-left{bottom:25px;left:25px}.ha-badge--bottom-center{bottom:25px;left:50%;--ha-badge-translate-x:-50%}.ha-badge--bottom-right{right:25px;bottom:25px}
|
2 |
+
.ha-btn{display:inline-block;max-width:100%;vertical-align:middle;text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-btn:not(.ha-btn--link){padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}.ha-btn:not(.ha-btn--link):focus,.ha-btn:not(.ha-btn--link):hover{background-color:#e2498a}.ha-btn.ha-btn--link{color:#562dd4}.ha-btn.ha-btn--link:focus,.ha-btn.ha-btn--link:hover{color:#e2498a}.ha-btn-icon+.ha-btn-text,.ha-btn-text+.ha-btn-icon{margin-left:5px}.ha-btn-icon--svg{display:inline-block}.ha-btn-icon--svg svg{width:auto;height:1em;fill:currentColor}
|
3 |
+
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
+
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
+
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper{display:block!important}
|
6 |
+
.ha-comparison-table{position:relative}.ha-comparison-table__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0;background-color:#5636d1;color:#fff;vertical-align:middle;font-weight:700;font-size:18px;line-height:20px}.ha-comparison-table__head-column-cell-title-tag{margin:0}.ha-comparison-table__head.table-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%}.ha-comparison-table__head-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__head-item:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon{margin:0 10px 0 0}.ha-comparison-table__head-item.icon-right .ha-comparison-table__head-column-cell-icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 0 10px}.ha-comparison-table__row{margin-bottom:25px}.ha-comparison-table__row-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e7e7e9;background-color:transparent;vertical-align:middle}.ha-comparison-table__row-item:first-child{border-top:0}.ha-comparison-table__row-item:last-child{border-bottom:0}.ha-comparison-table__row-item-cell{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:15px;width:15%}.ha-comparison-table__row-item-cell:first-child{-webkit-box-flex:10;-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}.ha-comparison-table__row-item-cell-title-tag{margin:0;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family),Sans-serif}.ha-comparison-table__row-cell-icon{font-size:20px;line-height:1}.ha-comparison-table__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.ha-comparison-table__btns-item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15%;text-align:center}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table__btns-item{width:auto}}.ha-comparison-table__btns-item a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 15px;border-radius:5px;background-color:#151515;color:#fff;font-weight:var(--e-global-typography-accent-font-weight);font-family:var(--e-global-typography-accent-font-family),Sans-serif}.ha-comparison-table__btns-item a:hover{background-color:#d6226e}@media screen and (min-width:300px) and (max-width:900px){.ha-comparison-table .elementor-widget-container{overflow-x:auto}}
|
7 |
+
.ha-cs-design-round .ha-cs-switch.active span{color:#562dd4}.ha-cs-design-round-2 .ha-cs-switch.active span{color:#e2498a}.ha-cs-design-square .ha-cs-switch.active span{color:#61ce70}.ha-cs-design-square-2 .ha-cs-switch.active span{color:#f67c21}.ha-cs-design-button .ha-cs-switch-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container,.ha-cs-switch-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.ha-cs-switch-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cs-switch-wrapper.horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-cs-switch-wrapper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-cs-switch-wrapper .ha-cs-switch{font-weight:700;font-size:18px;font-family:"Nunito",Sans-serif}.ha-cs-switch-wrapper .ha-cs-switch.primary{margin-right:20px}.ha-cs-switch-wrapper .ha-cs-switch.secondary{margin-left:20px}.ha-cs-switch-wrapper .ha-cs-switch.active{color:#2196f3}.ha-cs-switch-wrapper .ha-cs-button{border:0;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{white-space:normal;font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif;line-height:1}.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type){margin-right:20px}.ha-cs-switch-wrapper .ha-cs-button.active{background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-button:focus{outline:0;background-color:#562dd4;color:#fff}.ha-cs-switch-wrapper .ha-cs-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em}.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper{margin-right:10px}.ha-cs-switch-wrapper .ha-cs-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper{margin-left:10px}.ha-input-label{position:relative;display:inline-block;margin:unset;width:5em;height:2.5em}.ha-input-label .ha-cs-slider,.ha-input-label .ha-cs-slider:before{position:absolute;border-width:0;border-style:solid;-webkit-transition:.4s;transition:.4s}.ha-input-label .ha-cs-slider{top:0;right:0;bottom:0;left:0;background-color:#ccc;cursor:pointer}.ha-input-label .ha-cs-slider:before{bottom:.25em;left:.2em;width:2em;height:2em;background-color:#fff;content:""}.ha-input-label .ha-cs-slider.ha-cs-square{border-radius:0;background-color:#175eb3}.ha-input-label .ha-cs-slider.ha-cs-square:before{border-radius:0;background-color:#61ce70}.ha-input-label .ha-cs-slider.ha-cs-round{border-radius:2em;background-color:#562dd4}.ha-input-label .ha-cs-slider.ha-cs-round:before{border-radius:50%;background-color:#fff}.ha-input-label .ha-cs-slider.ha-cs-round-2,.ha-input-label .ha-cs-slider.ha-cs-square-2{top:50%;height:1em;border-radius:2em;background-color:#e2498a5c;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-input-label .ha-cs-slider.ha-cs-round-2:before{bottom:-50%;left:-.1em;border-radius:50%;background-color:#e2498a}.ha-input-label .ha-cs-slider.ha-cs-square-2{border-radius:0;background-color:#ffec6b}.ha-input-label .ha-cs-slider.ha-cs-square-2:before{bottom:-50%;left:-.1em;border-radius:0;background-color:#f67c21}.ha-input-label input{width:0;height:0;opacity:0}.ha-input-label input:checked+.ha-cs-round:before,.ha-input-label input:checked+.ha-cs-square:before{left:.8em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:checked+.ha-cs-round-2:before,.ha-input-label input:checked+.ha-cs-square-2:before{left:1.1em;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.ha-input-label input:focus+.ha-cs-round,.ha-input-label input:focus+.ha-cs-round-2,.ha-input-label input:focus+.ha-cs-square,.ha-input-label input:focus+.ha-cs-square-2{-webkit-box-shadow:unset;box-shadow:unset}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section{font-weight:600;font-family:"Nunito",Sans-serif}.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section:not(.active){display:none}
|
8 |
+
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@keyframes HaCtvBtn_Newbie_MoveUpInitial{to{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Newbie_MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial{to{opacity:0;-webkit-transform:translate3d(0,-105%,0) scale3d(1,2,1);transform:translate3d(0,-105%,0) scale3d(1,2,1)}}@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scale3d(1,2,1);transform:translate3d(0,100%,0) scale3d(1,2,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ha-creative-btn-wrap{display:inline-block;--ha-ctv-btn-bg-clr:#fff;--ha-ctv-btn-bg-hvr-clr:#ff067d;--ha-ctv-btn-border-clr:#ff067d;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-creative-btn{position:relative;z-index:0;display:inline-block;padding:15px 25px;max-width:100%;border-color:var(--ha-ctv-btn-border-clr);border-radius:5px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-creative-btn:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo{padding:25px 80px;border-width:3px;border-style:solid;border-radius:0;cursor:pointer}.ha-creative-btn-wrap .ha-stl--estilo:after{position:absolute;z-index:-1;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--estilo:active,.ha-creative-btn-wrap .ha-stl--estilo:hover{background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after{top:0;left:0;width:100%;height:100%;opacity:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after{opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after{top:0;left:0;width:100%;height:0}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after{height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after{top:0;left:0;width:0;height:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after{width:100%}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y{overflow:hidden}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after{top:50%;left:50%;width:0;height:103%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after{width:90%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after{width:101%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after{top:50%;left:50%;width:100%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after{height:260%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after{height:400%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after{top:50%;left:50%;width:101%;height:0;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after{height:75%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after{height:130%;opacity:1}.ha-creative-btn-wrap .ha-stl--estilo,.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--symbolab{display:inline-block;overflow:hidden;outline:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);text-transform:uppercase;letter-spacing:1px;font-weight:700}.ha-creative-btn-wrap .ha-stl--symbolab{padding:25px 80px;border-width:3px;border-style:solid;border-radius:50px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,.ha-creative-btn-wrap .ha-stl--symbolab:active,.ha-creative-btn-wrap .ha-stl--symbolab:hover{background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--symbolab>i{position:absolute;top:50%;-webkit-transition:left .3s,right .3s;transition:left .3s,right .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i{left:130%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i{left:80%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i{left:-50%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i{left:10%}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i{left:70%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i{left:80%;opacity:1}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i{left:30%;opacity:0}.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i{left:10%;opacity:1}.ha-creative-btn-wrap .ha-stl--iconica{padding:0!important;border-radius:0;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica:active,.ha-creative-btn-wrap .ha-stl--iconica:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);background:var(--ha-ctv-btn-bg-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--iconica>span{display:inline-block;padding:25px 80px;-webkit-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-creative-btn-wrap .ha-stl--iconica>i{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .3s;transition:all .3s}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>span{-webkit-transform:translateY(300%);-ms-transform:translateY(300%);transform:translateY(300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down>i{top:-100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>i{top:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover>span{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top>i{top:100%;left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>span{-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right>i{top:0;left:-100%}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>i,.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover>i{left:0}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover>span{-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left>i{top:0;left:100%}.ha-creative-btn-wrap .ha-stl--iconica,.ha-creative-btn-wrap .ha-stl--montino{border-width:3px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr)}.ha-creative-btn-wrap .ha-stl--montino:active,.ha-creative-btn-wrap .ha-stl--montino:hover{border-color:var(--ha-ctv-btn-border-hvr-clr);color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona{z-index:1;overflow:hidden;padding:0!important;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{padding:25px 80px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona>span{display:block;vertical-align:middle}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after{position:absolute;top:0;left:0;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);opacity:0;-webkit-transform:translate(0,25%);-ms-transform:translate(0,25%);transform:translate(0,25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover>span{opacity:0;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;background:var(--ha-ctv-btn-bg-hvr-clr);content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen>span{display:block;padding:25px 80px}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen{z-index:1;overflow:hidden;padding:25px 80px;outline:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{position:absolute;bottom:100%;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before{background:var(--ha-ctv-btn-bg-hvr-clr);opacity:.7}.ha-creative-btn-wrap .ha-stl--hermosa,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover{background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after{-webkit-transition-delay:.175s;transition-delay:.175s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha{z-index:1;padding:25px 80px;outline:0;border-width:0;border-radius:0;background:var(--ha-ctv-btn-bg-clr);cursor:pointer;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:inherit;content:"";opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before{border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);-webkit-transition:background .3s;transition:background .3s}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina>span{display:inline-block;color:var(--ha-ctv-btn-txt-clr);opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{position:absolute;top:0;left:0}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before{padding:25px 80px;content:attr(data-text)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover>span{color:var(--ha-ctv-btn-txt-hvr-clr);opacity:1;-webkit-transition-delay:var(--delay, .045s);transition-delay:var(--delay, .045s);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman{padding:25px 80px;border-width:0;background:var(--ha-ctv-btn-bg-hvr-clr);--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-border-clr:#fff;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{z-index:-1;border-radius:inherit;content:"";pointer-events:none}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before{width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-hvr-clr);opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after{width:100%;height:100%;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after{opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite{overflow:hidden;padding:25px 80px;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:inherit;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite>span{pointer-events:none}.ha-creative-btn-wrap .ha-stl--hermosa{padding:25px 80px;color:var(--ha-ctv-btn-txt-clr)}.ha-creative-btn-wrap .ha-stl--hermosa:active,.ha-creative-btn-wrap .ha-stl--hermosa:hover{color:var(--ha-ctv-btn-txt-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa::after,.ha-creative-btn-wrap .ha-stl--hermosa::before{position:absolute;top:0;left:0;width:100%;height:100%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:20px 25px;border-width:2px;border-style:solid;border-radius:0;background:var(--ha-ctv-btn-bg-clr);color:var(--ha-ctv-btn-txt-clr);font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span{position:relative;display:inline-block;overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text{width:0;white-space:nowrap;-webkit-transition:width .2s;transition:width .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text{margin-right:10px;width:auto}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward{overflow:hidden;border-width:2px;border-style:solid;border-radius:3em;font-weight:700}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie{overflow:hidden;padding:25px 80px;border-width:2px;border-style:solid;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie>span>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover>span>span{-webkit-animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s;animation:HaCtvBtn_Newbie_MoveUpInitial .2s forwards,HaCtvBtn_Newbie_MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.5em;background:var(--ha-ctv-btn-bg-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render>span{position:relative}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before{left:-10%;width:120%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1);transition:transform .4s cubic-bezier(.3,1,.8,1),-webkit-transform .4s cubic-bezier(.3,1,.8,1);-webkit-transform:skew(30deg);-ms-transform:skew(30deg);transform:skew(30deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:active,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover .ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:active{border-color:var(--ha-ctv-btn-border-hvr-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.5em 3em;width:175px;height:120px;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#562dd4;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#fff}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before{background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease,-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55);-webkit-clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before{background:var(--ha-ctv-btn-bg-hvr-clr);-webkit-clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after{top:5%;z-index:-1;width:97%;height:86%;border-width:1px;border-style:solid;border-color:var(--ha-ctv-btn-bg-clr);border-radius:58% 42% 55% 45%/56% 45% 55% 44%;content:"";-webkit-transition:-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55);transition:transform .5s cubic-bezier(.585,2.5,.645,.55),-webkit-transform .5s cubic-bezier(.585,2.5,.645,.55);-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after{border-color:var(--ha-ctv-btn-bg-hvr-clr);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape>span{z-index:1;display:block;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span{-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit{overflow:hidden;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit>span{position:relative;z-index:10;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span{-webkit-animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;animation:HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards,HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before{top:-110%;left:-10%;padding-bottom:120%;width:120%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,68%,0) scale3d(0,0,0);transform:translate3d(0,68%,0) scale3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after{background:var(--ha-ctv-btn-bg-hvr-clr);content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after{-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:100px;height:100px;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:50%;font-weight:500}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span{position:relative;display:block}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill>span{overflow:hidden}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover>span>span{-webkit-animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;animation:MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before{padding-bottom:100%;width:100%;height:0;border-radius:50%;background:var(--ha-ctv-btn-bg-clr);content:"";-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom{padding:0!important;border-width:0!important;background:0 0;--ha-ctv-btn-bg-clr:#ff067d;--ha-ctv-btn-bg-hvr-clr:#fff;--ha-ctv-btn-txt-clr:#fff;--ha-ctv-btn-txt-hvr-clr:#ff067d}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transition:-webkit-transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1);transition:transform .4s cubic-bezier(.1,0,.3,1),-webkit-transform .4s cubic-bezier(.1,0,.3,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--ha-ctv-btn-border-clr);border-radius:.85em;background:var(--ha-ctv-btn-bg-clr)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div{border-color:var(--ha-ctv-btn-border-hvr-clr);-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{position:absolute;background:var(--ha-ctv-btn-bg-hvr-clr);content:""}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before{top:50%;left:50%;padding-bottom:110%;width:110%;height:0;border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0) scale3d(0,0,1);transform:translate3d(-50%,-50%,0) scale3d(0,0,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before{-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after{top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.01s;transition-duration:.01s}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span{position:relative;display:block;padding:1.5em 3em}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:120px;height:120px;border-width:0!important;background:0 0;font-weight:700;--ha-ctv-btn-border-clr:#e8e8e8;--ha-ctv-btn-border-hvr-clr:#ff067d;--ha-ctv-btn-stroke-width:1px;--ha-ctv-btn-txt-clr:#ff067d;--ha-ctv-btn-txt-hvr-clr:#ff067d;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress{position:absolute;top:50%;left:50%;width:96px;height:96px;-webkit-transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress{-webkit-transform:translate(-50%,-50%) scale3d(1.2,1.2,1);transform:translate(-50%,-50%) scale3d(1.2,1.2,1)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle{fill:none;stroke:var(--ha-ctv-btn-border-clr);stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{fill:none;stroke-width:var(--ha-ctv-btn-stroke-width, 1px)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:focus-visible .progress__circle{fill:rgba(252,196,63,.4)}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);stroke:var(--ha-ctv-btn-border-hvr-clr);stroke-dasharray:1;stroke-dashoffset:1}.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path{stroke-dashoffset:0}
|
9 |
+
.ha-data-table .elementor-widget-container{overflow:hidden}.ha-data-table .ha-table{margin-bottom:0}.ha-data-table .ha-table__head-column-cell{padding:20px;border:1px solid;border-color:#5636d1 #320ebd #5636d1 #5636d1;background-color:#5636d1;color:#fff;vertical-align:middle;text-align:center}.ha-data-table .ha-table__head-column-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__head-column-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body-row-cell-icon img,.ha-data-table .ha-table__head-column-cell-icon img{width:40px;-o-object-fit:cover;object-fit:cover}.ha-data-table .ha-table__body-row-cell-icon svg,.ha-data-table .ha-table__head-column-cell-icon svg{width:40px;height:auto;fill:currentColor}.ha-data-table .ha-table__body-row:nth-child(even),.ha-data-table .ha-table__body-row:nth-child(odd){background-color:#fff}.ha-data-table .ha-table__body-row:nth-child(even):hover{background-color:rgba(86,54,209,.08)}.ha-data-table .ha-table__body-row:nth-child(odd):hover{background-color:rgba(232,53,124,.08)}.ha-data-table .ha-table__body-row-cell{padding:15px;border:1px solid #ddd;background-color:transparent;vertical-align:middle}.ha-data-table .ha-table__body-row-cell-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table .ha-table__body-row-cell-icon{padding-left:10px;line-height:1}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:none}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon{width:100%}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon{width:auto}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon{width:100%}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon{width:auto}.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.ha-data-table .ha-table__head{display:none}.ha-data-table .ha-table__body .ha-table__body-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-data-table .ha-table__body .ha-table__body-row-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-1px;padding:0!important}.ha-data-table .ha-table__body .ha-table__body-row-cell:first-child{margin-top:auto}.ha-data-table .ha-table__body .ha-table__head-column-cell{display:block;width:100%}.ha-data-table .ha-table__body .ha-table__body-row-cell-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ha-data-table.ha-row-icon-left.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-data-table.ha-row-icon-left.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-left.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-left .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-left .ha-table__body-row-cell-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-center .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-center .ha-table__body-row-cell-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-data-table.ha-row-icon-bottom.ha-row-alignment-right .ha-table__body-row-cell-wrap,.ha-data-table.ha-row-icon-top.ha-row-alignment-right .ha-table__body-row-cell-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}
|
10 |
+
.ha-dual-btn,.ha-dual-btn-connector{display:inline-block}.ha-dual-btn-wrapper{position:relative;text-align:center;font-weight:400}.ha-dual-btn{padding:1.3rem 2.3rem;max-width:100%;color:#fff;text-decoration:none;font-size:14px;line-height:1}.ha-dual-btn--left{background-color:#562dd4}.ha-dual-btn--left:focus,.ha-dual-btn--left:hover{background-color:#4423ab;color:#fff}.ha-dual-btn--right{background-color:#e2498a}.ha-dual-btn--right:focus,.ha-dual-btn--right:hover{background-color:#d6226e;color:#fff}.ha-dual-btn-connector{position:absolute!important;z-index:9;overflow:hidden;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.3);box-shadow:0 0 0 5px rgba(255,255,255,.3);color:#27374c;text-transform:uppercase;font-size:12px;line-height:30px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ha-dual-btn-icon>svg{width:1em;height:auto;vertical-align:top;fill:currentColor}.ha-dual-btn-icon>i{font-size:1em}.ha-dual-btn-icon--before{margin-right:5px}.ha-dual-btn-icon--after{margin-left:5px}.ha-dual-button>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-dual-button--mobile-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--mobile-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--mobile-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--mobile-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--mobile-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--mobile-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}@media (min-width:768px){.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--tablet-layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--tablet-layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--tablet-layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--tablet-layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--tablet-layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--tablet-layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--tablet-layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--tablet-layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}@media (min-width:1025px){.ha-dual-button--layout-stack.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-dual-button--layout-stack.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-dual-button--layout-stack.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end}.ha-dual-button--layout-queue.ha-dual-button--align-left>.elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-dual-button--layout-queue.ha-dual-button--align-center>.elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-dual-button--layout-queue.ha-dual-button--align-right>.elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-dual-button--layout-stack>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-dual-button--layout-stack .ha-dual-btn-wrapper{max-width:100%}.ha-dual-button--layout-stack .ha-dual-btn-connector{top:100%;right:50%}.ha-dual-button--layout-stack .ha-dual-btn--left{border-radius:30px 30px 0 0}.ha-dual-button--layout-stack .ha-dual-btn--right{border-radius:0 0 30px 30px}.ha-dual-button--layout-queue>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-dual-button--layout-queue .ha-dual-btn-wrapper{max-width:50%}.ha-dual-button--layout-queue .ha-dual-btn-connector{top:50%;right:0}.ha-dual-button--layout-queue .ha-dual-btn--left{border-radius:50px 0 0 50px}.ha-dual-button--layout-queue .ha-dual-btn--right{border-radius:0 50px 50px 0}}
|
11 |
+
.ha-ec-popup,.ha-ec-popup-close,.ha-ec-popup-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-ec-popup-wrapper,.ha-ec-popup-wrapper.ha-ec-popup-ready:before{top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.ha-ec-popup-wrapper{--ha-ec-popup-image-width:16.666667%;position:fixed;z-index:-1;visibility:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-ec-popup-wrapper.ha-ec-popup-ready{z-index:99999;visibility:visible;opacity:1}.ha-ec-popup-wrapper.ha-ec-popup-ready:before{position:absolute;background:rgba(0,0,0,.7);content:""}.ha-ec-popup,.ha-ec-popup-close{background:#fff;-webkit-transition:all ease .4s;transition:all ease .4s}.ha-ec-popup{position:relative;padding:40px;max-height:calc(100% - 40px);width:900px;-webkit-box-shadow:0 3px 13px 0 rgba(0,0,0,.08);box-shadow:0 3px 13px 0 rgba(0,0,0,.08);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.ha-ec-popup-wrapper.ha-ec-popup-ready .ha-ec-popup{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ec-popup-close{position:absolute;top:-18px;right:-15px;z-index:9999;overflow:visible;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:2px 0 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000;text-align:center;font-size:24px;cursor:pointer}.ha-ec-popup-body-wrap{overflow-x:hidden;overflow-y:auto}.ha-ec-popup-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-ec-popup-content,.ha-ec-popup-image,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listMonth-button,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listWeek-button,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button{position:relative}.ha-ec-popup-image{overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-ec-popup-image-width, 16.666667%);-ms-flex:0 0 var(--ha-ec-popup-image-width, 16.666667%);flex:0 0 var(--ha-ec-popup-image-width, 16.666667%);margin-right:15px;max-width:var(--ha-ec-popup-image-width, 16.666667%)}.ha-ec-popup-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));-ms-flex:0 0 calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));flex:0 0 calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));max-width:calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)))}.ha-ec-popup-image img{max-width:100%;height:auto;border:0;border-radius:5px 5px 5px 5px;-webkit-box-shadow:none;box-shadow:none}.ha-ec-popup-content h3{margin-top:0;margin-bottom:10px;font-weight:700;font-size:24px}.ha-ec-popup-content p.ha-ec-popup-desc{margin-bottom:15px;color:#666;font-size:16px}.ha-ec-popup-content p.ha-ec-popup-desc p{margin-bottom:0}.ha-ec-popup-content ul,.ha-ec-popup-content ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-ec-popup-content ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;width:100%;list-style:none}.ha-ec-popup-content ul li{position:relative;float:left;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;margin-right:15px;margin-bottom:30px;line-height:1}.ha-ec-popup-content ul li:last-child{margin-right:0}.ha-ec-popup-content .ha-ec-guest-icon,.ha-ec-popup-content .ha-ec-location-icon,.ha-ec-popup-content .ha-ec-time-icon{font-size:18px}.ha-ec-popup-content ul li .ha-ec-guest-title,.ha-ec-popup-content ul li .ha-ec-location-title,.ha-ec-popup-content ul li .ha-ec-time-title{display:block;margin-bottom:10px;color:#666;font-style:italic;font-size:12px;line-height:1}.ha-ec-popup-content ul li .ha-ec-event-guest,.ha-ec-popup-content ul li .ha-ec-event-location,.ha-ec-popup-content ul li .ha-ec-event-time{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;color:#666;font-weight:700;font-size:16px;line-height:1}.ha-ec-popup-content ul li svg{padding-right:5px;width:auto;height:.9em;fill:currentColor}.ha-ec-popup-content .ha-ec-popup-readmore{display:block;overflow:hidden}.ha-ec-popup-content .ha-ec-popup-readmore a.ha-ec-popup-readmore-link{display:inline-block}span.ha-ec-error-message{display:block;margin:5px 0;padding:10px;border-left-width:5px;border-left-style:solid;border-left-color:#ffb900}.ha-ec-wrapper .fc table{overflow:auto;margin:auto}.ha-ec-wrapper table tbody tr td,.ha-ec-wrapper table tbody tr td:not(.fc-timegrid-slot):not(.fc-timegrid-col),.ha-ec-wrapper table tbody tr th{background-color:transparent}.ha-ec-wrapper table tbody tr td.fc-timegrid-slot{background:0 0!important}.ha-ec-wrapper .fc-theme-standard .fc-list,.ha-ec-wrapper .fc-theme-standard .fc-scrollgrid,.ha-ec-wrapper .fc-theme-standard td,.ha-ec-wrapper .fc-theme-standard th,.ha-ec-wrapper table thead:first-child tr:first-child th{border-color:#b0b0b0}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button-primary{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.ha-ec-wrapper .fc .fc-daygrid-day.fc-day-today,.ha-ec-wrapper .fc .fc-timegrid-col.fc-day-today{background-color:#f5f5f5}.ha-ec-wrapper .fc .fc-list-table tr>*{border-right:0!important;border-left:0!important}.ha-ec-wrapper .fc .fc-list-table th .fc-list-day-cushion,.ha-ec-wrapper th.fc-col-header-cell.fc-day{color:#fff}.ha-ec-wrapper th.fc-col-header-cell.fc-day{padding:15px;background-color:#6d39ef}.ha-ec-wrapper .fc .fc-list-table th .fc-list-day-cushion{background-color:#fff}.ha-ec-wrapper .fc-timegrid-slot-label-cushion.fc-scrollgrid-shrink-cushion,.ha-ec-wrapper span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner{color:#222}.ha-ec-wrapper .fc .fc-daygrid-day-top{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;color:#222;font-size:1em}.ha-ec-wrapper .fc-daygrid-block-event .fc-event-time,.ha-ec-wrapper .fc-daygrid-block-event .fc-event-title{padding:0}.ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-block-event,.ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-dot-event{padding:10px}.ha-ec-wrapper .fc-daygrid-event,.ha-ec-wrapper .fc-timegrid-event{border:0!important}.ha-ec-wrapper .fc-daygrid-event,.ha-ec-wrapper .fc-list-event,.ha-ec-wrapper .fc-timegrid-event{background:#ac89ff}.ha-ec-wrapper .fc-daygrid-event,.ha-ec-wrapper .fc-daygrid-event .fc-event-main,.ha-ec-wrapper .fc-list-event,.ha-ec-wrapper .fc-timegrid-event,.ha-ec-wrapper .fc-timegrid-event .fc-event-main,.ha-ec-wrapper a.fc-daygrid-event,.ha-ec-wrapper a.fc-daygrid-event .fc-event-main,.ha-ec-wrapper a.fc-daygrid-event:hover{color:#fff;font-size:14px}.ha-ec-wrapper .fc-daygrid-event .fc-daygrid-event-dot,.ha-ec-wrapper .fc-list-event .fc-list-event-dot{border-color:#fff}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-title{color:#242424;font-size:1.5em}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-button .fc-icon{font-size:1em}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child){margin-left:5px}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before{display:inline-block;padding-right:5px;padding-left:0;font-weight:900;font-size:1em;font-family:"Font Awesome 5 Free"}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button:before{left:8px;content:"\f03a"}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button:before{left:21px;content:"\f0c9"}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button:before{content:"\f00a"}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before{content:"\f00b"}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary{float:none;padding:8px 12px;width:auto;height:auto;border:0;border-radius:3px;background:#f7f7fb;-webkit-box-shadow:none;box-shadow:none;color:#242424;text-transform:capitalize;text-shadow:none;font-weight:400;font-size:1em;line-height:19px}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-state-active,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:focus,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover,.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:visited{background:#e2498a;-webkit-box-shadow:none;box-shadow:none;color:#fff}.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active{background:#e2498a;color:#fff}@media (max-width:575px){.ha-ec-wrapper .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk{margin-bottom:10px;width:100%;text-align:center}.ha-ec-popup-content,.ha-ec-popup-image{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ha-ec-popup-body .ha-ec-popup-image{margin-right:0;margin-bottom:15px}.ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-block-event,.ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-dot-event{padding:0}}
|
12 |
+
.ha-flip-box-container:after{display:block;visibility:hidden;clear:both;height:0;content:" ";font-size:0}.ha-flip-box-container .ha-flip-box-inner{position:relative;z-index:1;margin:0;padding:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-flip-box-container .ha-flip-box-inner:hover .ha-flip-box-back{z-index:1}.ha-flip-box-container .ha-flip-box-inner:hover .ha-flip-box-front{z-index:-1}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-inner-wrapper{position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-perspective:1000px;perspective:1000px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front{top:0;right:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;height:250px;background-position:center;background-clip:padding-box;background-size:cover;background-repeat:no-repeat;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front{background-color:transparent;position:relative;bottom:0;z-index:10;padding:30px;border:1px solid #ddd;border-radius:.3rem}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back:before,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front:before{position:absolute;top:0;left:0;z-index:-9;width:100%;height:100%;background-color:transparent;content:""}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back{position:absolute;z-index:-1;padding:46px;border-radius:.3rem;background-color:#562dd4;color:#fff}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-text,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-text{text-align:center}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-text p,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-text p{margin-top:10px;margin-bottom:0}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon.icon{padding:20px;border-radius:50%;background-color:#f1f4f8;color:#242424}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon{display:inline-block;margin-bottom:20px;text-align:center;font-size:28px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon i,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon svg{display:block;width:1em;height:1em;fill:currentColor}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon i{position:relative}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-icon i:before,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-icon img,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-icon img{width:60px;height:60px;vertical-align:middle;-o-object-fit:cover;object-fit:cover}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-flip-box-heading{margin:0;font-weight:700;font-size:20px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner p{margin-bottom:0;font-size:16px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-box-heading-back{margin:0;color:#fff;font-size:18px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-icon{display:inline-block;margin-bottom:20px;color:#fff;text-align:center;font-size:20px}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-icon i,.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-icon svg{display:block;width:1em;height:1em;fill:currentColor}.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-flip-icon i{position:relative}.ha-flip-box-container .ha-flip-box-inner.ha-flip-right .ha-flip-box-front,.ha-flip-box-container .ha-flip-box-inner.ha-flip-right:hover .ha-flip-box-back{-webkit-transform:rotateY(0);transform:rotateY(0)}.ha-flip-box-container .ha-flip-box-inner.ha-flip-right .ha-flip-box-back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.ha-flip-box-container .ha-flip-box-inner.ha-flip-right:hover .ha-flip-box-front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.ha-flip-box-container .ha-flip-box-inner.ha-flip-up .ha-flip-box-front,.ha-flip-box-container .ha-flip-box-inner.ha-flip-up:hover .ha-flip-box-back{-webkit-transform:rotateX(0);transform:rotateX(0)}.ha-flip-box-container .ha-flip-box-inner.ha-flip-up .ha-flip-box-back{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.ha-flip-box-container .ha-flip-box-inner.ha-flip-up:hover .ha-flip-box-front{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.ha-flip-box-container.ha-flip-effect-classic .ha-flip-box-back,.ha-flip-box-container.ha-flip-effect-classic .ha-flip-box-front{-webkit-transition:-webkit-transform .6s cubic-bezier(.2,.85,.4,1.275);transition:transform .6s cubic-bezier(.2,.85,.4,1.275);transition:transform .6s cubic-bezier(.2,.85,.4,1.275),-webkit-transform .6s cubic-bezier(.2,.85,.4,1.275)}
|
13 |
+
.ha-fun-factor__content .ha-fun-factor__content-number-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;line-height:1;margin-top:0;margin-bottom:15px;font-size:24px}.ha-fun-factor__content .ha-fun-factor__content-text{margin-top:0;margin-bottom:15px;font-size:24px}.ha-fun-factor__content .ha-fun-factor__content-number,.ha-fun-factor__content .ha-fun-factor__content-number-prefix,.ha-fun-factor__content .ha-fun-factor__content-number-suffix{font-size:24px}.ha-ff-icon--left .ha-fun-factor__content{padding-left:20px}.ha-ff-icon--right .ha-fun-factor__content{padding-right:20px}.ha-fun-factor__divider{display:inline-block;margin-bottom:15px;height:1px;background-color:#ccc}.ha-ff-icon--top .ha-fun-factor__media{display:inline-block;margin-top:10px;margin-bottom:10px}.ha-ff-icon--top .ha-fun-factor__media--image{width:200px}:not(.ha-ff-icon--top) .ha-fun-factor__media--image{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px}.ha-fun-factor__media--image img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-fun-factor__media--icon{font-size:3rem}.ha-fun-factor__media--icon i,.ha-fun-factor__media--icon svg{position:relative;display:block;width:1em;height:1em;fill:currentColor}.ha-fun-factor__media--icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-fun-factor__wrap{padding:10px;word-wrap:break-word;overflow-wrap:break-word}.ha-ff-icon--left>.elementor-widget-container .ha-fun-factor__wrap,.ha-ff-icon--right>.elementor-widget-container .ha-fun-factor__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-ff-icon--left>.elementor-widget-container .ha-fun-factor__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-ff-icon--right>.elementor-widget-container .ha-fun-factor__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.ha-ff-icon--top>.elementor-widget-container .ha-fun-factor__wrap .ha-fun-factor__divider{width:100px}.ha-ff-icon--left>.elementor-widget-container .ha-fun-factor__wrap .ha-fun-factor__divider,.ha-ff-icon--right>.elementor-widget-container .ha-fun-factor__wrap .ha-fun-factor__divider{width:100%!important}
|
14 |
+
.ha-filter{margin-bottom:20px}.ha-filter__item{display:inline-block;overflow:hidden;margin-bottom:10px;padding:8px 20px;max-width:100%;border:2px solid #885cff;border-radius:3px;background-color:transparent;color:#885cff;text-transform:uppercase;text-overflow:ellipsis;font-size:14px;line-height:1.2;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.ha-filter__item:focus,.ha-filter__item:hover{outline:0;background-color:#885cff;color:#fff}.ha-filter__item--active,.ha-filter__item:active{background-color:#885cff;color:#fff}.ha-filter__item:not(:last-child){margin-right:10px}
|
15 |
+
.ha-gradient-heading{margin-top:0;margin-bottom:0}.ha-gradient-heading>a{color:inherit;text-decoration:none}
|
16 |
+
.ha-horizontal-timeline .ha-horizontal-timeline-block{position:relative;padding:30px}.ha-horizontal-timeline .ha-horizontal-timeline-icon-box{position:relative;margin-bottom:35px}.ha-horizontal-timeline .ha-horizontal-timeline-top-inner{position:relative}.ha-horizontal-timeline .ha-horizontal-timeline-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:10px;margin-left:10px;width:48px;height:48px;border-radius:50%;background-color:#efefef;color:#333}.ha-horizontal-timeline .ha-horizontal-timeline-icon>svg,.ha-horizontal-timeline .slick-next.slick-arrow>svg,.ha-horizontal-timeline .slick-prev.slick-arrow>svg{width:auto;height:1em;fill:currentColor}.ha-horizontal-timeline .ha-horizontal-timeline-date{color:#a2a2a2;font-size:14px}.ha-horizontal-timeline .ha-horizontal-timeline-tree{position:absolute;top:50%;left:0;z-index:-5;overflow:hidden;width:150%;height:2px;background:#efefef;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-horizontal-timeline .ha-horizontal-timeline-content,.ha-horizontal-timeline .ha-horizontal-timeline-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-horizontal-timeline .ha-horizontal-timeline-content{position:relative;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.08);box-shadow:0 0 20px 0 rgba(0,0,0,.08)}.ha-horizontal-timeline .ha-horizontal-timeline-content .ha-horizontal-timeline-arrow{position:absolute;bottom:100%;left:25px;-webkit-box-sizing:content-box;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-transition:inherit;transition:inherit;-webkit-transform:translateY(50%) rotate(45deg);-ms-transform:translateY(50%) rotate(45deg);transform:translateY(50%) rotate(45deg)}.ha-horizontal-timeline .ha-horizontal-timeline-content .ha-horizontal-timeline-arrow::before{display:block;width:100%;height:100%;background-color:#fff;content:"";-webkit-transition:inherit;transition:inherit}.ha-horizontal-timeline .ha-horizontal-timeline-inner{z-index:1;padding:20px;background-color:#fff}.ha-horizontal-timeline .ha-horizontal-timeline-image{margin-bottom:10px}.ha-horizontal-timeline .ha-horizontal-timeline-image img{-o-object-fit:cover;object-fit:cover}.ha-horizontal-timeline .ha-horizontal-timeline-image[data-mfp-src]{cursor:pointer}.ha-horizontal-timeline .ha-horizontal-timeline-title{margin-top:0;margin-bottom:10px;color:#3c3c3c;font-size:22px}.ha-horizontal-timeline .ha-horizontal-timeline-subtitle{display:block;margin-bottom:20px;color:#999}.ha-horizontal-timeline .ha-horizontal-timeline-description{margin:0;color:#3c3c3c;font-size:16px}.ha-horizontal-timeline .slick-next.slick-arrow,.ha-horizontal-timeline .slick-prev.slick-arrow{top:88px;z-index:999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;width:2.66em;height:2.66em;border:1px solid #dadada;border-radius:50%;background-color:#fff;color:#8c8c8c;font-size:15px;opacity:1}.ha-horizontal-timeline .slick-next.slick-arrow:focus,.ha-horizontal-timeline .slick-next.slick-arrow:hover,.ha-horizontal-timeline .slick-prev.slick-arrow:focus,.ha-horizontal-timeline .slick-prev.slick-arrow:hover{border-color:#222;background-color:#222;color:#fff}.ha-horizontal-timeline .slick-next.slick-arrow:before,.ha-horizontal-timeline .slick-prev.slick-arrow:before{display:none;content:""}.ha-horizontal-timeline .slick-prev.slick-arrow{left:-25px}.ha-horizontal-timeline .slick-next.slick-arrow{right:-25px}.ha-horizontal-timeline .slick-disabled{opacity:.7}
|
17 |
+
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-icon-box-title{margin-top:0;margin-bottom:0;color:#151515;font-size:24px;-webkit-transition:color .3s;transition:color .3s}.ha-icon-box-icon{display:inline-block;margin-bottom:20px;color:#151515;text-align:center;font-size:48px;-webkit-transition:border .3s,background .3s,color .3s,-webkit-transform .3s;transition:transform .3s,border .3s,background .3s,color .3s;transition:transform .3s,border .3s,background .3s,color .3s,-webkit-transform .3s}.ha-icon-box-icon i,.ha-icon-box-icon svg{position:relative;display:block;width:1em;height:1em;fill:currentColor}.ha-icon-box-icon i{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-icon-box-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-icon-box-link{display:block;color:transparent;text-decoration:none}.ha-icon-box .ha-badge{position:absolute;z-index:10;background-color:#e2498a;color:#fff}
|
18 |
+
@-webkit-keyframes fadeInUp{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}@keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}.ha-image-accordion-horizontal .ha-ia-gallery-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-image-accordion-horizontal .ha-ia-gallery-wrap .ha-ia-item:not(:last-child){margin-right:var(--ha-ia-gutter-margin)}.ha-image-accordion-vertical .ha-ia-gallery-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-image-accordion-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child){margin-bottom:var(--ha-ia-gutter-margin)}.ha-image-accordion-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;--ha-ia-gutter-margin:0}.ha-image-accordion-wrapper a:focus{outline:0}.ha-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-ia-container{width:100%}.ha-ia-content-wrapper,.ha-ia-gallery-wrap,.ha-ia-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-ia-gallery-wrap{overflow:hidden;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;height:70vh}.ha-ia-content-wrapper,.ha-ia-item{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-ia-item{position:relative;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;cursor:pointer;-webkit-transition:-webkit-box-flex .4s,-webkit-flex .4s;transition:flex .4s;transition:flex .4s,-webkit-box-flex .4s,-webkit-flex .4s,-ms-flex .4s}.ha-ia-content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-image-accordion-click .ha-ia-item.active,.ha-image-accordion-hover .ha-ia-item:hover{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.ha-image-accordion-hover .ha-ia-item:hover .ha-overlay{background-color:rgba(0,0,0,.29)}.ha-image-accordion-hover .ha-ia-item:not(:hover) .ha-ia-content-wrapper{display:none}.ha-image-accordion-click .ha-ia-item.active .ha-overlay{background-color:rgba(0,0,0,.29)}.ha-image-accordion-click .ha-ia-item:not(.active) .ha-ia-content-wrapper{display:none}.ha-ia-actions,.ha-ia-actions .ha-ia-link a,.ha-ia-actions .ha-ia-popup a,.ha-ia-content-icon-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-ia-actions .ha-ia-link,.ha-ia-actions .ha-ia-popup{width:1.9em;height:1.9em;border:1px solid #fff;border-radius:100%;font-size:16px}.ha-ia-actions .ha-ia-link a i,.ha-ia-actions .ha-ia-popup a i{padding:.5em;color:#fff;font-size:.9em}.ha-ia-content-icon-title{font-size:30px}.ha-ia-content-icon-title.ha-ia-icon-left,body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-horizontal .ha-ia-gallery-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-ia-content-icon-title.ha-ia-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-ia-content-label{font-size:16px}.ha-ia-content-description,body[data-elementor-device-mode=tablet] .ha-ia-content-icon-title{font-size:20px}.ha-ia-content-button{margin:10px 0;padding:5px 15px;border-radius:5px;background-color:#6d39ef;color:#fff;font-size:16px}.ha-ia-content-button:hover{background-color:#e2498a;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.ha_fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.25s;animation-duration:1.25s}.ha_noAnimation{-webkit-animation-name:noAnimation;animation-name:noAnimation;-webkit-animation-duration:.3s;animation-duration:.3s}body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-horizontal .ha-ia-gallery-wrap .ha-ia-item:not(:last-child){margin-right:var(--ha-ia-gutter-margin);margin-bottom:0}body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-vertical .ha-ia-gallery-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child){margin-right:0;margin-bottom:var(--ha-ia-gutter-margin)}body[data-elementor-device-mode=tablet] .ha-ia-content-label{font-size:14px}body[data-elementor-device-mode=tablet] .ha-ia-content-description{font-size:18px}body[data-elementor-device-mode=tablet] .ha-ia-content-button{font-size:14px}body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-horizontal .ha-ia-gallery-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-horizontal .ha-ia-gallery-wrap .ha-ia-item:not(:last-child){margin-right:var(--ha-ia-gutter-margin);margin-bottom:0}body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-vertical .ha-ia-gallery-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child){margin-right:0;margin-bottom:var(--ha-ia-gutter-margin)}body[data-elementor-device-mode=mobile] .ha-ia-content-icon-title{font-size:20px}body[data-elementor-device-mode=mobile] .ha-ia-content-label{font-size:12px}body[data-elementor-device-mode=mobile] .ha-ia-content-description{font-size:16px}body[data-elementor-device-mode=mobile] .ha-ia-content-button{font-size:12px}
|
19 |
+
.ha-image-compare>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-image-compare .twentytwenty-container,.ha-image-compare .twentytwenty-wrapper{border-radius:inherit}.ha-image-compare .twentytwenty-container img{width:100%}
|
20 |
+
.ha-image-grid__wrap{overflow:hidden;margin-right:calc(-1*var(--image-grid-right, 10px));margin-left:calc(-1*var(--image-grid-left, 10px))}.ha-image-grid__item{display:block;float:left;overflow:hidden;width:calc(100%/var(--image-grid-column, 4));outline:0;border:10px solid transparent;text-decoration:none}.ha-image-grid__item img{display:block;width:100%;border-radius:inherit;-webkit-transition:all .25s;transition:all .25s;-o-object-fit:cover;object-fit:cover}.ha-image-grid--even .ha-image-grid__item{height:250px}.ha-image-grid--even .ha-image-grid__item img{height:100%}
|
21 |
+
.ha-ihe-wrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0 auto;width:100%;list-style:none;--ha-ihe-desc-after-color:#fff;--ha-ihe-desc-before-color:#fff;--ha-ihe-desc-border-color:#fff;--ha-ihe-fig-after-color:#fff;--ha-ihe-fig-before-color:#fff;--ha-ihe-title-after-color:#fff;--ha-ihe-title-before-color:#fff}.ha-ihe-wrapper .ha-ihe-fig{position:relative;overflow:hidden;margin:10px 1%;width:100%;height:100%;background:#3085a3;text-align:center;cursor:pointer}.ha-ihe-wrapper .ha-ihe-fig,.ha-ihe-wrapper .ha-ihe-fig:hover{-webkit-transition-duration:.35s;transition-duration:.35s}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-img{position:relative;display:block;width:100%;height:100%;opacity:.8;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:2em;width:100%;height:100%;color:#fff;text-transform:uppercase;font-style:normal;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption a{position:absolute;top:0;left:0;z-index:1000;width:100%;height:100%;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption::after,.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption::before{pointer-events:none}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-title{margin:0;color:#fff;font-weight:300}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-title span{font-weight:800}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-desc{margin:0;font-weight:300;font-size:16px}.ha-ihe-fig.ha-effect-lily .ha-ihe-img{max-width:none;width:calc(100% + 50px);opacity:.7;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.ha-ihe-fig.ha-effect-lily .ha-ihe-caption{text-align:left}.ha-ihe-fig.ha-effect-lily .ha-ihe-caption>div{position:absolute;bottom:0;left:0;padding:2em;width:100%;height:50%}.ha-ihe-fig.ha-effect-lily .ha-ihe-desc,.ha-ihe-fig.ha-effect-lily .ha-ihe-title{-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}.ha-ihe-fig.ha-effect-lily .ha-ihe-desc{color:rgba(255,255,255,.8);opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-img,.ha-ihe-fig.ha-effect-sadie:hover .ha-ihe-caption::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-desc{opacity:1;-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-sadie .ha-ihe-caption::before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(72,76,97,.8);content:"";opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ha-ihe-fig.ha-effect-sadie .ha-ihe-title{position:absolute;top:50%;left:0;width:100%;color:#484c61;-webkit-transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ha-ihe-fig.ha-effect-roxy .ha-ihe-img,.ha-ihe-fig.ha-effect-sadie .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-sadie .ha-ihe-desc{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-sadie .ha-ihe-desc{position:absolute;bottom:0;left:0;padding:2em;width:100%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.ha-ihe-fig.ha-effect-sadie:hover .ha-ihe-title{color:#fff;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-sadie:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-roxy{background-color:#ff89e9}.ha-ihe-fig.ha-effect-roxy .ha-ihe-img{max-width:none;width:calc(100% + 60px);-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:3em;text-align:left}.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid var(--ha-ihe-fig-before-color);content:"";-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.ha-ihe-fig.ha-effect-roxy .ha-ihe-title{padding:30% 0 10px}.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-roxy .ha-ihe-desc{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-roxy .ha-ihe-desc{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-img{opacity:.7;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-desc{opacity:1}.ha-ihe-fig.ha-effect-bubba{background-color:#9e5406}.ha-ihe-fig.ha-effect-bubba .ha-ihe-img{opacity:.7;-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-img{opacity:.4}.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-caption::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-title,.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-img{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border-top:1px solid var(--ha-ihe-fig-before-color);border-bottom:1px solid var(--ha-ihe-fig-before-color);content:"";-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1)}.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border-right:1px solid var(--ha-ihe-fig-after-color);border-left:1px solid var(--ha-ihe-fig-after-color);content:"";-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0)}.ha-ihe-fig.ha-effect-bubba .ha-ihe-title{padding-top:1em;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-bubba .ha-ihe-desc{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-bubba .ha-ihe-desc{padding:20px 2.5em;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.ha-ihe-fig.ha-effect-romeo{-webkit-perspective:1000px;perspective:1000px}.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-romeo .ha-ihe-img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,0,300px);transform:translate3d(0,0,300px)}.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-img{opacity:.6}.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-caption::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-caption::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-title{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-desc{-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::before{position:absolute;top:50%;left:50%;width:80%;height:1px;content:"";-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::before{background:var(--ha-ihe-fig-before-color)}.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::after{background:var(--ha-ihe-fig-after-color)}.ha-ihe-fig.ha-effect-romeo .ha-ihe-desc,.ha-ihe-fig.ha-effect-romeo .ha-ihe-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}.ha-ihe-fig.ha-effect-romeo .ha-ihe-desc{padding:.25em 2em;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}.ha-ihe-fig.ha-effect-layla{background-color:#18a367}.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-layla .ha-ihe-img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-layla .ha-ihe-img{height:100%;-webkit-transform:scale(1.3) translateY(-30px);-ms-transform:scale(1.3) translateY(-30px);transform:scale(1.3) translateY(-30px);-o-object-position:top;object-position:top}.ha-ihe-fig.ha-effect-layla .ha-ihe-caption{padding:3em}.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before{position:absolute;top:50px;right:30px;bottom:50px;left:30px;border-top:1px solid var(--ha-ihe-fig-before-color);border-bottom:1px solid var(--ha-ihe-fig-before-color);content:"";opacity:0;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::after{position:absolute;top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid var(--ha-ihe-fig-after-color);border-left:1px solid var(--ha-ihe-fig-after-color);content:"";-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.ha-ihe-fig.ha-effect-layla .ha-ihe-title{-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.ha-ihe-fig.ha-effect-honey .ha-ihe-title i,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-layla .ha-ihe-desc{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-layla .ha-ihe-desc{text-transform:none;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-img{opacity:.7;-webkit-transform:translateY(0) scale(1.3);-ms-transform:translateY(0) scale(1.3);transform:translateY(0) scale(1.3)}.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-caption::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-img{-webkit-transition-delay:.15s;transition-delay:.15s}.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-title{opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-honey{background-color:#4a3753}.ha-ihe-fig.ha-effect-honey .ha-ihe-img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-img{opacity:.5}.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-title,.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-title i{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-honey .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-honey .ha-ihe-title{position:absolute;bottom:0;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-honey .ha-ihe-caption::before{height:10px;background:var(--ha-ihe-fig-before-color);content:"";-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.ha-ihe-fig.ha-effect-honey .ha-ihe-title{padding:1em 1.5em;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.ha-ihe-fig.ha-effect-honey .ha-ihe-title i{font-style:normal;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.ha-ihe-fig.ha-effect-oscar{background-color:#9b4a1b87}.ha-ihe-fig.ha-effect-oscar .ha-ihe-img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:3em;background-color:rgba(58,52,42,.7);-webkit-transition:background-color .35s;transition:background-color .35s}.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid var(--ha-ihe-fig-before-color);content:""}.ha-ihe-fig.ha-effect-oscar .ha-ihe-title{margin-bottom:10px;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-oscar .ha-ihe-desc{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-caption{background-color:transparent}.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-desc{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-img{opacity:.4}.ha-ihe-fig.ha-effect-marley .ha-ihe-caption{text-align:right}.ha-ihe-fig.ha-effect-marley .ha-ihe-title{position:absolute;top:30px;right:30px;left:30px;padding:10px 0;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.ha-ihe-fig.ha-effect-marley .ha-ihe-title::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:var(--ha-ihe-title-after-color);content:"";opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}.ha-ihe-fig.ha-effect-marley .ha-ihe-desc,.ha-ihe-fig.ha-effect-marley .ha-ihe-title::after,.ha-ihe-fig.ha-effect-ruby .ha-ihe-img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-marley .ha-ihe-desc{position:absolute;right:30px;bottom:30px;left:30px;padding:10px 0;line-height:1.5;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ha-ihe-fig.ha-effect-marley:hover .ha-ihe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-marley:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-marley:hover .ha-ihe-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-ruby{background-color:#17819c}.ha-ihe-fig.ha-effect-ruby .ha-ihe-img{opacity:.7;-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.ha-ihe-fig.ha-effect-ruby:hover .ha-ihe-img{opacity:.5;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-ruby:hover .ha-ihe-title,.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-milo:hover .ha-ihe-img,.ha-ihe-fig.ha-effect-ruby:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.ha-ihe-fig.ha-effect-ruby .ha-ihe-title{margin-top:20%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.ha-ihe-fig.ha-effect-milo .ha-ihe-img,.ha-ihe-fig.ha-effect-ruby .ha-ihe-desc{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-ruby .ha-ihe-desc{margin:1em 0 0;padding:3em;border:1px solid var(--ha-ihe-desc-border-color);opacity:0;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}.ha-ihe-fig.ha-effect-milo{background-color:#2e5d5a}.ha-ihe-fig.ha-effect-milo .ha-ihe-img{max-width:none;width:calc(100% + 60px);opacity:1;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-ihe-fig.ha-effect-milo:hover .ha-ihe-img{opacity:.5}.ha-ihe-fig.ha-effect-milo:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-milo .ha-ihe-title{position:absolute;right:0;bottom:0;padding:1em 1.2em}.ha-ihe-fig.ha-effect-milo .ha-ihe-desc{margin:0 auto auto 0;padding:0 10px 0 0;width:50%;border-right:1px solid var(--ha-ihe-desc-border-color);text-align:right;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.ha-ihe-fig.ha-effect-dexter{background-color:#258dc8}.ha-ihe-fig.ha-effect-dexter .ha-ihe-img{-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-img{opacity:.4}.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-dexter .ha-ihe-caption{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding:3em;text-align:left}.ha-ihe-fig.ha-effect-dexter .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-sarah .ha-ihe-title::after{position:absolute;content:"";-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-dexter .ha-ihe-caption::after{right:30px;bottom:30px;left:30px;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ha-ihe-fig.ha-effect-dexter .ha-ihe-desc,.ha-ihe-fig.ha-effect-sarah .ha-ihe-img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-dexter .ha-ihe-desc{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.ha-ihe-fig.ha-effect-sarah{background-color:#42b078}.ha-ihe-fig.ha-effect-sarah .ha-ihe-img{max-width:none;width:calc(100% + 20px);-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-img{opacity:.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-desc{opacity:1}.ha-ihe-fig.ha-effect-sarah .ha-ihe-caption{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:left}.ha-ihe-fig.ha-effect-sarah .ha-ihe-title{position:relative;overflow:hidden;padding:.5em 0}.ha-ihe-fig.ha-effect-sarah .ha-ihe-title::after{bottom:0;left:0;width:100%;height:3px;background:var(--ha-ihe-title-after-color);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ha-ihe-fig.ha-effect-chico .ha-ihe-img,.ha-ihe-fig.ha-effect-sarah .ha-ihe-desc{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-sarah .ha-ihe-desc{padding:1em 0;opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-ihe-fig.ha-effect-chico .ha-ihe-img{-webkit-transform:scale(1.12);-ms-transform:scale(1.12);transform:scale(1.12)}.ha-ihe-fig.ha-effect-chico:hover .ha-ihe-img{opacity:.5;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ihe-fig.ha-effect-chico:hover .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-chico:hover .ha-ihe-desc{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-ihe-fig.ha-effect-chico .ha-ihe-caption{padding:3em}.ha-ihe-fig.ha-effect-chico .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-chico .ha-ihe-desc{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-chico .ha-ihe-caption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid var(--ha-ihe-fig-before-color);content:"";-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.ha-ihe-fig.ha-effect-chico .ha-ihe-desc{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ha-ihe-fig.ha-effect-chico .ha-ihe-title{padding:10% 0 5%}.ha-ihe-fig.ha-effect-julia{background-color:#2f3238}.ha-ihe-fig.ha-effect-julia .ha-ihe-img{max-width:none;height:400px;-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,transform 1s;transition:opacity 1s,transform 1s,-webkit-transform 1s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-ihe-fig.ha-effect-julia .ha-ihe-caption{text-align:left}.ha-ihe-fig.ha-effect-julia .ha-ihe-title{position:relative;padding:.5em 0}.ha-ihe-fig.ha-effect-julia .ha-ihe-desc{display:inline-block;margin:0 0 .25em;padding:.4em 1em;background:rgba(255,255,255,.9);color:#2f3238;text-transform:none;font-size:75%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-360px,0,0);transform:translate3d(-360px,0,0)}.ha-ihe-fig.ha-effect-julia .ha-ihe-desc:first-child{-webkit-transition-delay:.15s;transition-delay:.15s}.ha-ihe-fig.ha-effect-julia .ha-ihe-desc:nth-of-type(2){-webkit-transition-delay:.1s;transition-delay:.1s}.ha-ihe-fig.ha-effect-julia .ha-ihe-desc:nth-of-type(3){-webkit-transition-delay:.05s;transition-delay:.05s}.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc:first-child{-webkit-transition-delay:0s;transition-delay:0s}.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc:nth-of-type(2){-webkit-transition-delay:.05s;transition-delay:.05s}.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc:nth-of-type(3){-webkit-transition-delay:.1s;transition-delay:.1s}.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-img{opacity:.4;-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}.ha-ihe-fig.ha-effect-goliath{background-color:#df4e4e}.ha-ihe-fig.ha-effect-goliath .ha-ihe-img,.ha-ihe-fig.ha-effect-goliath .ha-ihe-title{-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-goliath .ha-ihe-img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-ihe-fig.ha-effect-goliath .ha-ihe-title{position:absolute;bottom:0;left:auto;padding:1em}.ha-ihe-fig.ha-effect-apollo .ha-ihe-img,.ha-ihe-fig.ha-effect-goliath .ha-ihe-desc{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-goliath .ha-ihe-desc{position:absolute;bottom:0;left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:1em;height:80px;text-transform:none;font-size:90%;opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-img{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-title{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-apollo{background-color:#3498db}.ha-ihe-fig.ha-effect-apollo .ha-ihe-img{opacity:.95;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1)}.ha-ihe-fig.ha-effect-apollo .ha-ihe-caption{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-ihe-fig.ha-effect-apollo .ha-ihe-caption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);content:"";-webkit-transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-109%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-109%,0)}.ha-ihe-fig.ha-effect-apollo .ha-ihe-desc{position:absolute;right:0;bottom:0;margin:3em;padding:0 1em;max-width:150px;border-right:4px solid var(--ha-ihe-desc-border-color);text-align:right;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-apollo .ha-ihe-title{text-align:left}.ha-ihe-fig.ha-effect-apollo:hover .ha-ihe-img{opacity:.6;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-ihe-fig.ha-effect-apollo:hover .ha-ihe-caption::before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,109%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,109%,0)}.ha-ihe-fig.ha-effect-apollo:hover .ha-ihe-desc{opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.ha-ihe-fig.ha-effect-moses{background-color:#ec65b7}.ha-ihe-fig.ha-effect-moses .ha-ihe-img{opacity:.85;-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-moses .ha-ihe-caption{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-ihe-fig.ha-effect-moses .ha-ihe-title{padding:20px;width:50%;height:50%;border:2px solid #fff;text-align:left;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0)}.ha-ihe-fig.ha-effect-moses .ha-ihe-desc{float:right;padding:20px;width:50%;height:50%;border:2px solid var(--ha-ihe-desc-border-color);text-align:right;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.ha-ihe-fig.ha-effect-moses:hover .ha-ihe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-moses:hover .ha-ihe-desc{opacity:1;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ha-ihe-fig.ha-effect-moses:hover .ha-ihe-img{opacity:.6}.ha-ihe-fig.ha-effect-jazz{background-color:#f3cf3f}.ha-ihe-fig.ha-effect-jazz .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-jazz .ha-ihe-desc,.ha-ihe-fig.ha-effect-jazz .ha-ihe-img{opacity:.9;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-jazz .ha-ihe-caption::after,.ha-ihe-fig.ha-effect-jazz .ha-ihe-desc{opacity:0}.ha-ihe-fig.ha-effect-jazz .ha-ihe-caption::after{position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid var(--ha-ihe-fig-after-color);border-bottom:1px solid var(--ha-ihe-fig-after-color);content:"";-webkit-transform:rotate3d(0,0,1,45deg) scale3d(1,0,1);transform:rotate3d(0,0,1,45deg) scale3d(1,0,1);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.ha-ihe-fig.ha-effect-jazz .ha-ihe-desc{padding:.5em 2em;text-transform:none;font-size:.85em;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-ihe-fig.ha-effect-jazz .ha-ihe-title{opacity:1;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-img{opacity:.7;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1)}.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-caption::after{opacity:1;-webkit-transform:rotate3d(0,0,1,45deg) scale3d(1,1,1);transform:rotate3d(0,0,1,45deg) scale3d(1,1,1)}.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-title,.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-caption::before{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-ihe-fig.ha-effect-ming{background-color:#030c17}.ha-ihe-fig.ha-effect-ming .ha-ihe-img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s}.ha-ihe-fig.ha-effect-ming .ha-ihe-caption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:2px solid var(--ha-ihe-fig-before-color);-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.2);box-shadow:0 0 0 30px rgba(255,255,255,.2);content:"";opacity:0;-webkit-transform:scale3d(1.4,1.4,1);transform:scale3d(1.4,1.4,1)}.ha-ihe-fig.ha-effect-ming .ha-ihe-title{margin:20% 0 10px;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-lexi .ha-ihe-img,.ha-ihe-fig.ha-effect-ming .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-ming .ha-ihe-desc{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-ming .ha-ihe-desc{padding:1em;opacity:0;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-title{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-caption{background-color:transparent}.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-desc{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-img{opacity:.4}.ha-ihe-fig.ha-effect-lexi{background-color:#fff47}.ha-ihe-fig.ha-effect-lexi .ha-ihe-img{margin:-10px 0 0 -10px;max-width:none;width:calc(100% + 10px);height:calc(100% + 10px);opacity:.9;-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-lexi .ha-ihe-desc{position:absolute;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption::before{right:-100px;bottom:-100px;width:300px;height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;-webkit-box-shadow:0 0 0 900px rgba(255,255,255,.2);box-shadow:0 0 0 900px rgba(255,255,255,.2);content:"";-webkit-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.ha-ihe-fig.ha-effect-lexi .ha-ihe-desc{right:0;bottom:0;padding:0 1.5em 1.5em 0;width:140px;text-align:right;-webkit-transform:translate3d(20px,20px,0);transform:translate3d(20px,20px,0)}.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-img{opacity:.6;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-ihe-fig.ha-effect-lexi .ha-ihe-title{text-align:left;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(5px,5px,0);transform:translate3d(5px,5px,0)}.ha-ihe-fig.ha-effect-duke{background-color:#cc605587}.ha-ihe-fig.ha-effect-duke .ha-ihe-caption{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-ihe-fig.ha-effect-duke .ha-ihe-desc,.ha-ihe-fig.ha-effect-duke .ha-ihe-img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ha-ihe-fig.ha-effect-duke .ha-ihe-desc{margin-top:auto;padding:30px;width:100%;border:2px solid var(--ha-ihe-desc-border-color);text-transform:none;font-size:90%;opacity:0;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1);-webkit-transform-origin:50% -100%;-ms-transform-origin:50% -100%;transform-origin:50% -100%}.ha-ihe-fig.ha-effect-duke:hover .ha-ihe-img{opacity:.1;-webkit-transform:scale3d(2,2,1);transform:scale3d(2,2,1)}.ha-ihe-fig.ha-effect-duke:hover .ha-ihe-desc,.ha-ihe-fig.ha-effect-duke:hover .ha-ihe-title{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-ihe-fig.ha-effect-duke .ha-ihe-title{margin-bottom:auto;-webkit-transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}@media (max-width:767px){.ha-ihe-wrapper .ha-ihe-fig{display:inline-block;float:none;margin:10px auto;width:100%}.ha-ihe-fig.ha-effect-lily .ha-ihe-caption>div,.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption{padding:1em}.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-desc{font-size:12px}.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption::before{right:-65px;bottom:-65px;width:200px;height:200px}.ha-ihe-fig.ha-effect-ming .ha-ihe-caption::before{top:20px;right:20px;bottom:20px;left:20px}.ha-ihe-fig.ha-effect-moses .ha-ihe-desc,.ha-ihe-fig.ha-effect-moses .ha-ihe-title{padding:10px}.ha-ihe-fig.ha-effect-ruby .ha-ihe-desc{padding:1.5em}.ha-ihe-fig.ha-effect-dexter .ha-ihe-title{position:absolute;top:45px}.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-desc{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.ha-ihe-fig.ha-effect-duke .ha-ihe-desc{padding:20px}.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-title{-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::after{top:20px;right:35px;bottom:20px;left:35px}.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before{top:35px;right:20px;bottom:35px;left:20px}.ha-ihe-fig.ha-effect-layla .ha-ihe-img{-webkit-transform:scale(1.5) translateY(-30px);-ms-transform:scale(1.5) translateY(-30px);transform:scale(1.5) translateY(-30px)}.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-img{-webkit-transform:translateY(0) scale(1.5);-ms-transform:translateY(0) scale(1.5);transform:translateY(0) scale(1.5)}.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption::before,.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before{top:20px;right:20px;bottom:20px;left:20px}.ha-ihe-fig.ha-effect-roxy .ha-ihe-desc,.ha-ihe-fig.ha-effect-roxy .ha-ihe-title{margin-left:10px}}
|
22 |
+
.ha-infobox{--ha-infobox-media-offset-x:0;--ha-infobox-media-offset-y:0;--ha-infobox-media-rotate:0}.ha-infobox>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-infobox.ha-infobox-media-dir-left .elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-infobox.ha-infobox-media-dir-left .elementor-widget-container .ha-infobox-figure{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin:0 25px 0 0!important}.ha-infobox-title{margin-top:0;margin-bottom:10px;color:#151515;font-size:24px}.ha-infobox-figure{display:inline-block;margin:0 0 25px!important;-webkit-transform:translate(var(--ha-infobox-media-offset-x),var(--ha-infobox-media-offset-y));-ms-transform:translate(var(--ha-infobox-media-offset-x),var(--ha-infobox-media-offset-y));transform:translate(var(--ha-infobox-media-offset-x),var(--ha-infobox-media-offset-y))}.ha-infobox-figure--icon{text-align:center;font-size:48px;line-height:1;-webkit-transform:translate(var(--ha-infobox-media-offset-x),var(--ha-infobox-media-offset-y)) rotate(var(--ha-infobox-media-rotate));-ms-transform:translate(var(--ha-infobox-media-offset-x),var(--ha-infobox-media-offset-y)) rotate(var(--ha-infobox-media-rotate));transform:translate(var(--ha-infobox-media-offset-x),var(--ha-infobox-media-offset-y)) rotate(var(--ha-infobox-media-rotate))}.ha-infobox-figure i,.ha-infobox-figure svg{position:relative;display:block;width:1em;height:1em;-webkit-transform:rotate(calc(-1*var(--ha-infobox-media-rotate)));-ms-transform:rotate(calc(-1*var(--ha-infobox-media-rotate)));transform:rotate(calc(-1*var(--ha-infobox-media-rotate)));fill:currentColor}.ha-infobox-figure i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-infobox-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-infobox.ha-infobox-media-dir-top .ha-infobox-body{margin-top:var(--ha-infobox-media-offset-y)}.ha-infobox-text p{margin-top:0;margin-bottom:0}.ha-infobox-text+.ha-btn--link{margin-top:25px}.ha-infobox .ha-btn--icon-after .ha-btn-icon,.ha-infobox .ha-btn--icon-before .ha-btn-icon{-webkit-transition:inherit;transition:inherit;-webkit-transform:translateX(var(--infobox-btn-icon-translate-x, 0));-ms-transform:translateX(var(--infobox-btn-icon-translate-x, 0));transform:translateX(var(--infobox-btn-icon-translate-x, 0))}.ha-infobox .ha-btn--icon-after:focus .ha-btn-icon,.ha-infobox .ha-btn--icon-after:hover .ha-btn-icon,.ha-infobox .ha-btn--icon-before:focus .ha-btn-icon,.ha-infobox .ha-btn--icon-before:hover .ha-btn-icon{-webkit-transform:translateX(var(--infobox-btn-icon-translate-x-hover, 10px));-ms-transform:translateX(var(--infobox-btn-icon-translate-x-hover, 10px));transform:translateX(var(--infobox-btn-icon-translate-x-hover, 10px))}
|
23 |
+
@-webkit-keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes haSmoothReveal{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ha-justified-gallery .ha-justified-grid__wrap{margin-right:calc(-1*var(--justified-grid-pull, 0));margin-left:calc(-1*var(--justified-grid-pull, 0));width:auto}.ha-justified-gallery .ha-justified-grid__item{border-radius:3px}.ha-justified-gallery .ha-justified-grid__item img{border-radius:inherit}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption{bottom:-100px!important;padding:10px;-webkit-transition:all .25s!important;transition:all .25s!important;-webkit-animation:haSmoothReveal .3s forwards;animation:haSmoothReveal .3s forwards}.ha-justified-gallery .justified-gallery>.ha-justified-grid__item>.caption.caption-visible{bottom:0!important}.ha-justified-gallery .justified-gallery>.entry-visible>a>img,.ha-justified-gallery .justified-gallery>.entry-visible>img{-webkit-transition:all 300ms,opacity 500ms ease-in;transition:all 300ms,opacity 500ms ease-in;-o-object-fit:cover;object-fit:cover}
|
24 |
+
@-webkit-keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes lineUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes glitchText{0%{opacity:1;-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}10%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}20%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}35%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}50%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}60%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}70%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}80%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}90%{-webkit-transform:translate3d(-10px,0,0) scale3d(-1,-1,1);transform:translate3d(-10px,0,0) scale3d(-1,-1,1)}to{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@keyframes glitchLine{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}20%{-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0)}30%{-webkit-transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);transform:scale3d(.1,1.4,1) translate3d(0,-25px,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}40%{-webkit-transform:scale3d(1,.3,1) translate3d(0,25px,0);transform:scale3d(1,.3,1) translate3d(0,25px,0)}50%{-webkit-transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0);transform:scale3d(.5,.3,1) translate3d(-100px,-80px,0)}60%{-webkit-transform:scale3d(1,1.25,1) translate3d(10px,-5px,0);transform:scale3d(1,1.25,1) translate3d(10px,-5px,0)}70%{-webkit-transform:scale3d(.5,.5,1) translate3d(0,20px,0);transform:scale3d(.5,.5,1) translate3d(0,20px,0)}80%{-webkit-transform:translate3d(-30,10px,0) scale3d(1,.4,1);transform:translate3d(-30,10px,0) scale3d(1,.4,1);-webkit-transform-origin:100% 0;transform-origin:100% 0}90%{-webkit-transform:scale3d(1,.5,1) translate3d(0,-15px,0);transform:scale3d(1,.5,1) translate3d(0,-15px,0);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{opacity:1}}@-webkit-keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes coverUp{0%{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}50%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}51%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale3d(1,.045,1);transform:scale3d(1,.045,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}.ha-link-hover{font-size:16px;--color-bg:#fff;--color-link:#1352d1;--color-link-hover:#1352d1;--color-number:#999;--color-text:#111}.ha-link-hover *,.ha-link-hover ::after,.ha-link-hover ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.ha-link-hover a{outline:0;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:0;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:0;background:#d3d3d3}.ha-link-hover a:focus:not(:focus-visible){background:0 0}.ha-link-hover a:focus-visible{outline:2px solid red;background:0 0}.ha-link-hover .ha_content__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.ha-link-hover .ha-link{position:relative;color:var(--color-text);white-space:nowrap;font-size:18px;font-family:"Roboto",sans-serif;cursor:pointer}.ha-link-hover .ha-link::after,.ha-link-hover .ha-link::before{position:absolute;top:100%;left:0;width:100%;height:1px;background:currentColor;pointer-events:none}.ha-link-hover .ha-link::before{content:""}.ha-link-hover .ha-link--metis{text-transform:lowercase}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before,.ha-link-hover .ha-link--metis::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--metis::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before,.ha-link-hover .ha-link--metis:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io::after,.ha-link-hover .ha-link--io::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1);transition:transform .3s cubic-bezier(.7,0,.2,1),-webkit-transform .3s cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--io:hover::after,.ha-link-hover .ha-link--io:hover::before{-webkit-transition-timing-function:cubic-bezier(.4,1,.8,1);transition-timing-function:cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--io::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--io:hover::after{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe{text-transform:uppercase}.ha-link-hover .ha-link--thebe::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::before{-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda::before,.ha-link-hover .ha-link--thebe::after,.ha-link-hover .ha-link--thebe::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--thebe::after{top:calc(100% + 4px);content:"";-webkit-transition:-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1);transition:transform .4s .1s cubic-bezier(.2,1,.8,1),-webkit-transform .4s .1s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--thebe:hover::after,.ha-link-hover .ha-link--thebe:hover::before{-webkit-transition-timing-function:cubic-bezier(.7,0,.2,1);transition-timing-function:cubic-bezier(.7,0,.2,1)}.ha-link-hover .ha-link--leda{overflow:hidden;font-weight:700;line-height:2}.ha-link-hover .ha-link--leda::before{top:calc(100% - 5px);height:2px}.ha-link-hover .ha-link--leda:hover::before,.ha-link-hover .ha-link--thebe:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--leda span,.ha-link-hover .ha-link--leda::after,.ha-link-hover .ha-link--leda::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1);transition:transform .3s cubic-bezier(.5,.5,.3,1),-webkit-transform .3s cubic-bezier(.5,.5,.3,1)}.ha-link-hover .ha-link--leda::after{top:0;height:100%;background:0 0;content:attr(data-text);-webkit-transform:translate3d(150%,0,0);transform:translate3d(150%,0,0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--leda:hover::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--leda span{display:inline-block}.ha-link-hover .ha-link--leda:hover span{-webkit-transform:translate3d(-150%,0,0);transform:translate3d(-150%,0,0)}.ha-link-hover .ha-link--ersa{padding:0 10px;text-indent:1px;text-transform:uppercase;letter-spacing:1px}.ha-link-hover .ha-link--ersa span,.ha-link-hover .ha-link--ersa::before{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1);transition:transform .3s cubic-bezier(.4,1,.8,1),-webkit-transform .3s cubic-bezier(.4,1,.8,1)}.ha-link-hover .ha-link--ersa::before{top:50%;height:2px;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--ersa:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--ersa span{display:inline-block}.ha-link-hover .ha-link--ersa:hover span{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.ha-link-hover .ha-link--elara::before{-webkit-transition:-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1);transition:clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1),-webkit-clip-path .3s,-webkit-transform .3s cubic-bezier(.2,1,.8,1);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara:hover::before{-webkit-transform:translate3d(0,2px,0) scale3d(1.08,3,1);transform:translate3d(0,2px,0) scale3d(1.08,3,1);-webkit-clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0)}.ha-link-hover .ha-link--elara span{display:inline-block;-webkit-transition:-webkit-transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1);transition:transform .3s cubic-bezier(.2,1,.8,1),-webkit-transform .3s cubic-bezier(.2,1,.8,1)}.ha-link-hover .ha-link--elara:hover span{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.ha-link-hover .ha-link--dia::after,.ha-link-hover .ha-link--dia::before{opacity:0;-webkit-transition-timing-function:cubic-bezier(.2,1,.8,1);transition-timing-function:cubic-bezier(.2,1,.8,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(0,3px,0);transform:translate3d(0,3px,0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.ha-link-hover .ha-link--dia:hover::after,.ha-link-hover .ha-link--dia:hover::before{opacity:1;-webkit-transition-timing-function:cubic-bezier(.2,0,.3,1);transition-timing-function:cubic-bezier(.2,0,.3,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ha-link-hover .ha-link--dia::after{top:calc(100% + 4px);left:15%;width:70%;content:""}.ha-link-hover .ha-link--dia::before,.ha-link-hover .ha-link--dia:hover::after{-webkit-transition-delay:.1s;transition-delay:.1s}.ha-link-hover .ha-link--dia:hover::before{-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale{text-transform:lowercase;font-weight:600}.ha-link-hover .ha-link--kale::before{top:100%;height:10px;opacity:0}.ha-link-hover .ha-link--kale:hover::before{opacity:1;-webkit-animation:lineUp .3s ease forwards;animation:lineUp .3s ease forwards}.ha-link-hover .ha-link--kale::after{content:"";opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:0s;transition-delay:0s}.ha-link-hover .ha-link--kale:hover::after{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.ha-link-hover .ha-link--carpo{text-transform:uppercase;font-weight:700}.ha-link-hover .ha-link--carpo::after,.ha-link-hover .ha-link--carpo::before{-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ha-link-hover .ha-link--carpo::before{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.ha-link-hover .ha-link--carpo:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--carpo::after{top:calc(100% + 4px);content:"";-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.ha-link-hover .ha-link--carpo:hover::after{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.ha-link-hover .ha-link--helike{font-weight:700}.ha-link-hover .ha-link--helike:hover span{-webkit-animation:glitchText .4s linear;animation:glitchText .4s linear}.ha-link-hover .ha-link--helike::before{height:2px;opacity:0}.ha-link-hover .ha-link--helike:hover::before{opacity:1;-webkit-animation:glitchLine .4s steps(2,start) forwards;animation:glitchLine .4s steps(2,start) forwards}.ha-link-hover .ha-link--mneme{text-transform:uppercase}.ha-link-hover .ha-link--mneme::before{top:0;height:100%;opacity:0}.ha-link-hover .ha-link--mneme:hover::before{opacity:1;-webkit-animation:coverUp .3s ease forwards;animation:coverUp .3s ease forwards}.ha-link-hover .ha-link--mneme::after{content:"";-webkit-transition:opacity .3s;transition:opacity .3s}.ha-link-hover .ha-link--mneme:hover::after{opacity:0}.ha-link-hover .ha-link--iocaste{overflow:hidden;padding:7px 0}.ha-link-hover .ha_link__graphic{position:absolute;top:0;left:0;pointer-events:none;fill:none;stroke:currentColor;stroke-width:1px}.ha-link-hover .ha_link__graphic--slide{top:-3px;-webkit-transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s;-webkit-transition-timing-function:cubic-bezier(0,.25,.5,1);transition-timing-function:cubic-bezier(0,.25,.5,1);stroke-width:2px}.ha-link-hover .ha-link:hover .ha_link__graphic--slide{-webkit-transform:translate3d(-66.6%,0,0);transform:translate3d(-66.6%,0,0)}.ha-link-hover .ha-link--herse{font-weight:700}.ha-link-hover .ha-link--carme::before,.ha-link-hover .ha-link--herse::before{display:none}.ha-link-hover .ha_link__graphic--stroke path{stroke-dasharray:1;stroke-dashoffset:1}.ha-link-hover .ha-link:hover .ha_link__graphic--stroke path{stroke-dashoffset:0}.ha-link-hover .ha_link__graphic--arc{top:73%;left:-23%}.ha-link-hover .ha_link__graphic--arc path{-webkit-transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link:hover .ha_link__graphic--arc path,.ha-link-hover .ha-link:hover .ha_link__graphic--scribble path{-webkit-transition-timing-function:cubic-bezier(.8,1,.7,1);transition-timing-function:cubic-bezier(.8,1,.7,1);-webkit-transition-duration:.3s;transition-duration:.3s}.ha-link-hover .ha_link__graphic--scribble{top:100%}.ha-link-hover .ha_link__graphic--scribble path{-webkit-transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1);transition:stroke-dashoffset .6s cubic-bezier(.7,0,.3,1)}.ha-link-hover .ha-link--eirene{font-weight:700}.ha-link-hover .ha-link--eirene::before{height:7px;border-radius:20px;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;-webkit-transition-timing-function:cubic-bezier(.2,.57,.67,1.53);transition-timing-function:cubic-bezier(.2,.57,.67,1.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.ha-link-hover .ha-link--eirene:hover span,.ha-link-hover .ha-link--eirene:hover::before{-webkit-transition-timing-function:cubic-bezier(.8,0,.1,1);transition-timing-function:cubic-bezier(.8,0,.1,1);-webkit-transition-duration:.4s;transition-duration:.4s}.ha-link-hover .ha-link--eirene:hover::before{opacity:1;-webkit-transform:scale3d(1.2,.1,1);transform:scale3d(1.2,.1,1)}.ha-link-hover .ha-link--eirene span{display:inline-block;-webkit-transition:-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53);transition:transform .2s .05s cubic-bezier(.2,.57,.67,1.53),-webkit-transform .2s .05s cubic-bezier(.2,.57,.67,1.53);-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}.ha-link-hover .ha-link--eirene:hover span{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
|
25 |
+
.ha-logo-grid-wrapper:after{display:block;clear:both;content:""}.ha-logo-grid-item{float:left;overflow:hidden;height:180px;border-color:#e7e7e7}.ha-logo-grid-figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0;padding:30px;width:100%;height:100%}.ha-logo-grid-img{max-height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1025px){.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc(100%/6)}}@media (max-width:767px){.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc(100%/2)}.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc(100%/3)}.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc(100%/4)}.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc(100%/5)}.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc(100%/6)}}.ha-logo-grid--tictactoe .ha-logo-grid-item{border-width:2px 2px 0 0;border-style:solid}@media (min-width:1025px){.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}@media (max-width:767px){.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n){border-right-width:0!important}.ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:0!important}}.ha-logo-grid--border .ha-logo-grid-item{border-width:0 2px 2px 0;border-style:solid}.ha-logo-grid--border .ha-logo-grid-item:first-child{border-top-left-radius:10px}.ha-logo-grid--border .ha-logo-grid-item:last-child{border-bottom-right-radius:10px}@media (min-width:1025px){.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--tablet6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}@media (max-width:767px){.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(-n+2){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-child(2){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile2 .ha-logo-grid-item:nth-last-child(2){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(-n+3){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-child(3){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile3 .ha-logo-grid-item:nth-last-child(3){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(-n+4){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-child(4){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile4 .ha-logo-grid-item:nth-last-child(4){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(-n+5){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-child(5){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile5 .ha-logo-grid-item:nth-last-child(5){border-bottom-left-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(-n+6){border-top-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6n+1){border-left-width:2px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-child(6){border-top-right-radius:10px}.ha-logo-grid--border.ha-logo-grid--col--mobile6 .ha-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}}.ha-logo-grid--box .ha-logo-grid-wrapper{margin:-.5rem}.ha-logo-grid--box .ha-logo-grid-item{margin:.5rem;border-width:2px;border-style:solid;border-radius:.5rem}@media (min-width:1025px){.ha-logo-grid--box.ha-logo-grid--col-2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col-6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:1024px) and (min-width:768px){.ha-logo-grid--box.ha-logo-grid--col--tablet2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--tablet6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}@media (max-width:767px){.ha-logo-grid--box.ha-logo-grid--col--mobile2 .ha-logo-grid-item{width:calc((100%/2) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile3 .ha-logo-grid-item{width:calc((100%/3) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile4 .ha-logo-grid-item{width:calc((100%/4) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile5 .ha-logo-grid-item{width:calc((100%/5) - 1rem)}.ha-logo-grid--box.ha-logo-grid--col--mobile6 .ha-logo-grid-item{width:calc((100%/6) - 1rem)}}
|
26 |
+
.ha-mailchimp-horizontal .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-vertical .ha-mailchimp-form,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-input-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-button-wrapper,body[data-elementor-device-mode=tablet] .ha-mailchimp-tablet-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px;margin-bottom:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-horizontal .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-input-wrapper{margin-right:unset;margin-bottom:30px}body[data-elementor-device-mode=mobile] .ha-mailchimp-mobile-vertical .ha-mailchimp-form .ha-mc-button-wrapper{-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset}.ha-mailchimp-wrapper .ha-mc-response-message{display:none;margin-bottom:10px;padding:10px 15px;border-radius:5px}.ha-mailchimp-wrapper .ha-mc-response-message.error{display:block;border:1px solid #f5c6cb;background-color:#f8d7da;color:#721c24}.ha-mailchimp-wrapper .ha-mc-response-message.success{display:block;border:1px solid #c3e6cb;background-color:#d4edda;color:#155724}.ha-mailchimp-wrapper .ha-mailchimp-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-label{display:inline-block;margin-bottom:.5rem;color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:15px;height:100%;border:1px solid #ced4da;background-color:#e9ecef;color:#495057;text-align:center;white-space:nowrap;font-size:10px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper i{color:#000}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input input{position:relative;display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 20px;min-height:42px;width:1%;height:auto;border:1px solid #ced4da;background-color:#fff;background-clip:padding-box;color:#495057;font-weight:400;font-size:1rem;line-height:1.5;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after .ha-mc-icon-wrapper{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after input,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before .ha-mc-icon-wrapper{margin-right:-1px;border-radius:5px 0 0 5px}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before input{border-radius:0 5px 5px 0}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button{position:relative;z-index:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:0;margin-bottom:0;padding:8px 20px;width:100%;border:0 solid #374a5e;border-radius:5px;background-color:#374a5e;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-size:16px;line-height:26px;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button,.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper i{margin-right:10px}
|
27 |
+
@-webkit-keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha-member-lightbox-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-member-figure{position:relative;display:inline-block;margin:0 0 25px!important}.ha-member-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-member.ha-member-hover-image-on .ha-member-figure img:nth-of-type(2){position:absolute;top:0;left:0;z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(1){z-index:-1;opacity:0}.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(2){z-index:2;opacity:1}.ha-member-name{margin-top:0;margin-bottom:10px;color:#151515;font-size:18px}.ha-member-position{margin-bottom:25px;color:#7f7f7f;font-size:14px}.ha-member-bio{margin-bottom:25px;font-size:14px;line-height:1.6}.ha-member-links>a{display:inline-block;color:#9895ad;text-align:center;line-height:1;-webkit-transition:all .2s;transition:all .2s}.ha-member-links>a:focus,.ha-member-links>a:hover{color:#222}.ha-member-links>a>i{width:1em;height:1em}.ha-member-links>a:not(:last-child){margin-right:10px}.ha-member .ha-btn{margin-bottom:15px;cursor:pointer}.ha-member-body .ha-btn:last-child{margin-top:15px;margin-bottom:0}.ha-member-lightbox{position:fixed;top:0;left:0;z-index:-999999;display:none;visibility:hidden;width:0;height:0}.ha-member-lightbox.ha-member-lightbox-show{z-index:999999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;overflow:auto;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-close{position:absolute;z-index:99999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#9ec8f0;font-size:30px;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;transition:transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-inner{width:100%;-webkit-animation-name:ha-member-lightbox-zoomIn;animation-name:ha-member-lightbox-zoomIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
|
28 |
+
.ha-news-ticker-wrapper{position:relative;overflow:hidden;padding:20px 0;border:1px solid #d2d2d2;border-radius:5px}.ha-news-ticker-wrapper ul.ha-news-ticker-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title{position:absolute;top:50%;left:auto;z-index:1;padding:20px;background:#333;color:#fff;font-size:1rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-news-ticker-wrapper li.ha-news-ticker-item{margin-right:20px;white-space:nowrap}.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child{margin-right:0}.ha-news-ticker-wrapper .ha-news-ticker-title{margin:0;font-size:1rem;line-height:1}.ha-news-ticker-wrapper li.ha-news-ticker-item a{color:#242424}.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover{color:#e04c8a}
|
29 |
+
.ha-number-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;padding:6px;width:50px;height:50px;border-radius:100%;background-color:#562dd4;color:#fff;text-align:center;font-size:20px}.ha-number-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ha-number-text{position:relative;z-index:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
30 |
+
.ha-title-flex,.pdf-icon,.pdf_viewer_options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pdf_viewer_options{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ha-title-flex,.pdf-icon{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-title-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.pdf-icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.ha-title-flex h2{margin-bottom:5px}.pdf-button a{padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}
|
31 |
+
@-webkit-keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ha_rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ha_rotating_inverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@keyframes ha_bounce_sm{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}}@-webkit-keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@keyframes ha_bounce_md{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(20%);transform:translateY(20%)}}@-webkit-keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@keyframes ha_bounce_lg{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(40%);transform:translateY(40%)}}@-webkit-keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@keyframes ha_fade{0%,to{opacity:1}50%{opacity:.6}}@-webkit-keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ha_scale_sm{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes ha_scale_md{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}}@-webkit-keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}@keyframes ha_scale_lg{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.8);transform:scale(1.8)}}.ha-photo-stack-wrapper{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.ha-photo-stack-wrapper .ha-photo-stack-item{position:absolute}.ha-rotating,.ha-rotating-inverse{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-rotating{-webkit-animation:ha_rotating 50s linear infinite;animation:ha_rotating 50s linear infinite;-webkit-animation-name:ha_rotating;animation-name:ha_rotating}.ha-rotating-inverse{-webkit-animation-name:ha_rotating_inverse;animation-name:ha_rotating_inverse}.ha-rotating,.ha-rotating-inverse{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.ha-bounce,.ha-bounce-fast{-webkit-animation:ha_bounce 6s ease infinite;animation:ha_bounce 6s ease infinite;will-change:transform}.ha-bounce{-webkit-animation:ha_bounce 3s ease-in-out infinite;animation:ha_bounce 3s ease-in-out infinite}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_sm;animation-name:ha_bounce_sm;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform}.ha-bounce-lg,.ha-bounce-md,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_md;animation-name:ha_bounce_md}.ha-bounce-lg,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_bounce_lg;animation-name:ha_bounce_lg}.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-name:ha_scale_sm;animation-name:ha_scale_sm}.ha-fade,.ha-scale-lg,.ha-scale-md{-webkit-animation-name:ha_scale_md;animation-name:ha_scale_md}.ha-fade,.ha-scale-lg{-webkit-animation-name:ha_scale_lg;animation-name:ha_scale_lg}.ha-fade{-webkit-animation-name:ha_fade;animation-name:ha_fade}.ha-bounce-lg,.ha-bounce-md,.ha-bounce-sm,.ha-fade,.ha-scale-lg,.ha-scale-md,.ha-scale-sm{-webkit-animation-duration:var(--animation_speed, 5s);animation-duration:var(--animation_speed, 5s)}.scale,.scale-inverse,.scale-inverse-lg,.scale-inverse-sm,.scale-lg,.scale-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale *,.scale-inverse *,.scale-inverse-lg *,.scale-inverse-sm *,.scale-lg *,.scale-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale-sm:hover,.scaled-sm{z-index:999;-webkit-transform:scale(1.05)!important;-ms-transform:scale(1.05)!important;transform:scale(1.05)!important}.scale:hover,.scaled{z-index:999;-webkit-transform:scale(1.1)!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.scale-lg:hover,.scaled-lg{z-index:999;-webkit-transform:scale(1.15)!important;-ms-transform:scale(1.15)!important;transform:scale(1.15)!important}.scale-inverse-sm:hover{-webkit-transform:scale(.95)!important;-ms-transform:scale(.95)!important;transform:scale(.95)!important}.scale-inverse:hover{-webkit-transform:scale(.925)!important;-ms-transform:scale(.925)!important;transform:scale(.925)!important}.scale-inverse-lg:hover{-webkit-transform:scale(.9)!important;-ms-transform:scale(.9)!important;transform:scale(.9)!important}.fly-sm{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-sm:hover{-webkit-transform:translate(0,-3px)!important;-ms-transform:translate(0,-3px)!important;transform:translate(0,-3px)!important}.fly-sm,.fly-sm *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly:hover{-webkit-transform:translate(0,-6px)!important;-ms-transform:translate(0,-6px)!important;transform:translate(0,-6px)!important}.fly,.fly *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.fly-lg{-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1)}.fly-lg:hover{-webkit-transform:translate(0,-9px)!important;-ms-transform:translate(0,-9px)!important;transform:translate(0,-9px)!important}.fly-lg,.fly-lg *{-webkit-backface-visibility:hidden;backface-visibility:hidden}
|
32 |
+
.ha-post-list{margin:0;padding:0;list-style:none}.ha-post-list .ha-post-list-item,.ha-post-list.ha-post-list-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list.ha-post-list-inline{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-list .ha-post-list-item{margin:0 0 10px;padding:0}.ha-post-list.ha-post-list-inline .ha-post-list-item{margin-right:21px}.ha-post-list .ha-post-list-item:last-child,.ha-post-list.ha-post-list-inline .ha-post-list-item:last-child{margin-right:0;margin-bottom:0}.ha-post-list .ha-post-list-item a{width:100%}.ha-post-list-title{display:block;margin-top:0;margin-bottom:0;color:#242424;font-size:1rem;-webkit-transition:all .4s;transition:all .4s}.ha-post-list .ha-post-list-item a:hover .ha-post-list-title{color:#e04d8b}.ha-post-list-item a img{margin-right:15px;-o-object-fit:cover;object-fit:cover}span.ha-post-list-icon{margin-right:8px;color:#242424;font-size:14px}span.ha-post-list-icon svg{width:auto;height:1em;fill:currentColor}.ha-post-list .ha-post-list-item a,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-post-list-meta-wrap{margin-top:3px}.ha-post-list-meta-wrap span{margin-right:10px;color:#8c8c8c;font-size:13px}.ha-post-list-meta-wrap span:last-child{margin-right:0}.ha-post-list-meta-wrap span i{margin-right:3px}.ha-post-list-excerpt p{margin-bottom:0;color:#8c8c8c}
|
33 |
+
.ha-post-tab .ha-post-tab-filter{padding:0;border-bottom:1px solid #ddd;list-style:none}.ha-post-tab .ha-post-tab-filter li{display:inline-block;margin:0 5px 0 0;padding:15px 25px;background:#fff;color:#333;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab .ha-post-tab-filter li.active,.ha-post-tab .ha-post-tab-filter li:hover,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active,.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover{background:#6d39ef;color:#fff;cursor:pointer}.ha-post-tab .ha-post-tab-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;opacity:0}.ha-post-tab span.ha-post-tab-loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;text-align:center;font-size:60px;opacity:.5}.ha-post-tab .ha-post-tab-item-wrapper.active{visibility:visible;height:auto;opacity:1}.ha-post-tab .ha-post-tab-item{margin-bottom:30px;padding-right:15px;padding-left:15px}.ha-post-tab .ha-post-tab-item-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;-webkit-box-shadow:0 1px 20px rgba(0,0,0,.09);box-shadow:0 1px 20px rgba(0,0,0,.09)}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb{position:relative;display:block;overflow:hidden;margin-bottom:15px;padding-right:0;padding-left:0}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title{display:block;margin-top:0;margin-bottom:10px;font-size:16px}.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a,.ha-post-tab .ha-post-tab-meta span a{color:#333;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span a:hover,.ha-post-tab .ha-post-tab-title a:hover{color:#6d39ef}.ha-post-tab .ha-post-tab-meta{font-size:14px}.ha-post-tab .ha-post-tab-meta span{display:inline-block;margin-top:10px;margin-right:15px;color:#9b9b9b;-webkit-transition:all .4s;transition:all .4s}.ha-post-tab .ha-post-tab-meta span i{padding-right:5px}.ha-post-tab .ha-post-tab-meta span a{color:#9b9b9b}.ha-post-tab .ha-post-tab-excerpt p{margin:0}.ha-post-tab.ha-post-tab-left,.ha-post-tab.ha-post-tab-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-right:1px solid #f1f1f1;border-bottom:none}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:left;display:block;margin:0;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{text-align:right}.ha-post-tab.ha-post-tab-left .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:200px;border-bottom:none;border-left:1px solid #f1f1f1}.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 200px);-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);min-width:calc(100% - 200px);min-height:100%}@media (max-width:767px){.ha-post-tab.ha-post-tab-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;border-right:0;border-bottom:1px solid #f1f1f1;border-left:0}.ha-post-tab.ha-post-tab-left .ha-post-tab-content,.ha-post-tab.ha-post-tab-right .ha-post-tab-content{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;min-height:100%}.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li{display:inline-block}}
|
34 |
+
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-pricing-table-badge{position:absolute;top:-1px;padding:.8rem 1rem;background-color:#e2498a;color:#fff;line-height:1}.ha-pricing-table-badge--left{left:0;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.ha-pricing-table-badge--right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.ha-pricing-table-title{margin-top:0;margin-bottom:.5rem;color:#242424;font-weight:400;font-size:24px}.ha-pricing-table-price{margin-bottom:3rem}.ha-pricing-table-price-tag{margin-bottom:.5rem;color:#242424;font-weight:700;font-size:60px;line-height:normal}.ha-pricing-table-currency{font-size:24px}.ha-pricing-table-period{color:#8c8c8c;font-size:16px}.ha-pricing-table-body{margin-bottom:3rem}.ha-pricing-table-features-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:16px}.ha-pricing-table-features-list{margin:0;padding:0;list-style:none}.ha-pricing-table-features-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;-ms-flex-align:baseline;margin-bottom:1rem;font-size:16px}.ha-pricing-table-features-list li>i,.ha-pricing-table-features-list li>svg{margin-right:.5rem;min-width:15px;text-align:center;font-size:.8em}.ha-pricing-table-features-list li>svg{width:auto;height:1em;fill:currentColor}.ha-pricing-table-feature-text{display:inline-block}.ha-pricing-table-btn{display:inline-block;padding:.8rem 2rem;border-radius:40px;background-color:#e2498a;color:#fff;text-decoration:none;text-transform:uppercase;font-size:12px;-webkit-transition:all .3s;transition:all .3s}.ha-pricing-table-btn:hover{background-color:#562dd4;color:#fff}
|
35 |
+
.ha-review{--ha-review-left-body-width:calc(100% - var(--ha-review-media-width) + (-1 * var(--ha-review-media-offset-x)));--ha-review-media-offset-x:calc(1px - 1px);--ha-review-media-offset-y:calc(1px - 1px);--ha-review-right-body-width:calc(100% - var(--ha-review-media-width) + (var(--ha-review-media-offset-x)))}.ha-review>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-review-header{margin-top:25px}.ha-review-figure{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-review-media-width, 70px);-ms-flex:0 0 var(--ha-review-media-width, 70px);flex:0 0 var(--ha-review-media-width, 70px);margin:0;max-width:var(--ha-review-media-width, 70px);-webkit-transform:translate(var(--ha-review-media-offset-x),var(--ha-review-media-offset-y));-ms-transform:translate(var(--ha-review-media-offset-x),var(--ha-review-media-offset-y));transform:translate(var(--ha-review-media-offset-x),var(--ha-review-media-offset-y))}.ha-review-figure img{width:100%;height:100%;border-radius:50%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-review-reviewer{margin-top:0;margin-bottom:10px;color:#151515;font-size:18px}.ha-review-position{margin-bottom:10px;color:#7f7f7f;font-size:15px}.ha-review-ratting{display:inline-block;font-size:12px;line-height:1}.ha-review-ratting--num{padding:5px 10px;border-radius:20px;background-color:#562dd4;color:#fff}.ha-review-ratting--star{color:#ffbf36}.ha-review-desc{margin-top:25px;font-size:16px;line-height:1.6}.ha-review-desc p{margin:0}.ha-review--top>.elementor-widget-container{padding:25px}.ha-review--top .ha-review-figure{display:inline-block;height:70px}.ha-review--top .ha-review-body{margin-top:var(--ha-review-media-offset-y)}.ha-review--left,.ha-review--right{--ha-review-media-width:150px}.ha-review--left>.elementor-widget-container,.ha-review--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-review--left .ha-review-figure,.ha-review--right .ha-review-figure{height:150px}.ha-review--left .ha-review-body,.ha-review--right .ha-review-body{padding:25px}.ha-review--left .ha-review-body>:first-child,.ha-review--right .ha-review-body>:first-child{margin-top:0}.ha-review--left>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding-left:25px}.ha-review--left .ha-review-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-review-left-body-width);-ms-flex:0 0 var(--ha-review-left-body-width);flex:0 0 var(--ha-review-left-body-width);margin-left:var(--ha-review-media-offset-x);max-width:var(--ha-review-left-body-width)}.ha-review--right>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-right:25px;text-align:right}.ha-review--right .ha-review-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-review-right-body-width);-ms-flex:0 0 var(--ha-review-right-body-width);flex:0 0 var(--ha-review-right-body-width);margin-right:calc(-1*var(--ha-review-media-offset-x));max-width:var(--ha-review-right-body-width)}
|
36 |
+
.ha-skills>.elementor-widget-container{padding-top:1px}.ha-skill{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:15px;background-color:#e9ecef;font-size:.75rem}.ha-skill--inside .ha-skill-info,.ha-skill--outside .ha-skill-info{text-align:left;font-size:14px;line-height:1}.ha-skill--inside .ha-skill-level-text,.ha-skill--outside .ha-skill-level-text{float:right}.ha-skill--outside{height:2px}.ha-skill--outside .ha-skill-level{position:relative}.ha-skill--outside .ha-skill-info{position:absolute;top:-25px;width:100%;color:#242424}.ha-skill--inside{height:30px}.ha-skill--inside .ha-skill-info{padding-right:1rem;padding-left:1rem;color:#fff}.ha-skill-level{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:10%;border-radius:inherit;background-color:#562dd4;color:#fff;text-align:center;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.ha-skill--outside{margin-top:40px}.ha-skill--inside:not(:first-child){margin-top:20px}.ha-skill-name{display:inline-block;overflow:hidden;max-width:70%;text-overflow:ellipsis}
|
37 |
+
.ha-carousel .slick-vertical .slick-slide,.ha-slider .slick-vertical .slick-slide{border:0}.ha-carousel .slick-next,.ha-carousel .slick-prev,.ha-slider .slick-next,.ha-slider .slick-prev{z-index:999;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background-color:rgba(255,255,255,.8);color:#8c8c8c;font-size:15px;opacity:1}.ha-carousel .slick-next:focus,.ha-carousel .slick-next:hover,.ha-carousel .slick-prev:focus,.ha-carousel .slick-prev:hover,.ha-slider .slick-next:focus,.ha-slider .slick-next:hover,.ha-slider .slick-prev:focus,.ha-slider .slick-prev:hover{background-color:#fff;color:#8c8c8c}.ha-carousel .slick-next:before,.ha-carousel .slick-prev:before,.ha-slider .slick-next:before,.ha-slider .slick-prev:before{display:none;content:""}.ha-carousel .slick-next>svg,.ha-carousel .slick-prev>svg,.ha-slider .slick-next>svg,.ha-slider .slick-prev>svg{width:auto;height:1em;fill:currentColor}.ha-carousel .slick-disabled,.ha-slider .slick-disabled{opacity:.7}.ha-carousel .slick-prev,.ha-slider .slick-prev{left:25px}.ha-carousel .slick-next,.ha-slider .slick-next{right:25px}.ha-carousel .slick-dots,.ha-slider .slick-dots{bottom:-40px}.ha-carousel .slick-dots li,.ha-slider .slick-dots li{margin-right:2px;margin-left:2px}.ha-carousel .slick-dots li button:focus,.ha-carousel .slick-dots li button:hover,.ha-slider .slick-dots li button:focus,.ha-slider .slick-dots li button:hover{background-color:transparent}.ha-carousel .slick-dots li button:before,.ha-slider .slick-dots li button:before{color:#1b1b1b;opacity:1}.ha-carousel .slick-dots .slick-active button:before,.ha-carousel .slick-dots li button:hover:before,.ha-slider .slick-dots .slick-active button:before,.ha-slider .slick-dots li button:hover:before{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ha-carousel .slick-next,.ha-carousel .slick-prev{width:2.66em;height:2.66em}.ha-slider .slick-next,.ha-slider .slick-prev{width:3.33em;height:3.33em}.ha-carousel .slick-slider:not(.slick-vertical) .slick-slide{padding-right:5px;padding-left:5px}.ha-carousel .slick-slider.slick-vertical .slick-slide{padding-top:5px;padding-bottom:5px}.ha-slick-item{position:relative;display:inline-block;overflow:hidden;vertical-align:bottom}.ha-slick-content{position:absolute;bottom:0;padding:1.5rem;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.3)));background:-webkit-linear-gradient(transparent,rgba(0,0,0,.3));background:linear-gradient(transparent,rgba(0,0,0,.3))}.ha-slick-title{display:block;margin-top:0;margin-bottom:.2rem;color:#fff;font-size:20px}.ha-slick-subtitle{margin:0;color:#fff}
|
38 |
+
.ha-social-icons-wrapper,.ha-social-icons-wrapper a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-social-icons-wrapper a{padding:15px;border-radius:4px;color:#fff;font-size:30px;-webkit-transition:all .3s;transition:all .3s}a.ha-social-icon:hover{position:relative;z-index:1;background:#e2498a}a.ha-social-icon:after,a.ha-social-icon:before{border-radius:inherit}.ha-social-icons-wrapper a.elementor-social-icon-label{color:#d30c5c}.ha-social-icon:not(:last-child){margin-right:2px}.ha-social-icon i{position:relative;display:initial;width:1em;height:1em}.ha-social-icon-label{margin:0 0 0 10px;width:100%;height:100%;font-size:18px;line-height:1}.elementor-social-icon-label .ha-social-icon-label{margin-left:0}.elementor-element-edit-mode .ha-social-icon-sticky{z-index:9999}.ha-social-icons:not(.elementor-element-edit-mode) .ha-social-icon-sticky{position:fixed}.ha-social-icon-separator{margin-right:10px}.ha-separator--stroke .ha-social-icon-separator{width:1px;height:1em;background:#d30c5c}.ha-separator--custom .ha-social-icon-separator{color:#d30c5c;font-size:24px}.ha-social-icon-separator:last-child{display:none}
|
39 |
+
.ha-social-share .ha-share-buttons{display:block;padding:0;list-style:none}.ha-social-share .ha-share-buttons .ha-share-button{display:inline-block;margin:0 10px 0 0}.ha-social-share .ha-share-buttons .ha-share-button:last-child{margin:0}.ha-social-share .ha-share-button .ha-share-network{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:15px 20px;background-color:#5636d1;color:#fff;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.ha-social-share .ha-share-button .ha-share-network i{width:1em;height:1em}.ha-social-share .ha-share-button .ha-share-network:hover{background-color:#e2498a;color:#fff}.ha-social-share .ha-share-label{padding-left:10px}.ha-social-share.ha-separator-yes .ha-share-network i{margin-right:10px}.ha-social-share.ha-separator-yes .ha-share-label{border-left:1px solid #fff}@media (max-width:767px){.ha-social-share .ha-share-buttons .ha-share-button{margin:0 0 10px}}
|
40 |
+
.ha-step-flow{--ha-stepflow-direction-origin-x:calc(-1 * ((var(--ha-stepflow-icon-size, 46px) / 2) + var(--ha-stepflow-icon-padding, 40px) + var(--ha-stepflow-direction-offset-x, 20px)))}.ha-step-flow>.elementor-widget-container{padding:25px;text-align:center}.ha-step-arrow,.ha-step-arrow:after{position:absolute;display:inline-block;border-top:1px solid #ddd}.ha-step-arrow{top:49%;left:calc(100% + 20px);width:100px;-webkit-transform:rotate(var(--ha-stepflow-direction-angle, 0));-ms-transform:rotate(var(--ha-stepflow-direction-angle, 0));transform:rotate(var(--ha-stepflow-direction-angle, 0));-webkit-transform-origin:var(--ha-stepflow-direction-origin-x) center;-ms-transform-origin:var(--ha-stepflow-direction-origin-x) center;transform-origin:var(--ha-stepflow-direction-origin-x) center}.ha-step-arrow:after{top:-2px;right:5px;width:12px;height:12px;border-right:1px solid #ddd;color:#ddd;content:"";-webkit-transform:rotate(45deg) translateY(-50%);-ms-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%)}.ha-steps-icon{position:relative;display:inline-block;margin-bottom:2rem;padding:40px;border-radius:50%;background-color:#e9ecf0;color:#8056ee;text-align:center;font-size:46px}.ha-steps-icon i,.ha-steps-icon svg{position:relative;display:block;width:1em;height:1em;fill:currentColor}.ha-steps-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-steps-icon .ha-steps-label{position:absolute;top:5px;right:0;overflow:hidden;padding:8px 10px;max-width:200%;border:3px solid #fff;border-radius:20px;background-color:#8056ee;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1}.ha-steps-title{display:block;margin-top:0;margin-bottom:30px;font-weight:700;font-size:16px;line-height:1.2}.ha-steps-title a{display:block;color:#562dd4}.ha-steps-title a:hover{color:#242424}.ha-step-description{margin:0;color:#616161;font-weight:400;font-size:16px;line-height:1.5}
|
41 |
+
.ha-taxonomy-list{margin:0;padding:0;list-style:none}.ha-taxonomy-list.ha-taxonomy-list-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-taxonomy-list .ha-taxonomy-list-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 0 10px;padding:0}.ha-taxonomy-list.ha-taxonomy-list-inline .ha-taxonomy-list-item{margin-right:21px}.ha-taxonomy-list .ha-taxonomy-list-item:last-child,.ha-taxonomy-list.ha-taxonomy-list-inline .ha-taxonomy-list-item:last-child{margin-right:0;margin-bottom:0}.ha-taxonomy-list .ha-taxonomy-list-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;width:100%}.ha-taxonomy-list-title{display:block;margin-top:0;margin-bottom:0;color:#242424;font-size:1rem;-webkit-transition:all .4s;transition:all .4s}.ha-taxonomy-list .ha-taxonomy-list-item a:hover .ha-taxonomy-list-title{color:#e04d8b}.ha-taxonomy-list span.ha-taxonomy-list-icon{margin-right:8px;color:#242424;font-size:14px}.ha-taxonomy-list span.ha-taxonomy-list-icon svg{display:block;width:auto;height:1em}.ha-taxonomy-list span.ha-taxonomy-list-image{margin-right:15px;line-height:1}.ha-taxonomy-list span.ha-taxonomy-list-image img{width:50px;-o-object-fit:cover;object-fit:cover}
|
42 |
+
.ha-testimonial--basic>.elementor-widget-container{padding:25px;border:1px solid #ececec;border-radius:5px}.ha-testimonial--basic .ha-testimonial__content{margin-bottom:25px}.ha-testimonial--bubble .ha-testimonial__content{position:relative;margin-bottom:25px;padding:25px;border-radius:6px;background-color:#fff;-webkit-box-shadow:0 .2rem 2.8rem rgba(36,36,36,.1);box-shadow:0 .2rem 2.8rem rgba(36,36,36,.1);line-height:1.6}.ha-testimonial--bubble .ha-testimonial__content:after{position:absolute;bottom:-14px;color:#fff;content:"\e911";font-style:normal;font-size:36px;font-family:"Happy Icons";-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ha-testimonial--left.ha-testimonial--bubble .ha-testimonial__content:after{left:15px}.ha-testimonial--center.ha-testimonial--bubble .ha-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) rotate(-180deg);-ms-transform:translateX(-50%) rotate(-180deg);transform:translateX(-50%) rotate(-180deg)}.ha-testimonial--right.ha-testimonial--bubble .ha-testimonial__content:after{right:15px}.ha-testimonial__reviewer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ha-testimonial__reviewer-thumb{-webkit-box-flex:0;-webkit-flex:0 0 65px;-ms-flex:0 0 65px;flex:0 0 65px;max-width:65px;height:65px}.ha-testimonial__reviewer-thumb img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.ha-testimonial__reviewer-name{margin-bottom:10px;color:#562dd4;font-weight:700;font-size:18px}.ha-testimonial__reviewer-title{color:#8c8c8c;font-size:16px}.ha-testimonial--left .ha-testimonial__reviewer-meta{padding-left:25px}.ha-testimonial--center .ha-testimonial__reviewer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-testimonial--center .ha-testimonial__reviewer-meta{padding-top:15px;max-width:100%}.ha-testimonial--left .ha-testimonial__reviewer-meta,.ha-testimonial--right .ha-testimonial__reviewer-meta{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 65px);-ms-flex:0 0 calc(100% - 65px);flex:0 0 calc(100% - 65px);max-width:calc(100% - 65px)}.ha-testimonial--right .ha-testimonial__reviewer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-testimonial--right .ha-testimonial__reviewer-meta{padding-right:25px}
|
43 |
+
.ha-threesixty-rotation-inner{overflow:hidden;background:0 0}.ha-threesixty-rotation-inner img{cursor:move;-o-object-fit:cover;object-fit:cover}.ha-img-magnifier-glass{position:absolute;width:200px;height:200px;border:3px solid #000;border-radius:50%;cursor:none}span.ha-threesixty-rotation-magnify{position:absolute;top:15px;right:15px;display:inline-block;font-size:22px;line-height:1}.ha-threesixty-rotation-autoplay{display:none}.ha-threesixty-rotation-autoplay-button button{display:inline-block;padding:.4rem 2rem;outline:0;border-radius:40px;background-color:#e2498a;color:#fff;text-decoration:none;text-transform:uppercase;font-size:24px;-webkit-transition:all .3s;transition:all .3s}.ha-threesixty-rotation-autoplay-button button:focus{outline:0}.ha-threesixty-rotation-autoplay-button button:hover{outline:0;background-color:#562dd4;color:#fff}.ha-threesixty-rotation-360img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;margin:auto;width:100px;height:100px;border-radius:50%;background-color:rgba(38,39,39,.5);background-position:50% 50%;background-size:contain;background-repeat:no-repeat;-webkit-box-shadow:rgba(255,255,255,.5) 0 0 4px;box-shadow:rgba(255,255,255,.5) 0 0 4px;color:#505050;text-align:center;line-height:100px;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
|
44 |
+
.ha-twitter-feed .ha-tweeter-feed-icon i{position:absolute;top:15px;right:15px;color:#1da1f2;font-size:22px}.ha-twitter-feed .ha-tweet-items{display:grid;grid-gap:30px}.ha-twitter-feed .ha-tweet-item{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.1);box-shadow:1px 1px 8px 1px rgba(0,0,0,.1)}.ha-twitter-feed .ha-tweet-content:before,.ha-twitter-feed .ha-tweet-item:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-twitter-feed .ha-tweet-inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:30px 10px}.ha-twitter-feed .ha-tweet-author,.ha-twitter-feed .ha-tweet-inner-wrapper,.ha-twitter-feed .ha-tweet-user{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-twitter-feed .ha-tweet-author{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:10px}.ha-twitter-feed .ha-tweet-avatar{width:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.ha-twitter-feed .ha-tweet-user{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-twitter-feed .ha-tweet-author-name,.ha-twitter-feed .ha-tweet-content p a:hover{color:#e2498a}.ha-twitter-feed .ha-tweet-author-name:hover,.ha-twitter-feed .ha-tweet-content p a{color:#562dd4}.ha-twitter-feed .ha-tweet-username{color:#a7a7a7}.ha-twitter-feed .ha-tweet-username:hover{color:#818181}.ha-twitter-feed .ha-tweet-content{position:relative;color:#222}.ha-twitter-feed .ha-tweet-content p{margin-bottom:5px}.ha-twitter-feed .ha-tweet-footer{position:absolute;bottom:15px;left:0;padding:0 15px;width:100%;text-align:right}.ha-twitter-feed .ha-tweet-date{color:#a7a7a7}.ha-twitter-feed .ha-tweet-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around;padding:15px}.ha-twitter-feed .ha-tweet-favorite,.ha-twitter-feed .ha-tweet-retweet{display:inline-block;color:#a7a7a7}.ha-twitter-feed .ha-tweet-favorite{margin-right:12px}.ha-twitter-feed .ha-twitter-load-more-wrapper{margin-top:30px;text-align:center}.ha-twitter-feed .ha-twitter-load-more{display:inline-block;padding:10px 25px;outline:0;border:0;border-radius:50px;background-color:#302a8c;color:#fff;text-align:center;font-weight:400;font-size:16px;-webkit-transition:all .3s;transition:all .3s}.ha-twitter-feed .ha-twitter-load-more:hover{background-color:#e2498a}.ha-twitter-feed .ha-tweet-error-message{padding:20px;border-left:4px solid #ff7726;background-color:#fff9f5}.ha-twitter-feed.ha-twitter-left .ha-tweet-avatar{margin-right:15px}.ha-twitter-feed.ha-twitter-left .ha-tweet-content{text-align:left}.ha-twitter-feed.ha-twitter-center .ha-tweet-author{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ha-twitter-feed.ha-twitter-center .ha-tweet-content{text-align:center}.ha-twitter-feed.ha-twitter-right .ha-tweeter-feed-icon i{right:auto;left:5px;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.ha-twitter-feed.ha-twitter-right .ha-tweet-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ha-twitter-feed.ha-twitter-right .ha-tweet-content{text-align:right}.ha-twitter-feed.ha-twitter-user-bottom .ha-tweet-inner-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.ha-twitter-feed.ha-twitter-user-bottom .ha-tweet-author{margin-top:10px;margin-bottom:0}.ha-twitter-feed.ha-tweet-glassy-yes .ha-tweet-content:before{background-color:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
|
trunk/assets/css/main.min.css
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.ha-badge{padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;line-height:1;-webkit-transform:translate(var(--ha-badge-translate-x),var(--ha-badge-translate-y));-ms-transform:translate(var(--ha-badge-translate-x),var(--ha-badge-translate-y));transform:translate(var(--ha-badge-translate-x),var(--ha-badge-translate-y));--ha-badge-translate-x:0;--ha-badge-translate-y:0}.ha-badge--top-left{top:25px;left:25px}.ha-badge--top-center{top:25px;left:50%;--ha-badge-translate-x:-50%}.ha-badge--top-right{top:25px;right:25px}.ha-badge--middle-center,.ha-badge--middle-left{top:50%;left:25px;--ha-badge-translate-x:-50%}.ha-badge--middle-center{left:50%;--ha-badge-translate-y:-50%}.ha-badge--middle-right{top:50%;right:25px;--ha-badge-translate-y:-50%}.ha-badge--bottom-left{bottom:25px;left:25px}.ha-badge--bottom-center{bottom:25px;left:50%;--ha-badge-translate-x:-50%}.ha-badge--bottom-right{right:25px;bottom:25px}
|
2 |
+
.ha-btn{display:inline-block;max-width:100%;vertical-align:middle;text-align:center;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s;transition:all .3s}.ha-btn:not(.ha-btn--link){padding:15px 25px;border-radius:5px;background-color:#562dd4;color:#fff}.ha-btn:not(.ha-btn--link):focus,.ha-btn:not(.ha-btn--link):hover{background-color:#e2498a}.ha-btn.ha-btn--link{color:#562dd4}.ha-btn.ha-btn--link:focus,.ha-btn.ha-btn--link:hover{color:#e2498a}.ha-btn-icon+.ha-btn-text,.ha-btn-text+.ha-btn-icon{margin-left:5px}.ha-btn-icon--svg{display:inline-block}.ha-btn-icon--svg svg{width:auto;height:1em;fill:currentColor}
|
3 |
+
.ha-card{--ha-card-body-width-left:calc(100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x)));--ha-card-body-width-right:calc(100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x));--ha-card-image-offset-x:calc(1px - 1px);--ha-card-image-offset-y:calc(1px - 1px);--ha-card-image-width:100%}.ha-card>.elementor-widget-container{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 3px 40px rgba(36,36,36,.1);box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-card-figure{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-image-width);-ms-flex:0 0 var(--ha-card-image-width);flex:0 0 var(--ha-card-image-width);max-width:var(--ha-card-image-width);width:100%;height:250px;-webkit-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));-ms-transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y));transform:translate(var(--ha-card-image-offset-x),var(--ha-card-image-offset-y))}.ha-card-figure img{width:100%;height:100%;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}.ha-card-figure .ha-badge{position:absolute}.ha-card-body{padding:25px}.ha-card-title{margin-top:0;margin-bottom:10px;color:#151515;font-weight:700;font-size:22px}.ha-card-text{margin-bottom:25px;color:#616161;font-size:16px;line-height:1.7}.ha-card-text>p{margin-top:0;margin-bottom:0}.ha-card--top .ha-card-figure{display:inline-block}.ha-card--top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--top .ha-card-body{margin-top:var(--ha-card-image-offset-y);max-width:initial;width:100%}.ha-card.ha-card--left,.ha-card.ha-card--right{--ha-card-image-width:50%}.ha-card--left>.elementor-widget-container,.ha-card--right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--left .ha-card-body,.ha-card--right .ha-card-body{padding:35px}.ha-card--left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--right .ha-card-figure img{border-radius:0 5px 5px 0}@media (max-width:1024px){.ha-card--tablet-top .ha-card-figure{display:inline-block}.ha-card--tablet-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--tablet-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--tablet-left>.elementor-widget-container,.ha-card--tablet-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--tablet-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--tablet-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--tablet-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--tablet-right .ha-card-figure img{border-radius:0 5px 5px 0}}@media (max-width:767px){.ha-card--mobile-top .ha-card-figure{display:inline-block}.ha-card--mobile-top .ha-card-figure img{border-radius:5px 5px 0 0}.ha-card--mobile-top .ha-card-body{margin-top:var(--ha-card-image-offset-y);padding:25px;max-width:initial;width:100%}.ha-card--mobile-left>.elementor-widget-container,.ha-card--mobile-right>.elementor-widget-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-card--mobile-left .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-left);-ms-flex:0 0 var(--ha-card-body-width-left);flex:0 0 var(--ha-card-body-width-left);margin-left:var(--ha-card-image-offset-x);max-width:var(--ha-card-body-width-left)}.ha-card--mobile-left .ha-card-figure img{border-radius:5px 0 0 5px}.ha-card--mobile-right .ha-card-body{-webkit-box-flex:0;-webkit-flex:0 0 var(--ha-card-body-width-right);-ms-flex:0 0 var(--ha-card-body-width-right);flex:0 0 var(--ha-card-body-width-right);margin-right:calc(-1*var(--ha-card-image-offset-x));max-width:var(--ha-card-body-width-right)}.ha-card--mobile-right .ha-card-figure img{border-radius:0 5px 5px 0}}
|
4 |
+
@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.ha-cig,.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.ha-cig{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ha-cig-item{position:relative;display:inline-block;border-radius:100%;text-decoration:none;line-height:100%}.ha-cig-item a.ha-cig-item-outline,.ha-cig-item-outline{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item .fw-svg-wrap,.ha-cig-item i,.ha-cig-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100%;width:60px;height:60px;border:3px solid #fff;border-radius:50%;background:#fff;-webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);transition:all .4s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.ha-cig-item:not(:first-child){margin-left:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.ha-cig-item:not(:last-child){margin-right:5px}.ha-cig:hover .ha-cig-item{margin-left:0}[tooltip]{position:relative}[tooltip]::after,[tooltip]::before{position:absolute;display:none;text-transform:none;font-size:.8em;line-height:1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[tooltip]::before{z-index:1001;border:5px solid transparent;content:""}[tooltip]::after{z-index:1000;overflow:hidden;padding:1ch 1.5ch;min-width:3em;max-width:21em;border-radius:.3ch;background:#333;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-family:Helvetica,sans-serif}[tooltip]:hover::after,[tooltip]:hover::before{display:block}[tooltip=""]::after,[tooltip=""]::before{display:none!important}[tooltip]:not([flow])::before,[tooltip][flow^=up]::before{bottom:100%;border-top-color:var(--caret-color, #333);border-bottom-width:0}[tooltip]:not([flow])::after,[tooltip][flow^=up]::after{bottom:calc(100% + 5px)}[tooltip]:not([flow])::after,[tooltip]:not([flow])::before,[tooltip][flow^=up]::after,[tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[tooltip][flow^=down]::before{top:100%;border-top-width:0;border-bottom-color:var(--caret-color, #333)}[tooltip][flow^=down]::after{top:calc(100% + 5px)}[tooltip][flow^=down]::after,[tooltip][flow^=down]::before{left:50%;-webkit-transform:translate(-50%,.5em);-ms-transform:translate(-50%,.5em);transform:translate(-50%,.5em)}[tooltip][flow^=left]::after,[tooltip][flow^=left]::before{top:50%;-webkit-transform:translate(-.5em,-50%);-ms-transform:translate(-.5em,-50%);transform:translate(-.5em,-50%)}[tooltip][flow^=left]::before{left:calc(0em - 5px);border-right-width:0;border-left-color:var(--caret-color, #333)}[tooltip][flow^=left]::after{right:calc(100% + 5px)}[tooltip][flow^=right]::after,[tooltip][flow^=right]::before{top:50%;-webkit-transform:translate(.5em,-50%);-ms-transform:translate(.5em,-50%);transform:translate(.5em,-50%)}[tooltip][flow^=right]::before{right:calc(0em - 5px);border-right-color:var(--caret-color, #333);border-left-width:0}[tooltip][flow^=right]::after{left:calc(100% + 5px)}[tooltip]:not([flow]):hover::after,[tooltip]:not([flow]):hover::before,[tooltip][flow^=down]:hover::after,[tooltip][flow^=down]:hover::before,[tooltip][flow^=up]:hover::after,[tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards}[tooltip][flow^=left]:hover::after,[tooltip][flow^=left]:hover::before,[tooltip][flow^=right]:hover::after,[tooltip][flow^=right]:hover::before{-webkit-animation:tooltips-horz 300ms ease-out forwards;animation:tooltips-horz 300ms ease-out forwards}
|
5 |
+
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unse
|