Version Description
29 September 2021 =
Fix: Setup wizard asset loading
Fix: Resolved an unexpected warning in admin area while debugging is enabled.
Fix: Missing Template Engine icon in Elementor Editor.
Fix: Icon Box widget Badge z-index reduced
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.2.2 |
Comparing to | |
See all releases |
Code changes from version 3.2.1 to 3.2.2
- assets/admin/js/template-library.min.js +1 -1
- assets/css/main.css +21 -21
- assets/css/main.min.css +21 -21
- assets/css/widgets/card.min.css +1 -1
- assets/css/widgets/circle-image-group.min.css +1 -1
- assets/css/widgets/common.min.css +1 -1
- assets/css/widgets/data-table.min.css +1 -1
- assets/css/widgets/flip-box.min.css +1 -1
- assets/css/widgets/fun-factor.min.css +1 -1
- assets/css/widgets/horizontal-timeline.min.css +1 -1
- assets/css/widgets/icon-box.min.css +1 -1
- assets/css/widgets/image-grid.min.css +1 -1
- assets/css/widgets/image-hover-effect.min.css +1 -1
- assets/css/widgets/infobox.min.css +1 -1
- assets/css/widgets/justified-gallery.min.css +1 -1
- assets/css/widgets/logo-grid.min.css +1 -1
- assets/css/widgets/member.min.css +1 -1
- assets/css/widgets/post-list.min.css +1 -1
- assets/css/widgets/post-tab.min.css +1 -1
- assets/css/widgets/review.min.css +1 -1
- assets/css/widgets/taxonomy-list.min.css +1 -1
- assets/css/widgets/testimonial.min.css +1 -1
- assets/css/widgets/threesixty-rotation.min.css +1 -1
- assets/css/widgets/twitter-feed.min.css +1 -1
- changelog.txt +613 -606
- classes/api-handler.php +1 -1
- classes/dashboard-widgets.php +1 -1
- classes/dashboard.php +19 -15
- plugin.php +2 -2
- readme.txt +878 -987
assets/admin/js/template-library.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"use strict";function _typeof(e){"@babel/helpers - typeof";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(e,t,i){var a={Views:{},Models:{},Collections:{},Behaviors:{},Layout:null,Manager:null};a.Models.Template=Backbone.Model.extend({defaults:{template_id:0,title:"",type:"",thumbnail:"",url:"",tags:[],isPro:!1}}),a.Collections.Template=Backbone.Collection.extend({model:a.Models.Template}),a.Behaviors.InsertTemplate=Marionette.Behavior.extend({ui:{insertButton:".haTemplateLibrary__insert-button"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){i.library.insertTemplate({model:this.view.model})}}),a.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 i.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)}}),a.Views.Loading=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__loading",id:"haTemplateLibrary__loading"}),a.Views.Logo=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-logo",className:"haTemplateLibrary__header-logo",templateHelpers:function(){return{title:this.getOption("title")}}}),a.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(){i.library.showTemplatesView()}}),a.Views.Menu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu",id:"elementor-template-library-header-menu",className:"haTemplateLibrary__header-menu",templateHelpers:function(){return i.library.getTabs()},ui:{menuItem:".elementor-template-library-menu-item"},events:{"click @ui.menuItem":"onMenuItemClick"},onMenuItemClick:function(e){i.library.setFilter("tags",""),i.library.setFilter("text",""),i.library.setFilter("type",e.currentTarget.dataset.tab,!0),i.library.showTemplatesView()}}),a.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(t){var a=e(t.currentTarget),n=a.data("tab");i.library.channels.tabs.trigger("change:device",n,a)}}),a.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"),i.library.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),i.library.updateBlocksView()},forceUpdate:!0,forceSync:!0})}}),a.Views.InsertWrapper=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-insert",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:a.Behaviors.InsertTemplate}}}),a.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 a.Views.Loading).render();this.$el.append(t.el),this.ui.iframe.on("load",function(){e.$el.find("#haTemplateLibrary__loading").remove(),e.ui.iframe.show()})}}),a.Views.TemplateCollection=Marionette.CompositeView.extend({template:"#tmpl-haTemplateLibrary__templates",id:"haTemplateLibrary__templates",className:function(){return"haTemplateLibrary__templates haTemplateLibrary__templates--"+i.library.getFilter("type")},childViewContainer:"#haTemplateLibrary__templates-list",emptyView:function(){return new a.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 a.Views.Template},initialize:function(){this.listenTo(i.library.channels.templates,"filter:change",this._renderChildren)},filter:function(e){var t=i.library.getFilterTerms(),a=!0;return _.each(t,function(t,n){var r=i.library.getFilter(n);if(r&&t.callback){var o=t.callback.call(e,r);return o||(a=!1),o}}),a},setMasonrySkin:function(){if("section"===i.library.getFilter("type")){var 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=i.library.getFilter("type"),t=this.children.length;text="<b>"+t+"</b>",text+="section"===e?" block":" "+e,t>1&&(text+="s"),text+=" found",this.ui.counter.html(text)},onTextFilterInput:function(){var e=this;_.defer(function(){i.library.setFilter("text",e.ui.textFilter.val())})},onTagsFilterClick:function(t){var a=e(t.currentTarget),n=a.data("tag");i.library.setFilter("tags",n),a.addClass("active").siblings().removeClass("active"),n=n?i.library.getTags()[n]:"Filter",this.ui.filterBar.find(".haTemplateLibrary__filter-btn").html(n+' <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()}}),a.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:a.Behaviors.InsertTemplate}},onPreviewButtonClick:function(){i.library.showPreviewView(this.model)}}),a.Modal=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"haTemplateLibrary__modal",hide:{onOutsideClick:!1,onEscKeyPress:!0,onBackgroundClick:!1}}},getTemplateActionButton:function(e){var t=e.isPro&&!HappyAddonsEditor.hasPro?"pro-button":"insert-button";return viewId="#tmpl-haTemplateLibrary__"+t,template=Marionette.TemplateCache.get(viewId),Marionette.Renderer.render(template)},showLogo:function(e){this.getHeaderView().logoArea.show(new a.Views.Logo(e))},showDefaultHeader:function(){this.showLogo({title:"TEMPLATES"});var e=this.getHeaderView();e.tools.show(new a.Views.Actions),e.menuArea.show(new a.Views.Menu)},showPreviewView:function(e){var t=this.getHeaderView();t.menuArea.show(new a.Views.ResponsiveMenu),t.logoArea.show(new a.Views.BackButton),t.tools.show(new a.Views.InsertWrapper({model:e})),this.modalContent.show(new a.Views.Preview({url:e.get("url")}))},showTemplatesView:function(e){this.showDefaultHeader(),this.modalContent.show(new a.Views.TemplateCollection({collection:e}))}}),a.Manager=function(){function i(){var i=e(this).closest(".elementor-top-section"),a=i.data("id"),n=t.documents.getCurrent().container.children,r=i.prev(".elementor-add-section");n&&_.each(n,function(e,t){a===e.id&&(p.atIndex=t)}),r.find(".elementor-add-ha-button").length||r.find(FIND_SELECTOR).before($openLibraryButton)}function n(e){var t=e.find(FIND_SELECTOR);t.length&&!e.find(".elementor-add-ha-button").length&&t.before($openLibraryButton),e.on("click.onAddElement",".elementor-editor-section-settings .elementor-editor-element-add",i)}function r(t,i){i.addClass("elementor-active").siblings().removeClass("elementor-active");var a=devicesResponsiveMap[t]||devicesResponsiveMap.desktop;e(".haTemplateLibrary__preview").css("width",a)}function o(){var e=window.elementor.$previewContents,t=setInterval(function(){n(e),e.find(".elementor-add-new-section").length>0&&clearInterval(t)},100);e.on("click.onAddTemplateButton",".elementor-add-ha-button",p.showModal.bind(p)),this.channels.tabs.on("change:device",r)}var l,s,c,d,m,p=this;FIND_SELECTOR=".elementor-add-new-section .elementor-add-section-drag-title",$openLibraryButton='<div class="elementor-add-section-area-button elementor-add-ha-button"> <i class="hm hm-happyaddons"></i> </div>',devicesResponsiveMap={desktop:"100%",tab:"768px",mobile:"360px"},this.atIndex=-1,this.channels={tabs:Backbone.Radio.channel("tabs"),templates:Backbone.Radio.channel("templates")},this.updateBlocksView=function(){p.setFilter("tags","",!0),p.setFilter("text","",!0),p.getModal().showTemplatesView(d)},this.setFilter=function(e,t,i){p.channels.templates.reply("filter:"+e,t),i||p.channels.templates.trigger("filter:change")},this.getFilter=function(e){return p.channels.templates.request("filter:"+e)},this.getFilterTerms=function(){return{tags:{callback:function(e){return _.any(this.get("tags"),function(t){return t.indexOf(e)>=0})}},text:{callback:function(e){return e=e.toLowerCase(),this.get("title").toLowerCase().indexOf(e)>=0||_.any(this.get("tags"),function(t){return t.indexOf(e)>=0})}},type:{callback:function(e){return this.get("type")===e}}}},this.showModal=function(){p.getModal().showModal(),p.showTemplatesView()},this.closeModal=function(){this.getModal().hideModal()},this.getModal=function(){return l||(l=new a.Modal),l},this.init=function(){p.setFilter("type","section",!0),t.on("preview:loaded",o.bind(this))},this.getTabs=function(){var e=this.getFilter("type");return tabs={section:{title:"Blocks"},page:{title:"Pages"}},_.each(tabs,function(t,i){e===i&&(tabs[e].active=!0)}),{tabs:tabs}},this.getTags=function(){return s},this.getTypeTags=function(){var e=p.getFilter("type");return c[e]},this.showTemplatesView=function(){p.setFilter("tags","",!0),p.setFilter("text","",!0),d?p.getModal().showTemplatesView(d):p.loadTemplates(function(){p.getModal().showTemplatesView(d)})},this.showPreviewView=function(e){p.getModal().showPreviewView(e)},this.loadTemplates=function(e){p.requestLibraryData({onBeforeUpdate:p.getModal().showLoadingView.bind(p.getModal()),onUpdate:function(){p.getModal().hideLoadingView(),e&&e()}})},this.requestLibraryData=function(e){if(d&&!e.forceUpdate)return void(e.onUpdate&&e.onUpdate());e.onBeforeUpdate&&e.onBeforeUpdate();var t={data:{},success:function(t){d=new a.Collections.Template(t.templates),t.tags&&(s=t.tags),t.type_tags&&(c=t.type_tags),e.onUpdate&&e.onUpdate()}};e.forceSync&&(t.data.sync=!0),elementorCommon.ajax.addRequest("get_ha_library_data",t)},this.requestTemplateData=function(e,t){var i={unique_id:e,data:{edit_mode:!0,display:!0,template_id:e}};t&&jQuery.extend(!0,i,t),elementorCommon.ajax.addRequest("get_ha_template_data",i)},this.insertTemplate=function(e){var t=e.model,i=this;i.getModal().showLoadingView(),i.requestTemplateData(t.get("template_id"),{success:function(e){i.getModal().hideLoadingView(),i.getModal().hideModal();var a={};-1!==i.atIndex&&(a.at=i.atIndex),$e.run("document/elements/import",{model:t,data:e,options:a}),i.atIndex=-1},error:function(e){i.showErrorDialog(e)},complete:function(e){i.getModal().hideLoadingView(),window.elementor.$previewContents.find(".elementor-add-section .elementor-add-section-close").click()}})},this.showErrorDialog=function(e){if("object"===_typeof(e)){var t="";_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t}else e?e+=".":e="<i><The error message is empty></i>";p.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 m||(m=elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:"An error occurred"})),m}},i.library=new a.Manager,i.library.init(),window.ha=i}(jQuery,window.elementor,window.ha||{});
|
1 |
+
"use strict";function _typeof(e){"@babel/helpers - typeof";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(e,t,i){var a={Views:{},Models:{},Collections:{},Behaviors:{},Layout:null,Manager:null};a.Models.Template=Backbone.Model.extend({defaults:{template_id:0,title:"",type:"",thumbnail:"",url:"",tags:[],isPro:!1}}),a.Collections.Template=Backbone.Collection.extend({model:a.Models.Template}),a.Behaviors.InsertTemplate=Marionette.Behavior.extend({ui:{insertButton:".haTemplateLibrary__insert-button"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){i.library.insertTemplate({model:this.view.model})}}),a.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 i.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)}}),a.Views.Loading=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__loading",id:"haTemplateLibrary__loading"}),a.Views.Logo=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-logo",className:"haTemplateLibrary__header-logo",templateHelpers:function(){return{title:this.getOption("title")}}}),a.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(){i.library.showTemplatesView()}}),a.Views.Menu=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-menu",id:"elementor-template-library-header-menu",className:"haTemplateLibrary__header-menu",templateHelpers:function(){return i.library.getTabs()},ui:{menuItem:".elementor-template-library-menu-item"},events:{"click @ui.menuItem":"onMenuItemClick"},onMenuItemClick:function(e){i.library.setFilter("tags",""),i.library.setFilter("text",""),i.library.setFilter("type",e.currentTarget.dataset.tab,!0),i.library.showTemplatesView()}}),a.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(t){var a=e(t.currentTarget),n=a.data("tab");i.library.channels.tabs.trigger("change:device",n,a)}}),a.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"),i.library.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),i.library.updateBlocksView()},forceUpdate:!0,forceSync:!0})}}),a.Views.InsertWrapper=Marionette.ItemView.extend({template:"#tmpl-haTemplateLibrary__header-insert",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:a.Behaviors.InsertTemplate}}}),a.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 a.Views.Loading).render();this.$el.append(t.el),this.ui.iframe.on("load",function(){e.$el.find("#haTemplateLibrary__loading").remove(),e.ui.iframe.show()})}}),a.Views.TemplateCollection=Marionette.CompositeView.extend({template:"#tmpl-haTemplateLibrary__templates",id:"haTemplateLibrary__templates",className:function(){return"haTemplateLibrary__templates haTemplateLibrary__templates--"+i.library.getFilter("type")},childViewContainer:"#haTemplateLibrary__templates-list",emptyView:function(){return new a.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 a.Views.Template},initialize:function(){this.listenTo(i.library.channels.templates,"filter:change",this._renderChildren)},filter:function(e){var t=i.library.getFilterTerms(),a=!0;return _.each(t,function(t,n){var r=i.library.getFilter(n);if(r&&t.callback){var o=t.callback.call(e,r);return o||(a=!1),o}}),a},setMasonrySkin:function(){if("section"===i.library.getFilter("type")){var 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=i.library.getFilter("type"),t=this.children.length,a="<b>"+t+"</b>";a+="section"===e?" block":" "+e,t>1&&(a+="s"),a+=" found",this.ui.counter.html(a)},onTextFilterInput:function(){var e=this;_.defer(function(){i.library.setFilter("text",e.ui.textFilter.val())})},onTagsFilterClick:function(t){var a=e(t.currentTarget),n=a.data("tag");i.library.setFilter("tags",n),a.addClass("active").siblings().removeClass("active"),n=n?i.library.getTags()[n]:"Filter",this.ui.filterBar.find(".haTemplateLibrary__filter-btn").html(n+' <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()}}),a.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:a.Behaviors.InsertTemplate}},onPreviewButtonClick:function(){i.library.showPreviewView(this.model)}}),a.Modal=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"haTemplateLibrary__modal",hide:{onOutsideClick:!1,onEscKeyPress:!0,onBackgroundClick:!1}}},getTemplateActionButton:function(e){var t=e.isPro&&!HappyAddonsEditor.hasPro?"pro-button":"insert-button",i="#tmpl-haTemplateLibrary__"+t,a=Marionette.TemplateCache.get(i);return Marionette.Renderer.render(a)},showLogo:function(e){this.getHeaderView().logoArea.show(new a.Views.Logo(e))},showDefaultHeader:function(){this.showLogo({title:"TEMPLATES"});var e=this.getHeaderView();e.tools.show(new a.Views.Actions),e.menuArea.show(new a.Views.Menu)},showPreviewView:function(e){var t=this.getHeaderView();t.menuArea.show(new a.Views.ResponsiveMenu),t.logoArea.show(new a.Views.BackButton),t.tools.show(new a.Views.InsertWrapper({model:e})),this.modalContent.show(new a.Views.Preview({url:e.get("url")}))},showTemplatesView:function(e){this.showDefaultHeader(),this.modalContent.show(new a.Views.TemplateCollection({collection:e}))}}),a.Manager=function(){function i(){var i=e(this).closest(".elementor-top-section"),a=i.data("id"),n=t.documents.getCurrent().container.children,r=i.prev(".elementor-add-section");n&&_.each(n,function(e,t){a===e.id&&(p.atIndex=t)}),r.find(".elementor-add-ha-button").length||r.find(u).before(h)}function n(e){var t=e.find(u);t.length&&!e.find(".elementor-add-ha-button").length&&t.before(h),e.on("click.onAddElement",".elementor-editor-section-settings .elementor-editor-element-add",i)}function r(t,i){i.addClass("elementor-active").siblings().removeClass("elementor-active");var a=w[t]||w.desktop;e(".haTemplateLibrary__preview").css("width",a)}function o(){var e=window.elementor.$previewContents,t=setInterval(function(){n(e),e.find(".elementor-add-new-section").length>0&&clearInterval(t)},100);e.on("click.onAddTemplateButton",".elementor-add-ha-button",p.showModal.bind(p)),this.channels.tabs.on("change:device",r)}var l,s,c,m,d,p=this,u=".elementor-add-new-section .elementor-add-section-drag-title",h='<div class="elementor-add-section-area-button elementor-add-ha-button"> <i class="hm hm-happyaddons"></i> </div>',w={desktop:"100%",tab:"768px",mobile:"360px"};this.atIndex=-1,this.channels={tabs:Backbone.Radio.channel("tabs"),templates:Backbone.Radio.channel("templates")},this.updateBlocksView=function(){p.setFilter("tags","",!0),p.setFilter("text","",!0),p.getModal().showTemplatesView(m)},this.setFilter=function(e,t,i){p.channels.templates.reply("filter:"+e,t),i||p.channels.templates.trigger("filter:change")},this.getFilter=function(e){return p.channels.templates.request("filter:"+e)},this.getFilterTerms=function(){return{tags:{callback:function(e){return _.any(this.get("tags"),function(t){return t.indexOf(e)>=0})}},text:{callback:function(e){return e=e.toLowerCase(),this.get("title").toLowerCase().indexOf(e)>=0||_.any(this.get("tags"),function(t){return t.indexOf(e)>=0})}},type:{callback:function(e){return this.get("type")===e}}}},this.showModal=function(){p.getModal().showModal(),p.showTemplatesView()},this.closeModal=function(){this.getModal().hideModal()},this.getModal=function(){return l||(l=new a.Modal),l},this.init=function(){p.setFilter("type","section",!0),t.on("preview:loaded",o.bind(this))},this.getTabs=function(){var e=this.getFilter("type"),t={section:{title:"Blocks"},page:{title:"Pages"}};return _.each(t,function(i,a){e===a&&(t[e].active=!0)}),{tabs:t}},this.getTags=function(){return s},this.getTypeTags=function(){var e=p.getFilter("type");return c[e]},this.showTemplatesView=function(){p.setFilter("tags","",!0),p.setFilter("text","",!0),m?p.getModal().showTemplatesView(m):p.loadTemplates(function(){p.getModal().showTemplatesView(m)})},this.showPreviewView=function(e){p.getModal().showPreviewView(e)},this.loadTemplates=function(e){p.requestLibraryData({onBeforeUpdate:p.getModal().showLoadingView.bind(p.getModal()),onUpdate:function(){p.getModal().hideLoadingView(),e&&e()}})},this.requestLibraryData=function(e){if(m&&!e.forceUpdate)return void(e.onUpdate&&e.onUpdate());e.onBeforeUpdate&&e.onBeforeUpdate();var t={data:{},success:function(t){m=new a.Collections.Template(t.templates),t.tags&&(s=t.tags),t.type_tags&&(c=t.type_tags),e.onUpdate&&e.onUpdate()}};e.forceSync&&(t.data.sync=!0),elementorCommon.ajax.addRequest("get_ha_library_data",t)},this.requestTemplateData=function(e,t){var i={unique_id:e,data:{edit_mode:!0,display:!0,template_id:e}};t&&jQuery.extend(!0,i,t),elementorCommon.ajax.addRequest("get_ha_template_data",i)},this.insertTemplate=function(e){var t=e.model,i=this;i.getModal().showLoadingView(),i.requestTemplateData(t.get("template_id"),{success:function(e){i.getModal().hideLoadingView(),i.getModal().hideModal();var a={};-1!==i.atIndex&&(a.at=i.atIndex),$e.run("document/elements/import",{model:t,data:e,options:a}),i.atIndex=-1},error:function(e){i.showErrorDialog(e)},complete:function(e){i.getModal().hideLoadingView(),window.elementor.$previewContents.find(".elementor-add-section .elementor-add-section-close").click()}})},this.showErrorDialog=function(e){if("object"===_typeof(e)){var t="";_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t}else e?e+=".":e="<i><The error message is empty></i>";p.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 d||(d=elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:"An error occurred"})),d}},i.library=new a.Manager,i.library.init(),window.ha=i}(jQuery,window.elementor,window.ha||{});
|
assets/css/main.css
CHANGED
@@ -1,40 +1,40 @@
|
|
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;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;object-fit:cover}.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}}.ha-card .ha-badge{position:absolute}
|
4 |
-
.ha-cig{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;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{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item i,.ha-cig-item img{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;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);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;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)}@-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%)}}[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}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}@-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}}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}@-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}}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}@-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)}}.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}@-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}}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:calc(1s*.75);-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(1s*.75);animation-duration:calc(var(--animate-duration)*.75)}@-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)}}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-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)}}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}@-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)}}.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}@-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)}}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}@-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)}}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}@-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)}}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}@-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_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;box-sizing:border-box}.happy-addon>.elementor-widget-container *{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;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:#000;--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;-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);-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;-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);-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-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{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{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-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-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{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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}.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:none;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.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;cursor:pointer;bottom:0;left:0;background-color:#ccc}.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{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}
|
7 |
-
.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;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}}
|
8 |
.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;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}}
|
9 |
.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%;z-index:-1;visibility:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;position:fixed}.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{padding:40px;max-height:calc(100% - 40px);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:relative;width:900px;box-shadow:0 3px 13px 0 rgba(0,0,0,.08)}.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%;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.66667%);-ms-flex:0 0 var(--ha-ec-popup-image-width,16.66667%);flex:0 0 var(--ha-ec-popup-image-width,16.66667%);margin-right:15px;max-width:var(--ha-ec-popup-image-width,16.66667%)}.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:none;border-radius:5px 5px 5px 5px;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:none;border-radius:3px;background:#f7f7fb;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;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}}
|
10 |
-
.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;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)}
|
11 |
-
.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;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}
|
12 |
.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}
|
13 |
.ha-gradient-heading{margin-top:0;margin-bottom:0}.ha-gradient-heading>a{color:inherit;text-decoration:none}
|
14 |
-
.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;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;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;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{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}
|
15 |
-
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;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:
|
16 |
.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:none}.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}@-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)}}.ha_noAnimation{-webkit-animation-name:noAnimation;animation-name:noAnimation;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}@keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}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}
|
17 |
.ha-image-compare>.elementor-widget-container{border-radius:5px;background-color:#fff;box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-image-compare .twentytwenty-container,.ha-image-compare .twentytwenty-wrapper{border-radius:inherit}
|
18 |
-
.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:none;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;object-fit:cover}.ha-image-grid--even .ha-image-grid__item{height:250px}.ha-image-grid--even .ha-image-grid__item img{height:100%}
|
19 |
-
.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;object-fit:cover;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,.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-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-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,.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.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-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-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-img{height:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.3) translateY(-30px);-ms-transform:scale(1.3) translateY(-30px);transform:scale(1.3) translateY(-30px);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:"";-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,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.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-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-honey .ha-ihe-title i,.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-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;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-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:rgba(58,52,42,0)}.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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity: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;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);bottom:30px;left:30px;-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%;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);opacity: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);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;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.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:rgba(58,52,42,0)}.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{height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;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%;right:-100px;bottom:-100px;width:300px}.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}}
|
20 |
-
.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;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;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))}
|
21 |
-
.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;object-fit:cover}@-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)}}
|
22 |
.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{box-sizing:border-box}.ha-link-hover a{outline:none;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:none;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:none;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{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);top:calc(100% + 4px)}.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}@-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}}.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}@-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%)}}.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}@-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}}.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}@-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 .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)}
|
23 |
-
.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%;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)}}
|
24 |
.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.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical{-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.vertical .ha-mc-input-wrapper{margin-bottom:30px}.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,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,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;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}@media (max-width:425px){.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{margin-right:10px}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical .ha-mc-input-wrapper{margin-bottom:10px}}
|
25 |
-
.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;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;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}@-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}}
|
26 |
.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}
|
27 |
.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}
|
28 |
-
.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,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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;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-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}
|
29 |
-
.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{box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;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;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}}
|
30 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;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}
|
31 |
-
.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;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;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)}
|
32 |
.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}
|
33 |
.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-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));background:linear-gradient(rgba(0,0,0,0),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}
|
34 |
.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}
|
35 |
.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}}
|
36 |
.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{left:calc(100% + 20px);-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;top:49%;width:100px}.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}
|
37 |
-
.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;object-fit:cover}
|
38 |
-
.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;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
|
39 |
-
.ha-threesixty-rotation-inner{overflow:hidden;background:0 0}.ha-threesixty-rotation-inner img{cursor:move;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:none;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:none}.ha-threesixty-rotation-autoplay-button button:hover{outline:none;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;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}
|
40 |
-
.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:-ms-grid;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;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
|
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;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-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}}.ha-card .ha-badge{position:absolute}
|
4 |
+
.ha-cig{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;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{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item i,.ha-cig-item img{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;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;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)}@-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%)}}[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}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}@-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}}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}@-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}}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}@-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)}}.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}@-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}}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:calc(1s*.75);-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(1s*.75);animation-duration:calc(var(--animate-duration)*.75)}@-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)}}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-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)}}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}@-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)}}.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}@-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)}}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}@-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)}}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}@-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)}}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}@-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_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;box-sizing:border-box}.happy-addon>.elementor-widget-container *{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:#000;--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;-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);-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;-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);-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-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{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{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-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-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{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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}.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:none;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.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;cursor:pointer;bottom:0;left:0;background-color:#ccc}.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{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}
|
7 |
+
.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}}
|
8 |
.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;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}}
|
9 |
.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%;z-index:-1;visibility:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;position:fixed}.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{padding:40px;max-height:calc(100% - 40px);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:relative;width:900px;box-shadow:0 3px 13px 0 rgba(0,0,0,.08)}.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%;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.66667%);-ms-flex:0 0 var(--ha-ec-popup-image-width,16.66667%);flex:0 0 var(--ha-ec-popup-image-width,16.66667%);margin-right:15px;max-width:var(--ha-ec-popup-image-width,16.66667%)}.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:none;border-radius:5px 5px 5px 5px;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:none;border-radius:3px;background:#f7f7fb;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;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}}
|
10 |
+
.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)}
|
11 |
+
.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}
|
12 |
.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}
|
13 |
.ha-gradient-heading{margin-top:0;margin-bottom:0}.ha-gradient-heading>a{color:inherit;text-decoration:none}
|
14 |
+
.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;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;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;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}
|
15 |
+
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;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}
|
16 |
.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:none}.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}@-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)}}.ha_noAnimation{-webkit-animation-name:noAnimation;animation-name:noAnimation;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}@keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}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}
|
17 |
.ha-image-compare>.elementor-widget-container{border-radius:5px;background-color:#fff;box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-image-compare .twentytwenty-container,.ha-image-compare .twentytwenty-wrapper{border-radius:inherit}
|
18 |
+
.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:none;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%}
|
19 |
+
.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,.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-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-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,.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.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-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-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-img{height:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-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:"";-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,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.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-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-honey .ha-ihe-title i,.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-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;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-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:rgba(58,52,42,0)}.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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity: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;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);bottom:30px;left:30px;-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%;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);opacity: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);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;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.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:rgba(58,52,42,0)}.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{height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;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%;right:-100px;bottom:-100px;width:300px}.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}}
|
20 |
+
.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;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))}
|
21 |
+
.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}@-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)}}
|
22 |
.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{box-sizing:border-box}.ha-link-hover a{outline:none;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:none;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:none;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{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);top:calc(100% + 4px)}.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}@-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}}.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}@-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%)}}.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}@-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}}.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}@-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 .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)}
|
23 |
+
.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)}}
|
24 |
.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.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical{-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.vertical .ha-mc-input-wrapper{margin-bottom:30px}.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,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,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;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}@media (max-width:425px){.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{margin-right:10px}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical .ha-mc-input-wrapper{margin-bottom:10px}}
|
25 |
+
.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;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}@-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}}
|
26 |
.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}
|
27 |
.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}
|
28 |
+
.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,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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-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}
|
29 |
+
.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{box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;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}}
|
30 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;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}
|
31 |
+
.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;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)}
|
32 |
.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}
|
33 |
.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-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));background:linear-gradient(rgba(0,0,0,0),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}
|
34 |
.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}
|
35 |
.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}}
|
36 |
.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{left:calc(100% + 20px);-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;top:49%;width:100px}.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}
|
37 |
+
.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}
|
38 |
+
.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;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}
|
39 |
+
.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:none;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:none}.ha-threesixty-rotation-autoplay-button button:hover{outline:none;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;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}
|
40 |
+
.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:-ms-grid;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;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:none;border:none;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)}
|
assets/css/main.min.css
CHANGED
@@ -1,40 +1,40 @@
|
|
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;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;object-fit:cover}.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}}.ha-card .ha-badge{position:absolute}
|
4 |
-
.ha-cig{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;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{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item i,.ha-cig-item img{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;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);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;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)}@-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%)}}[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}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}@-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}}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}@-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}}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}@-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)}}.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}@-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}}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:calc(1s*.75);-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(1s*.75);animation-duration:calc(var(--animate-duration)*.75)}@-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)}}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-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)}}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}@-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)}}.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}@-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)}}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}@-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)}}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}@-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)}}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}@-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_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;box-sizing:border-box}.happy-addon>.elementor-widget-container *{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;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:#000;--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;-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);-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;-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);-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-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{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{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-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-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{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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}.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:none;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.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;cursor:pointer;bottom:0;left:0;background-color:#ccc}.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{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}
|
7 |
-
.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;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}}
|
8 |
.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;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}}
|
9 |
.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%;z-index:-1;visibility:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;position:fixed}.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{padding:40px;max-height:calc(100% - 40px);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:relative;width:900px;box-shadow:0 3px 13px 0 rgba(0,0,0,.08)}.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%;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.66667%);-ms-flex:0 0 var(--ha-ec-popup-image-width,16.66667%);flex:0 0 var(--ha-ec-popup-image-width,16.66667%);margin-right:15px;max-width:var(--ha-ec-popup-image-width,16.66667%)}.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:none;border-radius:5px 5px 5px 5px;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:none;border-radius:3px;background:#f7f7fb;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;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}}
|
10 |
-
.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;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)}
|
11 |
-
.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;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}
|
12 |
.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}
|
13 |
.ha-gradient-heading{margin-top:0;margin-bottom:0}.ha-gradient-heading>a{color:inherit;text-decoration:none}
|
14 |
-
.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;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;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;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{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}
|
15 |
-
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;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:
|
16 |
.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:none}.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}@-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)}}.ha_noAnimation{-webkit-animation-name:noAnimation;animation-name:noAnimation;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}@keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}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}
|
17 |
.ha-image-compare>.elementor-widget-container{border-radius:5px;background-color:#fff;box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-image-compare .twentytwenty-container,.ha-image-compare .twentytwenty-wrapper{border-radius:inherit}
|
18 |
-
.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:none;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;object-fit:cover}.ha-image-grid--even .ha-image-grid__item{height:250px}.ha-image-grid--even .ha-image-grid__item img{height:100%}
|
19 |
-
.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;object-fit:cover;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,.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-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-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,.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.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-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-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-img{height:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.3) translateY(-30px);-ms-transform:scale(1.3) translateY(-30px);transform:scale(1.3) translateY(-30px);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:"";-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,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.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-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-honey .ha-ihe-title i,.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-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;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-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:rgba(58,52,42,0)}.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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity: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;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);bottom:30px;left:30px;-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%;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);opacity: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);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;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.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:rgba(58,52,42,0)}.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{height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;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%;right:-100px;bottom:-100px;width:300px}.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}}
|
20 |
-
.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;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;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))}
|
21 |
-
.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;object-fit:cover}@-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)}}
|
22 |
.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{box-sizing:border-box}.ha-link-hover a{outline:none;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:none;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:none;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{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);top:calc(100% + 4px)}.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}@-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}}.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}@-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%)}}.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}@-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}}.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}@-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 .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)}
|
23 |
-
.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%;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)}}
|
24 |
.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.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical{-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.vertical .ha-mc-input-wrapper{margin-bottom:30px}.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,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,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;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}@media (max-width:425px){.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{margin-right:10px}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical .ha-mc-input-wrapper{margin-bottom:10px}}
|
25 |
-
.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;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;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}@-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}}
|
26 |
.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}
|
27 |
.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}
|
28 |
-
.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,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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;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-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}
|
29 |
-
.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{box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;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;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}}
|
30 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;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}
|
31 |
-
.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;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;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)}
|
32 |
.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}
|
33 |
.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-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));background:linear-gradient(rgba(0,0,0,0),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}
|
34 |
.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}
|
35 |
.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}}
|
36 |
.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{left:calc(100% + 20px);-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;top:49%;width:100px}.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}
|
37 |
-
.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;object-fit:cover}
|
38 |
-
.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;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
|
39 |
-
.ha-threesixty-rotation-inner{overflow:hidden;background:0 0}.ha-threesixty-rotation-inner img{cursor:move;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:none;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:none}.ha-threesixty-rotation-autoplay-button button:hover{outline:none;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;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}
|
40 |
-
.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:-ms-grid;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;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
|
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;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-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}}.ha-card .ha-badge{position:absolute}
|
4 |
+
.ha-cig{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;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{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item i,.ha-cig-item img{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;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;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)}@-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%)}}[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}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}@-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}}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}@-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}}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}@-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)}}.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}@-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}}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:calc(1s*.75);-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(1s*.75);animation-duration:calc(var(--animate-duration)*.75)}@-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)}}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-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)}}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}@-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)}}.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}@-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)}}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}@-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)}}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}@-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)}}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}@-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_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;box-sizing:border-box}.happy-addon>.elementor-widget-container *{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:#000;--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;-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);-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;-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);-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-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{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ha-cs-switch-container{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-bottom:20px}.ha-cs-switch-wrapper,.ha-cs-switch-wrapper .ha-cs-button,.ha-cs-switch-wrapper .ha-cs-switch{-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{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.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}.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:none;background-color:#fff;color:#333}.ha-cs-switch-wrapper .ha-cs-button span{font-weight:700;font-size:16px;font-family:"Nunito",Sans-serif}.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;cursor:pointer;bottom:0;left:0;background-color:#ccc}.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{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}
|
7 |
+
.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}}
|
8 |
.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;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}}
|
9 |
.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%;z-index:-1;visibility:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;position:fixed}.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{padding:40px;max-height:calc(100% - 40px);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:relative;width:900px;box-shadow:0 3px 13px 0 rgba(0,0,0,.08)}.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%;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.66667%);-ms-flex:0 0 var(--ha-ec-popup-image-width,16.66667%);flex:0 0 var(--ha-ec-popup-image-width,16.66667%);margin-right:15px;max-width:var(--ha-ec-popup-image-width,16.66667%)}.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:none;border-radius:5px 5px 5px 5px;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:none;border-radius:3px;background:#f7f7fb;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;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}}
|
10 |
+
.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)}
|
11 |
+
.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}
|
12 |
.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}
|
13 |
.ha-gradient-heading{margin-top:0;margin-bottom:0}.ha-gradient-heading>a{color:inherit;text-decoration:none}
|
14 |
+
.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;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;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;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}
|
15 |
+
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;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}
|
16 |
.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:none}.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}@-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)}}.ha_noAnimation{-webkit-animation-name:noAnimation;animation-name:noAnimation;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}@keyframes noAnimation{0%{visibility:visible;opacity:0}to{opacity:1}}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}
|
17 |
.ha-image-compare>.elementor-widget-container{border-radius:5px;background-color:#fff;box-shadow:0 3px 40px rgba(36,36,36,.1)}.ha-image-compare .twentytwenty-container,.ha-image-compare .twentytwenty-wrapper{border-radius:inherit}
|
18 |
+
.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:none;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%}
|
19 |
+
.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,.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-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-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,.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.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-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-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-img{height:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-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:"";-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,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.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-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-honey .ha-ihe-title i,.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-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;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-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:rgba(58,52,42,0)}.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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity: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;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);bottom:30px;left:30px;-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%;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);opacity: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);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;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.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:rgba(58,52,42,0)}.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{height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;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%;right:-100px;bottom:-100px;width:300px}.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}}
|
20 |
+
.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;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))}
|
21 |
+
.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}@-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)}}
|
22 |
.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{box-sizing:border-box}.ha-link-hover a{outline:none;color:var(--color-link);text-decoration:none}.ha-link-hover a:hover{outline:none;color:var(--color-link-hover)}.ha-link-hover a:focus{outline:none;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{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);top:calc(100% + 4px)}.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}@-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}}.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}@-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%)}}.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}@-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}}.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}@-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 .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)}
|
23 |
+
.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)}}
|
24 |
.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.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px}.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-button-wrapper{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical{-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.vertical .ha-mc-input-wrapper{margin-bottom:30px}.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,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,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;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}@media (max-width:425px){.ha-mailchimp-wrapper .ha-mailchimp-form.horizontal .ha-mc-input-wrapper{margin-right:10px}.ha-mailchimp-wrapper .ha-mailchimp-form.vertical .ha-mc-input-wrapper{margin-bottom:10px}}
|
25 |
+
.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;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}@-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}}
|
26 |
.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}
|
27 |
.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}
|
28 |
+
.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,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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-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}
|
29 |
+
.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{box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;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}}
|
30 |
.ha-pricing-table>.elementor-widget-container{position:relative;overflow:hidden;padding:3em 4em;border-radius:5px;background-color:#fff;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}
|
31 |
+
.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;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)}
|
32 |
.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}
|
33 |
.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-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));background:linear-gradient(rgba(0,0,0,0),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}
|
34 |
.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}
|
35 |
.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}}
|
36 |
.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{left:calc(100% + 20px);-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;top:49%;width:100px}.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}
|
37 |
+
.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}
|
38 |
+
.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;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}
|
39 |
+
.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:none;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:none}.ha-threesixty-rotation-autoplay-button button:hover{outline:none;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;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}
|
40 |
+
.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:-ms-grid;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;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:none;border:none;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)}
|
assets/css/widgets/card.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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;object-fit:cover}.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}}.ha-card .ha-badge{position:absolute}
|
1 |
+
.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;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-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}}.ha-card .ha-badge{position:absolute}
|
assets/css/widgets/circle-image-group.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-cig{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;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{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item i,.ha-cig-item img{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;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);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;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)}@-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%)}}[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}
|
1 |
+
.ha-cig{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;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{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.ha-cig-item i,.ha-cig-item img{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;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;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)}@-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%)}}[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}
|
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}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}@-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}}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}@-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}}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}@-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)}}.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}@-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}}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:calc(1s*.75);-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(1s*.75);animation-duration:calc(var(--animate-duration)*.75)}@-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)}}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-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)}}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}@-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)}}.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}@-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)}}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}@-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)}}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}@-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)}}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}@-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_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;box-sizing:border-box}.happy-addon>.elementor-widget-container *{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;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:#000;--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;-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);-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;-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);-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}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}@-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}}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}@-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}}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}@-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)}}.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}@-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}}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:calc(1s*.75);-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(1s*.75);animation-duration:calc(var(--animate-duration)*.75)}@-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)}}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-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)}}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}@-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)}}.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}@-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)}}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}@-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)}}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}@-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)}}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}@-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_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;box-sizing:border-box}.happy-addon>.elementor-widget-container *{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:#000;--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;-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);-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;-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);-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%)}
|
assets/css/widgets/data-table.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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}}
|
1 |
+
.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}}
|
assets/css/widgets/flip-box.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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)}
|
1 |
+
.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)}
|
assets/css/widgets/fun-factor.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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}
|
1 |
+
.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}
|
assets/css/widgets/horizontal-timeline.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;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{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}
|
1 |
+
.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;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;box-sizing:content-box;width:15px;height:15px;border-right-color:transparent;border-bottom-color:transparent;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}
|
assets/css/widgets/icon-box.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;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:
|
1 |
+
.ha-icon-box>.elementor-widget-container{position:relative;padding:25px;border-radius:5px;background-color:#fff;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}
|
assets/css/widgets/image-grid.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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:none;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;object-fit:cover}.ha-image-grid--even .ha-image-grid__item{height:250px}.ha-image-grid--even .ha-image-grid__item img{height:100%}
|
1 |
+
.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:none;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%}
|
assets/css/widgets/image-hover-effect.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;object-fit:cover;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,.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-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-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,.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.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-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-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-img{height:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.3) translateY(-30px);-ms-transform:scale(1.3) translateY(-30px);transform:scale(1.3) translateY(-30px);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:"";-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,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.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-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-honey .ha-ihe-title i,.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-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;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-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:rgba(58,52,42,0)}.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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity: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;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);bottom:30px;left:30px;-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%;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);opacity: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);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;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.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:rgba(58,52,42,0)}.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{height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;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%;right:-100px;bottom:-100px;width:300px}.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}}
|
1 |
+
.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,.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-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-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,.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,.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-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-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-img{height:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-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:"";-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,.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,.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-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-honey .ha-ihe-title i,.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-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;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-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:rgba(58,52,42,0)}.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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity: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;height:calc(50% - 30px);border:7px solid var(--ha-ihe-fig-after-color);bottom:30px;left:30px;-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%;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);opacity: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);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;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.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:rgba(58,52,42,0)}.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{height:300px;border:2px solid var(--ha-ihe-fig-before-color);border-radius:50%;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%;right:-100px;bottom:-100px;width:300px}.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}}
|
assets/css/widgets/infobox.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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;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))}
|
1 |
+
.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;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))}
|
assets/css/widgets/justified-gallery.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;object-fit:cover}@-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)}}
|
1 |
+
.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}@-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)}}
|
assets/css/widgets/logo-grid.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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%;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)}}
|
1 |
+
.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)}}
|
assets/css/widgets/member.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;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;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}@-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}}
|
1 |
+
.ha-member>.elementor-widget-container{padding:25px;border-radius:5px;background-color:#fff;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}@-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}}
|
assets/css/widgets/post-list.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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;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-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}
|
1 |
+
.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,.ha-post-list-meta-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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-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}
|
assets/css/widgets/post-tab.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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{box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;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;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}}
|
1 |
+
.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{box-sizing:border-box;padding:20px;height:100%;border-radius:5px;background:#fff;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}}
|
assets/css/widgets/review.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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;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)}
|
1 |
+
.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;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)}
|
assets/css/widgets/taxonomy-list.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;object-fit:cover}
|
1 |
+
.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}
|
assets/css/widgets/testimonial.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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;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
|
1 |
+
.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;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}
|
assets/css/widgets/threesixty-rotation.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ha-threesixty-rotation-inner{overflow:hidden;background:0 0}.ha-threesixty-rotation-inner img{cursor:move;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:none;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:none}.ha-threesixty-rotation-autoplay-button button:hover{outline:none;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;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}
|
1 |
+
.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:none;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:none}.ha-threesixty-rotation-autoplay-button button:hover{outline:none;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;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}
|
assets/css/widgets/twitter-feed.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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:-ms-grid;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;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
|
1 |
+
.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:-ms-grid;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;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:none;border:none;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)}
|
changelog.txt
CHANGED
@@ -1,606 +1,613 @@
|
|
1 |
-
= 3.2.
|
2 |
-
|
3 |
-
- Fix: Setup wizard
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
= 3.
|
13 |
-
|
14 |
-
- New:
|
15 |
-
- New:
|
16 |
-
- New:
|
17 |
-
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
- Fix:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
-
|
30 |
-
-
|
31 |
-
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
- New:
|
36 |
-
- New:
|
37 |
-
- New:
|
38 |
-
- New: Added
|
39 |
-
-
|
40 |
-
-
|
41 |
-
-
|
42 |
-
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
-
|
60 |
-
|
61 |
-
= 2.
|
62 |
-
|
63 |
-
- New:
|
64 |
-
- New:
|
65 |
-
-
|
66 |
-
-
|
67 |
-
|
68 |
-
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
- Tweak:
|
74 |
-
- Tweak:
|
75 |
-
-
|
76 |
-
- Fix:
|
77 |
-
|
78 |
-
= 2.24.
|
79 |
-
|
80 |
-
- Tweak:
|
81 |
-
-
|
82 |
-
-
|
83 |
-
-
|
84 |
-
|
85 |
-
= 2.
|
86 |
-
|
87 |
-
-
|
88 |
-
-
|
89 |
-
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
- New:
|
114 |
-
- New:
|
115 |
-
- Tweak:
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
-
|
120 |
-
-
|
121 |
-
-
|
122 |
-
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
-
|
127 |
-
-
|
128 |
-
-
|
129 |
-
- Fix:
|
130 |
-
|
131 |
-
= 2.
|
132 |
-
|
133 |
-
- New:
|
134 |
-
-
|
135 |
-
-
|
136 |
-
- Fix:
|
137 |
-
|
138 |
-
= 2.
|
139 |
-
|
140 |
-
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
-
|
148 |
-
|
149 |
-
-
|
150 |
-
|
151 |
-
- New:
|
152 |
-
-
|
153 |
-
-
|
154 |
-
-
|
155 |
-
-
|
156 |
-
-
|
157 |
-
-
|
158 |
-
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
-
|
163 |
-
-
|
164 |
-
- Fix:
|
165 |
-
- Fix:
|
166 |
-
|
167 |
-
= 2.16.
|
168 |
-
|
169 |
-
-
|
170 |
-
-
|
171 |
-
-
|
172 |
-
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
-
|
177 |
-
-
|
178 |
-
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
-
|
183 |
-
-
|
184 |
-
-
|
185 |
-
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
-
|
190 |
-
-
|
191 |
-
-
|
192 |
-
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
-
|
197 |
-
-
|
198 |
-
-
|
199 |
-
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
-
|
204 |
-
-
|
205 |
-
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
- Fix:
|
210 |
-
- Fix:
|
211 |
-
- Fix:
|
212 |
-
- Fix:
|
213 |
-
|
214 |
-
= 2.14.
|
215 |
-
|
216 |
-
- Fix: JS loading issue for non logged in users
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
-
|
228 |
-
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
- Fix:
|
233 |
-
- Fix:
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
-
|
240 |
-
- Fix:
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
- New:
|
258 |
-
- New: `happyaddons/extensions/
|
259 |
-
-
|
260 |
-
-
|
261 |
-
-
|
262 |
-
-
|
263 |
-
-
|
264 |
-
-
|
265 |
-
-
|
266 |
-
- Tweak:
|
267 |
-
- Tweak:
|
268 |
-
- Tweak:
|
269 |
-
- Tweak:
|
270 |
-
-
|
271 |
-
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
- Tweak:
|
276 |
-
- Tweak:
|
277 |
-
-
|
278 |
-
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
-
|
286 |
-
- Fix:
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
-
|
307 |
-
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
-
|
312 |
-
-
|
313 |
-
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
-
|
318 |
-
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
-
|
340 |
-
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
-
|
355 |
-
|
356 |
-
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
-
|
361 |
-
-
|
362 |
-
-
|
363 |
-
-
|
364 |
-
-
|
365 |
-
- Update: Dynamic Tags support in
|
366 |
-
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
-
|
371 |
-
-
|
372 |
-
-
|
373 |
-
- Fix:
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
-
|
380 |
-
-
|
381 |
-
-
|
382 |
-
- Fix:
|
383 |
-
|
384 |
-
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
-
|
390 |
-
-
|
391 |
-
- Fix:
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
- Fix:
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
-
|
408 |
-
-
|
409 |
-
- Fix:
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
- New:
|
415 |
-
- New:
|
416 |
-
-
|
417 |
-
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
-
|
423 |
-
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
- Tweak:
|
440 |
-
-
|
441 |
-
- Fix:
|
442 |
-
|
443 |
-
= 2.2.
|
444 |
-
|
445 |
-
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
-
|
455 |
-
|
456 |
-
- Fix:
|
457 |
-
- Fix:
|
458 |
-
|
459 |
-
= 2.
|
460 |
-
|
461 |
-
-
|
462 |
-
-
|
463 |
-
-
|
464 |
-
- Fix:
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
-
|
473 |
-
-
|
474 |
-
-
|
475 |
-
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
-
|
480 |
-
-
|
481 |
-
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
-
|
486 |
-
-
|
487 |
-
-
|
488 |
-
-
|
489 |
-
|
490 |
-
-
|
491 |
-
|
492 |
-
-
|
493 |
-
-
|
494 |
-
-
|
495 |
-
-
|
496 |
-
-
|
497 |
-
-
|
498 |
-
-
|
499 |
-
-
|
500 |
-
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
*
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
*
|
516 |
-
*
|
517 |
-
*
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
*
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
*
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
*
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
* New:
|
545 |
-
* New:
|
546 |
-
*
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
*
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
*
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
* Fix:
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
*
|
567 |
-
*
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
*
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
*
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
* New:
|
594 |
-
* New:
|
595 |
-
* New:
|
596 |
-
* New:
|
597 |
-
* New:
|
598 |
-
* New:
|
599 |
-
*
|
600 |
-
*
|
601 |
-
*
|
602 |
-
*
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
= 3.2.2 - 29 September 2021 =
|
2 |
+
|
3 |
+
- Fix: Setup wizard asset loading
|
4 |
+
- Fix: Resolved an unexpected warning in admin area while debugging is enabled.
|
5 |
+
- Fix: Missing Template Engine icon in Elementor Editor.
|
6 |
+
- Fix: Icon Box widget Badge z-index reduced
|
7 |
+
|
8 |
+
= 3.2.1 - 23 September 2021 =
|
9 |
+
|
10 |
+
- Fix: Setup wizard improvement and cache issue resolved.
|
11 |
+
|
12 |
+
= 3.2.0 - 23 September 2021 =
|
13 |
+
|
14 |
+
- New: Setup Wizard for guided plugin configuration
|
15 |
+
- New: Widget Group in Dashboard
|
16 |
+
- New: Dashboard to show latest offer & news
|
17 |
+
- New: Widget uses analytics in Dashboard
|
18 |
+
|
19 |
+
= 3.1.0 - 25 August 2021 =
|
20 |
+
|
21 |
+
- New: Added disbale option for Column Extended feature
|
22 |
+
- New: Added disbale option for Text Stroke feature
|
23 |
+
- New: Added compatibility with PHP 8.0
|
24 |
+
- Fix: Icon Box badge z-index issue
|
25 |
+
- Remove: Alignment option from 360deg widget
|
26 |
+
|
27 |
+
= 3.0.1 - 8 August 2021 =
|
28 |
+
|
29 |
+
- Improve: Review Banner Logic
|
30 |
+
- Fix: Image Stack group default image missing issue
|
31 |
+
- Fix: Conflicts with Elementor "Border Type" style control
|
32 |
+
|
33 |
+
= 3.0.0 - 3 August 2021 =
|
34 |
+
|
35 |
+
- New: Image Stack Group Widget
|
36 |
+
- New: Image Accordion Widget
|
37 |
+
- New: Happy Tooltip feature
|
38 |
+
- New: Added Team Member widget Ligthbox option
|
39 |
+
- New: Added Horizontal Timeline Title HTML Tag control option
|
40 |
+
- New: Added Taxonomy List HTML Tag control option
|
41 |
+
- New: Added Post Tab Title HTML Tag control option
|
42 |
+
- New: Added News Ticker widget Post Title HTML Tag control option
|
43 |
+
- New: Added Carousel Widget Title & Subtitle HTML Tag control option
|
44 |
+
- New: Added Sliders Widget Title & Subtitle HTML Tag control option
|
45 |
+
- New: Added Global credential key dashboard. User can set credentials in settings pannel and use it globally (Mailchimp Widget, Twitter Feed Widget)
|
46 |
+
- Update: Image Hover Effect Title HTML Tag control
|
47 |
+
- Update: All widgets Coding stractrue update
|
48 |
+
- Update: Happy sellect 2 control update
|
49 |
+
- Update: Mailchimp form alignment improved and optimized with some coding updates.
|
50 |
+
- Fix: Taxonomy List Sellect2 issue
|
51 |
+
- Fix: Post tab Sellect2 issue
|
52 |
+
- Fix: Post list Sellect2 issue
|
53 |
+
- Fix: News ticker Sellect2 issue
|
54 |
+
- Fix: Mailchimp Sellect2 issue
|
55 |
+
- Fix: Improve some style for compatibility on the content switcher
|
56 |
+
|
57 |
+
= 2.27.0 - 5 July 2021 =
|
58 |
+
|
59 |
+
- New: Content Switcher Widget
|
60 |
+
|
61 |
+
= 2.26.0 - 1 July 2021 =
|
62 |
+
|
63 |
+
- New: Prefix and Suffix option for the Fun Factor widget
|
64 |
+
- New: Link Target option added to Twitter Feed widget
|
65 |
+
- Tweak: Added Tag for subscriber lists in mailchimp widget
|
66 |
+
- Fix: Mailchimp integration instruction improved
|
67 |
+
|
68 |
+
= 2.25.0 - 16 June 2021 =
|
69 |
+
|
70 |
+
- New: Mailchimp Widget
|
71 |
+
- New: Added Lightbox support to Horizontal Timeline widget
|
72 |
+
- New: Image Hover Effect hover title html tag option added
|
73 |
+
- Tweak: Added html tag support to Horizontal Timeline description
|
74 |
+
- Tweak: Dynamic Tag support for Image Hover effect's image field
|
75 |
+
- Tweak: Modify select 2 control
|
76 |
+
- Fix: The Event Widget's events popups responsive issue
|
77 |
+
|
78 |
+
= 2.24.1 - 18 May 2021 =
|
79 |
+
|
80 |
+
- Tweak: Step Flow title html tag option increased
|
81 |
+
- Tweak: Gravity form ajax submit enable option
|
82 |
+
- Fix: Gravity form input height issue
|
83 |
+
- Fix: 360 Rotation widget fallback background color conflict issue
|
84 |
+
|
85 |
+
= 2.24.0 - 25 April 2021 =
|
86 |
+
|
87 |
+
- Tweak: Animated Link widget alignment control added
|
88 |
+
- Fix: Security patches
|
89 |
+
- Tweak: Removed `Elementor\Scheme_Typography` deprecated function
|
90 |
+
- Tweak: Happy Elementor Addons not active when Elementor doesn’t meet minimum version requirements
|
91 |
+
|
92 |
+
= 2.23.0 - 12 April 2021 =
|
93 |
+
|
94 |
+
- New: Animated Link Widget
|
95 |
+
- New: Infobox widget media direction option
|
96 |
+
- Fix: Shape Divider issue
|
97 |
+
|
98 |
+
= 2.22.1 - 24 March 2021 =
|
99 |
+
|
100 |
+
- Fix: Elementor compatibility tag added
|
101 |
+
|
102 |
+
= 2.22.0 - 16 March 2021 =
|
103 |
+
|
104 |
+
- New: Image Hover Effect Widget
|
105 |
+
- Fix: Wrapper link issue
|
106 |
+
|
107 |
+
= 2.21.1 - 1 March 2021 =
|
108 |
+
|
109 |
+
- Fix: Happy Icons blank issue
|
110 |
+
|
111 |
+
= 2.21.0 - 28 February 2021 =
|
112 |
+
|
113 |
+
- New: Happy Icons v5 (33 new icons)
|
114 |
+
- New: Section Shape Divider (3 new Happy Shapes)
|
115 |
+
- Tweak: Removed unnecessary code from event calendar widget
|
116 |
+
|
117 |
+
= 2.20.0 - 18 February 2021 =
|
118 |
+
|
119 |
+
- New: Text stroke feature
|
120 |
+
- New: Event Calendar widget
|
121 |
+
- New: Happy particle effects disable option
|
122 |
+
- Tweak: Updated kses function to support more attributes
|
123 |
+
- Tweak: Added html tag support in Data Table widget
|
124 |
+
- Tweak: Added slider widget dots size control
|
125 |
+
- Tweak: Added carousel widget dots size control
|
126 |
+
- Fix: Shape divider spell
|
127 |
+
- Fix: Chart widgets console error
|
128 |
+
- Fix: Widget background overlay class mismatch issue
|
129 |
+
- Fix: Data Table widget compatibility issue with WPML
|
130 |
+
|
131 |
+
= 2.19.0 - 20 January 2021 =
|
132 |
+
|
133 |
+
- New: Features control panel
|
134 |
+
- New: Section Shape Divider - 18 custom shapes (Happy Shapes)
|
135 |
+
- Tweak: Improved elementor missing notice
|
136 |
+
- Fix: Misc css bug resolved
|
137 |
+
|
138 |
+
= 2.18.0 - 5 January 2021 =
|
139 |
+
|
140 |
+
- New: Tabs are sortable in Post Tab widget
|
141 |
+
- Tweak: Added Post tab widget tab hover cursor
|
142 |
+
- Fix: Equal height control rendering issue
|
143 |
+
- Fix: Horizontal Timeline inconsistency with Infinite loop
|
144 |
+
|
145 |
+
= 2.17.1 - 24 December 2020 =
|
146 |
+
|
147 |
+
- Fix: Wrapper link undefined url issue
|
148 |
+
|
149 |
+
= 2.17.0 - 23 December 2020 =
|
150 |
+
|
151 |
+
- New: Widget equal height feature
|
152 |
+
- New: Custom arrow icon control in Slider widget
|
153 |
+
- New: Custom arrow icon control in Carousel widget
|
154 |
+
- New: Custom arrow icon control in Horizontal timeline widget
|
155 |
+
- New: Slider arrow size control
|
156 |
+
- New: Carousel arrow size control
|
157 |
+
- New: Horizontal timeline arrow size control
|
158 |
+
- New: Horizontal timeline arrow horizontal position control
|
159 |
+
- Tweak: Updated Horizontal timeline widget default style
|
160 |
+
- Tweak: Added % unit in Slider arrow position controls
|
161 |
+
- Tweak: Added % unit in Carousel arrow position controls
|
162 |
+
- Tweak: Added % unit in Horizontal timline arrow position control
|
163 |
+
- Tweak: Separated Floating effects JS handler from main JS file
|
164 |
+
- Fix: Slider arrow not hiding issue
|
165 |
+
- Fix: Carousel arrow not hiding issue
|
166 |
+
|
167 |
+
= 2.16.1 - 10 December 2020 =
|
168 |
+
|
169 |
+
- Fix: WordPress 5.6 compatibility
|
170 |
+
- Fix: Floating effect dependency loading only when activated
|
171 |
+
- Fix: Infobox button icon animation
|
172 |
+
- Fix: JS error in elementor editor
|
173 |
+
|
174 |
+
= 2.16.0 - 29 November 2020 =
|
175 |
+
|
176 |
+
- Added: Justified Grid lightbox disable option for mobile and tablet
|
177 |
+
- Added: Image Grid lightbox disable option for mobile and tablet
|
178 |
+
- Added: Justified Grid default filter select option
|
179 |
+
- Added: Image Grid default filter select option
|
180 |
+
- Added: Added .pot file
|
181 |
+
- Tweak: Improved Justified Grid and Image Grid base style
|
182 |
+
- Tweak: Improved Image Grid markup - removed extra inner div
|
183 |
+
- Tweak: Improved on demand assets loading
|
184 |
+
- Fix: Private page on demand assets loading issue
|
185 |
+
- Fix: Lightbox and Popup not working with wrapper link issue
|
186 |
+
|
187 |
+
= 2.15.0 - 4 November 2020 =
|
188 |
+
|
189 |
+
- New: Ready made page templates (Happy Templates)
|
190 |
+
- New: Horizontal TimeLine widget
|
191 |
+
- New: Social Share widget
|
192 |
+
- New: Happy Icons v4 (44 new icons)
|
193 |
+
- Tweak: Data Table row-cell text link option
|
194 |
+
- Fix: On Demand Assets Loading compatibility with WPML
|
195 |
+
- Fix: Post Tab widget compatibility with WPML
|
196 |
+
- Fix: News Ticker widget compatibility with WPML
|
197 |
+
- Fix: Pricing Table long feature text breaks into 2nd line issue
|
198 |
+
- Fix: Pricing Table default style and content issue
|
199 |
+
- Fix: Text domain inconsistency
|
200 |
+
|
201 |
+
= 2.14.3 - 12 October 2020 =
|
202 |
+
|
203 |
+
- Update: Appsero client updated to `v1.2.0`
|
204 |
+
- Tweak: Added Calendy pro feature notice
|
205 |
+
- Tweak: Added Calendy default username "happyaddons"
|
206 |
+
- Tweak: Common cached files are loaded once as internal css
|
207 |
+
- Fix: Card widget badge dynamic tag issue
|
208 |
+
- Fix: Happy templates popup button auto duplicate issue
|
209 |
+
- Fix: Removed duplicate On demand assets cache file enqueue
|
210 |
+
- Fix: Removed broken Review widget schema data
|
211 |
+
- Fix: Team member widget email envelope icon issue
|
212 |
+
- Fix: Removed forced open in new window for Logo grid widget
|
213 |
+
|
214 |
+
= 2.14.2 - 20 September 2020 =
|
215 |
+
|
216 |
+
- Fix: JS loading issue for non logged in users
|
217 |
+
- Fix: JS loading issue for logged in users
|
218 |
+
- Fix: All the JS dependent widgets with issue
|
219 |
+
- Fix: Editor loading issue
|
220 |
+
|
221 |
+
= 2.14.1 - 7 September 2020 =
|
222 |
+
|
223 |
+
- Fix: JS loading issue for non logged in users
|
224 |
+
|
225 |
+
= 2.14.0 - 3 September 2020 =
|
226 |
+
|
227 |
+
- New: Updated compatibility with WP 5.5.x
|
228 |
+
- New: Updated compatibility with Elementor 3.x.x
|
229 |
+
- New: Twitter feed timestamp settings
|
230 |
+
- Tweak: Removed unnecessary Elementor kit assets enqueue
|
231 |
+
- Tweak: Removed common image styles, instead added widget wise
|
232 |
+
- Fix: Templates compatibility issue with Elementor 3.x.x
|
233 |
+
- Fix: Script dependency order issue
|
234 |
+
- Fix: Card and Infobox delete issue
|
235 |
+
- Fix: Review widget spelling error
|
236 |
+
|
237 |
+
= 2.13.3 - 24 August 2020 =
|
238 |
+
|
239 |
+
- Fix: HappyAddons Pro assets loading issues
|
240 |
+
- Fix: Misc style issue
|
241 |
+
|
242 |
+
= 2.13.2 - 20 August 2020 =
|
243 |
+
|
244 |
+
- Tweak: Removed icons control workaround for HappyIcons
|
245 |
+
- Tweak: Removed assets loading hook priority
|
246 |
+
- Tweak: Improved Dual Button default style
|
247 |
+
- Fix: CSS Transform normal/hover mode not working on frontend issue
|
248 |
+
- Fix: Color change doens't have any effect on SVG icon issue
|
249 |
+
- Fix: Card widget image size issue on Firefox and responsive mode
|
250 |
+
|
251 |
+
= 2.13.1 - 6 August 2020 =
|
252 |
+
|
253 |
+
- Fix: CSS Transform conflict issue
|
254 |
+
|
255 |
+
= 2.13.0 - 27 July 2020 =
|
256 |
+
|
257 |
+
- New: Data Table widget
|
258 |
+
- New: `happyaddons/extensions/grid_layer` hook to control Grid Layer
|
259 |
+
- New: `happyaddons/extensions/background_overlay` hook to control Background Overlay
|
260 |
+
- New: `happyaddons/extensions/wrapper_link` hook to control Wrapper Link
|
261 |
+
- New: `happyaddons/extensions/happy_clone` hook to control Happy Clone
|
262 |
+
- New: `happyaddons/extensions/adminbar_menu` hook to control Adminbar menu
|
263 |
+
- New: `happyaddons/extensions/floating_effects` hook to control Floating Effects
|
264 |
+
- New: `happyaddons/extensions/css_transform` hook to control CSS Transform
|
265 |
+
- New: `happyaddons/extensions/on_demand_cache` hook to control On Demand Assets Loading
|
266 |
+
- Tweak: Added CSS Transform hover state support
|
267 |
+
- Tweak: Added Stepflow direction arrow rotatation support
|
268 |
+
- Tweak: Added Card button full width support
|
269 |
+
- Tweak: Added Card responsive image positioning
|
270 |
+
- Tweak: Restored justify alignment in all widgets
|
271 |
+
- Tweak: Improved base styles in all widgets
|
272 |
+
- Tweak: Removed widget control panel link from editor panel
|
273 |
+
- Tweak: Removed HappyAddons shortcut link from finder
|
274 |
+
- Tweak: Removed unnecessary css
|
275 |
+
- Tweak: Post List content on/off option
|
276 |
+
- Tweak: Post List feature image left & top show option
|
277 |
+
- Fix: Post List date issue
|
278 |
+
- Fix: WPML link translation issue
|
279 |
+
|
280 |
+
= 2.12.3 - 13 July 2020 =
|
281 |
+
|
282 |
+
- Tweak: Twitter feed widget icon updated
|
283 |
+
- Tweak: Twitter feed cache cleaner added
|
284 |
+
- Tweak: Twitter feed Error handling updated
|
285 |
+
- Tweak: Social link widget default value
|
286 |
+
- Fix: Fun factor animation issue
|
287 |
+
- Fix: Card widget default text spelling error
|
288 |
+
- Fix: Empty button rendering issue
|
289 |
+
|
290 |
+
= 2.12.2 - 10 June 2020 =
|
291 |
+
|
292 |
+
- Fix: Template library dark mode compatibility issue
|
293 |
+
- Fix: Fluent Forms styles issue
|
294 |
+
|
295 |
+
= 2.12.1 - 9 June 2020 =
|
296 |
+
|
297 |
+
- Fix: GravityForms widget issue causing elementor editor continuous loding
|
298 |
+
|
299 |
+
= 2.12.0 - 8 June 2020 =
|
300 |
+
|
301 |
+
- New: Happy Templates Library
|
302 |
+
- New: WP Fluent Forms widget
|
303 |
+
|
304 |
+
= 2.11.1 - 4 June 2020 =
|
305 |
+
|
306 |
+
- Fix: JS function backward compatibility issue
|
307 |
+
- Fix: `ha_get_feature_label` JS error issue in Pricing table
|
308 |
+
|
309 |
+
= 2.11.0 - 1 June 2020 =
|
310 |
+
|
311 |
+
- Tweak: Slide item link support for Carousel widget
|
312 |
+
- Tweak: Slide item link support for Slider widget
|
313 |
+
- Tweak: More html tags support for textarea/description type input
|
314 |
+
- Tweak: Advanced button support for Team Member widget
|
315 |
+
- Tweak: Restored default placeholder image
|
316 |
+
- Fix: Adminbar happy icon markup issue
|
317 |
+
- Fix: Carousel and Slider css issue
|
318 |
+
- Fix: SVG icon sizing issues in all widgets
|
319 |
+
- Fix: WPML support issue
|
320 |
+
- Fix: 360° widget default style
|
321 |
+
|
322 |
+
= 2.10.0 - 18 May 2020 =
|
323 |
+
|
324 |
+
- New: 360° Rotation widget
|
325 |
+
- New: Taxonomy List widget
|
326 |
+
|
327 |
+
= 2.9.0 - 29 April 2020 =
|
328 |
+
|
329 |
+
- New: WPML support for all widgets [Documentation](https://happyaddons.com/docs/happy-addons-for-elementor/happy-features/wpml-support-for-happyaddons-free/)
|
330 |
+
|
331 |
+
= 2.8.1 - 5 April 2020 =
|
332 |
+
|
333 |
+
- Tweak: Adminbar actions terms updated to more meaningful terms
|
334 |
+
- Fix: Floating effect not working on frontend
|
335 |
+
- Fix: Adminbar HappyAddons icon position
|
336 |
+
|
337 |
+
= 2.8.0 - 1 April 2020 =
|
338 |
+
|
339 |
+
- New: Post Tab widget
|
340 |
+
- New: Post List widget
|
341 |
+
|
342 |
+
= 2.7.3 - 31 March 2020 =
|
343 |
+
|
344 |
+
- Tweak: Custom attribute output support for all links
|
345 |
+
- Tweak: Added pro widgets awarness panel
|
346 |
+
- Fix: Missing styles issue on page/post clone
|
347 |
+
- Fix: Popup link not working with link issue
|
348 |
+
- Fix: Twitter feed issue
|
349 |
+
|
350 |
+
= 2.7.2 - 2 March 2020 =
|
351 |
+
|
352 |
+
- Fix: Dual Button space between buttons issue
|
353 |
+
|
354 |
+
= 2.7.1 - 23 February 2020 =
|
355 |
+
|
356 |
+
- Fix: Fun Factor broken markup issue
|
357 |
+
|
358 |
+
= 2.7.0 - 20 February 2020 =
|
359 |
+
|
360 |
+
- New: Twitter Feed widget
|
361 |
+
- New: Bar Chart widget
|
362 |
+
- New: Social Icons widget
|
363 |
+
- New: Grid Layer feature for designer
|
364 |
+
- New: Wrapper Link feature for section, column and widget
|
365 |
+
- Update: Dynamic Tags support in Carousel widget
|
366 |
+
- Update: Dynamic Tags support in Dual Button widget
|
367 |
+
- Update: Dynamic Tags support in Logo Grid widget
|
368 |
+
- Update: Dynamic Tags support in News Ticker widget
|
369 |
+
- Update: Dynamic Tags support in Pricing Table widget
|
370 |
+
- Update: Dynamic Tags support in Skills widget
|
371 |
+
- Update: Dynamic Tags support in Slider widget
|
372 |
+
- Update: Dynamic Tags support in Testimonial widget
|
373 |
+
- Fix: Pricing Table widget php warning
|
374 |
+
|
375 |
+
= 2.6.1 - 16 February 2020 =
|
376 |
+
|
377 |
+
- Fix: Conflict with Rank Math
|
378 |
+
- Fix: Fun Factor padding issue
|
379 |
+
- Fix: Stepflow inline editing issue
|
380 |
+
- Fix: Gravity Forms conditional field issue
|
381 |
+
- Fix: Inline editing issue in Elementor 2.9.*
|
382 |
+
- Fix: Select2 width collapse issue in Elementor 2.9.*
|
383 |
+
|
384 |
+
= 2.6.0 - 15 January 2020 =
|
385 |
+
|
386 |
+
- New: Fun Factor widget
|
387 |
+
- Update: Page break styling for Gravity Forms widget
|
388 |
+
- Update: Widgets help link added in "Need Help?" button
|
389 |
+
- Fix: Image Compare widget extra height issue
|
390 |
+
- Fix: Step Flow widget title link issue
|
391 |
+
- Fix: Gravity Forms styling issue
|
392 |
+
- Fix: Removed welcome notice in admin
|
393 |
+
|
394 |
+
= 2.5.0 - 24 December 2019 =
|
395 |
+
|
396 |
+
- New: Added Step Flow widget title heading level control
|
397 |
+
- Update: Tracking system update to comply with wp.org user privacy policy
|
398 |
+
- Fix: Dark mode Happy Effects heading color
|
399 |
+
|
400 |
+
= 2.4.2 - 12 December 2019 =
|
401 |
+
|
402 |
+
- Fix: Compatibility with Elementor 2.8.*
|
403 |
+
- Fix: Extension loading issue for non logged in users
|
404 |
+
|
405 |
+
= 2.4.1 - 10 December 2019 =
|
406 |
+
|
407 |
+
- Fix: News Ticket single post selection issue
|
408 |
+
- Fix: Blank icons controls JS error issue (it also fixes EA Table and Elementor FORM issue)
|
409 |
+
- Fix: Gravity Forms Elementor editor style issue
|
410 |
+
|
411 |
+
= 2.4.0 - 3 December 2019 =
|
412 |
+
|
413 |
+
- New: Happy Clone - (duplicate post/page from anywhere!)
|
414 |
+
- New: News Ticker Widget
|
415 |
+
- New: Fixed size controls in Elementor Button widget
|
416 |
+
- Fix: Badge offset responsive issue for Icon Box Widget
|
417 |
+
- Fix: Wrapper is rendered when icon/image is missing issue
|
418 |
+
|
419 |
+
= 2.3.0 - 20 November 2019 =
|
420 |
+
|
421 |
+
- New: Gravity Forms Widget
|
422 |
+
- New: Column Order control
|
423 |
+
- New: Custom Column Width control
|
424 |
+
- New: weForms section break styles
|
425 |
+
- Fix: weForms misc style issues
|
426 |
+
|
427 |
+
= 2.2.6 - 11 November 2019 =
|
428 |
+
|
429 |
+
- Fix: Conflict with Essential Addons causing PHP fatal error
|
430 |
+
- Fix: PHP cannot declare class `Happy_Addons\Elementor\Finder` issue
|
431 |
+
|
432 |
+
= 2.2.5 - 11 November 2019 =
|
433 |
+
|
434 |
+
- Tweak: Improved floating effects editing performance
|
435 |
+
- Fix: Text editor slow performance and rendering lag issue
|
436 |
+
|
437 |
+
= 2.2.4 - 8 November 2019 =
|
438 |
+
|
439 |
+
- Tweak: Improved on demand assets loading for Elementor theme builder
|
440 |
+
- Tweak: Improved support for 3rd party header, footer builders
|
441 |
+
- Fix: Dashboard php error for users with non admin or super admin roles
|
442 |
+
|
443 |
+
= 2.2.3 - 6 November 2019 =
|
444 |
+
|
445 |
+
- Tweak: Improved support for image optimization plugins. ex: Shortpixel Image Optimiser
|
446 |
+
- Tweak: Widgets default styles
|
447 |
+
- Fix: WPForms Pro compatibility issue
|
448 |
+
- Fix: Image border radius style issue
|
449 |
+
|
450 |
+
= 2.2.2 - 16 October 2019 =
|
451 |
+
|
452 |
+
- Fix: Widget Control Panel link issue
|
453 |
+
|
454 |
+
= 2.2.1 - 15 October 2019 =
|
455 |
+
|
456 |
+
- Fix: Text overflow issue in all widgets
|
457 |
+
- Fix: PHP 5.4 compatibility issue
|
458 |
+
|
459 |
+
= 2.2.0 - 7 October 2019 =
|
460 |
+
|
461 |
+
- Update: Style copy-paste support improved
|
462 |
+
- Fix: Image Grid image alt attribute value issue
|
463 |
+
- Fix: Justified Gallery image alt attribute value issue
|
464 |
+
- Fix: Skills Bar % sign visibility inconsistency issue
|
465 |
+
|
466 |
+
= 2.1.0 - 3 October 2019 =
|
467 |
+
|
468 |
+
- New: Widgets control panel link in Elementor Finder
|
469 |
+
- New: Widgets control panel link in Elementor editor panel
|
470 |
+
- Update: Added Dual Button layout (Stack and Queue layout)
|
471 |
+
- Fix: Image Grid and Justified Gallery filter issue for non english languages
|
472 |
+
- Fix: Justified gallery image alt attribute missing issue
|
473 |
+
- Fix: Dual Button responsive issue - using layout feature
|
474 |
+
- Fix: Dual Button default hover text color
|
475 |
+
- Fix: Widgets Control Panel navigation jump issue
|
476 |
+
|
477 |
+
= 2.0.0 - 24 September 2019 =
|
478 |
+
|
479 |
+
- New: Dashboard - Widgets Control Panel
|
480 |
+
- New: Image popup support for Justified Grid
|
481 |
+
- New: Image popup support for Image Grid
|
482 |
+
- Update: Improved HTML tag support for description and title fields
|
483 |
+
- Update: Added more icons in Happy Icons
|
484 |
+
- Update: Improved HTML escaping support for security
|
485 |
+
- Fix: Skill Bars admin label fix
|
486 |
+
- Fix: Missing style issue while copy-pasting widget style
|
487 |
+
- Fix: Happy Icons cache issue
|
488 |
+
- Fix: Admin bar menu spacing issue
|
489 |
+
|
490 |
+
= 1.5.0 - 27 August 2019 =
|
491 |
+
|
492 |
+
- New: Image Grid Widget
|
493 |
+
- New: Scheme data for Review Widget
|
494 |
+
- New: Background Overlay - global extension for any widget
|
495 |
+
- New: Step Flow Widget - direction arrow offset control
|
496 |
+
- New: Happy Icons - Custom icon font library
|
497 |
+
- Update: Dynamic Tags support
|
498 |
+
- Update: New icon manager support with backward compatibility
|
499 |
+
- Update: Step Flow Widget default view
|
500 |
+
- Update: On demand caching manager
|
501 |
+
- Fix: Review ratting icon missing issue
|
502 |
+
- Fix: Justified Grid Widget filter menu style issue
|
503 |
+
- Fix: Icon Box Widget badge style missing issue
|
504 |
+
- Fix: Global widget CSS class missing issue
|
505 |
+
- Fix: Section and global widget cache missing issue
|
506 |
+
- Fix: Step Flow arrow alignment issue
|
507 |
+
- Fix: Skill Bars Widget animation issue
|
508 |
+
|
509 |
+
= 1.4.1 - 6 August 2019 =
|
510 |
+
|
511 |
+
* Fix: Elementor frontend script dependency and console error issue
|
512 |
+
|
513 |
+
= 1.4.0 - 1 August 2019 =
|
514 |
+
|
515 |
+
* New: On demand asset loading
|
516 |
+
* New: On demand cached asset cleaning
|
517 |
+
* New: Step Flow Widget
|
518 |
+
* New: Calendly Widget
|
519 |
+
* New: Flip Box Widget
|
520 |
+
* New: Pricing Table Widget
|
521 |
+
* Update: Added animated number support to Number Widget
|
522 |
+
* Update: Added progress animation to Skill Bars Widget
|
523 |
+
* Update: Various widgets default styles
|
524 |
+
* Fix: Various responsive issue
|
525 |
+
|
526 |
+
= 1.3.1 - 24 July 2019 =
|
527 |
+
|
528 |
+
* Fix: Elementor 2.6.* version compatibility issue
|
529 |
+
|
530 |
+
= 1.3.0 - 23 July 2019 =
|
531 |
+
|
532 |
+
* New: Carousel Widget
|
533 |
+
* New: Slider Widget
|
534 |
+
* Update: Justified Grid Widget hover and animation effects
|
535 |
+
* Update: Typography scheme support for all FREE widgets
|
536 |
+
* Fix: Misc styling issue
|
537 |
+
|
538 |
+
= 1.2.1 - 18 July 2019 =
|
539 |
+
|
540 |
+
* Fix: Unnecessary JS and CSS loading issue fixed
|
541 |
+
|
542 |
+
= 1.2.0 - 16 July 2019 =
|
543 |
+
|
544 |
+
* New: Justified Grid Widget
|
545 |
+
* New: Logo Grid Widget
|
546 |
+
* New: Number Widget
|
547 |
+
|
548 |
+
= 1.1.1 =
|
549 |
+
|
550 |
+
* New: Testimonial Widget
|
551 |
+
* New: Floating Effects from -> to controller
|
552 |
+
* New: Hover animation effect in Card Widget image
|
553 |
+
* Update: Card Widget button default style
|
554 |
+
* Update: Dual Button Widget default style
|
555 |
+
* Fix: WP Forms style issue
|
556 |
+
* Fix: Card Widget editor mode JS error issue
|
557 |
+
* Fix: Dual Button Widget inline editing issue
|
558 |
+
|
559 |
+
= 1.1.0 =
|
560 |
+
|
561 |
+
* Fix: Minor issue fix
|
562 |
+
|
563 |
+
= 1.0.5 =
|
564 |
+
|
565 |
+
* New: Happy Effects (universal widget extension)
|
566 |
+
* New: CSS Transform (Happy Effects)
|
567 |
+
* New: Dual Button Widget
|
568 |
+
* Fix: Info box icon size issue
|
569 |
+
* Fix: Icon box icon size issue
|
570 |
+
|
571 |
+
= 1.0.4 =
|
572 |
+
|
573 |
+
* Fix: Card widget responsive issue
|
574 |
+
* Fix: Review widget responsive issue
|
575 |
+
|
576 |
+
= 1.0.3 =
|
577 |
+
|
578 |
+
* Update: Offset settings
|
579 |
+
* Fix: Offset responsive settings
|
580 |
+
|
581 |
+
= 1.0.2 =
|
582 |
+
|
583 |
+
* Update: Floating effects settings
|
584 |
+
* Update: Info box link updated to button
|
585 |
+
* Fix: Some minor styling issues
|
586 |
+
|
587 |
+
= 1.0.1 =
|
588 |
+
|
589 |
+
* Fix: Some minor issues
|
590 |
+
|
591 |
+
= 1.0.0 =
|
592 |
+
|
593 |
+
* New: Card Widget
|
594 |
+
* New: Gradient Heading Widget
|
595 |
+
* New: Info Box Widget
|
596 |
+
* New: Icon Box Widget
|
597 |
+
* New: Image Compare Widget
|
598 |
+
* New: Member Widget
|
599 |
+
* New: Review Widget
|
600 |
+
* New: Skill Bars Widget
|
601 |
+
* New: Contact Form 7 Widget
|
602 |
+
* New: Caldera Form Widget
|
603 |
+
* New: We Forms Widget
|
604 |
+
* New: WP Forms Widget
|
605 |
+
* New: Floating effects (check motion effect panel)
|
606 |
+
* Update: Plugin structure
|
607 |
+
* Update: Widgets CSS
|
608 |
+
* Fix: Card layout issue
|
609 |
+
* Fix: Contact Form 7 form deletion issue
|
610 |
+
|
611 |
+
= 0.0.1 =
|
612 |
+
|
613 |
+
* Initial release
|
classes/api-handler.php
CHANGED
@@ -141,7 +141,7 @@ class Api_Handler
|
|
141 |
}
|
142 |
|
143 |
public static function ha_wizard_get_preset_pro(){
|
144 |
-
self::$disabled_widgets = ["image-compare","carousel","skills","gradient-heading","wpform","ninjaform","calderaform","weform","number","flip-box","calendly","pricing-table","news-ticker","bar-chart","twitter-feed","post-tab","taxonomy-list","threesixty-rotation","fluent-form","data-table","social-share","event-calendar","link-hover","
|
145 |
self::haGetWidgetList();
|
146 |
|
147 |
self::$disabled_features = ["grid-layer","advanced-tooltip","text-stroke"];
|
141 |
}
|
142 |
|
143 |
public static function ha_wizard_get_preset_pro(){
|
144 |
+
self::$disabled_widgets = ["image-compare","carousel","skills","gradient-heading","wpform","ninjaform","calderaform","weform","number","flip-box","calendly","pricing-table","gravityforms","news-ticker","bar-chart","twitter-feed","post-tab","taxonomy-list","threesixty-rotation","fluent-form","data-table","social-share","event-calendar","link-hover","image-stack-group"];
|
145 |
self::haGetWidgetList();
|
146 |
|
147 |
self::$disabled_features = ["grid-layer","advanced-tooltip","text-stroke"];
|
classes/dashboard-widgets.php
CHANGED
@@ -9,7 +9,7 @@ class Dashboard_Widgets {
|
|
9 |
private static $instance;
|
10 |
|
11 |
public function init() {
|
12 |
-
add_action('wp_dashboard_setup', [$this, 'add_dashboard_widgets'],
|
13 |
}
|
14 |
|
15 |
/**
|
9 |
private static $instance;
|
10 |
|
11 |
public function init() {
|
12 |
+
add_action('wp_dashboard_setup', [$this, 'add_dashboard_widgets'], 9999);
|
13 |
}
|
14 |
|
15 |
/**
|
classes/dashboard.php
CHANGED
@@ -44,9 +44,9 @@ class Dashboard {
|
|
44 |
|
45 |
add_action( 'in_admin_header', [ __CLASS__, 'remove_all_notices' ], PHP_INT_MAX );
|
46 |
|
47 |
-
add_action( '
|
48 |
-
remove_menu_page(
|
49 |
-
},
|
50 |
}
|
51 |
|
52 |
public static function is_page() {
|
@@ -152,7 +152,7 @@ class Dashboard {
|
|
152 |
}
|
153 |
|
154 |
public static function enqueue_scripts( $hook ) {
|
155 |
-
if ( self::$wizard_slug == $hook
|
156 |
wp_enqueue_style(
|
157 |
'happy-elementor-addons-wizard',
|
158 |
HAPPY_ADDONS_ASSETS . 'admin/css/wizard.min.css',
|
@@ -392,20 +392,24 @@ class Dashboard {
|
|
392 |
}else{
|
393 |
$all_widgets = Widgets_Manager::get_local_widgets_map();
|
394 |
}
|
395 |
-
|
396 |
-
|
|
|
397 |
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
|
|
402 |
|
403 |
-
|
404 |
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
|
|
|
|
409 |
return $widgets_list;
|
410 |
}
|
411 |
|
44 |
|
45 |
add_action( 'in_admin_header', [ __CLASS__, 'remove_all_notices' ], PHP_INT_MAX );
|
46 |
|
47 |
+
add_action( 'admin_menu', function() {
|
48 |
+
remove_menu_page( 'happy-addons-setup-wizard' );
|
49 |
+
}, 100 );
|
50 |
}
|
51 |
|
52 |
public static function is_page() {
|
152 |
}
|
153 |
|
154 |
public static function enqueue_scripts( $hook ) {
|
155 |
+
if ( self::$wizard_slug == $hook && current_user_can( 'manage_options' ) ) {
|
156 |
wp_enqueue_style(
|
157 |
'happy-elementor-addons-wizard',
|
158 |
HAPPY_ADDONS_ASSETS . 'admin/css/wizard.min.css',
|
392 |
}else{
|
393 |
$all_widgets = Widgets_Manager::get_local_widgets_map();
|
394 |
}
|
395 |
+
if(is_array($module->get_formatted_usage( $format ))||is_object($module->get_formatted_usage( $format ))){
|
396 |
+
foreach ( $module->get_formatted_usage( $format ) as $doc_type => $data ) {
|
397 |
+
$usage .= "\t{$data['title']} : " . $data['count'] . PHP_EOL;
|
398 |
|
399 |
+
if(is_array($data['elements'])||is_object($data['elements'])){
|
400 |
+
foreach ( $data['elements'] as $element => $count ) {
|
401 |
+
$usage .= "\t\t{$element} : {$count}" . PHP_EOL;
|
402 |
+
$is_happy_widget = strpos( $element , "ha-") !== false;
|
403 |
+
$widget_key = str_replace('ha-','',$element);
|
404 |
|
405 |
+
if( $is_happy_widget && array_key_exists( $widget_key, $all_widgets ) ) {
|
406 |
|
407 |
+
$widgets_list[ $widget_key ] = $count;
|
408 |
+
}
|
409 |
+
}
|
410 |
+
}
|
411 |
+
}
|
412 |
+
}
|
413 |
return $widgets_list;
|
414 |
}
|
415 |
|
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Happy Elementor Addons
|
4 |
* Plugin URI: https://happyaddons.com/
|
5 |
* 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.
|
6 |
-
* Version: 3.2.
|
7 |
* Author: weDevs
|
8 |
* Author URI: https://happyaddons.com/
|
9 |
* Elementor tested up to: 3.4.4
|
@@ -36,7 +36,7 @@ Copyright 2019 HappyMonster <http://happymonster.me>
|
|
36 |
|
37 |
defined( 'ABSPATH' ) || die();
|
38 |
|
39 |
-
define( 'HAPPY_ADDONS_VERSION', '3.2.
|
40 |
define( 'HAPPY_ADDONS__FILE__', __FILE__ );
|
41 |
define( 'HAPPY_ADDONS_DIR_PATH', plugin_dir_path( HAPPY_ADDONS__FILE__ ) );
|
42 |
define( 'HAPPY_ADDONS_DIR_URL', plugin_dir_url( HAPPY_ADDONS__FILE__ ) );
|
3 |
* Plugin Name: Happy Elementor Addons
|
4 |
* Plugin URI: https://happyaddons.com/
|
5 |
* 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.
|
6 |
+
* Version: 3.2.2
|
7 |
* Author: weDevs
|
8 |
* Author URI: https://happyaddons.com/
|
9 |
* Elementor tested up to: 3.4.4
|
36 |
|
37 |
defined( 'ABSPATH' ) || die();
|
38 |
|
39 |
+
define( 'HAPPY_ADDONS_VERSION', '3.2.2' );
|
40 |
define( 'HAPPY_ADDONS__FILE__', __FILE__ );
|
41 |
define( 'HAPPY_ADDONS_DIR_PATH', plugin_dir_path( HAPPY_ADDONS__FILE__ ) );
|
42 |
define( 'HAPPY_ADDONS_DIR_URL', plugin_dir_url( HAPPY_ADDONS__FILE__ ) );
|
readme.txt
CHANGED
@@ -1,987 +1,994 @@
|
|
1 |
-
=== Happy Addons for Elementor ===
|
2 |
-
Plugin Name: Happy Addons for Elementor
|
3 |
-
Version: 3.2.
|
4 |
-
Author: weDevs
|
5 |
-
Author URI: https://happyaddons.com/
|
6 |
-
Contributors: thehappymonster, happyaddons, hasinhayder, mosaddek73, tareq1988,
|
7 |
-
Tags: Elementor, Elementor Addons, Elementor Widget, Elementor Addon, Mega Menu
|
8 |
-
Requires at least: 4.7
|
9 |
-
Tested up to: 5.8
|
10 |
-
Stable tag: trunk
|
11 |
-
Requires PHP: 5.4
|
12 |
-
License: GPLv2
|
13 |
-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
14 |
-
|
15 |
-
[Happy Addons for Elementor](https://happyaddons.com/) 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.
|
16 |
-
|
17 |
-
== Description ==
|
18 |
-
|
19 |
-
[Happy Addons for Elementor page builder](https://happyaddons.com/) Is One of the Best Elementor Addons That Comes With **90+ Elementor Free & Pro Widgets and 20+ Problem-Solving Elementor Features**.
|
20 |
-
|
21 |
-
### **Why Should You Choose HappyAddons?**
|
22 |
-
HappyAddons is the pioneer of adding exclusive problem-solving features. Also we have added premium quality Widgets in the Elementor Library. Reasons for choosing Happyaddons over any other Elementor Addons:
|
23 |
-
|
24 |
-
From now on, you can create a mega menu, simple navigation menu, Horizontal Nav Menu with our Happy Menu Widget.
|
25 |
-
|
26 |
-
Create off canvas contents/menu for your site with HappyAddons off-canvas widget
|
27 |
-
|
28 |
-
Manage one page navigation menu with the help of HappyAddons One Page Navigation widget
|
29 |
-
|
30 |
-
- You Can Create Advanced Data Table,
|
31 |
-
- Facility to Add Text Stroke or Outline to Elementor Typography
|
32 |
-
- Manage Your Event Calendars,
|
33 |
-
- Design Your Woocommerce Sites,
|
34 |
-
- Copy and Paste All of Your Elements Within Cross-Domain,
|
35 |
-
- Masking Your Images Into Different Shapes Within the Elementor Editing Panel,
|
36 |
-
- Flexibility to Create Advance Background Parallax for Your Elementor Site,
|
37 |
-
- Exclusive Blog Archive Page Designing Capability,
|
38 |
-
- 500+ Readymade Elementor Template Kits to Use,
|
39 |
-
- Moreover, You Can Copy Happyaddons Demo Contents Directly from Our [demo site](https://demo.happyaddons.com/) and much more.
|
40 |
-
- Officially recommended by Elementor Page Builder! We are now listed on their [official addons page](https://elementor.com/addons/).
|
41 |
-
- This Elementor Page Builder Addon is the latest addition in the list of [weDevs](https://wedevs.com/) premium product library. **weDevs is famous for reliable after sales service**.
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
### **What You will Get in HappyAddons Free Version**
|
46 |
-
|
47 |
-
**44 Free Elementor Widgets Are Available in the HappyAddons Free**
|
48 |
-
HappyAddons comes with plenty of Elementor Widgets in the free version. And all of the widgets are full of customization. Also we have created design inspiration for our each and every single widgets. Let’s have a look what you will get in our free version:
|
49 |
-
|
50 |
-
- [**Card**](https://demo.happyaddons.com/elementor-card-widget-demo/) – Incredibly powerful widget to demonstrate your products, articles, news, creative posts using a beautiful combination of texts, links, badge, and image. Using built-in positioning and offset features you can create eye-candy designs in a twist.
|
51 |
-
- [**Info Box**](https://demo.happyaddons.com/elementor-info-box-widget-demo/) – Create beautiful information boxes using icons, links, and texts, and make them slick using the built-in positioning features.
|
52 |
-
- [**Icon Box**](https://demo.happyaddons.com/elementor-icon-box-widget-demo/) – A simplified version of Infobox but comes with powerful display features. Perfect for showcasing interesting information to your users in various styles.
|
53 |
-
- [**Skill Bars**](https://demo.happyaddons.com/elementor-skill-bars-widget-demo/) – An essential building block to showcase user skills, task percentage, required tools, and other progressive information in different ways. It comes with incredible customizing options to suit your needs.
|
54 |
-
- [**Review**](https://demo.happyaddons.com/elementor-review-widget-demo/) – Showcase your user feedback, reviews, and rating easily than ever using our review widget. Display user photos, texts and star ratings. Make them stand out using built-in offsets and positioning features.
|
55 |
-
- [**Image Compare**](https://demo.happyaddons.com/elementor-image-compare-widget-demo/) – Are you a photo-editor, agency or product designer who often needs to showcase their beautiful works in a form of before and after slider? This widget is perfect for this job. And built-in styling options, vertical and horizontal orientation features can help you design these before-after sections with more creativity.
|
56 |
-
- [**Gradient Heading**](https://demo.happyaddons.com/elementor-gradient-heading-widget-demo/) – Another gem to create eye candy headings for your websites. You can apply different gradient styles, angles, opacity, and positions to make them look even better across different device screens.
|
57 |
-
- [**Team Member**](https://demo.happyaddons.com/elementor-team-member-widget-demo/) – A perfect widget to showcase your beautiful team in various styles using texts, images, and social links. And just like our other widgets, you will find powerful styling options to make them stand out quite easily.
|
58 |
-
- [**Dual Button**](https://demo.happyaddons.com/elementor-dual-button-widget-demo/) – DualButton widget allows you to add two flexible and trendy action buttons in your sections, in different styles.
|
59 |
-
- [**Number**](https://demo.happyaddons.com/elementor-number-widget-demo/) – Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that's literally going to blow your mind.
|
60 |
-
- [**Justified Grid**](https://demo.happyaddons.com/elementor-justified-grid-widget-demo/) – Another pro-grade widget that can help you to create the beautiful justified grid. It comes packed with tons of options to make it stand out from the crowd.
|
61 |
-
- [**Testimonial**](https://demo.happyaddons.com/elementor-testimonial-widget-demo/) – Create beautiful testimonial sections with different look-n-feels using HappyAddons Testimonial widget.
|
62 |
-
- [**Logo Grid**](https://demo.happyaddons.com/elementor-logo-grid-widget-demo) – Showcase your clients or products using our logo grid widget, and display these items with styles.
|
63 |
-
- [**Slider**](https://demo.happyaddons.com/elementor-slider-widget-demo/) – Now you can create sliders with beautiful animations and effects using our Slider widget. And just like our other widgets, there are lots of customization options for you.
|
64 |
-
- [**Carousel**](https://demo.happyaddons.com/elementor-carousel-widget-demo/) – Create interesting image and text carousels using our carousel widget which comes with a lot of options.
|
65 |
-
- [**Image Grid**](https://demo.happyaddons.com/elementor-image-grid-widget-demo/) – Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that's literally going to blow your mind.
|
66 |
-
- [**Step Flow**](https://demo.happyaddons.com/elementor-step-flow-widget-demo/) – Create an excellent step by step visual diagram and instructions using this smart widget. Change directions, counters and make them look amazing with icons, texts, and colors.
|
67 |
-
- [**Fun Factor**](https://demo.happyaddons.com/elementor-fun-factor-widget-demo/) - Another power packed widget that can help you create incredible accordions in styles
|
68 |
-
- [**Calendly**](https://demo.happyaddons.com/elementor-calendly-widget-demo/) – Schedule meetings without the back-and-forth emails through Calendly. We are happy to integrate this important application in our HappyAddons.
|
69 |
-
- [**News Ticker**](https://demo.happyaddons.com/elementor-news-ticker-widget-demo/) – Want to show updates, popular content or messages on your website? With the Happy Elementor Addons Content Ticker widget, you can do this at your disposal with great customizability.
|
70 |
-
- [**Social Icon**](https://demo.happyaddons.com/elementor-social-icon-widget-demo/) – Beautifully insert and display your social links onto your webpage using this widget to easily connect with your site visitor.
|
71 |
-
- [**Twitter Feed**](https://demo.happyaddons.com/elementor-twitter-feed-widget-demo/) – Showcase your awesome team decorating in the Twitter feed mode applying various styles, texts, images, and social links.
|
72 |
-
- [**Bar Chart**](https://demo.happyaddons.com/elementor-bar-chart-widget-demo/) – Display charts in an animated and customizable bar form essentially in case of imaging different data and other relevant statistical visualizations.
|
73 |
-
- [**360° Rotation**](https://demo.happyaddons.com/elementor-360-rotation-widget-demo/) - Create 360 Degree rotated images for your Products with this widget. Flexibility to add auto-rotate or click to the rotation functionality. Also, you can add Magnify Button to Zoom-in your pictures.
|
74 |
-
- [**Data Table**](https://demo.happyaddons.com/elementor-datatable-widget-demo/) - Using a data table on the website is a difficult task if you don't have any coding ideas or knowledge. However, the data table widget of Happy Elementor Addons will solve this problem.
|
75 |
-
- [**Pricing Table Lite**](https://demo.happyaddons.com/elementor-pricing-table-widget-demo/) – Create beautiful pricing tables with lots of customizations and sleek look-n-feel using this widget.
|
76 |
-
- [**Flip Box Lite**](https://demo.happyaddons.com/elementor-flip-box-widget-demo/) – FlipBox helps you to deliver messages in a beautiful way with before and after-effects.
|
77 |
-
- [**Post Tab**](https://demo.happyaddons.com/elementor-post-tab-widget-demo/) – Enable users to present your post in multiple workable tabs ideally useful for grouped and related content.
|
78 |
-
- [**Post List**](https://demo.happyaddons.com/elementor-post-list-widget-demo/) – List any post elegantly using this widget displaying them in a creative and innovative manner with multiple options to play with.
|
79 |
-
- [**Taxonomy List**](https://demo.happyaddons.com/elementor-taxonomy-widget-demo/) - This widget will help you to create a list of posts by sorting categories, tags, post formats.
|
80 |
-
- [**Horizontal TimeLine**](https://demo.happyaddons.com/elementor-horizontal-timeline-widget-demo/) – Design your storyline horizontally using the Horizontal Timeline Widget by HappyAddons. It’s absolutely free!
|
81 |
-
- [**Social Share**](https://demo.happyaddons.com/elementor-social-share-widget-demo/) – No need to buy a social share plugin anymore. Get many of the premium features of social share plugins within HappyAddons Social Share widget for free!
|
82 |
-
- [**Event Calendar**](https://demo.happyaddons.com/elementor-event-calendar-widget-demo/) – Are you struggling to incorporate an event calendar on your website with the help of Elementor? Don’t worry; we have added an amazing Event Calendar Widget in the HappyAddons Free Version for you! You can create your own personalized calendar manually or use your Google calendar or the Events Calendar Plugin’s calendar to showcase your events.
|
83 |
-
- [**Image Hover Effect**](https://demo.happyaddons.com/elementor-image-hover-effect-widget-demo/) – If you want to add lucrative hover effects to your website’s images, you can try HappyAddons Image Hover Effect Widget. It allows you to add 20+ stunning hover effects to your photos. Start adding attention grabbing images easily.
|
84 |
-
- [**Animated Link**](https://demo.happyaddons.com/elementor-animated-link-widget-demo/) – Are you wondering about increasing the click-through rate of your website’s links? Grab your visitor’s attention by adding different effects to your links using the Happy Animated Link widget.
|
85 |
-
- [**Mailchimp Widget**](https://demo.happyaddons.com/elementor-mailchimp-widget-demo/) – Now you can create lucrative Mailchimp forms with HappyAddons Mailchimp Widget for Elementor.
|
86 |
-
- [**Content Switcher**](https://demo.happyaddons.com/elementor-content-switcher-demo/) – Happy Content Switcher Elementor widget allows you to toggle Elementor sections, pages, or texts easily.
|
87 |
-
- [**Image Stack Group**](https://demo.happyaddons.com/elementor-image-stack-group-demo/) – Sometimes we have to show images in a stack group format to create an eye-catchy look. But it’s so tough to create a single stack group of images with Elementor. But with our Elementor Image Stack Group widget, you can easily create an image stacked group within Elementor. You can get the Elementor Image Stack Group widget in the free version of HappyAddons.
|
88 |
-
- [**Image Accordion**](https://demo.happyaddons.com/elementor-image-accordion-demo/) – HappyAddons Image Accordion widget for Elementor comes with interactive design looks. You can create unique accordions for images. It will help you keep your users longer on the website. Try HappyAddons Image Accordion Elementor Widget now.
|
89 |
-
- [**Contact Form 7**](https://demo.happyaddons.com/elementor-contact-form-7-widget-demo/) – This utility widget helps you to integrate existing forms built using CF7 plugin across your web pages without spending too much time.
|
90 |
-
- [**Caldera Forms**](https://demo.happyaddons.com/elementor-caldera-forms-widget-demo/) – This widget can help you to display your caldera forms to display on your web pages designed with Elementor.
|
91 |
-
- [**weForms**](https://demo.happyaddons.com/elementor-we-forms-widget-demo/) – Designed forms using weForms plugin and looking for a way to display those on your Elementor powered pages? This is the answer to that.
|
92 |
-
- [**Ninja Forms**](https://demo.happyaddons.com/elementor-ninja-form-widget-demo/) – Use this widget to embed forms created using Ninja Forms to display seamlessly on your web pages. Various styling options will help you to look at them even better.
|
93 |
-
- [**WPForms**](https://demo.happyaddons.com/elementor-wpform-widget-demo/) – Use this widget to embed forms created using WPForms to display seamlessly on your web pages. Various styling options will help you to look at them even better.
|
94 |
-
- [**Gravity Forms**](https://demo.happyaddons.com/elementor-gravity-form-widget-demo/) – While using Gravity forms, you may want to change the appearance of the form fields. With the Happy Addons, you can spruce up your Gravity forms like a pro.
|
95 |
-
- [**WP Fluent Forms**](https://demo.happyaddons.com/elementor-fluent-form-widget-demo/) - Easily customize and use Fluent Forms using this super intuitive widget.
|
96 |
-
|
97 |
-
**20+ Free Elementor Enhancement Features Are Available in the HappyAddons Free**
|
98 |
-
|
99 |
-
HappyAddons not only comes with extendable elementor widgets but also it has some cool features which help you to increase your web designing skill. You will get 20+ exclusive Elementor features in HappyAddons Free.
|
100 |
-
|
101 |
-
|
102 |
-
[**Happy Templates**](https://happyaddons.com/template-importer/) - Finally, we are happy to announce that we are introducing the Happy Template import feature within our HappyAddons. Initially, it comes with almost 500 readymade elementor templates. We will continuously improve our template library. Both of our Free and Pro users can use happy templates. Templates are labeled in two tags, Pro and Free. To import premium templates you will need the [HappyAddons Pro](https://happyaddons.com/pricing). Template import feature works as like Elementor Template importing feature. Additionally, you can check the previews in three device viewport; Desktop, Tab, Mobile.
|
103 |
-
|
104 |
-
[**Happy Shape Dividers**](https://happyaddons.com/happy-shape-divider/) - If you want to get some unique shape dividers within your elementor shape divider you can use our HappyAddons Shape Dividers for Elementor. Initially you will get 18+ new shape dividers.
|
105 |
-
|
106 |
-
[**Happy Tooltip**](https://happyaddons.com/happy-tooltip/) - You can add tooltips to any elements of your Elementor website with the HappyAddons Elementor advanced tooltip feature. Add images, GIFs, Background images to your Elementor tooltips with the help of the Happy Elementor Advance Tooltip feature.
|
107 |
-
|
108 |
-
[**Elementor Equal Heights**](https://happyaddons.com/equal-height-feature/) - From now you can set equal heights to your Elementor Columns, widgets without using zero coding knowledge.
|
109 |
-
|
110 |
-
[**Text Outline**](https://happyaddons.com/text-outline/) - With this Text Outline feature you can add an exterior border around each character of your text or Heading lines. You can create Neon Text Effect, Parallax Heading Effect, Stroke Heading Effect and much more. You can also apply this feature in the Elementor’s Default Heading Widgets. Here is the list of widgets within which you will get this text outline option,
|
111 |
-
- Elementor Heading Widget
|
112 |
-
- Elementor Page Title Widget
|
113 |
-
- Elementor Site Title Widget
|
114 |
-
- Elementor Post Title Widget
|
115 |
-
- Elementor Product Title Widget
|
116 |
-
- Elementor Animated Heading Widget
|
117 |
-
- HappyAddons Gradient Heading Widget
|
118 |
-
|
119 |
-
Here are some design inspirations for you. [**Demo“**](https://demo.happyaddons.com/text-outline/)
|
120 |
-
|
121 |
-
[**Background Overlay**](https://happyaddons.com/background-overlay-demo/) - This extension will allow you to add images, colors, and icons behind a widget. You can add background overlay to any widget.
|
122 |
-
|
123 |
-
[**Happy Icons**](https://happyaddons.com/happy-icon/) - This will help you embellish your web page with an army of free happy icons. To do so, you have to choose a widget that supports happy icons. Currently, the custom fonts library contains 500+ icons.
|
124 |
-
|
125 |
-
[**Managing Column Order on Mobile Responsive Mood** ](https://happyaddons.com/happy-column-control/) - Your designed web page may contain some columns that may require to reorder in the mobile device view. By using the Happy Elementor Addons, you can rearrange the order of the column.
|
126 |
-
|
127 |
-
[**Manage Column Width by Adding Pixels**](https://happyaddons.com/happy-column-control/) – You can control the column width of your widgets with percentage parameters in Elementor. However, sometimes, you need to adjust the column width to meet your design aesthetics. The Happy Addons will let you do so with ease.
|
128 |
-
|
129 |
-
[**Happy Clone**](https://happyaddons.com/happy-clone-demo/) – While designing with Elementor, you may need to duplicate pages or posts from the finder of Elementor Page Builder by using the buttons (CMD/CTRL + E). Surprisingly, you can copy pages and posts lighting fast from the Elementor finder using the Happy clone feature.
|
130 |
-
|
131 |
-
**Fixed Size Controls in Elementor Button Widget** – Sometimes, you may need to make perfectly circular shaped buttons in Elementor. With this free feature, you can do that by just setting a fixed size, that is, by specifying an equal height and width of the Elementor Button widget.
|
132 |
-
|
133 |
-
[**Grid Layer**](https://happyaddons.com/happy-grid-layout-demo/) – Maintain proper alignment of your page's elements. Enjoy full flexibility while setting your grid color, width, and position of your grid layout.
|
134 |
-
|
135 |
-
[**Wrapper Link**](https://happyaddons.com/wrapper-link-feature-demo/) – No limitation on adding links to specific areas. Use the Wrapper Link feature to insert links to any column, section or any other place you want.
|
136 |
-
|
137 |
-
[**Floating Effects**](https://happyaddons.com/elementor-floating-effect-demo-2/) – Now you can create stunning animations for any Elementor widget using Floating Effects. Translate, Rotate or Scale Imagination is the limit!
|
138 |
-
|
139 |
-
**Floating Effects & CSS Transformations demo:**
|
140 |
-
|
141 |
-
https://www.youtube.com/watch?v=LmtacsLcFPU
|
142 |
-
|
143 |
-
**Floating Effects used for Space effect illustration:**
|
144 |
-
|
145 |
-
https://www.youtube.com/watch?v=F33g3zqkeog
|
146 |
-
|
147 |
-
[**CSS Transform**](https://happyaddons.com/elementor-css-transform-demo-3/) – Another missing piece, a great enhancement over core Elementor that works seamlessly with every widget. You can now apply various CSS transforms like translate, rotate, scale and skew without any limitations.
|
148 |
-
|
149 |
-
|
150 |
-
### **Presenting the All-Exclusive Widgets & Features Happy Addons Pro**
|
151 |
-
|
152 |
-
The Happy Elementor Addons ships not only with some unique premium features but also with premium widgets. The premium features are 100% unique and exclusive and the premium widgets are there to give you professional assistance to craft any design of your webpage.
|
153 |
-
|
154 |
-
https://www.youtube.com/watch?v=QwJrFMtfO2U
|
155 |
-
|
156 |
-
_Introducing Happy Addons Pro (Check What You Will Get in the Pro Version of Happyaddons)_
|
157 |
-
|
158 |
-
### ** 46 Premium Elementor Widgets of Happy Addons (pro)**
|
159 |
-
|
160 |
-
If you are still craving for more widgets, then the following premium widgets are there to quench your thirst. The best part is that you can copy and paste the design source code so you won't have to make any design from scratch. Let's explore the world of Happy Addons Pro Widgets:
|
161 |
-
|
162 |
-
- [**Advanced Slider**](https://demo.happyaddons.com/elementor-advanced-slider-widget-demo/) – Bored with your typical sliders? Try our advanced slider for Elementor. Create mesmerizing slides within your Elementor Sites using our Advanced Slider.
|
163 |
-
- [**Happy Mega Menu**](https://demo.happyaddons.com/elementor-happy-mega-menu-widget-demo/) – Struggling with large-scale menu items? Happy Mega Menu is the best solution to your problems. You can create mega menus lik Adidas, Dribbble, Puma, Invision etc.
|
164 |
-
- [**One Page Navigation Widget**](https://demo.happyaddons.com/elementor-one-page-navigation-widget-demo/) - HappyAddons one page navigation widget will help you create lucrative one page nav contents for your site. It has 9 design controls with a smooth scrolling option. You can show any kind of design within it.
|
165 |
-
- [**Off-Canvas Content or Menu Widget**](https://demo.happyaddons.com/elementor-off-canvas-content-demo/) - HappyAddons off canvas navigation content will give you the freedom to create any kind of off canvas contents or offcanvas menu items for your Elementor websites.
|
166 |
-
- [**Feature List**](https://demo.happyaddons.com/elementor-feature-list-widget-demo/) – You can display your product features using different styles using this widget. As a bonus, you can also customize each and every predefined design.
|
167 |
-
- [**Pricing Table**](https://demo.happyaddons.com/elementor-pricing-table-widget-demo/) – This one of a kind widget will allow you to create any kind of pricing table under the sun. As a surprise, you can use gradient background, oval-shaped button, font awesome icons, background fill color, different heights, dark mood and so on.
|
168 |
-
- [**Flip Box**](https://demo.happyaddons.com/elementor-flip-box-widget-demo-2/) – This exquisite widget will help you show different messages or texts at the time before and after a user hover on a certain element. Just like the other widgets, you can customize this with background image, gutter and circular arrow navigation on both sides.
|
169 |
-
- [**Advanced Heading**](https://demo.happyaddons.com/elementor-advanced-heading-widget-demo/) – With this useful widget you can create beautiful heading designs for your text. Like the other widgets, you will get a bunch of free customization options for different sections of the texts.
|
170 |
-
- [**Hover Box**](https://demo.happyaddons.com/elementor-image-hover-box-widget-demo/) – Give boring images lives by adding dynamic animated texts with this nifty little tool. You can display texts with this tool right after a user hovers an image.
|
171 |
-
- [**Team Carousel**](https://demo.happyaddons.com/elementor-team-carousel-widget-demo/) – Present your team members with beautiful carousels that include social profile buttons, arrow icons, and great customizability.
|
172 |
-
- [**Scrolling Image**](https://demo.happyaddons.com/elementor-scrolling-image-widget-demo/) – Using this widget, you can show your products or services in a way that slides horizontally or vertically. You can also create a stunning photo gallery with this awesome widget.
|
173 |
-
- [**Advanced Tab**](https://demo.happyaddons.com/elementor-advanced-tab-widget-demo/) – This Elementor widget will enable you to show your content by creating advanced tabbed content sections using full-controlled customizations. You can also use other widgets inside the tab.
|
174 |
-
- [**Advanced Accordion**](https://demo.happyaddons.com/elementor-advanced-accordion-widget-demo/) – Just like the Advanced Tab widget, if you want to provide your user with extra information using a collapsing effect in different directions, then this is the widget to you should go for.
|
175 |
-
- [**Testimonial Carousel**](https://demo.happyaddons.com/elementor-testimonial-carousel-widget-demo/) – This widget will provide you with a great way to showcase the recommendations of your customers. You can also control the carousel's movement using various flexible styles.
|
176 |
-
- [**Logo Carousel**](https://demo.happyaddons.com/elementor-logo-carousel-widget-demo/) – Unleash your design creativity with this beautiful logo carousel widget and showcase your partners and products using vertical or horizontal motion.
|
177 |
-
- [**Animated Text**](https://demo.happyaddons.com/elementor-animated-text-widget-demo/) – This widget is pretty useful to make your text stand apart from the crowd applying smart animations. You can customize the cool animation effects with a variety of flexible styles.
|
178 |
-
- [**Timeline**](https://demo.happyaddons.com/elementor-timeline-widget-demo/) – Tell your story in the precise and the smartest way using this gorgeous tool. Your visitors will get to know everything about the history of your product or company through a bird's eye view.
|
179 |
-
- [**Instagram Feed**](https://demo.happyaddons.com/elementor-instagram-feed-widget-demo/) – This widget will pave you the way to dynamically show you your beautiful Instagram photos seamlessly on your website page. Users can interact with your photos and leave a comment.
|
180 |
-
- [**Advanced Toggle**](https://demo.happyaddons.com/elementor-advanced-toggle-widget-demo/) – Similar to the Accordion widget, this will allow you to create a collapsible container area that will enable the user to show and hide items provided that the user clicks on it.
|
181 |
-
- [**List Group**](https://demo.happyaddons.com/elementor-list-group-widget-demo/) – With this incredibly handy widget, you can craft beautiful lists. You can also apply advanced styles to give the appearance of the items just like the way you want it.
|
182 |
-
- [**Countdown**](https://demo.happyaddons.com/elementor-countdown-widget-demo/) – This eye-catching widget will let you set a countdown clock which you can use to show the launch time of your website or prod the customers to take a particular action showing remaining time.
|
183 |
-
- [**Source Code**](https://demo.happyaddons.com/elementor-source-code-widget-demo/) – While writing docs or tutorial posts, you can use this widget to skillfully show codes to your visitors so that they can copy and paste them anywhere on the page at their disposal.
|
184 |
-
- [**Promo Box**](https://demo.happyaddons.com/elementor-promo-box-widget-demo/) - Promote anything in a more lucrative way with the promo box widget of HappyAddons. And clearly stay ahead in the competition
|
185 |
-
- [**Hot Spot**](https://demo.happyaddons.com/elementor-hot-spot-widgets-demo/) - Another power packed widget that can help you create incredible accordions in styles
|
186 |
-
- [**Price Menu**](https://demo.happyaddons.com/elementor-price-menu-widget-demo/) - Display your food menu list with or without price in a decent and creative way with this full flexible widget
|
187 |
-
- [**Business Hour**](https://demo.happyaddons.com/elementor-business-hour-widget-demo/) – This widget will help you show the business hours in a tabular form. Your customers will get to know when your business is open or closed.
|
188 |
-
- [**Line Chart**](https://demo.happyaddons.com/elementor-line-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
189 |
-
- [**Pie & Doughnut Chart**](https://demo.happyaddons.com/elementor-pie-doughnut-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
190 |
-
- [**Polar Area Chart**](https://demo.happyaddons.com/elementor-polar-area-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
191 |
-
- [**Radar Chart**](https://demo.happyaddons.com/elementor-radar-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
192 |
-
- [**Facebook Feed**](https://demo.happyaddons.com/elementor-facebook-feed-widget-demo/) - Show the feed of you facebook page in your website in different and creative way through happyaddons and elementor
|
193 |
-
- [**Twitter Feed Carousel**](https://demo.happyaddons.com/elementor-twitter-feed-carousel-widget-demo/) - Showcase your awesome team decorating in the Twitter feed mode applying various styles, texts, images, and social links
|
194 |
-
- [**Breadcrumbs**](https://demo.happyaddons.com/elementor-breadcrumb-widget-demo/) - Visualize your breadcrumbs in different ways; each of them customisable
|
195 |
-
- [**Sticky Video**](https://demo.happyaddons.com/elementor-sticky-video-widget-demo/) - From now, you can set sticky videos with the HappyAddons sticky video widget. Also, you will get plenty of options to manage your videos in an advanced way
|
196 |
-
- [**Advanced Data table**](https://demo.happyaddons.com/elementor-advanced-datatable-widget-demo/) - Manage Your Table Data with Google Sheet, Table Press, Import from CSV, Local Database.
|
197 |
-
- [**Modal Popup**](https://demo.happyaddons.com/elementor-modal-popup-widget-demo/) - Create click triggered Popups to grab and collect various information from the visitors.
|
198 |
-
- [**Single Image Scroll**](https://demo.happyaddons.com/single-image-scroll-widget-demo/) - Facing difficulties while presenting long images like web page screenshots, panorama shots, etc to your portfolios? From now you can showcase long images by using the Happy Single Image Scroll widget.
|
199 |
-
- [**Post Grid**](https://demo.happyaddons.com/elementor-post-grid-widget-demo/) - Scale your blog archive page with the HappyAddons Post Grid widget. It comes with predefined skins, so you spend less time designing your blog page
|
200 |
-
- [**Post Tiles**](https://demo.happyaddons.com/elementor-post-tiles-widget-demo/) - Now you can showcase your most desirable blog posts exclusively with the Post Tiles widget of Happy Elementor Addons. It’s available with predefined tiles set to achieve an elegant look
|
201 |
-
- [**Smart Post List**](https://demo.happyaddons.com/elementor-smart-post-list-widget-demo/) - Are you looking for a magnificent listing facility with the highlighted option for your sticky featured article? HappyAddons Smart Post list widget will handle all of your desirable styles smartly, like featuring the sticky post, filterable post list, and more
|
202 |
-
- [**Post Carousel**](https://demo.happyaddons.com/elementor-post-carousel-widget-demo/) - The Post carousel feature is now trendy in News Portals or other blogging sites to grab visitors’ attention. Now you can create a stunning post carousel for your site with the HappyAddons Post Carousel widget
|
203 |
-
- [**Author List**](https://demo.happyaddons.com/elementor-author-list-widget-demo/) - Decently showcase your creative writers with the HappyAddons Author List widget. It will help you to display all of your authors in one place
|
204 |
-
- [**WooCommerce Product Grid**](https://demo.happyaddons.com/elementor-product-grid-widget-demo/) - Are you struggling with showcasing your products in perfect grid alignment within WooCommerce? From now, you can display your products in grid views lucratively with HappyAddons Pro Product Grid Widget
|
205 |
-
- [**WooCommerce Product Carousel**](https://demo.happyaddons.com/elementor-product-carousel-widget-demo/) - Wondering about a perfect WooCommerce Product Carousel widget for Elementor to grab the attention of your customers? Try HappyAddons Pro’s Product Carousel Widget to make it happen.
|
206 |
-
- [**WooCommerce Product Category Grid**](https://demo.happyaddons.com/elementor-product-category-grid-widget-demo/) - Sometimes you need to display your eCommerce products category wise to target a specific genre of visitors. Our HappyAddons Product Category Grid Widget is the best fit for displaying WooCommerce Products category wise
|
207 |
-
- [**WooCommerce Product Category Carousel**](https://demo.happyaddons.com/elementor-product-category-carousel-widget-demo/) - From now you can display products in carousels based on specific categories with the help of HappyAddons Pro Product Category Carousel Widget to make them more lucrative
|
208 |
-
- [**WooCommerce Single Product**](https://demo.happyaddons.com/elementor-single-product-demo/) - Are you looking for a design element to design your single WooCommerce products in various designs? No worries, HappyAddons Single WooCommerce Product Widget will fulfill your desired goal. Check out the demos here.
|
209 |
-
- [**WooCommerce Mini Cart**](https://demo.happyaddons.com/elementor-mini-cart-widget-demo/) - Want to increase your eCommerce store’s customer experience? Use the mini cart widget of HappyAddons to boost your conversion rate swiftly.
|
210 |
-
|
211 |
-
|
212 |
-
### **Unique Pro Features of Happy Addons to Watch Out For**
|
213 |
-
|
214 |
-
The premium (PRO) features of Happy Addons truly make it stand out from all the other Elementor add-ons out there right now. You will get the below mentioned much talked about standout premium features in the PRO version of Happy Addons:
|
215 |
-
|
216 |
-
### **Happy Mega Menu Builder For Elementor:**
|
217 |
-
|
218 |
-
Happy Addons brings an amazing mega menu builder for Elementor. With this MegaMenu builder, you can create mega menus like Dribble, Adidas, Puma, weDevs, and more. Our Happy Menu widget will help you show any kind of element to your mega menu items. Like you can show posts, categories, pages, list items, social links, menu icons, and more. Not only that but also you will get a blank Elementor canvas to design your mega menu items.
|
219 |
-
|
220 |
-
What Extra Will You Get in the Mega Menu Builder of HappyAddons?
|
221 |
-
|
222 |
-
With this Happy mega menu builder widget, you can create any kind of menus.
|
223 |
-
|
224 |
-
- **Simple Navigation Menu For Elementor:** You can create a simple nav menu for your Elementor site. You can show and design your WordPress Nav menu items as well.
|
225 |
-
- **Icon for menu items or megamenu items:** Flexibility to add different types of icons to menu items.
|
226 |
-
- **Menu Badges for Mega Menu or Simple Nav Menus:** Create a customized badge for your megamenu or simple menu items.
|
227 |
-
- **Mobile Responsive Mega Menus:** You can create mobile responsive menus, as it has different styling options for mobiles and tablets.
|
228 |
-
|
229 |
-
Want to learn How to Create MegaMenu for Elementor? Watch this detailed tutorial of creating mega menus within Elementor,
|
230 |
-
|
231 |
-
https://www.youtube.com/watch?v=7qmCZFsDkmg&t=548s&ab_channel=HappyAddons
|
232 |
-
|
233 |
-
### **Cross-Domain Copy-Paste: Apply the Same Design to Multiple Domains With a Single Click**
|
234 |
-
|
235 |
-
If you are creating different web pages with WordPress, you will often try to use the same elements of a web page to other pages over and over again.
|
236 |
-
|
237 |
-
To address this issue, the Elementor page builder comes with a free copy and paste elements feature for a single domain. But the problem is, you can not copy and paste an element to other domains.
|
238 |
-
|
239 |
-
This is where the goodness of the Happy Addons comes to the rescue! With this tool, you can copy and paste any element (for example, buttons, navigation bars, carousel, accordion, etc.) from one domain to another domain. Cool, right?
|
240 |
-
|
241 |
-
[Check Demo](https://demo.happyaddons.com/cross-domain-copy-paste/)
|
242 |
-
|
243 |
-
### **Preset: Save Your Time and Effort by Using the Preset Feature**
|
244 |
-
|
245 |
-
If you try to create your website from scratch and give it a professional appearance, then it will take up a huge amount of time and effort.
|
246 |
-
|
247 |
-
To tackle this hassle, the Preset option of the Happy Addons comes into play! Much like its name, it will let you select pre-made designs to create a web page faster and of course without compromising the quality. Currently, there are 400+ preset designs available in Happy Addons.
|
248 |
-
|
249 |
-
[Check Demo](https://demo.happyaddons.com/presets-demo/)
|
250 |
-
|
251 |
-
### **Unlimited Section Nesting: Use Unlimited Section Nesting to Go Beyond the Limit**
|
252 |
-
|
253 |
-
With Elementor, you can create sections to make room for elements. We feel happy to say that by integrating the Happy Elementor add-ons, you can create infinite sections within a single section.
|
254 |
-
|
255 |
-
And as usual, you can insert as many widgets as you want into those sections.
|
256 |
-
|
257 |
-
[Check demo](https://demo.happyaddons.com/unlimited-section-nesting/)
|
258 |
-
|
259 |
-
### **Live Copy: Copy designs from demo sites to get it done right away!**
|
260 |
-
|
261 |
-
Sometimes you may wish to simulate exactly the same design that you see on our demo page. Amazingly, with the Live Copy option, you can do it at your disposal.
|
262 |
-
|
263 |
-
This is a go-to way that lets you copy the code of the demo design from the demo site and allows you to use it directly on your Elementor edit panel.
|
264 |
-
|
265 |
-
Unlike a theme template, using the demo designs won't put any pressure on your media server which is a must-have to help load the page faster.
|
266 |
-
|
267 |
-
[Check Demo](https://demo.happyaddons.com/live-copy/)
|
268 |
-
|
269 |
-
### **Image Masking: Mask your images within your Elementor Editing Planel!**
|
270 |
-
Sometimes, a square or circular shaped image is not enough to create a good design in elementor. You might need different types of creative and unusual image shapes. HappyAddons is introducing custom shaped images to bring a creative touch in your design. Now you will be able to convert your square image into lovely custom shapes. No hassles, just upload your image and choose your shape. Boom! Just done. Very Easy.
|
271 |
-
|
272 |
-
[Check Demo](https://happyaddons.com/image-masking-demo/)
|
273 |
-
|
274 |
-
https://www.youtube.com/watch?v=0U3wq3oxy2k
|
275 |
-
|
276 |
-
### **Happy Particle Effect: Add Exclusive Background Particle Effects to Your Website!**
|
277 |
-
We have added three predefined particle effects, which are commonly used, Polygon, NASA, Snow. But you have plenty of options for adding as much as your need with our custom Particle adding option. Moreover, you can customize them at your desired level. You can set the number of Particles, the size of your particles, the speed of the Particle movements, and the flexibility to add Hover Effect to your Particle effects.
|
278 |
-
|
279 |
-
[Check Demo](https://demo.happyaddons.com/happy-particle-demo/)
|
280 |
-
|
281 |
-
https://www.youtube.com/watch?v=iD83Sr4pFSw
|
282 |
-
|
283 |
-
### **Display Condition: Show, Hide and Schedule Content to Display on Your Site According to Your Need!**
|
284 |
-
This feature will help you to display your content depending on different kinds of condition like Browser, Operating System, Date Range, Time and many more
|
285 |
-
|
286 |
-
[Check Demo](https://happyaddons.com/display-condition/)
|
287 |
-
|
288 |
-
https://www.youtube.com/watch?v=kiGj1ZyX6T4
|
289 |
-
|
290 |
-
### **Enjoy Extra Benefits from Happy Addons!**
|
291 |
-
|
292 |
-
Our code doesn't stink and we don't leave you blindfolded when you need support from us. Apart from the freemium widgets, the plugin will pamper you with a fleet of professional quality features.
|
293 |
-
|
294 |
-
For example, it's compatible with almost every WordPress theme; it's lightweight and fast; comes up with motion effects, and empowers you with enormous customizability options. In addition, the plugin also works cohesively with the stock Elementor widgets.
|
295 |
-
|
296 |
-
If you don't understand a feature or fail to give it the desired look which was already demonstrated in a demo, or it's not working as expected – we got your back. Just drop us a line and we will do our best to help you figure a way out.
|
297 |
-
|
298 |
-
### **Bugs, Technical Hints or Contribute**
|
299 |
-
|
300 |
-
Please provide us with constructive feedback, contribute and file any technical bugs on [GitHub Repository](https://github.com/weDevsOfficial/happy-elementor-addons/issues).
|
301 |
-
|
302 |
-
**Stay connected with the Happy Community**
|
303 |
-
|
304 |
-
In case you want to share any ideas on Happy Addons with other users or if you are in any trouble, don't feel stranded. Stay connected with [the Happy addons community](https://www.facebook.com/groups/HappyAddonsCommunity/).
|
305 |
-
|
306 |
-
### **PRIVACY POLICY**
|
307 |
-
|
308 |
-
**Happy Addons for Elementor** uses [Appsero](https://appsero.com/) SDK to collect some telemetry data upon the user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
|
309 |
-
|
310 |
-
Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
|
311 |
-
|
312 |
-
Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
|
313 |
-
|
314 |
-
Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/). Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) for better knowledge on it.
|
315 |
-
|
316 |
-
### **Happy with Our Work?**
|
317 |
-
|
318 |
-
We are really thankful to you that you have chosen our plugin. If our plugin brings a smile in your face while working, please share your happiness by giving us a 5***** rating in WordPress Org. It will make us happy and won’t take more than 2 mins.
|
319 |
-
[I’m Happy to Give You 5⭐️](https://wordpress.org/support/plugin/happy-elementor-addons/reviews/?filter=5)
|
320 |
-
|
321 |
-
|
322 |
-
### **About the Maker**
|
323 |
-
|
324 |
-
Despite Happy Addons for Elementor, being the newest addition to the product line up of [weDevs](https://wedevs.com/), it has already managed to win the heart of its users with a staggering 5-star rating. The plugin is programmed in a way so you don't require any prior coding know-how and is completely cross-browser compatible with mobile responsive feature.
|
325 |
-
|
326 |
-
|
327 |
-
== Frequently Asked Questions ==
|
328 |
-
|
329 |
-
= Can I use Happy Elementor Addons without Elementor? =
|
330 |
-
|
331 |
-
I'm afraid, you cannot use **[Happy Elementor Addons](https://happyaddons.com/)** without Elementor. Happy Elementor Addons is a collection of slick, powerful widgets that works seamlessly with Elementor page builder and it's only for Elementor.
|
332 |
-
|
333 |
-
= Does it work along with other Elementor Addons? =
|
334 |
-
|
335 |
-
Yes, it does. And you'll get some cool and extra features like Happy Effects for other Elementor Addons or Extensions.
|
336 |
-
|
337 |
-
= Does it work with any WordPress theme? =
|
338 |
-
|
339 |
-
Yes, it works with any WordPress theme that works with Elementor. And it best works with [Hello Elementor](https://wordpress.org/themes/hello-elementor/).
|
340 |
-
|
341 |
-
= Does it work with Elementor Pro? =
|
342 |
-
|
343 |
-
Yes, undoubtedly.
|
344 |
-
|
345 |
-
= Will Happy Elementor Addons break my site after an update? =
|
346 |
-
|
347 |
-
No, It won't break your site or any page where you used Happy Elementor Addons. We put our best effort to make you happy.
|
348 |
-
|
349 |
-
|
350 |
-
== Installation ==
|
351 |
-
|
352 |
-
**Step 1:** Upload the plugin file to install by navigating through Plugins➔Add New➔Upload Plugin➔Choose File to Install from your WordPress dashboard or you can simply search for the Happy Addons plugin from the plugin directory by going to Plugins➔Add New and search for the plugin in the search tab to install it on your WordPress site.
|
353 |
-
|
354 |
-
**Step 2:** After successful installation, you have to click the "activate" button to activate the happy addons for Elementor.
|
355 |
-
|
356 |
-
**Step 3:** When you activate Happy Addons for Elementor you will be redirected to our HappyAddons Dashboard Home Tab.
|
357 |
-
|
358 |
-
For a more detailed explanation check out the following documentation
|
359 |
-
|
360 |
-
☞ [**How to Install Happy Addons For Elementor**](https://happyaddons.com/docs/happy-addons-for-elementor/getting-started-with-happy-elementor-addons/installation/)
|
361 |
-
|
362 |
-
|
363 |
-
== Screenshots ==
|
364 |
-
|
365 |
-
1. Review widget with image offset
|
366 |
-
2. Icon box widget - capsule design
|
367 |
-
3. Team member widget
|
368 |
-
4. Info box widget
|
369 |
-
5. Skill bars widget
|
370 |
-
6. Dual button widget
|
371 |
-
7. Icon box widget with label
|
372 |
-
8. Happy Effects - available in all kinds of Elementor widgets. And works smoothly with all the 3rd party Elementor addons plugin, Elementor Pro and Elementor
|
373 |
-
9. Happy Effects - CSS Transform - Rotate
|
374 |
-
10. happy Effects - CSS Transform - Rotate and Translate
|
375 |
-
11. Review widget - capsule design
|
376 |
-
12. Card widget with Happy Effects (Floating Effects)
|
377 |
-
13. Card widget - capsule design
|
378 |
-
|
379 |
-
|
380 |
-
== Changelog ==
|
381 |
-
|
382 |
-
= 3.2.
|
383 |
-
|
384 |
-
- Fix: Setup wizard
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
-
|
390 |
-
|
391 |
-
-
|
392 |
-
|
393 |
-
= 3.
|
394 |
-
|
395 |
-
- New:
|
396 |
-
- New:
|
397 |
-
- New:
|
398 |
-
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
-
|
404 |
-
-
|
405 |
-
- Fix:
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
-
|
411 |
-
-
|
412 |
-
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
- New:
|
417 |
-
- New:
|
418 |
-
- New:
|
419 |
-
- New: Added
|
420 |
-
-
|
421 |
-
-
|
422 |
-
-
|
423 |
-
-
|
424 |
-
-
|
425 |
-
-
|
426 |
-
-
|
427 |
-
-
|
428 |
-
-
|
429 |
-
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
-
|
441 |
-
|
442 |
-
= 2.
|
443 |
-
|
444 |
-
- New:
|
445 |
-
- New:
|
446 |
-
-
|
447 |
-
-
|
448 |
-
|
449 |
-
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
- Tweak:
|
455 |
-
- Tweak:
|
456 |
-
-
|
457 |
-
- Fix:
|
458 |
-
|
459 |
-
= 2.24.
|
460 |
-
|
461 |
-
- Tweak:
|
462 |
-
-
|
463 |
-
-
|
464 |
-
-
|
465 |
-
|
466 |
-
= 2.
|
467 |
-
|
468 |
-
-
|
469 |
-
-
|
470 |
-
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
- New:
|
495 |
-
- New:
|
496 |
-
- Tweak:
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
-
|
501 |
-
-
|
502 |
-
-
|
503 |
-
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
-
|
508 |
-
-
|
509 |
-
-
|
510 |
-
- Fix:
|
511 |
-
|
512 |
-
= 2.
|
513 |
-
|
514 |
-
- New:
|
515 |
-
-
|
516 |
-
-
|
517 |
-
- Fix:
|
518 |
-
|
519 |
-
= 2.
|
520 |
-
|
521 |
-
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
-
|
529 |
-
|
530 |
-
-
|
531 |
-
|
532 |
-
- New:
|
533 |
-
-
|
534 |
-
-
|
535 |
-
-
|
536 |
-
-
|
537 |
-
-
|
538 |
-
-
|
539 |
-
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
-
|
544 |
-
-
|
545 |
-
- Fix:
|
546 |
-
- Fix:
|
547 |
-
|
548 |
-
= 2.16.
|
549 |
-
|
550 |
-
-
|
551 |
-
-
|
552 |
-
-
|
553 |
-
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
-
|
558 |
-
-
|
559 |
-
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
-
|
564 |
-
-
|
565 |
-
-
|
566 |
-
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
-
|
571 |
-
-
|
572 |
-
-
|
573 |
-
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
-
|
578 |
-
-
|
579 |
-
-
|
580 |
-
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
-
|
585 |
-
-
|
586 |
-
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
- Fix:
|
591 |
-
- Fix:
|
592 |
-
- Fix:
|
593 |
-
- Fix:
|
594 |
-
|
595 |
-
= 2.14.
|
596 |
-
|
597 |
-
- Fix: JS loading issue for non logged in users
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
-
|
609 |
-
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
- Fix:
|
614 |
-
- Fix:
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
-
|
621 |
-
- Fix:
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
- New:
|
639 |
-
- New: `happyaddons/extensions/
|
640 |
-
-
|
641 |
-
-
|
642 |
-
-
|
643 |
-
-
|
644 |
-
-
|
645 |
-
-
|
646 |
-
-
|
647 |
-
- Tweak:
|
648 |
-
- Tweak:
|
649 |
-
- Tweak:
|
650 |
-
- Tweak:
|
651 |
-
-
|
652 |
-
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
- Tweak:
|
657 |
-
- Tweak:
|
658 |
-
-
|
659 |
-
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
-
|
667 |
-
- Fix:
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
-
|
688 |
-
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
-
|
693 |
-
-
|
694 |
-
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
-
|
699 |
-
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
-
|
721 |
-
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
-
|
736 |
-
|
737 |
-
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
-
|
742 |
-
-
|
743 |
-
-
|
744 |
-
-
|
745 |
-
-
|
746 |
-
- Update: Dynamic Tags support in
|
747 |
-
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
-
|
752 |
-
-
|
753 |
-
-
|
754 |
-
- Fix:
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
-
|
761 |
-
-
|
762 |
-
-
|
763 |
-
- Fix:
|
764 |
-
|
765 |
-
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
-
|
771 |
-
-
|
772 |
-
- Fix:
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
- Fix:
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
-
|
789 |
-
-
|
790 |
-
- Fix:
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
- New:
|
796 |
-
- New:
|
797 |
-
-
|
798 |
-
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
-
|
804 |
-
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
- Tweak:
|
821 |
-
-
|
822 |
-
- Fix:
|
823 |
-
|
824 |
-
= 2.2.
|
825 |
-
|
826 |
-
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
-
|
836 |
-
|
837 |
-
- Fix:
|
838 |
-
- Fix:
|
839 |
-
|
840 |
-
= 2.
|
841 |
-
|
842 |
-
-
|
843 |
-
-
|
844 |
-
-
|
845 |
-
- Fix:
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
-
|
854 |
-
-
|
855 |
-
-
|
856 |
-
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
-
|
861 |
-
-
|
862 |
-
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
-
|
867 |
-
-
|
868 |
-
-
|
869 |
-
-
|
870 |
-
|
871 |
-
-
|
872 |
-
|
873 |
-
-
|
874 |
-
-
|
875 |
-
-
|
876 |
-
-
|
877 |
-
-
|
878 |
-
-
|
879 |
-
- Fix: Section and global widget cache missing issue
|
880 |
-
- Fix: Step Flow arrow alignment issue
|
881 |
-
- Fix: Skill Bars Widget animation issue
|
882 |
-
|
883 |
-
= 1.4.1 - 6 August 2019 =
|
884 |
-
|
885 |
-
* Fix: Elementor frontend script dependency and console error issue
|
886 |
-
|
887 |
-
= 1.4.0 - 1 August 2019 =
|
888 |
-
|
889 |
-
* New: On demand asset loading
|
890 |
-
* New: On demand cached asset cleaning
|
891 |
-
* New: Step Flow Widget
|
892 |
-
* New: Calendly Widget
|
893 |
-
* New: Flip Box Widget
|
894 |
-
* New: Pricing Table Widget
|
895 |
-
* Update: Added animated number support to Number Widget
|
896 |
-
* Update: Added progress animation to Skill Bars Widget
|
897 |
-
* Update: Various widgets default styles
|
898 |
-
* Fix: Various responsive issue
|
899 |
-
|
900 |
-
= 1.3.1 - 24 July 2019 =
|
901 |
-
|
902 |
-
* Fix: Elementor 2.6.* version compatibility issue
|
903 |
-
|
904 |
-
= 1.3.0 - 23 July 2019 =
|
905 |
-
|
906 |
-
* New: Carousel Widget
|
907 |
-
* New: Slider Widget
|
908 |
-
* Update: Justified Grid Widget hover and animation effects
|
909 |
-
* Update: Typography scheme support for all FREE widgets
|
910 |
-
* Fix: Misc styling issue
|
911 |
-
|
912 |
-
= 1.2.1 - 18 July 2019 =
|
913 |
-
|
914 |
-
* Fix: Unnecessary JS and CSS loading issue fixed
|
915 |
-
|
916 |
-
= 1.2.0 - 16 July 2019 =
|
917 |
-
|
918 |
-
* New: Justified Grid Widget
|
919 |
-
* New: Logo Grid Widget
|
920 |
-
* New: Number Widget
|
921 |
-
|
922 |
-
= 1.1.1 =
|
923 |
-
|
924 |
-
* New: Testimonial Widget
|
925 |
-
* New: Floating Effects from -> to controller
|
926 |
-
* New: Hover animation effect in Card Widget image
|
927 |
-
* Update: Card Widget button default style
|
928 |
-
* Update: Dual Button Widget default style
|
929 |
-
* Fix: WP Forms style issue
|
930 |
-
* Fix: Card Widget editor mode JS error issue
|
931 |
-
* Fix: Dual Button Widget inline editing issue
|
932 |
-
|
933 |
-
= 1.1.0 =
|
934 |
-
|
935 |
-
* Fix: Minor issue fix
|
936 |
-
|
937 |
-
= 1.0.5 =
|
938 |
-
|
939 |
-
* New: Happy Effects (universal widget extension)
|
940 |
-
* New: CSS Transform (Happy Effects)
|
941 |
-
* New: Dual Button Widget
|
942 |
-
* Fix: Info box icon size issue
|
943 |
-
* Fix: Icon box icon size issue
|
944 |
-
|
945 |
-
= 1.0.4 =
|
946 |
-
|
947 |
-
* Fix: Card widget responsive issue
|
948 |
-
* Fix: Review widget responsive issue
|
949 |
-
|
950 |
-
= 1.0.3 =
|
951 |
-
|
952 |
-
* Update: Offset settings
|
953 |
-
* Fix: Offset responsive settings
|
954 |
-
|
955 |
-
= 1.0.2 =
|
956 |
-
|
957 |
-
* Update: Floating effects settings
|
958 |
-
* Update: Info box link updated to button
|
959 |
-
* Fix: Some minor styling issues
|
960 |
-
|
961 |
-
= 1.0.1 =
|
962 |
-
|
963 |
-
* Fix: Some minor issues
|
964 |
-
|
965 |
-
= 1.0.0 =
|
966 |
-
|
967 |
-
* New: Card Widget
|
968 |
-
* New: Gradient Heading Widget
|
969 |
-
* New: Info Box Widget
|
970 |
-
* New: Icon Box Widget
|
971 |
-
* New: Image Compare Widget
|
972 |
-
* New: Member Widget
|
973 |
-
* New: Review Widget
|
974 |
-
* New: Skill Bars Widget
|
975 |
-
* New: Contact Form 7 Widget
|
976 |
-
* New: Caldera Form Widget
|
977 |
-
* New: We Forms Widget
|
978 |
-
* New: WP Forms Widget
|
979 |
-
* New: Floating effects (check motion effect panel)
|
980 |
-
* Update: Plugin structure
|
981 |
-
* Update: Widgets CSS
|
982 |
-
* Fix: Card layout issue
|
983 |
-
* Fix: Contact Form 7 form deletion issue
|
984 |
-
|
985 |
-
= 0.0.1 =
|
986 |
-
|
987 |
-
* Initial release
|
1 |
+
=== Happy Addons for Elementor ===
|
2 |
+
Plugin Name: Happy Addons for Elementor
|
3 |
+
Version: 3.2.2
|
4 |
+
Author: weDevs
|
5 |
+
Author URI: https://happyaddons.com/
|
6 |
+
Contributors: thehappymonster, happyaddons, hasinhayder, mosaddek73, tareq1988, wedevs, iqbalrony, shshouvo, sayedulsayem
|
7 |
+
Tags: Elementor, Elementor Addons, Elementor Widget, Elementor Addon, Mega Menu
|
8 |
+
Requires at least: 4.7
|
9 |
+
Tested up to: 5.8
|
10 |
+
Stable tag: trunk
|
11 |
+
Requires PHP: 5.4
|
12 |
+
License: GPLv2
|
13 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
14 |
+
|
15 |
+
[Happy Addons for Elementor](https://happyaddons.com/) 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.
|
16 |
+
|
17 |
+
== Description ==
|
18 |
+
|
19 |
+
[Happy Addons for Elementor page builder](https://happyaddons.com/) Is One of the Best Elementor Addons That Comes With **90+ Elementor Free & Pro Widgets and 20+ Problem-Solving Elementor Features**.
|
20 |
+
|
21 |
+
### **Why Should You Choose HappyAddons?**
|
22 |
+
HappyAddons is the pioneer of adding exclusive problem-solving features. Also we have added premium quality Widgets in the Elementor Library. Reasons for choosing Happyaddons over any other Elementor Addons:
|
23 |
+
|
24 |
+
From now on, you can create a mega menu, simple navigation menu, Horizontal Nav Menu with our Happy Menu Widget.
|
25 |
+
|
26 |
+
Create off canvas contents/menu for your site with HappyAddons off-canvas widget
|
27 |
+
|
28 |
+
Manage one page navigation menu with the help of HappyAddons One Page Navigation widget
|
29 |
+
|
30 |
+
- You Can Create Advanced Data Table,
|
31 |
+
- Facility to Add Text Stroke or Outline to Elementor Typography
|
32 |
+
- Manage Your Event Calendars,
|
33 |
+
- Design Your Woocommerce Sites,
|
34 |
+
- Copy and Paste All of Your Elements Within Cross-Domain,
|
35 |
+
- Masking Your Images Into Different Shapes Within the Elementor Editing Panel,
|
36 |
+
- Flexibility to Create Advance Background Parallax for Your Elementor Site,
|
37 |
+
- Exclusive Blog Archive Page Designing Capability,
|
38 |
+
- 500+ Readymade Elementor Template Kits to Use,
|
39 |
+
- Moreover, You Can Copy Happyaddons Demo Contents Directly from Our [demo site](https://demo.happyaddons.com/) and much more.
|
40 |
+
- Officially recommended by Elementor Page Builder! We are now listed on their [official addons page](https://elementor.com/addons/).
|
41 |
+
- This Elementor Page Builder Addon is the latest addition in the list of [weDevs](https://wedevs.com/) premium product library. **weDevs is famous for reliable after sales service**.
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
### **What You will Get in HappyAddons Free Version**
|
46 |
+
|
47 |
+
**44 Free Elementor Widgets Are Available in the HappyAddons Free**
|
48 |
+
HappyAddons comes with plenty of Elementor Widgets in the free version. And all of the widgets are full of customization. Also we have created design inspiration for our each and every single widgets. Let’s have a look what you will get in our free version:
|
49 |
+
|
50 |
+
- [**Card**](https://demo.happyaddons.com/elementor-card-widget-demo/) – Incredibly powerful widget to demonstrate your products, articles, news, creative posts using a beautiful combination of texts, links, badge, and image. Using built-in positioning and offset features you can create eye-candy designs in a twist.
|
51 |
+
- [**Info Box**](https://demo.happyaddons.com/elementor-info-box-widget-demo/) – Create beautiful information boxes using icons, links, and texts, and make them slick using the built-in positioning features.
|
52 |
+
- [**Icon Box**](https://demo.happyaddons.com/elementor-icon-box-widget-demo/) – A simplified version of Infobox but comes with powerful display features. Perfect for showcasing interesting information to your users in various styles.
|
53 |
+
- [**Skill Bars**](https://demo.happyaddons.com/elementor-skill-bars-widget-demo/) – An essential building block to showcase user skills, task percentage, required tools, and other progressive information in different ways. It comes with incredible customizing options to suit your needs.
|
54 |
+
- [**Review**](https://demo.happyaddons.com/elementor-review-widget-demo/) – Showcase your user feedback, reviews, and rating easily than ever using our review widget. Display user photos, texts and star ratings. Make them stand out using built-in offsets and positioning features.
|
55 |
+
- [**Image Compare**](https://demo.happyaddons.com/elementor-image-compare-widget-demo/) – Are you a photo-editor, agency or product designer who often needs to showcase their beautiful works in a form of before and after slider? This widget is perfect for this job. And built-in styling options, vertical and horizontal orientation features can help you design these before-after sections with more creativity.
|
56 |
+
- [**Gradient Heading**](https://demo.happyaddons.com/elementor-gradient-heading-widget-demo/) – Another gem to create eye candy headings for your websites. You can apply different gradient styles, angles, opacity, and positions to make them look even better across different device screens.
|
57 |
+
- [**Team Member**](https://demo.happyaddons.com/elementor-team-member-widget-demo/) – A perfect widget to showcase your beautiful team in various styles using texts, images, and social links. And just like our other widgets, you will find powerful styling options to make them stand out quite easily.
|
58 |
+
- [**Dual Button**](https://demo.happyaddons.com/elementor-dual-button-widget-demo/) – DualButton widget allows you to add two flexible and trendy action buttons in your sections, in different styles.
|
59 |
+
- [**Number**](https://demo.happyaddons.com/elementor-number-widget-demo/) – Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that's literally going to blow your mind.
|
60 |
+
- [**Justified Grid**](https://demo.happyaddons.com/elementor-justified-grid-widget-demo/) – Another pro-grade widget that can help you to create the beautiful justified grid. It comes packed with tons of options to make it stand out from the crowd.
|
61 |
+
- [**Testimonial**](https://demo.happyaddons.com/elementor-testimonial-widget-demo/) – Create beautiful testimonial sections with different look-n-feels using HappyAddons Testimonial widget.
|
62 |
+
- [**Logo Grid**](https://demo.happyaddons.com/elementor-logo-grid-widget-demo) – Showcase your clients or products using our logo grid widget, and display these items with styles.
|
63 |
+
- [**Slider**](https://demo.happyaddons.com/elementor-slider-widget-demo/) – Now you can create sliders with beautiful animations and effects using our Slider widget. And just like our other widgets, there are lots of customization options for you.
|
64 |
+
- [**Carousel**](https://demo.happyaddons.com/elementor-carousel-widget-demo/) – Create interesting image and text carousels using our carousel widget which comes with a lot of options.
|
65 |
+
- [**Image Grid**](https://demo.happyaddons.com/elementor-image-grid-widget-demo/) – Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that's literally going to blow your mind.
|
66 |
+
- [**Step Flow**](https://demo.happyaddons.com/elementor-step-flow-widget-demo/) – Create an excellent step by step visual diagram and instructions using this smart widget. Change directions, counters and make them look amazing with icons, texts, and colors.
|
67 |
+
- [**Fun Factor**](https://demo.happyaddons.com/elementor-fun-factor-widget-demo/) - Another power packed widget that can help you create incredible accordions in styles
|
68 |
+
- [**Calendly**](https://demo.happyaddons.com/elementor-calendly-widget-demo/) – Schedule meetings without the back-and-forth emails through Calendly. We are happy to integrate this important application in our HappyAddons.
|
69 |
+
- [**News Ticker**](https://demo.happyaddons.com/elementor-news-ticker-widget-demo/) – Want to show updates, popular content or messages on your website? With the Happy Elementor Addons Content Ticker widget, you can do this at your disposal with great customizability.
|
70 |
+
- [**Social Icon**](https://demo.happyaddons.com/elementor-social-icon-widget-demo/) – Beautifully insert and display your social links onto your webpage using this widget to easily connect with your site visitor.
|
71 |
+
- [**Twitter Feed**](https://demo.happyaddons.com/elementor-twitter-feed-widget-demo/) – Showcase your awesome team decorating in the Twitter feed mode applying various styles, texts, images, and social links.
|
72 |
+
- [**Bar Chart**](https://demo.happyaddons.com/elementor-bar-chart-widget-demo/) – Display charts in an animated and customizable bar form essentially in case of imaging different data and other relevant statistical visualizations.
|
73 |
+
- [**360° Rotation**](https://demo.happyaddons.com/elementor-360-rotation-widget-demo/) - Create 360 Degree rotated images for your Products with this widget. Flexibility to add auto-rotate or click to the rotation functionality. Also, you can add Magnify Button to Zoom-in your pictures.
|
74 |
+
- [**Data Table**](https://demo.happyaddons.com/elementor-datatable-widget-demo/) - Using a data table on the website is a difficult task if you don't have any coding ideas or knowledge. However, the data table widget of Happy Elementor Addons will solve this problem.
|
75 |
+
- [**Pricing Table Lite**](https://demo.happyaddons.com/elementor-pricing-table-widget-demo/) – Create beautiful pricing tables with lots of customizations and sleek look-n-feel using this widget.
|
76 |
+
- [**Flip Box Lite**](https://demo.happyaddons.com/elementor-flip-box-widget-demo/) – FlipBox helps you to deliver messages in a beautiful way with before and after-effects.
|
77 |
+
- [**Post Tab**](https://demo.happyaddons.com/elementor-post-tab-widget-demo/) – Enable users to present your post in multiple workable tabs ideally useful for grouped and related content.
|
78 |
+
- [**Post List**](https://demo.happyaddons.com/elementor-post-list-widget-demo/) – List any post elegantly using this widget displaying them in a creative and innovative manner with multiple options to play with.
|
79 |
+
- [**Taxonomy List**](https://demo.happyaddons.com/elementor-taxonomy-widget-demo/) - This widget will help you to create a list of posts by sorting categories, tags, post formats.
|
80 |
+
- [**Horizontal TimeLine**](https://demo.happyaddons.com/elementor-horizontal-timeline-widget-demo/) – Design your storyline horizontally using the Horizontal Timeline Widget by HappyAddons. It’s absolutely free!
|
81 |
+
- [**Social Share**](https://demo.happyaddons.com/elementor-social-share-widget-demo/) – No need to buy a social share plugin anymore. Get many of the premium features of social share plugins within HappyAddons Social Share widget for free!
|
82 |
+
- [**Event Calendar**](https://demo.happyaddons.com/elementor-event-calendar-widget-demo/) – Are you struggling to incorporate an event calendar on your website with the help of Elementor? Don’t worry; we have added an amazing Event Calendar Widget in the HappyAddons Free Version for you! You can create your own personalized calendar manually or use your Google calendar or the Events Calendar Plugin’s calendar to showcase your events.
|
83 |
+
- [**Image Hover Effect**](https://demo.happyaddons.com/elementor-image-hover-effect-widget-demo/) – If you want to add lucrative hover effects to your website’s images, you can try HappyAddons Image Hover Effect Widget. It allows you to add 20+ stunning hover effects to your photos. Start adding attention grabbing images easily.
|
84 |
+
- [**Animated Link**](https://demo.happyaddons.com/elementor-animated-link-widget-demo/) – Are you wondering about increasing the click-through rate of your website’s links? Grab your visitor’s attention by adding different effects to your links using the Happy Animated Link widget.
|
85 |
+
- [**Mailchimp Widget**](https://demo.happyaddons.com/elementor-mailchimp-widget-demo/) – Now you can create lucrative Mailchimp forms with HappyAddons Mailchimp Widget for Elementor.
|
86 |
+
- [**Content Switcher**](https://demo.happyaddons.com/elementor-content-switcher-demo/) – Happy Content Switcher Elementor widget allows you to toggle Elementor sections, pages, or texts easily.
|
87 |
+
- [**Image Stack Group**](https://demo.happyaddons.com/elementor-image-stack-group-demo/) – Sometimes we have to show images in a stack group format to create an eye-catchy look. But it’s so tough to create a single stack group of images with Elementor. But with our Elementor Image Stack Group widget, you can easily create an image stacked group within Elementor. You can get the Elementor Image Stack Group widget in the free version of HappyAddons.
|
88 |
+
- [**Image Accordion**](https://demo.happyaddons.com/elementor-image-accordion-demo/) – HappyAddons Image Accordion widget for Elementor comes with interactive design looks. You can create unique accordions for images. It will help you keep your users longer on the website. Try HappyAddons Image Accordion Elementor Widget now.
|
89 |
+
- [**Contact Form 7**](https://demo.happyaddons.com/elementor-contact-form-7-widget-demo/) – This utility widget helps you to integrate existing forms built using CF7 plugin across your web pages without spending too much time.
|
90 |
+
- [**Caldera Forms**](https://demo.happyaddons.com/elementor-caldera-forms-widget-demo/) – This widget can help you to display your caldera forms to display on your web pages designed with Elementor.
|
91 |
+
- [**weForms**](https://demo.happyaddons.com/elementor-we-forms-widget-demo/) – Designed forms using weForms plugin and looking for a way to display those on your Elementor powered pages? This is the answer to that.
|
92 |
+
- [**Ninja Forms**](https://demo.happyaddons.com/elementor-ninja-form-widget-demo/) – Use this widget to embed forms created using Ninja Forms to display seamlessly on your web pages. Various styling options will help you to look at them even better.
|
93 |
+
- [**WPForms**](https://demo.happyaddons.com/elementor-wpform-widget-demo/) – Use this widget to embed forms created using WPForms to display seamlessly on your web pages. Various styling options will help you to look at them even better.
|
94 |
+
- [**Gravity Forms**](https://demo.happyaddons.com/elementor-gravity-form-widget-demo/) – While using Gravity forms, you may want to change the appearance of the form fields. With the Happy Addons, you can spruce up your Gravity forms like a pro.
|
95 |
+
- [**WP Fluent Forms**](https://demo.happyaddons.com/elementor-fluent-form-widget-demo/) - Easily customize and use Fluent Forms using this super intuitive widget.
|
96 |
+
|
97 |
+
**20+ Free Elementor Enhancement Features Are Available in the HappyAddons Free**
|
98 |
+
|
99 |
+
HappyAddons not only comes with extendable elementor widgets but also it has some cool features which help you to increase your web designing skill. You will get 20+ exclusive Elementor features in HappyAddons Free.
|
100 |
+
|
101 |
+
|
102 |
+
[**Happy Templates**](https://happyaddons.com/template-importer/) - Finally, we are happy to announce that we are introducing the Happy Template import feature within our HappyAddons. Initially, it comes with almost 500 readymade elementor templates. We will continuously improve our template library. Both of our Free and Pro users can use happy templates. Templates are labeled in two tags, Pro and Free. To import premium templates you will need the [HappyAddons Pro](https://happyaddons.com/pricing). Template import feature works as like Elementor Template importing feature. Additionally, you can check the previews in three device viewport; Desktop, Tab, Mobile.
|
103 |
+
|
104 |
+
[**Happy Shape Dividers**](https://happyaddons.com/happy-shape-divider/) - If you want to get some unique shape dividers within your elementor shape divider you can use our HappyAddons Shape Dividers for Elementor. Initially you will get 18+ new shape dividers.
|
105 |
+
|
106 |
+
[**Happy Tooltip**](https://happyaddons.com/happy-tooltip/) - You can add tooltips to any elements of your Elementor website with the HappyAddons Elementor advanced tooltip feature. Add images, GIFs, Background images to your Elementor tooltips with the help of the Happy Elementor Advance Tooltip feature.
|
107 |
+
|
108 |
+
[**Elementor Equal Heights**](https://happyaddons.com/equal-height-feature/) - From now you can set equal heights to your Elementor Columns, widgets without using zero coding knowledge.
|
109 |
+
|
110 |
+
[**Text Outline**](https://happyaddons.com/text-outline/) - With this Text Outline feature you can add an exterior border around each character of your text or Heading lines. You can create Neon Text Effect, Parallax Heading Effect, Stroke Heading Effect and much more. You can also apply this feature in the Elementor’s Default Heading Widgets. Here is the list of widgets within which you will get this text outline option,
|
111 |
+
- Elementor Heading Widget
|
112 |
+
- Elementor Page Title Widget
|
113 |
+
- Elementor Site Title Widget
|
114 |
+
- Elementor Post Title Widget
|
115 |
+
- Elementor Product Title Widget
|
116 |
+
- Elementor Animated Heading Widget
|
117 |
+
- HappyAddons Gradient Heading Widget
|
118 |
+
|
119 |
+
Here are some design inspirations for you. [**Demo“**](https://demo.happyaddons.com/text-outline/)
|
120 |
+
|
121 |
+
[**Background Overlay**](https://happyaddons.com/background-overlay-demo/) - This extension will allow you to add images, colors, and icons behind a widget. You can add background overlay to any widget.
|
122 |
+
|
123 |
+
[**Happy Icons**](https://happyaddons.com/happy-icon/) - This will help you embellish your web page with an army of free happy icons. To do so, you have to choose a widget that supports happy icons. Currently, the custom fonts library contains 500+ icons.
|
124 |
+
|
125 |
+
[**Managing Column Order on Mobile Responsive Mood** ](https://happyaddons.com/happy-column-control/) - Your designed web page may contain some columns that may require to reorder in the mobile device view. By using the Happy Elementor Addons, you can rearrange the order of the column.
|
126 |
+
|
127 |
+
[**Manage Column Width by Adding Pixels**](https://happyaddons.com/happy-column-control/) – You can control the column width of your widgets with percentage parameters in Elementor. However, sometimes, you need to adjust the column width to meet your design aesthetics. The Happy Addons will let you do so with ease.
|
128 |
+
|
129 |
+
[**Happy Clone**](https://happyaddons.com/happy-clone-demo/) – While designing with Elementor, you may need to duplicate pages or posts from the finder of Elementor Page Builder by using the buttons (CMD/CTRL + E). Surprisingly, you can copy pages and posts lighting fast from the Elementor finder using the Happy clone feature.
|
130 |
+
|
131 |
+
**Fixed Size Controls in Elementor Button Widget** – Sometimes, you may need to make perfectly circular shaped buttons in Elementor. With this free feature, you can do that by just setting a fixed size, that is, by specifying an equal height and width of the Elementor Button widget.
|
132 |
+
|
133 |
+
[**Grid Layer**](https://happyaddons.com/happy-grid-layout-demo/) – Maintain proper alignment of your page's elements. Enjoy full flexibility while setting your grid color, width, and position of your grid layout.
|
134 |
+
|
135 |
+
[**Wrapper Link**](https://happyaddons.com/wrapper-link-feature-demo/) – No limitation on adding links to specific areas. Use the Wrapper Link feature to insert links to any column, section or any other place you want.
|
136 |
+
|
137 |
+
[**Floating Effects**](https://happyaddons.com/elementor-floating-effect-demo-2/) – Now you can create stunning animations for any Elementor widget using Floating Effects. Translate, Rotate or Scale Imagination is the limit!
|
138 |
+
|
139 |
+
**Floating Effects & CSS Transformations demo:**
|
140 |
+
|
141 |
+
https://www.youtube.com/watch?v=LmtacsLcFPU
|
142 |
+
|
143 |
+
**Floating Effects used for Space effect illustration:**
|
144 |
+
|
145 |
+
https://www.youtube.com/watch?v=F33g3zqkeog
|
146 |
+
|
147 |
+
[**CSS Transform**](https://happyaddons.com/elementor-css-transform-demo-3/) – Another missing piece, a great enhancement over core Elementor that works seamlessly with every widget. You can now apply various CSS transforms like translate, rotate, scale and skew without any limitations.
|
148 |
+
|
149 |
+
|
150 |
+
### **Presenting the All-Exclusive Widgets & Features Happy Addons Pro**
|
151 |
+
|
152 |
+
The Happy Elementor Addons ships not only with some unique premium features but also with premium widgets. The premium features are 100% unique and exclusive and the premium widgets are there to give you professional assistance to craft any design of your webpage.
|
153 |
+
|
154 |
+
https://www.youtube.com/watch?v=QwJrFMtfO2U
|
155 |
+
|
156 |
+
_Introducing Happy Addons Pro (Check What You Will Get in the Pro Version of Happyaddons)_
|
157 |
+
|
158 |
+
### ** 46 Premium Elementor Widgets of Happy Addons (pro)**
|
159 |
+
|
160 |
+
If you are still craving for more widgets, then the following premium widgets are there to quench your thirst. The best part is that you can copy and paste the design source code so you won't have to make any design from scratch. Let's explore the world of Happy Addons Pro Widgets:
|
161 |
+
|
162 |
+
- [**Advanced Slider**](https://demo.happyaddons.com/elementor-advanced-slider-widget-demo/) – Bored with your typical sliders? Try our advanced slider for Elementor. Create mesmerizing slides within your Elementor Sites using our Advanced Slider.
|
163 |
+
- [**Happy Mega Menu**](https://demo.happyaddons.com/elementor-happy-mega-menu-widget-demo/) – Struggling with large-scale menu items? Happy Mega Menu is the best solution to your problems. You can create mega menus lik Adidas, Dribbble, Puma, Invision etc.
|
164 |
+
- [**One Page Navigation Widget**](https://demo.happyaddons.com/elementor-one-page-navigation-widget-demo/) - HappyAddons one page navigation widget will help you create lucrative one page nav contents for your site. It has 9 design controls with a smooth scrolling option. You can show any kind of design within it.
|
165 |
+
- [**Off-Canvas Content or Menu Widget**](https://demo.happyaddons.com/elementor-off-canvas-content-demo/) - HappyAddons off canvas navigation content will give you the freedom to create any kind of off canvas contents or offcanvas menu items for your Elementor websites.
|
166 |
+
- [**Feature List**](https://demo.happyaddons.com/elementor-feature-list-widget-demo/) – You can display your product features using different styles using this widget. As a bonus, you can also customize each and every predefined design.
|
167 |
+
- [**Pricing Table**](https://demo.happyaddons.com/elementor-pricing-table-widget-demo/) – This one of a kind widget will allow you to create any kind of pricing table under the sun. As a surprise, you can use gradient background, oval-shaped button, font awesome icons, background fill color, different heights, dark mood and so on.
|
168 |
+
- [**Flip Box**](https://demo.happyaddons.com/elementor-flip-box-widget-demo-2/) – This exquisite widget will help you show different messages or texts at the time before and after a user hover on a certain element. Just like the other widgets, you can customize this with background image, gutter and circular arrow navigation on both sides.
|
169 |
+
- [**Advanced Heading**](https://demo.happyaddons.com/elementor-advanced-heading-widget-demo/) – With this useful widget you can create beautiful heading designs for your text. Like the other widgets, you will get a bunch of free customization options for different sections of the texts.
|
170 |
+
- [**Hover Box**](https://demo.happyaddons.com/elementor-image-hover-box-widget-demo/) – Give boring images lives by adding dynamic animated texts with this nifty little tool. You can display texts with this tool right after a user hovers an image.
|
171 |
+
- [**Team Carousel**](https://demo.happyaddons.com/elementor-team-carousel-widget-demo/) – Present your team members with beautiful carousels that include social profile buttons, arrow icons, and great customizability.
|
172 |
+
- [**Scrolling Image**](https://demo.happyaddons.com/elementor-scrolling-image-widget-demo/) – Using this widget, you can show your products or services in a way that slides horizontally or vertically. You can also create a stunning photo gallery with this awesome widget.
|
173 |
+
- [**Advanced Tab**](https://demo.happyaddons.com/elementor-advanced-tab-widget-demo/) – This Elementor widget will enable you to show your content by creating advanced tabbed content sections using full-controlled customizations. You can also use other widgets inside the tab.
|
174 |
+
- [**Advanced Accordion**](https://demo.happyaddons.com/elementor-advanced-accordion-widget-demo/) – Just like the Advanced Tab widget, if you want to provide your user with extra information using a collapsing effect in different directions, then this is the widget to you should go for.
|
175 |
+
- [**Testimonial Carousel**](https://demo.happyaddons.com/elementor-testimonial-carousel-widget-demo/) – This widget will provide you with a great way to showcase the recommendations of your customers. You can also control the carousel's movement using various flexible styles.
|
176 |
+
- [**Logo Carousel**](https://demo.happyaddons.com/elementor-logo-carousel-widget-demo/) – Unleash your design creativity with this beautiful logo carousel widget and showcase your partners and products using vertical or horizontal motion.
|
177 |
+
- [**Animated Text**](https://demo.happyaddons.com/elementor-animated-text-widget-demo/) – This widget is pretty useful to make your text stand apart from the crowd applying smart animations. You can customize the cool animation effects with a variety of flexible styles.
|
178 |
+
- [**Timeline**](https://demo.happyaddons.com/elementor-timeline-widget-demo/) – Tell your story in the precise and the smartest way using this gorgeous tool. Your visitors will get to know everything about the history of your product or company through a bird's eye view.
|
179 |
+
- [**Instagram Feed**](https://demo.happyaddons.com/elementor-instagram-feed-widget-demo/) – This widget will pave you the way to dynamically show you your beautiful Instagram photos seamlessly on your website page. Users can interact with your photos and leave a comment.
|
180 |
+
- [**Advanced Toggle**](https://demo.happyaddons.com/elementor-advanced-toggle-widget-demo/) – Similar to the Accordion widget, this will allow you to create a collapsible container area that will enable the user to show and hide items provided that the user clicks on it.
|
181 |
+
- [**List Group**](https://demo.happyaddons.com/elementor-list-group-widget-demo/) – With this incredibly handy widget, you can craft beautiful lists. You can also apply advanced styles to give the appearance of the items just like the way you want it.
|
182 |
+
- [**Countdown**](https://demo.happyaddons.com/elementor-countdown-widget-demo/) – This eye-catching widget will let you set a countdown clock which you can use to show the launch time of your website or prod the customers to take a particular action showing remaining time.
|
183 |
+
- [**Source Code**](https://demo.happyaddons.com/elementor-source-code-widget-demo/) – While writing docs or tutorial posts, you can use this widget to skillfully show codes to your visitors so that they can copy and paste them anywhere on the page at their disposal.
|
184 |
+
- [**Promo Box**](https://demo.happyaddons.com/elementor-promo-box-widget-demo/) - Promote anything in a more lucrative way with the promo box widget of HappyAddons. And clearly stay ahead in the competition
|
185 |
+
- [**Hot Spot**](https://demo.happyaddons.com/elementor-hot-spot-widgets-demo/) - Another power packed widget that can help you create incredible accordions in styles
|
186 |
+
- [**Price Menu**](https://demo.happyaddons.com/elementor-price-menu-widget-demo/) - Display your food menu list with or without price in a decent and creative way with this full flexible widget
|
187 |
+
- [**Business Hour**](https://demo.happyaddons.com/elementor-business-hour-widget-demo/) – This widget will help you show the business hours in a tabular form. Your customers will get to know when your business is open or closed.
|
188 |
+
- [**Line Chart**](https://demo.happyaddons.com/elementor-line-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
189 |
+
- [**Pie & Doughnut Chart**](https://demo.happyaddons.com/elementor-pie-doughnut-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
190 |
+
- [**Polar Area Chart**](https://demo.happyaddons.com/elementor-polar-area-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
191 |
+
- [**Radar Chart**](https://demo.happyaddons.com/elementor-radar-chart-widget-demo/) - Visualize your data in different ways; each of them animated and customisable
|
192 |
+
- [**Facebook Feed**](https://demo.happyaddons.com/elementor-facebook-feed-widget-demo/) - Show the feed of you facebook page in your website in different and creative way through happyaddons and elementor
|
193 |
+
- [**Twitter Feed Carousel**](https://demo.happyaddons.com/elementor-twitter-feed-carousel-widget-demo/) - Showcase your awesome team decorating in the Twitter feed mode applying various styles, texts, images, and social links
|
194 |
+
- [**Breadcrumbs**](https://demo.happyaddons.com/elementor-breadcrumb-widget-demo/) - Visualize your breadcrumbs in different ways; each of them customisable
|
195 |
+
- [**Sticky Video**](https://demo.happyaddons.com/elementor-sticky-video-widget-demo/) - From now, you can set sticky videos with the HappyAddons sticky video widget. Also, you will get plenty of options to manage your videos in an advanced way
|
196 |
+
- [**Advanced Data table**](https://demo.happyaddons.com/elementor-advanced-datatable-widget-demo/) - Manage Your Table Data with Google Sheet, Table Press, Import from CSV, Local Database.
|
197 |
+
- [**Modal Popup**](https://demo.happyaddons.com/elementor-modal-popup-widget-demo/) - Create click triggered Popups to grab and collect various information from the visitors.
|
198 |
+
- [**Single Image Scroll**](https://demo.happyaddons.com/single-image-scroll-widget-demo/) - Facing difficulties while presenting long images like web page screenshots, panorama shots, etc to your portfolios? From now you can showcase long images by using the Happy Single Image Scroll widget.
|
199 |
+
- [**Post Grid**](https://demo.happyaddons.com/elementor-post-grid-widget-demo/) - Scale your blog archive page with the HappyAddons Post Grid widget. It comes with predefined skins, so you spend less time designing your blog page
|
200 |
+
- [**Post Tiles**](https://demo.happyaddons.com/elementor-post-tiles-widget-demo/) - Now you can showcase your most desirable blog posts exclusively with the Post Tiles widget of Happy Elementor Addons. It’s available with predefined tiles set to achieve an elegant look
|
201 |
+
- [**Smart Post List**](https://demo.happyaddons.com/elementor-smart-post-list-widget-demo/) - Are you looking for a magnificent listing facility with the highlighted option for your sticky featured article? HappyAddons Smart Post list widget will handle all of your desirable styles smartly, like featuring the sticky post, filterable post list, and more
|
202 |
+
- [**Post Carousel**](https://demo.happyaddons.com/elementor-post-carousel-widget-demo/) - The Post carousel feature is now trendy in News Portals or other blogging sites to grab visitors’ attention. Now you can create a stunning post carousel for your site with the HappyAddons Post Carousel widget
|
203 |
+
- [**Author List**](https://demo.happyaddons.com/elementor-author-list-widget-demo/) - Decently showcase your creative writers with the HappyAddons Author List widget. It will help you to display all of your authors in one place
|
204 |
+
- [**WooCommerce Product Grid**](https://demo.happyaddons.com/elementor-product-grid-widget-demo/) - Are you struggling with showcasing your products in perfect grid alignment within WooCommerce? From now, you can display your products in grid views lucratively with HappyAddons Pro Product Grid Widget
|
205 |
+
- [**WooCommerce Product Carousel**](https://demo.happyaddons.com/elementor-product-carousel-widget-demo/) - Wondering about a perfect WooCommerce Product Carousel widget for Elementor to grab the attention of your customers? Try HappyAddons Pro’s Product Carousel Widget to make it happen.
|
206 |
+
- [**WooCommerce Product Category Grid**](https://demo.happyaddons.com/elementor-product-category-grid-widget-demo/) - Sometimes you need to display your eCommerce products category wise to target a specific genre of visitors. Our HappyAddons Product Category Grid Widget is the best fit for displaying WooCommerce Products category wise
|
207 |
+
- [**WooCommerce Product Category Carousel**](https://demo.happyaddons.com/elementor-product-category-carousel-widget-demo/) - From now you can display products in carousels based on specific categories with the help of HappyAddons Pro Product Category Carousel Widget to make them more lucrative
|
208 |
+
- [**WooCommerce Single Product**](https://demo.happyaddons.com/elementor-single-product-demo/) - Are you looking for a design element to design your single WooCommerce products in various designs? No worries, HappyAddons Single WooCommerce Product Widget will fulfill your desired goal. Check out the demos here.
|
209 |
+
- [**WooCommerce Mini Cart**](https://demo.happyaddons.com/elementor-mini-cart-widget-demo/) - Want to increase your eCommerce store’s customer experience? Use the mini cart widget of HappyAddons to boost your conversion rate swiftly.
|
210 |
+
|
211 |
+
|
212 |
+
### **Unique Pro Features of Happy Addons to Watch Out For**
|
213 |
+
|
214 |
+
The premium (PRO) features of Happy Addons truly make it stand out from all the other Elementor add-ons out there right now. You will get the below mentioned much talked about standout premium features in the PRO version of Happy Addons:
|
215 |
+
|
216 |
+
### **Happy Mega Menu Builder For Elementor:**
|
217 |
+
|
218 |
+
Happy Addons brings an amazing mega menu builder for Elementor. With this MegaMenu builder, you can create mega menus like Dribble, Adidas, Puma, weDevs, and more. Our Happy Menu widget will help you show any kind of element to your mega menu items. Like you can show posts, categories, pages, list items, social links, menu icons, and more. Not only that but also you will get a blank Elementor canvas to design your mega menu items.
|
219 |
+
|
220 |
+
What Extra Will You Get in the Mega Menu Builder of HappyAddons?
|
221 |
+
|
222 |
+
With this Happy mega menu builder widget, you can create any kind of menus.
|
223 |
+
|
224 |
+
- **Simple Navigation Menu For Elementor:** You can create a simple nav menu for your Elementor site. You can show and design your WordPress Nav menu items as well.
|
225 |
+
- **Icon for menu items or megamenu items:** Flexibility to add different types of icons to menu items.
|
226 |
+
- **Menu Badges for Mega Menu or Simple Nav Menus:** Create a customized badge for your megamenu or simple menu items.
|
227 |
+
- **Mobile Responsive Mega Menus:** You can create mobile responsive menus, as it has different styling options for mobiles and tablets.
|
228 |
+
|
229 |
+
Want to learn How to Create MegaMenu for Elementor? Watch this detailed tutorial of creating mega menus within Elementor,
|
230 |
+
|
231 |
+
https://www.youtube.com/watch?v=7qmCZFsDkmg&t=548s&ab_channel=HappyAddons
|
232 |
+
|
233 |
+
### **Cross-Domain Copy-Paste: Apply the Same Design to Multiple Domains With a Single Click**
|
234 |
+
|
235 |
+
If you are creating different web pages with WordPress, you will often try to use the same elements of a web page to other pages over and over again.
|
236 |
+
|
237 |
+
To address this issue, the Elementor page builder comes with a free copy and paste elements feature for a single domain. But the problem is, you can not copy and paste an element to other domains.
|
238 |
+
|
239 |
+
This is where the goodness of the Happy Addons comes to the rescue! With this tool, you can copy and paste any element (for example, buttons, navigation bars, carousel, accordion, etc.) from one domain to another domain. Cool, right?
|
240 |
+
|
241 |
+
[Check Demo](https://demo.happyaddons.com/cross-domain-copy-paste/)
|
242 |
+
|
243 |
+
### **Preset: Save Your Time and Effort by Using the Preset Feature**
|
244 |
+
|
245 |
+
If you try to create your website from scratch and give it a professional appearance, then it will take up a huge amount of time and effort.
|
246 |
+
|
247 |
+
To tackle this hassle, the Preset option of the Happy Addons comes into play! Much like its name, it will let you select pre-made designs to create a web page faster and of course without compromising the quality. Currently, there are 400+ preset designs available in Happy Addons.
|
248 |
+
|
249 |
+
[Check Demo](https://demo.happyaddons.com/presets-demo/)
|
250 |
+
|
251 |
+
### **Unlimited Section Nesting: Use Unlimited Section Nesting to Go Beyond the Limit**
|
252 |
+
|
253 |
+
With Elementor, you can create sections to make room for elements. We feel happy to say that by integrating the Happy Elementor add-ons, you can create infinite sections within a single section.
|
254 |
+
|
255 |
+
And as usual, you can insert as many widgets as you want into those sections.
|
256 |
+
|
257 |
+
[Check demo](https://demo.happyaddons.com/unlimited-section-nesting/)
|
258 |
+
|
259 |
+
### **Live Copy: Copy designs from demo sites to get it done right away!**
|
260 |
+
|
261 |
+
Sometimes you may wish to simulate exactly the same design that you see on our demo page. Amazingly, with the Live Copy option, you can do it at your disposal.
|
262 |
+
|
263 |
+
This is a go-to way that lets you copy the code of the demo design from the demo site and allows you to use it directly on your Elementor edit panel.
|
264 |
+
|
265 |
+
Unlike a theme template, using the demo designs won't put any pressure on your media server which is a must-have to help load the page faster.
|
266 |
+
|
267 |
+
[Check Demo](https://demo.happyaddons.com/live-copy/)
|
268 |
+
|
269 |
+
### **Image Masking: Mask your images within your Elementor Editing Planel!**
|
270 |
+
Sometimes, a square or circular shaped image is not enough to create a good design in elementor. You might need different types of creative and unusual image shapes. HappyAddons is introducing custom shaped images to bring a creative touch in your design. Now you will be able to convert your square image into lovely custom shapes. No hassles, just upload your image and choose your shape. Boom! Just done. Very Easy.
|
271 |
+
|
272 |
+
[Check Demo](https://happyaddons.com/image-masking-demo/)
|
273 |
+
|
274 |
+
https://www.youtube.com/watch?v=0U3wq3oxy2k
|
275 |
+
|
276 |
+
### **Happy Particle Effect: Add Exclusive Background Particle Effects to Your Website!**
|
277 |
+
We have added three predefined particle effects, which are commonly used, Polygon, NASA, Snow. But you have plenty of options for adding as much as your need with our custom Particle adding option. Moreover, you can customize them at your desired level. You can set the number of Particles, the size of your particles, the speed of the Particle movements, and the flexibility to add Hover Effect to your Particle effects.
|
278 |
+
|
279 |
+
[Check Demo](https://demo.happyaddons.com/happy-particle-demo/)
|
280 |
+
|
281 |
+
https://www.youtube.com/watch?v=iD83Sr4pFSw
|
282 |
+
|
283 |
+
### **Display Condition: Show, Hide and Schedule Content to Display on Your Site According to Your Need!**
|
284 |
+
This feature will help you to display your content depending on different kinds of condition like Browser, Operating System, Date Range, Time and many more
|
285 |
+
|
286 |
+
[Check Demo](https://happyaddons.com/display-condition/)
|
287 |
+
|
288 |
+
https://www.youtube.com/watch?v=kiGj1ZyX6T4
|
289 |
+
|
290 |
+
### **Enjoy Extra Benefits from Happy Addons!**
|
291 |
+
|
292 |
+
Our code doesn't stink and we don't leave you blindfolded when you need support from us. Apart from the freemium widgets, the plugin will pamper you with a fleet of professional quality features.
|
293 |
+
|
294 |
+
For example, it's compatible with almost every WordPress theme; it's lightweight and fast; comes up with motion effects, and empowers you with enormous customizability options. In addition, the plugin also works cohesively with the stock Elementor widgets.
|
295 |
+
|
296 |
+
If you don't understand a feature or fail to give it the desired look which was already demonstrated in a demo, or it's not working as expected – we got your back. Just drop us a line and we will do our best to help you figure a way out.
|
297 |
+
|
298 |
+
### **Bugs, Technical Hints or Contribute**
|
299 |
+
|
300 |
+
Please provide us with constructive feedback, contribute and file any technical bugs on [GitHub Repository](https://github.com/weDevsOfficial/happy-elementor-addons/issues).
|
301 |
+
|
302 |
+
**Stay connected with the Happy Community**
|
303 |
+
|
304 |
+
In case you want to share any ideas on Happy Addons with other users or if you are in any trouble, don't feel stranded. Stay connected with [the Happy addons community](https://www.facebook.com/groups/HappyAddonsCommunity/).
|
305 |
+
|
306 |
+
### **PRIVACY POLICY**
|
307 |
+
|
308 |
+
**Happy Addons for Elementor** uses [Appsero](https://appsero.com/) SDK to collect some telemetry data upon the user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
|
309 |
+
|
310 |
+
Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
|
311 |
+
|
312 |
+
Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
|
313 |
+
|
314 |
+
Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/). Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) for better knowledge on it.
|
315 |
+
|
316 |
+
### **Happy with Our Work?**
|
317 |
+
|
318 |
+
We are really thankful to you that you have chosen our plugin. If our plugin brings a smile in your face while working, please share your happiness by giving us a 5***** rating in WordPress Org. It will make us happy and won’t take more than 2 mins.
|
319 |
+
[I’m Happy to Give You 5⭐️](https://wordpress.org/support/plugin/happy-elementor-addons/reviews/?filter=5)
|
320 |
+
|
321 |
+
|
322 |
+
### **About the Maker**
|
323 |
+
|
324 |
+
Despite Happy Addons for Elementor, being the newest addition to the product line up of [weDevs](https://wedevs.com/), it has already managed to win the heart of its users with a staggering 5-star rating. The plugin is programmed in a way so you don't require any prior coding know-how and is completely cross-browser compatible with mobile responsive feature.
|
325 |
+
|
326 |
+
|
327 |
+
== Frequently Asked Questions ==
|
328 |
+
|
329 |
+
= Can I use Happy Elementor Addons without Elementor? =
|
330 |
+
|
331 |
+
I'm afraid, you cannot use **[Happy Elementor Addons](https://happyaddons.com/)** without Elementor. Happy Elementor Addons is a collection of slick, powerful widgets that works seamlessly with Elementor page builder and it's only for Elementor.
|
332 |
+
|
333 |
+
= Does it work along with other Elementor Addons? =
|
334 |
+
|
335 |
+
Yes, it does. And you'll get some cool and extra features like Happy Effects for other Elementor Addons or Extensions.
|
336 |
+
|
337 |
+
= Does it work with any WordPress theme? =
|
338 |
+
|
339 |
+
Yes, it works with any WordPress theme that works with Elementor. And it best works with [Hello Elementor](https://wordpress.org/themes/hello-elementor/).
|
340 |
+
|
341 |
+
= Does it work with Elementor Pro? =
|
342 |
+
|
343 |
+
Yes, undoubtedly.
|
344 |
+
|
345 |
+
= Will Happy Elementor Addons break my site after an update? =
|
346 |
+
|
347 |
+
No, It won't break your site or any page where you used Happy Elementor Addons. We put our best effort to make you happy.
|
348 |
+
|
349 |
+
|
350 |
+
== Installation ==
|
351 |
+
|
352 |
+
**Step 1:** Upload the plugin file to install by navigating through Plugins➔Add New➔Upload Plugin➔Choose File to Install from your WordPress dashboard or you can simply search for the Happy Addons plugin from the plugin directory by going to Plugins➔Add New and search for the plugin in the search tab to install it on your WordPress site.
|
353 |
+
|
354 |
+
**Step 2:** After successful installation, you have to click the "activate" button to activate the happy addons for Elementor.
|
355 |
+
|
356 |
+
**Step 3:** When you activate Happy Addons for Elementor you will be redirected to our HappyAddons Dashboard Home Tab.
|
357 |
+
|
358 |
+
For a more detailed explanation check out the following documentation
|
359 |
+
|
360 |
+
☞ [**How to Install Happy Addons For Elementor**](https://happyaddons.com/docs/happy-addons-for-elementor/getting-started-with-happy-elementor-addons/installation/)
|
361 |
+
|
362 |
+
|
363 |
+
== Screenshots ==
|
364 |
+
|
365 |
+
1. Review widget with image offset
|
366 |
+
2. Icon box widget - capsule design
|
367 |
+
3. Team member widget
|
368 |
+
4. Info box widget
|
369 |
+
5. Skill bars widget
|
370 |
+
6. Dual button widget
|
371 |
+
7. Icon box widget with label
|
372 |
+
8. Happy Effects - available in all kinds of Elementor widgets. And works smoothly with all the 3rd party Elementor addons plugin, Elementor Pro and Elementor
|
373 |
+
9. Happy Effects - CSS Transform - Rotate
|
374 |
+
10. happy Effects - CSS Transform - Rotate and Translate
|
375 |
+
11. Review widget - capsule design
|
376 |
+
12. Card widget with Happy Effects (Floating Effects)
|
377 |
+
13. Card widget - capsule design
|
378 |
+
|
379 |
+
|
380 |
+
== Changelog ==
|
381 |
+
|
382 |
+
= 3.2.2 - 29 September 2021 =
|
383 |
+
|
384 |
+
- Fix: Setup wizard asset loading
|
385 |
+
- Fix: Resolved an unexpected warning in admin area while debugging is enabled.
|
386 |
+
- Fix: Missing Template Engine icon in Elementor Editor.
|
387 |
+
- Fix: Icon Box widget Badge z-index reduced
|
388 |
+
|
389 |
+
= 3.2.1 - 23 September 2021 =
|
390 |
+
|
391 |
+
- Fix: Setup wizard improvement and cache issue resolved.
|
392 |
+
|
393 |
+
= 3.2.0 - 23 September 2021 =
|
394 |
+
|
395 |
+
- New: Setup Wizard for guided plugin configuration
|
396 |
+
- New: Widget Group in Dashboard
|
397 |
+
- New: Dashboard to show latest offer & news
|
398 |
+
- New: Widget uses analytics in Dashboard
|
399 |
+
|
400 |
+
= 3.1.0 - 25 August 2021 =
|
401 |
+
|
402 |
+
- New: Added disbale option for Column Extended feature
|
403 |
+
- New: Added disbale option for Text Stroke feature
|
404 |
+
- New: Added compatibility with PHP 8.0
|
405 |
+
- Fix: Icon Box badge z-index issue
|
406 |
+
- Remove: Alignment option from 360deg widget
|
407 |
+
|
408 |
+
= 3.0.1 - 8 August 2021 =
|
409 |
+
|
410 |
+
- Improve: Review Banner Logic
|
411 |
+
- Fix: Image Stack group default image missing issue
|
412 |
+
- Fix: Conflicts with Elementor "Border Type" style control
|
413 |
+
|
414 |
+
= 3.0.0 - 3 August 2021 =
|
415 |
+
|
416 |
+
- New: Image Stack Group Widget
|
417 |
+
- New: Image Accordion Widget
|
418 |
+
- New: Happy Tooltip feature
|
419 |
+
- New: Added Team Member widget Ligthbox option
|
420 |
+
- New: Added Horizontal Timeline Title HTML Tag control option
|
421 |
+
- New: Added Taxonomy List HTML Tag control option
|
422 |
+
- New: Added Post Tab Title HTML Tag control option
|
423 |
+
- New: Added News Ticker widget Post Title HTML Tag control option
|
424 |
+
- New: Added Carousel Widget Title & Subtitle HTML Tag control option
|
425 |
+
- New: Added Sliders Widget Title & Subtitle HTML Tag control option
|
426 |
+
- New: Added Global credential key dashboard. User can set credentials in settings pannel and use it globally (Mailchimp Widget, Twitter Feed Widget)
|
427 |
+
- Update: Image Hover Effect Title HTML Tag control
|
428 |
+
- Update: All widgets Coding stractrue update
|
429 |
+
- Update: Happy sellect 2 control update
|
430 |
+
- Update: Mailchimp form alignment improved and optimized with some coding updates.
|
431 |
+
- Fix: Taxonomy List Sellect2 issue
|
432 |
+
- Fix: Post tab Sellect2 issue
|
433 |
+
- Fix: Post list Sellect2 issue
|
434 |
+
- Fix: News ticker Sellect2 issue
|
435 |
+
- Fix: Mailchimp Sellect2 issue
|
436 |
+
- Fix: Improve some style for compatibility on the content switcher
|
437 |
+
|
438 |
+
= 2.27.0 - 5 July 2021 =
|
439 |
+
|
440 |
+
- New: Content Switcher Widget
|
441 |
+
|
442 |
+
= 2.26.0 - 1 July 2021 =
|
443 |
+
|
444 |
+
- New: Prefix and Suffix option for the Fun Factor widget
|
445 |
+
- New: Link Target option added to Twitter Feed widget
|
446 |
+
- Tweak: Added Tag for subscriber lists in mailchimp widget
|
447 |
+
- Fix: Mailchimp integration instruction improved
|
448 |
+
|
449 |
+
= 2.25.0 - 16 June 2021 =
|
450 |
+
|
451 |
+
- New: Mailchimp Widget
|
452 |
+
- New: Added Lightbox support to Horizontal Timeline widget
|
453 |
+
- New: Image Hover Effect hover title html tag option added
|
454 |
+
- Tweak: Added html tag support to Horizontal Timeline description
|
455 |
+
- Tweak: Dynamic Tag support for Image Hover effect's image field
|
456 |
+
- Tweak: Modify select 2 control
|
457 |
+
- Fix: The Event Widget's events popups responsive issue
|
458 |
+
|
459 |
+
= 2.24.1 - 18 May 2021 =
|
460 |
+
|
461 |
+
- Tweak: Step Flow title html tag option increased
|
462 |
+
- Tweak: Gravity form ajax submit enable option
|
463 |
+
- Fix: Gravity form input height issue
|
464 |
+
- Fix: 360 Rotation widget fallback background color conflict issue
|
465 |
+
|
466 |
+
= 2.24.0 - 25 April 2021 =
|
467 |
+
|
468 |
+
- Tweak: Animated Link widget alignment control added
|
469 |
+
- Fix: Security patches
|
470 |
+
- Tweak: Removed `Elementor\Scheme_Typography` deprecated function
|
471 |
+
- Tweak: Happy Elementor Addons not active when Elementor doesn’t meet minimum version requirements
|
472 |
+
|
473 |
+
= 2.23.0 - 12 April 2021 =
|
474 |
+
|
475 |
+
- New: Animated Link Widget
|
476 |
+
- New: Infobox widget media direction option
|
477 |
+
- Fix: Shape Divider issue
|
478 |
+
|
479 |
+
= 2.22.1 - 24 March 2021 =
|
480 |
+
|
481 |
+
- Fix: Elementor compatibility tag added
|
482 |
+
|
483 |
+
= 2.22.0 - 16 March 2021 =
|
484 |
+
|
485 |
+
- New: Image Hover Effect Widget
|
486 |
+
- Fix: Wrapper link issue
|
487 |
+
|
488 |
+
= 2.21.1 - 1 March 2021 =
|
489 |
+
|
490 |
+
- Fix: Happy Icons blank issue
|
491 |
+
|
492 |
+
= 2.21.0 - 28 February 2021 =
|
493 |
+
|
494 |
+
- New: Happy Icons v5 (33 new icons)
|
495 |
+
- New: Section Shape Divider (3 new Happy Shapes)
|
496 |
+
- Tweak: Removed unnecessary code from event calendar widget
|
497 |
+
|
498 |
+
= 2.20.0 - 18 February 2021 =
|
499 |
+
|
500 |
+
- New: Text stroke feature
|
501 |
+
- New: Event Calendar widget
|
502 |
+
- New: Happy particle effects disable option
|
503 |
+
- Tweak: Updated kses function to support more attributes
|
504 |
+
- Tweak: Added html tag support in Data Table widget
|
505 |
+
- Tweak: Added slider widget dots size control
|
506 |
+
- Tweak: Added carousel widget dots size control
|
507 |
+
- Fix: Shape divider spell
|
508 |
+
- Fix: Chart widgets console error
|
509 |
+
- Fix: Widget background overlay class mismatch issue
|
510 |
+
- Fix: Data Table widget compatibility issue with WPML
|
511 |
+
|
512 |
+
= 2.19.0 - 20 January 2021 =
|
513 |
+
|
514 |
+
- New: Features control panel
|
515 |
+
- New: Section Shape Divider - 18 custom shapes (Happy Shapes)
|
516 |
+
- Tweak: Improved elementor missing notice
|
517 |
+
- Fix: Misc css bug resolved
|
518 |
+
|
519 |
+
= 2.18.0 - 5 January 2021 =
|
520 |
+
|
521 |
+
- New: Tabs are sortable in Post Tab widget
|
522 |
+
- Tweak: Added Post tab widget tab hover cursor
|
523 |
+
- Fix: Equal height control rendering issue
|
524 |
+
- Fix: Horizontal Timeline inconsistency with Infinite loop
|
525 |
+
|
526 |
+
= 2.17.1 - 24 December 2020 =
|
527 |
+
|
528 |
+
- Fix: Wrapper link undefined url issue
|
529 |
+
|
530 |
+
= 2.17.0 - 23 December 2020 =
|
531 |
+
|
532 |
+
- New: Widget equal height feature
|
533 |
+
- New: Custom arrow icon control in Slider widget
|
534 |
+
- New: Custom arrow icon control in Carousel widget
|
535 |
+
- New: Custom arrow icon control in Horizontal timeline widget
|
536 |
+
- New: Slider arrow size control
|
537 |
+
- New: Carousel arrow size control
|
538 |
+
- New: Horizontal timeline arrow size control
|
539 |
+
- New: Horizontal timeline arrow horizontal position control
|
540 |
+
- Tweak: Updated Horizontal timeline widget default style
|
541 |
+
- Tweak: Added % unit in Slider arrow position controls
|
542 |
+
- Tweak: Added % unit in Carousel arrow position controls
|
543 |
+
- Tweak: Added % unit in Horizontal timline arrow position control
|
544 |
+
- Tweak: Separated Floating effects JS handler from main JS file
|
545 |
+
- Fix: Slider arrow not hiding issue
|
546 |
+
- Fix: Carousel arrow not hiding issue
|
547 |
+
|
548 |
+
= 2.16.1 - 10 December 2020 =
|
549 |
+
|
550 |
+
- Fix: WordPress 5.6 compatibility
|
551 |
+
- Fix: Floating effect dependency loading only when activated
|
552 |
+
- Fix: Infobox button icon animation
|
553 |
+
- Fix: JS error in elementor editor
|
554 |
+
|
555 |
+
= 2.16.0 - 29 November 2020 =
|
556 |
+
|
557 |
+
- Added: Justified Grid lightbox disable option for mobile and tablet
|
558 |
+
- Added: Image Grid lightbox disable option for mobile and tablet
|
559 |
+
- Added: Justified Grid default filter select option
|
560 |
+
- Added: Image Grid default filter select option
|
561 |
+
- Added: Added .pot file
|
562 |
+
- Tweak: Improved Justified Grid and Image Grid base style
|
563 |
+
- Tweak: Improved Image Grid markup - removed extra inner div
|
564 |
+
- Tweak: Improved on demand assets loading
|
565 |
+
- Fix: Private page on demand assets loading issue
|
566 |
+
- Fix: Lightbox and Popup not working with wrapper link issue
|
567 |
+
|
568 |
+
= 2.15.0 - 4 November 2020 =
|
569 |
+
|
570 |
+
- New: Ready made page templates (Happy Templates)
|
571 |
+
- New: Horizontal TimeLine widget
|
572 |
+
- New: Social Share widget
|
573 |
+
- New: Happy Icons v4 (44 new icons)
|
574 |
+
- Tweak: Data Table row-cell text link option
|
575 |
+
- Fix: On Demand Assets Loading compatibility with WPML
|
576 |
+
- Fix: Post Tab widget compatibility with WPML
|
577 |
+
- Fix: News Ticker widget compatibility with WPML
|
578 |
+
- Fix: Pricing Table long feature text breaks into 2nd line issue
|
579 |
+
- Fix: Pricing Table default style and content issue
|
580 |
+
- Fix: Text domain inconsistency
|
581 |
+
|
582 |
+
= 2.14.3 - 12 October 2020 =
|
583 |
+
|
584 |
+
- Update: Appsero client updated to `v1.2.0`
|
585 |
+
- Tweak: Added Calendy pro feature notice
|
586 |
+
- Tweak: Added Calendy default username "happyaddons"
|
587 |
+
- Tweak: Common cached files are loaded once as internal css
|
588 |
+
- Fix: Card widget badge dynamic tag issue
|
589 |
+
- Fix: Happy templates popup button auto duplicate issue
|
590 |
+
- Fix: Removed duplicate On demand assets cache file enqueue
|
591 |
+
- Fix: Removed broken Review widget schema data
|
592 |
+
- Fix: Team member widget email envelope icon issue
|
593 |
+
- Fix: Removed forced open in new window for Logo grid widget
|
594 |
+
|
595 |
+
= 2.14.2 - 20 September 2020 =
|
596 |
+
|
597 |
+
- Fix: JS loading issue for non logged in users
|
598 |
+
- Fix: JS loading issue for logged in users
|
599 |
+
- Fix: All the JS dependent widgets with issue
|
600 |
+
- Fix: Editor loading issue
|
601 |
+
|
602 |
+
= 2.14.1 - 7 September 2020 =
|
603 |
+
|
604 |
+
- Fix: JS loading issue for non logged in users
|
605 |
+
|
606 |
+
= 2.14.0 - 3 September 2020 =
|
607 |
+
|
608 |
+
- New: Updated compatibility with WP 5.5.x
|
609 |
+
- New: Updated compatibility with Elementor 3.x.x
|
610 |
+
- New: Twitter feed timestamp settings
|
611 |
+
- Tweak: Removed unnecessary Elementor kit assets enqueue
|
612 |
+
- Tweak: Removed common image styles, instead added widget wise
|
613 |
+
- Fix: Templates compatibility issue with Elementor 3.x.x
|
614 |
+
- Fix: Script dependency order issue
|
615 |
+
- Fix: Card and Infobox delete issue
|
616 |
+
- Fix: Review widget spelling error
|
617 |
+
|
618 |
+
= 2.13.3 - 24 August 2020 =
|
619 |
+
|
620 |
+
- Fix: HappyAddons Pro assets loading issues
|
621 |
+
- Fix: Misc style issue
|
622 |
+
|
623 |
+
= 2.13.2 - 20 August 2020 =
|
624 |
+
|
625 |
+
- Tweak: Removed icons control workaround for HappyIcons
|
626 |
+
- Tweak: Removed assets loading hook priority
|
627 |
+
- Tweak: Improved Dual Button default style
|
628 |
+
- Fix: CSS Transform normal/hover mode not working on frontend issue
|
629 |
+
- Fix: Color change doens't have any effect on SVG icon issue
|
630 |
+
- Fix: Card widget image size issue on Firefox and responsive mode
|
631 |
+
|
632 |
+
= 2.13.1 - 6 August 2020 =
|
633 |
+
|
634 |
+
- Fix: CSS Transform conflict issue
|
635 |
+
|
636 |
+
= 2.13.0 - 27 July 2020 =
|
637 |
+
|
638 |
+
- New: Data Table widget
|
639 |
+
- New: `happyaddons/extensions/grid_layer` hook to control Grid Layer
|
640 |
+
- New: `happyaddons/extensions/background_overlay` hook to control Background Overlay
|
641 |
+
- New: `happyaddons/extensions/wrapper_link` hook to control Wrapper Link
|
642 |
+
- New: `happyaddons/extensions/happy_clone` hook to control Happy Clone
|
643 |
+
- New: `happyaddons/extensions/adminbar_menu` hook to control Adminbar menu
|
644 |
+
- New: `happyaddons/extensions/floating_effects` hook to control Floating Effects
|
645 |
+
- New: `happyaddons/extensions/css_transform` hook to control CSS Transform
|
646 |
+
- New: `happyaddons/extensions/on_demand_cache` hook to control On Demand Assets Loading
|
647 |
+
- Tweak: Added CSS Transform hover state support
|
648 |
+
- Tweak: Added Stepflow direction arrow rotatation support
|
649 |
+
- Tweak: Added Card button full width support
|
650 |
+
- Tweak: Added Card responsive image positioning
|
651 |
+
- Tweak: Restored justify alignment in all widgets
|
652 |
+
- Tweak: Improved base styles in all widgets
|
653 |
+
- Tweak: Removed widget control panel link from editor panel
|
654 |
+
- Tweak: Removed HappyAddons shortcut link from finder
|
655 |
+
- Tweak: Removed unnecessary css
|
656 |
+
- Tweak: Post List content on/off option
|
657 |
+
- Tweak: Post List feature image left & top show option
|
658 |
+
- Fix: Post List date issue
|
659 |
+
- Fix: WPML link translation issue
|
660 |
+
|
661 |
+
= 2.12.3 - 13 July 2020 =
|
662 |
+
|
663 |
+
- Tweak: Twitter feed widget icon updated
|
664 |
+
- Tweak: Twitter feed cache cleaner added
|
665 |
+
- Tweak: Twitter feed Error handling updated
|
666 |
+
- Tweak: Social link widget default value
|
667 |
+
- Fix: Fun factor animation issue
|
668 |
+
- Fix: Card widget default text spelling error
|
669 |
+
- Fix: Empty button rendering issue
|
670 |
+
|
671 |
+
= 2.12.2 - 10 June 2020 =
|
672 |
+
|
673 |
+
- Fix: Template library dark mode compatibility issue
|
674 |
+
- Fix: Fluent Forms styles issue
|
675 |
+
|
676 |
+
= 2.12.1 - 9 June 2020 =
|
677 |
+
|
678 |
+
- Fix: GravityForms widget issue causing elementor editor continuous loding
|
679 |
+
|
680 |
+
= 2.12.0 - 8 June 2020 =
|
681 |
+
|
682 |
+
- New: Happy Templates Library
|
683 |
+
- New: WP Fluent Forms widget
|
684 |
+
|
685 |
+
= 2.11.1 - 4 June 2020 =
|
686 |
+
|
687 |
+
- Fix: JS function backward compatibility issue
|
688 |
+
- Fix: `ha_get_feature_label` JS error issue in Pricing table
|
689 |
+
|
690 |
+
= 2.11.0 - 1 June 2020 =
|
691 |
+
|
692 |
+
- Tweak: Slide item link support for Carousel widget
|
693 |
+
- Tweak: Slide item link support for Slider widget
|
694 |
+
- Tweak: More html tags support for textarea/description type input
|
695 |
+
- Tweak: Advanced button support for Team Member widget
|
696 |
+
- Tweak: Restored default placeholder image
|
697 |
+
- Fix: Adminbar happy icon markup issue
|
698 |
+
- Fix: Carousel and Slider css issue
|
699 |
+
- Fix: SVG icon sizing issues in all widgets
|
700 |
+
- Fix: WPML support issue
|
701 |
+
- Fix: 360° widget default style
|
702 |
+
|
703 |
+
= 2.10.0 - 18 May 2020 =
|
704 |
+
|
705 |
+
- New: 360° Rotation widget
|
706 |
+
- New: Taxonomy List widget
|
707 |
+
|
708 |
+
= 2.9.0 - 29 April 2020 =
|
709 |
+
|
710 |
+
- New: WPML support for all widgets [Documentation](https://happyaddons.com/docs/happy-addons-for-elementor/happy-features/wpml-support-for-happyaddons-free/)
|
711 |
+
|
712 |
+
= 2.8.1 - 5 April 2020 =
|
713 |
+
|
714 |
+
- Tweak: Adminbar actions terms updated to more meaningful terms
|
715 |
+
- Fix: Floating effect not working on frontend
|
716 |
+
- Fix: Adminbar HappyAddons icon position
|
717 |
+
|
718 |
+
= 2.8.0 - 1 April 2020 =
|
719 |
+
|
720 |
+
- New: Post Tab widget
|
721 |
+
- New: Post List widget
|
722 |
+
|
723 |
+
= 2.7.3 - 31 March 2020 =
|
724 |
+
|
725 |
+
- Tweak: Custom attribute output support for all links
|
726 |
+
- Tweak: Added pro widgets awarness panel
|
727 |
+
- Fix: Missing styles issue on page/post clone
|
728 |
+
- Fix: Popup link not working with link issue
|
729 |
+
- Fix: Twitter feed issue
|
730 |
+
|
731 |
+
= 2.7.2 - 2 March 2020 =
|
732 |
+
|
733 |
+
- Fix: Dual Button space between buttons issue
|
734 |
+
|
735 |
+
= 2.7.1 - 23 February 2020 =
|
736 |
+
|
737 |
+
- Fix: Fun Factor broken markup issue
|
738 |
+
|
739 |
+
= 2.7.0 - 20 February 2020 =
|
740 |
+
|
741 |
+
- New: Twitter Feed widget
|
742 |
+
- New: Bar Chart widget
|
743 |
+
- New: Social Icons widget
|
744 |
+
- New: Grid Layer feature for designer
|
745 |
+
- New: Wrapper Link feature for section, column and widget
|
746 |
+
- Update: Dynamic Tags support in Carousel widget
|
747 |
+
- Update: Dynamic Tags support in Dual Button widget
|
748 |
+
- Update: Dynamic Tags support in Logo Grid widget
|
749 |
+
- Update: Dynamic Tags support in News Ticker widget
|
750 |
+
- Update: Dynamic Tags support in Pricing Table widget
|
751 |
+
- Update: Dynamic Tags support in Skills widget
|
752 |
+
- Update: Dynamic Tags support in Slider widget
|
753 |
+
- Update: Dynamic Tags support in Testimonial widget
|
754 |
+
- Fix: Pricing Table widget php warning
|
755 |
+
|
756 |
+
= 2.6.1 - 16 February 2020 =
|
757 |
+
|
758 |
+
- Fix: Conflict with Rank Math
|
759 |
+
- Fix: Fun Factor padding issue
|
760 |
+
- Fix: Stepflow inline editing issue
|
761 |
+
- Fix: Gravity Forms conditional field issue
|
762 |
+
- Fix: Inline editing issue in Elementor 2.9.*
|
763 |
+
- Fix: Select2 width collapse issue in Elementor 2.9.*
|
764 |
+
|
765 |
+
= 2.6.0 - 15 January 2020 =
|
766 |
+
|
767 |
+
- New: Fun Factor widget
|
768 |
+
- Update: Page break styling for Gravity Forms widget
|
769 |
+
- Update: Widgets help link added in "Need Help?" button
|
770 |
+
- Fix: Image Compare widget extra height issue
|
771 |
+
- Fix: Step Flow widget title link issue
|
772 |
+
- Fix: Gravity Forms styling issue
|
773 |
+
- Fix: Removed welcome notice in admin
|
774 |
+
|
775 |
+
= 2.5.0 - 24 December 2019 =
|
776 |
+
|
777 |
+
- New: Added Step Flow widget title heading level control
|
778 |
+
- Update: Tracking system update to comply with wp.org user privacy policy
|
779 |
+
- Fix: Dark mode Happy Effects heading color
|
780 |
+
|
781 |
+
= 2.4.2 - 12 December 2019 =
|
782 |
+
|
783 |
+
- Fix: Compatibility with Elementor 2.8.*
|
784 |
+
- Fix: Extension loading issue for non logged in users
|
785 |
+
|
786 |
+
= 2.4.1 - 10 December 2019 =
|
787 |
+
|
788 |
+
- Fix: News Ticket single post selection issue
|
789 |
+
- Fix: Blank icons controls JS error issue (it also fixes EA Table and Elementor FORM issue)
|
790 |
+
- Fix: Gravity Forms Elementor editor style issue
|
791 |
+
|
792 |
+
= 2.4.0 - 3 December 2019 =
|
793 |
+
|
794 |
+
- New: Happy Clone - (duplicate post/page from anywhere!)
|
795 |
+
- New: News Ticker Widget
|
796 |
+
- New: Fixed size controls in Elementor Button widget
|
797 |
+
- Fix: Badge offset responsive issue for Icon Box Widget
|
798 |
+
- Fix: Wrapper is rendered when icon/image is missing issue
|
799 |
+
|
800 |
+
= 2.3.0 - 20 November 2019 =
|
801 |
+
|
802 |
+
- New: Gravity Forms Widget
|
803 |
+
- New: Column Order control
|
804 |
+
- New: Custom Column Width control
|
805 |
+
- New: weForms section break styles
|
806 |
+
- Fix: weForms misc style issues
|
807 |
+
|
808 |
+
= 2.2.6 - 11 November 2019 =
|
809 |
+
|
810 |
+
- Fix: Conflict with Essential Addons causing PHP fatal error
|
811 |
+
- Fix: PHP cannot declare class `Happy_Addons\Elementor\Finder` issue
|
812 |
+
|
813 |
+
= 2.2.5 - 11 November 2019 =
|
814 |
+
|
815 |
+
- Tweak: Improved floating effects editing performance
|
816 |
+
- Fix: Text editor slow performance and rendering lag issue
|
817 |
+
|
818 |
+
= 2.2.4 - 8 November 2019 =
|
819 |
+
|
820 |
+
- Tweak: Improved on demand assets loading for Elementor theme builder
|
821 |
+
- Tweak: Improved support for 3rd party header, footer builders
|
822 |
+
- Fix: Dashboard php error for users with non admin or super admin roles
|
823 |
+
|
824 |
+
= 2.2.3 - 6 November 2019 =
|
825 |
+
|
826 |
+
- Tweak: Improved support for image optimization plugins. ex: Shortpixel Image Optimiser
|
827 |
+
- Tweak: Widgets default styles
|
828 |
+
- Fix: WPForms Pro compatibility issue
|
829 |
+
- Fix: Image border radius style issue
|
830 |
+
|
831 |
+
= 2.2.2 - 16 October 2019 =
|
832 |
+
|
833 |
+
- Fix: Widget Control Panel link issue
|
834 |
+
|
835 |
+
= 2.2.1 - 15 October 2019 =
|
836 |
+
|
837 |
+
- Fix: Text overflow issue in all widgets
|
838 |
+
- Fix: PHP 5.4 compatibility issue
|
839 |
+
|
840 |
+
= 2.2.0 - 7 October 2019 =
|
841 |
+
|
842 |
+
- Update: Style copy-paste support improved
|
843 |
+
- Fix: Image Grid image alt attribute value issue
|
844 |
+
- Fix: Justified Gallery image alt attribute value issue
|
845 |
+
- Fix: Skills Bar % sign visibility inconsistency issue
|
846 |
+
|
847 |
+
= 2.1.0 - 3 October 2019 =
|
848 |
+
|
849 |
+
- New: Widgets control panel link in Elementor Finder
|
850 |
+
- New: Widgets control panel link in Elementor editor panel
|
851 |
+
- Update: Added Dual Button layout (Stack and Queue layout)
|
852 |
+
- Fix: Image Grid and Justified Gallery filter issue for non english languages
|
853 |
+
- Fix: Justified gallery image alt attribute missing issue
|
854 |
+
- Fix: Dual Button responsive issue - using layout feature
|
855 |
+
- Fix: Dual Button default hover text color
|
856 |
+
- Fix: Widgets Control Panel navigation jump issue
|
857 |
+
|
858 |
+
= 2.0.0 - 24 September 2019 =
|
859 |
+
|
860 |
+
- New: Dashboard - Widgets Control Panel
|
861 |
+
- New: Image popup support for Justified Grid
|
862 |
+
- New: Image popup support for Image Grid
|
863 |
+
- Update: Improved HTML tag support for description and title fields
|
864 |
+
- Update: Added more icons in Happy Icons
|
865 |
+
- Update: Improved HTML escaping support for security
|
866 |
+
- Fix: Skill Bars admin label fix
|
867 |
+
- Fix: Missing style issue while copy-pasting widget style
|
868 |
+
- Fix: Happy Icons cache issue
|
869 |
+
- Fix: Admin bar menu spacing issue
|
870 |
+
|
871 |
+
= 1.5.0 - 27 August 2019 =
|
872 |
+
|
873 |
+
- New: Image Grid Widget
|
874 |
+
- New: Scheme data for Review Widget
|
875 |
+
- New: Background Overlay - global extension for any widget
|
876 |
+
- New: Step Flow Widget - direction arrow offset control
|
877 |
+
- New: Happy Icons - Custom icon font library
|
878 |
+
- Update: Dy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|