@charset "UTF-8";
input.clipboard,
textarea.clipboard{min-height:35px;}
.cf7-ds-clipboard{
    display: block;
    box-sizing: border-box;
}
.cf7-ds-clipboard-icon{
    background-image: url(//scmrc-mada.com/wp-content/plugins/cf7-data-source/add-ons/complementary-controls.addon/controls/copy-to-clipboard/icon.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: none;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

input:hover+.cf7-ds-clipboard-icon,
textarea:hover+.cf7-ds-clipboard-icon{opacity:.3;display:inline-block;}
.cf7-ds-clipboard-icon:hover{opacity:1;display:inline-block;}

.cf7-ds-clipboard-tooltip{
    background: #555;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    display: none;
    word-break: normal;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Verdana,sans-serif;
    line-height: 15px;
}

.cf7-ds-clipboard-tooltip::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 12px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}

/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important;
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.elementor-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
    vertical-align: middle; /* Alignment of icon */
}

/* Icon Svg */
.hfe-icon svg {
    width: 1em;
    height: 1em;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}

/* Scroll to top CSS */
.hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
    display: none;
}

.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
    display: none !important;
}

.hfe-scroll-to-top-button {
    position:fixed;
    right:15px;
    bottom:15px;
    z-index:9999;
    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:50px;
    height:50px;
    border-radius:50px;
    background-color:#000000;
    color:#fff;
    text-align:center;
    opacity:1;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s;
}

.hfe-scroll-to-top-button i {
    color:#fff;
    font-size:16px;
}
/* Breadcrumbs CSS */

ul.hfe-breadcrumbs {
    display:block;
    margin:0;
    padding:0;
    list-style:none
}

ul.hfe-breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

ul.hfe-breadcrumbs li:last-child {
    margin:0;
}

ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    display:block;
}

ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    -webkit-transition:all .4s;
    transition:all .4s;
}

span.hfe-breadcrumbs-home-icon{
    margin-right:10px;
    align-content: center;
}

.hfe-breadcrumbs-first a {
    align-content: center;
}

.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
    display: inline-flex;
}

/* Post Info CSS */

ul.hfe-post-info-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.hfe-post-info-inline.hfe-post-info-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

li.hfe-post-info-item {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

li.hfe-post-info-item,
li.hfe-post-info-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;
}

.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-right: 8px;
    margin-left: 8px;
}

.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
    position: relative;
    right: -8px;
}

.hfe-post-info-inline.hfe-post-info-items {
    margin-right: -8px;
    margin-left: -8px;
}

.hfe-post-info-icon svg {
    display: block;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
    position: relative;
}.xpro-preview,
.xpro-preview-iframe-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.elementor-add-new-section .elementor-add-xpro-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#fb8c87), to(#fa4c95));
    background-image: -o-linear-gradient(left, #fb8c87 0, #fa4c95 100%);
    background-image: linear-gradient(90deg, #fb8c87 0, #fa4c95 100%);
}
.xpro-owl-theme.owl-carousel,
body.rtl .lg-outer {
    direction: ltr;
}
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--e-global-color-primary);
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.xpro-owl-theme.owl-carousel .owl-nav button:hover {
    color: #fff;
    background-color: var(--e-global-color-primary);
}
.xpro-elementor-button-hover-style-underlineFromRight:focus:before,
.xpro-elementor-button-hover-style-underlineFromRight:hover:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.xpro-elementor-button-hover-style-underlineFromLeft:focus:before,
.xpro-elementor-button-hover-style-underlineFromLeft:hover:before,
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.xpro-elementor-post-pagination .page-numbers.dots,
.xpro-owl-theme.owl-carousel .owl-nav button.disabled {
    pointer-events: none;
}
.xpro-owl-theme.owl-carousel .owl-nav button.disabled::before,
.xpro-swiper-slider-theme .swiper-button-next.swiper-button-disabled:after,
.xpro-swiper-slider-theme .swiper-button-prev.swiper-button-disabled:after {
    opacity: 0.3;
}
[class*="xpro-owl-navigation-horizontal"] .owl-nav button.owl-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
}
[class*="xpro-owl-navigation-horizontal"] .owl-nav button.owl-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}
.xpro-owl-navigation-horizontal-style-2 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-2 button.swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060" !important;
}
.xpro-owl-navigation-horizontal-style-2 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-2 button.swiper-button-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061" !important;
}
.xpro-owl-navigation-horizontal-style-3 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-3 button.swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f359" !important;
}
.xpro-owl-navigation-horizontal-style-3 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-3 button.swiper-button-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f35a" !important;
}
.xpro-owl-navigation-horizontal-style-4 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-4 button.swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30a" !important;
}
.xpro-owl-navigation-horizontal-style-4 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-4 button.swiper-button-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b" !important;
}
.xpro-owl-navigation-horizontal-style-5 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-5 button.swiper-button-prev::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\f049" !important;
}
.xpro-owl-navigation-horizontal-style-5 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-5 button.swiper-button-next::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\f050" !important;
}
.xpro-owl-navigation-horizontal-style-6 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-6 button.swiper-button-prev::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\f100" !important;
}
.xpro-owl-navigation-horizontal-style-6 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-6 button.swiper-button-next::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\f101" !important;
}
.xpro-owl-navigation-horizontal-style-7 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-7 button.swiper-button-prev::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\f0d9" !important;
}
.xpro-owl-navigation-horizontal-style-7 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-7 button.swiper-button-next::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\f0da" !important;
}
[class*="xpro-owl-navigation-vertical"] .owl-nav button.owl-prev::before,
[class*="xpro-swiper-navigation-vertical"] .swiper-nav button.swiper-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
}
[class*="xpro-owl-navigation-vertical"] .owl-nav button.owl-next::before,
[class*="xpro-swiper-navigation-vertical"] .swiper-nav button.swiper-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}
.xpro-owl-navigation-vertical-style-2 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-2 .swiper-nav button.swiper-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
}
.xpro-owl-navigation-vertical-style-2 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-2 .swiper-nav button.swiper-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
}
.xpro-owl-navigation-vertical-style-3 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-3 .swiper-nav button.swiper-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f35b";
}
.xpro-owl-navigation-vertical-style-3 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-3 .swiper-nav button.swiper-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f358";
}
.xpro-owl-navigation-vertical-style-4 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-4 .swiper-nav button.swiper-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30c";
}
.xpro-owl-navigation-vertical-style-4 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-4 .swiper-nav button.swiper-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f309";
}
.xpro-owl-navigation-vertical-style-5 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-5 .swiper-nav button.swiper-prev::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\e935";
}
.xpro-owl-navigation-vertical-style-5 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-5 .swiper-nav button.swiper-next::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\e932";
}
.xpro-owl-navigation-vertical-style-6 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-6 .swiper-nav button.swiper-prev::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\e917";
}
.xpro-owl-navigation-vertical-style-6 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-6 .swiper-nav button.swiper-next::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\e910";
}
.xpro-owl-navigation-vertical-style-7 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-7 .swiper-nav button.swiper-prev::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\e918";
}
.xpro-owl-navigation-vertical-style-7 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-7 .swiper-nav button.swiper-next::after {
    font-family: xpro-icons;
    font-weight: 400;
    content: "\e911";
}
.xpro-owl-theme.owl-carousel .owl-dots {
    position: absolute;
    z-index: 3;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.xpro-owl-theme.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 1px solid var(--e-global-color-primary);
    margin-right: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-owl-theme.owl-carousel .owl-dot:first-child,
.xpro-swiper-slider-theme .swiper-pagination-bullet:first-child {
    margin-right: 0;
}
.xpro-owl-theme.owl-carousel .owl-dot.active,
.xpro-swiper-slider-theme .swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary);
}
.xpro-owl-dots-horizontal-style-2.owl-carousel .owl-dot.active,
.xpro-swiper-dots-horizontal-style-2 .swiper-pagination-bullet-active {
    width: 24px;
}
.xpro-owl-dots-vertical-style-2.owl-carousel .owl-dot.active,
.xpro-swiper-dots-vertical-style-2 .swiper-pagination-bullet-active {
    height: 24px;
}
.xpro-owl-dots-horizontal-style-3.owl-carousel .owl-dot.active,
.xpro-owl-dots-vertical-style-3.owl-carousel .owl-dot.active,
.xpro-swiper-dots-horizontal-style-3 .swiper-pagination-bullet-active,
.xpro-swiper-dots-vertical-style-3 .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.lg-icon {
    font-family: lg !important;
}
.xpro-swiper-slider-theme .swiper-button-next,
.xpro-swiper-slider-theme .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-color: var(--e-global-color-primary);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}
.xpro-swiper-slider-theme .swiper-button-prev {
    left: -25px;
}
.xpro-swiper-slider-theme .swiper-button-next {
    right: -25px;
}
.xpro-swiper-slider-theme .swiper-button-next.swiper-button-disabled,
.xpro-swiper-slider-theme .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: none;
}
[class*="xpro-swiper-navigation-horizontal"] button.swiper-button-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: inherit;
}
[class*="xpro-swiper-navigation-horizontal"] button.swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: inherit;
}
.xpro-swiper-slider-theme .swiper-pagination.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0;
}
.xpro-swiper-slider-theme .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid var(--e-global-color-primary);
    margin: 0 3px;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
[class*="elementor-widget-xpro"] a:focus,
button.xpro-content-toggle-button:focus,
button.xpro-elementor-search-button:focus {
    outline: 0;
}
.elementor-widget-xpro-content-toggle,
.elementor-widget-xpro-hot-spot .elementor-widget-container,
.elementor-widget-xpro-pie-chart .elementor-widget-container,
.xpro-simple-heading-wrapper,
.xpro-team-layout-12,
.xpro-team-layout-14,
.xpro-team-layout-2,
.xpro-team-layout-5,
.xpro-team-layout-8 {
    text-align: center;
}
.xpro-simple-heading-wrapper .xpro-heading-title {
    position: relative;
    line-height: 1.2;
    margin: 5px 0;
    font-weight: 500;
    z-index: 2;
    display: inline-block;
}
.xpro-simple-heading-wrapper .xpro-title-focus {
    color: var(--e-global-color-primary);
    -webkit-text-fill-color: initial;
    display: inline;
}
.elementor-widget-xpro-page-title a,
.elementor-widget-xpro-post-title a,
.elementor-widget-xpro-site-logo a,
.elementor-widget-xpro-site-title a,
.morphext > .animated,
.xpro-block-quote-layout-10 .xpro-block-quote-inner,
.xpro-cf-wrapper > span,
.xpro-hero-slider-button-default > span,
.xpro-post-title-link {
    display: inline-block;
}
.xpro-elementor-gallery-filter {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
}
#xpro-portfolio-html-main #wpadminbar,
.xpro-elementor-gallery-filter .xpro-select-option,
.xpro-gallery-popup-style-2.lg-outer .lg-pager-outer,
.xpro-gallery-popup-style-4.lg-outer .lg-pager-outer {
    display: none;
}
.cbp .cbp-wrapper-outer {
    /* overflow: inherit; */
    overflow: hidden;
}
.xpro-elementor-gallery-filter > ul,
.xpro-pricing-features-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 20px;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:first-child {
    margin-left: 0 !important;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:last-child,
.xpro-team-social-list > li:last-child {
    margin-right: 0 !important;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item.cbp-filter-item-active {
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    pointer-events: none;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:hover {
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
.cbp-loadMore-block1 {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.xpro-elementor-gallery-wrapper .cbp-wrapper-outer,
.xpro-team-layout-14 .xpro-team-image {
    /* overflow: initial; */
    overflow: hidden;
}
.cbp:not(.cbp-ready) .cbp-item {
    opacity: 0;
    visibility: hidden;
}
.cbp-loadMore-block1 .cbp-item {
    display: none;
    max-width: 20%;
    height: 200px;
    float: left;
    padding: 0 15px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption,
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption-activeWrap,
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption-defaultWrap {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 100%;
    height: 100%;
    width: 100%;
}
.xpro-elementor-gallery-layout-grid .xpro-elementor-gallery-item,
.xpro-post-grid-layout-10 .xpro-post-grid-item,
.xpro-post-grid-layout-2 .xpro-post-grid-item,
.xpro-post-grid-layout-6 .xpro-post-grid-item,
.xpro-post-grid-layout-8 .xpro-post-grid-item,
.xpro-post-grid-layout-9 .xpro-post-grid-item {
    height: 400px;
}
.xpro-elementor-gallery-layout-grid .cbp img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.xpro-elementor-gallery .cbp-caption-active .cbp-caption-activeWrap {
    cursor: pointer;
    padding: 15px;
    background-color: #00000087;
}
.xpro-preview-type-none .cbp-caption-activeWrap {
    cursor: auto !important;
}
.xpro-elementor-gallery .xpro-overlay-icon {
    color: #fff;
    margin: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-box-icon-title,
.xpro-elementor-gallery .xpro-overlay-icon > i {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}
.xpro-elementor-gallery .xpro-overlay-icon > i {
    font-size: 25px;
    line-height: 1;
    transition: color 0.3s ease-in-out;
}
.xpro-overlay-icon svg,
.xpro-pricing-icon > svg {
    height: auto;
}
.xpro-elementor-gallery .xpro-title {
    margin: 5px 0;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-after,
.xpro-elementor-gallery .xpro-outside-content .xpro-desc,
.xpro-elementor-gallery .xpro-outside-content .xpro-title,
.xpro-elementor-horizontal-navbar-nav > li.current_page_item > a,
.xpro-elementor-horizontal-navbar-nav > li:hover > a {
    color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-desc {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.xpro-elementor-gallery .xpro-item-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-elementor-gallery .xpro-item-btn:hover {
    color: #222;
    background-color: #fff;
}
.xpro-elementor-gallery .xpro-outside-content .xpro-item-btn {
    color: #2b2b2b;
    border-color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-outside-content .xpro-item-btn:hover {
    color: #fff;
    background-color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-outside-content {
    padding: 15px 0;
    position: relative;
}
.xpro-elementor-gallery-preview,
.xpro-table-body-row [colspan="0"] {
    display: none !important;
}
.xpro-gallery-elementor-custom-link {
    display: block;
    text-align: center;
}
.xpro-gallery-elementor-custom-link > a {
    border: 1px solid #dedede;
    color: #7e7b7b;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.xpro-gallery-elementor-loadmore > a {
    -webkit-transition: 0.25s ease-in-out !important;
    -o-transition: 0.25s ease-in-out !important;
    transition: 0.25s ease-in-out !important;
}
.xpro-content-toggle-button-wrapper.active ~ .xpro-toggle-content-wrapper > .xpro-toggle-content-second,
.xpro-gallery-elementor-custom-link > a > span,
.xpro-horizontal-timeline.owl-loaded,
.xpro-portfolio-loader-style-5 li:first-child,
.xpro-portfolio-loader-style-6 li:first-child,
.xpro-portfolio-loader-style-7 li:first-child,
.xpro-portfolio-loader-style-8 li:first-child,
.xpro-post-grid-author-content > a,
.xpro-post-grid-author-content > span {
    display: block;
}
.xpro-cf-wrapper,
.xpro-counter-wrapper-inner,
.xpro-elementor-gallery .cbp-l-caption-alignCenter,
.xpro-elementor-horizontal-navbar-wrapper,
.xpro-hero-slider-wrapper,
.xpro-image-scroll-img,
.xpro-infolist-content,
.xpro-post-grid-main,
.xpro-progress-bar-layout-13 .xpro-progress-track,
.xpro-progress-bar-layout-14 .xpro-progress-track,
.xpro-progress-bar-layout-2 .xpro-progress-track,
.xpro-progress-bar-layout-3 .xpro-progress-track,
.xpro-progress-bar-layout-5 .xpro-progress-track,
.xpro-team-wrapper,
.xpro-testimonial-layout-5 .xpro-testimonial-author,
.xpro-testimonial-layout-5 .xpro-testimonial-description {
    position: relative;
}
.cbp-caption-rotate .cbp-caption-activeWrap,
.cbp-caption-zoom-box .cbp-caption-activeWrap,
.cbp-caption-zoom-box-out .cbp-caption-activeWrap,
.cbp-caption-zoom-center-bottom .cbp-caption-activeWrap,
.cbp-caption-zoom-top-bottom .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.cbp-caption-rotate .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-center-bottom .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-top-bottom .cbp-caption:hover .cbp-caption-activeWrap,
.xpro-team-layout-12:hover .xpro-team-social-list,
.xpro-team-layout-2:hover .xpro-team-social-list,
.xpro-team-layout-3:hover .xpro-team-social-list,
.xpro-team-layout-4:hover .xpro-team-content,
.xpro-team-layout-5:hover .xpro-team-image::before,
.xpro-team-layout-5:hover .xpro-team-social-list,
.xpro-team-layout-6:hover .xpro-team-social-list {
    opacity: 1;
}
.cbp-caption-zoom-box .cbp-caption-defaultWrap,
.cbp-caption-zoom-box-out .cbp-caption-defaultWrap,
.cbp-caption-zoom-center-bottom .cbp-caption-defaultWrap,
.cbp-caption-zoom-top-bottom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    -o-transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-center-bottom .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-top-bottom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.cbp-caption-zoom-top-bottom .xpro-overlay-icon {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: -100px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .cbp-caption:hover .xpro-overlay-icon {
    margin-top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .xpro-overlay-content {
    position: absolute;
    text-align: left;
    bottom: -100px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .cbp-caption:hover .xpro-overlay-content {
    bottom: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-center-bottom .xpro-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -100px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.cbp-caption-zoom-center-bottom .cbp-caption:hover .xpro-overlay-icon {
    margin-top: 0;
}
.cbp-caption-zoom-center-bottom .xpro-overlay-content {
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-center-bottom .cbp-caption:hover .xpro-overlay-content {
    bottom: 25px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .xpro-overlay-icon,
.cbp-caption-zoom-box-out .xpro-overlay-icon {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .cbp-caption:hover .xpro-overlay-content,
.cbp-caption-zoom-box .cbp-caption:hover .xpro-overlay-icon,
.cbp-caption-zoom-box-out .cbp-caption:hover .xpro-overlay-content,
.cbp-caption-zoom-box-out .cbp-caption:hover .xpro-overlay-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .xpro-overlay-content,
.cbp-caption-zoom-box-out .xpro-overlay-content {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:before {
    top: 30px;
    bottom: 30px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    content: "";
    position: absolute;
    pointer-events: none;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:after {
    right: 30px;
    left: 30px;
    opacity: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap:before,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:before {
    right: 20px;
    left: 20px;
    opacity: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:after {
    position: absolute;
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    content: "";
    opacity: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-rotate .cbp-caption-defaultWrap {
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.cbp-caption-rotate .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25) rotate(3deg);
    -ms-transform: scale(1.25) rotate(3deg);
    transform: scale(1.25) rotate(3deg);
}
.xpro-elementor-gallery .cbp-caption-classic .cbp-caption-activeWrap {
    top: 0;
    left: 0;
    background-color: #0000003b;
}
.admin-bar [class*="xpro-gallery-popup-style"] .lg-toolbar {
    top: 32px;
}
.lg-backdrop {
    background-color: #0e0e0e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background 0.3s ease-in-out !important;
    -o-transition: background 0.3s ease-in-out !important;
    transition: background 0.3s ease-in-out !important;
}
.xpro-popup-blur:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    pointer-events: none;
}
[class*="xpro-gallery-popup-style"].lg-outer.lg-outer .lg-thumb {
    padding: 20px 0;
    height: 100%;
    margin: 0 auto;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item {
    position: relative;
    border-radius: 0;
    border: 3px solid transparent;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item.active,
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item:hover {
    border-color: #fff;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.xpro-animated-link-style-7:hover::after,
.xpro-preview-header-info:empty,
[class*="xpro-gallery-popup-style"] .lg-outer .lg-thumb-item:hover:before,
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item.active:before {
    opacity: 0;
}
.xpro-gallery-popup-style-2.lg-outer .lg-thumb-outer,
.xpro-gallery-popup-style-4.lg-outer .lg-thumb-outer {
    max-width: 720px;
    margin: 0 auto;
    left: 50%;
    overflow: hidden;
    background-color: transparent;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}
[class*="xpro-gallery-popup-style"] #lg-counter,
[class*="xpro-gallery-popup-style"] .lg-toolbar .lg-icon {
    color: #dadada;
    font-weight: 500;
}
[class*="xpro-gallery-popup-style"] .lg-actions .lg-next,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-prev {
    color: #dadada;
}
.xpro-author-box-button:focus,
.xpro-author-box-button:hover,
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-button::before,
.xpro-elementor-button:hover,
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li a,
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li a,
.xpro-progress-bar-layout-2 .xpro-progress-title,
.xpro-progress-bar-layout-4 .xpro-progress-title,
.xpro-team-layout-12 .xpro-team-description,
.xpro-team-layout-12 .xpro-team-title,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-next:hover,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-prev:hover {
    color: #fff;
}
.xpro-portfolio-loader {
    position: fixed;
    z-index: 1000;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.xpro-portfolio-loader li {
    pointer-events: all;
    background-color: var(--e-global-color-primary);
}
.xpro-portfolio-loader-style-1 li,
.xpro-portfolio-loader-style-2 li {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 20%;
}
.xpro-portfolio-loader-style-3 li,
.xpro-portfolio-loader-style-4 li {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    width: 20%;
}
.xpro-portfolio-loader-style-5 li,
.xpro-portfolio-loader-style-6 li {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    display: none;
}
.xpro-portfolio-loader-style-7 li,
.xpro-portfolio-loader-style-8 li {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    width: 100%;
    display: none;
}
body.xpro-preview-active {
    overflow: hidden !important;
}
.xpro-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    visibility: hidden;
    position: fixed;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
}
.admin-bar .xpro-preview {
    top: 32px;
    height: calc(100vh - 32px);
}
.xpro-preview.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s, visibility;
    -o-transition: opacity 0.5s, visibility;
    transition: opacity 0.5s, visibility;
}
.xpro-preview-header-left {
    min-width: 400px;
}
.xpro-preview-header-right {
    min-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.xpro-elementor-horizontal-navbar-nav > li > a,
.xpro-infolist-media-type-custom,
.xpro-pricing-item .xpro-badge,
.xpro-team-social-list .xpro-team-social-icon {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
}
.xpro-preview-iframe-outer {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#xpro-portfolio-html-main {
    margin-top: 0 !important;
}
#xpro-portfolio-html-main body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#xpro-portfolio-html-main body::-webkit-scrollbar {
    display: none;
}
.xpro-preview-iframe-outer::before {
    content: url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/images/spinner.gif);
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
}
.xpro-preview .xpro-preview-iframe {
    height: 100%;
    position: relative;
    border: none;
    width: calc(100% + 17px);
    max-width: unset;
}
.xpro-preview .xpro-preview-iframe.loaded {
    width: 100%;
    max-width: 100%;
}
.xpro-preview .xpro-preview-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xpro-preview-header .xpro-preview-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.xpro-preview-header .xpro-preview-header-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    min-height: 60px;
}
.xpro-preview-header .xpro-preview-header-arrow {
    padding: 0;
}
.xpro-preview-header .xpro-preview-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    padding: 0 24px;
    height: 100%;
    min-height: 60px;
    outline: 0;
    cursor: pointer;
    border-right: 1px solid;
    border-color: #f0f0f0;
}
.xpro-preview-header .xpro-preview-close {
    border-left: 1px solid;
    border-right: 0;
    border-color: #f0f0f0;
}
.xpro-preview-header .xpro-preview-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.xpro-preview-arrow.xpro-preview-inactive {
    color: #ccc;
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-prev-demo:before {
    content: "\f053";
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-next-demo:before {
    content: "\f054";
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-close:before {
    content: "\f00d";
}
.xpro-preview-header .xpro-preview-arrow:hover {
    background: #f8f9fa;
}
.xpro-preview-header .xpro-preview-demo-name {
    font-size: 1rem;
    font-weight: 400;
    color: #2b2b2b;
    margin-right: 0.75rem;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 10px 20px;
    background-color: #ffffffcc;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    color: #2b2b2b;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow:hover {
    background-color: #fff;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow > i {
    margin: 0 3px;
}
.xpro-preview-nav-layout-2 > .xpro-preview-prev-demo {
    left: 5px;
}
.xpro-preview-nav-layout-2 > .xpro-preview-next-demo {
    right: 5px;
}
.xpro-preview-arrow.xpro-preview-inactive {
    cursor: not-allowed !important;
}
.elementor-widget-xpro-icon-box > .elementor-widget-container {
    position: relative;
    overflow: initial;
}
.xpro-box-icon-wrapper {
    position: relative;
    display: block;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-box-icon-wrapper-inner {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-box-icon-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    color: #2b2b2b;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    overflow: hidden;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.xpro-box-icon-item > svg {
    width: 100%;
    height: auto;
}
.xpro-badge {
    position: absolute;
    z-index: 3;
    background-color: var(--e-global-color-accent);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    -webkit-transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
    -ms-transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
    transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
    --xpro-badge-translate-x: 0;
    --xpro-badge-translate-y: 0;
    --xpro-badge-rotate: 0;
}
.xpro-badge-middle-center,
.xpro-badge-middle-left,
.xpro-badge-middle-right {
    --xpro-badge-translate-y: -50%;
    top: 50%;
}
.xpro-badge-top-left,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before {
    top: 0;
    left: 0;
}
.xpro-badge-top-center {
    top: 0;
    left: 50%;
    --xpro-badge-translate-x: -50%;
}
.xpro-badge-top-right {
    top: 0;
    right: 0;
}
.xpro-badge-middle-left {
    left: 0;
}
.xpro-badge-middle-center {
    left: 50%;
    --xpro-badge-translate-x: -50%;
}
.xpro-badge-middle-right {
    right: 0;
}
.xpro-badge-bottom-left {
    bottom: 0;
    left: 0;
}
.xpro-badge-bottom-center {
    bottom: 0;
    left: 50%;
    --xpro-badge-translate-x: -50%;
}
.xpro-badge-bottom-right,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a:after {
    bottom: 0;
    right: 0;
}
.xpro-box-icon-title {
    margin: 0;
    line-height: 1.2;
    transition: color 0.3s ease-in-out;
}
.xpro-box-icon-description,
.xpro-counter-description {
    margin: 0;
    color: #383838;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-pricing-icon,
.xpro-pricing-media,
.xpro-pricing-price-box,
.xpro-testimonial-description,
.xpro-testimonial-layout-2 .xpro-testimonial-rating {
    margin-bottom: 15px;
}
.elementor-widget-xpro-pricing > .elementor-widget-container {
    position: relative;
    overflow: initial;
    padding: 3em 4em;
    border-radius: 0.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.xpro-pricing-media img {
    width: 150px;
    display: inline-block;
}
.xpro-pricing-item .xpro-badge {
    min-width: max-content;
    padding: 0.8rem 1.5rem;
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 0;
}
.xpro-pricing-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.xpro-pricing-icon > i {
    font-size: 2.5rem;
    line-height: 1;
}
.xpro-pricing-title {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 15px;
}
.xpro-pricing-description-wrapper {
    margin-bottom: 10px;
}
.xpro-pricing-description {
    max-width: 400px;
    display: inline-block;
}
.xpro-pricing-features {
    margin: 1.5rem 0;
}
.xpro-pricing-features-title {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 1rem;
}
.xpro-pricing-features-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 1rem;
}
.xpro-pricing-features-list li:last-child,
.xpro-team-layout-13 .xpro-team-social-list > li:last-child,
.xpro-team-layout-15 .xpro-team-social-list > li:last-child,
.xpro-team-layout-9 .xpro-team-social-list > li:last-child {
    margin-bottom: 0 !important;
}
.xpro-pricing-feature-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
}
.xpro-pricing-feature-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.xpro-pricing-item .xpro-pricing-tooltip-toggle {
    position: absolute;
    right: -30px;
    font-size: 8px;
    height: 18px;
    width: 18px;
    min-width: 18px;
    color: #ffcc6c;
    background-color: #fff3df;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}
.xpro-pricing-tooltip {
    position: absolute;
    left: 25px;
    width: 200px;
    text-align: left;
    padding: 10px;
    background-color: #efefef;
    color: #2b2b2b;
    font-size: 12px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-family: var(--e-global-typography-primary-font-family);
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.xpro-infolist-media-type-custom,
.xpro-infolist-media-type-icon,
.xpro-pricing-btn {
    background-color: var(--e-global-color-primary);
    line-height: 1;
}
.xpro-pricing-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #efefef transparent transparent;
}
.xpro-elementor-horizontal-menu-overlay.active,
.xpro-hero-slider.swiper-initialized,
.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-btn,
.xpro-pricing-tooltip-toggle:hover .xpro-pricing-tooltip {
    opacity: 1;
    visibility: visible;
}
.xpro-pricing-btn {
    padding: 15px 35px;
    text-align: center;
    border: 1px solid var(--e-global-color-primary);
    color: #fff;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-pricing-btn:focus,
.xpro-pricing-btn:hover {
    color: var(--e-global-color-primary);
    background-color: transparent;
}
.xpro-pricing-price-tag {
    margin-bottom: 0.5rem;
    color: #242424;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1;
    display: inline-block;
}
.xpro-pricing-currency {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: -10px;
}
.xpro-pricing-price-period {
    color: #8c8c8c;
    font-size: 16px;
}
.xpro-pricing-price-box-style-2 .xpro-pricing-price-tag {
    display: inline-block;
    margin: 0;
}
.xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
    display: inline-block;
    margin: 0 0 0 10px;
}
.elementor-align-right .xpro-business-hour-item,
.xpro-page-title-icon-right,
.xpro-post-grid-align-right .xpro-post-grid-author,
.xpro-post-grid-align-right .xpro-post-grid-meta-list > li,
.xpro-post-title-icon-right,
.xpro-pricing-align-right .xpro-pricing-feature-title,
.xpro-pricing-align-right .xpro-pricing-features-list li,
.xpro-promo-box-align-right,
.xpro-site-title-icon-right,
.xpro-table-head-icon-left .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-left .xpro-table-body-row-cell-inner,
.xpro-testimonial-layout-4.xpro-testimonial-align-right > .elementor-widget-container,
.xpro-testimonial-layout-5.xpro-testimonial-align-right > .elementor-widget-container,
.xpro-testimonial-layout-6.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .xpro-testimonial-author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.xpro-pricing-align-right .xpro-pricing-feature-icon {
    margin: 0 0 0 10px;
}
.xpro-pricing-align-right .xpro-pricing-item .xpro-pricing-tooltip-toggle {
    left: -30px;
}
.xpro-pricing-align-right .xpro-pricing-tooltip {
    left: auto;
    right: 25px;
    text-align: right;
}
.xpro-pricing-align-right .xpro-pricing-tooltip::after {
    left: 100%;
    border-color: transparent transparent transparent #efefef;
}
.xpro-pricing-align-right .xpro-pricing-price-box-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.xpro-pricing-align-right .xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
    display: inline-block;
    margin: 0 10px 0 0;
}
.xpro-pricing-separator {
    display: block;
    position: relative;
}
.xpro-pricing-separator:before {
    content: "";
    position: relative;
    display: inline-block;
    border-top: 1px solid;
    border-color: #e0e0e0;
    width: 100px;
    margin: 10px 0 25px;
    padding: 2px;
}
.xpro-3d-tilt-parallax-yes.elementor-element .elementor-widget-container,
.xpro-mouse-effect-yes.elementor-element .elementor-widget-container,
.xpro-scroll-effect-yes.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 1ms;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 1ms, -webkit-box-shadow 0.3s, -webkit-transform 1ms;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 1ms;
}
.xpro-3d-tilt-parallax-yes.elementor-element .elementor-widget-container:not(:hover) {
    transition: none;
}
.xpro-infolist-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xpro-infolist-layout-vertical,
.xpro-post-grid-layout-4 .cbp-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xpro-infolist-layout-horizontal {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xpro-horizontal-timeline-inner,
.xpro-infolist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content,
.xpro-infolist-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-infolist-title {
    font-size: 18px;
    margin: 0;
}
.xpro-infolist-desc {
    margin: 0;
    color: #929292;
}
.xpro-infolist-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.xpro-infolist-media-type-icon::before {
    --xpro-speparator-line: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: calc(100% + var(--xpro-speparator-line));
    border-left: 2px solid var(--e-global-color-primary);
    display: none;
}
.elementor-align-center .xpro-infolist-media-type-icon::before,
.xpro-infolist-item:last-child .xpro-infolist-media-type-icon::before,
.xpro-post-grid-layout-10 .xpro-post-grid-image::after,
.xpro-post-grid-layout-8 .xpro-post-grid-image::after,
.xpro-social-icon-wrapper > li .xpro-social-icon::before,
.xpro-social-share-wrapper > li .xpro-social-share::before {
    content: none;
}
.xpro-infolist-media-type-icon {
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-infolist-media-type-custom {
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    min-width: max-content;
}
.xpro-infolist-media-type-image,
.xpro-team-layout-9 .xpro-team-image {
    position: relative;
    overflow: hidden;
}
.xpro-infolist-media-type-image > img {
    height: auto;
    width: 100px;
}
.xpro-infolist-custom {
    font-style: normal;
}
.elementor-align-center .xpro-infolist-item,
.elementor-align-center .xpro-infolist-item > a,
.xpro-author-box-alignment-center .xpro-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.elementor-align-right .xpro-infolist-item,
.elementor-align-right .xpro-infolist-item > a,
.xpro-author-box-alignment-right .xpro-author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.xpro-infolist-layout-horizontal .xpro-infolist-media-type-icon::before {
    content: none !important;
}
.xpro_lottie {
    display: inline-block;
    line-height: 1;
}
.xpro-progress-bar-wrapper {
    position: relative;
    line-height: 1;
}
.xpro-progress-title {
    font-weight: 600;
    color: #2b2b2b;
    display: block;
}
.xpro-progress-bar {
    height: 5px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}
.xpro-progress-track {
    width: 0;
    background-color: var(--e-global-color-primary);
    display: block;
    height: 100%;
    overflow: visible !important;
}
.xpro-progress-counter {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    margin-bottom: 10px;
}
.xpro-pie-chart-count,
.xpro-pie-chart-media > i {
    font-size: 40px;
    line-height: 1;
}
.xpro-progress-bar-layout-1 .xpro-progress-bar,
.xpro-progress-bar-layout-11 .xpro-progress-track,
.xpro-progress-bar-layout-12 .xpro-progress-track,
.xpro-progress-bar-layout-7 .xpro-progress-track {
    position: relative;
    border-radius: 10px;
}
.xpro-progress-bar-layout-1 .xpro-progress-track {
    border-radius: 10px;
}
.xpro-progress-bar-layout-2 .xpro-progress-bar {
    height: 50px;
}
.xpro-progress-bar-layout-2 .xpro-progress-counter {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 15px;
    color: #fff;
    margin: 0;
}
.xpro-progress-bar-layout-2 .xpro-progress-content,
.xpro-progress-bar-layout-4 .xpro-progress-content {
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    left: 15px;
}
.xpro-progress-bar-layout-3 .xpro-progress-counter {
    padding: 5px 10px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    right: -25px;
    font-size: 14px;
}
.xpro-progress-bar-layout-3 .xpro-progress-counter::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background-color: inherit;
    z-index: -1;
}
.xpro-progress-bar-layout-4 .xpro-progress-bar {
    position: relative;
    height: 50px;
}
.xpro-progress-bar-layout-4 .xpro-progress-counter {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    color: #fff;
    margin: 0;
}
.xpro-progress-control {
    background-color: var(--e-global-color-primary);
    display: inline-block;
    height: 14px;
    margin-top: 0;
    position: relative;
    width: 12px;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.xpro-progress-control:before {
    border-top: 6px solid var(--e-global-color-primary);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -6px;
    width: 0;
}
.xpro-progress-bar-layout-5 .xpro-progress-counter {
    position: absolute;
    right: -45px;
}
.xpro-progress-bar-layout-6 .xpro-progress-bar {
    height: 50px;
    position: relative;
}
.xpro-progress-bar-layout-6 .xpro-progress-counter {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    color: #2b2b2b;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}
.xpro-progress-bar-layout-6 .xpro-progress-count-less-wrapper {
    color: #fff;
    margin-right: auto;
}
.xpro-progress-bar-layout-7 .xpro-progress-bar {
    border-radius: 10px;
    height: 20px;
}
.xpro-progress-bar-layout-7 .xpro-progress-counter {
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 40px;
    min-width: 40px;
    right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 50px;
    padding: 5px;
}
.xpro-progress-bar-layout-7 .xpro-progress-counter::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: 1px solid;
    border-radius: 50%;
    background-color: transparent;
}
.xpro-progress-bar-layout-10 .xpro-progress-counter::after,
.xpro-progress-bar-layout-7 .xpro-progress-counter::after {
    border-top: 6px solid var(--e-global-color-primary);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    width: 0;
}
.xpro-progress-bar-layout-8 .xpro-progress-bar {
    position: relative;
    height: 30px;
    padding: 10px;
    border-radius: 50px;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group,
.xpro-progress-bar-layout-8 .xpro-progress-track {
    border-radius: 50px;
}
.xpro-progress-bar-layout-8 .xpro-progress-counter {
    margin: 0;
    right: 25px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.xpro-progress-bar-layout-9 .xpro-progress-bar {
    position: relative;
    height: 20px;
    padding: 5px;
}
.xpro-progress-bar-layout-9 .xpro-progress-track {
    background: -webkit-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
    background: -o-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
    background: repeating-linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
}
.xpro-progress-bar-layout-10 .xpro-progress-bar {
    height: 20px;
    padding: 5px;
}
.xpro-progress-bar-layout-10 .xpro-progress-track {
    position: relative;
    background: -webkit-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
    background: -o-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
    background: repeating-linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
}
.xpro-progress-bar-layout-10 .xpro-progress-counter {
    padding: 10px;
    right: -25px;
}
.xpro-progress-bar-layout-11 .xpro-progress-bar,
.xpro-progress-bar-layout-12 .xpro-progress-bar {
    height: 10px;
    border-radius: 10px;
}
.xpro-progress-bar-layout-11 .xpro-progress-track::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border: 5px solid var(--e-global-color-primary);
    background-color: #fff;
    border-radius: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.xpro-progress-bar-layout-11 .xpro-progress-counter {
    padding: 5px;
    right: -10px;
}
.xpro-progress-bar-layout-12 .xpro-progress-counter {
    content: "";
    position: absolute;
    height: 36px;
    width: 36px;
    font-size: 12px;
    border: 2px solid var(--e-global-color-primary);
    background-color: #fff;
    border-radius: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-progress-bar-layout-13 .xpro-progress-counter {
    padding: 5px 10px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    right: 0;
    font-size: 14px;
}
.xpro-progress-bar-layout-13 .xpro-progress-counter::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: -10px;
    border-top: 14px solid var(--e-global-color-primary);
    border-left: 14px solid transparent;
}
.xpro-progress-bar-layout-14 .xpro-progress-counter {
    padding: 5px 10px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    right: -25px;
    font-size: 14px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0;
}
.xpro-progress-bar-layout-14 .xpro-progress-counter::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -14px;
    top: 0;
    border-bottom: 14px solid var(--e-global-color-primary);
    border-left: 14px solid transparent;
}
.xpro-progress-bar-layout-15 .xpro-progress-counter {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 45px;
    color: #2b2b2b;
}
.xpro-pie-chart {
    position: relative;
    height: 250px;
    width: 250px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}
.xpro-pie-chart-media {
    display: block;
    width: 100%;
    padding: 25px;
}
.xpro-pie-chart-count {
    font-weight: 700;
    display: block;
}
.xpro-pie-chart-media svg {
    height: auto;
    width: 40px;
}
.xpro-pie-chart-title {
    margin: 10px 0 0;
    font-size: 20px;
}
.xpro-counter-item {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--e-global-color-primary);
}
.xpro-counter-item > span,
.xpro-horizontal-timeline-time,
.xpro-horizontal-timeline-title,
.xpro-table-body-row-cell-content {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-counter-title {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.elementor-align-justify .xpro-elementor-button {
    width: 100%;
    line-height: 0;
}
.xpro-elementor-button {
    position: relative;
    display: inline-block;
    line-height: 1;
    background-color: var(--e-global-color-accent);
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.xpro-elementor-button-w-hover-card {
    position: relative;
    display: inline-block;
    line-height: 1;
    /* background-color: var(--e-global-color-accent); */
    font-size: 15px;
    /* padding: 15px 30px; */
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-elementor-button-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.xpro-elementor-button-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
.xpro-elementor-button-media > svg {
    width: 20px;
    height: auto;
}
.xpro-align-icon-left .xpro-elementor-button-media,
.xpro-promo-box-align-left > i,
.xpro-promo-box-align-left > svg {
    margin-right: 5px;
}
.xpro-align-icon-right .xpro-elementor-button-media {
    margin-left: 5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
[class*="xpro-elementor-button-hover-style-underline"]:before {
    content: "";
    position: absolute;
    background-color: #2b2b2b;
    height: 5px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.xpro-elementor-button-hover-style-underlineFromLeft:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li > a:before {
    left: 0;
    right: 100%;
    bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromRight:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
    left: 100%;
    right: 0;
    bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromCenter:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li > a:before {
    left: 51%;
    right: 51%;
    bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromCenter:focus:before,
.xpro-elementor-button-hover-style-underlineFromCenter:hover:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
    left: 0;
    right: 0;
}
.xpro-elementor-button-hover-style-skewFill:before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background-color: #e1e1e1;
    width: 120%;
    left: -10%;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    -o-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.xpro-elementor-button-hover-style-skewFill:focus::before,
.xpro-elementor-button-hover-style-skewFill:hover::before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.xpro-elementor-button-hover-style-bubbleFromDown::before {
    position: absolute;
    content: "";
    background-color: #e1e1e1;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.xpro-elementor-button-hover-style-bubbleFromDown:focus::before,
.xpro-elementor-button-hover-style-bubbleFromDown:hover::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.xpro-elementor-button-hover-style-bubbleFromDown::after {
    content: "";
    background-color: #e1e1e1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.xpro-elementor-button-hover-style-bubbleFromDown:focus::after,
.xpro-elementor-button-hover-style-bubbleFromDown:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.xpro-elementor-button-hover-style-bubbleFromCenter::after,
.xpro-elementor-button-hover-style-bubbleFromCenter::before {
    content: "";
    position: absolute;
    background-color: #e1e1e1;
}
.xpro-elementor-button-hover-style-bubbleFromCenter::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.xpro-elementor-button-hover-style-bubbleFromCenter:focus::before,
.xpro-elementor-button-hover-style-bubbleFromCenter:hover::before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.xpro-elementor-button-hover-style-bubbleFromCenter::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.xpro-elementor-button-hover-style-bubbleFromCenter:focus::after,
.xpro-elementor-button-hover-style-bubbleFromCenter:hover::after {
    opacity: 1;
    -webkit-transition-duration: 10ms;
    -o-transition-duration: 10ms;
    transition-duration: 10ms;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.xpro-elementor-button-hover-style-flipSlide:focus > .xpro-elementor-button-inner,
.xpro-elementor-button-hover-style-flipSlide:hover > .xpro-elementor-button-inner {
    -webkit-animation: 0.2s forwards MoveUpInitial, 0.2s 0.2s forwards MoveUpEnd;
    animation: 0.2s forwards MoveUpInitial, 0.2s 0.2s forwards MoveUpEnd;
}
@-webkit-keyframes MoveUpInitial {
    to {
        -webkit-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0);
        opacity: 0;
    }
}
@keyframes MoveUpInitial {
    to {
        -webkit-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0);
        opacity: 0;
    }
}
@-webkit-keyframes MoveUpEnd {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes MoveUpEnd {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.xpro-elementor-button-hover-style-flipSlide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #e1e1e1;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.xpro-business-hour-day,
.xpro-elementor-horizontal-navbar-nav > li > a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
.xpro-elementor-button-hover-style-flipSlide:hover::before,
.xpro-elementor-button-hover-style-flipSlide:hover:focus {
    -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%;
}
.xpro-elementor-horizontal-navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a,
.xpro-elementor-horizontal-navbar-nav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
    position: relative;
}
.xpro-elementor-horizontal-navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xpro-elementor-horizontal-navbar li {
    position: relative;
    z-index: 1;
    margin: 0;
}
.xpro-elementor-horizontal-navbar-nav > li > a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
    margin: 0 10px;
    font-size: 16px;
    min-width: max-content;
    line-height: 1;
    z-index: 1;
    text-decoration: none;
    color: #2b2b2b;
    transition: color 0.2s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > i,
.xpro-elementor-horizontal-navbar-nav > li > a > i,
.xpro-news-ticker-close {
    margin-right: 10px;
}
.xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
    font-size: 14px;
    margin-left: 10px;
    line-height: 1;
}
.xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle::before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    position: relative;
    top: 0.1em;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 8px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    min-width: 225px;
    border: none;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s linear, -webkit-transform 0.3s linear;
}
.xpro-elementor-horizontal-navbar-nav li.dropdown:hover > .xpro-elementor-dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: var(--e-global-color-primary);
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff69;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li:last-child > a {
    border-bottom-color: transparent;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
    top: 0;
    left: calc(100% + 1px);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li.xpro-edge > .xpro-elementor-dropdown-menu {
    top: 0;
    left: calc(-100% - 1px);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle {
    margin-left: auto;
    padding-left: 10px;
    line-height: 1;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle::before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    position: relative;
    top: 0.1em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: top;
    width: 8px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
[class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
[class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
    z-index: 1;
    height: 4px;
    background-color: #c92a61;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
}
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li > a:before {
    z-index: 1;
    left: 0;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 4px;
    z-index: 1;
    background: #c92a61;
    -webkit-transform: rotate3d(0, 0, 1, -55deg) scale3d(0, 1, 1) translate(-50%, -50%);
    transform: rotate3d(0, 0, 1, -55deg) scale3d(0, 1, 1) translate(-50%, -50%);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
    -webkit-transform: rotate3d(0, 0, 1, -55deg) scale3d(1, 1, 1) translate(-50%, -50%);
    transform: rotate3d(0, 0, 1, -55deg) scale3d(1, 1, 1) translate(-50%, -50%);
}
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
    content: "";
    position: relative;
    width: 0;
    height: 5px;
    background: #c92a61;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
    width: 15px;
    margin-right: 8px;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a {
    padding: 20px;
    margin: 0;
    background-color: transparent;
}
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li > a:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li > a:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li > a:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a {
    margin: 0 10px;
    padding: 20px;
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #d94f5c;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::before,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li:hover > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li:hover > a::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #c92a61;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.xpro-animated-link-style-25:hover::before,
.xpro-contact-form-item-type-captcha > div,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::before,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a::before,
.xpro-featured-image > img {
    width: 100%;
}
.elementor-editor-active .xpro-reading-progress-bar,
.xpro-content-toggle-button-wrapper.active ~ .xpro-toggle-content-wrapper > .xpro-toggle-content-first,
.xpro-elementor-horizontal-menu-toggler-wrapper,
.xpro-horizontal-timeline,
.xpro-social-icon.xpro-unique-triangle-shape .xpro-social-icon-title,
.xpro-social-share-title:empty,
.xpro-table-body-row .xpro-table-head-column-cell,
.xpro-team-layout-14 .xpro-team-description,
.xpro-team-layout-14 .xpro-team-social-list,
.xpro-team-layout-3 .xpro-team-description,
.xpro-team-layout-7 .xpro-team-description,
.xpro-team-layout-7 .xpro-team-social-list,
.xpro-toggle-content-wrapper > .xpro-toggle-content-second {
    display: none;
}
button.xpro-elementor-horizontal-menu-toggler {
    padding: 5px;
    background: 0 0;
    color: #2b2b2b;
    font-size: 25px;
    line-height: 1;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
}
.xpro-elementor-horizontal-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000069;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    display: none;
}
button.xpro-elementor-horizontal-menu-close {
    position: relative;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    background-color: #e8e8e8;
    color: #2b2b2b;
    margin-left: auto;
    cursor: pointer;
    display: none;
    border: none;
}
.xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 15px;
    z-index: -1;
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg) translateY(1rem);
    -ms-transform: rotate(-45deg) translateY(1rem);
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 3px;
    background: var(--e-global-color-primary);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.xpro-team-content {
    padding: 30px;
}
.xpro-team-title,
.xpro-testimonial-title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #2b2b2b;
    position: relative;
}
.xpro-team-designation,
.xpro-testimonial-designation {
    font-size: 18px;
    color: #969696;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
}
/* code for social icons  */
.xpro-team-social-list-dis{
    display: flex;
}
.xpro-team-layout-7:hover .xpro-team-social-list-dis {
    display: flex;
}
.xpro-team-layout-14:hover .xpro-team-social-list-dis {
    display: flex;
    justify-content: center;
}
.xpro-team-layout-7:hover .xpro-team-social-list-dis,
.xpro-team-layout-14:hover .xpro-team-social-list-dis
.xpro-team-social-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.xpro-team-social-list > li {
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-team-social-list > li:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.xpro-team-social-list > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.xpro-team-social-list > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.xpro-team-social-list > li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.xpro-team-social-list > li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.xpro-team-social-list > li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.xpro-team-social-list > li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.xpro-team-social-list > li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.xpro-team-social-list > li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.xpro-team-social-list > li:nth-child(10) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.xpro-team-social-list .xpro-team-social-icon {
    height: 40px;
    width: 40px;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    color: #8a8a8a;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-team-social-icon > i {
    font-size: 16px;
    line-height: 1;
}
.xpro-team-social-icon > svg {
    width: 60px;
    height: auto;
}
.xpro-team-image {
    position: relative;
    overflow: hidden;
    display: inline-table;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.xpro-team-wrapper .xpro-team-image > img {
    width: 100%;
    height: 100%;
}
.xpro-team-layout-1 .xpro-team-image > img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-team-layout-1:hover .xpro-team-image > img,
.xpro-team-layout-4:hover .xpro-team-image > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.xpro-team-layout-2 .xpro-team-designation {
    font-size: 25px;
    font-weight: 700;
    color: #2b2b2b;
}
.xpro-team-layout-2 .xpro-team-title {
    font-size: 35px;
    margin-bottom: 15px;
}
.xpro-team-layout-2 .xpro-team-social-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 50px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
}
.xpro-team-layout-2 .xpro-team-social-list > li {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}
.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-content,
.xpro-team-layout-12:hover .xpro-team-image::after,
.xpro-team-layout-2:hover .xpro-team-social-list > li,
.xpro-team-layout-3:hover .xpro-team-social-list > li,
.xpro-team-layout-6:hover .xpro-team-social-list > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.xpro-team-layout-2 .xpro-team-social-list .xpro-team-social-icon {
    background-color: #fff;
    border-radius: 50px;
    border-color: transparent;
}
.xpro-team-layout-3 .xpro-team-social-list {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
}
.xpro-team-layout-3 .xpro-team-social-list > li {
    margin: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.xpro-team-layout-3 .xpro-team-social-list .xpro-team-social-icon {
    background-color: #fff;
    border-color: transparent;
}
.xpro-team-layout-3 .xpro-team-content {
    position: relative;
    padding: 30px;
    z-index: 2;
    background-color: #eaeaea;
}
.xpro-team-layout-4 .xpro-team-image > img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-team-layout-4 .xpro-team-content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.xpro-team-layout-6 .xpro-team-content,
.xpro-team-layout-9 .xpro-team-inner-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.xpro-team-layout-4 .xpro-team-social-icon {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    border-radius: 50px;
}
.xpro-team-layout-5 .xpro-team-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    background-color: #2b2b2ba3;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.xpro-team-layout-5 .xpro-team-social-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.xpro-team-layout-5 .xpro-team-social-list .xpro-team-social-icon {
    color: #2b2b2b;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
}
.xpro-team-layout-6 .xpro-team-content {
    padding: 50px;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    z-index: 2;
    border: 1px solid #fff;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xpro-team-layout-6 .xpro-team-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: -1;
}
.xpro-team-layout-6 .xpro-team-social-list {
    margin-top: auto;
    opacity: 0;
    -webkit-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
}
.xpro-team-layout-6 .xpro-team-social-list .xpro-team-social-icon {
    border: 1px solid #fff;
    color: #585858;
    background-color: #fff;
}
.xpro-team-layout-6 .xpro-team-social-list > li {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.xpro-team-layout-7 .xpro-team-content {
    padding: 30px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.xpro-team-layout-8 .xpro-team-inner-content {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.xpro-team-layout-8 .xpro-team-image {
    overflow: initial;
    padding-bottom: 30px;
}
.xpro-team-layout-8 .xpro-team-social-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #ffc460;
}
.xpro-team-layout-8 .xpro-team-social-list .xpro-team-social-icon {
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    color: #2b2b2b;
}
.xpro-team-layout-8 .xpro-team-content {
    padding: 50px;
    display: none;
}
.xpro-team-layout-9 .xpro-team-inner-content {
    bottom: 0;
    left: 100px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #fff;
    min-height: 100px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-title {
    padding-left: 30px;
}
.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-designation {
    padding-left: 30px;
    margin: 0;
}
.xpro-team-layout-10,
.xpro-team-layout-9 .xpro-team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xpro-team-layout-9 .xpro-team-social-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    min-width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    background-color: #f0c46b;
}
.xpro-team-layout-9 .xpro-team-social-list > li {
    margin-right: 0 !important;
    margin-bottom: 10px;
}
.xpro-team-layout-9 .xpro-team-social-list .xpro-team-social-icon {
    background-color: #ffffff47;
    border-color: transparent;
    color: #fff;
    border-radius: 50px;
}
.xpro-team-layout-9 .xpro-team-content {
    padding: 0 !important;
}
.xpro-team-layout-9 .xpro-team-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px;
}
.xpro-team-layout-9 .xpro-team-description::before {
    content: "";
    position: relative;
    width: 100px;
    height: 5px;
    display: block;
    margin-bottom: 30px;
    background-color: #f0c46b;
}
.xpro-team-layout-10 .xpro-team-image,
.xpro-team-layout-11 .xpro-team-image {
    width: 50%;
}
.xpro-team-layout-10 .xpro-team-content,
.xpro-team-layout-11 .xpro-team-content {
    padding: 30px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-author-box,
.xpro-team-layout-11,
.xpro-testimonial-layout-4 > .elementor-widget-container,
.xpro-testimonial-layout-5 > .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.xpro-team-layout-12 .xpro-team-content {
    background-color: #002569e8;
}
.xpro-team-layout-12 .xpro-team-social-list {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.xpro-team-layout-12 .xpro-team-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002569e8;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.xpro-team-layout-12 .xpro-team-social-list .xpro-team-social-icon {
    border: 1px solid #ffffff78;
    color: #fff;
    background-color: #ffffff78;
}
.xpro-team-layout-13::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 500px;
    width: 500px;
    max-width: 90%;
    max-height: 90%;
    margin-bottom: 4%;
    margin-right: 4%;
    -webkit-mask-image: url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/images/team-shape-2.png);
    mask-image: url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/images/team-shape-2.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.xpro-team-layout-13 .xpro-team-social-list {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: -40px;
    z-index: -1;
}
.xpro-team-layout-13 .xpro-team-image {
    overflow: initial;
    z-index: 0;
}
.xpro-team-layout-13 .xpro-team-social-list > li {
    margin-right: 0 !important;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.xpro-team-layout-13:hover .xpro-team-social-list > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.xpro-team-layout-13 .xpro-team-social-list .xpro-team-social-icon {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.xpro-team-layout-13 .xpro-team-content {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 100%;
    padding: 0 0 0 30px;
    z-index: 2;
    max-width: calc(100% - 100px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 5px solid #2b2b2b;
}
.xpro-team-layout-14 .xpro-team-image > img {
    position: relative;
    z-index: 1;
}
.xpro-team-layout-15 {
    border: 1px solid #efefef;
    padding: 20px 0 20px 20px;
    border-radius: 5px;
}
.xpro-team-layout-15 .xpro-team-social-list {
    position: absolute;
    top: 0;
    -webkit-transform: none;
    right: 0;
    text-align: center;
    margin: 0;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-team-layout-15 .xpro-team-social-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-team-layout-15 .xpro-team-content {
    padding: 50px 0 0;
}
.xpro-testimonial-layout-1 > .elementor-widget-container,
.xpro-testimonial-layout-2 > .elementor-widget-container {
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
    box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
}
.xpro-testimonial-rating {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 30px;
}
.xpro-rating-layout-num {
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #ffbf36;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-rating-layout-num > i {
    font-size: 80%;
    margin-left: 5px;
}
.xpro-rating-layout-star > i {
    color: #e6e6e6;
}
.xpro-rating-layout-star > .xpro-rating-filled,
.xpro-tutor-ratings-stars > span {
    color: #ffbf36;
}
.xpro-testimonial-quote {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}
.xpro-testimonial-quote svg {
    width: 40px;
    height: auto;
}
.xpro-testimonial-image {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.xpro-testimonial-image > img {
    width: 200px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-testimonial-layout-2 .xpro-testimonial-quote {
    position: absolute;
    bottom: 0;
    font-size: 70px;
    right: 0;
    line-height: 1;
    margin: 0 30px -30px 0;
    color: #bfbfbf;
}
.xpro-testimonial-layout-2.xpro-testimonial-align-center .xpro-testimonial-quote {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align-right .xpro-testimonial-quote {
    right: auto;
    left: 0;
    margin: 0 0 -30px 30px;
}
.xpro-testimonial-layout-3 > .elementor-widget-container {
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    height: 100%;
    margin-bottom: -200px;
    -webkit-box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
    box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
}
.xpro-testimonial-layout-4 .xpro-testimonial-image,
.xpro-testimonial-layout-5 .xpro-testimonial-image {
    margin: 0 30px 0 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.xpro-testimonial-layout-4 .xpro-testimonial-image > img,
.xpro-testimonial-layout-5 .xpro-testimonial-image > img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.xpro-testimonial-layout-4 .xpro-testimonial-inner-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 50px;
    border-radius: 10px;
    background-color: #f1f1f1;
}
.xpro-testimonial-layout-4 .xpro-testimonial-quote {
    font-size: 30px;
    margin-bottom: 25px;
}
.xpro-block-quote-layout-6 .xpro-block-quote-content-wrap,
.xpro-testimonial-layout-4 .xpro-testimonial-rating,
.xpro-testimonial-layout-5 .xpro-testimonial-rating,
.xpro-testimonial-layout-6 .xpro-testimonial-designation,
.xpro-testimonial-layout-7 .xpro-testimonial-designation,
.xpro-testimonial-layout-8 .xpro-testimonial-designation {
    margin: 0;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-item,
.xpro-table-head-icon-bottom .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-bottom .xpro-table-body-row-cell-inner,
.xpro-testimonial-layout-4.xpro-testimonial-align-center > .elementor-widget-container,
.xpro-testimonial-layout-5.xpro-testimonial-align-center > .elementor-widget-container,
.xpro-testimonial-layout-6.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align-center .xpro-testimonial-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align-center .xpro-testimonial-image {
    margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .xpro-testimonial-image {
    margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5 .xpro-testimonial-inner-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 50px;
    border-radius: 10px;
    background-color: #f1f1f1;
}
.xpro-testimonial-layout-5 .xpro-testimonial-quote {
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    color: #e4e4e4;
}
.xpro-testimonial-layout-5.xpro-testimonial-align-center .xpro-testimonial-quote {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align-right .xpro-testimonial-quote {
    right: 0;
    left: auto;
}
.xpro-testimonial-layout-6 .xpro-testimonial-content,
.xpro-testimonial-layout-8 .xpro-testimonial-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}
.xpro-testimonial-layout-6 .xpro-testimonial-author,
.xpro-testimonial-layout-7 .xpro-testimonial-author,
.xpro-testimonial-layout-8 .xpro-testimonial-author,
.xpro-testimonial-layout-9 .xpro-testimonial-author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-testimonial-layout-6 .xpro-testimonial-author-bio,
.xpro-testimonial-layout-7 .xpro-testimonial-author-bio,
.xpro-testimonial-layout-8 .xpro-testimonial-author-bio {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.xpro-testimonial-layout-6 .xpro-testimonial-image,
.xpro-testimonial-layout-7 .xpro-testimonial-image,
.xpro-testimonial-layout-8 .xpro-testimonial-image,
.xpro-testimonial-layout-9 .xpro-testimonial-image {
    margin: 0 30px 0 0;
}
.xpro-testimonial-layout-6 .xpro-testimonial-image > img,
.xpro-testimonial-layout-7 .xpro-testimonial-image > img,
.xpro-testimonial-layout-8 .xpro-testimonial-image > img,
.xpro-testimonial-layout-9 .xpro-testimonial-image > img {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.xpro-testimonial-layout-7 .elementor-widget-container {
    padding: 50px;
    border-width: 2px 2px 2px 15px;
    border-style: solid;
    border-color: var(--e-global-color-primary);
}
.xpro-testimonial-layout-8 .xpro-testimonial-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: -1;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(-45deg) translateY(1rem);
    -ms-transform: rotate(-45deg) translateY(1rem);
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 3px;
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-content::after {
    left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-content::after {
    left: auto;
    right: 60px;
}
.xpro-testimonial-layout-9 .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align-center .elementor-widget-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-content,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .elementor-widget-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.xpro-testimonial-layout-9 .xpro-testimonial-content {
    margin-top: 20px;
}
.xpro-testimonial-layout-10 .xpro-testimonial-description {
    margin-bottom: 30px;
}
.xpro-logo-grid-wrapper:after {
    display: block;
    clear: both;
    content: "";
}
.xpro-logo-grid-item {
    float: left;
    overflow: hidden;
    height: 180px;
    border-color: #e7e7e7;
}
.xpro-logo-grid-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
}
.xpro-logo-grid-img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.xpro-logo-grid--tictactoe .xpro-logo-grid-item {
    border-width: 2px 2px 0 0;
    border-style: solid;
}
.xpro-logo-grid--border .xpro-logo-grid-item {
    border-width: 0 2px 2px 0;
    border-style: solid;
}
.xpro-logo-grid--border .xpro-logo-grid-item:first-child {
    border-top-left-radius: 10px;
}
.xpro-logo-grid--border .xpro-logo-grid-item:last-child {
    border-bottom-right-radius: 10px;
}
.xpro-logo-grid--box .xpro-logo-grid-wrapper {
    margin: -0.5rem;
}
.xpro-logo-grid--box .xpro-logo-grid-item {
    margin: 0.5rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5rem;
}
.xpro-anim-mask-from-up {
    -webkit-animation-name: XproMaskFromUp;
    animation-name: XproMaskFromUp;
}
.xpro-anim-mask-from-down {
    -webkit-animation-name: XproMaskFromDown;
    animation-name: XproMaskFromDown;
}
.xpro-anim-mask-from-left {
    -webkit-animation-name: XproMaskFromLeft;
    animation-name: XproMaskFromLeft;
}
.xpro-anim-mask-from-right {
    -webkit-animation-name: XproMaskFromRight;
    animation-name: XproMaskFromRight;
}
@-webkit-keyframes XproMaskFromUp {
    from {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XproMaskFromUp {
    from {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@-webkit-keyframes XproMaskFromDown {
    from {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XproMaskFromDown {
    from {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@-webkit-keyframes XproMaskFromRight {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XproMaskFromRight {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@-webkit-keyframes XproMaskFromLeft {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XproMaskFromLeft {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
[class*="xpro-anim-reveal-from"] > .elementor-container::after,
[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
[class*="xpro-anim-reveal-from"] > .elementor-widget-container::after {
    content: "";
    position: absolute;
    background: var(--e-global-color-primary);
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-transition: 1.25s ease-in-out;
    -o-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
}
.animated[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-widget-container::after {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-widget-container::after {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-widget-container::after {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.xpro-anim-reveal-from-up > .e-con-inner::after,
.xpro-anim-reveal-from-up > .elementor-container::after,
.xpro-anim-reveal-from-up > .elementor-element-populated::after,
.xpro-anim-reveal-from-up > .elementor-widget-container::after {
    bottom: 0;
    left: 0;
    height: 0;
    -webkit-animation-name: XproRevealVertical;
    animation-name: XproRevealVertical;
}
.xpro-anim-reveal-from-down > .e-con-inner::after,
.xpro-anim-reveal-from-down > .elementor-container::after,
.xpro-anim-reveal-from-down > .elementor-element-populated::after,
.xpro-anim-reveal-from-down > .elementor-widget-container::after {
    top: 0;
    left: 0;
    height: 0;
    -webkit-animation-name: XproRevealVertical;
    animation-name: XproRevealVertical;
}
.xpro-anim-reveal-from-left > .e-con-inner::after,
.xpro-anim-reveal-from-left > .elementor-container::after,
.xpro-anim-reveal-from-left > .elementor-element-populated::after,
.xpro-anim-reveal-from-left > .elementor-widget-container::after {
    top: 0;
    right: 0;
    width: 0;
    -webkit-animation-name: XproRevealHorizontal;
    animation-name: XproRevealHorizontal;
}
.xpro-anim-reveal-from-right > .e-con-inner::after,
.xpro-anim-reveal-from-right > .elementor-container::after,
.xpro-anim-reveal-from-right > .elementor-element-populated::after,
.xpro-anim-reveal-from-right > .elementor-widget-container::after {
    top: 0;
    left: 0;
    width: 0;
    -webkit-animation-name: XproRevealHorizontal;
    animation-name: XproRevealHorizontal;
}
@-webkit-keyframes XproRevealVertical {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}
@keyframes XproRevealVertical {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}
@-webkit-keyframes XproRevealHorizontal {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@keyframes XproRevealHorizontal {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
.xpro-social-icon-wrapper,
.xpro-social-share-wrapper {
    margin: 0;
    padding: 0;
    -ms-grid-columns: auto 2px auto 2px auto;
    grid-template-columns: repeat(3, 1fr);
    display: -ms-inline-grid;
    display: inline-grid;
    grid-column-gap: 2px;
}
.xpro-social-icon-wrapper > li,
.xpro-social-share-wrapper > li {
    list-style: none;
    display: inline-block;
}
.xpro-social-icon-wrapper > li .xpro-social-icon,
.xpro-social-share-wrapper > li .xpro-social-share {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-social-icon,
.xpro-social-share {
    background-color: #808080ff;
}
.xpro-social-icon > i,
.xpro-social-share > i {
    font-size: 30px;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-social-icon > svg,
.xpro-social-share > svg {
    width: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-social-icon .xpro-social-icon-title,
.xpro-social-share .xpro-social-share-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0 0 5px;
    font-size: 15px;
}
.xpro-social-icon.xpro-unique-triangle-shape {
    margin: 10px 25px 10px 0;
}
.xpro-social-icon.xpro-unique-triangle-shape:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-unique-triangle-shape:hover.xpro-social-icon > i,
.xpro-unique-triangle-shape:hover.xpro-social-icon > svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-social-icon.xpro-unique-reverse-shape,
.xpro-social-share.xpro-unique-reverse-shape {
    margin: 0 10px;
    width: 200px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    -webkit-transform: perspective(300px) rotateY(0);
    transform: perspective(300px) rotateY(0);
    transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s, -webkit-transform 0.2s linear;
    z-index: 1;
}
.xpro-social-icon.xpro-unique-reverse-shape:hover,
.xpro-social-share.xpro-unique-reverse-shape:hover {
    -webkit-transform: perspective(300px) rotateY(180deg);
    transform: perspective(300px) rotateY(180deg);
    transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s, -webkit-transform 0.2s linear;
}
.xpro-unique-reverse-shape:hover.xpro-social-icon > i,
.xpro-unique-reverse-shape:hover.xpro-social-icon > svg,
.xpro-unique-reverse-shape:hover.xpro-social-share > i,
.xpro-unique-reverse-shape:hover.xpro-social-share > svg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
    visibility: hidden;
    width: 0 !important;
}
.xpro-social-icon.xpro-unique-reverse-shape:hover .xpro-social-icon-title,
.xpro-social-share.xpro-unique-reverse-shape:hover .xpro-social-share-title {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
}
.xpro-social-icon.xpro-unique-reverse-shape .xpro-social-icon-title,
.xpro-social-share.xpro-unique-reverse-shape .xpro-social-share-title {
    opacity: 0;
    visibility: hidden;
    width: 0;
    display: none;
}
.xpro-social-icon.xpro-unique-slide-shape,
.xpro-social-share.xpro-unique-slide-shape {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    padding: 15px 50px !important;
}
.xpro-unique-slide-shape:hover.xpro-social-icon > i,
.xpro-unique-slide-shape:hover.xpro-social-icon > svg,
.xpro-unique-slide-shape:hover.xpro-social-share > i,
.xpro-unique-slide-shape:hover.xpro-social-share > svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.xpro-social-icon.xpro-unique-slide-shape .xpro-social-icon-title,
.xpro-social-share.xpro-unique-slide-shape .xpro-social-share-title {
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.xpro-social-icon.xpro-unique-slide-shape:hover .xpro-social-icon-title,
.xpro-social-share.xpro-unique-slide-shape:hover .xpro-social-share-title {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
}
.xpro-content-toggle-button-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-toggle-content-wrapper {
    margin-top: 30px;
}
.xpro-content-toggle-after,
.xpro-content-toggle-before {
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 1;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-content-toggle-after,
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-before {
    color: #989898;
}
button.xpro-content-toggle-button {
    margin: 0 25px;
    padding: 0;
    position: relative;
    border: none;
    height: 40px;
    width: 80px;
    border-radius: 50px;
    color: #6b7381;
    background-color: #bdc1c8;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.xpro-content-toggle-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-handle {
    background-color: #34c759;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-handle {
    left: 45px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
/* start code for layout 2 */
.xpro-content-toggle-button-layout-2 .xpro-content-toggle-button {
    background: 0 0 !important;
}
.xpro-content-toggle-button-layout-2 .xpro-content-toggle-handle{
    background-color: #989898;
}
.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-handle {
    background-color: #34c759;
}
/* start code for layout 3 */
.xpro-content-toggle-button-layout-3 .xpro-content-toggle-button {
    border-radius: 0px;
    background-color: #bdc1c8;
}
.xpro-content-toggle-button-layout-3 .xpro-content-toggle-handle {
    border-radius: 0px;
}
/* start code for layout 4 */
.xpro-content-toggle-button-layout-4 .xpro-content-toggle-handle {
    left: 1px;
    background-color: #34c759;
}
/* start code for layout 5 */
.xpro-content-toggle-button-layout-5 .xpro-content-toggle-button {
    border-radius: 5px;
}
.xpro-content-toggle-button-layout-5 .xpro-content-toggle-handle {
    border-radius: 5px;
}

button.xpro-content-toggle-button-layout-2 .xpro-content-toggle-button {
    border: 4px solid #989898;
    background: 0 0;
}
button.xpro-content-toggle-button-layout-2 .xpro-content-toggle-handle {
    background-color: #989898;
    width: 25px;
    height: 25px;
}
button.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-button {
    background: 0 0;
    border-color: #34c759;
}
button.xpro-content-toggle-button-layout-3 .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-3 .xpro-content-toggle-handle {
    border-radius: 0;
}
button.xpro-content-toggle-button-layout-4 .xpro-content-toggle-button {
    background: #f5f5f5;
    height: 15px;
    width: 60px;
}
button.xpro-content-toggle-button-layout-4.active .xpro-content-toggle-button {
    background: #f5f5f5;
}
button.xpro-content-toggle-button-layout-4 .xpro-content-toggle-handle {
    background-color: #34c759;
    height: 25px;
    width: 25px;
    left: 0;
}
button.xpro-content-toggle-button-layout-4.active .xpro-content-toggle-handle {
    left: 35px;
}
button.xpro-content-toggle-button-layout-5 .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-5 .xpro-content-toggle-handle {
    border-radius: 5px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button {
    height: 60px;
    width: 250px;
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    min-height: 20px;
}
.xpro-business-hour-day,
.xpro-news-ticker-navigation,
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button::before {
    position: relative;
    display: inline-block;
    content: attr(data-text-before);
    color: #34c759;
    z-index: 1;
    width: 50%;
    text-align: center;
    padding: 0 5px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button::after {
    position: relative;
    display: inline-block;
    content: attr(data-text-after);
    color: #fff;
    z-index: 1;
    width: 50%;
    text-align: center;
    padding: 0 5px;
}
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-button::after {
    color: #34c759;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-handle {
    height: calc(100% - 10px);
    left: 5px;
    width: 50%;
    text-align: center;
}
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-handle {
    left: calc(50% - 5px);
}
.elementor-widget-xpro-before-after .elementor-widget-container,
.elementor-widget-xpro-business-hours .elementor-widget-container,
.elementor-widget-xpro-image-scroller .elementor-widget-container {
    overflow: hidden;
}
.elementor-widget-xpro-news-ticker .elementor-widget-container {
    background-color: #eaf1f9;
}
.xpro-news-ticker-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title {
    position: relative;
    padding: 20px;
    background: #5f77ff;
    color: #fff;
    z-index: 2;
    font-size: 1rem;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-heading-box > img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-heading-box > i {
    font-size: 20px;
    margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-1::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(5% 50%, 0 35%, 0 65%);
    clip-path: polygon(5% 50%, 0 35%, 0 65%);
    background-color: #5f77ff;
    margin-left: -1px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-2::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(10% 50%, 0 0, 0 100%);
    clip-path: polygon(10% 50%, 0 0, 0 100%);
    background-color: #5f77ff;
    margin-left: -1px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-3::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(10% 0, 0 0, 0 100%);
    clip-path: polygon(10% 0, 0 0, 0 100%);
    background-color: #5f77ff;
    margin-left: -1px;
}
.xpro-news-ticker {
    padding: 0 20px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-description {
    font-size: 16px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-box > img {
    max-width: 34px;
    height: 34px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-box > i {
    font-size: 16px;
    margin: 0 10px;
}
.xpro-news-ticker-navigation {
    color: #282828;
    font-size: 1rem;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-news-ticker-close,
.xpro-news-ticker-next,
.xpro-news-ticker-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-news-ticker-close > i,
.xpro-news-ticker-next > i,
.xpro-news-ticker-prev > i {
    color: #282828;
}
.xpro-news-ticker-separator {
    background-color: #cacaca;
    width: 1px;
    height: 30px;
    margin-right: 10px;
}
.xpro-news-ticker.owl-carousel {
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.xpro-news-ticker.owl-carousel.owl-rtl .owl-item {
    float: right;
    text-align: left;
}
.elementor-widget-xpro-step-flow {
    --xpro-step-flow-icon-size: 0;
    --xpro-step-flow-icon-padding: 0;
    --xpro-step-flow-direction-offset-x: 0;
    --xpro-step-flow-direction-origin-x: calc(-1 * ((var(--xpro-step-flow-icon-size, 46px) / 2) + var(--xpro-step-flow-icon-padding, 50px) + var(--xpro-step-flow-direction-offset-x, 20px)));
    --xpro-step-flow-direction-angle: 0;
}
.xpro-step-flow-wrapper {
    padding: 20px;
    text-align: center;
}
.xpro-step-flow-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 50px;
    border-radius: 50%;
    background-color: #e9ecf0;
    color: #2b2b2b;
    text-align: center;
}
.xpro-step-flow-icon > i {
    font-size: 30px;
}
.xpro-step-flow-icon > img {
    width: 50px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.xpro-step-flow-icon .xpro-step-flow-arrow,
.xpro-step-flow-icon .xpro-step-flow-circle,
.xpro-step-flow-icon .xpro-step-flow-line,
.xpro-step-flow-icon .xpro-step-flow-line-arrow {
    position: absolute;
    display: inline-block;
    left: calc(100% + 20px);
    -webkit-transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
    -ms-transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
    transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
    -webkit-transform-origin: var(--xpro-step-flow-direction-origin-x) center;
    -ms-transform-origin: var(--xpro-step-flow-direction-origin-x) center;
    transform-origin: var(--xpro-step-flow-direction-origin-x) center;
    top: 50%;
}
.xpro-step-flow-icon .xpro-step-flow-line {
    border-top: 1px solid #ececec;
    width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-line-arrow {
    border-width: 2px;
    border-color: #ececec;
    width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-line-arrow:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-width: 2px;
    border-color: #ececec;
    top: -7px;
    right: 7px;
    width: 15px;
    height: 15px;
    color: #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xpro-step-flow-icon .xpro-step-flow-arrow:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-width: 2px;
    border-color: #ececec;
    top: -7px;
    width: 15px;
    height: 15px;
    color: #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xpro-step-flow-icon .xpro-step-flow-circle {
    border-top: 3px solid #ececec;
    width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-circle:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -15px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    color: #ddd;
    background-color: #f9f9f9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xpro-step-flow-icon .xpro-step-flow-badge {
    position: absolute;
    padding: 8px;
    border: 3px solid #fff;
    border-radius: 20px;
    background-color: #6ec1e4;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}
.xpro-step-flow-title {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
}
.xpro-step-flow-description {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.xpro-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    width: 100%;
    border: 0;
}
.xpro-table-body-row-cell,
.xpro-table-head-column-cell {
    padding: 15px;
    border: 1px solid #f3f3f3;
}
.xpro-table-head-column-cell {
    color: #fff;
    background-color: var(--e-global-color-primary);
}
.xpro-table-body-row {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.xpro-table-body-row-cell-inner,
.xpro-table-head-column-cell-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-table-body-row-cell-icon,
.xpro-table-head-column-cell-icon {
    margin: 5px;
}
.xpro-table-body-row-cell-icon > i,
.xpro-table-head-column-cell-icon > i {
    font-size: 18px;
    line-height: 1;
}
.xpro-table-body-row-cell-icon > img,
.xpro-table-head-column-cell-icon > img {
    height: auto;
    width: 50px;
    line-height: 1;
}
.xpro-page-title-icon-left,
.xpro-post-title-icon-left,
.xpro-promo-box-align-left,
.xpro-site-title-icon-left,
.xpro-subgroup-inline,
.xpro-table-head-icon-right .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-right .xpro-table-body-row-cell-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.xpro-contact-form-field-subgroup,
.xpro-horizontal-timeline-dates,
.xpro-post-grid-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-item,
.xpro-table-head-icon-top .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-top .xpro-table-body-row-cell-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.elementor-widget-xpro-page-title .xpro-page-title,
.elementor-widget-xpro-post-title .xpro-post-title,
.elementor-widget-xpro-site-title .xpro-site-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--e-global-color-primary);
    font-weight: 600;
    line-height: 1;
}
.elementor-widget-xpro-author-box > .elementor-widget-container {
    padding: 2em;
    border-radius: 0.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
.xpro-author-box-alignment-left .xpro-author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
}
.xpro-author-box-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline;
    margin: 0 20px 0 0;
}
.xpro-author-box-alignment-right .xpro-author-box-avatar {
    margin: 0 0 0 20px;
}
.xpro-author-box-alignment-center .xpro-author-box-avatar {
    margin: 0 0 20px;
}
.xpro-author-box-avatar > img {
    width: 100px;
}
.xpro-author-box-name {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: 1.2;
}
.xpro-author-box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.xpro-author-box-button {
    padding: 10px 20px;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-post-pagination .page-numbers:hover,
.xpro-post-grid-btn {
    color: var(--e-global-color-accent);
}
.elementor-widget-xpro-post-grid .xpro-post-grid-main {
    visibility: hidden;
}
.cbp-ready ~ .xpro-elementor-post-pagination,
.elementor-widget-xpro-post-grid .xpro-post-grid-main.cbp-ready {
    visibility: visible;
}
.xpro-post-grid-item .cbp-item-wrapper {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.xpro-post-grid-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-post-grid-content {
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xpro-post-grid-excerpt {
    margin: 0 0 10px;
}
.xpro-post-grid-btn {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-post-grid-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}
.xpro-post-grid-wrapper .xpro-post-grid-main .xpro-post-grid-author img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.xpro-post-grid-author-title {
    font-size: 14px;
    line-height: 1;
    color: #929292;
    margin-bottom: 5px;
}
.xpro-post-grid-author-name {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.xpro-post-grid-author-name:hover,
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a:hover {
    color: inherit;
}
.owl-carousel .xpro-post-grid-item,
.xpro-block-quote-layout-10 .xpro-block-quote-content-wrap {
    margin: 10px 0;
}
.xpro-post-grid-image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xpro-post-grid-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.xpro-post-grid-item:hover .xpro-post-grid-image::after {
    background-color: #0000004a;
}
.xpro-post-grid-wrapper .xpro-post-grid-image > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-post-grid-meta-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.xpro-post-grid-meta-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 14px;
    line-height: 1;
    color: #929292;
}
.xpro-post-grid-meta-list > li a {
    color: #929292;
}
.cbp-item-off {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.xpro-post-grid-layout-10 .xpro-post-grid-image,
.xpro-post-grid-layout-2 .xpro-post-grid-image,
.xpro-post-grid-layout-6 .xpro-post-grid-image,
.xpro-post-grid-layout-8 .xpro-post-grid-image,
.xpro-post-grid-layout-9 .xpro-post-grid-image {
    height: 100% !important;
}
.xpro-post-grid-layout-2 .xpro-post-grid-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.xpro-post-grid-layout-2 .xpro-post-grid-item:hover .xpro-post-grid-image::after,
.xpro-post-grid-layout-6 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
    background-color: #ffffffc7;
}
.xpro-animated-link-graphic-arc,
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-dates:before,
.xpro-post-grid-layout-3 .xpro-post-grid-image::after {
    top: 100%;
}
.xpro-animated-link-style-15:hover::after,
.xpro-post-grid-item:hover .xpro-post-grid-layout-3 .xpro-post-grid-image::after {
    top: 0;
}
.xpro-post-grid-layout-3 .xpro-post-grid-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.xpro-block-quote-layout-4 .xpro-block-quote-inner,
.xpro-block-quote-layout-5 .xpro-block-quote-inner,
.xpro-post-grid-layout-4 .xpro-post-grid-item {
    border: none;
}
.xpro-post-grid-layout-4 .xpro-post-grid-image {
    height: 300px;
}
.xpro-post-grid-item:hover .xpro-post-grid-layout-4 .xpro-post-grid-image > img,
.xpro-post-grid-layout-7 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.xpro-post-grid-layout-4 .xpro-post-grid-content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 50px 15px;
    margin-top: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.xpro-post-grid-layout-4 .xpro-post-grid-image ~ .xpro-post-grid-content {
    width: calc(100% - 20px);
    margin: 0 auto -100px;
    top: -100px;
}
.xpro-post-grid-layout-4 .xpro-post-grid-author {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}
.xpro-post-grid-layout-4 .xpro-post-grid-author > img {
    border: 2px solid #fff;
}
.xpro-post-grid-align-center .xpro-post-grid-meta-list,
.xpro-post-grid-layout-4 .xpro-post-grid-meta-list,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list,
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-post-grid-layout-4 .xpro-post-grid-image > img,
.xpro-post-grid-layout-5 .xpro-post-grid-image > img {
    height: 120%;
    -webkit-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}
.xpro-post-grid-layout-4 .xpro-post-grid-item:hover .xpro-post-grid-image > img,
.xpro-post-grid-layout-5 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li {
    font-size: 12px;
    padding: 8px 12px;
    background-color: #61ce70;
    color: #fff;
    border-radius: 50px;
}
.xpro-post-grid-meta-list > li > i {
    font-size: 85%;
}
.xpro-post-grid-layout-6 .xpro-post-grid-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-post-grid-layout-7 .xpro-post-grid-meta-list {
    padding-top: 15px;
    margin: 30px 0 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}
.xpro-post-grid-layout-7 .xpro-post-grid-content {
    padding: 30px 15px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li {
    font-size: 12px;
    padding: 8px 12px;
    background-color: #81ce70;
    color: #fff;
    border-radius: 50px;
}
.xpro-post-grid-layout-8 .xpro-post-grid-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    z-index: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-post-grid-layout-8 .xpro-post-grid-item:hover .xpro-post-grid-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-post-grid-layout-9 .xpro-post-grid-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
}
.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.xpro-post-grid-layout-10 .xpro-post-grid-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
}
.xpro-post-grid-layout-10 .xpro-post-grid-item:hover .xpro-post-grid-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.xpro-elementor-post-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 50px;
    visibility: hidden;
}
.xpro-elementor-post-pagination .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 10px 16px;
    border-radius: 5px;
    margin: 0;
    border: 1px solid transparent;
    color: #242424;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1em;
    line-height: 1;
    background-color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.xpro-elementor-post-pagination .page-numbers > i {
    font-size: 75%;
}
.xpro-elementor-post-pagination .page-numbers.current {
    border-color: var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    color: #fff;
}
.xpro-post-grid-align-left .xpro-post-grid-content {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.xpro-post-grid-align-center .xpro-post-grid-content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-post-grid-align-right .xpro-post-grid-content {
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.xpro-post-grid-align-left .xpro-post-grid-meta-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.xpro-post-grid-align-right .xpro-post-grid-meta-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.elementor-align-right .xpro-business-hour-time,
img ~ .xpro-post-grid-author-content {
    text-align: left;
}
.elementor-align-right .xpro-business-hour-day,
.xpro-post-grid-align-right img ~ .xpro-post-grid-author-content {
    text-align: right;
}
.xpro-taxonomy-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}
.xpro-taxonomy-list > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.xpro-taxonomy-list > li > a {
    display: -webkit-inline-box;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    padding: 15px 30px;
    background-color: #f9f9f9;
}
.xpro-taxonomy-list .xpro-taxonomy-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: var(--e-global-color-primary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-taxonomy-layout-horizontal .xpro-taxonomy-list {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
}
.xpro-taxonomy-layout-inline .xpro-taxonomy-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xpro-taxonomy-list-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
    .xpro-logo-grid--col-2 .xpro-logo-grid-item {
        width: calc(100% / 2);
    }
    .xpro-logo-grid--col-3 .xpro-logo-grid-item {
        width: calc(100% / 3);
    }
    .xpro-logo-grid--col-4 .xpro-logo-grid-item {
        width: calc(100% / 4);
    }
    .xpro-logo-grid--col-5 .xpro-logo-grid-item {
        width: calc(100% / 5);
    }
    .xpro-logo-grid--col-6 .xpro-logo-grid-item {
        width: calc(100% / 6);
    }
    .xpro-logo-grid--box.xpro-logo-grid--col-2 .xpro-logo-grid-item {
        width: calc((100% / 2) - 1rem);
    }
    .xpro-logo-grid--box.xpro-logo-grid--col-3 .xpro-logo-grid-item {
        width: calc((100% / 3) - 1rem);
    }
    .xpro-logo-grid--box.xpro-logo-grid--col-4 .xpro-logo-grid-item {
        width: calc((100% / 4) - 1rem);
    }
    .xpro-logo-grid--box.xpro-logo-grid--col-5 .xpro-logo-grid-item {
        width: calc((100% / 5) - 1rem);
    }
    .xpro-logo-grid--box.xpro-logo-grid--col-6 .xpro-logo-grid-item {
        width: calc((100% / 6) - 1rem);
    }
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(2n),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3n),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4n),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5n),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6n) {
        border-right-width: 0 !important;
    }
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(-n + 2),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(-n + 3),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(-n + 4),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(-n + 5),
    .xpro-logo-grid--tictactoe.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(-n + 6) {
        border-top-width: 0 !important;
    }
    .xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(-n + 2),
    .xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(-n + 3),
    .xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(-n + 4),
    .xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(-n + 5),
    .xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(-n + 6) {
        border-top-width: 2px;
    }
    .xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(odd),
    .xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3n + 1),
    .xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4n + 1),
    .xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5n + 1),
    .xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6n + 1) {
        border-left-width: 2px;
    }
    .xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(2),
    .xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3),
    .xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4),
    .xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5),
    .xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6) {
        border-top-right-radius: 10px;
    }
    .xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-last-child(2),
    .xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-last-child(3),
    .xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-last-child(4),
    .xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-last-child(5),
    .xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-last-child(6) {
        border-bottom-left-radius: 10px;
    }
    .elementor-align-left .xpro-taxonomy-list-content,
    .elementor-align-left .xpro-taxonomy-list > li > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-align-center .xpro-taxonomy-list-content {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .elementor-align-center .xpro-taxonomy-list > li > a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .elementor-align-right .xpro-taxonomy-list-content,
    .elementor-align-right .xpro-taxonomy-list > li > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.xpro-hotspot-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.xpro-hotspot-image {
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.xpro-hotspot-wrapper .xpro-hotspot-image > img,
.xpro-promo-box-inner .xpro-promo-box-media > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.xpro-hotspot-wrapper .xpro-hotspot-item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-transition: background-color 0.2s, box-shadow 0.2s;
    transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: background-color 0.2s, box-shadow 0.2s;
}
.xpro-hotspot-wrapper .xpro-hotspot-item .xpro-hotspot-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.xpro-hotspot-item {
    --xpro-hotspot-tooltip-top: 0;
    --xpro-hotspot-tooltip-right: 0;
    --xpro-hotspot-tooltip-bottom: 0;
    --xpro-hotspot-tooltip-left: 0;
    --xpro-hotspot-tooltip-transform-x: 0;
    --xpro-hotspot-tooltip-transform-y: 0;
    --xpro-hotspot-tooltip-margin: 0;
}
.xpro-hotspot-tooltip-text {
    position: absolute;
    width: 150px;
    background-color: #6ec1e4;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    top: var(--xpro-hotspot-tooltip-top);
    right: var(--xpro-hotspot-tooltip-right);
    bottom: var(--xpro-hotspot-tooltip-bottom);
    left: var(--xpro-hotspot-tooltip-left);
    -webkit-transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
    -ms-transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
    transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
    margin: var(--xpro-hotspot-tooltip-margin);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.xpro-hotspot-tooltip-text > * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.xpro-hotspot-tooltip-text.xpro-active,
.xpro-hotspot-type-hover:hover .xpro-hotspot-tooltip-text {
    visibility: visible;
    opacity: 1;
}
.xpro-hotspot-tooltip-text.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.xpro-hotspot-tooltip-text:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #6ec1e4;
    top: var(--xpro-hotspot-tooltip-before-top);
    left: var(--xpro-hotspot-tooltip-before-left);
    bottom: var(--xpro-hotspot-tooltip-before-bottom);
    right: var(--xpro-hotspot-tooltip-before-right);
    -webkit-transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
    -ms-transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
    transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
    --xpro-hotspot-tooltip-before-top: 0;
    --xpro-hotspot-tooltip-before-right: 0;
    --xpro-hotspot-tooltip-before-bottom: 0;
    --xpro-hotspot-tooltip-before-left: 0;
    --xpro-hotspot-tooltip-before-transform-x: 0;
    --xpro-hotspot-tooltip-before-transform-y: 0;
}
.xpro-hotspot-item .xpro-hotspot-item-wrap > i {
    color: #6ec1e4;
    font-size: 18px;
}
.xpro-hotspot-item .xpro-hotspot-item-wrap > img {
    max-width: 100%;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    min-width: 60px;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
}
.xpro-hotspot-item-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: 2s infinite xproShadowPulse;
    animation: 2s infinite xproShadowPulse;
}
@-webkit-keyframes xproShadowPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
}
@keyframes xproShadowPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
}
.xpro-dropcap-wrapper > :last-child,
.xpro-text-editor-drop-cap > :last-child {
    margin-bottom: 0;
}
.xpro-dropcap-wrapper > :first-of-type::first-letter,
.xpro-text-editor-drop-cap > :first-of-type::first-letter {
    font-size: 30px;
    line-height: 80%;
    padding: 20px;
    float: left;
    margin-right: 15px;
    color: #fff;
    background-color: var(--e-global-color-primary);
}
.xpro-block-quote-wrapper .xpro-block-quote-inner {
    padding: 20px;
    border-left: 5px solid #6ec1e4;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-block-quote-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-block-quote-icon > i {
    color: #6ec1e4;
    font-size: 22px;
}
.xpro-block-quote-icon > svg {
    width: 30px;
    height: auto;
    fill: #6ec1e4;
}
.xpro-block-quote-content-wrap {
    margin: 0 20px;
}
.xpro-block-quote-content-wrap > .xpro-block-quote-text {
    margin: 0 0 10px;
    font-size: 15px;
    color: #282828;
}
.xpro-block-quote-desc {
    margin: 10px 15px;
}
.xpro-block-quote-title {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: #282828;
    font-weight: 500;
}
.xpro-block-quote-title::before {
    content: "";
    position: absolute;
    width: 10px;
    background-color: #282828;
    height: 2px;
    top: 50%;
    right: 100%;
    margin-right: 5px;
}
.xpro-block-quote-designation {
    display: block;
    font-size: 14px;
}
.xpro-block-quote-layout-2 .xpro-block-quote-inner {
    display: inline-block;
    border: 2px solid #6ec1e4;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #6ec1e4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon > i {
    color: #fff;
    font-size: 22px;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon > svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}
.xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
    margin: 38px 0 20px;
    text-align: center;
}
.xpro-block-quote-layout-3 {
    overflow: hidden;
    display: inline-block;
    margin: 1rem;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner {
    border: 1px solid #6ec1e4;
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1rem;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner::before {
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: -10%;
    left: 0;
    right: 0;
    top: -10%;
    -webkit-transform: rotate(-25deg) skew(5deg);
    -ms-transform: rotate(-25deg) skew(5deg);
    transform: rotate(-25deg) skew(5deg);
}
.xpro-block-quote-layout-3 .xpro-block-quote-content-wrap {
    margin: 27px 0;
    z-index: 1;
    position: relative;
}
.xpro-block-quote-layout-3 .xpro-block-quote-content-wrap > .xpro-block-quote-title {
    position: relative;
    margin: 15px;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon {
    position: absolute;
    left: 145px;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon > i,
.xpro-block-quote-layout-5 .xpro-block-quote-icon > i {
    font-size: 50px;
    color: #dbdbdb;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon > svg,
.xpro-block-quote-layout-5 .xpro-block-quote-icon > svg {
    width: 60px;
    height: 60px;
    fill: #dbdbdb;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content-img > img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content-wrap,
.xpro-block-quote-layout-9 .xpro-block-quote-content {
    z-index: 1;
}
.xpro-block-quote-layout-5 .xpro-block-quote-icon {
    position: absolute;
    left: 40px;
    top: 30px;
}
.xpro-block-quote-layout-5 .xpro-block-quote-content-wrap {
    text-align: center;
    margin: 30px 20px 20px;
    z-index: 1;
    position: relative;
}
.xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #6ec1e4;
    top: 0;
    left: 0;
    margin: -15px 0 0;
    max-width: 100%;
}
.xpro-block-quote-layout-6 .xpro-block-quote-inner,
.xpro-block-quote-layout-7 .xpro-block-quote-inner,
.xpro-block-quote-layout-8 .xpro-block-quote-inner {
    border: none;
    display: inline-block;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text {
    border: 2px solid #6ec1e4;
    padding: 20px;
    position: relative;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 10px;
    background-color: #f9f9f9;
    bottom: -6px;
    left: 50px;
    z-index: 2;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text::after {
    content: "";
    position: absolute;
    border: 2px solid #6ec1e4;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    z-index: 3;
    border-bottom: none !important;
}
.xpro-block-quote-layout-6 .xpro-block-quote-desc {
    margin: 10px 0 0 148px;
}
.xpro-block-quote-layout-7 .xpro-block-quote-icon > i {
    font-size: 50px;
    color: #707070;
    display: inline-block;
}
.xpro-block-quote-layout-7 .xpro-block-quote-icon > svg {
    width: 60px;
    height: 60px;
    fill: #707070;
    display: inline-block;
}
.xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
    margin: 30px 10px;
    text-align: center;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -30px;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon > i {
    font-size: 50px;
    color: #707070;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon > svg {
    width: 60px;
    height: 60px;
    fill: #707070;
}
.xpro-block-quote-layout-8 .xpro-block-quote-content-wrap {
    margin: 30px 0;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -5px;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon > i {
    font-size: 50px;
    color: #ddd;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon > svg {
    width: 70px;
    height: 70px;
    fill: #dddddd;
}
.xpro-block-quote-layout-9 .xpro-block-quote-content-wrap {
    margin: 45px 0;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon {
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #6ec1e4;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon > i {
    font-size: 22px;
    color: #fff;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon > svg {
    fill: #fff;
    width: 20px;
    height: auto;
}
@media screen and (min-width: 1025px) {
    .xpro-content-alignright .xpro-box-icon-wrapper-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
        display: inline-block;
        text-align: center;
    }
    .elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > i,
    .elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
        margin-bottom: 10px;
    }
    .elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        border-right: 5px solid #6ec1e4;
        border-left: none;
    }
    .elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
    .elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > i,
    .elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
    .elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
    .elementor-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
        left: 100%;
        margin-left: 5px;
    }
    .elementor-align-left .xpro-block-quote-layout-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
    }
    .elementor-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        margin-left: -30px;
    }
    .elementor-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
        text-align: left;
        margin: 25px;
    }
    .elementor-align-right .xpro-block-quote-layout-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) rotateY(180deg);
        transform: translateY(-50%) rotateY(180deg);
        margin-top: 0;
        margin-left: -30px;
    }
    .elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
        text-align: right;
        margin: 25px;
    }
    .elementor-align-right .xpro-block-quote-layout-3,
    .elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
    .elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
        text-align: right;
    }
    .elementor-align-center .xpro-block-quote-layout-3 {
        text-align: center;
    }
    .elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        right: 145px;
        left: auto;
    }
    .elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
    }
    .elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        margin-top: 25px;
    }
    .elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
        display: inline-block;
        text-align: center;
        z-index: 1;
    }
    .elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
        margin-bottom: 15px;
    }
    .elementor-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
    .elementor-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
        text-align: left;
    }
    .elementor-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
        left: 0;
    }
    .elementor-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before,
    .elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before,
    .elementor-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        left: auto;
        top: 30px;
        right: 40px;
    }
    .elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
        left: auto;
        right: 0;
    }
    .elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after,
    .elementor-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
        border-left: none !important;
    }
    .elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
        left: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: -62px;
        border-right: none !important;
        border-radius: 50px 0 0;
        border-left: 2px solid #6ec1e4;
    }
    .elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: -25px;
    }
    .elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
        margin: 10px 0 10px 217px;
        text-align: center;
    }
    .elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
        left: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: -85px;
    }
    .elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
        margin: 10px 144px 10px 0;
        text-align: right;
    }
    .elementor-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        right: 20px;
        left: auto;
    }
    .elementor-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
        right: 0;
        left: auto;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .elementor-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0);
    }
    .elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
    .elementor-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
        border-right: 5px solid #6ec1e4;
        border-left: none;
    }
}
.elementor-widget-xpro-ninja-form .nf-form-content {
    max-width: 100%;
}
.xpro-scroll-image-wrapper {
    position: relative;
    width: 100%;
    display: block;
}
.xpro-scroll-image-inner {
    width: 100%;
    height: 300px;
}
.xpro-image-mouse-scroll {
    overflow: auto;
}
.xpro-scroll-image-inner .xpro-scroll-image-horizontal {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-scroll-image-inner .xpro-scroll-image-horizontal > img {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}
.xpro-scroll-image-inner .xpro-scroll-image-vertical > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}
.xpro-scroll-image-badge {
    margin: 15px;
}
.xpro-scroll-image-wrapper .xpro-scroll-image-indicator-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    color: #fff;
    text-align: center;
    font-size: 80px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-scroll-image-wrapper .xpro-scroll-image-indicator-icon > i {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-scroll-image-wrapper:hover .xpro-scroll-image-indicator-icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-scroll-image-horizontal ~ .xpro-scroll-image-indicator-icon > i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-name: xpro-image-scroll-direction-horizontal;
    animation-name: xpro-image-scroll-direction-horizontal;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-scroll-image-vertical ~ .xpro-scroll-image-indicator-icon > i {
    -webkit-animation-name: xpro-image-scroll-direction-vertical;
    animation-name: xpro-image-scroll-direction-vertical;
}
@-webkit-keyframes xpro-image-scroll-direction-vertical {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@-webkit-keyframes xpro-image-scroll-direction-horizontal {
    0% {
        -webkit-transform: translateX(0) rotate(90deg);
        transform: translateX(0) rotate(90deg);
    }
    to {
        -webkit-transform: translateX(5px) rotate(90deg);
        transform: translateX(5px) rotate(90deg);
    }
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-track {
    background: 0 0;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #e0e0e0;
}
.xpro-business-hour-inner {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.xpro-business-hour-header {
    text-align: center;
    padding: 30px 20px;
    background-color: var(--e-global-color-primary);
}
.xpro-business-hour-title {
    font-size: 25px;
    margin: 5px 0;
    color: #fff;
    display: block;
}
.xpro-business-hour-sub-title {
    color: #fff;
    font-size: 17px;
    margin: 5px 0;
    display: block;
}
.xpro-business-hour-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: dashed;
    border-width: 0 0 1px;
    border-color: var(--e-global-color-primary);
    height: 60px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.xpro-business-hour-inner .xpro-business-hour-item:last-child {
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
}
.xpro-business-hour-separator-horizontal {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.xpro-business-hour-separator-horizontal > span {
    width: 100%;
    max-width: 100%;
    border-bottom: 2px dashed #e2e2e2;
    display: block;
}
.xpro-business-hour-separator-vertical {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 2px dashed #e2e2e2;
    height: 60px;
}
.xpro-business-hour-day {
    min-width: max-content;
    text-align: left;
    transition: color 0.2s ease-in-out;
}
.xpro-business-hour-time {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: right;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.xpro-horizontal-timeline-wrapper {
    padding: 20px;
}
.xpro-horizontal-timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 50px;
}
.xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-date {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.xpro-horizontal-timeline-dates {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-horizontal-timeline-inner .xpro-horizontal-timeline-dates > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.xpro-horizontal-timeline-media {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-media-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xpro-horizontal-timeline-bullet-line {
    position: absolute;
    width: 120%;
    height: 2px;
    background-color: #eee;
    top: 50%;
}
.xpro-horizontal-timeline-media > .xpro-horizontal-timeline-media-custom,
.xpro-horizontal-timeline-media > i {
    color: #2b2b2b;
    font-size: 16px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-media-box .xpro-horizontal-timeline-media > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.xpro-horizontal-timeline-content-inner {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    max-width: 100%;
    width: 100%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-content .xpro-horizontal-timeline-content-inner .xpro-horizontal-timeline-content-media > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.xpro-horizontal-timeline-sub-title {
    margin: 0 0 5px;
    font-size: 23px;
    color: #2b2b2b;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-text {
    margin: 0;
    font-size: 15px;
    color: #2b2b2b;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-content-inner:after,
.xpro-horizontal-timeline-dates:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 2px;
    background-color: #eee;
    z-index: -1;
    left: 50%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-content-inner:after {
    bottom: 100%;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-dates:before {
    bottom: 100%;
    margin: 0;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-content-inner:after {
    top: 100%;
    margin: 0;
}
@media screen and (min-width: 767px) {
    .xpro-table-responsive .xpro-table-body-row-cell-inner {
        padding: 0 !important;
        border: none !important;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-date,
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(odd) .xpro-horizontal-timeline-content,
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-dates:before {
        bottom: 100%;
        top: auto;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-content-inner:after,
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-dates:before {
        bottom: auto;
        top: 100%;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-content,
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-date,
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(odd) .xpro-horizontal-timeline-content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-content-inner:after {
        top: auto;
        bottom: 100%;
    }
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
    top: 78%;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-col .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
    top: 22.5%;
}
.xpro-horizontal-timeline-reverse-yes .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-reverse-yes .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
}
.xpro-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border-left: 5px solid transparent;
    border-radius: 0.25rem;
    font-size: 15px;
    line-height: 25px;
}
.xpro-alert .xpro-alert-title {
    display: block;
    font-weight: 700;
}
.xpro-alert .xpro-alert-description {
    font-size: 13px;
}
.xpro-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.xpro-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.xpro-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.xpro-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.xpro-contact-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xpro-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}
.xpro-contact-form-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1px;
    min-width: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}
.xpro-contact-form-item-label {
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.xpro-contact-form-item .xpro-contact-form-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 12px;
}
.xpro-contact-form-require > label:after {
    color: red;
    padding-left: 0.2em;
}
.xpro-contact-form-field-subgroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 5px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xpro-contact-form-message {
    display: none;
    width: 100%;
    margin-bottom: 20px;
}
.xpro-contact-form-submit-button {
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    grid-gap: 10px;
    position: relative;
    background-color: var(--e-global-color-accent);
    padding: 15px 50px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn,
.xpro-promo-box-badge.xpro-badge,
.xpro-promo-box-btn {
    background-color: var(--e-global-color-primary);
}
.xpro-contact-form-submit-button > i {
    display: none;
    animation-name: spin;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.xpro-promo-box-title {
    font-size: 2rem;
    margin: 10px 0 0;
    display: block;
    font-weight: 500;
}
.xpro-promo-box-sub-title {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
.xpro-promo-box-desc {
    font-size: 17px;
    margin: 10px 0;
    display: inline-block;
}
.xpro-promo-box-inner .xpro-promo-box-media {
    position: relative;
    width: 100%;
    height: 100%;
}
.xpro-promo-box-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
    cursor: pointer;
    padding: 15px 35px;
    text-align: center;
    border: 1px solid var(--e-global-color-primary);
    color: #fff;
    line-height: 1;
    -webkit-transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn-inner > svg,
.xpro-promo-box-btn > svg {
    width: 30px;
    height: auto;
}
.xpro-elementor-scroll-top-btn,
button.xpro-elementor-search-button {
    cursor: pointer;
    height: 50px;
    text-align: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
}
.xpro-promo-box-btn > .xpro-promo-box-btn-text,
.xpro-promo-box-btn > i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.xpro-promo-box-align-right > i,
.xpro-promo-box-align-right > svg {
    margin-left: 5px;
}
.xpro-promo-box-badge.xpro-badge {
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 30px;
}
.xpro-elementor-scroll-top-btn {
    position: relative;
    display: inline-block;
    width: 150px;
    line-height: 50px;
    overflow: hidden;
    min-width: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn-inner,
.xpro-elementor-search-input-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
}
.xpro-elementor-scroll-top-btn-inner {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 5px;
    height: 100%;
    width: 100%;
}
.xpro-elementor-scroll-top-btn-fixed {
    position: fixed;
    z-index: 9999;
    display: none;
}
.xpro-elementor-scroll-top-btn-fixed.xpro-elementor-scroll-top-btn-fixed-align-left {
    left: 20px;
    bottom: 20px;
}
.xpro-elementor-scroll-top-btn-fixed.xpro-elementor-scroll-top-btn-fixed-align-right {
    right: 20px;
    bottom: 20px;
}
.xpro-elementor-scroll-top-btn-inner > .xpro-elementor-scroll-top-btn-txt,
.xpro-elementor-scroll-top-btn-inner > i {
    font-size: 14px;
    color: #fff;
}
.xpro-element-custom-field {
    margin: 0;
    padding: 0;
}
.xpro-elementor-search-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.xpro-elementor-search-input-group {
    position: relative;
    display: inline-flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    max-width: 100%;
    border: 0 solid transparent;
    border-radius: 5px;
    background-color: #eceeef;
    -ms-flex-align: center;
    align-items: center;
}
.xpro-elementor-search-wrapper .xpro-elementor-search-input-group > input {
    width: 400px;
    background-color: transparent;
    border: none;
    max-width: 100%;
}
button.xpro-elementor-search-button {
    background: #55555e;
    color: #fff;
    border: 1px solid transparent;
    width: 50px;
    padding: 0;
    min-width: max-content;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-search-button > svg {
    width: 15px;
    height: auto;
}
.xpro-elementor-search-layout-2 .xpro-elementor-search-button {
    position: absolute;
    color: #7a7a7a;
    margin-left: 15px;
    width: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.xpro-elementor-search-layout-2 .xpro-elementor-search-input-group > input {
    padding-left: 50px;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group > input {
    width: 50px;
    margin-right: -50px;
    -webkit-transition: width 0.4s linear;
    -o-transition: width 0.4s linear;
    transition: width 0.4s linear;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group:focus-within > input,
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group:hover > input {
    width: 400px;
    max-width: 100%;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-button {
    position: relative;
    padding: 0;
    border-radius: 50px;
    z-index: 2;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    background-color: #000000d6;
    padding: 30px;
    height: 100vh;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    -webkit-transform: translate(-51%, -51%);
    -ms-transform: translate(-51%, -51%);
    transform: translate(-51%, -51%);
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input,
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input {
    color: #fff;
    padding: 0;
    font-size: 25px;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-ms-input-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-webkit-input-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-moz-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input:-ms-input-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50vh;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    background-color: #000000d6;
    padding: 30px;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-ms-input-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-webkit-input-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-moz-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input:-ms-input-placeholder {
    color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::placeholder {
    color: #fff;
}
button.xpro-elementor-search-button-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 30px;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.xpro-elementor-search-button-close:focus,
button.xpro-elementor-search-button-close:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    outline: 0;
}
.admin-bar .xpro-elementor-search-button-close {
    top: 60px;
}
.xpro-elementor-search-button-close:after,
.xpro-elementor-search-button-close:before {
    content: "";
    width: 55%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.xpro-elementor-search-button-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xpro-reading-progress-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.xpro-reading-progress-bar-fill {
    height: 5px;
    background-color: var(--e-global-color-primary);
    width: 0;
    -webkit-transition: width 50ms;
    -o-transition: width 50ms;
    transition: width 50ms;
}
.xpro-tutor-ratings {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    grid-gap: 5px;
    line-height: 1;
}
.xpro-givewp-form-grid-wrapper .form-grid-raised__details > span:last-child {
    font-size: 85% !important;
}
.xpro-widget-bg-overlay > .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}
.xpro-kenBurn-zoomIn .elementor-background-overlay {
    -webkit-animation: 20s linear infinite alternate xpro-ken-b-zoom-in;
    animation: 20s linear infinite alternate xpro-ken-b-zoom-in;
    will-change: transform;
}
.xpro-kenBurn-zoomOut .elementor-background-overlay {
    -webkit-animation: 20s linear infinite alternate xpro-ken-b-zoom-out;
    animation: 20s linear infinite alternate xpro-ken-b-zoom-out;
    will-change: transform;
}
@-webkit-keyframes xpro-ken-b-zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes xpro-ken-b-zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes xpro-ken-b-zoom-out {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes xpro-ken-b-zoom-out {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.xpro-animated-link {
    position: relative;
    color: #2b2b2b;
    font-size: 25px;
    line-height: 1.2;
    transition: color 0.3s ease-in-out;
}
.xpro-animated-link-style-17:focus,
.xpro-animated-link-style-17:hover,
.xpro-animated-link:hover {
    color: var(--e-global-color-primary);
}
.xpro-animated-link-style-1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-primary);
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.xpro-animated-link-style-1:hover::after,
.xpro-animated-link-style-4:hover::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.xpro-animated-link-style-2::after,
.xpro-animated-link-style-2::before,
.xpro-animated-link-style-3::after,
.xpro-animated-link-style-3::before,
.xpro-animated-link-style-6::after,
.xpro-animated-link-style-6::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-primary);
    top: 100%;
    left: 0;
    pointer-events: none;
}
.xpro-animated-link-style-2::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-2:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-2::after {
    content: "";
    top: calc(100% + 4px);
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-2:hover::after {
    transform-origin: 100% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-3::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.xpro-animated-link-style-3:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 2, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-3::after {
    content: "";
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1) 0.1s;
}
.xpro-animated-link-style-3:hover::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-4::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: var(--e-global-color-primary);
    left: 0;
    pointer-events: none;
    top: 55%;
    height: 2px;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-4 span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-4:hover span {
    transform: scale3d(1.1, 1.1, 1.1);
}
.xpro-animated-link-style-5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-primary);
    top: 100%;
    left: 0;
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.xpro-animated-link-style-5:hover::after {
    transform: translate3d(0, 2px, 0) scale3d(1, 3, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.xpro-animated-link-style-5 span {
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.xpro-animated-link-style-5:hover span {
    transform: translate3d(0, -2px, 0);
}
.xpro-animated-link-style-6::before {
    height: 10px;
    top: 100%;
    opacity: 0;
}
.xpro-animated-link-style-6:hover::before {
    opacity: 1;
    animation: 0.3s forwards lineUp;
}
@keyframes lineUp {
    0% {
        transform-origin: 50% 100%;
        transform: scale3d(1, 0.045, 1);
    }
    50% {
        transform-origin: 50% 100%;
        transform: scale3d(1, 1, 1);
    }
    51% {
        transform-origin: 50% 0%;
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform-origin: 50% 0%;
        transform: scale3d(1, 0.045, 1);
    }
}
.xpro-animated-link-style-6::after {
    transition: opacity 0.3s;
    opacity: 0;
}
.xpro-animated-link-style-6:hover::after {
    opacity: 1;
    transition-delay: 0.3s;
}
.xpro-animated-link-style-19::after,
.xpro-animated-link-style-19::before,
.xpro-animated-link-style-21::after,
.xpro-animated-link-style-21::before,
.xpro-animated-link-style-22::after,
.xpro-animated-link-style-22::before,
.xpro-animated-link-style-23::after,
.xpro-animated-link-style-23::before,
.xpro-animated-link-style-7::after,
.xpro-animated-link-style-7::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-primary);
    top: 100%;
    left: 0;
    pointer-events: none;
}
.xpro-animated-link-style-7::before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0;
}
.xpro-animated-link-style-7:hover::before {
    opacity: 1;
    animation: 0.3s forwards coverUp;
}
@keyframes coverUp {
    0% {
        transform-origin: 50% 100%;
        transform: scale3d(1, 0.045, 1);
    }
    50% {
        transform-origin: 50% 100%;
        transform: scale3d(1, 1, 1);
    }
    51% {
        transform-origin: 50% 0;
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform-origin: 50% 0;
        transform: scale3d(1, 0.045, 1);
    }
}
.xpro-animated-link-style-7::after {
    content: "";
    transition: opacity 0.3s;
}
.xpro-animated-link-style-8:hover,
.xpro-animated-link-style-9:hover {
    color: #fff;
}
.xpro-animated-link-style-8::before {
    background-color: var(--e-global-color-primary);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
.xpro-animated-link-style-8:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.xpro-animated-link-style-9 {
    text-decoration: none;
    line-height: 1;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    vertical-align: bottom;
    transition: color 0.3s ease-out;
}
.xpro-animated-link-style-9::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 2px));
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    transition: transform 0.25s ease-out;
}
.xpro-animated-link-style-11::before,
.xpro-animated-link-style-12::before {
    background-color: var(--e-global-color-primary);
    height: 2px;
    transform: scaleX(0);
    bottom: 0;
}
.xpro-animated-link-style-9:hover::before {
    transform: translateY(0);
    transition: transform 0.25s ease-out;
}
.xpro-animated-link-style-10 span {
    font-weight: 100;
    border-bottom: 1px solid;
    transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-10:hover span {
    color: var(--e-global-color-primary);
    font-weight: 600;
}
.xpro-animated-link-style-11::before {
    content: "";
    position: absolute;
    width: 100%;
    margin: -5px 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
.xpro-animated-link-style-11:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.xpro-animated-link-style-12 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.xpro-animated-link-style-12::after,
.xpro-animated-link-style-12::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}
.xpro-animated-link-style-12::before {
    transition: transform 0.3s;
}
.xpro-animated-link-style-12::after {
    content: attr(data-hover);
    height: 100%;
    top: 0;
    transform: translate3d(200%, 0, 0);
    transition: transform 0.3s;
    color: var(--e-global-color-primary);
    background-color: transparent !important;
}
.xpro-animated-link-style-12:hover::before {
    transform: scaleX(1);
}
.xpro-animated-link-style-12:hover::after {
    transform: translate3d(0, 0, 0);
}
.xpro-animated-link-style-12 span {
    display: inline-block;
    transition: transform 0.3s;
}
.xpro-animated-link-style-12:hover span {
    transform: translate3d(-200%, 0, 0);
}
.xpro-animated-link-style-13 {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.xpro-animated-link-style-13:after,
.xpro-animated-link-style-13:before {
    position: absolute;
    content: "";
    height: 3px;
    background-color: var(--e-global-color-primary);
    border-radius: 1em;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.xpro-animated-link-style-13:before {
    width: 1em;
    transform-origin: left;
}
.xpro-animated-link-style-13:after {
    width: 82%;
    left: 1em;
    transform: translateX(110%);
}
.xpro-animated-link-style-13:hover:before {
    transform: scaleX(0.3);
}
.xpro-animated-link-style-13:hover:after {
    transform: translateX(0);
}
.xpro-animated-link-style-14 {
    display: inline-block;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.xpro-animated-link-style-14:hover {
    -webkit-animation-name: rotate-move;
    animation-name: rotate-move;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes rotate-move {
    30% {
        -webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
        transform: translate3d(0, -5px, 0) rotate(5deg);
    }
    50% {
        -webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
        transform: translate3d(0, -3px, 0) rotate(-4deg);
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
        transform: translate3d(0, 0, 0) rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.xpro-animated-link-style-15 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0;
}
.xpro-animated-link-style-15 span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.xpro-animated-link-style-15::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: attr(data-hover);
    display: inline-block;
    text-align: center;
    background-color: transparent !important;
    -webkit-transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.xpro-animated-link-style-15:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.xpro-animated-link-style-16 {
    letter-spacing: 0;
    transition: 0.35s;
    display: inline-block;
    position: relative;
}
.xpro-animated-link-style-16:active,
.xpro-animated-link-style-16:hover {
    letter-spacing: 5px;
    transition: 0.35s;
}
.xpro-animated-link-style-16::after {
    bottom: -10px;
}
.xpro-animated-link-style-16::before {
    top: -10px;
}
.xpro-animated-link-style-16::after,
.xpro-animated-link-style-16::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 2px;
    background-color: var(--e-global-color-primary);
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: 280ms ease-in-out;
    width: 0;
}
.xpro-animated-link-style-16:hover::after,
.xpro-animated-link-style-16:hover::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width 350ms ease-in-out;
    width: 100%;
}
.xpro-animated-link-style-17 {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.xpro-animated-link-style-17::before {
    position: absolute;
    line-height: 1;
    top: 100%;
    left: 50%;
    color: transparent;
    background-color: transparent !important;
    content: "•";
    text-shadow: 0 0 transparent;
    font-size: 20pt;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.xpro-animated-link-style-17:focus::before,
.xpro-animated-link-style-17:hover::before {
    color: #000;
    text-shadow: 10px 0 #000, -10px 0 #000;
}
.xpro-animated-link-style-18:before {
    content: "";
    background-color: var(--e-global-color-primary);
    position: absolute;
    left: 0.5rem;
    bottom: 5px;
    width: 100%;
    height: 8px;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-18:hover:before {
    left: -5px;
    bottom: 0;
    height: 100%;
    width: calc(100% + 10px);
}
.xpro-animated-link-style-19::before {
    content: "";
    height: 7px;
    border-radius: 20px;
    transform: scale3d(1, 1, 1);
    transition: transform 0.2s, opacity 0.2s;
    transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
}
.xpro-animated-link-style-19:hover::before {
    transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
    transition-duration: 0.4s;
    opacity: 1;
    transform: scale3d(1.2, 0.1, 1);
}
.xpro-animated-link-style-19 span {
    transform: translate3d(0, -4px, 0);
    display: inline-block;
    transition: transform 0.2s cubic-bezier(0.2, 0.57, 0.67, 1.53) 50ms;
}
.xpro-animated-link-style-19:hover span {
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
    transition-duration: 0.4s;
    transition-delay: 0s;
}
.xpro-animated-link-style-20 {
    padding: 7px;
}
.xpro-animated-link-style-20::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--e-global-color-primary);
    background: 0 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s, height 0.2s 0.1s, border-top-width 0.1s 0.2s, margin 0.2s;
}
.xpro-animated-link-style-20:hover::after {
    width: 60%;
    height: 0;
    border-width: 0 2px 2px;
    margin: 0 20%;
    transition: width 0.2s 0.2s, height 0.2s 0.1s, border-top-width 0.1s, margin 0.2s 0.2s;
}
.xpro-animated-link-style-21::before,
.xpro-animated-link-style-22::before,
.xpro-animated-link-style-23::before {
    content: "";
    display: none;
}
.xpro-animated-link-style-21 .xpro-animated-link-graphic {
    position: absolute;
    top: 60%;
    left: -25%;
    pointer-events: none;
    fill: none;
    stroke: #000;
    stroke-width: 1px;
}
.xpro-animated-link-style-21 .xpro-animated-link-graphic-scribble {
    top: 100%;
    left: 0;
}
.xpro-animated-link-graphic-scribble path {
    transition: stroke-dashoffset 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.xpro-animated-link-style-21:hover .xpro-animated-link-graphic-scribble path {
    transition-timing-function: cubic-bezier(0.8, 0, 0.7, 1);
    transition-duration: 0.6s;
}
.xpro-animated-link-style-21:hover .xpro-animated-link-graphic-stroke path {
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
}
.xpro-animated-link-style-22 .xpro-animated-link-graphic {
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    height: auto;
    width: 100%;
}
.xpro-animated-link-graphic-stroke path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}
.xpro-animated-link-style-22:hover .xpro-animated-link-graphic-stroke path {
    stroke-dashoffset: 0;
}
.xpro-animated-link-graphic-arc path {
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.xpro-animated-link-style-22:hover .xpro-animated-link-graphic-arc path {
    transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-23 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
}
.xpro-animated-link-style-23 .xpro-animated-link-graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: #000;
    stroke-width: 1px;
}
.xpro-animated-link-style-23 .xpro-animated-link-graphic-slide {
    top: -3px;
    stroke-width: 3px;
    transition: transform 0.7s cubic-bezier(0, 0.25, 0.5, 1);
}
.xpro-animated-link-style-23:hover .xpro-animated-link-graphic-slide {
    transform: translate3d(-66.6%, 0, 0);
}
.xpro-animated-link-style-24 {
    display: inline-block;
    padding-bottom: 2px;
    overflow: hidden;
}
.xpro-animated-link-style-24::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    background: var(--e-global-color-primary);
    transform: translate3d(-100%, 0, 0);
}
.xpro-animated-link-style-24:hover::after {
    animation: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards link-hoverstate;
}
@keyframes link-hoverstate {
    0% {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
    }
    55% {
        transform: translate3d(100%, 0, 0);
    }
    56% {
        transform: translate3d(100%, calc(0.5rem + 4px), 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, calc(0.5rem + 4px), 0);
    }
}
.xpro-animated-link-style-25 {
    background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-25::before {
    content: "";
    background: #54b3d6;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-25:hover {
    background-position: 0;
}
.xpro-hero-slider .swiper-slide {
    overflow: hidden;
    position: relative;
}
.xpro-hero-slider-slide-button-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: relative;
    gap: 15px;
    flex-wrap: wrap;
}
.xpro-hero-slider .xpro-hero-slider-slide-button-wrapper a {
    text-decoration: none;
}
.xpro-hero-slider-button-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    border-radius: 0;
    gap: 10px;
    padding: 15px 35px;
    border: 1px solid transparent;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-decoration: none;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.xpro-hero-slider-button-primary {
    color: #fff;
    background-color: #6ec1e4;
}
.xpro-hero-slider-button-secondary {
    color: #fff;
    background-color: #61ce70;
}
.xpro-hero-slider-button-default:focus,
.xpro-hero-slider-button-default:hover {
    color: #2b2b2b;
    background-color: #fff;
}
.xpro-hero-slider .char,
span.ex-char {
    display: inline;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-wrapper {
    position: relative;
    min-height: 600px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-area {
    padding: 15px;
    width: 600px;
    max-width: 100%;
}
.xpro-hero-slider .xpro-hero-slider-slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 12s;
    animation-delay: 1s;
}
.xpro-hero-slider .xpro-hero-slider-slide-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
    transition: background 0.3s ease-in-out;
}
.xpro-hero-slider .xpro-hero-slider-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ffff;
    margin-bottom: 5px;
}
.xpro-hero-slider .xpro-hero-slider-title {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.xpro-hero-slider .xpro-hero-slider-description {
    display: inline-block;
    color: #fff;
    margin-bottom: 30px;
}
.x-mask-top {
    -webkit-animation-name: XsMaskFromUp;
    animation-name: XsMaskFromUp;
}
.x-mask-bottom {
    -webkit-animation-name: XsMaskFromDown;
    animation-name: XsMaskFromDown;
}
.x-mask-left {
    -webkit-animation-name: XsMaskFromLeft;
    animation-name: XsMaskFromLeft;
}
.x-mask-right {
    -webkit-animation-name: XsMaskFromRight;
    animation-name: XsMaskFromRight;
}
@-webkit-keyframes XsMaskFromUp {
    from {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XsMaskFromUp {
    from {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@-webkit-keyframes XsMaskFromDown {
    from {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XsMaskFromDown {
    from {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@-webkit-keyframes XsMaskFromRight {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XsMaskFromRight {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@-webkit-keyframes XsMaskFromLeft {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes XsMaskFromLeft {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
[class*="x-reveal"] {
    position: relative;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
[class*="x-reveal"]::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.x-reveal-top::after {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    height: 0;
    -webkit-animation-name: XsRevealVertical;
    animation-name: XsRevealVertical;
}
.x-reveal-bottom::after {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    height: 0;
    -webkit-animation-name: XsRevealVertical;
    animation-name: XsRevealVertical;
}
.x-reveal-left::after {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 0;
    -webkit-animation-name: XsRevealHorizontal;
    animation-name: XsRevealHorizontal;
}
.x-reveal-right::after {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 0;
    -webkit-animation-name: XsRevealHorizontal;
    animation-name: XsRevealHorizontal;
}
.animated[class*="x-reveal"]::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes XsRevealVertical {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}
@keyframes XsRevealVertical {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}
@-webkit-keyframes XsRevealHorizontal {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@keyframes XsRevealHorizontal {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
.x-blurIn {
    animation-name: XsBlurIn;
}
@keyframes XsBlurIn {
    from {
        filter: blur(20px);
        opacity: 0;
    }
}
.x-blurInLeft {
    animation-name: XsBlurInLeft;
}
@keyframes XsBlurInLeft {
    from {
        transform: translateX(50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.x-blurInRight {
    animation-name: XsBlurInRight;
}
@keyframes XsBlurInRight {
    from {
        transform: translateX(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.x-blurInTop {
    animation-name: XsBlurInTop;
}
@keyframes XsBlurInTop {
    from {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.x-blurInBottom {
    animation-name: XsBlurInBottom;
}
@keyframes XsBlurInBottom {
    from {
        transform: translateY(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.xpro-animation-init [data-animation="x-split-top"] .char {
    -webkit-animation: 0.3s cubic-bezier(0.3, 0, 0.7, 1) both fadeInUp;
    animation: 0.3s cubic-bezier(0.3, 0, 0.7, 1) both fadeInUp;
    -webkit-animation-delay: calc(100ms * var(--char-index));
    animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-right"] .char {
    -webkit-animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
    animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
    -webkit-animation-delay: calc(100ms * var(--char-index));
    animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-bottom"] .char {
    -webkit-animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both fadeInDown;
    animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both fadeInDown;
    -webkit-animation-delay: calc(100ms * var(--char-index));
    animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-left"] .char {
    -webkit-animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInLeft;
    animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInLeft;
    -webkit-animation-delay: calc(100ms * var(--char-index));
    animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-expand"] .char {
    -webkit-animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both XsCharFwd;
    animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both XsCharFwd;
    -webkit-animation-delay: calc(100ms * var(--char-index));
    animation-delay: calc(100ms * var(--char-index));
}
@-webkit-keyframes XsCharFwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes XsCharFwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}@media screen and (max-width:1024px){.xpro-preview .xpro-preview-iframe{width:100%}.xpro-filter-dropdown-tablet .xpro-select-option{width:100%;position:relative;background-color:var(--e-global-color-primary);color:#fff;margin:0;padding:10px 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-align:left;display:block}.xpro-filter-dropdown-tablet .xpro-select-content{pointer-events:none}.xpro-filter-dropdown-tablet.active .xpro-select-icon{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.xpro-filter-dropdown-tablet .xpro-select-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:35px;height:35px;line-height:35px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;text-align:center}.xpro-filter-dropdown-tablet .cbp-l-filters-button{width:100%;position:absolute;left:0;padding:0;list-style:none;display:none;border-top:1px solid #fff;z-index:9;margin:0;-webkit-box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%);box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.xpro-filter-dropdown-tablet.active .cbp-l-filters-button{display:-ms-inline-grid;display:inline-grid}.xpro-filter-dropdown-tablet .cbp-l-filters-button .cbp-filter-item{position:relative;font:inherit;border:none!important;border-bottom:1px solid #fff!important;background-color:var(--e-global-color-primary)!important;color:#fff!important;padding:10px 15px;margin:0!important;border-radius:0!important;width:100%;text-align:left;-webkit-box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%);box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%)}.xpro-filter-dropdown-tablet .cbp-l-filters-button:hover{border-color:#fff}.xpro-filter-dropdown-tablet>ul>li.cbp-filter-item.cbp-filter-item-active,.xpro-step-flow-separator-disable-tablet .xpro-step-flow-arrow,.xpro-step-flow-separator-disable-tablet .xpro-step-flow-circle,.xpro-step-flow-separator-disable-tablet .xpro-step-flow-line,.xpro-step-flow-separator-disable-tablet .xpro-step-flow-line-arrow{display:none}.elementor-tablet-align-left .xpro-infolist-layout-horizontal,.xpro-post-grid-align-tablet-left .xpro-post-grid-meta-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-align-center .xpro-infolist-layout-horizontal,.xpro-post-grid-align-tablet-center .xpro-post-grid-meta-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-align-right .xpro-infolist-layout-horizontal,.xpro-post-grid-align-tablet-right .xpro-post-grid-meta-list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-tablet-align-left .xpro-infolist-item,.elementor-tablet-align-left .xpro-infolist-item>a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}.elementor-tablet-align-center .xpro-infolist-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.elementor-tablet-align-right .xpro-infolist-item,.elementor-tablet-align-right .xpro-infolist-item>a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.elementor-tablet-align-center .xpro-infolist-item>a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.elementor-tablet-align-left .xpro-infolist-media-type-icon::before,.elementor-tablet-align-right .xpro-infolist-media-type-icon::before{content:''}.elementor-tablet-align-center .xpro-infolist-media-type-icon::before,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav>li>a:before,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav>li>a::after,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav>li>a::before,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav>li>a::after,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav>li>a::before,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav>li>a:before,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav>li>.xpro-elementor-dropdown-menu:after,.xpro-elementor-horizontal-menu-responsive-tablet [class*=xpro-elementor-horizontal-menu-style-sweepTo] .xpro-elementor-horizontal-navbar-nav>li>a:before,.xpro-elementor-horizontal-menu-responsive-tablet [class*=xpro-elementor-horizontal-menu-style-underline] .xpro-elementor-horizontal-navbar-nav>li>a:before{content:none}.xpro-elementor-horizontal-menu-responsive-tablet{position:fixed;height:100vh;width:400px;max-width:100%;right:0;top:0;text-align:right;background-color:#f5f5f5;padding:30px;overflow:auto;z-index:999;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:transform .5s,-webkit-transform .5s}.xpro-elementor-horizontal-menu-responsive-tablet.xpro-push-left{left:0;right:auto;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.admin-bar .xpro-elementor-horizontal-menu-responsive-tablet{top:32px}.admin-bar .xtb-appear .xpro-elementor-horizontal-menu-responsive-tablet{top:0}.xpro-elementor-horizontal-menu-responsive-tablet.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.xpro-elementor-horizontal-menu-responsive-tablet~.xpro-elementor-horizontal-menu-overlay,.xpro-elementor-horizontal-menu-responsive-tablet~.xpro-elementor-horizontal-menu-toggler-wrapper{display:block}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-close{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav>li{position:relative;width:100%}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav>li>a{margin:0;width:100%;min-height:30px;padding:20px 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #e6e6e6}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu{position:relative;left:0;width:100%;min-width:100%;max-width:100%;opacity:1;visibility:visible;-webkit-transform:none;-ms-transform:none;transform:none;display:none;-webkit-box-shadow:none!important;box-shadow:none!important}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu>li>.xpro-elementor-dropdown-menu{left:0!important;top:0!important}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu>li>a>.xpro-dropdown-menu-toggle,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav>li>a>.xpro-dropdown-menu-toggle{position:absolute;right:0;padding:0;width:50px;height:100%;z-index:2;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-dropdown-menu-toggle:focus,.xpro-elementor-horizontal-menu-responsive-tablet .xpro-dropdown-menu-toggle:hover{outline:dotted 1px;outline-offset:-1px}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav li>a>.xpro-dropdown-menu-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav li>a.active>.xpro-dropdown-menu-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu>li>a{color:#a2a2a2;background-color:#efefef;border-bottom:1px solid #ffffff69}.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu>li>a:hover{color:#2b2b2b}.xpro-testimonial-layout-2.xpro-testimonial-align--tabletleft .xpro-testimonial-quote{right:0;left:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin:0 30px -30px 0}.xpro-testimonial-layout-2.xpro-testimonial-align--tabletcenter .xpro-testimonial-quote{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0 0 -30px}.xpro-testimonial-layout-2.xpro-testimonial-align--tabletright .xpro-testimonial-quote{right:auto;left:0;-webkit-transform:none;-ms-transform:none;transform:none;margin:0 0 -30px 30px}.elementor-tablet-align-left .xpro-business-hour-item,.xpro-post-grid-align-tablet-center .xpro-post-grid-author,.xpro-post-grid-align-tablet-center .xpro-post-grid-meta-list>li,.xpro-post-grid-align-tablet-left .xpro-post-grid-author,.xpro-post-grid-align-tablet-left .xpro-post-grid-meta-list>li,.xpro-testimonial-layout-4.xpro-testimonial-align--tabletleft .elementor-widget-container,.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft>.elementor-widget-container,.xpro-testimonial-layout-6.xpro-testimonial-align--tabletleft .xpro-testimonial-author,.xpro-testimonial-layout-7.xpro-testimonial-align--tabletleft .xpro-testimonial-author,.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-author,.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-testimonial-layout-4.xpro-testimonial-align--tabletcenter .elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-4.xpro-testimonial-align--tabletright .elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-4.xpro-testimonial-align--tabletleft .xpro-testimonial-image,.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft .xpro-testimonial-image,.xpro-testimonial-layout-6.xpro-testimonial-align--tabletleft .xpro-testimonial-image,.xpro-testimonial-layout-7.xpro-testimonial-align--tabletleft .xpro-testimonial-image,.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-image,.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .xpro-testimonial-image{margin:0 30px 0 0}.xpro-testimonial-layout-4.xpro-testimonial-align--tabletcenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-4.xpro-testimonial-align--tabletright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft .xpro-testimonial-quote{left:0;right:auto;margin:15px;-webkit-transform:none;-ms-transform:none;transform:none}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter .xpro-testimonial-quote{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:15px 0 0}.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright .xpro-testimonial-quote{right:0;left:auto;margin:15px;-webkit-transform:none;-ms-transform:none;transform:none}.xpro-testimonial-layout-6.xpro-testimonial-align--tabletcenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-6.xpro-testimonial-align--tabletcenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-6.xpro-testimonial-align--tabletright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-6.xpro-testimonial-align--tabletright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-7.xpro-testimonial-align--tabletcenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-7.xpro-testimonial-align--tabletcenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-7.xpro-testimonial-align--tabletright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-7.xpro-testimonial-align--tabletright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-content::after{left:60px;right:auto}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-image,.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-content::after{right:auto;left:calc(50% - 20px)}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-content::after{left:auto;right:60px}.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .elementor-widget-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .elementor-widget-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .elementor-widget-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-tablet-align-right .xpro-business-hour-item,.xpro-post-grid-align-tablet-right .xpro-post-grid-author,.xpro-post-grid-align-tablet-right .xpro-post-grid-meta-list>li,.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .xpro-testimonial-image{margin:0 0 30px}.xpro-post-grid-align-tablet-left .xpro-post-grid-content{text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xpro-post-grid-align-tablet-center .xpro-post-grid-content{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xpro-post-grid-align-tablet-right .xpro-post-grid-content{text-align:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-tablet-align-left .xpro-business-hour-day,.elementor-tablet-align-right .xpro-business-hour-time,.xpro-post-grid-align-tablet-center img~.xpro-post-grid-author-content,.xpro-post-grid-align-tablet-left img~.xpro-post-grid-author-content{text-align:left}.elementor-tablet-align-left .xpro-business-hour-time,.elementor-tablet-align-right .xpro-business-hour-day,.xpro-post-grid-align-tablet-right img~.xpro-post-grid-author-content{text-align:right}.xpro-post-list-main{-ms-grid-columns:none!important;grid-template-columns:none!important}}@media screen and (min-width:768px) and (max-width:1024px){.elementor-tablet-align-right .xpro-taxonomy-list-content,.elementor-tablet-align-right .xpro-taxonomy-list>li>a,.xpro-content-align-tabletright .xpro-box-icon-wrapper-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item{width:calc(100% / 2)}.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item{width:calc(100% / 3)}.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item{width:calc(100% / 4)}.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item{width:calc(100% / 5)}.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item{width:calc(100% / 6)}.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(2n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6n){border-right-width:0!important}.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(-n+2),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(-n+3),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(-n+4),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(-n+5),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(-n+6){border-top-width:0!important}.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(-n+2),.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(-n+3),.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(-n+4),.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(-n+5),.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(-n+6){border-top-width:2px}.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(odd),.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3n+1),.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4n+1),.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5n+1),.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6n+1){border-left-width:2px}.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(2),.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3),.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4),.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5),.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6){border-top-right-radius:10px}.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-last-child(2),.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-last-child(3),.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-last-child(4),.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-last-child(5),.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}.xpro-logo-grid--box.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item{width:calc((100% / 2) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item{width:calc((100% / 3) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item{width:calc((100% / 4) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item{width:calc((100% / 5) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item{width:calc((100% / 6) - 1rem)}.elementor-tablet-align-left .xpro-block-quote-layout-1 .xpro-block-quote-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left;border-right:none;border-left:5px solid #6ec1e4}.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-icon>svg,.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-icon,.elementor-tablet-align-left .xpro-block-quote-layout-1 .xpro-block-quote-icon,.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-icon>svg,.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0)}.elementor-tablet-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner{display:inline-block;text-align:center;border-right:none;border-left:5px solid #6ec1e4}.elementor-tablet-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon>svg{margin-bottom:10px}.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;border-right:5px solid #6ec1e4;border-left:none}.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon>svg,.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before{left:100%;margin-left:5px}.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-title::before,.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-title::before,.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-title::before,.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-title::before,.elementor-tablet-align-center .xpro-block-quote-layout-8 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-3 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-8 .xpro-block-quote-title::before,.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-title::before{left:auto;right:100%;margin-right:5px}.elementor-tablet-align-left .xpro-block-quote-layout-2{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right}.elementor-tablet-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:0;margin-left:-30px}.elementor-tablet-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap{text-align:left;margin:25px}.elementor-tablet-align-center .xpro-block-quote-layout-2 .xpro-block-quote-icon{left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:0;margin-top:-30px}.elementor-tablet-align-center .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap{text-align:center;margin:25px 10px}.elementor-tablet-align-right .xpro-block-quote-layout-2{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon{top:50%;left:100%;-webkit-transform:translateY(-50%) rotateY(180deg);transform:translateY(-50%) rotateY(180deg);margin-top:0;margin-left:-30px}.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap{text-align:right;margin:25px}.xpro-block-quote-layout-3 .xpro-block-quote-inner::before{-webkit-transform:rotate(-40deg) skew(5deg);-ms-transform:rotate(-40deg) skew(5deg);transform:rotate(-40deg) skew(5deg)}.elementor-tablet-align-left .xpro-block-quote-layout-3 .xpro-block-quote-inner,.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap{text-align:left}.elementor-tablet-align-center .xpro-block-quote-layout-3 .xpro-block-quote-inner,.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap{text-align:center}.elementor-tablet-align-right .xpro-block-quote-layout-3,.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap{text-align:right}.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0);right:auto;left:145px}.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;margin-top:25px}.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content{display:inline-block;text-align:center;z-index:1}.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img>img{margin-bottom:15px}.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);right:145px;left:auto}.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before{left:0}.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-icon,.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0);left:40px;top:30px;right:auto}.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before{left:50%;margin-left:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);left:auto;top:30px;right:40px}.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before{right:0;left:auto}.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after{left:50px;margin-left:-35px;border-left:none!important;border-right:2px solid #6ec1e4;border-radius:0 50px 0 0}.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::before{left:50px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);margin-left:-20px}.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-desc{margin:10px 0 10px 127px;text-align:left}.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:0}.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:-25px;border-right:2px solid #6ec1e4;border-radius:0 50px 0 0;border-left:none!important}.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc{margin:10px 0 10px 217px;text-align:center}.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before{left:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:-85px}.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after{left:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:-62px;border-right:none!important;border-radius:50px 0 0;border-left:2px solid #6ec1e4}.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc{margin:10px 144px 10px 0;text-align:right}.elementor-tablet-align-left .xpro-block-quote-layout-8 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0);right:auto;left:20px}.elementor-tablet-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-tablet-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);right:20px;left:auto}.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-inner,.elementor-tablet-align-center .xpro-block-quote-layout-9 .xpro-block-quote-inner,.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-inner,.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-inner{border-left:5px solid #6ec1e4;border-right:none}.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon{right:0;left:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-tablet-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon{left:50%;-webkit-transform:translateX(-50%) rotate(0);-ms-transform:translateX(-50%) rotate(0);transform:translateX(-50%) rotate(0)}.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-icon{right:auto;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner{border-right:5px solid #6ec1e4;border-left:none}.elementor-tablet-align-left .xpro-taxonomy-list-content,.elementor-tablet-align-left .xpro-taxonomy-list>li>a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row;flex-direction:row}.elementor-tablet-align-center .xpro-taxonomy-list-content{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.elementor-tablet-align-center .xpro-taxonomy-list>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767px){.xpro-preview-header-left,.xpro-preview-header-right{min-width:auto}.xpro-filter-dropdown-mobile>ul>li.cbp-filter-item.cbp-filter-item-active,.xpro-news-ticker-navigation,.xpro-preview-layout-1 .xpro-preview-header-info,.xpro-step-flow-separator-disable-mobile .xpro-step-flow-arrow,.xpro-step-flow-separator-disable-mobile .xpro-step-flow-circle,.xpro-step-flow-separator-disable-mobile .xpro-step-flow-line,.xpro-step-flow-separator-disable-mobile .xpro-step-flow-line-arrow,.xpro-table-responsive .xpro-table-head{display:none}.admin-bar .xpro-preview{top:45px;height:calc(100vh - 45px)}.xpro-filter-dropdown-mobile .xpro-select-option{width:100%;position:relative;background-color:var(--e-global-color-primary);color:#fff;margin:0;padding:10px 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-align:left;display:block}.xpro-filter-dropdown-mobile .xpro-select-content{pointer-events:none}.xpro-filter-dropdown-mobile.active .xpro-select-icon{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.xpro-filter-dropdown-mobile .xpro-select-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:35px;height:35px;line-height:35px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;text-align:center}.xpro-filter-dropdown-mobile .cbp-l-filters-button{width:100%;position:absolute;left:0;padding:0;list-style:none;display:none;border-top:1px solid #fff;z-index:9;margin:0;-webkit-box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%);box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.xpro-filter-dropdown-mobile.active .cbp-l-filters-button{display:-ms-inline-grid;display:inline-grid}.xpro-filter-dropdown-mobile .cbp-l-filters-button .cbp-filter-item{position:relative;font:inherit;border:none!important;border-bottom:1px solid #fff!important;background-color:var(--e-global-color-primary)!important;color:#fff!important;padding:10px 15px;margin:0!important;border-radius:0!important;width:100%;text-align:left;-webkit-box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%);box-shadow:0 15px 30px -10px rgb(0 0 0 / 10%)}.xpro-filter-dropdown-mobile .cbp-l-filters-button:hover{border-color:#fff}.xpro-content-align-mobileright .xpro-box-icon-wrapper-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-mobile-align-left .xpro-infolist-layout-horizontal,.xpro-post-grid-align-mobile-left .xpro-post-grid-meta-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-align-center .xpro-infolist-layout-horizontal,.elementor-mobile-align-center .xpro-taxonomy-list>li>a,.xpro-post-grid-align-mobile-center .xpro-post-grid-meta-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-align-right .xpro-infolist-layout-horizontal,.xpro-post-grid-align-mobile-right .xpro-post-grid-meta-list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-content,.elementor-mobile-align-left .xpro-infolist-item,.elementor-mobile-align-left .xpro-infolist-item>a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}.elementor-mobile-align-center .xpro-infolist-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content,.elementor-mobile-align-right .xpro-infolist-item,.elementor-mobile-align-right .xpro-infolist-item>a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.elementor-mobile-align-center .xpro-infolist-item>a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.elementor-mobile-align-left .xpro-infolist-media-type-icon::before,.elementor-mobile-align-right .xpro-infolist-media-type-icon::before{content:''}.elementor-mobile-align-center .xpro-infolist-media-type-icon::before,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav>li>a:before,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav>li>a::after,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav>li>a::before,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav>li>a::after,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav>li>a::before,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav>li>a:before,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav>li>.xpro-elementor-dropdown-menu:after,.xpro-elementor-horizontal-menu-responsive-mobile [class*=xpro-elementor-horizontal-menu-style-sweepTo] .xpro-elementor-horizontal-navbar-nav>li>a:before,.xpro-elementor-horizontal-menu-responsive-mobile [class*=xpro-elementor-horizontal-menu-style-underline] .xpro-elementor-horizontal-navbar-nav>li>a:before{content:none}.xpro-elementor-horizontal-menu-responsive-mobile{position:fixed;height:100vh;width:400px;max-width:100%;right:0;top:0;text-align:right;background-color:#f5f5f5;padding:30px;overflow:auto;z-index:999;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:transform .5s,-webkit-transform .5s}.xpro-elementor-horizontal-menu-responsive-mobile.xpro-push-left{left:0;right:auto;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.admin-bar .xpro-elementor-horizontal-menu-responsive-mobile{top:32px}.admin-bar .xtb-appear .xpro-elementor-horizontal-menu-responsive-mobile{top:0}.xpro-elementor-horizontal-menu-responsive-mobile.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.xpro-elementor-horizontal-menu-responsive-mobile~.xpro-elementor-horizontal-menu-overlay,.xpro-elementor-horizontal-menu-responsive-mobile~.xpro-elementor-horizontal-menu-toggler-wrapper,.xpro-table-responsive .xpro-table-body-row .xpro-table-head-column-cell{display:block}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-close{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav>li{position:relative;width:100%}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav>li>a{margin:0;width:100%;min-height:30px;padding:20px 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #e6e6e6}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu{position:relative;left:0;width:100%;min-width:100%;max-width:100%;opacity:1;visibility:visible;-webkit-transform:none;-ms-transform:none;transform:none;display:none}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu>li>.xpro-elementor-dropdown-menu{left:0!important;top:0!important}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav>li>a>.xpro-dropdown-menu-toggle{margin-left:auto}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu>li>a>.xpro-dropdown-menu-toggle,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav>li>a>.xpro-dropdown-menu-toggle{position:absolute;right:0;padding:0;width:50px;height:100%;z-index:2;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-dropdown-menu-toggle:focus,.xpro-elementor-horizontal-menu-responsive-mobile .xpro-dropdown-menu-toggle:hover{outline:dotted 1px;outline-offset:-1px}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav li>a>.xpro-dropdown-menu-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav li>a.active>.xpro-dropdown-menu-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu>li>a{color:#a2a2a2;background-color:#efefef;border-bottom:1px solid #ffffff69}.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu>li>a:hover{color:#2b2b2b}.xpro-testimonial-layout-2.xpro-testimonial-align--mobileleft .xpro-testimonial-quote{right:0;left:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin:0 30px -30px 0}.xpro-testimonial-layout-2.xpro-testimonial-align--mobilecenter .xpro-testimonial-quote{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0 0 -30px}.xpro-testimonial-layout-2.xpro-testimonial-align--mobileright .xpro-testimonial-quote{right:auto;left:0;-webkit-transform:none;-ms-transform:none;transform:none;margin:0 0 -30px 30px}.elementor-mobile-align-left .xpro-business-hour-item,.xpro-post-grid-align-mobile-center .xpro-post-grid-author,.xpro-post-grid-align-mobile-center .xpro-post-grid-meta-list>li,.xpro-post-grid-align-mobile-left .xpro-post-grid-author,.xpro-post-grid-align-mobile-left .xpro-post-grid-meta-list>li,.xpro-testimonial-layout-4.xpro-testimonial-align--mobileleft .elementor-widget-container,.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft>.elementor-widget-container,.xpro-testimonial-layout-6.xpro-testimonial-align--mobileleft .xpro-testimonial-author,.xpro-testimonial-layout-7.xpro-testimonial-align--mobileleft .xpro-testimonial-author,.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-author,.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-testimonial-layout-4.xpro-testimonial-align--mobilecenter .elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-4.xpro-testimonial-align--mobileright .elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-4.xpro-testimonial-align--mobileleft .xpro-testimonial-image,.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft .xpro-testimonial-image,.xpro-testimonial-layout-6.xpro-testimonial-align--mobileleft .xpro-testimonial-image,.xpro-testimonial-layout-7.xpro-testimonial-align--mobileleft .xpro-testimonial-image,.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-image,.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .xpro-testimonial-image{margin:0 30px 0 0}.xpro-testimonial-layout-4.xpro-testimonial-align--mobilecenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-4.xpro-testimonial-align--mobileright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter>.elementor-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright>.elementor-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft .xpro-testimonial-quote{left:0;right:auto;margin:15px;-webkit-transform:none;-ms-transform:none;transform:none}.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter .xpro-testimonial-quote{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:15px 0 0}.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright .xpro-testimonial-quote{right:0;left:auto;margin:15px;-webkit-transform:none;-ms-transform:none;transform:none}.xpro-testimonial-layout-6.xpro-testimonial-align--mobilecenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-6.xpro-testimonial-align--mobilecenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-6.xpro-testimonial-align--mobileright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-6.xpro-testimonial-align--mobileright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-7.xpro-testimonial-align--mobilecenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-7.xpro-testimonial-align--mobilecenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-7.xpro-testimonial-align--mobileright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-7.xpro-testimonial-align--mobileright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-content::after{left:60px;right:auto}.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-image{margin:0 0 30px}.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-image,.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .xpro-testimonial-image{margin:0 0 0 30px}.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-content::after{right:auto;left:calc(50% - 20px)}.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-content::after{left:auto;right:60px}.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .elementor-widget-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .elementor-widget-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .elementor-widget-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-mobile-align-right .xpro-business-hour-item,.elementor-mobile-align-right .xpro-taxonomy-list-content,.elementor-mobile-align-right .xpro-taxonomy-list>li>a,.xpro-post-grid-align-mobile-right .xpro-post-grid-author,.xpro-post-grid-align-mobile-right .xpro-post-grid-meta-list>li,.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .xpro-testimonial-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .xpro-testimonial-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .xpro-testimonial-image{margin:0 0 30px}.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item{width:calc(100% / 2)}.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item{width:calc(100% / 3)}.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item{width:calc(100% / 4)}.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item{width:calc(100% / 5)}.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item{width:calc(100% / 6)}.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(2n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5n),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6n){border-right-width:0!important}.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(-n+2),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(-n+3),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(-n+4),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(-n+5),.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(-n+6){border-top-width:0!important}.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(-n+2),.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(-n+3),.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(-n+4),.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(-n+5),.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(-n+6){border-top-width:2px}.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(odd),.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3n+1),.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4n+1),.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5n+1),.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6n+1){border-left-width:2px}.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(2),.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3),.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4),.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5),.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6){border-top-right-radius:10px}.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-last-child(2),.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-last-child(3),.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-last-child(4),.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-last-child(5),.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-last-child(6){border-bottom-left-radius:10px}.xpro-logo-grid--box.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item{width:calc((100% / 2) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item{width:calc((100% / 3) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item{width:calc((100% / 4) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item{width:calc((100% / 5) - 1rem)}.xpro-logo-grid--box.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item{width:calc((100% / 6) - 1rem)}.xpro-table-responsive .xpro-table-body-row{display:block;margin-bottom:10px}.xpro-table-responsive .xpro-table-body-row:last-child{margin-bottom:0!important}.xpro-table-responsive .xpro-table-body-row-cell{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0!important;border:none!important;border-radius:0!important}.xpro-table-responsive .xpro-table-body-row-cell>div{width:50%}.xpro-table-responsive .xpro-table-body-row-cell-inner{padding:15px;border:1px solid #f3f3f3;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xpro-news-ticker-wrapper{display:block;text-align:left}.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-1::before,.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-2::before,.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-3::before{display:none;content:none}.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title{padding:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xpro-news-ticker{padding:15px 10px}.xpro-post-grid-align-mobile-left .xpro-post-grid-content{text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xpro-post-grid-align-mobile-center .xpro-post-grid-content{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xpro-post-grid-align-mobile-right .xpro-post-grid-content{text-align:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-mobile-align-left .xpro-block-quote-layout-3 .xpro-block-quote-inner,.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap,.elementor-mobile-align-left .xpro-business-hour-day,.elementor-mobile-align-right .xpro-business-hour-time,.xpro-post-grid-align-mobile-center img~.xpro-post-grid-author-content,.xpro-post-grid-align-mobile-left img~.xpro-post-grid-author-content{text-align:left}.elementor-mobile-align-left .xpro-business-hour-time,.elementor-mobile-align-right .xpro-block-quote-layout-3,.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap,.elementor-mobile-align-right .xpro-business-hour-day,.xpro-post-grid-align-mobile-right img~.xpro-post-grid-author-content{text-align:right}.elementor-mobile-align-left .xpro-block-quote-layout-1 .xpro-block-quote-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left;border-right:none;border-left:5px solid #6ec1e4}.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-icon>svg,.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-icon,.elementor-mobile-align-left .xpro-block-quote-layout-1 .xpro-block-quote-icon,.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-icon>svg,.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0)}.elementor-mobile-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner{display:inline-block;text-align:center;border-right:none;border-left:5px solid #6ec1e4}.elementor-mobile-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon>svg{margin-bottom:10px}.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;border-right:5px solid #6ec1e4;border-left:none}.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon>svg,.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before{left:100%;margin-left:5px}.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-title::before,.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-title::before,.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-title::before,.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-title::before,.elementor-mobile-align-center .xpro-block-quote-layout-8 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-3 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-8 .xpro-block-quote-title::before,.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-title::before{left:auto;right:100%;margin-right:5px}.elementor-mobile-align-left .xpro-block-quote-layout-2{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right}.elementor-mobile-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:0;margin-left:-30px}.elementor-mobile-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap{text-align:left;margin:25px}.elementor-mobile-align-center .xpro-block-quote-layout-2 .xpro-block-quote-icon{left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:0;margin-top:-30px}.elementor-mobile-align-center .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap{text-align:center;margin:25px 10px}.elementor-mobile-align-right .xpro-block-quote-layout-2{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon{top:50%;left:100%;-webkit-transform:translateY(-50%) rotateY(180deg);transform:translateY(-50%) rotateY(180deg);margin-top:0;margin-left:-30px}.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap{text-align:right;margin:25px}.elementor-mobile-align-center .xpro-block-quote-layout-3 .xpro-block-quote-inner,.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap{text-align:center}.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0);right:auto;left:145px}.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;margin-top:0;margin-right:0}.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content{display:inline-block;text-align:center;z-index:1}.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img>img{margin-bottom:15px}.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);right:145px;left:auto}.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before{left:0}.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-icon,.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0);left:40px;top:30px;right:auto}.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before{left:50%;margin-left:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);left:auto;top:30px;right:40px}.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before{left:auto;right:0}.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after{left:50px;margin-left:-20px;border-left:none!important;border-right:2px solid #6ec1e4;border-radius:0 50px 0 0}.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::before{left:50px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);margin-left:-20px}.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-desc{margin:10px 0 10px 127px;text-align:left}.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:0}.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:-25px;border-right:2px solid #6ec1e4;border-radius:0 50px 0 0;border-left:none!important}.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc{margin:10px 0 10px 170px;text-align:center}.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before{left:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:-85px}.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after{left:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:-62px;border-right:none!important;border-radius:50px 0 0;border-left:2px solid #6ec1e4}.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc{margin:10px 144px 10px 0;text-align:right}.elementor-mobile-align-left .xpro-block-quote-layout-8 .xpro-block-quote-icon{-webkit-transform:rotateY(0);transform:rotateY(0);right:auto;left:20px}.elementor-mobile-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-mobile-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);right:20px;left:auto}.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-inner,.elementor-mobile-align-center .xpro-block-quote-layout-9 .xpro-block-quote-inner,.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-inner,.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-inner{border-left:5px solid #6ec1e4;border-right:none}.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon{right:0;left:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-mobile-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon{left:50%;-webkit-transform:translateX(-50%) rotate(0);-ms-transform:translateX(-50%) rotate(0);transform:translateX(-50%) rotate(0)}.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-icon{right:auto;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner{border-right:5px solid #6ec1e4;border-left:none}.elementor-mobile-align-left .xpro-taxonomy-list-content,.elementor-mobile-align-left .xpro-taxonomy-list>li>a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row;flex-direction:row}.elementor-mobile-align-center .xpro-taxonomy-list-content{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//scmrc-mada.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/*! elementor - v3.20.0 - 11-03-2024 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}@font-face{font-family:xpro-icons;src:url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.eot?d5ys91);src:url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.eot?d5ys91#iefix) format('embedded-opentype'),url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.ttf?d5ys91) format('truetype'),url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.woff?d5ys91) format('woff'),url(//scmrc-mada.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.svg?d5ys91#xpro-icons) format('svg');font-weight:400;font-style:normal;font-display:block}.xi{font-family:xpro-icons,serif!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xi-xpro:before{content:"\ea20"}.xi-long-arrow-left:before{content:"\ea21"}.xi-long-arrow-right:before{content:"\ea22"}.xi-360:before{content:"\e900"}.xi-access-denied:before{content:"\e901"}.xi-accessibility:before{content:"\e902"}.xi-account:before{content:"\e903"}.xi-accounts:before{content:"\e904"}.xi-add-link:before{content:"\e905"}.xi-add-new-page:before{content:"\e906"}.xi-add-new-item:before{content:"\e907"}.xi-plus-circle:before{content:"\e908"}.xi-plus:before{content:"\e909"}.xi-aeroplane:before{content:"\e90a"}.xi-all-borders:before{content:"\e90b"}.xi-anchor:before{content:"\e90c"}.xi-app-store:before{content:"\e90d"}.xi-arrow-down-left:before{content:"\e90e"}.xi-arrow-down-right:before{content:"\e90f"}.xi-arrow-down-circle:before{content:"\e910"}.xi-arrow-down:before{content:"\e911"}.xi-arrow-left-circle:before{content:"\e912"}.xi-arrow-right-circle:before{content:"\e913"}.xi-arrow-right:before{content:"\e914"}.xi-arrow-up-left:before{content:"\e915"}.xi-arrow-up-right:before{content:"\e916"}.xi-arrow-up-circle:before{content:"\e917"}.xi-arrow-up:before{content:"\e918"}.xi-atom:before{content:"\e919"}.xi-avatar:before{content:"\e91a"}.xi-badge-2:before{content:"\e91b"}.xi-badge:before{content:"\e91c"}.xi-bag:before{content:"\e91d"}.xi-bar-graph:before{content:"\e91e"}.xi-battery-full:before{content:"\e91f"}.xi-battery:before{content:"\e920"}.xi-bed:before{content:"\e921"}.xi-bin:before{content:"\e922"}.xi-book:before{content:"\e923"}.xi-bookmark:before{content:"\e924"}.xi-briefcase:before{content:"\e925"}.xi-brightness-2:before{content:"\e926"}.xi-brightness-3:before{content:"\e927"}.xi-brightness:before{content:"\e928"}.xi-bulb:before{content:"\e929"}.xi-calander-2:before{content:"\e92a"}.xi-calander-3:before{content:"\e92b"}.xi-calander:before{content:"\e92c"}.xi-cart:before{content:"\e92d"}.xi-cast:before{content:"\e92e"}.xi-center-align:before{content:"\e92f"}.xi-chart:before{content:"\e930"}.xi-chat-bubble:before{content:"\e931"}.xi-chevron-down:before{content:"\e932"}.xi-chevron-left:before{content:"\e933"}.xi-chevron-right:before{content:"\e934"}.xi-chevron-up:before{content:"\e935"}.xi-circles:before{content:"\e936"}.xi-clipboard:before{content:"\e937"}.xi-clock:before{content:"\e938"}.xi-close-circle:before{content:"\e939"}.xi-cloud-2:before{content:"\e93a"}.xi-cloud-confirm:before{content:"\e93b"}.xi-cloud-download:before{content:"\e93c"}.xi-cloud-link:before{content:"\e93d"}.xi-cloud-refresh:before{content:"\e93e"}.xi-cloud-save:before{content:"\e93f"}.xi-cloud-upload:before{content:"\e940"}.xi-cloud:before{content:"\e941"}.xi-colors:before{content:"\e942"}.xi-copy-page:before{content:"\e943"}.xi-copy:before{content:"\e944"}.xi-credit-card:before{content:"\e945"}.xi-crop-2:before{content:"\e946"}.xi-crop:before{content:"\e947"}.xi-cross:before{content:"\e948"}.xi-cube:before{content:"\e949"}.xi-cursor:before{content:"\e94a"}.xi-dark-mode:before{content:"\e94b"}.xi-desktop:before{content:"\e94c"}.xi-dial-pad:before{content:"\e94d"}.xi-dislike:before{content:"\e94e"}.xi-down:before{content:"\e94f"}.xi-caret-down:before{content:"\e950"}.xi-download-circle:before{content:"\e951"}.xi-download:before{content:"\e952"}.xi-dribbble:before{content:"\e953"}.xi-drive:before{content:"\e954"}.xi-education:before{content:"\e955"}.xi-email:before{content:"\e956"}.xi-enter:before{content:"\e957"}.xi-expand:before{content:"\e958"}.xi-external-link:before{content:"\e959"}.xi-eye:before{content:"\e95a"}.xi-filter-2:before{content:"\e95b"}.xi-filter-3:before{content:"\e95c"}.xi-filter:before{content:"\e95d"}.xi-flight:before{content:"\e95e"}.xi-focus-2:before{content:"\e95f"}.xi-focus:before{content:"\e960"}.xi-food-2:before{content:"\e961"}.xi-food:before{content:"\e962"}.xi-forward:before{content:"\e963"}.xi-frame-2:before{content:"\e964"}.xi-glass-2:before{content:"\e965"}.xi-glass-3:before{content:"\e966"}.xi-glass:before{content:"\e967"}.xi-globe:before{content:"\e968"}.xi-graph:before{content:"\e969"}.xi-hamburger:before{content:"\e96a"}.xi-headphones:before{content:"\e96b"}.xi-heart:before{content:"\e96c"}.xi-heartbeat:before{content:"\e96d"}.xi-hide:before{content:"\e96e"}.xi-image-box:before{content:"\e96f"}.xi-image:before{content:"\e970"}.xi-info:before{content:"\e971"}.xi-inside-borders:before{content:"\e972"}.xi-landmark:before{content:"\e973"}.xi-layers-2:before{content:"\e974"}.xi-layers:before{content:"\e975"}.xi-left-align:before{content:"\e976"}.xi-left-sidebar:before{content:"\e977"}.xi-angle-left:before{content:"\e978"}.xi-caret-left:before{content:"\e979"}.xi-light-mode:before{content:"\e97a"}.xi-like:before{content:"\e97b"}.xi-link-2:before{content:"\e97c"}.xi-link-3:before{content:"\e97d"}.xi-link-4:before{content:"\e97e"}.xi-link:before{content:"\e97f"}.xi-map:before{content:"\e980"}.xi-masonry-layout:before{content:"\e981"}.xi-message-sent:before{content:"\e982"}.xi-message:before{content:"\e983"}.xi-mic-2:before{content:"\e984"}.xi-mic:before{content:"\e985"}.xi-mobile:before{content:"\e986"}.xi-mosaic:before{content:"\e987"}.xi-mouse-2:before{content:"\e988"}.xi-mouse-3:before{content:"\e989"}.xi-mouse:before{content:"\e98a"}.xi-move-center:before{content:"\e98b"}.xi-move-inside:before{content:"\e98c"}.xi-move-outside:before{content:"\e98d"}.xi-moving-cart:before{content:"\e98e"}.xi-mute:before{content:"\e98f"}.xi-no-border:before{content:"\e990"}.xi-no-signal:before{content:"\e991"}.xi-notification-bell:before{content:"\e992"}.xi-notification-bell-2:before{content:"\e993"}.xi-outside-border:before{content:"\e994"}.xi-page:before{content:"\e995"}.xi-paint:before{content:"\e996"}.xi-paper-clip:before{content:"\e997"}.xi-paperplane:before{content:"\e998"}.xi-paypal:before{content:"\e999"}.xi-phone-2:before{content:"\e99a"}.xi-phone-3:before{content:"\e99b"}.xi-phone-4:before{content:"\e99c"}.xi-phone-5:before{content:"\e99d"}.xi-phone-6:before{content:"\e99e"}.xi-phone:before{content:"\e99f"}.xi-pie-chart-2:before{content:"\e9a0"}.xi-pin-location:before{content:"\e9a1"}.xi-play-store:before{content:"\e9a2"}.xi-play:before{content:"\e9a3"}.xi-print:before{content:"\e9a4"}.xi-printer:before{content:"\e9a5"}.xi-profile-circle:before{content:"\e9a6"}.xi-profile:before{content:"\e9a7"}.xi-refresh:before{content:"\e9a8"}.xi-reverse:before{content:"\e9a9"}.xi-revert:before{content:"\e9aa"}.xi-revision:before{content:"\e9ab"}.xi-right-align:before{content:"\e9ac"}.xi-right-sidebar:before{content:"\e9ad"}.xi-angle-right:before{content:"\e9ae"}.xi-caret-right:before{content:"\e9af"}.xi-rocket:before{content:"\e9b0"}.xi-save-2:before{content:"\e9b1"}.xi-save:before{content:"\e9b2"}.xi-screen:before{content:"\e9b3"}.xi-search:before{content:"\e9b4"}.xi-secure:before{content:"\e9b5"}.xi-security-lock-2:before{content:"\e9b6"}.xi-security-lock:before{content:"\e9b7"}.xi-setting:before{content:"\e9b8"}.xi-cog:before{content:"\e9b9"}.xi-shield:before{content:"\e9ba"}.xi-smart-watch:before{content:"\e9bb"}.xi-sound:before{content:"\e9bc"}.xi-star:before{content:"\e9bd"}.xi-street-direction:before{content:"\e9be"}.xi-street:before{content:"\e9bf"}.xi-stretch:before{content:"\e9c0"}.xi-stretch-2:before{content:"\e9c1"}.xi-target-circle:before{content:"\e9c2"}.xi-target:before{content:"\e9c3"}.xi-ticket:before{content:"\e9c4"}.xi-tooltip-2:before{content:"\e9c5"}.xi-turn-up:before{content:"\e9c6"}.xi-turn-left:before{content:"\e9c7"}.xi-turn-right:before{content:"\e9c8"}.xi-turn-down:before{content:"\e9c9"}.xi-unsecure:before{content:"\e9ca"}.xi-angle-up:before{content:"\e9cb"}.xi-caret-up:before{content:"\e9cc"}.xi-upload:before{content:"\e9cd"}.xi-wrist-watch:before{content:"\e9ce"}.xi-write:before{content:"\e9cf"}.xi-edit:before{content:"\e9d0"}.xi-product-view:before{content:"\e9d1"}.xi-advance-accordion:before{content:"\e9d2"}.xi-advance-gallery:before{content:"\e9d3"}.xi-advance-heading:before{content:"\e9d4"}.xi-advance-portfolio:before{content:"\e9d5"}.xi-advance-table:before{content:"\e9d6"}.xi-advance-tabs:before{content:"\e9d7"}.xi-animated-heading:before{content:"\e9d8"}.xi-banner:before{content:"\e9d9"}.xi-before-after:before{content:"\e9da"}.xi-block-quote:before{content:"\e9db"}.xi-breadcrumbs:before{content:"\e9dc"}.xi-business-hours:before{content:"\e9dd"}.xi-button:before{content:"\e9de"}.xi-card:before{content:"\e9df"}.xi-carousel-gallery:before{content:"\e9e0"}.xi-carousel-portfolio:before{content:"\e9e1"}.xi-contact-form-7:before{content:"\e9e2"}.xi-content-table:before{content:"\e9e3"}.xi-content-toggle:before{content:"\e9e4"}.xi-countdown:before{content:"\e9e5"}.xi-counter:before{content:"\e9e6"}.xi-drop-cap:before{content:"\e9e7"}.xi-dual-button:before{content:"\e9e8"}.xi-facebook-feed:before{content:"\e9e9"}.xi-flip-box:before{content:"\e9ea"}.xi-hamburger:before{content:"\e9eb"}.xi-heading:before{content:"\e9ec"}.xi-horizontal-menu:before{content:"\e9ed"}.xi-horizontal-timeline:before{content:"\e9ee"}.xi-hot-spot:before{content:"\e9ef"}.xi-hover-card:before{content:"\e9f0"}.xi-icon-box:before{content:"\e9f1"}.xi-image-accordion:before{content:"\e9f2"}.xi-image-masking:before{content:"\e9f3"}.xi-image-slider:before{content:"\e9f4"}.xi-info-box:before{content:"\e9f5"}.xi-info-list:before{content:"\e9f6"}.xi-instagram-feed:before{content:"\e9f7"}.xi-list-group:before{content:"\e9f8"}.xi-list-portfolio:before{content:"\e9f9"}.xi-logo-carousel:before{content:"\e9fa"}.xi-logo-grid:before{content:"\e9fb"}.xi-lottie:before{content:"\e9fc"}.xi-model-popup:before{content:"\e9fd"}.xi-multi-layer-slider:before{content:"\e9fe"}.xi-news-ticker:before{content:"\e9ff"}.xi-pie-chart:before{content:"\ea00"}.xi-post-carousel:before{content:"\ea01"}.xi-post-grid:before{content:"\ea02"}.xi-post-list:before{content:"\ea03"}.xi-post-tiles:before{content:"\ea04"}.xi-pricing-carouel:before{content:"\ea05"}.xi-pricing-matrix:before{content:"\ea06"}.xi-pricing:before{content:"\ea07"}.xi-progress-bar:before{content:"\ea08"}.xi-restaurant-menu:before{content:"\ea09"}.xi-reviews:before{content:"\ea0a"}.xi-scroll-image:before{content:"\ea0b"}.xi-search-bar:before{content:"\ea0c"}.xi-separator:before{content:"\ea0d"}.xi-simple-gallery:before{content:"\ea0e"}.xi-simple-portfolio:before{content:"\ea0f"}.xi-social:before{content:"\ea10"}.xi-share:before{content:"\ea11"}.xi-code:before{content:"\ea12"}.xi-step-flow:before{content:"\ea13"}.xi-sticky-video:before{content:"\ea14"}.xi-table:before{content:"\ea15"}.xi-team-carousel:before{content:"\ea16"}.xi-team-grid:before{content:"\ea17"}.xi-testimonial-carousel:before{content:"\ea18"}.xi-testimonial:before{content:"\ea19"}.xi-tooltip:before{content:"\ea1a"}.xi-twitter-feed:before{content:"\ea1b"}.xi-verticle-menu:before{content:"\ea1c"}.xi-verticle-timeline:before{content:"\ea1d"}.xi-video:before{content:"\ea1e"}.xi-wp-forms:before{content:"\ea1f"}/* 
 * AI Addons Styles
 */ 
 
 /*--------------------------------------------------------------
 Table of the content
01. Normalize
03. Circle Progress
04. Day Counter
05. Feature Box
06. Flip Box
07. Icon
08. Icon List
09. Section Title
10. Social Icons
11. Timeline
12. Pricing Tables
13. Timeline Slide
18. Contact Form 7
19. Tab
20. Popover
21. Modal Popup
22. Fancy Text
23. Button
24. Contact Info
25. Content Carousel
26. Counter
27. Google Map
28. Image Grid
30. Video Popup
31. Accordion
32. Offcanvas
33. Switcher Content
34. Data Table
37. Toggle Content
38. Social Icons
--------------------------------------------------------------*/ 

/*--------------------------------------------------------------
01. Normalize
--------------------------------------------------------------*/

.ai-align-right {
    text-align: right;
}
.ai-align-left {
    text-align: left;
}
.ai-align-center {
    text-align: center;
}
.ai-align-justify {
	text-align: justify;
}
/* Plugin Shortcode Styles */
.before-icon {
    margin-right: 6px;
}
ul.inc-nav.post-meta-list,
ul.inc-nav.bottom-meta-list {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
.elementor-widget-aiposts .post-meta {
    text-align: left;
}
ul.inc-nav.meta-right {
    float: right;
}
ul.inc-nav.post-meta-list > li,
ul.inc-nav.bottom-meta-list > li {
    vertical-align: middle;
    display: inline-block;
	margin-top: 0;
    margin-right: 15px;
}
ul.inc-nav.post-meta-list > li:last-child,
ul.inc-nav.bottom-meta-list > li:last-child{
	margin-right: 0;
}
.post-author a > span img {
    width: 20px;
}
.post-author a > span {
    display: inline-block;
    vertical-align: middle;
}
.post-author a > span.author-name {
    margin-left: 6px;
}
ul.post-pagination {
    margin: 40px 0 !important;
    justify-content: center;
}
ul.post-pagination > li > a, ul.post-pagination > li > span {
    padding: 11px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    margin: 4px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.post-thumb {
    position: relative;
	display: block;
}
.post-overlay-items {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
}
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0;
}
/* AI Close Style */
.ai-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	opacity: 1;
	cursor: pointer;
}
.ai-close:hover {
	opacity: 1;
}
.ai-offcanvas-wrap span.ai-close.ai-offcanvas-close {
    background: #000;
}
.ai-close:before, .ai-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    top: 6px;
}
.ai-close:before {
	transform: rotate(45deg);
}
.ai-close:after {
	transform: rotate(-45deg);
}
/* Isotope Styles */
.blog-wrapper {
	clear: both;
    overflow: hidden;
}
.isotope {
	width: auto;
}
.isotope .isotope-item {
	float: left;
	min-height: 1px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.35s;
}
.isotope .isotope-item.item-visible {
	opacity: 1;
	visibility: visible;
}
.infinite-load > .post-pagination-wrap {
    display: none;
}
.isotope #infscr-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.isotope #infscr-loading > img {
	max-width: 100px;
	transition: all ease 0.35s;
}
@-webkit-keyframes aiFadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0)
	} to {
		opacity:1; 
		-webkit-transform:none; 
		transform:none 
	}
}
@keyframes aiFadeInUp {
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0);
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.ai-animate {
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease 0.35s;
}
.ai-isotope.processing {
    opacity: 0;
    transition: opacity ease 0.35s;
}

/* Common */
body .entry-title a, body .entry-title a:not(.button) {
    text-decoration: none;
}
/* button Syles */
.btn.link {
    background: transparent;
    color: #000;
    padding: 0;
    text-decoration: underline;
}
.btn:focus {
    box-shadow: none;
    color: #fff;
}
a.btn.link:hover {
    color: #000;
}
.btn:hover {
    background: #000;
}
a.btn.border {
    background: transparent;
}
a.btn.border:hover {
    border-color: #000;
    color: #000;
}
a.btn.ai:hover {
    background: #fff;
    color: #000;
}
a.btn.ai {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
a.btn.inverse:hover {
    background: #000;
    color: #fff;
}
a.btn.inverse {
    background: #fff;
    color: #000;
}
/*--------------------------------------------------------------
03. Circle Progress
--------------------------------------------------------------*/
.circle-progress-wrapper > * {
	margin-bottom: 20px;
}
.circle-progress-wrapper > *:last-child {
	margin-bottom: 0;
}
.circle-progress-circle {
    position: relative;
}
.progress-value {
    display: block;
    font-size: 26px;
    font-weight: 600;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
	padding: 0 20px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.circle-progress-wrapper {
    margin-bottom: 30px;
}
/* Classic */
.circle-progress-wrapper.circle-progress-style-ai {
    border: 1px solid #eaeaea;
    padding: 30px;
}
/* AI Pro */
.circle-progress-wrapper.circle-progress-style-ai-pro {
    box-shadow: 0px 0px 13px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
/* Modern */
.circle-progress-wrapper.circle-progress-style-modern {
    box-shadow: 0px 0px 13px rgb(0 0 0 / 10%);
	padding: 30px;
}
/*--------------------------------------------------------------
04. Day Counter
--------------------------------------------------------------*/
.day-counter {
	display: block;
}
.day-counter > *:last-child {
    margin-right: 0;
}
.day-counter > div {
    text-align: center;
	position: relative;
}
.day-counter .counter-item > span {
	line-height: 1;
}
.day-counter .counter-item {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
	z-index: 1;
}
.day-counter > * {
    display: inline-block;
    margin-right: 10px;
    height: 150px;
    width: 150px;
	padding:0 20px;
}
.day-counter .counter-item > h3 {
	margin: 0;
    line-height: unset;
	font-size:35px;
}
.day-counter-dark .day-counter .counter-item > h3 {
    color: #fff;
}
.day-counter-light .day-counter > * {
	background: #fff none repeat scroll 0 0;
}
.day-counter-dark .day-counter > * {
	background: #333 none repeat scroll 0 0;
    color: #fff;
}
.day-counter-transparent .day-counter > * {
	background: transparent;
}
.day-counter .rounded-circle {
	background: #f7f7f7;
	border: 1px solid rgba(234, 234, 234,0.4);
}
.day-counter-wrapper .day-counter > div {
	transition: all ease 0.35s;
}
.ai-countdown-style-default .counter-item span, .ai-countdown-style-classic .counter-item span, .ai-countdown-style-modern .counter-item span, .ai-countdown-style-classic-pro .counter-item span {
    margin-top: 15px;
    display: block;
}
.ai-countdown-style-classic .day-counter > div {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ai-countdown-style-modern .day-counter > div {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.ai-countdown-style-classic-pro .day-counter > div {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
}
.ai-countdown-style-list .day-counter > div {
    display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
/*--------------------------------------------------------------
05. Feature Box
--------------------------------------------------------------*/
.feature-box-wrapper {
    position: relative;
    padding: 35px 30px;
}
.feature-box-wrapper .feature-box-icon > span {
	line-height: 1;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.feature-box-wrapper .feature-box-icon > span.fbox-icon-middle {
	line-height: 2;
	display: inline-block;
}
.feature-box-wrapper .media .align-self-center .feature-box-icon > span.fbox-icon-middle {
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}
h1.feature-box-title,
h2.feature-box-title,
h3.feature-box-title,
h4.feature-box-title,
h5.feature-box-title,
h6.feature-box-title {
	margin-bottom: 0;
}
.ai-view-stacked .ai-featured-icon i {
    background: #ff415c;
    color: #fff;
}
.ai-view-framed .ai-featured-icon i {
    background-color: #ff415c;
    color: #fff;
    border-color: #000;
}
.feature-box-default {
    border: 2px solid #aca9a9;
}
.feature-box-classic {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.feature-box-modern {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
}
.feature-box-classic-pro {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    background: #fb355138;
}
/*--------------------------------------------------------------
06. Flipbox
--------------------------------------------------------------*/
.flip-box-icon {
    line-height: 1;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}
.flip-box-wrapper .flip-front > *:last-child, .flip-box-wrapper .flip-back > *:last-child {
    margin-bottom: 0;
}
.flip-box-wrapper .flip-box-thumb {
    padding: 0 !important;
}
.flip-box-wrapper {
	display: block;
}
.flip-box-title {
    position: relative;
    margin-bottom: 15px;
}
.flip-box-btn a.btn {
    position: relative;
}
.flip-box-wrapper .flip-front {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.flip-box-wrapper .flip-front,
.flip-box-wrapper .flip-back {
	display: flex;
}
.flip-box-inner .flip-front-inner,
.flip-box-inner .flip-back-inner {
	align-self: center;
	width: 100%;
}
.flip-box-wrapper {
	height: 300px;
	perspective: 1000px;
}
.flip-box-wrapper .flip-box-inner {
	height: 100%;
	perspective: none;
}
.ai-primary-icon-shape-circle .flip-box-icon, .ai-primary-icon-shape-square .flip-box-icon,
.ai-secondary-icon-shape-circle .flip-box-icon, .ai-secondary-icon-shape-square .flip-box-icon {
	padding: 30px;
}
.flip-box-icon i, .flip-box-icon svg {
    position: relative;
	transform: rotate(0deg);	
    display: block;  
}
.flip-box-icon {
	display: inline-block;
	text-align: center;    
}
.ai-primary-icon-shape-circle .ai-icon,
.ai-secondary-icon-shape-circle .ai-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ai-primary-icon-view-framed .ai-icon,
.ai-secondary-icon-view-framed .ai-icon {
    color: #333;
    border: 3px solid #333;
    background-color: transparent;
}
.ai-primary-icon-shape-circle .flip-front .flip-box-icon,
.ai-secondary-icon-shape-circle .flip-back .flip-box-icon {
    border-radius: 50%;
}
.ai-primary-icon-view-framed .flip-front .flip-box-icon,
.ai-secondary-icon-view-framed .flip-back .flip-box-icon {
    border-style: solid;
}
.flip-box-wrapper .flip-box-image {
    display: inline-block;
}
/*--------------------------------------------------------------
07. Icon
--------------------------------------------------------------*/
.ai-icon {
	font-size: 50px;
}
.icon-wrapper .icon-parent > span {
	transition: all ease 0.35s;
}
.icon-wrapper .icon-parent .icon-middle {
	line-height: 2;
}
.ai-icon i, .ai-icon svg,
.ai-icon-box i, .ai-icon-box svg {
    position: relative;
	transform: rotate(0deg);	
    display: block;  
}
.ai-shape-circle .ai-icon, .ai-shape-square .ai-icon,
.ai-shape-circle .ai-featured-icon i, .ai-shape-square .ai-featured-icon i,
.ai-shape-circle .counter-icon, .ai-shape-square .counter-icon,
.ai-shape-circle .pricing-icon i, .ai-shape-square .pricing-icon i, 
.ai-shape-circle .ai-icon-list-icon, .ai-shape-square .ai-icon-list-icon, 
.ai-icon-box.inc-icon-shape-circle, .ai-icon-box.inc-icon-shape-square {
	padding: 30px;
}
.ai-icon,
.ai-icon-box,
.ai-icon-list-icon {
	display: inline-block;
	text-align: center;    
}
.ai-shape-circle .ai-icon,
.ai-shape-circle .ai-featured-icon i,
.ai-shape-circle .counter-icon,
.ai-shape-circle .pricing-icon i,
.ai-view-framed .popup-trigger-icon,
.ai-shape-circle .ai-icon-list-icon,
.ai-icon-box.inc-icon-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ai-view-framed .ai-icon,
.ai-view-framed .counter-icon,
.ai-view-framed .ai-featured-icon i,
.ai-view-framed .pricing-icon i,
.ai-view-framed .popup-trigger-icon,
.ai-view-framed .ai-icon-list-icon,
.ai-icon-box.inc-icon-framed {
    color: #333;
    border: 3px solid #333;
    background-color: transparent;
}
.ai-view-stacked .ai-icon {
    background: #ff415c;
    color: #fff;
}
.ai-view-framed .ai-icon {
    background-color: #ff415c;
    color: #fff;
    border-color: #000;
}
/*--------------------------------------------------------------
08. Icon List
--------------------------------------------------------------*/
.inc-flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.icon-list-wrapper .icon-parent > span {
    margin-right: 8px;
	-webkit-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
ul.inc-nav.icon-list-inline {
    display: block;
}
ul.inc-nav.icon-list-inline > li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.ai-icon-list .ai-icon-list-item {
    position: relative;
	margin: 0;
}
.ai-icon-list .ai-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%;
	left: 0;
}
.ai-icon-list.icon-list-inline .ai-icon-list-item:after {
    position: absolute;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
	left: auto;
}
.elementor-widget-aiiconlist.elementor-align-right .ai-icon-list-item:after {
	left: auto;
	right: 0;
}
.elementor-widget-aiiconlist.elementor-align-center .ai-icon-list-item:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ai-icon-list .ai-icon-list-item .ai-icon-list-icon i,
.ai-icon-list .ai-icon-list-item .ai-icon-list-icon svg,
.ai-icon-list .ai-icon-list-item .icon-list-text {
	transition: all ease 0.35s;
}
.ai-view-stacked .ai-icon-list-icon {
    background: #ff415c;
    color: #fff;
}
.ai-view-framed .ai-icon-list-icon {
    background-color: #ff415c;
    color: #fff;
    border-color: #000;
}
.ai-icon-list {
    padding: 0 !important;
	margin: 0 !important;
}
/*--------------------------------------------------------------
09. Section Title
--------------------------------------------------------------*/
.title-separator.separator-img {
	background: transparent;
	height: auto;
	width: auto;
	max-width: 200px;
}
.text-left .title-separator.separator-img > img {
    margin-left: 0;
}
.text-right .title-separator.separator-img > img {
    margin-right: 0;
}
.section-title-wrapper .title-wrap > * {
    display: block;
}
.section-title-wrapper .title-wrap > .section-title {
    margin-bottom: 20px;
}
.section-title-wrapper .title-wrap > *:last-child {
    margin-bottom: 0;
}
.section-title-wrapper .section-description {
    max-width: 800px;
	margin: 0;
}
.ai-align-center .section-title-wrapper .section-content {
    max-width: 65%;
    margin: 0 auto;
}
.section-title-wrapper.text-center .section-description {
    text-align: center;
	margin: 0 auto;
}
.section-title-wrapper.text-left .section-description {
    text-align: left;
	margin: inherit;
    max-width: inherit;
	margin-left:auto;
	margin-right:0;
}
.section-title-wrapper.text-right .section-description {
    text-align: right;
    float: right;
}
.section-title-wrapper .section-description a.btn {
    margin-top: 25px;
}
.section-description span.lead.d-block {
    margin-bottom: 14px;
    color: #000;
    font-weight: 100;
}
.ai-align-right .section-title-wrapper .section-description {
	float: right;
}
.ai-align-center .section-title-wrapper .section-description {
	margin: 0 auto;
}
.elementor-widget-ai-section-title {
	--separator-border-style: none;
	--separator-border-width: 1px;
	--separator-border-color: #000;
	--separator-icon-size: 20px;
	--separator-element-spacing: 10px;
	--separator-pattern-height: 5px;
	--separator-pattern-size: 20px;
	--separator-pattern-url: none;
	--separator-pattern-repeat: round;
	/* Backwards compatibility */ 
}
.ai-separator--no-spacing {
	--separator-pattern-size: auto;
}
.elementor-widget-ai-section-title .elementor-divider-separator {
	display: inline-block; 
    width: 100%;
    min-height: var(--separator-pattern-height);
    background-image: var(--separator-pattern-url);
    -webkit-background-size: var(--separator-pattern-size) 100%;
    background-size: var(--separator-pattern-size) 100%;
    background-repeat: var(--separator-pattern-repeat);
}
.elementor-widget-ai-section-title.ai-separator-type-normal .elementor-divider-separator {
	border-top: var(--separator-border-width) var(--separator-border-style) var(--separator-border-color);
}
.elementor-widget-ai-section-title .elementor-divider {
	line-height: 0;
	font-size: 0; 
}
.elementor-widget-ai-section-title .elementor-divider-separator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	direction: ltr; 
}
.elementor-widget-ai-section-title.ai-align-center .elementor-divider-separator {
	margin: 0 auto;
}
.elementor-widget-ai-section-title.ai-align-right .elementor-divider-separator {
	float: right;
}
span.title-separator.separator-img {
    display: inline-block;
}
.section-title-wrap p.lead {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}
p.section-sub-title {
    margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
}
span.title-seperator:before, span.title-seperator:after {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    content: "";	
}
span.title-seperator:after {
    margin-top: 4px;
    width: 60px;
}
/*--------------------------------------------------------------
10. Social Icons
--------------------------------------------------------------*/
ul.inc-nav.ai-social-icons > li {
    padding: 0;
    margin: 0;
	text-align: center;
	text-align: -webkit-center;
	padding:0;
}
ul.inc-nav.ai-social-icons {
    padding: 0;
    margin: 0;
	display: inline-flex;
}
ul.social-icons > li > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    width: 40px;
	padding: 0;
    background: #fff;
	text-align: center;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
}
.elementor-widget-ai-social-icons:not(.elementor-grid-0) ul.inc-nav.ai-social-icons {
	display: inline-grid;
}
.ai-social-icons .elementor-social-icon {
    transition: all ease 0.35s;
}
/*--------------------------------------------------------------
11. Timeline
--------------------------------------------------------------*/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline-title {
    margin-bottom: 6px;
}
.timeline > li {
	margin-bottom: 40px;
	position: relative;
	padding-left: 0;
    margin-left: 0;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border-radius: 2px;
    padding: 30px;
	background: #fff;
    position: relative;
    -webkit-box-shadow: -1px 0px 12px 0 rgba(38,59,94,0.1);
    box-shadow: -1px 0px 12px 0 rgba(38,59,94,0.1);
}
.timeline > li > .timeline-panel .timeline-title {
    margin-top: 0;
}
.timeline > li:not(.timeline-inverted) {
	padding-right:90px;
}
.timeline > li.timeline-inverted {
	padding-left:90px;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: none;
    content: " ";
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #000;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: none;
    content: " ";
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: none;
    border-right: 14px solid #000;
    right: 100%;
}
.timeline.tl-left-layout > li > .timeline-panel:after  {
	display: none;
}
.ai-tab-caret-yes .timeline > li > .timeline-panel:after, .ai-tab-caret-yes .timeline.tl-left-layout > li > .timeline-panel:before {
	display: block;
}
.ai-tab-caret-yes .timeline.tl-left-layout > li > .timeline-panel:after {
	display: none;
}
.timeline.tl-left-layout > li > .timeline-panel:before  {
	border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #000;
    left: -26px;
	position: absolute;
    top: 27px;
    display: none;
    content: " ";
}
.timeline > li > .timeline-badge i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #333;
    color: #fff;
}
.timeline > li > .timeline-badge.inc-rounded i {
	border-radius: 0.25rem!important;
}
.timeline > li > .timeline-badge.inc-rounded-circle i {
	border-radius: 50%!important;
}
.timeline > li >  .timeline-sep-title {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline > li > .timeline-sep-title {
    margin-left: 50px;
    width: auto;
    word-wrap: break-word;
    text-align: left;
    height: auto;
	font-size: 18px;
    line-height: 30px;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
    right: 50%;
    left: 0;
    text-align: right;
    margin-right: 50px;
}
.timeline-sep-title > span {
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #000;
    margin-top: 0px;
}
.timeline-wrapper > ul.timeline > li.sep-img-activated .timeline-badge {
    background: transparent !important;
}
ul.timeline {
    padding: 0;
    list-style: none;
	margin: 0;
}
.timeline-wrapper span.scroll-indicator > i {
    position: absolute;
    width: 5px;
    height: 0%;
    top: 0;
    left: 0;
    border-right: 5px solid orangered;
    transition: all ease 0.5s;
}
.timeline-wrapper span.scroll-indicator {
    top: 22px;
    bottom: 42px;
    position: absolute;
    width: 5px;
    border-right: 5px solid #eaeaea;
    left: 50%;
    margin-left: -2.5px;
}
/*Timeline Left Layout */
.timeline.tl-left-layout > li > .timeline-sep-title {
    text-align: right;
    padding-top: 0 !important;
}
.separator-shape-custom > i,
.separator-shape-custom > img,
.separator-shape-custom > .separator-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 transform: translateY(-50%);
}
/*Timeline Layout 2 */
.timeline-style-2 .timeline > li > .timeline-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px dashed #c5c5c5;
    border-radius: 10px;
}
.timeline-style-2 .timeline > li > .timeline-panel .timeline-title {
    font-size: 18px;
}
/*Timeline Layout 3 */
.timeline-style-3 .timeline > li > .timeline-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eaeaea;
}
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-heading, 
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-body {
    text-align: right;
}
.timeline-style-3 .timeline > li > .timeline-sep-title {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.timeline-style-3 .timeline > li > .timeline-badge {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.timeline-wrapper.timeline-style-3 .timeline-panel {
    border-radius: 0 65px 65px 0;
    padding: 20px 20px;
}
.timeline-wrapper.timeline-style-3 .timeline-title {
    font-size: 17px;
}
.timeline-wrapper.timeline-style-3 .timeline-inverted .timeline-panel {
    border-radius: 65px 0% 0% 65px;
    padding-left: 60px;
}
.timeline-style-3 .timeline > li > .timeline-badge i, .timeline-style-3 .timeline > li > .timeline-sep-title {
    top: 50%;
    transform: translateY(-50%);
}
.timeline-style-3 .timeline > li > .timeline-panel:after {
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    width: 14px;
    margin: 0 auto;
}
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel:after {
    margin: 0;
    left: -14px;
}
/*--------------------------------------------------------------
12. Pricing Table
--------------------------------------------------------------*/
.pricing-table-wrapper {
    overflow: hidden;
    position: relative;
}
.pricing-table-info > * {
    vertical-align: middle;
    margin: 0 5px;
}
.pricing-inner-wrapper > *:last-child {
    margin-bottom: 0;
}
.content-area .page .pricing-table-body ul {
    padding: 0;
}
ul.pricing-features-list > li {
	display: block;
	border: medium none;
	background: unset;
    padding-left: 0;
    padding-right: 0;
}
li.feature-inactive {
    text-decoration: line-through;
    text-decoration-color: #000;
}
.pricing-icon > i {
    display: inline-block;
	margin-bottom: 10px;
}
.corner-ribbon {
	width: 180px;
	background: #e43;
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow:  0 0 3px rgba(0,0,0,.3);
	-ms-box-shadow:  0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
    top: 17px;
    right: -55px;
    left: auto;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}
.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* price */
.pricing-table-wrapper .pricing-title {
    font-size: 23px;
    line-height: 1;
}
.price-after p {
    margin-bottom: 0;
} 
/* price image */
.pricing-inner-wrapper > .pricing-image {
    padding: 0;
}
.pricing-table-wrapper .btn {
    color: #fff;
}
.pricing-table-wrapper .btn:hover {
    color: #fff;
}
.ai-pricing-style-default .pricing-table-wrapper {
    padding: 30px 0;
    border: 1px solid #c9bbbb;
}
.ai-pricing-style-classic .pricing-table-wrapper {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.ai-pricing-style-modern .pricing-table-wrapper {
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 20px;
    background: #ff415c21;
}
.ai-view-stacked .pricing-icon i {
    background: #ff415c;
    color: #fff;
}
.ai-view-framed .pricing-icon i {
    background-color: #ff415c;
    color: #fff;
    border-color: #000;
}
/*--------------------------------------------------------------
13. Timeline Slide
--------------------------------------------------------------*/
ul.cd-timeline-navigation > li, .events-content > ul > li {
    list-style: none;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline .timeline:before {
	border: none;
}
.cd-horizontal-timeline .timeline {
	padding: 0;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  border-radius: 50%;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #999;
  border-color: #999;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #999;
  border-color: #999;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #999;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a.prev:after,
.cd-timeline-navigation a.next:after {
    content: "\e649";
    font-family: 'themify';
    color: inherit;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 10px;
}
.cd-timeline-navigation a.prev:after {
	content: "\e64a";
}
.cd-timeline-navigation a.prev {
  left: 0;
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  height: auto !important;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 14px;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.events ul {
    padding-left: 0 !important;
    list-style: none !important;
}

/*--------------------------------------------------------------
18. Contact Form 7
--------------------------------------------------------------*/
.contact-form-wrapper .wpcf7-form label {
    width: 100%;
    display: block;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input::placeholder,
.contact-form-wrapper span.wpcf7-form-control-wrap select::placeholder,
.contact-form-wrapper span.wpcf7-form-control-wrap textarea::placeholder {
    color: inherit;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select,
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    width: 100%;
    display: block;
    border-color: #eaeaea;
    margin-bottom: 25px;
    padding: 0 15px 0 15px;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select {	
    height: 52px;
    line-height: 52px;
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    height: 130px;
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea:focus {
    box-shadow: none;
    outline: 0;
}
.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    margin-top: 8px;
    background: #ff415c;
    color: #fff;
}
.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    color: #fff;
}
.contact-form-wrapper .col-md-12 {
    padding: 0 15px;
}
span.wpcf7-form-control.wpcf7-radio input[type="radio"] {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-right: 15px;
    min-height: auto;
    vertical-align: middle;
    line-height: 15px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 2em;
}
span.wpcf7-list-item.first {
    margin: 0;
}
span.wpcf7-form-control.wpcf7-radio {
    margin-top: 15px !important;
    display: block;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input, .contact-form-wrapper span.wpcf7-form-control-wrap select, .contact-form-wrapper span.wpcf7-form-control-wrap textarea {
	padding-left: 0;	
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-left: 0;
    border-radius: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
}


/* Style Classic */
.cf-style-classic span.wpcf7-form-control-wrap input, .cf-style-classic span.wpcf7-form-control-wrap select, .cf-style-classic span.wpcf7-form-control-wrap textarea {
    background: #f7f7f7;
	border-color: #f2f2f2;
}
.contact-form-wrapper.cf-style-classic input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
}
/* Style Modern */
.cf-style-modern span.wpcf7-form-control-wrap input, .cf-style-modern span.wpcf7-form-control-wrap select, .cf-style-modern span.wpcf7-form-control-wrap textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
	padding-left: 0;
}
/* Style Classic pro */
.cf-style-classic-pro span.wpcf7-form-control-wrap input, .cf-style-classic-pro span.wpcf7-form-control-wrap select, .cf-style-classic-pro span.wpcf7-form-control-wrap textarea {
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
    border: 0;
    background: #fefefe;
    border-radius: 0.4rem;
}
.contact-form-wrapper.cf-style-classic-pro span.wpcf7-form-control-wrap input,
.contact-form-wrapper.cf-style-classic-pro span.wpcf7-form-control-wrap textarea {
    padding: 0 15px;
}


/*--------------------------------------------------------------
19. Tab
--------------------------------------------------------------*/
.ai-tab-content .ai-tab-pane {
    display: none;
}
.ai-tab-content .ai-tab-pane.active {
	display: block;
}
.ai-vertical-tab .ai-tabs > a.inc-nav-item {
    width: 100%;
}
.inc-nav.inc-nav-tabs.ai-tabs .inc-nav-link {
    border: 0;
}
.ai-tab-elementor-widget.ai-vertical-tab a.inc-nav-item.inc-nav-link {
    margin-bottom: 5px;
}
.ai-tab-elementor-widget.ai-vertical-tab .inc-nav-tabs .inc-nav-link {
    border-radius: 0;
}
.ai-vertical-tab > * {
    display: inline-block;
}
.ai-vertical-tab .ai-tabs {
    width: 25%;
    vertical-align: top;
	float: left;
	flex-flow: column wrap;
}
.ai-vertical-tab .ai-tab-content {
    width: 75%;
    padding-left: 40px;
}
.ai-tabs > a .ai-tab-title {
    margin-bottom: 0;
}
.inc-nav.inc-nav-tabs.ai-tabs {
    border: 0;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #f2ab37;
    color: #000;
    border: 0;
}
body .elementor-widget-tabs .elementor-tab-desktop-title,
body .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
	border: solid rgba(242, 171, 55, 0.2);
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
	display: none !important;	
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	border-bottom: 0;
	color: #000;
	display: inline-block !important;
}
.inc-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.inc-nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.ai-tabs .ai-tab-icon {
    color: #000;
}
.ai-tabs .inc-nav-link.active .ai-tab-title {
    color: #fff;
}
.ai-tabs .inc-nav-link .ai-tab-title {
    vertical-align: middle;
}
.ai-tabs .inc-nav-link.active {
    background-color: #333;
    border-radius: 6px;
}
.ai-tabs .inc-nav-link.active .ai-tab-icon {
    color: #fff;
}
.ai-tabs .inc-nav-link.active .ai-tab-title {
    color: #fff;
}
.ai-tabs a:focus {
	outline: none;
	border: none;
}	
.ai-tab-elementor-widget .tab-content {
    padding: 20px 20px 20px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}
.ai-tabs .inc-nav-link {
	position: relative;
}
.ai-tabs .inc-nav-link:after {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
	display: none;
}
.ai-tab-caret-yes .ai-tabs .inc-nav-link.active:after {
    display: block;
}
.ai-tab-caret-yes .ai-vertical-tab .ai-tabs .inc-nav-link.active:after {
    display: none;
}
.ai-vertical-tab .ai-tabs .inc-nav-link.active {
    border-radius: 6px;
}
.ai-vertical-tab .ai-tabs .inc-nav-link {
	position: relative;
}
.ai-vertical-tab .ai-tabs .inc-nav-link:before {
    position: absolute;
    content: '';
    border-bottom: 10px solid transparent;
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    right: -10px;
	display: none;
}
.ai-tab-caret-yes  .ai-vertical-tab .ai-tabs .inc-nav-link.active:before {
	display: block;
}
/*--------------------------------------------------------------
20. Popover
--------------------------------------------------------------*/
.tooltip-wrapper a:focus {
	outline: none;
}
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}
a.tooltip-trigger, a.ai-tooltip-trigger > * {
    display: inline-block;
    vertical-align: middle;
}
.tooltip-content {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
	border: 1px solid #eaeaea;
	border-radius: .3rem;
	word-wrap: break-word;
	z-index: 1060;
	padding: .5rem .75rem;
    color: #212529;
	width: 180px;
	z-index: 99999;
    background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.tooltip-wrapper.tooltip-active .tooltip-content {
	opacity: 1;
	visibility: visible;
	font-weight: 600;
}
.tooltip-wrapper .tooltip-content p {
    margin: 0;
}
.tooltip-content .arrow {
    width: .5rem;
    height: 1rem;
	position: absolute;
    display: block;
}
.tooltip-left .tooltip-content .arrow {
	left: calc((.5rem + 1px) * -1);
	right: auto;
}
.tooltip-right .tooltip-content .arrow {
	right: calc((.5rem + 1px) * -1);
	left: auto;
}
.tooltip-top .tooltip-content .arrow, .tooltip-right .tooltip-content .arrow {
    top: 100%;
    transform: translateY(-50%) rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 5px;
}
.tooltip-bottom .tooltip-content .arrow {
    bottom: 100%;
    transform: translateY(-50%) rotate(270deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: -11px;
}
.tooltip-left .tooltip-content .arrow,
.tooltip-right .tooltip-content .arrow {
	top: 50%;
    transform: translateY(-50%);
}
.tooltip-right .tooltip-content .arrow {
    transform: translateY(-50%) rotate(180deg);
    right: 100%;
    margin: 0;
    left: auto;
}
.tooltip-left .tooltip-content .arrow {
	transform: translateY(-50%);
	right: auto;
	left: 100%;
	margin: 0;
}
.tooltip-content .arrow::after, .tooltip-content .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
	border-width: .5rem 0 .5rem .5rem;
}
.tooltip-content .arrow::before {
	right: 0;
    border-left-color: rgba(0,0,0,.25);
}
.tooltip-content .arrow::after {
	right: 1px;
    border-left-color: #fff;
}
.tooltip-wrapper.tooltip-top .tooltip-content {
    top: auto;
    bottom: 100%;
    margin: 0 auto;
    transform: translateX(-50%) translateY(-15px);
    left: 50%;
    padding: 20px;
    font-weight: 600;
}
.tooltip-wrapper.tooltip-top.tooltip-active .tooltip-content {
	transform: translateX(-50%) translateY(-20px);
}
.tooltip-wrapper.tooltip-bottom .tooltip-content {
    top: 100%;
    bottom: auto;
    margin: 0 auto;
    transform: translateX(-50%) translateY(10px);
    left: 50%;
}
.tooltip-wrapper.tooltip-bottom.tooltip-active .tooltip-content {
	transform: translateX(-50%) translateY(15px);
}
.tooltip-wrapper.tooltip-left .tooltip-content {
    top: 50%;
    transform: translateY(-50%) translateX(5px);
    left: auto;
    right: 100%;
    margin-right: 20px;
}
.tooltip-wrapper.tooltip-left.tooltip-active .tooltip-content {
	transform: translateY(-50%) translateX(0);
}
.tooltip-wrapper.tooltip-right .tooltip-content {
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    left: 100%;
    right: auto;
    margin-left: 20px;
}
.tooltip-wrapper.tooltip-right.tooltip-active .tooltip-content {
	transform: translateY(-50%) translateX(0);
}
/*--------------------------------------------------------------
21. Modal Popup
--------------------------------------------------------------*/
.modal-popup-wrapper .modal-title {
    text-align: center;
    width: 100%;
}
.white-popup-block {
    padding: 20px;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    color: #000;
	background: #fff;
	border-radius: 10px;
}
.white-popup-block.ai-modal-lg {
    max-width: 900px;
}
.white-popup-block.ai-modal-md {
    max-width: 600px;
}
span.ai-popup-modal-dismiss.ti-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
}
.ai-popup-content form.wpcf7-form > p {
    margin-bottom: 0;
}
.ai-popup-content span.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.white-popup-block.ai-popup-content h4 {
    margin-bottom: 25px;
}
.white-popup-block > *.modal-popup-size {
    background: #FFF;
    margin: auto;
    position: relative;
    padding: 40px 20px;
}
span.ai-popup-modal-dismiss.ti-close {
    cursor: pointer;
}
a.modal-box-trigger.modal-trigger-icon { 
    font-size: 40px;
    line-height: 40px;
}
.mfp-hide {
    display: none!important;
}
span.ai-popup-modal-dismiss.ti-close {
    position: absolute;
    right: -15px;
    top: -15px;;
    line-height: 32px;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #000000;
    color: #fff;
    cursor: pointer;
}
body .mfp-iframe-holder .mfp-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    opacity: 1;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.modal-popup-body input.wpcf7-form-control, .modal-popup-body textarea.wpcf7-form-control {
    border: 2px solid #eaeaea;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    padding: 0;
    height: 40px;
    line-height: 30px;
    border: 0;
}
.modal-popup-body form.wpcf7-form {
    margin: 0 auto;
    max-width: 80%;
}
a.ai-modal-box-trigger.popup-trigger-txt,
a.ai-modal-box-trigger.popup-trigger-icon {
    display: inline-block;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.modal-popup-body input.wpcf7-form-control.wpcf7-submit {
    border: 0px;
}
a.btn.btn-default.ai-modal-box-trigger {
    box-shadow: none;
    color: #fff;
}
/*--------------------------------------------------------------
23. Rain Drops Styles
--------------------------------------------------------------*/
.ai-rain-drops {
	position: absolute !important;
    left: 0;
    right: 0;
}
.ai-rain-drops > canvas,
.ai-raindrops-element > canvas {
    width: 100%;
}
.section-raindrops-actived .ai-raindrops-element {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 100%;
}
/*--------------------------------------------------------------
22. Fancy Text
--------------------------------------------------------------*/
span.ai-typing-text.morphext > span {
    display: inline-flex;
}

/*--------------------------------------------------------------
23. Button
--------------------------------------------------------------*/
.ai-btn-align-right .ai-button-wrapper {
    text-align: right;
}
.ai-btn-align-left .ai-button-wrapper {
    text-align: left;
}
.ai-btn-align-center .ai-button-wrapper {
    text-align: center;
}
.ai-btn-align-justify .ai-button-wrapper > a {
    width: 100%;
}
.ai-align-icon-right {
    float: right;
}
.elementor-button-large .elementor-button {
    font-size: 22px;
    width: 300px;
    padding: 20px 0px;
    border-radius: 60px;
}
.elementor-button-small .elementor-button {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    background: none;
    color: #ff415c;
}
.elementor-button-small .elementor-button:hover {
    color: #ff415c;
}
.ai-button {
	transition: all ease .6s;
}
/*--------------------------------------------------------------
24. Contact Info
--------------------------------------------------------------*/
.contact-info-wrapper > * {
    margin-bottom: 15px;
}
.contact-info-wrapper > *:last-child {
    margin-bottom: 0;
}
.contact-info-wrapper .social-icons > ul {
    padding-left: 0;
}
.contact-info-wrapper .social-icons li > a {
    border: 1px solid !important;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.contact-info-wrapper .social-icons li > a:hover {
    border: 1px solid;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.contact-info-wrapper span.fa {
    float: left;
    margin-right: 15px;
}
.contact-info-wrapper form.wpcf7-form.init > p {
    margin-bottom: 0;
}
.contact-info-wrapper .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
}
.ai-contactinfo-style-classic .contact-info-wrapper {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ai-contactinfo-style-classic-pro .contact-info-wrapper {
    padding: 50px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
}
.ai-contactinfo-style-modern .contact-info-wrapper {
    padding: 50px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
    background: #ff415c29;
}
/*--------------------------------------------------------------
25. Content Carousel
--------------------------------------------------------------*/

.ai-carousel-style-classic .slick-current {
    background-color: #E8686830;
}
.ai-carousel-style-classic .item.slick-slide {
    padding: 20px;
}
.ai-carousel-style-classic-pro .item.slick-slide {
	padding: 20px;
    margin: 20px;
    box-shadow: 0px 7px 29px 0px rgba(99.99999999999999, 99.99999999999999, 111, 0.2);
}
.ai-carousel-style-modern .item.slick-slide {
	padding: 20px 20px 20px 20px;
    margin: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
/*--------------------------------------------------------------
26. Counter
--------------------------------------------------------------*/
.inc-rounded-circle{
	border-radius: 50%!important;
}
.inc-rounded{
	border-radius: .25rem!important
}
.inc-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.inc-media-body {
    -ms-flex: 1;
    flex: 1;
}
.inc-mr-3, .inc-mx-3 {
    margin-right: 1rem!important;
}
.counter-wrapper > *:last-child {
    margin-bottom: 0;
}
.counter-wrapper > * {
    margin-bottom: 15px;
}
.counter-title .counter-title-head {
    margin-bottom: 0;
}
.counter-icon i, .counter-icon svg {
    position: relative;
	transform: rotate(0deg);	
    display: block;  
}
.counter-icon {
	display: inline-block;
	text-align: center;    
}
.ai-view-stacked .counter-icon {
    background: #ff415c;
    color: #fff;
}
.ai-view-framed .counter-icon {
    background-color: #ff415c;
    color: #fff;
    border-color: #000;
}
figure.counter-image > img {
    display: inline-block;
}
.ai-counter-style-classic {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ai-counter-style-classic-pro {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
    border-radius: 10px;
}
.ai-counter-style-classic-pro .counter-value {
    margin: 20px 0;
}
.ai-counter-style-modern {
    background: #ff002426;
    padding: 50px;
    border-radius: 20px;
}
/*--------------------------------------------------------------
27. Google Map
--------------------------------------------------------------*/
/*--------------------------------------------------------------
28. Image Grid
--------------------------------------------------------------*/
.image-grid-inner img {
	margin: 0 auto;
}
.image-grid-wrapper > .row:last-child {
    margin-bottom: 0;
}
.image-grid-wrapper > .row {
    margin-bottom: 30px;
}
.image-grid-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.image-grid-3 .image-grid-inner {
    padding: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}
.image-grid-wrapper.image-grid-3 .owl-carousel .owl-stage-outer {
    padding-top: 13px;
}
.image-grid-3 .image-grid-inner:hover {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.image-grid-3 .image-grid-inner:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	opacity:1;
}
.image-grid-3 .image-grid-inner img {
    transform: scale(0.8);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0.65;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner {
    overflow: hidden;
	margin-bottom: 30px;
}
.image-grid-wrapper.image-grid-2.custom .image-grid-inner {
    overflow: hidden;
    border: 1px solid #fbfbfb;
    padding: 25px;
}
.image-grid-wrapper .owl-carousel .owl-item img {
    width: auto;
}
/*slider*/
.image-grid-wrapper.image-grid-2 .image-grid-inner:hover img {
    -webkit-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: clientSlider 550ms forwards;
    -moz-animation: clientSlider 550ms forwards;
    -ms-animation: clientSlider 550ms forwards;
    -o-animation: clientSlider 550ms forwards;
    animation: clientSlider 550ms forwards;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner img {
    filter: gray;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-grid-wrapper .owl-carousel .owl-item .image-grid-inner img {
    width: auto;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
}
@-webkit-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-ms-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-o-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.image-grid-2 .image-grid-inner:after {
	display:none;
}

/*--------------------------------------------------------------
30. Video Popup
--------------------------------------------------------------*/
.popup-trigger-img, .popup-trigger-img > img {
    display: inline-block;
}
.video-popup-wrapper .popup-trigger-icon {
    display: inline-block;
	text-align: center;
}
.ai-shape-circle .popup-trigger-icon, .ai-shape-square .popup-trigger-icon {
    padding: 30px;
}
.popup-trigger-icon i, .popup-trigger-icon svg {
    position: relative;
    transform: rotate(0deg);
    display: block;
}
.ai-shape-circle .popup-trigger-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ai-view-stacked .popup-trigger-icon {
    background: #ff415c;
    color: #fff;
}
.ai-view-framed .popup-trigger-icon {
    background-color: #ff415c;
    color: #fff;
    border-color: #000;
}
.ai-view-framed .popup-trigger-icon {
    color: #333;
    border: 3px solid #333;
    background-color: transparent;
}
.ai-view-wave .ai-video-popup.popup-trigger-icon {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin: 0 auto;
	color: #fff;
    font-size: 16px;
}
.ai-view-wave .ai-video-popup.popup-trigger-icon:before {
	content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #111;
    z-index: -1;
    opacity: 0.6;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    right: 0px;
    transform: translateX(-50%) translateY(-50%);
}	
.ai-view-wave .ai-video-popup.popup-trigger-icon:after { 
	content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #000;
    z-index: -1;
    animation: video-toggle-animate 1.9s linear 0s infinite;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    right: 0px;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes video-toggle-animate {
  0% {
    width: 70px;
    height: 70px;
    opacity: 0.8; }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0; }
}
/* light */
.ai-view-framed .ai-video-popup.popup-trigger-icon:after,
.anim.light .ai-video-popup.popup-trigger-icon:before,
.anim.light .ai-video-popup.popup-trigger-icon {
	background: #fff;	
}
.ai-view-framed .ai-video-popup.popup-trigger-icon:before {
    background: rgba(255,255,255,0.3) !important;
    border: 1px solid rgba(234, 234, 234,0.6);
}
/*--------------------------------------------------------------
31. Accordion
--------------------------------------------------------------*/
.ai-accordion .ai-accordion-content.active {
    display: block;
}
.ai-accordion .ai-accordion-content {
    display: none;
}
span.elementor-tab-icon {
    display: inline-block;
    vertical-align: middle;
}
span.elementor-tab-icon.elementor-tab-icon-top {
    display: block;
}
span.elementor-tab-icon span.ai-tab-icon {
    padding: 5px;
	display: block;
}
.ai-tab-elementor-widget .ai-tabs > a .ai-tab-title {
    display: initial;
}
.ai-accordions .card-header {
	border-bottom: 0;
}
.ai-tab-elementor-widget.ai-vertical-tab {
    position: relative;
}
.ai-tab-icon > svg {
	fill: currentColor;
}
.ai-accordion-header a .elementor-accordion-icon .ai-accordion-icon-opened, .ai-accordion-header a.active .elementor-accordion-icon .ai-accordion-icon-closed {
    display: none;
}
.ai-accordion-header a.active .elementor-accordion-icon .ai-accordion-icon-opened {
    display: inherit;
}
.elementor-accordion-icon-right {
    float: right;
    text-align: right;
}
.card-header.ai-accordion-header {
    width: 100%;
    margin: 0;
    padding: 0;
	background: transparent;
}
.card-header.ai-accordion-header > a {
    padding: 10px 20px;
}
.card.ai-accordion {
    background: transparent;
    border: none;
}
.ai-accordion-header > a:focus {
    outline: none;
}
.ai-accordion-header > a {
	font-size: 16px;
    color: #333;
	font-weight: 600;
}	
.ai-accordion-style-default .ai-accordion-header > a {
    background-color: #444;
    border-radius: 6px;
    padding: 15px;
	color: #fff;
}	
.ai-accordion-style-classic .ai-accordion-header > a.active {
    background-color: #444;
    color: #fff;
}
.ai-accordion-style-classic .ai-accordion-header > a {
    background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,.02);
    border-radius: 6px;
    padding: 15px;
}
.ai-accordion-style-modern .ai-accordion-header > a.active {
    background-color: #444;
    color: #fff;
}
.ai-accordion-style-modern .ai-accordion-header > a {
    background-color: #f1f1f1;
    padding: 15px;
}
.ai-accordion-style-modern .ai-accordions > .ai-accordion:not(first-child), .ai-accordion-style-classic-pro .ai-accordions > .ai-accordion:not(first-child) {
    margin-bottom: 10px;
}
.ai-accordion-style-classic-pro .ai-accordion-header > a {
    padding: 30px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DADADA;
    border-radius: 16px;
}
.ai-accordion-style-classic-pro a span {
    float: left;
    margin-right: 10px;
}
.inc-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.inc-card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.inc-nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.inc-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.inc-card-header {
    border-bottom: none;
	padding: 0;
}
.inc-card {
    border: none;
}
.ai-accordion-style-modern .ai-accordion {
    border: 2px solid #e3e1e1;
    border-radius: 6px;
}
/*--------------------------------------------------------------
32. Offcanvas
--------------------------------------------------------------*/
body {
    transition: all ease 0.35s;
}
body.ai-offcanvas-active {
    overflow: hidden;
	transition: all ease 0.35s;
	position: relative;
}
.ai-offcanvas-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 999999;
    height: 100%;
    background: #fff;
	transition: all 0.35s ease-out 0.35s;
	overflow-y: auto;
}
.ai-offcanvas-wrap .ai-close { 
	border-radius: 50%;
    transform: scale(0.6);
}
.offcanvas-left-overlay.ai-overlay-bg,
.offcanvas-right-overlay.ai-overlay-bg,
.offcanvas-left-push.ai-overlay-bg,
.offcanvas-right-push.ai-overlay-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background: rgba(255,255,255, 0.8);
	z-index: 99999;
	transition: all .8s ease-out 0s;
}
.offcanvas-right-overlay.ai-overlay-bg,
.offcanvas-right-push.ai-overlay-bg {
	left: auto;
	right: -100%;
}
.offcanvas-left-overlay.active.ai-overlay-bg,
.offcanvas-left-push.active.ai-overlay-bg {
	left: 0;
}
.offcanvas-right-push.active.ai-overlay-bg,
.offcanvas-right-overlay.active.ai-overlay-bg {
	right: 0;
}
.ai-offcanvas-wrap-inner {
    padding: 20px;
	margin-top: 60px;
}
.ai-offcanvas-wrap.offcanvas-right-overlay, .ai-offcanvas-wrap.offcanvas-right-push {
    left: auto;
    right: -300px;
}
.ai-offcanvas-wrap.offcanvas-right-overlay.active, .ai-offcanvas-wrap.offcanvas-right-push.active {
	right: 0;
}
.ai-offcanvas-wrap.offcanvas-left-overlay, .ai-offcanvas-wrap.offcanvas-left-push {
    right: auto;
    left: -300px;
}
.ai-offcanvas-wrap.offcanvas-left-overlay.active, .ai-offcanvas-wrap.offcanvas-left-push.active {
	left: 0;
}
.ai-offcanvas-wrap {
    background-size: cover;
    background-position: center center;
}
.ai-offcanvas-wrap-inner:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.offcanvas-trigger-img > img {
    margin: 0;
}
.ai-offcanvas-wrap-inner > * {
    color: inherit;
}
/*--------------------------------------------------------------
33. Switcher Content
--------------------------------------------------------------*/
.ai-switcher-content .ai-switcher-secondary {
    display: none;
}
.ai-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-bottom: 0;
	margin: 0 15px;
}
.ai-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
ul.inc-nav.ai-swticher-list {
    display: inline-flex;
    text-align: center;
}
.ai-switcher-header {
    text-align: center;
}
.ai-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.ai-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.ai-switch input:checked + .slider {
	background-color: #2196F3;
}
.ai-switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.ai-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.ai-switch .slider.round {
	border-radius: 34px;
}
.ai-switch .slider.round:before {
	border-radius: 50%;
}
/*--------------------------------------------------------------
34. Data Table
--------------------------------------------------------------*/
.ai-data-table-pagination-wrap > a {
    text-align: center;
    background: #333;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    transition: all ease 0.35s;
}
.ai-data-table p img {
    margin: 0;
}
.ai-data-table-pagination-wrap > a:hover, .ai-data-table-pagination-wrap > a.active {
    opacity: 0.8;
	color: #fff;
}
.ai-table-sort-active th {
    position: relative;
}
.ai-table-sort-active th:after {
	font-family: "FontAwesome";
    content: "\f0dc";
    position: absolute;
    right: 10px;
    font-size: 14px;
	line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}
.ai-data-table-inner .table {
    color: inherit;
	margin-bottom: 0;
}
.ai-data-table-search-wrap input {
    padding: 6px 20px;
}
.table.ai-data-table thead th {
    padding: 25px 5px;
}
/*--------------------------------------------------------------
37. Toggle Content
--------------------------------------------------------------*/
.toggle-content {
	overflow: hidden;
	opacity: 0;
	transition: all .6s;
}
.toggle-content.toggle-content-shown {
	opacity: 1;
	transition: all .6s;
}
.ai-button-wrapper.toggle-content-trigger {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
	margin-top: 20px;
}
.toggle-content.toggle-content-shown img {
    margin-top: 15px;
}
.toggle-content-wrapper .button-inner-down {
    display: none;
}
.ai-toggle-post-wrap {
    position: relative;
}
/*--------------------------------------------------------------
Icon Box
--------------------------------------------------------------*/
.ai-iconbox-style-default .icon-box-wrapper {
    padding: 20px;
    border: 2px solid #76595954;
}
.ai-iconbox-style-classic .icon-box-wrapper {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ai-iconbox-style-modern .icon-box-wrapper {
    padding: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	border-radius: 10px;
}
.ai-iconbox-style-modern .icon-box-title, .ai-iconbox-style-classic .icon-box-title, .ai-iconbox-style-classic-pro .icon-box-title {
    margin: 15px 0;
}
.ai-iconbox-style-classic-pro .icon-box-wrapper {
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    background: #ff000021;
}
/*--------------------------------------------------------------
Parallax Styles
--------------------------------------------------------------*/
.ai-parallax {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
	top: 0;
	background-attachment: fixed; 
    background-size: cover;
}
section {
	position: relative;
}
.float-parallax {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  height: auto;
  width: auto;
  opacity: 1;
  transition: opacity ease 0.35s;
}
section.float-parallax-started .float-parallax {
	opacity: 1;
	transition: opacity ease 0.35s;
}
/* floating-animate-model-1 */
.floating-animate-model-1 > img {
    animation-name: floating-animate-model-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-1;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-1;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}	
@-webkit-keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* .floating-animate-model-2 */
.floating-animate-model-2 > img {
    animation-name: floating-animate-model-2;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-2;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-2;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-2;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-2;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes floating-animate-model-2 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-2 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-2 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.floating-animate-model-3 > img {
	animation-name: floating-animate-model-3;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-3;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-3;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-3;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-3;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}	
@keyframes floating-animate-model-3 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-3 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-3 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-3 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
/* Verticle Moves */
.verticalMove {
    animation: verticalMove 3.5s infinite;
}
@-webkit-keyframes verticalMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes verticalMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* Rain */
.ai-rain-drops {
	position: absolute !important;
    left: 0;
    right: 0;
}
.ai-rain-drops > canvas {
    width: 120%;
}

/* Progress */
.elementor-progress-bar {
    box-shadow: 0px 9px 30px 0px rgb(0 0 0 / 40%);
}
.elementor-progress-percentage {
    margin-top: -20px;
    color: #545454;
    font-weight: 600;
}
.elementor-widget-progress span.elementor-title {
    margin-bottom: 7px !important;
    display: inline-block;
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
	.single .row.team .col-sm-5.team-image-wrap {
		width: 100%;
		margin-bottom: 30px;
	}
	.single .row.team .col-sm-7.team-info {
		width: 100%;
	}
	.team-image-wrap img {
		border-radius: 0%;
		-webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		height: 400px;
		width: 400px;
		object-fit: cover;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1023px)  {
	.blog-multi-layout-8 .row .col-md-6 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-multi-layout-8 .row .col-md-6:last-child {
		margin-top: 30px;
		padding-top: 30px;
	}
}
@media only screen and (min-width: 1024px){
	.blog-multi-layout-1 .col-md-7 {
		padding-right: 4%;
	}
    .single-ai-testimonial .testimonial {
		max-width: 100%;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 1024px) {
    .ai-btn-tablet-align-left .ai-button-wrapper {
        text-align: left;
    }
    .ai-btn-tablet-align-right .ai-button-wrapper {
            text-align: right;
    }
    .ai-btn-tablet-align-center .ai-button-wrapper {
            text-align: center;
    }
    .row.portfolio-details > .col-sm-8, .row.portfolio-details > .col-sm-4 {
        width: 100%;
        margin-bottom: 55px;
    }
}
@media only screen and (max-width: 991px)  {	
	.event-style-list .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .service-style-list .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
      font-size: 34px;
    }
    .cd-horizontal-timeline .events-content em {
      font-size: 20px;
    }
    .cd-horizontal-timeline .events-content p {
      font-size: 18px;
    }
 }
  
@media only screen and (max-width: 767px) {
    .single .row.team {
		-ms-flex-align: center!important;
		align-items: center!important;
		box-shadow: 0px 0px 50px 0px rgb(6 6 6 / 6%);
		border-radius: 10px;
        padding: 30px 25px 30px 25px;
		position: relative;
	}
	.single .row.team .col-sm-5.team-image-wrap,
	.single .row.team .col-sm-7.team-info	{
		padding: 0;
	}
    .team-content-area {
        padding: 0 10px;
    }
    .single-ai-testimonial .testimonial {
        color: #000;
        border-radius: 10px;
        box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
        padding: 30px 30px;
    }
    .single .testimonial-info > .testimonial-designation-wrap {
        margin-bottom: 62px;
    }
    .feature-box-wrapper .media {
        display: block;
    }
    .blog-multi-layout-7 [class*="col-"] {
        margin-bottom: 30px;
    }
    .blog-multi-layout-7 [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .ai-btn-mobile-align-left .ai-button-wrapper {
        text-align: left;
    }
    .ai-btn-mobile-align-right .ai-button-wrapper {
            text-align: right;
    }
    .ai-btn-mobile-align-center .ai-button-wrapper {
            text-align: center;
    }
    .portfolio-inner .post-overlay-items {
		padding-right: 60px;
		padding-left: 20px;
	}
	.portfolio-single .row.portfolio-details > div {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.portfolio-single .row.portfolio-details > div.col-sm-4 {
		margin-top: 40px;
	}
	.portfolio-inner .post-overlay-items .post-more {
		right: 15px;
	}
	.portfolio-inner .post-overlay-items {
		bottom: 15px;
		max-width: calc(100% - 30px);
	}
	.portfolio-inner .post-overlay-items a.post-title {
		font-size: 20px;
		line-height: 30px;
	}
	.portfolio-inner .post-overlay-items .post-more {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border: 2px solid #000;
	}
    .timeline > li > .timeline-sep-title {
		font-size: 25px;
		width: 100%;
		position: relative;
		height: 100%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 0;
	    padding-left: 70px;
		margin-top: 15px;
		top: auto;
		transform: inherit;
	}
	.timeline-wrapper.timeline-style-3 .timeline-inverted .timeline-panel {
		border-radius: 0 65px 65px 0;
		padding-left: 20px;
	}	
	.timeline-style-3 .timeline > li > .timeline-panel:after {
		top: 15px;
		transform: inherit;    
	}
	.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-heading, .timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-body {
		text-align: left;
	}
	.timeline > li > .timeline-panel {
		float: none !important;
		width: 80%;
		margin-left: 70px;
	}
	h4.timeline-title {
		font-size: 16px;
    	line-height: 21px;
	}
	.timeline > li:not(.timeline-inverted) {
		padding: 0;
	}
	.timeline:before {
		left:5%;
		border-right: 2px dotted #eaeaea;
	}
	.timeline > li > .timeline-badge {
		left: 5%;
		right: auto;
		display: inline-block;
		margin-left: -23px;
	}
	.timeline > li.timeline-inverted > .timeline-sep-title {
		text-align: left;
		right: auto;
		padding-left: 80px;
	}
	.timeline > li.timeline-inverted {
    	padding-left: 0;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after, .timeline > li > .timeline-panel:after {
    	border-left-width: 0;
	    border-right-width: 14px;
	    left: -14px;
    	right: auto;
	}
	.timeline > li > .timeline-panel:before {
		display: none;
	}
	.timeline-sep-title > span {
	    margin-bottom: 15px;
    	margin-top: 0;
	}
}
@media only screen and (max-width: 640px) {
    .service-style-list .service-inner .media {
		display: block;
		margin-bottom: 20px;
	}
	.service-style-list .service-inner .post-thumb {
		margin-bottom: 10px !important;
		max-width: 100% !important;
		width : 100% !important;
	}	
    .event-wrapper.event-style-list .event-inner .media {
		display: block;
		margin-bottom: 50px;
	}
	.event-wrapper.event-style-list .event-inner .media .post-thumb {
		margin-bottom: 10px !important;
		max-width: 100% !important;
		width : 100% !important;
	}
    .ai-data-table-inner {
		overflow-x: scroll;
	}
    .blog-wrapper.blog-style-list .blog-inner .media {
		display: block;
		margin-bottom: 50px;
	}
	.blog-wrapper.blog-style-list .blog-inner .media .post-thumb {
		margin-bottom: 30px !important;
		max-width: 100% !important;
		margin-right: 0;
	}
    .testimonial-wrapper.testimonial-style-list .post-thumb {
		width: 16%;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 580px)  {
	.blog-multi-layout-8 .ai-block-secondary .media .post-thumb {
		margin-bottom: 25px;
	}
	.blog-multi-layout-8 .ai-block-secondary .media .post-thumb img {
		margin: 0;
	}
    .blog-multi-layout-2 .ai-block-primary .media {
		display: block;
		padding-bottom: 20px !important;
	}
	.blog-multi-layout-2 .ai-block-primary .media .post-thumb {
		margin-bottom: 30px !important;
		width: 100%;
	}
}
@media (min-width: 576px) {
	.modal-popup-size.modal-sm {
		max-width: 450px;
	}
}

@media only screen and (max-width: 500px)  {	 
	.ai-vertical-tab .ai-tabs,
	.ai-vertical-tab .ai-tab-content {
		width: 100%;		
	}
	.inc-nav.inc-nav-tabs.ai-tabs {
		border: 0;
		display: block;
	}
	.inc-nav.inc-nav-tabs.ai-tabs .inc-nav-link {
		margin: 0 !important;
	}
    .portfolio-style-list .portfolio-inner .media {
		display: block;
		margin-bottom: 50px;
	}
	.portfolio-style-list .portfolio-inner .media .post-thumb {
		margin-bottom: 35px !important;
		max-width: 100% !important;
		width : 100% !important;
	}
    .team-wrapper.team-style-list .media {
		display: block;
		margin-bottom: 50px;
		padding: 40px 34px;
	}
	.team-wrapper.team-style-list .media .post-thumb img {
		border-radius: 0;
		width: 100%;
	}
	.team-wrapper.team-style-list .media .post-thumb {
		margin-bottom: 35px !important;
		max-width: 100% !important;
		width : 100% !important;
	}
	.team-wrapper.team-style-ai-pro [class*="col-"] {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 420px)  {
	.blog-layouts-wrapper .ai-block-secondary .post-thumb {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.blog-layouts-wrapper .media {
		display: block;
	}
	.blog-layouts-wrapper .ai-block-secondary .media {
		padding-bottom: 20px !important;
	}
	.blog-multi-layout-5 .ai-block-secondary {
		margin-bottom: 30px;
	}
	.blog-multi-layout-8 .ai-block-secondary .entry-title {
		margin-bottom: 30px;
	}
	.blog-multi-layout-1 .ai-block-primary > *:not(.post-thumb) {
		padding: 0px 35px 0px 35px;
	}
}
@media only screen and (max-width: 363px) {
	.day-counter-wrapper .day-counter > div {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* Extra Styles */
.ai-smoke-element {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
section.elementor-section-raindrops-yes {
    overflow-x: hidden;
}
.ai-raindrops-element {
    position: unset !important;
}
.ai-raindrops-element.raindrops-position-top > canvas {
    bottom: auto !important;
    top: 0 !important;
    transform: rotate(180deg);
	width: calc( 100% + 6px );
    margin-left: -6px;
}
.ai-raindrops-element.raindrops-position-bottom > canvas {
    bottom: 0 !important;
    top: auto !important;
    transform: unset;
	width: calc( 100% + 6px );
    margin-right: -6px;
}

/* Jarallax */
.jarallax {
  position: absolute;
  z-index: unset !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Icon Box */
.icon-box-wrapper {
	text-align: center;
}
.ai-icon-box-position-left .icon-box-inner, .ai-icon-box-position-right .icon-box-inner {
    display: flex;
	flex-direction: row;
}
.ai-icon-box-position-right .icon-box-inner {
    text-align: right;
    flex-direction: row-reverse;
}
.ai-icon-box-position-left .icon-box-inner {
    text-align: left;
    flex-direction: row;
}
.ai-icon-box-position-left .ai-icon-box-icon, .ai-icon-box-position-right .ai-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
}
.ai-icon-box-position-right .ai-icon-box-icon {
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: unset;
}
.ai-icon-box-position-left .ai-icon-box-icon {
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}
.ai-icon-box-position-left .ai-icon-box-contents, .ai-icon-box-position-right .ai-icon-box-contents {
    flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
	.ai-icon-box-tablet-position-top .icon-box-inner {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.ai-icon-box-mobile-position-top .icon-box-inner {
		display: block;
	}
}

/* Image Box */
figure.ai-image-box-img {
    display: block;
}
.ai-image-box-img {
    overflow: hidden;
}
.ai-image-box-img img {
    transition: all ease .35s;
}
.image-box-wrapper {
	text-align: center;
}
.ai-image-box-position-left .image-box-inner, .ai-image-box-position-right .image-box-inner {
    display: flex;
	flex-direction: row;
}
.ai-image-box-position-right .image-box-inner {
    text-align: right;
    flex-direction: row-reverse;
}
.ai-image-box-position-left .image-box-inner {
    text-align: left;
    flex-direction: row;
}
.ai-image-box-position-left .ai-image-box-parent, .ai-image-box-position-right .ai-image-box-parent {
    display: inline-flex;
    flex: 0 0 auto;
}
.ai-image-box-position-right .ai-image-box-parent {
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: unset;
}
.ai-image-box-position-left .ai-image-box-parent {
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}
.ai-image-box-position-left .ai-image-box-contents, .ai-image-box-position-right .ai-image-box-contents {
    flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
	.ai-image-box-tablet-position-top .image-box-inner {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.ai-image-box-mobile-position-top .image-box-inner {
		display: block;
	}
}
.ai-imagebox-style-default .image-box-wrapper {
    padding: 20px;
    border: 2px solid #dbd2d2;
}
.ai-imagebox-style-classic .image-box-wrapper {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ai-imagebox-style-modern .image-box-wrapper {
    padding: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
}
.ai-imagebox-style-classic-pro .image-box-wrapper {
    padding: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
    background: #ff415c2e;
}
/* Slider Tabs */
.inc-nav.ai-swticher-list {
    padding: 0;
    margin: 0;
	position: relative;
	border-radius: 10px;
	position: relative;
    background: #f1f1f1;
	display: inline-flex;
}
.ai-swticher-list li {
    padding: 20px 40px;
}
.ai-swticher-list li > * {
    display: inline-flex;
    position: relative;
}
.ai-swticher-list li span {
    position: relative;
    font-size: 16px;
}
.ai-swticher-slider {
	display: inline-block;
	width: 30px;
	height: 100%;
	border-radius: 10px;
	background-color: #ff415c;
	position: absolute;
	bottom: 0;
	transition: all .4s linear;  
}
.ai-swticher-list li.switcher-active {
	border: none;
	color: #fff;
	border-radius: 10px;
}
.page-load-status {
	display: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
body p.infinite-scroll-last,
body p.infinite-scroll-request {
    margin-bottom: 0;
}

/* Mega Menu */
.ai-nav-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ai-nav-menu > li {
    padding: 0;
}
.ai-nav-menu > li > a {
    padding: 20px 10px;
    display: block;
}
i.ai-menu-icon {
    margin-right: 5px;
}
.menu-item.has-ai-mega-menu {
    position: relative;
}
.ai-elementor-mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	max-width: 100vw;
}
.has-ai-mega-menu .ai-elementor-mega-menu.positioning {
	transition: none;
}
.has-ai-mega-menu .ai-elementor-mega-menu {
    opacity: 0;
    visibility: hidden;
	background: #fff;
    transition: all ease 0.35s;
	transform: translateY(-5px);
}
.has-ai-mega-menu:hover .ai-elementor-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	z-index: 99999;
}

/* Header Footer */

.ai-nav-menu-align-right .ai-menu-vertical ul {
    text-align: right;
}
.ai-nav-menu-align-left .ai-menu-vertical ul {
    text-align: left;
}
.ai-nav-menu-align-center .ai-menu-vertical ul {
    text-align: center;
}
.ai-nav-menu-align-right .ai-menu-horizontal ul {
    justify-content: end;
}
.ai-nav-menu-align-left .ai-menu-horizontal ul {
    justify-content: start;
}
.ai-nav-menu-align-center .ai-menu-horizontal ul {
    justify-content: center;
}
.ai-menu-wrap.ai-menu-vertical ul {
    flex-direction: column;
}
.ai-menu-wrap .ai-nav-menu.inc-menu-po-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Menu */
.ai-menu-toggle {
    display: none;
	cursor: pointer;
}
.responsive-mode-on .ai-menu-toggle {
	display: inline-block;
}
.responsive-mode-on > .ai-menu-wrap {
    display: none;
}
.ai-offcanvas-wrap .ai-nav-menu {
    display: block;
    text-align: left;
}
.ai-offcanvas-wrap .ai-nav-menu .menu-item-has-children {
    position: relative;
}
span.ai-down-arrow, span.ai-up-arrow {
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 5px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}
span.ai-down-arrow:after {
    font-family: themify;
    content: "\e61a";
}
span.ai-up-arrow:after {
    font-family: themify;
    content: "\e622";
}
ul.ai-nav-menu ul {
    list-style: none;
}
ul.ai-nav-menu:not(.ai-mobile-menu) ul.sub-menu {
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    min-width: 200px;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
	opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s;
    transform: translateY(-10px);
}
ul.ai-nav-menu:not(.ai-mobile-menu) ul.sub-menu ul.sub-menu {
	left: 100%;
}
ul.ai-nav-menu:not(.ai-mobile-menu) li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
ul.ai-nav-menu:not(.ai-mobile-menu) li.menu-item-has-children {
    position: relative;
}
.ai-submenu-icon-arrow li.menu-item-has-children  > a:after,
.ai-submenu-icon-plus li.menu-item-has-children  > a:after {
    font-family: themify;
    content: "\e64b";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 10px;
    transform: translateY(-50%);
}
.ai-submenu-icon-plus li.menu-item-has-children  > a:after { 
	content: "\e61a";
}

/* Search Form */
.inc-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.inc-input-group > .inc-form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
	display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inc-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
	margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	cursor: pointer;
}
.ai-overlay-search-warp {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
	opacity: 0;
    visibility: hidden;
	transition: all ease 0.35s;
}
.ai-overlay-search-warp.active {
	opacity: 1;
    visibility: visible;
}
.ai-overlay-search-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
}
.ai-overlay-search-inner .inc-form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ai-overlay-search-inner .inc-form-control, .ai-overlay-search-inner .inc-input-group-text {
    height: 50px;
}
a.ai-search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    text-decoration: none;
    color: #fff;
}
.ai-inline-search-wrap {
	display: inline-block;
}
.inc-input-group-text > i {
    display: inline-block;
    margin: 0 auto;
}

/* Slick Slider Styles */
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
i.ti-angle-left.slick-arrow, i.ti-angle-right.slick-arrow {
    font-size: 15px;
    line-height: 0;
    position: absolute;
    top: 50%;
	line-height: 1;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: transparent;
}
i.ti-angle-left.slick-arrow{
	left: -25px;
}
i.ti-angle-right.slick-arrow{
	right: -25px;
}

/*--------------------------------------------------------------
38. Social Icons
--------------------------------------------------------------*/
.elementor-widget-ai-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-ai-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-ai-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0
}
.elementor-widget-ai-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid
}
.elementor-shape-rounded.elementor-widget-ai-social-icons .elementor-social-icon {
	border-radius: 10%
}
.elementor-shape-circle.elementor-widget-ai-social-icons .elementor-social-icon {
	border-radius: 50%
}
.social-icons-wrapper .elementor-grid {
	grid-column-gap: var(--grid-column-gap,5px);
	grid-row-gap: var(--grid-row-gap,5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content,center);
	justify-items: var(--justify-content,center)
}
.social-icons-wrapper .elementor-social-icon {
	font-size: var(--icon-size,25px);
	line-height: var(--icon-size,25px);
	width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}
.social-icons-wrapper .elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	display: inline-flex;
	background-color: #69727d;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer
}
.social-icons-wrapper .elementor-social-icon i {
	color: var(--e-social-icon-icon-color)
}
.social-icons-wrapper .elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color)
}
.social-icons-wrapper .elementor-social-icon:last-child {
	margin: 0
}
.social-icons-wrapper .elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}
.social-icons-wrapper .elementor-social-icon-android {
	background-color: #a4c639
}
.social-icons-wrapper .elementor-social-icon-apple {
	background-color: #999
}
.social-icons-wrapper .elementor-social-icon-behance {
	background-color: #1769ff
}
.social-icons-wrapper .elementor-social-icon-bitbucket {
	background-color: #205081
}
.social-icons-wrapper .elementor-social-icon-codepen {
	background-color: #000
}
.social-icons-wrapper .elementor-social-icon-delicious {
	background-color: #39f
}
.social-icons-wrapper .elementor-social-icon-deviantart {
	background-color: #05cc47
}
.social-icons-wrapper .elementor-social-icon-digg {
	background-color: #005be2
}
.social-icons-wrapper .elementor-social-icon-dribbble {
	background-color: #ea4c89
}
.social-icons-wrapper .elementor-social-icon-elementor {
	background-color: #d30c5c
}
.social-icons-wrapper .elementor-social-icon-envelope {
	background-color: #ea4335
}
.social-icons-wrapper .elementor-social-icon-facebook,.social-icons-wrapper .elementor-social-icon-facebook-f {
	background-color: #3b5998
}
.social-icons-wrapper .elementor-social-icon-flickr {
	background-color: #0063dc
}
.social-icons-wrapper .elementor-social-icon-foursquare {
	background-color: #2d5be3
}
.social-icons-wrapper .elementor-social-icon-free-code-camp,.social-icons-wrapper .elementor-social-icon-freecodecamp {
	background-color: #006400
}
.social-icons-wrapper .elementor-social-icon-github {
	background-color: #333
}
.social-icons-wrapper .elementor-social-icon-gitlab {
	background-color: #e24329
}
.social-icons-wrapper .elementor-social-icon-globe {
	background-color: #69727d
}
.social-icons-wrapper .elementor-social-icon-google-plus,.social-icons-wrapper .elementor-social-icon-google-plus-g {
	background-color: #dd4b39
}
.social-icons-wrapper .elementor-social-icon-houzz {
	background-color: #7ac142
}
.social-icons-wrapper .elementor-social-icon-instagram {
	background-color: #262626
}
.social-icons-wrapper .elementor-social-icon-jsfiddle {
	background-color: #487aa2
}
.social-icons-wrapper .elementor-social-icon-link {
	background-color: #818a91
}
.social-icons-wrapper .elementor-social-icon-linkedin,.social-icons-wrapper .elementor-social-icon-linkedin-in {
	background-color: #0077b5
}
.social-icons-wrapper .elementor-social-icon-medium {
	background-color: #00ab6b
}
.social-icons-wrapper .elementor-social-icon-meetup {
	background-color: #ec1c40
}
.social-icons-wrapper .elementor-social-icon-mixcloud {
	background-color: #273a4b
}
.social-icons-wrapper .elementor-social-icon-odnoklassniki {
	background-color: #f4731c
}
.social-icons-wrapper .elementor-social-icon-pinterest {
	background-color: #bd081c
}
.social-icons-wrapper .elementor-social-icon-product-hunt {
	background-color: #da552f
}
.social-icons-wrapper .elementor-social-icon-reddit {
	background-color: #ff4500
}
.social-icons-wrapper .elementor-social-icon-rss {
	background-color: #f26522
}
.social-icons-wrapper .elementor-social-icon-shopping-cart {
	background-color: #4caf50
}
.social-icons-wrapper .elementor-social-icon-skype {
	background-color: #00aff0
}
.social-icons-wrapper .elementor-social-icon-slideshare {
	background-color: #0077b5
}
.social-icons-wrapper .elementor-social-icon-snapchat {
	background-color: #fffc00
}
.social-icons-wrapper .elementor-social-icon-soundcloud {
	background-color: #f80
}
.social-icons-wrapper .elementor-social-icon-spotify {
	background-color: #2ebd59
}
.social-icons-wrapper .elementor-social-icon-stack-overflow {
	background-color: #fe7a15
}
.social-icons-wrapper .elementor-social-icon-steam {
	background-color: #00adee
}
.social-icons-wrapper .elementor-social-icon-stumbleupon {
	background-color: #eb4924
}
.social-icons-wrapper .elementor-social-icon-telegram {
	background-color: #2ca5e0
}
.social-icons-wrapper .elementor-social-icon-thumb-tack {
	background-color: #1aa1d8
}
.social-icons-wrapper .elementor-social-icon-tripadvisor {
	background-color: #589442
}
.social-icons-wrapper .elementor-social-icon-tumblr {
	background-color: #35465c
}
.social-icons-wrapper .elementor-social-icon-twitch {
	background-color: #6441a5
}
.social-icons-wrapper .elementor-social-icon-twitter {
	background-color: #1da1f2
}
.social-icons-wrapper .elementor-social-icon-viber {
	background-color: #665cac
}
.social-icons-wrapper .elementor-social-icon-vimeo {
	background-color: #1ab7ea
}
.social-icons-wrapper .elementor-social-icon-vk {
	background-color: #45668e
}
.social-icons-wrapper .elementor-social-icon-weibo {
	background-color: #dd2430
}
.social-icons-wrapper .elementor-social-icon-weixin {
	background-color: #31a918
}
.social-icons-wrapper .elementor-social-icon-whatsapp {
	background-color: #25d366
}
.social-icons-wrapper .elementor-social-icon-wordpress {
	background-color: #21759b
}
.social-icons-wrapper .elementor-social-icon-xing {
	background-color: #026466
}
.social-icons-wrapper .elementor-social-icon-yelp {
	background-color: #af0606
}
.social-icons-wrapper .elementor-social-icon-youtube {
	background-color: #cd201f
}
.social-icons-wrapper .elementor-social-icon-500px {
	background-color: #0099e5
}
.social-icons-wrapper .elementor-social-icon i {
    transition: all ease .7s;
}
.social-icons-wrapper .elementor-social-icon:hover i {
    transform: rotate3d(1, 1, 1, 360deg);
}

/*--------------------------------------------------------------
39. Team
--------------------------------------------------------------*/
.ai-team-img {
    position: relative;
	overflow: hidden;
}
.ai-team-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #111;
    opacity: 0;
    -webkit-transition: all ease .7s;
    transition: all ease .7s;
    pointer-events: none;
}
.team-overlay-yes .team-inner:hover .ai-team-img:after {
	opacity: 6;
	height: 100%;
}
.team-overlay-wrapper .team-overlay-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
    padding: 30px 50px;
	color: #ffffff;
}
.team-overlay-wrapper .team-overlay-inner .team-title, .team-overlay-wrapper .team-overlay-inner .team-member-des {
	color: #ffffff;
}
.team-overlay-yes .team-inner:hover .team-overlay-wrapper .team-overlay-inner {
	opacity: 1;
    visibility: visible;
	top: 50%;
}
.ai-team-img img {
    transition: all ease .5s;
}

/* Layout-1 Styles */
.aiea-team-layout-1 {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 29px 0 rgba(100,100,111,.2);
    box-shadow: 0 7px 29px 0 rgba(100,100,111,.2);
    padding: 40px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
	text-align: center;
}
.aiea-team-layout-1 .ai-team-img img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	margin-bottom: 38px;
}
.aiea-team-layout-1 .team-title, .aiea-team-layout-2 .team-title {
    font-size: 22px
}
.aiea-team-layout-1 .team-member-des, .aiea-team-layout-2 .team-member-des {
    color: rgba(0,0,0,.5);
    font-size: 13px;
    margin-bottom: 15px;
}
.aiea-team-layout-1 .team-title {
    margin-bottom: 8px;
}
.aiea-team-layout-1 .team-content, .aiea-team-layout-2 .team-content {
    margin-bottom: 30px;
}
.team-overlay-yes .team-inner:hover .aiea-team-layout-1 .ai-team-img:after {
    opacity: 0;
	visibility: hidden;
	height: 0;
}
/* Layout-3 Styles */
.aiea-team-layout-3 .aiea-team-overlay {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.aiea-team-layout-3 .aiea-team-overlay figure.ai-team-img {
    height: 100%;
}	
.aiea-team-layout-3 .aiea-team-overlay img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}	
/* Layout-4 Styles */
.aiea-team-layout-4 .ai-team-img:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.team-overlay-yes .team-inner:hover .aiea-team-layout-4 .ai-team-img:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	height: auto;
}

/*--------------------------------------------------------------
39. Testimonial
--------------------------------------------------------------*/
.ai-testimonial-elementor-widget .testimonial-rating,
.aiea-rating {
    color: #ccd6df;
    font-family: eicons;
    display: block;
}
.ai-testimonial-elementor-widget .testimonial-rating > i,
.aiea-rating > i {
    position: relative;
    display: inline-block;
	font-style: normal;
}
.ai-testimonial-elementor-widget .testimonial-rating i:before,
.aiea-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-empty:before,
.aiea-rating i.elementor-star-empty:before {
	color: transparent;
	width: 0;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-1:before,
.aiea-rating i.elementor-star-1:before {
    width: 10%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-2:before,
.aiea-rating i.elementor-star-2:before {
    width: 20%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-3:before,
.aiea-rating i.elementor-star-3:before {
    width: 30%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-4:before,
.aiea-rating i.elementor-star-4:before {
    width: 40%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-5:before,
.aiea-rating i.elementor-star-5:before {
    width: 50%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-6:before,
.aiea-rating i.elementor-star-6:before {
    width: 60%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-7:before,
.aiea-rating i.elementor-star-7:before {
    width: 70%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-8:before,
.aiea-rating i.elementor-star-8:before {
    width: 80%;
}
.ai-testimonial-elementor-widget .testimonial-rating i.elementor-star-9:before,
.aiea-rating i.elementor-star-9:before {
    width: 90%;
}
@media only screen and (max-width: 1024px) {
	.ai-testimonial-tablet-position-top .testimonial-inner {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.ai-testimonial-mobile-position-top .testimonial-inner {
		display: block;
	}
}
/* Layout-1 Styles */
.aiea-testimonial-layout-1 .testimonial-rating {
    margin-bottom: 20px;
}
.aiea-testimonial-layout-1 .aiea-tm-header {
    display: flex;
}
.aiea-testimonial-layout-1 .ai-testimonial-img img, .aiea-testimonial-layout-3 .ai-testimonial-img img,  .aiea-testimonial-layout-4 .ai-testimonial-img img {
    height: 70px;
    width: 70px;
    margin: auto;
    border-radius: 50%;
	margin-right: 20px;
}
.aiea-testimonial-layout-1 .testimonial-name, .aiea-testimonial-layout-2 .testimonial-name, .aiea-testimonial-layout-3 .testimonial-name, .aiea-testimonial-layout-4 .testimonial-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.aiea-testimonial-layout-1 .testimonial-member-des, .aiea-testimonial-layout-2 .testimonial-member-des, .aiea-testimonial-layout-3 .testimonial-member-des, .aiea-testimonial-layout-4 .testimonial-member-des {
    color: rgba(0,0,0,.5);
    font-weight: 400;
    font-size: 16px;
}
.aiea-testimonial-layout-1 .aiea-tm-header-body {
    align-self: center;
}
.aiea-testimonial-layout-1 .aiea-testimonial-content, .aiea-testimonial-layout-2 .testimonial-content, .aiea-testimonial-layout-3 .testimonial-content {
    margin-bottom: 20px;
}
.testimonial-inner {
    background: #fff;
	-webkit-box-shadow: 0px 7px 29px 0 rgba(100,100,111,.2);
    box-shadow: 0px 7px 29px 0 rgba(100,100,111,.2);
    padding: 30px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}
/* Layout-2 Styles */
@media(min-width:768px) {
	.aiea-testimonial-layout-2 {
		display: flex;
	}	
}
.aiea-testimonial-layout-2 .testimonial-rating {
    margin-bottom: 20px;
}
.aiea-testimonial-layout-2 .aiea-tm-header-left {
    padding-right: 30px;
	align-self: center;
}
/* Layout-3 Styles */
.aiea-testimonial-layout-3 .testimonial-inner {
    margin-bottom: 80px;
}
.aiea-testimonial-layout-3 .testimonial-rating {
    margin-bottom: 25px;
}
.aiea-testimonial-layout-3 .aiea-tm-header {
    position: absolute;
    width: 100%;
    left: 0;
	bottom: -98px
}
.aiea-testimonial-layout-3 .ai-testimonial-img img,  .aiea-testimonial-layout-4 .ai-testimonial-img img {
	margin-bottom: 20px;
	margin-right: 0;
}
.aiea-testimonial-layout-3, .aiea-testimonial-layout-4 {
	text-align: center;
}
/* Layout-4 Styles */
.aiea-testimonial-layout-4 .testimonial-rating {
    margin-bottom: 20px;
}
.aiea-testimonial-layout-4 .aiea-tm-header-body {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
39. Portfolio
--------------------------------------------------------------*/
.portfolio-inner {
    position: relative;
    overflow: hidden;
}
.portfolio-inner img, .portfolio-inner a img {
   transition: all ease .7s;
    -webkit-transition: all ease .7s;
	display: block;
    width: 100%;
    height: auto;
}
.portfolio-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
	transition: all ease .7s;
    -webkit-transition: all ease .7s;
	z-index: 2;
}
.isotope-item:hover .portfolio-overlay {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.portfolio-icon-wrap {
    margin: 0 -4px;
    justify-content: center;
}
.portfolio-icon-wrap div {
    margin: 0 4px;
}
.portfolio-icon-wrap div a {
    height: 40px;
    width: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #286cd6;
}
.portfolio-overlay .portfolio-img-title {
    margin-bottom: 20px;
}
.portfolio-overlay .portfolio-img-title a {
    color: #fff;
    margin-bottom: 20px;
}
.title-on-overlay-yes .portfolio-layout-1 .portfolio-img-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
	font-size: 22px;
    opacity: 0;
    visibility: hidden;	
	transition: all ease .7s;
    -webkit-transition: all ease .7s;
}
.title-on-overlay-yes .portfolio-layout-1 .isotope-item:hover .portfolio-img-title {
    transform: translateY(-50%) rotate(360deg);
    opacity: 1;
    visibility: visible;
}
.portfolio-layout-1 .portfolio-inner:after {
    Display: none;
}
.portfolio-inner:after {
    height: 100%;
    content: "";
    width: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
}
.isotope-item:hover .portfolio-inner:after {
    transform: scale(1);
    opacity: .6;
    visibility: visible;
}
ul.isotope-filter-menu {
    padding: 0;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: -4px;
    margin-left: -4px;
}
ul.isotope-filter-menu li a {
    background: #fff;
    padding: 10px 20px;
	margin: 0 4px;
    border: 1px solid #286cd6;
    color: #286cd6;
	border-radius: 25px;
    font-weight: 600;
    padding: 14px 30px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
ul.isotope-filter-menu li a:hover, ul.isotope-filter-menu li.active a {
    background: #286cd6;
    color: #fff;
}

/* 3rd Part Theme Support */
.ast-container {
    flex-wrap: wrap;
}


/* Product Styles */
.aiea-product-inner {
    padding: 10px 15px;
}
.aiea-product-inner .product-title-head {
    margin: 0;
}
.aiea-buy-btn p.product.woocommerce.add_to_cart_inline {
    padding: 0 !important;
    margin: 0 !important;
	display: inline-block;
	position: relative;
}
.aiea-buy-btn p.product.woocommerce.add_to_cart_inline a {
    margin: 0;
}
.aiea-buy-btn a.added_to_cart.wc-forward {
    font-size: 0;
	display: inherit;
}
.aiea-buy-btn a.added_to_cart.wc-forward:after {
    content: "\e60e";
    font-family: themify;
    font-size: 12px;
    right: -14px;
    height: 30px;
    text-align: center;
    top: -10px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: #3e7bda;
    position: absolute;
    color: #fff;
}
.aiea-product-thumb-wrap {
    position: relative;
}
.aiea-product-layout-2 .aiea-product-thumb-wrap,
.aiea-product-layout-4 .aiea-product-thumb-wrap,
.aiea-product-layout-custom .aiea-product-thumb-wrap {
    overflow: hidden;
}
.aiea-product-layout-2 .aiea-product-thumb-overlay, 
.aiea-product-layout-4 .aiea-product-thumb-overlay, 
.aiea-product-layout-custom .aiea-product-thumb-overlay {
   position: absolute;
    top: 150%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    width: 100%;
    transition: all ease 0.6s;
	z-index: 1;
}
.aiea-product-layout-2 .aiea-product-inner:hover .aiea-product-thumb-overlay,
.aiea-product-layout-4 .aiea-product-inner:hover .aiea-product-thumb-overlay,
.aiea-product-layout-custom .aiea-product-inner:hover .aiea-product-thumb-overlay {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.aiea-product-layout-3 .aiea-product-overlay-icons,
.aiea-product-layout-4 .aiea-product-overlay-icons,
.aiea-product-layout-custom .aiea-product-overlay-icons {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 1;
}
.aiea-product-layout-3 .aiea-product-overlay-icons a.button,
.aiea-product-layout-3 .aiea-product-overlay-icons a.aiea-single-view-icon,
.aiea-product-layout-4 .aiea-product-overlay-icons a.button,
.aiea-product-layout-4 .aiea-product-overlay-icons a.aiea-single-view-icon,
.aiea-product-layout-custom .aiea-product-overlay-icons a.button,
.aiea-product-layout-custom .aiea-product-overlay-icons a.aiea-single-view-icon {
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
	display: inherit;
	text-decoration: none;
	color: #fff;
	background: #3e7bda;
	opacity: 0;
    transform: translateX(10px);
    transition: all ease 0.35s;
	z-index: 1;
}
.aiea-product-layout-3 .aiea-product-inner:hover .aiea-product-overlay-icons a.button,
.aiea-product-layout-3 .aiea-product-inner:hover .aiea-product-overlay-icons a.aiea-single-view-icon,
.aiea-product-layout-4 .aiea-product-inner:hover .aiea-product-overlay-icons a.button,
.aiea-product-layout-4 .aiea-product-inner:hover .aiea-product-overlay-icons a.aiea-single-view-icon,
.aiea-product-layout-custom .aiea-product-inner:hover .aiea-product-overlay-icons a.button,
.aiea-product-layout-custom .aiea-product-inner:hover .aiea-product-overlay-icons a.aiea-single-view-icon {
	opacity: 1;
	transform: translateX(0);
}
.aiea-product-layout-3 .aiea-product-overlay-icons a.aiea-single-view-icon,
.aiea-product-layout-4 .aiea-product-overlay-icons a.aiea-single-view-icon,
.aiea-product-layout-custom .aiea-product-overlay-icons a.aiea-single-view-icon {
    margin-top: 10px;
    transform: translateX(20px);
}
.aiea-product-thumb-wrap:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
    opacity: 0;
    visibility: hidden;
	transition: all ease 0.6s;
}
.aiea-product-layout-3 .aiea-product-thumb-wrap:after {
	display: none;
}
.aiea-product-layout-2 .aiea-product-inner:hover .aiea-product-thumb-wrap:after,
.aiea-product-layout-4 .aiea-product-inner:hover .aiea-product-thumb-wrap:after,
.aiea-product-layout-custom.product-overlay-yes .aiea-product-inner:hover .aiea-product-thumb-wrap:after {
	opacity: 1;
    visibility: visible;
	top: 0;
}
/* Product Layout-1 Styles */
.aiea-product-layout-1 .aiea-product-inner {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B9B9B9;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 20px 20px 20px;
    margin: 0px 10px 30px 10px;
}
.aiea-product-layout-1 .product-title-head a {
    color: #000000;
}
.aiea-product-layout-1 .product-title-head {
    margin: 0px 0px 8px 0px;
    font-size: 20px;
    text-decoration: none;
}
.aiea-product-layout-1 .aiea-product-thumb img {
    margin: 0px 0px 20px 0px;
}
.aiea-product-layout-1 .aiea-product-price {
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0px 0px 20px 0px;
}
.aiea-product-layout-1 .aiea-buy-btn a {
    text-transform: none;
    fill: #000000;
    color: #000000;
    background-color: #33333300;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #D5D5D5;
    border-radius: 6px 6px 6px 6px;
}
.aiea-product-layout-1 .aiea-buy-btn a:hover {
    color: #FFFFFF;
    background-color: #286CD6;
    border-color: #286CD6;
}
/* Product Layout-2 Styles */
.aiea-product-layout-2 .aiea-product-inner {
    padding: 20px 20px 20px 20px;
    margin: 0px 10px 30px 10px;
}
.aiea-product-layout-2 .product-title-head {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 700;
}
.aiea-product-layout-2 .product-title-head a {
    color: #ffffff;
}
.aiea-product-layout-2 .aiea-rating.elementor-star-rating {
    margin-left: -1px;
    margin-right: -1px;
}
.aiea-product-layout-2 .aiea-rating.elementor-star-rating > i {
    margin-left: 1px;
    margin-right: 1px;
}
.aiea-product-layout-2 .aiea-product-category {
    margin: 20px 0px 8px 0px;
}
.aiea-product-layout-2 .aiea-product-price {
    font-size: 18px;
    color: #0D0D0D;
    margin: 0px 0px 20px 0px;
}
.aiea-product-layout-2 .aiea-buy-btn a {
    text-transform: none;
    border-radius: 6px 6px 6px 6px;
}
/* Product Layout-3 Styles */
.aiea-product-layout-3 .aiea-product-inner {
    border-radius: 6px 6px 6px 6px;
    padding: 20px 20px 20px 20px;
    margin: 0px 10px 30px 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.aiea-product-layout-3 .aiea-product-thumb img {
    margin: 0px 0px 20px 0px;
}
.aiea-product-layout-3 .product-title-head {
    margin: 0px 0px 8px 0px;
    font-size: 24px;
    font-weight: 700;
}
.aiea-product-layout-3 .product-title-head a {
    color: #000000;
}
.aiea-product-layout-3 .aiea-product-category {
    margin: 0px 0px 8px 0px;
}
.aiea-product-layout-3 .aiea-rating.elementor-star-rating {
    margin: 0px 0px 8px 0px;
    margin-left: -1px;
    margin-right: -1px;
}
.aiea-product-layout-3 .aiea-rating.elementor-star-rating > i {
    margin-left: 1px;
    margin-right: 1px;
}
.aiea-product-layout-3 .aiea-product-price {
    font-size: 18px;
    color: #000000;
}
/* Product Layout-4 Styles */
.aiea-product-layout-4 .aiea-product-inner {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D8D8D8;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 20px 20px 20px;
    margin: 0px 10px 30px 10px;
}
.aiea-product-layout-4 .product-title-head {
    margin: 20px 0px 8px 0px;
    font-size: 24px;
    font-weight: 700;
}
.aiea-product-layout-4 .product-title-head a {
    color: #000000;
}
.aiea-product-layout-4 .aiea-rating.elementor-star-rating {
    margin: 0px 0px 15px 0px;
    margin-left: -1px;
    margin-right: -1px;
}
.aiea-product-layout-4 .aiea-rating.elementor-star-rating > i {
    margin-left: 1px;
    margin-right: 1px;
}
.aiea-product-layout-4 .aiea-product-price {
    font-size: 22px;
    color: #FFFFFF;
}

/* Product Category Styles */
.aiea-product-category-img-wrap {
    position: relative;
}
a.aiea-cat-count-wrap {
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    background: #f5f5f5;
}
.aiea-product-category-layout-2 .aiea-product-category-img-wrap a.aiea-cat-count-wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.aiea-product-category-layout-2 .aiea-product-category-img-wrap a.aiea-cat-count-wrap.aiea-pos-left {
    left: 20px;
    transform: translateX(0);
}
.aiea-product-categories-wrap .aiea-product-category-img-wrap a.aiea-cat-count-wrap.aiea-pos-right {
    right: 20px;
	left: auto;
	transform: translateX(0);
}
span.aiea-cat-products-count {
    display: block;
}
.aiea-align-left {
    text-align: left;
}
.aiea-align-right {
    text-align: right;
}
.aiea-align-center {
    text-align: center;
}
/* Product Category Layout-1 Styles */
.aiea-product-category-layout-1 .aiea-product-cat-item,
.aiea-product-category-layout-2 .aiea-product-cat-item {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #CACACA;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 20px 20px 20px;
    margin: 10px 10px 10px 10px;
}
.aiea-product-category-layout-1 .aiea-cat-count-wrap,
.aiea-product-category-layout-2 .aiea-cat-count-wrap {
    color: #FFFFFF;
    background-color: #286cd6;
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}
.aiea-product-category-layout-1 .aiea-product-category-img-wrap img {
    border-radius: 50% 50% 50% 50%;
}
/* Product Category Layout-2 Styles */
.aiea-product-category-layout-2 .aiea-cat-count-wrap {
    margin: 0px 0px 0px 0px;
}

/* Alert Styles */
.aiea-widget-alert h3 {
    margin: 0;
    color: #fff;
}
.aiea-widget-alert {
    padding: 20px;
    background: #f7ab53;
}

/* Product Single Styles */
.aiea-product-thumb-wrap {
    display: inline-block;
}
span.aiea-product-offer-txt,
span.aiea-product-tag-txt,
span.aiea-product-qv,
.aiea-product-thumb-wrap .aiea-buy-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 50px;
    background: #ffd400;
    width: 50px;
    font-size: 13px;
    padding: 5px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.aiea-product-thumb-wrap .aiea-buy-btn .woocommerce a {
	height: 50px;
    background: #ffd400;
    width: 50px;
    font-size: 13px;
    padding: 5px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
span.aiea-product-tag-txt {
    top: 75px;
    background: #18d92f;
    color: #fff;
    padding-top: 17px;
}
span.aiea-product-qv {
    left: auto;
    right: 10px;
    padding-top: 17px;
    cursor: pointer;
	background: #fff;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.05);
}
.aiea-product-short-view {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.aiea-product-thumb-wrap .aiea-buy-btn {
	top: 75px;
	right: 10px;
	left: auto;
	padding: 0;
}
.aiea-product-thumb-wrap .aiea-buy-btn .woocommerce a {
	padding-top: 18px;
	border: none;
}
.aiea-product-thumb-wrap .aiea-buy-btn .woocommerce a.added_to_cart {
	font-size: 0;
    background: transparent;
}
.aiea-product-short-view ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    list-style: none;
    margin-top: 10px;
    margin-left: 0;
}
.aiea-product-short-view ol.flex-control-nav.flex-control-thumbs > li {
    max-width: 100px;
}
.aiea-product-short-view ol.flex-control-nav.flex-control-thumbs > li img {
    padding: 4px;
	max-width: 100%;
	cursor: pointer;
}
.aiea-product-short-view ul.flex-direction-nav {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.aiea-product-short-view ul.flex-direction-nav > li {
    margin-right: 10px;
}
.aiea-product-short-view button {
    margin-top: 10px;
}
span.aiea-product-qv.loading > i {
    animation: aiea_beat .25s infinite alternate;
    transform-origin: center;
	display: inline-block;
}
@keyframes "aiea-beat" {
 to {
    -webkit-transform: scale(1.4);
   	-moz-transform: scale(1.4);
   	-o-transform: scale(1.4);
   	-ms-transform: scale(1.4);
   	transform: scale(1.4);
 }

}

@-moz-keyframes aiea_beat {
 to {
   -moz-transform: scale(1.4);
   transform: scale(1.4);
 }

}

@-webkit-keyframes "aiea_beat" {
 to {
   -webkit-transform: scale(1.4);
   transform: scale(1.4);
 }

}

@-ms-keyframes "aiea_beat" {
 to {
   -ms-transform: scale(1.4);
   transform: scale(1.4);
 }

}

@-o-keyframes "aiea_beat" {
 to {
   -o-transform: scale(1.4);
   transform: scale(1.4);
 }

} 

/* Product Single Layout-1 Styles */
.aiea-product-info-wrap {
    padding: 15px;
    border: solid 1px #f1f1f1;
    display: block;
    margin: 0;
}
.aiea-product-single-layout-1 .aiea-product-thumb img {
    margin: 0;
	display: inherit;
}
.aiea-product-single-layout-1 .aiea-product-category,
.aiea-product-single-layout-2 .aiea-product-category {
    margin: 0px 0px 8px 0px;
}
.aiea-product-single-layout-1 .product-title-head,
.aiea-product-single-layout-2 .product-title-head {
    font-size: 25px;
}
.aiea-product-single-layout-1 .product-title-head a, 
.aiea-product-single-layout-2 .product-title-head a {
    text-transform: none;
    color: #000000;
}
.aiea-product-single-layout-1 .aiea-rating.elementor-star-rating,
.aiea-product-single-layout-2 .aiea-rating.elementor-star-rating {
    margin: 0px 0px 8px 0px;
    margin-left: -1px;
    margin-right: -1px;
}
.aiea-product-single-layout-1 .aiea-rating.elementor-star-rating > i, 
.aiea-product-single-layout-2 .aiea-rating.elementor-star-rating > i {
    margin-left: 1px;
    margin-right: 1px;
}
.aiea-product-single-layout-1 .aiea-product-price,
.aiea-product-single-layout-2 .aiea-product-price {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 8px 0px;
}
.aiea-product-single-layout-1 .aiea-buy-btn a,
.aiea-product-single-layout-2 .aiea-buy-btn a {
    text-transform: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #286CD6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #286CD6;
    border-radius: 6px 6px 6px 6px;
}
.aiea-product-single-layout-1 .aiea-product-thumb-wrap:after,
.aiea-product-single-layout-2 .aiea-product-thumb-wrap:after, 
.aiea-product-single-custom .aiea-product-thumb-wrap:after {
	display: none;
}

/* Product Single Layout-2 Styles */
.aiea-product-single-wrap.aiea-product-single-layout-2 .aiea-product-single-inner {
    display: flex;
}
.aiea-product-single-wrap.aiea-product-single-layout-2 .aiea-product-single-inner > * {
    width: 50%;
}
.aiea-product-single-layout-2 .aiea-product-thumb img {
    margin: 0px 0px 0px 0px;
}
.aiea-product-single-wrap.aiea-product-single-layout-2 .aiea-product-info-wrap {
    align-self: center;
}



/* Progress Bar */
.ai-progress-bar-elementor-widget .horizontal-progress-bar {
    display: block;
    background: #f1f1f1;
    border-radius: 4px;
	position: relative;
}
.ai-progress-bar-elementor-widget .horizontal-progress-bar .progress-value {
	position: absolute;
    background: green;
    height: 10px;
    left: 0;
	width: 0;
	border-radius: 4px;
	transition: all ease 0.35s;
	overflow: visible !important;
}
.ai-progress-bar-elementor-widget span.progress-inner-txt {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    line-height: 1;
    left: 5px;
	transform: translateY(-50%);
}
.aiea-progress-value-outer .progress-value i,
.aiea-progress-value-inner .progress-value i {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 10px;
    font-style: normal;
    background: #fff;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.aiea-progress-value-outer .progress-value i:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.aiea-progress-value-inner .progress-value i {
    box-shadow: none;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 6px;
}

/* Creative Button Styles */
.aiea-creative-button, .aiea-creative-button *, .aiea-creative-button *:after, .aiea-creative-button  *:before {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aiea-creative-button {
	min-width: 150px;
	max-width: 250px;
	text-align: center;
	padding: 0;
	display: block;
	border: none;
	background: none;
	color: inherit;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.aiea-creative-button:focus {
	outline: none;
}
.aiea-creative-button > span {
	padding: 15px 20px;
	display: block;
}
/* Creative Button Winona */
.button--winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #3f51b5;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button--winona::after,
.button--winona > span {
	padding: 15px 20px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
	border-color: #3f51b5;
	background-color: rgba(63, 81, 181, 0.1);
}
.button--winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
/* Creative Button Ujarak */
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #37474f;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Creative Button Wayra */
.button--wayra {
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #3f51b5;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}
/* Creative Button Tamaya */
.button--tamaya {
	overflow: hidden;
	color: #7986cb;
	min-width: 180px;
}
.button--tamaya.button--inverted {
	color: #37474f;
	border-color: #37474f;
}
.button--tamaya::before,
.button--tamaya::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background: #7986cb;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya.button--inverted::before,
.button--tamaya.button--inverted::after {
	background: #fff;
	color: #37474f;
}
.button--tamaya::before {
	top: 0;
	padding-top: 15px;
}
.button--tamaya::after {
	bottom: 0;
	line-height: 0;
}
.button--tamaya > span {
	display: block;
	-webkit-transform: scale3d(0.2, 0.2, 1);
	transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover > span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/* Creative Button Rayen */
.button--rayen {
	overflow: hidden;
	padding: 0;
}
.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7986cb;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.button--rayen > span {
	display: block;
}
.button--rayen::before,
.button--rayen > span {
	padding: 15px 20px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
/* Creative Button Pipaluk */
.button--pipaluk::before,
.button--pipaluk::after {
	content: '';
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk::before {
	border: 2px solid #7986cb;
}
.button--pipaluk::after {
	background: #7986cb;
}
.button--pipaluk:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
	background-color: #3f51b5;
}

/* Creative Button Nuka */
.button--nuka {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka::before,
.button--nuka::after {
	content: '';
	position: absolute;
	border-radius: inherit;
	background: #7986cb;
	z-index: -1;
}
.button--nuka::before {
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	opacity: 0.2;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1.1, 1, 1);
	transform: scale3d(1.1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.button--nuka::before,
.button--nuka::after {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka:hover {
	color: #fff;
}
.button--nuka:hover::before {
	opacity: 1;
}
.button--nuka:hover::after {
	background-color: #37474f;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/* Creative Button Moema */
.button--moema {
	border-radius: 50px;
	background: #7986cb;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}.full_screen{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 9999;
}

.protect{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.download{
  display: inline;
  text-align: center;

}
.allow_print{
  display: inline;
}
.toggle_menu{
  display: inline;
}
.bbutton {
    margin-bottom: 10px;
}
.bbutton-bottom {
  margin-bottom: 10px;
  
}
.wp_head_example,
.native_style,
.powr_point_style,
.only_excel_viewer,
.g_slides, {
  text-align: center;
  margin: 0 auto; 
  padding-bottom: 20px;
}
.wp_head_example,
.google_docs,
.google_sheet,
.native_style,
.power_point_viewer,
.only_excel,
.word_style,
.g_slides_styles,
center h3 {
  text-align: center;
}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background)}#tribe-events-header,.recurring-info-tooltip,.single-featured-image-header,.tribe-events-ajax-loading,.tribe-events-divider{display:none}#tribe-events-pg-template{margin:0 auto;max-width:1048px;padding:var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4)}.tribe-events-after-html p,.tribe-events-before-html p{margin:0 0 10px}.tribe-events-back{margin-bottom:var(--tec-spacer-5)}@media (min-width:768px){.tribe-events-back{margin-bottom:var(--tec-spacer-8)}}.tribe-events-single>.tribe_events{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.tribe-events-single>.tribe_events>:not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events){order:1;width:100%}.tribe-events-notices{margin-bottom:var(--tec-spacer-4);padding-bottom:var(--tec-spacer-2)}.tribe-events-notices li,.tribe-events-notices ul,.tribe-events-single-event-title{margin:0;padding:0}.tribe-events-schedule{align-items:center;display:flex;flex-wrap:wrap;margin:var(--tec-spacer-1) 0 var(--tec-spacer-4)}@media (min-width:768px){.tribe-events-schedule{align-items:baseline;flex-wrap:nowrap;margin:var(--tec-spacer-5) 0 var(--tec-spacer-7)}}.tribe-events-schedule h2{margin-bottom:var(--tec-spacer-1);margin-right:var(--tec-spacer-1);order:0;width:100%}@media (min-width:768px){.tribe-events-schedule h2{margin-bottom:0;width:auto}}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1);position:relative}.tribe-events-schedule .recurringinfo:before,.tribe-related-event-info .recurringinfo:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.8.8 0 0 1-.592.26.8.8 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.8.8 0 0 1 2.43 15a.8.8 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.95.95 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.8.8 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.95.95 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174s0-.13.02-.174c0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152%27/%3E%3C/svg%3E") 0 /12px no-repeat;content:"";height:20px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.tribe-events-schedule .recurringinfo .tribe-events-divider,.tribe-related-event-info .recurringinfo .tribe-events-divider{display:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{padding-left:var(--tec-spacer-4);visibility:hidden}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{visibility:visible}.tribe-events-schedule .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1)}@media (min-width:768px){.tribe-events-schedule .recurringinfo{margin-left:var(--tec-spacer-1);padding:var(--tec-spacer-1) var(--tec-spacer-3)}.tribe-events-schedule .recurringinfo:before{left:16px}.tribe-events-schedule .recurringinfo .event-is-recurring{visibility:visible}}.tribe-events-schedule .tribe-events-cost{margin-right:var(--tec-spacer-1);order:1}@media (min-width:768px){.tribe-events-schedule .tribe-events-cost{margin:0 var(--tec-spacer-1)}}.tribe-events-event-image{align-self:flex-start;margin-bottom:var(--tec-spacer-3)}.tribe-events-event-image img{display:block}@media (min-width:768px){.tribe-events-event-image{margin-bottom:var(--tec-spacer-7)}}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{margin-bottom:.75em}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{margin-bottom:var(--tec-spacer-3)}.tribe-events-content ol:last-child,.tribe-events-content p:last-child,.tribe-events-content ul:last-child{margin-bottom:var(--tec-spacer-6)}.tribe-events-content ol,.tribe-events-content ul{padding:0}.tribe-events-content ol{list-style-type:decimal}.tribe-events-content pre{margin-bottom:var(--tec-spacer-5);padding:var(--tec-spacer-5)}.tribe-events-content blockquote p{display:inline-block}.tribe-events-cal-links{margin-bottom:var(--tec-spacer-7)}@media (min-width:768px){.tribe-events-cal-links{margin-bottom:var(--tec-spacer-8)}}.tribe-events-cal-links a{display:inline-block}.single-tribe_events .tribe-events-cal-links a,.tribe-events-cal-links a{padding-left:var(--tec-spacer-7)}.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-5)}@media (min-width:768px){.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-8)}}.tribe-events-event-meta{display:flex;flex-wrap:wrap;margin:0 0 var(--tec-spacer-7)}@media (min-width:768px){.tribe-events-event-meta{margin-bottom:var(--tec-spacer-3)}}.tribe-events-event-meta dl{margin-top:var(--tec-spacer-1)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{margin:0 0 var(--tec-spacer-0) 0;padding:0}.tribe-events-event-meta dd[class$=url],.tribe-events-event-meta dt:not(:first-child){margin-top:var(--tec-spacer-3)}.tribe-events-event-meta dt[class*=url]+dd{margin-top:0}.tribe-events-event-meta .tribe-events-address{margin:0}.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:var(--tec-spacer-1);order:2;padding-top:var(--tec-spacer-5);position:relative;width:100%}@media (min-width:768px){.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:0;padding-top:0;position:static;width:auto}}.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-7);margin-top:calc(var(--tec-spacer-6)*-1)}@media (min-width:768px){.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-8)}}.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-1);margin-top:calc(var(--tec-spacer-7)*-1)}@media (min-width:768px){.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-3);margin-top:calc(var(--tec-spacer-8)*-1)}}.tribe-events-event-meta:before{content:"";left:0;position:absolute;right:0;top:0}@media (min-width:768px){.tribe-events-event-meta:before{top:auto}}.tribe-events-meta-group{flex:1 0 140px;margin-right:var(--tec-spacer-5);order:0}@media (min-width:768px){.tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}}.tribe-events-meta-group.tribe-events-meta-group-venue{order:1}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-venue{order:0}}.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:100%;margin-top:var(--tec-spacer-1);padding-top:var(--tec-spacer-5);width:auto}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:140px;margin-top:0;padding-top:0}}.tribe-events-meta-group .tribe-events-single-section-title{margin-bottom:var(--tec-spacer-1)}.tribe-events-venue-map{margin:0 0 var(--tec-spacer-5) 0;order:-1;width:100%}@media (min-width:768px){.tribe-events-venue-map{margin-top:var(--tec-spacer-7);order:1;width:211px}}.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{margin-bottom:0;max-height:241px}@media (min-width:768px){.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{max-height:211px}}.tribe-events-related-events-title,.tribe-related-events{order:2}.tribe-events-related-events-title{margin-bottom:var(--tec-spacer-5);padding-top:var(--tec-spacer-7);width:100%}.tribe-events-single ul.tribe-related-events{display:flex;flex-direction:column;margin-bottom:0}@media (min-width:768px){.tribe-events-single ul.tribe-related-events{flex-direction:row;justify-content:space-between}}.tribe-events-single ul.tribe-related-events li{display:flex;flex:1;flex-direction:column;margin-bottom:var(--tec-spacer-6);padding:0;width:auto}.tribe-events-single ul.tribe-related-events li:last-child{margin-right:0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:var(--tec-spacer-3);width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{display:block;overflow:hidden;padding-top:75%;position:relative}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img{bottom:0;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%) scale(2)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"]{transform:translate(-50%,-50%) scale(1)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{align-items:baseline;display:flex;flex-wrap:wrap;padding:0;width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start{margin:var(--tec-spacer-0) var(--tec-spacer-0) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .recurringinfo{margin:0 var(--tec-spacer-1) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .timezone{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span:last-of-type{margin-right:var(--tec-spacer-1)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{margin-bottom:var(--tec-spacer-1);width:100%}#tribe-events-footer{padding:var(--tec-spacer-4) 0}@media (min-width:768px){#tribe-events-footer{padding:var(--tec-spacer-6) 0}}.tribe-events-single .tribe-events-sub-nav{display:flex;justify-content:space-between;margin-left:0}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{margin:0}.tribe-events-single .tribe-events-sub-nav a span{display:none}.tribe-events-nav-previous a:before{margin-top:-2px;width:7px}@media (min-width:768px){.tribe-events-nav-previous a:before{margin-right:var(--tec-spacer-1);width:9px}}.tribe-events-nav-next a:after{margin-top:-2px;width:7px}@media (min-width:768px){.tribe-events-nav-next a:after{margin-left:var(--tec-spacer-1);width:9px}}.tribe-theme-twentynineteen .tribe-events-single>.tribe_events{margin-top:0}.tribe-theme-twentytwenty .tribe-events-schedule h2{margin-left:0}.tribe-theme-twentytwenty .tribe-events-content h2,.tribe-theme-twentytwenty .tribe-events-content h3,.tribe-theme-twentytwenty .tribe-events-content h4,.tribe-theme-twentytwenty .tribe-events-content h5,.tribe-theme-twentytwenty .tribe-events-content h6{margin-top:0}.tribe-theme-twentytwenty .tribe-events-content ol,.tribe-theme-twentytwenty .tribe-events-content ul{margin-left:0}.tribe-theme-twentytwenty .tribe-events-related-events-title,.tribe-theme-twentytwenty .tribe-events-single-section-title{margin-top:0}#top.tribe-theme-enfold.single-tribe_events #tribe-events-pg-template{max-width:1048px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-1)}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-4)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{margin-right:var(--tec-spacer-1)}#top.tribe-theme-enfold.single-tribe_events .av-single-event-content,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar{margin-left:0}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;position:relative}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner>.event-tickets{width:100%}#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{margin-right:var(--tec-spacer-5)}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:0}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:var(--tec-spacer-5)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-venue-map{margin-top:var(--tec-spacer-7);width:211px}}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more,.event-tickets .tribe-tickets__rsvp-actions-button-not-going,.event-tickets .tribe-tickets__rsvp-form-button,.event-tickets .tribe-tickets__tickets-item-quantity button{background-color:initial;background-image:none;border:none;outline:none}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus,.event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus,.event-tickets .tribe-tickets__rsvp-form-button:focus,.event-tickets .tribe-tickets__tickets-item-quantity button:focus{outline:auto}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background);--tec-border-radius-default:4px;--tec-border-width-week-event:2px;--tec-box-shadow-default:0 2px 5px 0 var(--tec-color-box-shadow);--tec-box-shadow-tooltip:0 2px 12px 0 var(--tec-color-box-shadow);--tec-box-shadow-card:0 1px 6px 2px var(--tec-color-box-shadow);--tec-box-shadow-multiday:16px 6px 6px -2px var(--tec-color-box-shadow-secondary);--tec-form-color-background:var(--tec-color-background);--tec-form-color-border-default:var(--tec-color-text-primary);--tec-form-color-border-active:var(--tec-color-accent-secondary);--tec-form-color-border-secondary:var(--tec-color-border-tertiary);--tec-form-color-accent-primary:var(--tec-color-accent-primary);--tec-form-box-shadow-default:var(--tec-box-shadow-default);--tec-opacity-background:0.07;--tec-opacity-select-highlighted:0.3;--tec-opacity-icon-hover:0.8;--tec-opacity-icon-active:0.9;--tec-opacity-default:1;--tec-transition:all 0.2s ease;--tec-transition-background-color:background-color 0.2s ease;--tec-transition-color-border-color:color 0.2s ease,border-color 0.2s ease;--tec-transition-transform:transform 0.2s ease;--tec-transition-border-color:border-color 0.2s ease;--tec-transition-color:color 0.2s ease;--tec-transition-opacity:opacity 0.2s ease;--tec-font-family-sans-serif:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;--tec-font-weight-regular:400;--tec-font-weight-bold:700;--tec-font-size-0:11px;--tec-font-size-1:12px;--tec-font-size-2:14px;--tec-font-size-3:16px;--tec-font-size-4:18px;--tec-font-size-5:20px;--tec-font-size-6:22px;--tec-font-size-7:24px;--tec-font-size-8:28px;--tec-font-size-9:32px;--tec-font-size-10:42px;--tec-line-height-0:1.38;--tec-line-height-1:1.42;--tec-line-height-2:1.5;--tec-line-height-3:1.62}#tribe-events-pg-template{background-color:var(--tec-color-background-events)}.tribe-events-single{-webkit-font-smoothing:antialiased}.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7}.tribe-events-back a,.tribe-events-back a:visited{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);-webkit-text-decoration:none;text-decoration:none}.tribe-events-notices{border-bottom:1px solid var(--tec-color-border-secondary);box-shadow:none}.tribe-events-notices ul{list-style:none;text-align:left;text-transform:none}.tribe-events-single-event-title{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-title);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}@media (min-width:768px){.tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}}.tribe-events-schedule{background-color:initial;border:0}.tribe-events-schedule h2{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-date);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){.tribe-events-schedule h2{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{background-color:var(--tec-color-background-secondary);border-radius:40px;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-0);text-transform:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{letter-spacing:-9999px}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{color:var(--tec-color-accent-primary);font-weight:var(--tec-font-weight-regular);letter-spacing:normal;line-height:20px;-webkit-text-decoration:none;text-decoration:none}.tribe-events-schedule .recurringinfo{background-color:var(--tec-color-background-secondary);border-radius:40px;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-0);text-transform:none}@media (min-width:768px){.tribe-events-schedule .recurringinfo{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-events-schedule .recurringinfo .event-is-recurring{letter-spacing:normal}}.tribe-events-schedule .tribe-events-cost{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none;text-transform:uppercase}@media (min-width:768px){.tribe-events-schedule .tribe-events-cost{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}.tribe-events-content{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);letter-spacing:normal;text-transform:none}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}@media (min-width:768px){.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}}.tribe-events-content ol,.tribe-events-content ul{list-style-position:inside}.tribe-events-content ul{list-style-type:disc}.tribe-events-content a{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-events-content a:active,.tribe-events-content a:focus,.tribe-events-content a:hover{border-bottom:1px solid;color:var(--tec-color-link-accent)}.tribe-events-content a{-webkit-text-decoration:none;text-decoration:none}.tribe-events-content pre{background-color:var(--tec-color-background-secondary);font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-content blockquote{quotes:auto}.tribe-events-content blockquote:before{content:open-quote}.tribe-events-content blockquote:after{content:close-quote}.tribe-events-cal-links{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-cal-links a{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0 /24px no-repeat;color:var(--tec-color-link-accent);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);-webkit-text-decoration:none;text-decoration:none}.tribe-events-event-meta{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2)}.tribe-events-event-meta a,.tribe-events-event-meta a:visited{color:var(--tec-color-link-accent)}.tribe-events-event-meta a:focus,.tribe-events-event-meta a:hover{color:var(--tec-color-link-accent-hover)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{word-break:break-word}.tribe-events-event-meta dt{line-height:var(--tec-line-height-3)}.tribe-events-event-meta .tribe-events-address{font-style:normal;line-height:26px}.tribe-events-event-meta:before,.tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border-top:1px solid var(--tec-color-border-secondary)}@media (min-width:768px){.tribe-events-event-meta.secondary:before{content:normal}}.single-tribe_events .tribe-events-single .tribe-events-event-meta{background-color:initial;color:var(--tec-color-text-primary)}.tribe-events-meta-group .tribe-events-single-section-title{color:var(--tec-color-text-primary);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);letter-spacing:1px;text-transform:uppercase}.tribe-events-meta-group a{color:var(--tec-color-link-accent)}.tribe-events-meta-group.tribe-events-meta-group-gmap{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-venue-map{border:0;border-radius:0}.tribe-events-related-events-title{border-top:1px solid var(--tec-color-border-secondary);color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-6);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){.tribe-events-related-events-title{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}}.tribe-events-single ul.tribe-related-events li,.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-3);text-transform:none}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a{color:var(--tec-color-link-primary)}#tribe-events-footer{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-single .tribe-events-sub-nav{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);list-style:none}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav{font-size:var(--tec-font-size-3)}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{color:var(--tec-color-text-secondary);-webkit-text-decoration:none;text-decoration:none;vertical-align:middle}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{content:"";display:inline-block;height:20px;vertical-align:middle;width:11px}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{color:var(--tec-color-text-primary)}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E") 0 /7px no-repeat}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background-size:9px}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E")}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E") 100% /7px no-repeat}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background-size:9px}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E")}.tribe-theme-twentynineteen .tribe-events-content h2:before,.tribe-theme-twentynineteen .tribe-events-related-events-title:before,.tribe-theme-twentynineteen .tribe-events-schedule h2:before,.tribe-theme-twentynineteen .tribe-events-single-event-title:before,.tribe-theme-twentynineteen .tribe-events-single-section-title:before{content:normal}.tribe-theme-twentytwentyone .tribe-events-cal-links a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0 /24px no-repeat}.tribe-theme-twentytwentyone .tribe-events-schedule .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.tribe-theme-twentytwentyone .tribe-related-event-info .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:#0000;-webkit-text-decoration:none;text-decoration:none}#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-title);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-date);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-content pre{background-image:none}#top.tribe-theme-enfold.single-tribe_events #wrap_all .tribe-events-cal-links a,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{border:0}.fusion-widget-area .tribe-events-event-meta:before,.fusion-widget-area .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border:none}
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}